2018-10-10 14:36:14,259 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-297 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-10 14:36:14,266 - 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=7eFDjBsvejx6D7vj3ZFhbXMUA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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.4 export OS_REGION_NAME=regionOne 2018-10-10 14:36:14,266 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-10 14:36:14,268 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-10-10 14:36:14,287 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-10-10 14:36:17,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 14:36:17,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 14:36:17,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 14:36:17,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 14:36:17,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-10 14:36:17,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:36:17,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1db9a607-96d1-4da1-adbb-3552709c44b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:36:17,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1db9a607-96d1-4da1-adbb-3552709c44b3 2018-10-10 14:36:17,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:17,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T15:36:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["KZ1AK9V9Q46EPPetFNmvmw"], "issued_at": "2018-10-10T14:36:17.000000Z"}} 2018-10-10 14:36:17,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:17,964 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:36: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:36:17,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:18,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2f14b54-f91e-4e16-8e6a-560ccef3e477 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/da9a3567bac744d785bfd81a34b9e2bc"}, "description": "", "name": "heat_stack", "enabled": true, "id": "da9a3567bac744d785bfd81a34b9e2bc"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-10-10 14:36:18,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-c2f14b54-f91e-4e16-8e6a-560ccef3e477 2018-10-10 14:36:18,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.608517885208s 2018-10-10 14:36:18,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-10 14:36:18,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}51fc1d94b70139d685ce2b76d21297f65c07c6cd" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e"}}' 2018-10-10 14:36:18,263 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:36:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46f209b9-e056-4e61-ad89-b38668c4b193 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.27:5000/v3/projects/4cd168ae43c548f5a74e10f279771267"}, "enabled": true, "id": "4cd168ae43c548f5a74e10f279771267", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e"}} 2018-10-10 14:36:18,263 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-46f209b9-e056-4e61-ad89-b38668c4b193 2018-10-10 14:36:18,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.156182050705s 2018-10-10 14:36:18,264 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-46f209b9-e056-4e61-ad89-b38668c4b193 2018-10-10 14:36:18,265 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e', 'id': u'4cd168ae43c548f5a74e10f279771267', 'description': u'Created by OPNFV Functest: connection_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-10 14:36:18,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-10 14:36:18,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.492269039154s 2018-10-10 14:36:18,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/2535d52c131f4db5a0c1c356f7914e22 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:18,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-330d43b5-9689-403c-9e8c-d4af283eee43 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/2535d52c131f4db5a0c1c356f7914e22"}, "enabled": true, "id": "2535d52c131f4db5a0c1c356f7914e22", "options": {}, "domain_id": "default", "name": "connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e"}} 2018-10-10 14:36:18,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/2535d52c131f4db5a0c1c356f7914e22 used request id req-330d43b5-9689-403c-9e8c-d4af283eee43 2018-10-10 14:36:18,855 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2535d52c131f4db5a0c1c356f7914e22', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e'}) 2018-10-10 14:36:18,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:36:18,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:18,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff10dd5b-44fa-4283-99ff-f0c88ce99cb0 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:36:18,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ff10dd5b-44fa-4283-99ff-f0c88ce99cb0 2018-10-10 14:36:18,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.075690984726s 2018-10-10 14:36:18,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:36:18,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:19,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc9ab854-0358-4a01-ba9c-08e39cb738fe Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:36:19,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fc9ab854-0358-4a01-ba9c-08e39cb738fe 2018-10-10 14:36:19,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.140162944794s 2018-10-10 14:36:19,074 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-10 14:36:19,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-10 14:36:19,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" -d '{"role": {"name": "Member"}}' 2018-10-10 14:36:19,274 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:36:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60ee4ccf-a66f-4c82-b4a4-1541da724309 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0376d071aa5547b094aaa8d60722688c", "links": {"self": "http://172.30.9.27:5000/v3/roles/0376d071aa5547b094aaa8d60722688c"}, "name": "Member"}} 2018-10-10 14:36:19,274 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-60ee4ccf-a66f-4c82-b4a4-1541da724309 2018-10-10 14:36:19,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.19951415062s 2018-10-10 14:36:19,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/0376d071aa5547b094aaa8d60722688c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:19,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9ea06c5-d5ce-4806-9ec6-ba9334e8b4db Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/0376d071aa5547b094aaa8d60722688c"}, "domain_id": null, "name": "Member", "id": "0376d071aa5547b094aaa8d60722688c"}} 2018-10-10 14:36:19,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/0376d071aa5547b094aaa8d60722688c used request id req-a9ea06c5-d5ce-4806-9ec6-ba9334e8b4db 2018-10-10 14:36:19,402 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/0376d071aa5547b094aaa8d60722688c'}, 'domain_id': None, 'human_id': None, 'id': u'0376d071aa5547b094aaa8d60722688c', 'HUMAN_ID': False}) 2018-10-10 14:36:19,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:36:19,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:19,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c98176da-b2a4-4a55-8453-c9de3ca92531 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0376d071aa5547b094aaa8d60722688c", "links": {"self": "http://172.30.9.27:5000/v3/roles/0376d071aa5547b094aaa8d60722688c"}, "name": "Member"}, {"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:36:19,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c98176da-b2a4-4a55-8453-c9de3ca92531 2018-10-10 14:36:19,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.140021085739s 2018-10-10 14:36:19,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 14:36:19,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:19,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-154db55d-1835-4cb8-ac1e-10f08a97c482 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:36:19,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-154db55d-1835-4cb8-ac1e-10f08a97c482 2018-10-10 14:36:19,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0865089893341s 2018-10-10 14:36:19,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:36:19,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:19,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-809c3e45-58a8-4756-aad8-5e70cf69f8e6 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e", "links": {"self": "http://172.30.9.27:5000/v3/users/2535d52c131f4db5a0c1c356f7914e22"}, "domain_id": "default", "enabled": true, "id": "2535d52c131f4db5a0c1c356f7914e22", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:36:19,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-809c3e45-58a8-4756-aad8-5e70cf69f8e6 2018-10-10 14:36:19,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0375888347626s 2018-10-10 14:36:19,669 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-809c3e45-58a8-4756-aad8-5e70cf69f8e6 2018-10-10 14:36:19,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:36:19,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:19,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-577a8b79-23cd-4ad3-b650-468a13f8dc17 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/4cd168ae43c548f5a74e10f279771267"}, "enabled": true, "id": "4cd168ae43c548f5a74e10f279771267", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:36:19,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-577a8b79-23cd-4ad3-b650-468a13f8dc17 2018-10-10 14:36:19,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0786738395691s 2018-10-10 14:36:19,754 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-577a8b79-23cd-4ad3-b650-468a13f8dc17 2018-10-10 14:36:19,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 14:36:19,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=2535d52c131f4db5a0c1c356f7914e22&scope.project.id=4cd168ae43c548f5a74e10f279771267&role.id=0376d071aa5547b094aaa8d60722688c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:19,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5408988f-5341-4bce-96b9-19b11c106342 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=2535d52c131f4db5a0c1c356f7914e22&scope.project.id=4cd168ae43c548f5a74e10f279771267&role.id=0376d071aa5547b094aaa8d60722688c", "previous": null, "next": null}} 2018-10-10 14:36:19,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=2535d52c131f4db5a0c1c356f7914e22&scope.project.id=4cd168ae43c548f5a74e10f279771267&role.id=0376d071aa5547b094aaa8d60722688c used request id req-5408988f-5341-4bce-96b9-19b11c106342 2018-10-10 14:36:19,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0790820121765s 2018-10-10 14:36:19,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 14:36:19,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/4cd168ae43c548f5a74e10f279771267/users/2535d52c131f4db5a0c1c356f7914e22/roles/0376d071aa5547b094aaa8d60722688c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:20,062 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:36:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92418723-b149-4fcd-95fc-ba8347c00a2d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:36:20,062 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4cd168ae43c548f5a74e10f279771267/users/2535d52c131f4db5a0c1c356f7914e22/roles/0376d071aa5547b094aaa8d60722688c used request id req-92418723-b149-4fcd-95fc-ba8347c00a2d 2018-10-10 14:36:20,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.225624799728s 2018-10-10 14:36:20,063 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e', 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': 'e28164e8-6d97-4c87-bef2-080c3298442a', 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_2e82fcf7-b7df-4ef3-8831-16b00689471e', 'project_id': u'4cd168ae43c548f5a74e10f279771267', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-10 14:36:20,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 14:36:20,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 14:36:20,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 14:36:20,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 14:36:20,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 14:36:20,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 14:36:20,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 14:36:20,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 14:36:20,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 14:36:20,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 14:36:20,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 14:36:20,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 14:36:20,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 14:36:20,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 14:36:20,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 14:36:20,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 14:36:20,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 14:36:20,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 14:36:20,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 14:36:20,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 14:36:20,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 14:36:20,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 14:36:20,068 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e', 'password': 'e28164e8-6d97-4c87-bef2-080c3298442a', 'project_name': 'connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '4cd168ae43c548f5a74e10f279771267', 'project_domain_name': 'Default'} 2018-10-10 14:36:20,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:36:20,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:20,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b61b451-741b-4423-9fb7-f2eebe0a09d2 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0376d071aa5547b094aaa8d60722688c", "links": {"self": "http://172.30.9.27:5000/v3/roles/0376d071aa5547b094aaa8d60722688c"}, "name": "Member"}, {"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:36:20,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2b61b451-741b-4423-9fb7-f2eebe0a09d2 2018-10-10 14:36:20,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0797538757324s 2018-10-10 14:36:20,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:36:20,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:20,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f66fcc1a-69f4-4831-9523-62b1fa7f3e6f Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0376d071aa5547b094aaa8d60722688c", "links": {"self": "http://172.30.9.27:5000/v3/roles/0376d071aa5547b094aaa8d60722688c"}, "name": "Member"}, {"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:36:20,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f66fcc1a-69f4-4831-9523-62b1fa7f3e6f 2018-10-10 14:36:20,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.153398990631s 2018-10-10 14:36:20,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 14:36:20,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:20,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0242517-4ca3-4974-a6e2-20d6bdbe9168 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:36:20,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-b0242517-4ca3-4974-a6e2-20d6bdbe9168 2018-10-10 14:36:20,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0740528106689s 2018-10-10 14:36:20,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:36:20,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:20,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd6d932f-8514-4a47-9c7c-7c9b2197ac29 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e", "links": {"self": "http://172.30.9.27:5000/v3/users/2535d52c131f4db5a0c1c356f7914e22"}, "domain_id": "default", "enabled": true, "id": "2535d52c131f4db5a0c1c356f7914e22", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:36:20,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-cd6d932f-8514-4a47-9c7c-7c9b2197ac29 2018-10-10 14:36:20,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117524147034s 2018-10-10 14:36:20,497 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-cd6d932f-8514-4a47-9c7c-7c9b2197ac29 2018-10-10 14:36:20,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:36:20,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:20,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6c657eb-a5f0-49bc-ae89-5d796f3d06c5 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/4cd168ae43c548f5a74e10f279771267"}, "enabled": true, "id": "4cd168ae43c548f5a74e10f279771267", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:36:20,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-a6c657eb-a5f0-49bc-ae89-5d796f3d06c5 2018-10-10 14:36:20,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.143974781036s 2018-10-10 14:36:20,647 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-a6c657eb-a5f0-49bc-ae89-5d796f3d06c5 2018-10-10 14:36:20,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 14:36:20,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=2535d52c131f4db5a0c1c356f7914e22&scope.project.id=4cd168ae43c548f5a74e10f279771267&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:20,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10a1b623-e1f9-4673-b06d-fab22e7769c1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=2535d52c131f4db5a0c1c356f7914e22&scope.project.id=4cd168ae43c548f5a74e10f279771267&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e", "previous": null, "next": null}} 2018-10-10 14:36:20,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=2535d52c131f4db5a0c1c356f7914e22&scope.project.id=4cd168ae43c548f5a74e10f279771267&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-10a1b623-e1f9-4673-b06d-fab22e7769c1 2018-10-10 14:36:20,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.13782119751s 2018-10-10 14:36:20,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 14:36:20,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/4cd168ae43c548f5a74e10f279771267/users/2535d52c131f4db5a0c1c356f7914e22/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:20,952 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:36:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13999222-ff8d-4fd3-9ded-8ce45fd348cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:36:20,952 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4cd168ae43c548f5a74e10f279771267/users/2535d52c131f4db5a0c1c356f7914e22/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-13999222-ff8d-4fd3-9ded-8ce45fd348cf 2018-10-10 14:36:20,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.164323806763s 2018-10-10 14:36:20,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:36:20,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:21,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b1fb402-578f-4e47-92ba-d15e85ec051c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0376d071aa5547b094aaa8d60722688c", "links": {"self": "http://172.30.9.27:5000/v3/roles/0376d071aa5547b094aaa8d60722688c"}, "name": "Member"}, {"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:36:21,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8b1fb402-578f-4e47-92ba-d15e85ec051c 2018-10-10 14:36:21,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.13210105896s 2018-10-10 14:36:21,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-10 14:36:21,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-10 14:36:21,200 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:36:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0306863a-b28a-4734-bcc1-dd5b56d628e0 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "86635a8574d5482d927b7f8a07688754", "links": {"self": "http://172.30.9.27:5000/v3/roles/86635a8574d5482d927b7f8a07688754"}, "name": "heat_stack_owner"}} 2018-10-10 14:36:21,200 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-0306863a-b28a-4734-bcc1-dd5b56d628e0 2018-10-10 14:36:21,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.113694906235s 2018-10-10 14:36:21,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/86635a8574d5482d927b7f8a07688754 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:21,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf60e91f-0d1a-46b4-9b84-78b1691709f7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/86635a8574d5482d927b7f8a07688754"}, "domain_id": null, "name": "heat_stack_owner", "id": "86635a8574d5482d927b7f8a07688754"}} 2018-10-10 14:36:21,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/86635a8574d5482d927b7f8a07688754 used request id req-bf60e91f-0d1a-46b4-9b84-78b1691709f7 2018-10-10 14:36:21,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:36:21,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:21,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba0e345f-133a-4765-ad57-a7433432358d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0376d071aa5547b094aaa8d60722688c", "links": {"self": "http://172.30.9.27:5000/v3/roles/0376d071aa5547b094aaa8d60722688c"}, "name": "Member"}, {"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86635a8574d5482d927b7f8a07688754", "links": {"self": "http://172.30.9.27:5000/v3/roles/86635a8574d5482d927b7f8a07688754"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:36:21,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ba0e345f-133a-4765-ad57-a7433432358d 2018-10-10 14:36:21,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0798151493073s 2018-10-10 14:36:21,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 14:36:21,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:21,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d4e19b8-d1d6-46f5-9804-13f41a21c873 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:36:21,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-4d4e19b8-d1d6-46f5-9804-13f41a21c873 2018-10-10 14:36:21,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.135784864426s 2018-10-10 14:36:21,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:36:21,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:21,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7af3969f-8755-4130-a242-cedeffc83558 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e", "links": {"self": "http://172.30.9.27:5000/v3/users/2535d52c131f4db5a0c1c356f7914e22"}, "domain_id": "default", "enabled": true, "id": "2535d52c131f4db5a0c1c356f7914e22", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:36:21,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7af3969f-8755-4130-a242-cedeffc83558 2018-10-10 14:36:21,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103232860565s 2018-10-10 14:36:21,609 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7af3969f-8755-4130-a242-cedeffc83558 2018-10-10 14:36:21,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:36:21,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:21,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d1e6d70-f395-4c3d-8ff3-5530a1300b30 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/4cd168ae43c548f5a74e10f279771267"}, "enabled": true, "id": "4cd168ae43c548f5a74e10f279771267", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:36:21,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-5d1e6d70-f395-4c3d-8ff3-5530a1300b30 2018-10-10 14:36:21,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0810840129852s 2018-10-10 14:36:21,696 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-5d1e6d70-f395-4c3d-8ff3-5530a1300b30 2018-10-10 14:36:21,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 14:36:21,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=2535d52c131f4db5a0c1c356f7914e22&scope.project.id=4cd168ae43c548f5a74e10f279771267&role.id=86635a8574d5482d927b7f8a07688754 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:21,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47c283ae-de3a-475f-a3de-24ef1523ef0c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=2535d52c131f4db5a0c1c356f7914e22&scope.project.id=4cd168ae43c548f5a74e10f279771267&role.id=86635a8574d5482d927b7f8a07688754", "previous": null, "next": null}} 2018-10-10 14:36:21,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=2535d52c131f4db5a0c1c356f7914e22&scope.project.id=4cd168ae43c548f5a74e10f279771267&role.id=86635a8574d5482d927b7f8a07688754 used request id req-47c283ae-de3a-475f-a3de-24ef1523ef0c 2018-10-10 14:36:21,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0763819217682s 2018-10-10 14:36:21,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 14:36:21,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/4cd168ae43c548f5a74e10f279771267/users/2535d52c131f4db5a0c1c356f7914e22/roles/86635a8574d5482d927b7f8a07688754 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:21,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:36:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-603b6deb-96b0-4525-92e5-4482a94c5d86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:36:21,996 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4cd168ae43c548f5a74e10f279771267/users/2535d52c131f4db5a0c1c356f7914e22/roles/86635a8574d5482d927b7f8a07688754 used request id req-603b6deb-96b0-4525-92e5-4482a94c5d86 2018-10-10 14:36:21,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.221178770065s 2018-10-10 14:36:21,997 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-10 14:36:21,997 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-10 14:36:21,997 - openstack_tests - INFO - OS Credentials = > 2018-10-10 14:36:21,998 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:21,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:22,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "86635a8574d5482d927b7f8a07688754", "name": "heat_stack_owner"}, {"id": "0376d071aa5547b094aaa8d60722688c", "name": "Member"}], "expires_at": "2018-10-10T15:36:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4cd168ae43c548f5a74e10f279771267", "name": "connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e", "id": "2535d52c131f4db5a0c1c356f7914e22"}, "audit_ids": ["3zBFUeqFSTW93xQA4Ete3Q"], "issued_at": "2018-10-10T14:36:22.000000Z"}} 2018-10-10 14:36:22,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd95bc37967a292122f2b8f4b4fc9d4c724cf96d" 2018-10-10 14:36:23,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2889ca17-0b49-4cc5-a863-d55118494322 Date: Wed, 10 Oct 2018 14:36:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 14:36:23,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True used request id req-2889ca17-0b49-4cc5-a863-d55118494322 2018-10-10 14:36:23,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd95bc37967a292122f2b8f4b4fc9d4c724cf96d" 2018-10-10 14:36:24,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-8eb5f58f-687a-44cb-99b5-30a613ab9be8 Date: Wed, 10 Oct 2018 14:36:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-10 14:36:24,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 used request id req-8eb5f58f-687a-44cb-99b5-30a613ab9be8 2018-10-10 14:36:24,377 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-10 14:36:24,377 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-10-10 14:36:24,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:24,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:24,379 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:24,380 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:24,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:24,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:24,382 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:24,383 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:24,384 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:24,384 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:24,385 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:24,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:24,387 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:24,387 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:24,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:24,444 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-10 14:36:24,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:24,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "86635a8574d5482d927b7f8a07688754", "name": "heat_stack_owner"}, {"id": "0376d071aa5547b094aaa8d60722688c", "name": "Member"}], "expires_at": "2018-10-10T15:36:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4cd168ae43c548f5a74e10f279771267", "name": "connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e", "id": "2535d52c131f4db5a0c1c356f7914e22"}, "audit_ids": ["0jWjXFnkScC0jJN0pYo3cg"], "issued_at": "2018-10-10T14:36:24.000000Z"}} 2018-10-10 14:36:24,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}78c51fcee5021006ff39f4f4f3713f08b9498d2c" 2018-10-10 14:36:25,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-ee069470-f403-4aab-8042-d06d42370180 Date: Wed, 10 Oct 2018 14:36:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-10-10 14:36:25,605 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&name=foo used request id req-ee069470-f403-4aab-8042-d06d42370180 2018-10-10 14:36:25,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:25,607 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-10 14:36:25,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:25,988 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "86635a8574d5482d927b7f8a07688754", "name": "heat_stack_owner"}, {"id": "0376d071aa5547b094aaa8d60722688c", "name": "Member"}], "expires_at": "2018-10-10T15:36:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4cd168ae43c548f5a74e10f279771267", "name": "connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e", "id": "2535d52c131f4db5a0c1c356f7914e22"}, "audit_ids": ["BwLsaF35Q0qH-RhWxmwCog"], "issued_at": "2018-10-10T14:36:25.000000Z"}} 2018-10-10 14:36:25,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80e11447c07491f64ca81d0eb40afc63ae44117b" 2018-10-10 14:36:26,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-957a7b56-bac4-4c85-93c2-3c012154a6fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:36:26,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-957a7b56-bac4-4c85-93c2-3c012154a6fd 2018-10-10 14:36:26,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:36:26,091 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:36: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:36:26,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80e11447c07491f64ca81d0eb40afc63ae44117b" 2018-10-10 14:36:26,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05f65895-486f-4d38-80e6-0bb000134abe Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e", "links": {"self": "http://172.30.9.27:5000/v3/users/2535d52c131f4db5a0c1c356f7914e22"}, "domain_id": "default", "enabled": true, "id": "2535d52c131f4db5a0c1c356f7914e22", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:36:26,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-05f65895-486f-4d38-80e6-0bb000134abe 2018-10-10 14:36:26,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:26,196 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-10 14:36:26,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:26,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "86635a8574d5482d927b7f8a07688754", "name": "heat_stack_owner"}, {"id": "0376d071aa5547b094aaa8d60722688c", "name": "Member"}], "expires_at": "2018-10-10T15:36:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4cd168ae43c548f5a74e10f279771267", "name": "connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e", "id": "2535d52c131f4db5a0c1c356f7914e22"}, "audit_ids": ["1Hp6h1d2SwSjkyWohaJYLQ"], "issued_at": "2018-10-10T14:36:26.000000Z"}} 2018-10-10 14:36:26,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f22faa09e1abc600a3194ee665c9f2ea4ef0600" 2018-10-10 14:36:27,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3e74a5dd-bc74-474f-a1cb-936e34f805be Date: Wed, 10 Oct 2018 14:36:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 14:36:27,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-3e74a5dd-bc74-474f-a1cb-936e34f805be 2018-10-10 14:36:27,518 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:27,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "86635a8574d5482d927b7f8a07688754", "name": "heat_stack_owner"}, {"id": "0376d071aa5547b094aaa8d60722688c", "name": "Member"}], "expires_at": "2018-10-10T15:36:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4cd168ae43c548f5a74e10f279771267", "name": "connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e", "id": "2535d52c131f4db5a0c1c356f7914e22"}, "audit_ids": ["Bhrq0fZHTRK0YwfJAOxQZg"], "issued_at": "2018-10-10T14:36:27.000000Z"}} 2018-10-10 14:36:27,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10720323491f5032ef67d1a5f1eb8313909b11a" 2018-10-10 14:36:28,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-38ea4006-ed26-4ded-bacc-b023bfd2ae9c Date: Wed, 10 Oct 2018 14:36:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 14:36:28,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True used request id req-38ea4006-ed26-4ded-bacc-b023bfd2ae9c 2018-10-10 14:36:28,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10720323491f5032ef67d1a5f1eb8313909b11a" 2018-10-10 14:36:29,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-fccf4149-b3fc-4f94-bd5a-2505cec40a3e Date: Wed, 10 Oct 2018 14:36:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-10 14:36:29,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 used request id req-fccf4149-b3fc-4f94-bd5a-2505cec40a3e 2018-10-10 14:36:29,758 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:36:29,758 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:30,775 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.27:5000/v2.0/tokens 2018-10-10 14:36:30,795 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-10-10 14:36:30,796 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:36:30,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:31,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "86635a8574d5482d927b7f8a07688754", "name": "heat_stack_owner"}, {"id": "0376d071aa5547b094aaa8d60722688c", "name": "Member"}], "expires_at": "2018-10-10T15:36:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4cd168ae43c548f5a74e10f279771267", "name": "connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e", "id": "2535d52c131f4db5a0c1c356f7914e22"}, "audit_ids": ["orS7T3e5R-yV3lhviH7QFQ"], "issued_at": "2018-10-10T14:36:31.000000Z"}} 2018-10-10 14:36:31,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90f81fabea4bcbfa6fec59d0251239de1bcfdd8a" 2018-10-10 14:36:31,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36: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-a38b2a04-55ac-4157-a4ee-eac09006d4dd x-compute-request-id: req-a38b2a04-55ac-4157-a4ee-eac09006d4dd Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-10 14:36:31,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail used request id req-a38b2a04-55ac-4157-a4ee-eac09006d4dd 2018-10-10 14:36:31,985 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:36:31,987 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:32,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "86635a8574d5482d927b7f8a07688754", "name": "heat_stack_owner"}, {"id": "0376d071aa5547b094aaa8d60722688c", "name": "Member"}], "expires_at": "2018-10-10T15:36:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4cd168ae43c548f5a74e10f279771267", "name": "connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e", "id": "2535d52c131f4db5a0c1c356f7914e22"}, "audit_ids": ["n5-uU5h6R4ajvNcwFzmlsw"], "issued_at": "2018-10-10T14:36:32.000000Z"}} 2018-10-10 14:36:32,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ca25abc320b4b98a119622e11cabf1417c28ac5" 2018-10-10 14:36:33,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f8aeced-1469-4a82-815a-01157a907ddf x-compute-request-id: req-1f8aeced-1469-4a82-815a-01157a907ddf Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.3", "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-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "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.6", "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}]} 2018-10-10 14:36:33,219 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-1f8aeced-1469-4a82-815a-01157a907ddf 2018-10-10 14:36:33,221 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-10 14:36:33,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:33,328 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.27:5000/v2.0/tokens 2018-10-10 14:36:33,346 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-10-10 14:36:33,346 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-10 14:36:33,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:33,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "86635a8574d5482d927b7f8a07688754", "name": "heat_stack_owner"}, {"id": "0376d071aa5547b094aaa8d60722688c", "name": "Member"}], "expires_at": "2018-10-10T15:36:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4cd168ae43c548f5a74e10f279771267", "name": "connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e", "id": "2535d52c131f4db5a0c1c356f7914e22"}, "audit_ids": ["uemMIKRaQ4eobTNFvcBchg"], "issued_at": "2018-10-10T14:36:33.000000Z"}} 2018-10-10 14:36:33,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/4cd168ae43c548f5a74e10f279771267/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57ba35193bbe6495e1e2f1b204d4e64fb639577" 2018-10-10 14:36:34,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:33 GMT Server: Apache x-openstack-request-id: req-be848592-e127-45e6-a60a-0c09d3290713 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-10 14:36:34,632 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/4cd168ae43c548f5a74e10f279771267/stacks used request id req-be848592-e127-45e6-a60a-0c09d3290713 2018-10-10 14:36:34,632 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:34,781 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-10 14:36:34,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:35,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "86635a8574d5482d927b7f8a07688754", "name": "heat_stack_owner"}, {"id": "0376d071aa5547b094aaa8d60722688c", "name": "Member"}], "expires_at": "2018-10-10T15:36:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4cd168ae43c548f5a74e10f279771267", "name": "connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/4cd168ae43c548f5a74e10f279771267", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e", "id": "2535d52c131f4db5a0c1c356f7914e22"}, "audit_ids": ["vtW9oWgxRKCoYG4WeGhRBg"], "issued_at": "2018-10-10T14:36:35.000000Z"}} 2018-10-10 14:36:35,159 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/4cd168ae43c548f5a74e10f279771267/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd7d8f727e42906cd6309592fa596531e75b49c" 2018-10-10 14:36:35,928 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:35 GMT Server: Apache x-compute-request-id: req-840ed2f5-1d1f-4a85-9377-d800748c83ed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-840ed2f5-1d1f-4a85-9377-d800748c83ed Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-10 14:36:35,928 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/4cd168ae43c548f5a74e10f279771267/volumes/detail used request id req-840ed2f5-1d1f-4a85-9377-d800748c83ed 2018-10-10 14:36:36,157 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 11.769s OK 2018-10-10 14:36:36,289 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-10 14:36:36,289 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:12 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-10-10 14:36:36,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:36:36,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:36,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d9467c1-8693-49c0-b3a3-5825d8f9eece Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0376d071aa5547b094aaa8d60722688c", "links": {"self": "http://172.30.9.27:5000/v3/roles/0376d071aa5547b094aaa8d60722688c"}, "name": "Member"}, {"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86635a8574d5482d927b7f8a07688754", "links": {"self": "http://172.30.9.27:5000/v3/roles/86635a8574d5482d927b7f8a07688754"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:36:36,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4d9467c1-8693-49c0-b3a3-5825d8f9eece 2018-10-10 14:36:36,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0995688438416s 2018-10-10 14:36:36,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-10 14:36:36,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/86635a8574d5482d927b7f8a07688754 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:36,599 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:36:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43d2dddb-e28a-470c-b690-85b150653949 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:36:36,600 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/86635a8574d5482d927b7f8a07688754 used request id req-43d2dddb-e28a-470c-b690-85b150653949 2018-10-10 14:36:36,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.203621149063s 2018-10-10 14:36:36,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:36:36,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:36,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be8403e5-cbab-4342-9d85-82c086746d22 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e", "links": {"self": "http://172.30.9.27:5000/v3/users/2535d52c131f4db5a0c1c356f7914e22"}, "domain_id": "default", "enabled": true, "id": "2535d52c131f4db5a0c1c356f7914e22", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:36:36,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-be8403e5-cbab-4342-9d85-82c086746d22 2018-10-10 14:36:36,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.181971073151s 2018-10-10 14:36:36,783 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-be8403e5-cbab-4342-9d85-82c086746d22 2018-10-10 14:36:36,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:36:36,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/2535d52c131f4db5a0c1c356f7914e22 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:36,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94660fa8-bd65-4d55-aea8-ffe818ab8601 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/2535d52c131f4db5a0c1c356f7914e22"}, "enabled": true, "id": "2535d52c131f4db5a0c1c356f7914e22", "options": {}, "domain_id": "default", "name": "connection_check-user_2e82fcf7-b7df-4ef3-8831-16b00689471e"}} 2018-10-10 14:36:36,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/2535d52c131f4db5a0c1c356f7914e22 used request id req-94660fa8-bd65-4d55-aea8-ffe818ab8601 2018-10-10 14:36:36,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0885000228882s 2018-10-10 14:36:36,878 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/2535d52c131f4db5a0c1c356f7914e22 used request id req-94660fa8-bd65-4d55-aea8-ffe818ab8601 2018-10-10 14:36:36,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-10 14:36:36,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/2535d52c131f4db5a0c1c356f7914e22 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:37,080 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:36:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9303a1c1-b197-4846-8abb-42d82a853cf7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:36:37,080 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/2535d52c131f4db5a0c1c356f7914e22 used request id req-9303a1c1-b197-4846-8abb-42d82a853cf7 2018-10-10 14:36:37,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.201597213745s 2018-10-10 14:36:37,080 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/2535d52c131f4db5a0c1c356f7914e22 used request id req-9303a1c1-b197-4846-8abb-42d82a853cf7 2018-10-10 14:36:37,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:36:37,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:37,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02cdfee6-4bb5-4041-b42b-ff1492d4076b Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/4cd168ae43c548f5a74e10f279771267"}, "enabled": true, "id": "4cd168ae43c548f5a74e10f279771267", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_2e82fcf7-b7df-4ef3-8831-16b00689471e"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:36:37,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-02cdfee6-4bb5-4041-b42b-ff1492d4076b 2018-10-10 14:36:37,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0705189704895s 2018-10-10 14:36:37,152 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-02cdfee6-4bb5-4041-b42b-ff1492d4076b 2018-10-10 14:36:37,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-10 14:36:37,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/4cd168ae43c548f5a74e10f279771267 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:37,402 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:36:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b991a0f-f75c-4704-835d-c79ed31b0601 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:36:37,402 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/4cd168ae43c548f5a74e10f279771267 used request id req-9b991a0f-f75c-4704-835d-c79ed31b0601 2018-10-10 14:36:37,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.247742176056s 2018-10-10 14:36:37,402 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/4cd168ae43c548f5a74e10f279771267 used request id req-9b991a0f-f75c-4704-835d-c79ed31b0601 2018-10-10 14:36:37,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:36:37,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:37,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cb284ac-db09-44b9-9013-f2920432a207 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0376d071aa5547b094aaa8d60722688c", "links": {"self": "http://172.30.9.27:5000/v3/roles/0376d071aa5547b094aaa8d60722688c"}, "name": "Member"}, {"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:36:37,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5cb284ac-db09-44b9-9013-f2920432a207 2018-10-10 14:36:37,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0852060317993s 2018-10-10 14:36:37,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-10 14:36:37,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/0376d071aa5547b094aaa8d60722688c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:37,632 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:36:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-344002f7-6845-4a95-84fa-d205e5aa1c64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:36:37,633 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/0376d071aa5547b094aaa8d60722688c used request id req-344002f7-6845-4a95-84fa-d205e5aa1c64 2018-10-10 14:36:37,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.143082857132s 2018-10-10 14:36:37,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 14:36:37,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=4cd168ae43c548f5a74e10f279771267&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}51fc1d94b70139d685ce2b76d21297f65c07c6cd" 2018-10-10 14:36:38,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6d7154ce-7a81-40eb-8812-663fe46f65ce Date: Wed, 10 Oct 2018 14:36:38 GMT RESP BODY: {"security_groups": []} 2018-10-10 14:36:38,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=4cd168ae43c548f5a74e10f279771267&name=default used request id req-6d7154ce-7a81-40eb-8812-663fe46f65ce 2018-10-10 14:36:38,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 1.08255004883s 2018-10-10 14:36:38,721 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=4cd168ae43c548f5a74e10f279771267&name=default used request id req-6d7154ce-7a81-40eb-8812-663fe46f65ce 2018-10-10 14:36:38,741 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-10-10 14:36:38,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 14:36:38,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 14:36:38,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 14:36:38,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 14:36:38,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 14:36:38,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 14:36:38,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 14:36:38,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 14:36:38,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 14:36:38,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 14:36:38,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 14:36:38,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 14:36:38,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 14:36:38,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 14:36:38,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 14:36:38,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 14:36:38,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 14:36:38,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 14:36:38,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 14:36:38,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 14:36:38,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 14:36:38,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 14:36:38,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-10 14:36:38,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:36:38,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8823d422-6feb-4162-ba8e-6d8a633c02a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:36:38,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8823d422-6feb-4162-ba8e-6d8a633c02a8 2018-10-10 14:36:38,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:39,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T15:36:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["zqqfXVmSSi6837Wb4CXVkA"], "issued_at": "2018-10-10T14:36:39.000000Z"}} 2018-10-10 14:36:39,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:39,248 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:36:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:36:39,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:39,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc8fb52d-4692-419a-9dd8-953fa02c6e97 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/da9a3567bac744d785bfd81a34b9e2bc"}, "description": "", "name": "heat_stack", "enabled": true, "id": "da9a3567bac744d785bfd81a34b9e2bc"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-10-10 14:36:39,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-bc8fb52d-4692-419a-9dd8-953fa02c6e97 2018-10-10 14:36:39,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.559142827988s 2018-10-10 14:36:39,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-10 14:36:39,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}4158cc177f7a348cdea4c835fef0c181f879c564" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}}' 2018-10-10 14:36:39,477 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:36:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58af667b-b2a8-48c4-b768-280cbe2b5e83 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.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:36:39,477 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-58af667b-b2a8-48c4-b768-280cbe2b5e83 2018-10-10 14:36:39,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.145364046097s 2018-10-10 14:36:39,478 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-58af667b-b2a8-48c4-b768-280cbe2b5e83 2018-10-10 14:36:39,478 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2', 'id': u'50b165d5212f42f49cf85a43939820c6', 'description': u'Created by OPNFV Functest: api_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-10 14:36:39,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-10 14:36:39,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.460437059402s 2018-10-10 14:36:39,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:40,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4936b42-6263-45aa-a9df-d93a90b21d9f Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}, "domain_id": "default", "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:36:40,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1 used request id req-a4936b42-6263-45aa-a9df-d93a90b21d9f 2018-10-10 14:36:40,128 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f54611d8c62b498a95794cebb93cc5b1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2'}) 2018-10-10 14:36:40,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:36:40,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:40,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6415321a-b18f-4255-a78e-aa9ecffb2d25 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:36:40,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6415321a-b18f-4255-a78e-aa9ecffb2d25 2018-10-10 14:36:40,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0869090557098s 2018-10-10 14:36:40,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:36:40,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:40,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97c6e2a2-a74a-4096-b2d6-3f764ce47455 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:36:40,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-97c6e2a2-a74a-4096-b2d6-3f764ce47455 2018-10-10 14:36:40,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0778379440308s 2018-10-10 14:36:40,295 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-10 14:36:40,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-10 14:36:40,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" -d '{"role": {"name": "Member"}}' 2018-10-10 14:36:40,390 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:36:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53bb2898-f7d1-4cf7-92d0-9ddcd518039f Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}} 2018-10-10 14:36:40,391 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-53bb2898-f7d1-4cf7-92d0-9ddcd518039f 2018-10-10 14:36:40,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.095165014267s 2018-10-10 14:36:40,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:40,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-633b2eee-e566-4a0b-8247-71e16fe730c4 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "domain_id": null, "name": "Member", "id": "ea253593b8184e37a7600959d7c5a0e6"}} 2018-10-10 14:36:40,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6 used request id req-633b2eee-e566-4a0b-8247-71e16fe730c4 2018-10-10 14:36:40,408 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6'}, 'domain_id': None, 'human_id': None, 'id': u'ea253593b8184e37a7600959d7c5a0e6', 'HUMAN_ID': False}) 2018-10-10 14:36:40,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:36:40,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:40,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b60354c-2e48-4572-bb30-6359a876b004 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:36:40,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8b60354c-2e48-4572-bb30-6359a876b004 2018-10-10 14:36:40,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0738899707794s 2018-10-10 14:36:40,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 14:36:40,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:40,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-810ae87e-5953-41b0-a664-62eb7005da05 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:36:40,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-810ae87e-5953-41b0-a664-62eb7005da05 2018-10-10 14:36:40,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0768120288849s 2018-10-10 14:36:40,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:36:40,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:40,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e781a01f-c351-4498-96f8-bfb7ccd89c6c Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "domain_id": "default", "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:36:40,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e781a01f-c351-4498-96f8-bfb7ccd89c6c 2018-10-10 14:36:40,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0983200073242s 2018-10-10 14:36:40,660 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e781a01f-c351-4498-96f8-bfb7ccd89c6c 2018-10-10 14:36:40,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:36:40,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:40,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5ec63aa-a69b-4d62-87e3-e25d7ecb80e9 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:36:40,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-d5ec63aa-a69b-4d62-87e3-e25d7ecb80e9 2018-10-10 14:36:40,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0748579502106s 2018-10-10 14:36:40,742 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-d5ec63aa-a69b-4d62-87e3-e25d7ecb80e9 2018-10-10 14:36:40,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 14:36:40,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=f54611d8c62b498a95794cebb93cc5b1&scope.project.id=50b165d5212f42f49cf85a43939820c6&role.id=ea253593b8184e37a7600959d7c5a0e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:40,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31868fa0-1da3-4909-a811-6b188a1077d3 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=f54611d8c62b498a95794cebb93cc5b1&scope.project.id=50b165d5212f42f49cf85a43939820c6&role.id=ea253593b8184e37a7600959d7c5a0e6", "previous": null, "next": null}} 2018-10-10 14:36:40,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=f54611d8c62b498a95794cebb93cc5b1&scope.project.id=50b165d5212f42f49cf85a43939820c6&role.id=ea253593b8184e37a7600959d7c5a0e6 used request id req-31868fa0-1da3-4909-a811-6b188a1077d3 2018-10-10 14:36:40,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0897929668427s 2018-10-10 14:36:40,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 14:36:40,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/f54611d8c62b498a95794cebb93cc5b1/roles/ea253593b8184e37a7600959d7c5a0e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:40,955 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:36:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-787de234-6c3b-4d51-b7f4-c1a7af1c209f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:36:40,955 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/f54611d8c62b498a95794cebb93cc5b1/roles/ea253593b8184e37a7600959d7c5a0e6 used request id req-787de234-6c3b-4d51-b7f4-c1a7af1c209f 2018-10-10 14:36:40,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120559930801s 2018-10-10 14:36:40,956 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2', 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': '5fb972aa-4223-49c7-8497-036330267c45', 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_4645f577-9531-446d-9b17-cbbfb1dd99c2', 'project_id': u'50b165d5212f42f49cf85a43939820c6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-10 14:36:40,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 14:36:40,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 14:36:40,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 14:36:40,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 14:36:40,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 14:36:40,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 14:36:40,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 14:36:40,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 14:36:40,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 14:36:40,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 14:36:40,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 14:36:40,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 14:36:40,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 14:36:40,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 14:36:40,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 14:36:40,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 14:36:40,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 14:36:40,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 14:36:40,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 14:36:40,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 14:36:40,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 14:36:40,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 14:36:40,961 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2', 'password': '5fb972aa-4223-49c7-8497-036330267c45', 'project_name': 'api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '50b165d5212f42f49cf85a43939820c6', 'project_domain_name': 'Default'} 2018-10-10 14:36:40,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:36:40,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:41,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66d8f6d0-0181-4a3a-975a-2dea22ee2f93 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:36:41,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-66d8f6d0-0181-4a3a-975a-2dea22ee2f93 2018-10-10 14:36:41,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0794279575348s 2018-10-10 14:36:41,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:36:41,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:41,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43140cc8-3854-424e-a505-27a3db863430 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:36:41,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-43140cc8-3854-424e-a505-27a3db863430 2018-10-10 14:36:41,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0873229503632s 2018-10-10 14:36:41,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 14:36:41,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:41,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87bca481-293d-41f5-a1c5-a3d5e1714a62 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:36:41,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-87bca481-293d-41f5-a1c5-a3d5e1714a62 2018-10-10 14:36:41,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0822269916534s 2018-10-10 14:36:41,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:36:41,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:41,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1091819-569d-4e85-bfe7-935a59b7349f Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "domain_id": "default", "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:36:41,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b1091819-569d-4e85-bfe7-935a59b7349f 2018-10-10 14:36:41,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0879709720612s 2018-10-10 14:36:41,305 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b1091819-569d-4e85-bfe7-935a59b7349f 2018-10-10 14:36:41,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:36:41,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:41,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93e395cb-b329-4796-842d-207d171e142c Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:36:41,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-93e395cb-b329-4796-842d-207d171e142c 2018-10-10 14:36:41,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0850019454956s 2018-10-10 14:36:41,396 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-93e395cb-b329-4796-842d-207d171e142c 2018-10-10 14:36:41,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 14:36:41,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=f54611d8c62b498a95794cebb93cc5b1&scope.project.id=50b165d5212f42f49cf85a43939820c6&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:41,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53c16cc4-27e1-4b5b-abd6-e9dc4f5d10f4 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=f54611d8c62b498a95794cebb93cc5b1&scope.project.id=50b165d5212f42f49cf85a43939820c6&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e", "previous": null, "next": null}} 2018-10-10 14:36:41,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=f54611d8c62b498a95794cebb93cc5b1&scope.project.id=50b165d5212f42f49cf85a43939820c6&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-53c16cc4-27e1-4b5b-abd6-e9dc4f5d10f4 2018-10-10 14:36:41,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0789070129395s 2018-10-10 14:36:41,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 14:36:41,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/f54611d8c62b498a95794cebb93cc5b1/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:41,747 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:36:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bff70d7d-040d-413b-af9c-090bd2a445b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:36:41,747 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/f54611d8c62b498a95794cebb93cc5b1/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-bff70d7d-040d-413b-af9c-090bd2a445b5 2018-10-10 14:36:41,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.269572973251s 2018-10-10 14:36:41,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:36:41,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:41,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10e0b20d-8e6f-4ada-8dcd-e2f3d94bb53c Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:36:41,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-10e0b20d-8e6f-4ada-8dcd-e2f3d94bb53c 2018-10-10 14:36:41,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.079313993454s 2018-10-10 14:36:41,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-10 14:36:41,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-10 14:36:41,927 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:36:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-548898ed-cd10-49a1-9a33-a23bc3fedf9b Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}} 2018-10-10 14:36:41,927 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-548898ed-cd10-49a1-9a33-a23bc3fedf9b 2018-10-10 14:36:41,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0990099906921s 2018-10-10 14:36:41,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:42,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e406c676-3081-4aca-a79f-8551b5f9ffc4 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "domain_id": null, "name": "heat_stack_owner", "id": "92885c70db4342b3bdce8ac0877a13b9"}} 2018-10-10 14:36:42,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9 used request id req-e406c676-3081-4aca-a79f-8551b5f9ffc4 2018-10-10 14:36:42,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:36:42,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:42,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-716c7d01-cdee-4c5e-aae8-609a099e973c Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:36:42,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-716c7d01-cdee-4c5e-aae8-609a099e973c 2018-10-10 14:36:42,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802090167999s 2018-10-10 14:36:42,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 14:36:42,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:42,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-361bd3c4-1860-4ed2-bf4c-16e4775e01c6 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:36:42,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-361bd3c4-1860-4ed2-bf4c-16e4775e01c6 2018-10-10 14:36:42,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0790548324585s 2018-10-10 14:36:42,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:36:42,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:42,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-371e449b-a060-4c5b-b576-1285f11bd935 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "domain_id": "default", "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:36:42,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-371e449b-a060-4c5b-b576-1285f11bd935 2018-10-10 14:36:42,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0906901359558s 2018-10-10 14:36:42,258 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-371e449b-a060-4c5b-b576-1285f11bd935 2018-10-10 14:36:42,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:36:42,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:42,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35443157-ebb2-465a-aa17-bc18454377d0 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:36:42,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-35443157-ebb2-465a-aa17-bc18454377d0 2018-10-10 14:36:42,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.152836799622s 2018-10-10 14:36:42,417 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-35443157-ebb2-465a-aa17-bc18454377d0 2018-10-10 14:36:42,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 14:36:42,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=f54611d8c62b498a95794cebb93cc5b1&scope.project.id=50b165d5212f42f49cf85a43939820c6&role.id=92885c70db4342b3bdce8ac0877a13b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:42,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-451f07be-9b62-47f8-956c-847f2cd919e0 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=f54611d8c62b498a95794cebb93cc5b1&scope.project.id=50b165d5212f42f49cf85a43939820c6&role.id=92885c70db4342b3bdce8ac0877a13b9", "previous": null, "next": null}} 2018-10-10 14:36:42,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=f54611d8c62b498a95794cebb93cc5b1&scope.project.id=50b165d5212f42f49cf85a43939820c6&role.id=92885c70db4342b3bdce8ac0877a13b9 used request id req-451f07be-9b62-47f8-956c-847f2cd919e0 2018-10-10 14:36:42,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.083505153656s 2018-10-10 14:36:42,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 14:36:42,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/f54611d8c62b498a95794cebb93cc5b1/roles/92885c70db4342b3bdce8ac0877a13b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:36:42,658 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:36:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a073857c-c546-4ad1-be52-9f9860c3fdad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:36:42,658 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/f54611d8c62b498a95794cebb93cc5b1/roles/92885c70db4342b3bdce8ac0877a13b9 used request id req-a073857c-c546-4ad1-be52-9f9860c3fdad 2018-10-10 14:36:42,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.154929876328s 2018-10-10 14:36:42,658 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-10 14:36:42,658 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-10 14:36:42,659 - openstack_tests - INFO - OS Credentials = > 2018-10-10 14:36:42,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:42,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:43,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:36:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["E9qWAtmmSzyXA9i4h4wagw"], "issued_at": "2018-10-10T14:36:43.000000Z"}} 2018-10-10 14:36:43,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff5c67feb8b44fef515e2fc5efa5e45972cd1a76" 2018-10-10 14:36:44,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-81167e1b-1bf4-4146-9803-51ee161a6911 Date: Wed, 10 Oct 2018 14:36:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 14:36:44,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True used request id req-81167e1b-1bf4-4146-9803-51ee161a6911 2018-10-10 14:36:44,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff5c67feb8b44fef515e2fc5efa5e45972cd1a76" 2018-10-10 14:36:44,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-5ef451e4-ed51-4b66-999c-46ffb23f07ce Date: Wed, 10 Oct 2018 14:36:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-10 14:36:44,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 used request id req-5ef451e4-ed51-4b66-999c-46ffb23f07ce 2018-10-10 14:36:44,306 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-10 14:36:44,306 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-10-10 14:36:44,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,316 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,316 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,322 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,332 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,339 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,340 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,340 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,346 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,346 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,349 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,349 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,350 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,352 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,353 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,354 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,356 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,421 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,421 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:44,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:44,825 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:36:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["jdC4sDpqST6K-D9aWu4MAA"], "issued_at": "2018-10-10T14:36:44.000000Z"}} 2018-10-10 14:36:44,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681f1919ec22cc43c9f1b52b82727f0b1eb235e9" 2018-10-10 14:36:44,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e95aa9e0-940b-4fb0-bee5-eede259431ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:36:44,905 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e95aa9e0-940b-4fb0-bee5-eede259431ab 2018-10-10 14:36:44,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:36:44,914 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:36:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:36:44,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681f1919ec22cc43c9f1b52b82727f0b1eb235e9" 2018-10-10 14:36:44,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d47e6558-2a20-47f2-a78b-d5e94fb7eba4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:36:44,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-d47e6558-2a20-47f2-a78b-d5e94fb7eba4 2018-10-10 14:36:45,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681f1919ec22cc43c9f1b52b82727f0b1eb235e9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-e96d00de-2294-486b-878e-06b588fe140a-projName"}}' 2018-10-10 14:36:45,212 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:36:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3362009-bdc7-4978-b7a4-3946090d0de4 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3f569252da524896a86fd39503c6518e"}, "enabled": true, "id": "3f569252da524896a86fd39503c6518e", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-e96d00de-2294-486b-878e-06b588fe140a-projName"}} 2018-10-10 14:36:45,212 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-b3362009-bdc7-4978-b7a4-3946090d0de4 2018-10-10 14:36:45,212 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-e96d00de-2294-486b-878e-06b588fe140a-projName 2018-10-10 14:36:45,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-e96d00de-2294-486b-878e-06b588fe140a-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681f1919ec22cc43c9f1b52b82727f0b1eb235e9" 2018-10-10 14:36:45,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74dfdc75-f2c2-4b82-8d28-e754edc906ee Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-e96d00de-2294-486b-878e-06b588fe140a-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3f569252da524896a86fd39503c6518e"}, "enabled": true, "id": "3f569252da524896a86fd39503c6518e", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-e96d00de-2294-486b-878e-06b588fe140a-projName"}]} 2018-10-10 14:36:45,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-e96d00de-2294-486b-878e-06b588fe140a-projName used request id req-74dfdc75-f2c2-4b82-8d28-e754edc906ee 2018-10-10 14:36:45,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681f1919ec22cc43c9f1b52b82727f0b1eb235e9" 2018-10-10 14:36:45,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1169fb2d-b461-4092-8400-502cf8c15b5b 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:36:45,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-1169fb2d-b461-4092-8400-502cf8c15b5b 2018-10-10 14:36:45,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681f1919ec22cc43c9f1b52b82727f0b1eb235e9" 2018-10-10 14:36:46,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-43413c78-800d-4126-a651-f7f3283ba3cd Date: Wed, 10 Oct 2018 14:36:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:36:46Z", "updated_at": "2018-10-10T14:36:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:46Z", "revision_number": 0, "id": "2c0c619e-053a-4349-875d-0559c1a01a7a", "remote_group_id": "6bf111a9-625a-4019-9fff-c8863ba5fd49", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:46Z", "security_group_id": "6bf111a9-625a-4019-9fff-c8863ba5fd49", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:46Z", "revision_number": 0, "id": "841faf9f-6e4b-4d64-a4a4-008ed7fb91d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:46Z", "security_group_id": "6bf111a9-625a-4019-9fff-c8863ba5fd49", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:46Z", "revision_number": 0, "id": "8793ae92-7ac2-404b-962d-822dba0d2958", "remote_group_id": "6bf111a9-625a-4019-9fff-c8863ba5fd49", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:46Z", "security_group_id": "6bf111a9-625a-4019-9fff-c8863ba5fd49", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:46Z", "revision_number": 0, "id": "eb5ae8cb-d7ae-4cd6-b0a9-8adf62db3b07", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:46Z", "security_group_id": "6bf111a9-625a-4019-9fff-c8863ba5fd49", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 4, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "6bf111a9-625a-4019-9fff-c8863ba5fd49", "name": "default"}]} 2018-10-10 14:36:46,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-43413c78-800d-4126-a651-f7f3283ba3cd 2018-10-10 14:36:46,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681f1919ec22cc43c9f1b52b82727f0b1eb235e9" 2018-10-10 14:36:46,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e57c2a1d-1cdc-4d65-ab53-8de5af162048 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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-10 14:36:46,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e used request id req-e57c2a1d-1cdc-4d65-ab53-8de5af162048 2018-10-10 14:36:46,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681f1919ec22cc43c9f1b52b82727f0b1eb235e9" 2018-10-10 14:36:46,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f94850fc-8028-4f34-a993-dcf63bffaffd Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-10 14:36:46,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878 used request id req-f94850fc-8028-4f34-a993-dcf63bffaffd 2018-10-10 14:36:46,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681f1919ec22cc43c9f1b52b82727f0b1eb235e9" 2018-10-10 14:36:46,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b10fbef2-9c76-401b-b972-58c077c2fad0 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:36:46,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-b10fbef2-9c76-401b-b972-58c077c2fad0 2018-10-10 14:36:46,834 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6bf111a9-625a-4019-9fff-c8863ba5fd49 2018-10-10 14:36:46,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6bf111a9-625a-4019-9fff-c8863ba5fd49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681f1919ec22cc43c9f1b52b82727f0b1eb235e9" 2018-10-10 14:36:47,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f6d7722d-79f8-490c-b146-a6382fc32300 Date: Wed, 10 Oct 2018 14:36:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "6bf111a9-625a-4019-9fff-c8863ba5fd49", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:46Z", "security_group_id": "6bf111a9-625a-4019-9fff-c8863ba5fd49", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:36:46Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "2c0c619e-053a-4349-875d-0559c1a01a7a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:46Z", "security_group_id": "6bf111a9-625a-4019-9fff-c8863ba5fd49", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:36:46Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "841faf9f-6e4b-4d64-a4a4-008ed7fb91d1"}, {"remote_group_id": "6bf111a9-625a-4019-9fff-c8863ba5fd49", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:46Z", "security_group_id": "6bf111a9-625a-4019-9fff-c8863ba5fd49", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:36:46Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "8793ae92-7ac2-404b-962d-822dba0d2958"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:46Z", "security_group_id": "6bf111a9-625a-4019-9fff-c8863ba5fd49", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:36:46Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "eb5ae8cb-d7ae-4cd6-b0a9-8adf62db3b07"}]} 2018-10-10 14:36:47,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6bf111a9-625a-4019-9fff-c8863ba5fd49 used request id req-f6d7722d-79f8-490c-b146-a6382fc32300 2018-10-10 14:36:47,643 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 14:36:47,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/6bf111a9-625a-4019-9fff-c8863ba5fd49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681f1919ec22cc43c9f1b52b82727f0b1eb235e9" 2018-10-10 14:36:48,734 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8f2dbfe8-159b-4a1d-818e-50c04971e76f Content-Length: 0 Date: Wed, 10 Oct 2018 14:36:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:36:48,735 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/6bf111a9-625a-4019-9fff-c8863ba5fd49 used request id req-8f2dbfe8-159b-4a1d-818e-50c04971e76f 2018-10-10 14:36:48,735 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-e96d00de-2294-486b-878e-06b588fe140a-projName 2018-10-10 14:36:48,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/3f569252da524896a86fd39503c6518e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681f1919ec22cc43c9f1b52b82727f0b1eb235e9" 2018-10-10 14:36:48,998 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:36:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1be519c-c123-4002-9b1e-6321e0b08440 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:36:48,998 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/3f569252da524896a86fd39503c6518e used request id req-e1be519c-c123-4002-9b1e-6321e0b08440 2018-10-10 14:36:48,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:49,404 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:36:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["TQqCT1V7R16DQPRtcVekLw"], "issued_at": "2018-10-10T14:36:49.000000Z"}} 2018-10-10 14:36:49,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ad56470934d9e8b1344e97411f5a943203053e" 2018-10-10 14:36:49,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58e4feb2-c3eb-4ab6-9f93-0db2642f5cab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:36:49,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-58e4feb2-c3eb-4ab6-9f93-0db2642f5cab 2018-10-10 14:36:49,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:36:49,508 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:36: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:36:49,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ad56470934d9e8b1344e97411f5a943203053e" 2018-10-10 14:36:49,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8d87c5f-784d-4564-925b-fc2acd0d2cc8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:36:49,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-a8d87c5f-784d-4564-925b-fc2acd0d2cc8 2018-10-10 14:36:50,042 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-6b84ec2b-73d9-4700-acac-52eecc9a49bc-username 2018-10-10 14:36:50,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ad56470934d9e8b1344e97411f5a943203053e" 2018-10-10 14:36:50,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-773dc295-71a8-404b-9c29-d3be8615d210 Content-Encoding: gzip Content-Length: 916 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-6b84ec2b-73d9-4700-acac-52eecc9a49bc-username", "links": {"self": "http://172.30.9.27:5000/v3/users/8f5108c466054af19460edbe0e863dc8"}, "domain_id": "default", "enabled": true, "id": "8f5108c466054af19460edbe0e863dc8", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "domain_id": "default", "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:36:50,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-773dc295-71a8-404b-9c29-d3be8615d210 2018-10-10 14:36:50,151 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-6b84ec2b-73d9-4700-acac-52eecc9a49bc-username 2018-10-10 14:36:50,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/8f5108c466054af19460edbe0e863dc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ad56470934d9e8b1344e97411f5a943203053e" 2018-10-10 14:36:50,419 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:36:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f72ea75-fd28-43c5-9ec4-c2b6a72c8513 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:36:50,419 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/8f5108c466054af19460edbe0e863dc8 used request id req-3f72ea75-fd28-43c5-9ec4-c2b6a72c8513 2018-10-10 14:36:50,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:50,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:36:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["FhIcXpxqRoWgtscPDXQDMw"], "issued_at": "2018-10-10T14:36:50.000000Z"}} 2018-10-10 14:36:50,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b523e0fa71af303d7c80ede5583f049fe5d6657" 2018-10-10 14:36:50,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e25a903-7431-48de-8241-dae85f3d2ef1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:36:50,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5e25a903-7431-48de-8241-dae85f3d2ef1 2018-10-10 14:36:50,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:50,902 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-10 14:36:50,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:51,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:36:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["nqFqV3UuQJ6mRxRsF9HWnA"], "issued_at": "2018-10-10T14:36:51.000000Z"}} 2018-10-10 14:36:51,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f88b60567f702a4e87e56631b35bc975f257aa" 2018-10-10 14:36:51,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-609e88ae-1d9c-42fa-89b3-c31490296c26 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:36:51,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-609e88ae-1d9c-42fa-89b3-c31490296c26 2018-10-10 14:36:51,380 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:51,381 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:51,774 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:36:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["rgrlzsTORaWE-mNNIdxf1g"], "issued_at": "2018-10-10T14:36:51.000000Z"}} 2018-10-10 14:36:51,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:52,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:36:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["hOpGcG78SOe1IB0mNK3hDA"], "issued_at": "2018-10-10T14:36:52.000000Z"}} 2018-10-10 14:36:52,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbc41a30c840b38e4c7ede3c8f7a7ffeec17eb6" 2018-10-10 14:36:52,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92c1c26f-e9c5-42f3-973c-e88437615aa3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:36:52,194 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-92c1c26f-e9c5-42f3-973c-e88437615aa3 2018-10-10 14:36:52,196 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:52,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:52,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:36:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["4q2BugN7SFOHn1BPC1Ynrw"], "issued_at": "2018-10-10T14:36:52.000000Z"}} 2018-10-10 14:36:52,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:53,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:36:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["RAmYrVWpSjyUWa-cVaS2JA"], "issued_at": "2018-10-10T14:36:53.000000Z"}} 2018-10-10 14:36:53,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afb039dc88fb38d0e7bc33793fe60fd9f91bf288" 2018-10-10 14:36:53,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a4b225c-470a-4d4a-b95b-72bcf774533e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:36:53,171 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1a4b225c-470a-4d4a-b95b-72bcf774533e 2018-10-10 14:36:53,172 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:53,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:53,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:36:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["UAkwTpJ1SEyTDwqytwUrRQ"], "issued_at": "2018-10-10T14:36:53.000000Z"}} 2018-10-10 14:36:53,551 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:53,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:53,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:36:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["hgxeAIfnQ_i7-iyAkEOAUw"], "issued_at": "2018-10-10T14:36:53.000000Z"}} 2018-10-10 14:36:53,954 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:36:53,955 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:54,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:36:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["_Fr-fTngSPSXUGKB9H5dpw"], "issued_at": "2018-10-10T14:36:54.000000Z"}} 2018-10-10 14:36:54,436 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:36:54,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:36:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["tocBR7GAT92twGBFakzxKA"], "issued_at": "2018-10-10T14:36:54.000000Z"}} 2018-10-10 14:36:54,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc3f121ee5e5023b966484f3e4a531f20c4dbd0" 2018-10-10 14:36:54,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87b90a16-96cb-4642-a250-c2f945ca7e29 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:36:54,823 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-87b90a16-96cb-4642-a250-c2f945ca7e29 2018-10-10 14:36:54,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:36:54,832 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:36:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:36:54,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc3f121ee5e5023b966484f3e4a531f20c4dbd0" 2018-10-10 14:36:54,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3e1059d-614f-4a12-8198-1a2e6112265b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:36:54,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f3e1059d-614f-4a12-8198-1a2e6112265b 2018-10-10 14:36:55,301 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-c4c69841-7467-4048-ac2e-857229f73ca4-username 2018-10-10 14:36:55,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc3f121ee5e5023b966484f3e4a531f20c4dbd0" 2018-10-10 14:36:55,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf572ff5-5e3f-48b6-9ebe-99f85669d8d5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:36:55,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-bf572ff5-5e3f-48b6-9ebe-99f85669d8d5 2018-10-10 14:36:55,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc3f121ee5e5023b966484f3e4a531f20c4dbd0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-c4c69841-7467-4048-ac2e-857229f73ca4-projName"}}' 2018-10-10 14:36:55,510 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:36:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-595ad783-21d4-467a-a42e-9ce196aa0c2f Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/9ffaedd989d64b24a10e7c3fd8082ac0"}, "enabled": true, "id": "9ffaedd989d64b24a10e7c3fd8082ac0", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-c4c69841-7467-4048-ac2e-857229f73ca4-projName"}} 2018-10-10 14:36:55,510 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-595ad783-21d4-467a-a42e-9ce196aa0c2f 2018-10-10 14:36:55,510 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-c4c69841-7467-4048-ac2e-857229f73ca4-projName 2018-10-10 14:36:55,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc3f121ee5e5023b966484f3e4a531f20c4dbd0" -d '{"role": {"name": "KeystoneUtilsTests-c4c69841-7467-4048-ac2e-857229f73ca4-role"}}' 2018-10-10 14:36:55,593 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:36:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5978f3b-b66c-45c0-8c3a-413b498ded65 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ef20fa1f5b6041abab2feb5c8d57d241", "links": {"self": "http://172.30.9.27:5000/v3/roles/ef20fa1f5b6041abab2feb5c8d57d241"}, "name": "KeystoneUtilsTests-c4c69841-7467-4048-ac2e-857229f73ca4-role"}} 2018-10-10 14:36:55,593 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-d5978f3b-b66c-45c0-8c3a-413b498ded65 2018-10-10 14:36:55,593 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-c4c69841-7467-4048-ac2e-857229f73ca4-role 2018-10-10 14:36:55,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/ef20fa1f5b6041abab2feb5c8d57d241 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc3f121ee5e5023b966484f3e4a531f20c4dbd0" 2018-10-10 14:36:55,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67b11264-92dc-40d3-87ca-8b3afe064343 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/ef20fa1f5b6041abab2feb5c8d57d241"}, "domain_id": null, "name": "KeystoneUtilsTests-c4c69841-7467-4048-ac2e-857229f73ca4-role", "id": "ef20fa1f5b6041abab2feb5c8d57d241"}} 2018-10-10 14:36:55,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/ef20fa1f5b6041abab2feb5c8d57d241 used request id req-67b11264-92dc-40d3-87ca-8b3afe064343 2018-10-10 14:36:55,694 - keystone_utils - INFO - Granting role KeystoneUtilsTests-c4c69841-7467-4048-ac2e-857229f73ca4-role to project KeystoneUtilsTests-c4c69841-7467-4048-ac2e-857229f73ca4-projName 2018-10-10 14:36:55,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/9ffaedd989d64b24a10e7c3fd8082ac0/users/469be89a600a41b9ba9c6d01a834838a/roles/ef20fa1f5b6041abab2feb5c8d57d241 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc3f121ee5e5023b966484f3e4a531f20c4dbd0" 2018-10-10 14:36:55,752 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:36:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-359e4a60-535a-42bb-9f80-078d98d78bd4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:36:55,752 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/9ffaedd989d64b24a10e7c3fd8082ac0/users/469be89a600a41b9ba9c6d01a834838a/roles/ef20fa1f5b6041abab2feb5c8d57d241 used request id req-359e4a60-535a-42bb-9f80-078d98d78bd4 2018-10-10 14:36:55,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9ffaedd989d64b24a10e7c3fd8082ac0/users/469be89a600a41b9ba9c6d01a834838a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc3f121ee5e5023b966484f3e4a531f20c4dbd0" 2018-10-10 14:36:55,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2acd56e8-60ae-4414-9fbc-970ed9748931 Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/9ffaedd989d64b24a10e7c3fd8082ac0/users/469be89a600a41b9ba9c6d01a834838a/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "ef20fa1f5b6041abab2feb5c8d57d241", "links": {"self": "http://172.30.9.27:5000/v3/roles/ef20fa1f5b6041abab2feb5c8d57d241"}, "name": "KeystoneUtilsTests-c4c69841-7467-4048-ac2e-857229f73ca4-role"}]} 2018-10-10 14:36:55,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9ffaedd989d64b24a10e7c3fd8082ac0/users/469be89a600a41b9ba9c6d01a834838a/roles used request id req-2acd56e8-60ae-4414-9fbc-970ed9748931 2018-10-10 14:36:55,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc3f121ee5e5023b966484f3e4a531f20c4dbd0" 2018-10-10 14:36:56,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-248d0dd2-0716-4c43-824a-bd945987d326 Date: Wed, 10 Oct 2018 14:36:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:36:56Z", "updated_at": "2018-10-10T14:36:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:56Z", "revision_number": 0, "id": "457392a3-3fe1-419b-8dc6-3554a307222f", "remote_group_id": "0d2c2379-1404-4d4b-969d-f1319d8f601c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:56Z", "security_group_id": "0d2c2379-1404-4d4b-969d-f1319d8f601c", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:56Z", "revision_number": 0, "id": "6026dc9c-1cae-40e6-aa0c-b1375482adc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:56Z", "security_group_id": "0d2c2379-1404-4d4b-969d-f1319d8f601c", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:56Z", "revision_number": 0, "id": "725bd6f3-b8d9-4198-9d4b-e374ead4a755", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:56Z", "security_group_id": "0d2c2379-1404-4d4b-969d-f1319d8f601c", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:56Z", "revision_number": 0, "id": "926536ac-1162-4b3d-94cd-56d17239841f", "remote_group_id": "0d2c2379-1404-4d4b-969d-f1319d8f601c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:56Z", "security_group_id": "0d2c2379-1404-4d4b-969d-f1319d8f601c", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 4, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "0d2c2379-1404-4d4b-969d-f1319d8f601c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}]} 2018-10-10 14:36:56,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-248d0dd2-0716-4c43-824a-bd945987d326 2018-10-10 14:36:56,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc3f121ee5e5023b966484f3e4a531f20c4dbd0" 2018-10-10 14:36:57,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:36:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7da635bd-cc8c-4cc0-b29c-7f98fec3e4aa Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:36:57,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-7da635bd-cc8c-4cc0-b29c-7f98fec3e4aa 2018-10-10 14:36:57,079 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d2c2379-1404-4d4b-969d-f1319d8f601c 2018-10-10 14:36:57,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=0d2c2379-1404-4d4b-969d-f1319d8f601c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc3f121ee5e5023b966484f3e4a531f20c4dbd0" 2018-10-10 14:36:57,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2f9453e4-1d63-4cf6-a38b-ccf5077f3fb6 Date: Wed, 10 Oct 2018 14:36:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "0d2c2379-1404-4d4b-969d-f1319d8f601c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:56Z", "security_group_id": "0d2c2379-1404-4d4b-969d-f1319d8f601c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:36:56Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "457392a3-3fe1-419b-8dc6-3554a307222f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:56Z", "security_group_id": "0d2c2379-1404-4d4b-969d-f1319d8f601c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:36:56Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "6026dc9c-1cae-40e6-aa0c-b1375482adc5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:56Z", "security_group_id": "0d2c2379-1404-4d4b-969d-f1319d8f601c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:36:56Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "725bd6f3-b8d9-4198-9d4b-e374ead4a755"}, {"remote_group_id": "0d2c2379-1404-4d4b-969d-f1319d8f601c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:56Z", "security_group_id": "0d2c2379-1404-4d4b-969d-f1319d8f601c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:36:56Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "926536ac-1162-4b3d-94cd-56d17239841f"}]} 2018-10-10 14:36:57,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=0d2c2379-1404-4d4b-969d-f1319d8f601c used request id req-2f9453e4-1d63-4cf6-a38b-ccf5077f3fb6 2018-10-10 14:36:57,794 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 14:36:57,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/0d2c2379-1404-4d4b-969d-f1319d8f601c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc3f121ee5e5023b966484f3e4a531f20c4dbd0" 2018-10-10 14:36:58,859 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b3fab533-ed4f-4970-8c2f-6214e13f16c9 Content-Length: 0 Date: Wed, 10 Oct 2018 14:36:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:36:58,860 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/0d2c2379-1404-4d4b-969d-f1319d8f601c used request id req-b3fab533-ed4f-4970-8c2f-6214e13f16c9 2018-10-10 14:36:58,860 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-c4c69841-7467-4048-ac2e-857229f73ca4-projName 2018-10-10 14:36:58,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/9ffaedd989d64b24a10e7c3fd8082ac0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc3f121ee5e5023b966484f3e4a531f20c4dbd0" 2018-10-10 14:36:59,226 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:36:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81e1e57e-c623-495e-8663-9168ce657611 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:36:59,226 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/9ffaedd989d64b24a10e7c3fd8082ac0 used request id req-81e1e57e-c623-495e-8663-9168ce657611 2018-10-10 14:36:59,226 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-c4c69841-7467-4048-ac2e-857229f73ca4-username 2018-10-10 14:36:59,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/469be89a600a41b9ba9c6d01a834838a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc3f121ee5e5023b966484f3e4a531f20c4dbd0" 2018-10-10 14:36:59,509 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:36:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04d1710e-732f-4fb4-8dcc-bd3c89df591b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:36:59,509 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/469be89a600a41b9ba9c6d01a834838a used request id req-04d1710e-732f-4fb4-8dcc-bd3c89df591b 2018-10-10 14:36:59,509 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-c4c69841-7467-4048-ac2e-857229f73ca4-role 2018-10-10 14:36:59,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/ef20fa1f5b6041abab2feb5c8d57d241 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc3f121ee5e5023b966484f3e4a531f20c4dbd0" 2018-10-10 14:36:59,675 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:36:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88983f0d-d232-46dd-8c7d-e0425697d218 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:36:59,676 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/ef20fa1f5b6041abab2feb5c8d57d241 used request id req-88983f0d-d232-46dd-8c7d-e0425697d218 2018-10-10 14:36:59,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:00,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["wp2R8GWSRkGWNk2gfJMLtQ"], "issued_at": "2018-10-10T14:37:00.000000Z"}} 2018-10-10 14:37:00,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933581ead4b6203425823906027d9c46d7400bb2" 2018-10-10 14:37:00,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fdba606-9352-47b7-ad6e-0230a0b325b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:00,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1fdba606-9352-47b7-ad6e-0230a0b325b0 2018-10-10 14:37:00,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:00,228 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:00,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["Xz15pTW_TF6d4jIIHR9ZLQ"], "issued_at": "2018-10-10T14:37:00.000000Z"}} 2018-10-10 14:37:00,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0b6808fcb0d44db72025571094061ebed621109" 2018-10-10 14:37:00,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d9b29bc-0009-4971-95c8-5493a8003637 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:00,688 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0d9b29bc-0009-4971-95c8-5493a8003637 2018-10-10 14:37:00,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:00,697 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:00,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0b6808fcb0d44db72025571094061ebed621109" 2018-10-10 14:37:00,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fb58ff9-4c6f-49b9-bbf7-f0f85e6f2032 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "domain_id": "default", "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:37:00,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6fb58ff9-4c6f-49b9-bbf7-f0f85e6f2032 2018-10-10 14:37:00,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0b6808fcb0d44db72025571094061ebed621109" 2018-10-10 14:37:00,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36ad4864-81e5-432b-ae0f-c082a63286d0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:37:00,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-36ad4864-81e5-432b-ae0f-c082a63286d0 2018-10-10 14:37:01,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0b6808fcb0d44db72025571094061ebed621109" 2018-10-10 14:37:01,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a1c3f10-3d00-4c74-a94d-42a6ce9bccea Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:01,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1a1c3f10-3d00-4c74-a94d-42a6ce9bccea 2018-10-10 14:37:01,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0b6808fcb0d44db72025571094061ebed621109" 2018-10-10 14:37:01,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31463963-1c3c-4fa0-8b4d-a3e0b1cff868 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}]} 2018-10-10 14:37:01,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 used request id req-31463963-1c3c-4fa0-8b4d-a3e0b1cff868 2018-10-10 14:37:01,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/0fa931e58f6e466c9c002d7a3fab8aaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0b6808fcb0d44db72025571094061ebed621109" 2018-10-10 14:37:01,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c6ff831-31ab-43aa-ba53-a1fc8a15ba70 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/0fa931e58f6e466c9c002d7a3fab8aaa"}, "enabled": true, "id": "0fa931e58f6e466c9c002d7a3fab8aaa", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-919c4957-e62b-415-name"}} 2018-10-10 14:37:01,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/0fa931e58f6e466c9c002d7a3fab8aaa used request id req-3c6ff831-31ab-43aa-ba53-a1fc8a15ba70 2018-10-10 14:37:01,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/0fa931e58f6e466c9c002d7a3fab8aaa/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0b6808fcb0d44db72025571094061ebed621109" 2018-10-10 14:37:01,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9934a07-63d0-4f25-bb4a-26060d6881bf Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/0fa931e58f6e466c9c002d7a3fab8aaa/roles", "previous": null, "next": null}, "roles": []} 2018-10-10 14:37:01,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/0fa931e58f6e466c9c002d7a3fab8aaa/roles used request id req-e9934a07-63d0-4f25-bb4a-26060d6881bf 2018-10-10 14:37:01,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0b6808fcb0d44db72025571094061ebed621109" 2018-10-10 14:37:01,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7efd39c9-045f-4078-bc9a-11b4b1011e73 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "domain_id": null, "name": "admin", "id": "2fdd6d8b08b54c7ab820bd30a9e7995e"}} 2018-10-10 14:37:01,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-7efd39c9-045f-4078-bc9a-11b4b1011e73 2018-10-10 14:37:01,732 - keystone_utils - INFO - Granting role admin to project api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 2018-10-10 14:37:01,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/0fa931e58f6e466c9c002d7a3fab8aaa/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0b6808fcb0d44db72025571094061ebed621109" 2018-10-10 14:37:01,878 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f14a3e83-e178-4f42-839c-01db17115e42 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:01,879 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/0fa931e58f6e466c9c002d7a3fab8aaa/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-f14a3e83-e178-4f42-839c-01db17115e42 2018-10-10 14:37:01,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0b6808fcb0d44db72025571094061ebed621109" 2018-10-10 14:37:01,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5595072d-53c5-4745-91e3-ed2c65805cf4 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:01,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5595072d-53c5-4745-91e3-ed2c65805cf4 2018-10-10 14:37:01,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0b6808fcb0d44db72025571094061ebed621109" 2018-10-10 14:37:02,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b440c86a-3f63-4e72-ab86-1fcb25585a7c Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}]} 2018-10-10 14:37:02,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 used request id req-b440c86a-3f63-4e72-ab86-1fcb25585a7c 2018-10-10 14:37:02,066 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-919c4957-e62b-415-name 2018-10-10 14:37:02,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:02,075 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:02,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933581ead4b6203425823906027d9c46d7400bb2" 2018-10-10 14:37:02,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbb0dcae-198f-4652-ae85-ef098713f121 Content-Encoding: gzip Content-Length: 909 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "CreateUserSuccessTests-919c4957-e62b-415-name", "links": {"self": "http://172.30.9.27:5000/v3/users/0fa931e58f6e466c9c002d7a3fab8aaa"}, "domain_id": "default", "enabled": true, "id": "0fa931e58f6e466c9c002d7a3fab8aaa", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "domain_id": "default", "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:37:02,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-fbb0dcae-198f-4652-ae85-ef098713f121 2018-10-10 14:37:02,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933581ead4b6203425823906027d9c46d7400bb2" 2018-10-10 14:37:02,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-180c6080-e2df-47f4-9934-f9a4e1df4078 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:02,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-180c6080-e2df-47f4-9934-f9a4e1df4078 2018-10-10 14:37:02,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933581ead4b6203425823906027d9c46d7400bb2" 2018-10-10 14:37:02,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21e07d09-4782-4422-a780-a65be571ac8e Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}]} 2018-10-10 14:37:02,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 used request id req-21e07d09-4782-4422-a780-a65be571ac8e 2018-10-10 14:37:02,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/0fa931e58f6e466c9c002d7a3fab8aaa/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933581ead4b6203425823906027d9c46d7400bb2" 2018-10-10 14:37:02,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d82e597-d5f8-43d5-9145-681d2b609093 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/0fa931e58f6e466c9c002d7a3fab8aaa/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}]} 2018-10-10 14:37:02,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/0fa931e58f6e466c9c002d7a3fab8aaa/roles used request id req-2d82e597-d5f8-43d5-9145-681d2b609093 2018-10-10 14:37:02,497 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-919c4957-e62b-415-name 2018-10-10 14:37:02,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/0fa931e58f6e466c9c002d7a3fab8aaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0b6808fcb0d44db72025571094061ebed621109" 2018-10-10 14:37:02,699 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-106ba5a5-26aa-4513-8760-67cc8f936652 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:02,699 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/0fa931e58f6e466c9c002d7a3fab8aaa used request id req-106ba5a5-26aa-4513-8760-67cc8f936652 2018-10-10 14:37:02,700 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:03,086 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["bnsjTcL2RoG9wjF3eZ48Mg"], "issued_at": "2018-10-10T14:37:03.000000Z"}} 2018-10-10 14:37:03,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5480ecbc74c6e9fd7e7a83507cfcf433efce2762" 2018-10-10 14:37:03,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05c125fd-4425-4a4f-abd3-00a426faf131 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:03,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-05c125fd-4425-4a4f-abd3-00a426faf131 2018-10-10 14:37:03,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:03,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:03,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["viFQylSUTwCnDvU3hf_yLA"], "issued_at": "2018-10-10T14:37:03.000000Z"}} 2018-10-10 14:37:03,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e386df18293f580b6a00a64e10f150eb4a391c1" 2018-10-10 14:37:03,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1c05434-93fc-4034-ae92-8b35a0c3b72f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:03,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f1c05434-93fc-4034-ae92-8b35a0c3b72f 2018-10-10 14:37:03,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:03,646 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:03,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e386df18293f580b6a00a64e10f150eb4a391c1" 2018-10-10 14:37:03,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a097681d-1499-47be-a9d3-4a3300e92f7f Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "domain_id": "default", "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:37:03,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a097681d-1499-47be-a9d3-4a3300e92f7f 2018-10-10 14:37:03,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e386df18293f580b6a00a64e10f150eb4a391c1" 2018-10-10 14:37:03,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be6f1c87-d4fd-4e60-82f5-590c7acde7da Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:37:03,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-be6f1c87-d4fd-4e60-82f5-590c7acde7da 2018-10-10 14:37:04,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e386df18293f580b6a00a64e10f150eb4a391c1" 2018-10-10 14:37:04,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4bc2ef9-590e-4b96-8826-07ff3e080dac Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:04,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d4bc2ef9-590e-4b96-8826-07ff3e080dac 2018-10-10 14:37:04,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e386df18293f580b6a00a64e10f150eb4a391c1" 2018-10-10 14:37:04,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e53dea6b-ac0a-47fb-b8fe-b15f1e578642 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}]} 2018-10-10 14:37:04,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 used request id req-e53dea6b-ac0a-47fb-b8fe-b15f1e578642 2018-10-10 14:37:04,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/7ee4d9d390814d8aa6fe746e63c2fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e386df18293f580b6a00a64e10f150eb4a391c1" 2018-10-10 14:37:04,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-795076ce-b0b9-4f96-974b-92a913548ec6 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/7ee4d9d390814d8aa6fe746e63c2fb81"}, "enabled": true, "id": "7ee4d9d390814d8aa6fe746e63c2fb81", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-d204d995-989f-45c-name"}} 2018-10-10 14:37:04,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/7ee4d9d390814d8aa6fe746e63c2fb81 used request id req-795076ce-b0b9-4f96-974b-92a913548ec6 2018-10-10 14:37:04,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/7ee4d9d390814d8aa6fe746e63c2fb81/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e386df18293f580b6a00a64e10f150eb4a391c1" 2018-10-10 14:37:04,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc0e998d-5889-4608-a32c-f12af6ba6971 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/7ee4d9d390814d8aa6fe746e63c2fb81/roles", "previous": null, "next": null}, "roles": []} 2018-10-10 14:37:04,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/7ee4d9d390814d8aa6fe746e63c2fb81/roles used request id req-dc0e998d-5889-4608-a32c-f12af6ba6971 2018-10-10 14:37:04,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e386df18293f580b6a00a64e10f150eb4a391c1" 2018-10-10 14:37:04,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa30832b-5c34-4e2e-b51c-7934f4ded8eb Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "domain_id": null, "name": "admin", "id": "2fdd6d8b08b54c7ab820bd30a9e7995e"}} 2018-10-10 14:37:04,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-fa30832b-5c34-4e2e-b51c-7934f4ded8eb 2018-10-10 14:37:04,538 - keystone_utils - INFO - Granting role admin to project api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 2018-10-10 14:37:04,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/7ee4d9d390814d8aa6fe746e63c2fb81/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e386df18293f580b6a00a64e10f150eb4a391c1" 2018-10-10 14:37:04,710 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e271636b-326f-4fa6-af0d-076266d16b52 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:04,711 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/7ee4d9d390814d8aa6fe746e63c2fb81/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-e271636b-326f-4fa6-af0d-076266d16b52 2018-10-10 14:37:04,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e386df18293f580b6a00a64e10f150eb4a391c1" 2018-10-10 14:37:04,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5f4f5ec-1160-4bc5-a026-a278bddeda38 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:04,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a5f4f5ec-1160-4bc5-a026-a278bddeda38 2018-10-10 14:37:04,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e386df18293f580b6a00a64e10f150eb4a391c1" 2018-10-10 14:37:04,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc2cc07-cd33-4ab4-9976-89f114fc14e3 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}]} 2018-10-10 14:37:04,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 used request id req-acc2cc07-cd33-4ab4-9976-89f114fc14e3 2018-10-10 14:37:04,892 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-d204d995-989f-45c-name 2018-10-10 14:37:04,892 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-d204d995-989f-45c-name 2018-10-10 14:37:04,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:04,900 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:04,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/7ee4d9d390814d8aa6fe746e63c2fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5480ecbc74c6e9fd7e7a83507cfcf433efce2762" 2018-10-10 14:37:05,120 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a9c7987-6d6f-4cce-868d-ad288a9ba92a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:05,120 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/7ee4d9d390814d8aa6fe746e63c2fb81 used request id req-9a9c7987-6d6f-4cce-868d-ad288a9ba92a 2018-10-10 14:37:05,120 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-d204d995-989f-45c-name 2018-10-10 14:37:05,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/7ee4d9d390814d8aa6fe746e63c2fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e386df18293f580b6a00a64e10f150eb4a391c1" 2018-10-10 14:37:05,208 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:37:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-706591a6-94af-4ced-afbf-2a5d74e457d0 Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 7ee4d9d390814d8aa6fe746e63c2fb81.", "code": 404, "title": "Not Found"}} 2018-10-10 14:37:05,208 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/7ee4d9d390814d8aa6fe746e63c2fb81 used request id req-706591a6-94af-4ced-afbf-2a5d74e457d0 2018-10-10 14:37:05,208 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-10-10 14:37:05,210 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:05,587 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["l4yc4MGrTKSGUQ-MRr0N6g"], "issued_at": "2018-10-10T14:37:05.000000Z"}} 2018-10-10 14:37:05,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e27bc53d139698048bc44771de43e847c61a9276" 2018-10-10 14:37:05,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a66b98ec-fd03-49aa-829d-62b57edff913 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:05,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a66b98ec-fd03-49aa-829d-62b57edff913 2018-10-10 14:37:05,672 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:05,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:06,063 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["03MQ-Nw0QDuTS_3RK4JxGg"], "issued_at": "2018-10-10T14:37:06.000000Z"}} 2018-10-10 14:37:06,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59053ed45f1c10cea1f1c30d5ae4e28b3cad90" 2018-10-10 14:37:06,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-724a3e93-fc91-48d7-ad8c-d166a98b7ec0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:06,152 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-724a3e93-fc91-48d7-ad8c-d166a98b7ec0 2018-10-10 14:37:06,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:06,161 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:06,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59053ed45f1c10cea1f1c30d5ae4e28b3cad90" 2018-10-10 14:37:06,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c22272a-fd7a-4ae3-a793-79e87217db5c Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "domain_id": "default", "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:37:06,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-4c22272a-fd7a-4ae3-a793-79e87217db5c 2018-10-10 14:37:06,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59053ed45f1c10cea1f1c30d5ae4e28b3cad90" 2018-10-10 14:37:06,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5da8c3e-c48e-45ca-b3c5-af106cdfb3cc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:37:06,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-d5da8c3e-c48e-45ca-b3c5-af106cdfb3cc 2018-10-10 14:37:06,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59053ed45f1c10cea1f1c30d5ae4e28b3cad90" 2018-10-10 14:37:06,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fc5e7c1-35dc-4f94-aad7-8b3aef8aaf40 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:06,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2fc5e7c1-35dc-4f94-aad7-8b3aef8aaf40 2018-10-10 14:37:06,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59053ed45f1c10cea1f1c30d5ae4e28b3cad90" 2018-10-10 14:37:06,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88e96949-9952-4941-9546-078f241c9740 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}]} 2018-10-10 14:37:06,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 used request id req-88e96949-9952-4941-9546-078f241c9740 2018-10-10 14:37:06,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/ab094530323d46cf8588117fae0d3796 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59053ed45f1c10cea1f1c30d5ae4e28b3cad90" 2018-10-10 14:37:06,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8e133e0-b9a7-4dfc-85ba-03a79a33f19e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/ab094530323d46cf8588117fae0d3796"}, "enabled": true, "id": "ab094530323d46cf8588117fae0d3796", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-55374e69-ef68-47e-name"}} 2018-10-10 14:37:06,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/ab094530323d46cf8588117fae0d3796 used request id req-c8e133e0-b9a7-4dfc-85ba-03a79a33f19e 2018-10-10 14:37:06,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/ab094530323d46cf8588117fae0d3796/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59053ed45f1c10cea1f1c30d5ae4e28b3cad90" 2018-10-10 14:37:07,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dd9df3a-4717-422a-abf1-4cb157e50503 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/ab094530323d46cf8588117fae0d3796/roles", "previous": null, "next": null}, "roles": []} 2018-10-10 14:37:07,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/ab094530323d46cf8588117fae0d3796/roles used request id req-4dd9df3a-4717-422a-abf1-4cb157e50503 2018-10-10 14:37:07,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59053ed45f1c10cea1f1c30d5ae4e28b3cad90" 2018-10-10 14:37:07,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a103ddeb-d1ed-48c1-acae-1080dfedcf8c Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "domain_id": null, "name": "admin", "id": "2fdd6d8b08b54c7ab820bd30a9e7995e"}} 2018-10-10 14:37:07,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-a103ddeb-d1ed-48c1-acae-1080dfedcf8c 2018-10-10 14:37:07,132 - keystone_utils - INFO - Granting role admin to project api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 2018-10-10 14:37:07,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/ab094530323d46cf8588117fae0d3796/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59053ed45f1c10cea1f1c30d5ae4e28b3cad90" 2018-10-10 14:37:07,268 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4639bf80-fa42-4960-8426-0df3d11d3c7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:07,268 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/ab094530323d46cf8588117fae0d3796/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-4639bf80-fa42-4960-8426-0df3d11d3c7d 2018-10-10 14:37:07,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59053ed45f1c10cea1f1c30d5ae4e28b3cad90" 2018-10-10 14:37:07,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a861c937-c8bf-4547-bd3d-660af82ee2fe Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:07,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a861c937-c8bf-4547-bd3d-660af82ee2fe 2018-10-10 14:37:07,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59053ed45f1c10cea1f1c30d5ae4e28b3cad90" 2018-10-10 14:37:07,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2acb93e-9618-47fe-a4f3-dc32dfbc680f Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}]} 2018-10-10 14:37:07,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 used request id req-a2acb93e-9618-47fe-a4f3-dc32dfbc680f 2018-10-10 14:37:07,375 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-55374e69-ef68-47e-name 2018-10-10 14:37:07,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:07,384 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:07,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e27bc53d139698048bc44771de43e847c61a9276" 2018-10-10 14:37:07,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76a4ef65-7b22-4ea0-99d7-18a704592ee6 Content-Encoding: gzip Content-Length: 909 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-55374e69-ef68-47e-name", "links": {"self": "http://172.30.9.27:5000/v3/users/ab094530323d46cf8588117fae0d3796"}, "domain_id": "default", "enabled": true, "id": "ab094530323d46cf8588117fae0d3796", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "domain_id": "default", "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:37:07,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-76a4ef65-7b22-4ea0-99d7-18a704592ee6 2018-10-10 14:37:07,487 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-55374e69-ef68-47e-name 2018-10-10 14:37:07,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/ab094530323d46cf8588117fae0d3796 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59053ed45f1c10cea1f1c30d5ae4e28b3cad90" 2018-10-10 14:37:07,731 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a32bf69-0749-4720-ae69-f818e43e0bac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:07,731 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ab094530323d46cf8588117fae0d3796 used request id req-9a32bf69-0749-4720-ae69-f818e43e0bac 2018-10-10 14:37:07,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:08,121 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["dwqX9-EKTGmXQcq7B7qNAQ"], "issued_at": "2018-10-10T14:37:08.000000Z"}} 2018-10-10 14:37:08,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e97b3d1661f667890478318936dff82fc047758" 2018-10-10 14:37:08,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aec9f890-1b4e-4e70-bb26-955d4b4372fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:08,211 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-aec9f890-1b4e-4e70-bb26-955d4b4372fc 2018-10-10 14:37:08,212 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:08,213 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:08,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["ccL8pZMbTReKGgL-gyoXbQ"], "issued_at": "2018-10-10T14:37:08.000000Z"}} 2018-10-10 14:37:08,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89015a68b8ff8fe73c78ff889517ddbf86b4f51c" 2018-10-10 14:37:08,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41d0c290-3811-444e-9011-cf8a37a262cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:08,686 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-41d0c290-3811-444e-9011-cf8a37a262cf 2018-10-10 14:37:08,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:08,696 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:08,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89015a68b8ff8fe73c78ff889517ddbf86b4f51c" 2018-10-10 14:37:08,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38decca8-992d-4531-aafe-3c139d0cfcad Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "domain_id": "default", "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:37:08,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-38decca8-992d-4531-aafe-3c139d0cfcad 2018-10-10 14:37:08,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89015a68b8ff8fe73c78ff889517ddbf86b4f51c" 2018-10-10 14:37:08,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a75a901-a513-439f-9e9d-105ea8805400 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:37:08,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-6a75a901-a513-439f-9e9d-105ea8805400 2018-10-10 14:37:09,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89015a68b8ff8fe73c78ff889517ddbf86b4f51c" 2018-10-10 14:37:09,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb61b001-2d49-4d96-afde-d3ce544d15db Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:09,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-eb61b001-2d49-4d96-afde-d3ce544d15db 2018-10-10 14:37:09,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89015a68b8ff8fe73c78ff889517ddbf86b4f51c" 2018-10-10 14:37:09,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79811abe-335d-4246-ae68-44bfb2059aae Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}]} 2018-10-10 14:37:09,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 used request id req-79811abe-335d-4246-ae68-44bfb2059aae 2018-10-10 14:37:09,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/80b91648e01949eca5283fabc79e02b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89015a68b8ff8fe73c78ff889517ddbf86b4f51c" 2018-10-10 14:37:09,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04298e14-18b8-443c-b9a2-e257a34e5dcf Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/80b91648e01949eca5283fabc79e02b0"}, "enabled": true, "id": "80b91648e01949eca5283fabc79e02b0", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-f82e833d-939f-472-name"}} 2018-10-10 14:37:09,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/80b91648e01949eca5283fabc79e02b0 used request id req-04298e14-18b8-443c-b9a2-e257a34e5dcf 2018-10-10 14:37:09,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/80b91648e01949eca5283fabc79e02b0/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89015a68b8ff8fe73c78ff889517ddbf86b4f51c" 2018-10-10 14:37:09,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c395c12-1b16-455e-b2ee-983626c85247 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/80b91648e01949eca5283fabc79e02b0/roles", "previous": null, "next": null}, "roles": []} 2018-10-10 14:37:09,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/80b91648e01949eca5283fabc79e02b0/roles used request id req-8c395c12-1b16-455e-b2ee-983626c85247 2018-10-10 14:37:09,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89015a68b8ff8fe73c78ff889517ddbf86b4f51c" 2018-10-10 14:37:09,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d03f9e9f-e73f-42c4-9887-d305b6da603a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "domain_id": null, "name": "admin", "id": "2fdd6d8b08b54c7ab820bd30a9e7995e"}} 2018-10-10 14:37:09,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-d03f9e9f-e73f-42c4-9887-d305b6da603a 2018-10-10 14:37:09,753 - keystone_utils - INFO - Granting role admin to project api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 2018-10-10 14:37:09,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/80b91648e01949eca5283fabc79e02b0/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89015a68b8ff8fe73c78ff889517ddbf86b4f51c" 2018-10-10 14:37:09,882 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05191862-9442-4bca-b07f-16df2d4de402 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:09,883 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6/users/80b91648e01949eca5283fabc79e02b0/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-05191862-9442-4bca-b07f-16df2d4de402 2018-10-10 14:37:09,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89015a68b8ff8fe73c78ff889517ddbf86b4f51c" 2018-10-10 14:37:09,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3aebd92-0465-4b24-aa59-d4fb357505fc Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:09,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a3aebd92-0465-4b24-aa59-d4fb357505fc 2018-10-10 14:37:09,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89015a68b8ff8fe73c78ff889517ddbf86b4f51c" 2018-10-10 14:37:10,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a9e3ae8-1418-4c95-937f-f680f9ce063e Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}]} 2018-10-10 14:37:10,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2 used request id req-9a9e3ae8-1418-4c95-937f-f680f9ce063e 2018-10-10 14:37:10,069 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-f82e833d-939f-472-name 2018-10-10 14:37:10,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:10,077 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:10,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e97b3d1661f667890478318936dff82fc047758" 2018-10-10 14:37:10,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd1478a6-7588-4176-a74c-8d833615a069 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-f82e833d-939f-472-name", "links": {"self": "http://172.30.9.27:5000/v3/users/80b91648e01949eca5283fabc79e02b0"}, "domain_id": "default", "enabled": true, "id": "80b91648e01949eca5283fabc79e02b0", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "domain_id": "default", "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:37:10,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-bd1478a6-7588-4176-a74c-8d833615a069 2018-10-10 14:37:10,184 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:10,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:10,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["H0HFa3H5RPaAgs98xRS5DQ"], "issued_at": "2018-10-10T14:37:10.000000Z"}} 2018-10-10 14:37:10,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1caa2cacdd4eda8d5e749aecd93d083886014492" 2018-10-10 14:37:10,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11a2dce3-bfe6-48ac-94bd-e0ea88778ff0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:10,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-11a2dce3-bfe6-48ac-94bd-e0ea88778ff0 2018-10-10 14:37:10,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:10,665 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:10,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1caa2cacdd4eda8d5e749aecd93d083886014492" 2018-10-10 14:37:10,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23ed58ba-9dad-4d98-8de1-3586360c9a86 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-f82e833d-939f-472-name", "links": {"self": "http://172.30.9.27:5000/v3/users/80b91648e01949eca5283fabc79e02b0"}, "domain_id": "default", "enabled": true, "id": "80b91648e01949eca5283fabc79e02b0", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "domain_id": "default", "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:37:10,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-23ed58ba-9dad-4d98-8de1-3586360c9a86 2018-10-10 14:37:10,764 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-f82e833d-939f-472-name 2018-10-10 14:37:10,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/80b91648e01949eca5283fabc79e02b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89015a68b8ff8fe73c78ff889517ddbf86b4f51c" 2018-10-10 14:37:10,963 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-847e4b14-f34d-47b6-9057-c33bfbf6cbf6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:10,963 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/80b91648e01949eca5283fabc79e02b0 used request id req-847e4b14-f34d-47b6-9057-c33bfbf6cbf6 2018-10-10 14:37:10,965 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:11,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["l-QK_EsXSR6pm9CpuPEv0A"], "issued_at": "2018-10-10T14:37:11.000000Z"}} 2018-10-10 14:37:11,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d98ff094e8ab9bb2a194318b0c07ec900eab379" 2018-10-10 14:37:11,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c4c5048-0cd9-4d56-b789-b2d036110f6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:11,420 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2c4c5048-0cd9-4d56-b789-b2d036110f6a 2018-10-10 14:37:11,421 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:11,422 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:11,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["YyPgF36mRMOLkHrxv4FHSw"], "issued_at": "2018-10-10T14:37:11.000000Z"}} 2018-10-10 14:37:11,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3711d8caeec6e1a2b85e5af3fa56289a34972ee" 2018-10-10 14:37:11,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afab2c9b-c016-4cb7-ad3e-fe9c0b28cd49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:11,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-afab2c9b-c016-4cb7-ad3e-fe9c0b28cd49 2018-10-10 14:37:11,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:11,912 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:11,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0b617303-0c75-454-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3711d8caeec6e1a2b85e5af3fa56289a34972ee" 2018-10-10 14:37:11,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a1fd991-e4f0-4ccb-be03-0c38d3c99c6a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0b617303-0c75-454-name", "previous": null, "next": null}, "projects": []} 2018-10-10 14:37:11,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0b617303-0c75-454-name used request id req-8a1fd991-e4f0-4ccb-be03-0c38d3c99c6a 2018-10-10 14:37:12,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3711d8caeec6e1a2b85e5af3fa56289a34972ee" 2018-10-10 14:37:12,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dc0e7e3-020f-4492-bbb2-8cdd68b7d490 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:37:12,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-9dc0e7e3-020f-4492-bbb2-8cdd68b7d490 2018-10-10 14:37:12,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3711d8caeec6e1a2b85e5af3fa56289a34972ee" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-0b617303-0c75-454-name"}}' 2018-10-10 14:37:12,228 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:37:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f7645a8-6f4d-477d-8f94-a4f9a42dbcf6 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0246ab0a7a064ca99035f339587d835e"}, "enabled": true, "id": "0246ab0a7a064ca99035f339587d835e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-0b617303-0c75-454-name"}} 2018-10-10 14:37:12,228 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-3f7645a8-6f4d-477d-8f94-a4f9a42dbcf6 2018-10-10 14:37:12,228 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-0b617303-0c75-454-name 2018-10-10 14:37:12,228 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-0b617303-0c75-454-name 2018-10-10 14:37:12,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:12,237 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:12,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/0246ab0a7a064ca99035f339587d835e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d98ff094e8ab9bb2a194318b0c07ec900eab379" 2018-10-10 14:37:12,328 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca10a3b8-95c9-4ea4-9a33-83f1b43cbc78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:12,328 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/0246ab0a7a064ca99035f339587d835e used request id req-ca10a3b8-95c9-4ea4-9a33-83f1b43cbc78 2018-10-10 14:37:12,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3711d8caeec6e1a2b85e5af3fa56289a34972ee" 2018-10-10 14:37:13,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-82aed923-95e8-4e38-bbfa-924bf7eb8f9e Date: Wed, 10 Oct 2018 14:37:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:37:13Z", "updated_at": "2018-10-10T14:37:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "0d1f427b-2bd6-4377-8e34-4759b74f7634", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "5565f8e6-48a9-423a-b5fb-e98121a26697", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "b4c0b032-f9a6-4c51-8fc6-f614f0c5a1f0", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "e8b34416-5f74-448b-be41-e4882f1930c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 4, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}]} 2018-10-10 14:37:13,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-82aed923-95e8-4e38-bbfa-924bf7eb8f9e 2018-10-10 14:37:13,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3711d8caeec6e1a2b85e5af3fa56289a34972ee" 2018-10-10 14:37:13,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7402501-9ee5-4261-bdad-d11900d494c4 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:37:13,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-b7402501-9ee5-4261-bdad-d11900d494c4 2018-10-10 14:37:13,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3711d8caeec6e1a2b85e5af3fa56289a34972ee" 2018-10-10 14:37:13,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3294c25f-630e-49c0-a3a1-f99ead011986 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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-10 14:37:13,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e used request id req-3294c25f-630e-49c0-a3a1-f99ead011986 2018-10-10 14:37:13,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3711d8caeec6e1a2b85e5af3fa56289a34972ee" 2018-10-10 14:37:13,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e67044df-6c7f-46bf-bdb3-f7960cf03836 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-10 14:37:13,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878 used request id req-e67044df-6c7f-46bf-bdb3-f7960cf03836 2018-10-10 14:37:13,650 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-0b617303-0c75-454-name 2018-10-10 14:37:13,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/0246ab0a7a064ca99035f339587d835e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3711d8caeec6e1a2b85e5af3fa56289a34972ee" 2018-10-10 14:37:13,782 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:37:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c5568db-2744-4226-a2e0-9b4350447952 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0246ab0a7a064ca99035f339587d835e.", "code": 404, "title": "Not Found"}} 2018-10-10 14:37:13,782 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/0246ab0a7a064ca99035f339587d835e used request id req-8c5568db-2744-4226-a2e0-9b4350447952 2018-10-10 14:37:13,783 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-10-10 14:37:13,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3711d8caeec6e1a2b85e5af3fa56289a34972ee" 2018-10-10 14:37:13,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2446b2af-5d14-40b9-af77-560c02661861 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:13,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2446b2af-5d14-40b9-af77-560c02661861 2018-10-10 14:37:13,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d98ff094e8ab9bb2a194318b0c07ec900eab379" 2018-10-10 14:37:13,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3418b59c-1e9e-4ff0-957a-0880840bd644 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:37:13,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-3418b59c-1e9e-4ff0-957a-0880840bd644 2018-10-10 14:37:13,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3711d8caeec6e1a2b85e5af3fa56289a34972ee" 2018-10-10 14:37:14,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cd5d050-f1ef-4b14-bd46-83ab23179be8 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:14,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2cd5d050-f1ef-4b14-bd46-83ab23179be8 2018-10-10 14:37:14,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:14,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["DXnFlRxuQxOK4g_wDwpuig"], "issued_at": "2018-10-10T14:37:14.000000Z"}} 2018-10-10 14:37:14,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9514a38306709414be8b7d9e46cf9b5968963a13" 2018-10-10 14:37:14,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae5f5c04-16b6-437d-9c30-cf99498cdecc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:14,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ae5f5c04-16b6-437d-9c30-cf99498cdecc 2018-10-10 14:37:14,565 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:14,566 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:14,945 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["nPMC9EjuSMeU-2UL-9GF_g"], "issued_at": "2018-10-10T14:37:14.000000Z"}} 2018-10-10 14:37:14,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}029716eca765b394a15f4383c56b9aab5043ac61" 2018-10-10 14:37:15,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-733a4022-1564-4911-a721-2ca8e3351193 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:15,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-733a4022-1564-4911-a721-2ca8e3351193 2018-10-10 14:37:15,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:15,040 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:15,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d75c0c48-c146-449-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}029716eca765b394a15f4383c56b9aab5043ac61" 2018-10-10 14:37:15,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d06d0808-1d06-4992-9fe7-ce2ac89de85f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d75c0c48-c146-449-name", "previous": null, "next": null}, "projects": []} 2018-10-10 14:37:15,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d75c0c48-c146-449-name used request id req-d06d0808-1d06-4992-9fe7-ce2ac89de85f 2018-10-10 14:37:15,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}029716eca765b394a15f4383c56b9aab5043ac61" 2018-10-10 14:37:15,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcfe1c1a-84ad-48ca-9e85-140d18eb6672 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:37:15,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-bcfe1c1a-84ad-48ca-9e85-140d18eb6672 2018-10-10 14:37:15,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}029716eca765b394a15f4383c56b9aab5043ac61" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-d75c0c48-c146-449-name"}}' 2018-10-10 14:37:15,325 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:37:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1f6c15e-ce9e-48be-8700-c448e5b299bb Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/474897f3c31a4b56865db8a2d24fb9c5"}, "enabled": true, "id": "474897f3c31a4b56865db8a2d24fb9c5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-d75c0c48-c146-449-name"}} 2018-10-10 14:37:15,325 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-d1f6c15e-ce9e-48be-8700-c448e5b299bb 2018-10-10 14:37:15,325 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-d75c0c48-c146-449-name 2018-10-10 14:37:15,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:15,334 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:15,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d75c0c48-c146-449-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9514a38306709414be8b7d9e46cf9b5968963a13" 2018-10-10 14:37:15,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-347be6b8-258a-4254-89fe-b536c3480c85 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d75c0c48-c146-449-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/474897f3c31a4b56865db8a2d24fb9c5"}, "enabled": true, "id": "474897f3c31a4b56865db8a2d24fb9c5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-d75c0c48-c146-449-name"}]} 2018-10-10 14:37:15,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d75c0c48-c146-449-name used request id req-347be6b8-258a-4254-89fe-b536c3480c85 2018-10-10 14:37:15,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9514a38306709414be8b7d9e46cf9b5968963a13" 2018-10-10 14:37:15,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-737f9899-5042-4b67-948f-43c00af18601 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:37:15,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-737f9899-5042-4b67-948f-43c00af18601 2018-10-10 14:37:15,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}029716eca765b394a15f4383c56b9aab5043ac61" 2018-10-10 14:37:16,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-fea390e4-5270-4c47-9311-8d2bfb1c3a8a Date: Wed, 10 Oct 2018 14:37:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:37:13Z", "updated_at": "2018-10-10T14:37:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "0d1f427b-2bd6-4377-8e34-4759b74f7634", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "5565f8e6-48a9-423a-b5fb-e98121a26697", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "b4c0b032-f9a6-4c51-8fc6-f614f0c5a1f0", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "e8b34416-5f74-448b-be41-e4882f1930c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 4, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}]} 2018-10-10 14:37:16,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-fea390e4-5270-4c47-9311-8d2bfb1c3a8a 2018-10-10 14:37:16,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}029716eca765b394a15f4383c56b9aab5043ac61" 2018-10-10 14:37:16,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baf6417f-1a67-4976-9d58-32f5d5556402 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:37:16,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-baf6417f-1a67-4976-9d58-32f5d5556402 2018-10-10 14:37:16,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}029716eca765b394a15f4383c56b9aab5043ac61" 2018-10-10 14:37:16,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4515184b-d57a-4725-bc48-25592ee3c96f 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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-10 14:37:16,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e used request id req-4515184b-d57a-4725-bc48-25592ee3c96f 2018-10-10 14:37:16,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}029716eca765b394a15f4383c56b9aab5043ac61" 2018-10-10 14:37:16,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27861089-edf7-4336-a428-c039e97ca140 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-10 14:37:16,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878 used request id req-27861089-edf7-4336-a428-c039e97ca140 2018-10-10 14:37:16,528 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-d75c0c48-c146-449-name 2018-10-10 14:37:16,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/474897f3c31a4b56865db8a2d24fb9c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}029716eca765b394a15f4383c56b9aab5043ac61" 2018-10-10 14:37:16,674 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98573fa8-2198-49b5-8814-b34c2a01d4f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:16,674 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/474897f3c31a4b56865db8a2d24fb9c5 used request id req-98573fa8-2198-49b5-8814-b34c2a01d4f0 2018-10-10 14:37:16,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}029716eca765b394a15f4383c56b9aab5043ac61" 2018-10-10 14:37:16,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-030d4055-2e61-44bd-9e6b-70d58ee0f89b Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:16,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-030d4055-2e61-44bd-9e6b-70d58ee0f89b 2018-10-10 14:37:16,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:17,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["iXEhHesoTY-jvVhDPbz4Kg"], "issued_at": "2018-10-10T14:37:17.000000Z"}} 2018-10-10 14:37:17,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6a5c9ffc0f986e28288ef14a1ba8d33eed3af1" 2018-10-10 14:37:17,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2922a434-87ec-4ecd-b8e3-1617e59da100 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:17,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2922a434-87ec-4ecd-b8e3-1617e59da100 2018-10-10 14:37:17,231 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:17,232 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:17,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["YnjrPR5lQCSq2YinnDpVRA"], "issued_at": "2018-10-10T14:37:17.000000Z"}} 2018-10-10 14:37:17,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dedf35177e648a700f19bd0590aee812c868d43b" 2018-10-10 14:37:17,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f3f165c-a348-4c34-95db-f81c4117e44b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:17,701 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5f3f165c-a348-4c34-95db-f81c4117e44b 2018-10-10 14:37:17,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:17,711 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:17,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-621623c6-ac64-4e2-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dedf35177e648a700f19bd0590aee812c868d43b" 2018-10-10 14:37:17,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4245fab2-b4bb-44d0-9790-2212ef9c3aae Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-621623c6-ac64-4e2-name", "previous": null, "next": null}, "projects": []} 2018-10-10 14:37:17,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-621623c6-ac64-4e2-name used request id req-4245fab2-b4bb-44d0-9790-2212ef9c3aae 2018-10-10 14:37:17,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dedf35177e648a700f19bd0590aee812c868d43b" 2018-10-10 14:37:17,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48126011-4781-48d9-ad5c-55f87d309ec5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:37:17,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-48126011-4781-48d9-ad5c-55f87d309ec5 2018-10-10 14:37:17,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dedf35177e648a700f19bd0590aee812c868d43b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-621623c6-ac64-4e2-name"}}' 2018-10-10 14:37:18,001 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:37:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d41c012c-4bb5-409f-8a10-37eb9a3bb3b7 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/46b7d9a24d954058bd9e037dc6887437"}, "enabled": true, "id": "46b7d9a24d954058bd9e037dc6887437", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-621623c6-ac64-4e2-name"}} 2018-10-10 14:37:18,001 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-d41c012c-4bb5-409f-8a10-37eb9a3bb3b7 2018-10-10 14:37:18,001 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-621623c6-ac64-4e2-name 2018-10-10 14:37:18,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:18,009 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:18,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-621623c6-ac64-4e2-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6a5c9ffc0f986e28288ef14a1ba8d33eed3af1" 2018-10-10 14:37:18,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07036e1c-2b77-4938-83bb-26603775eab4 Content-Encoding: gzip Content-Length: 272 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-621623c6-ac64-4e2-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/46b7d9a24d954058bd9e037dc6887437"}, "enabled": true, "id": "46b7d9a24d954058bd9e037dc6887437", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-621623c6-ac64-4e2-name"}]} 2018-10-10 14:37:18,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-621623c6-ac64-4e2-name used request id req-07036e1c-2b77-4938-83bb-26603775eab4 2018-10-10 14:37:18,028 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:18,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:18,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["3RXIq4qISD24_z4EUclhuw"], "issued_at": "2018-10-10T14:37:18.000000Z"}} 2018-10-10 14:37:18,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a180e59bb9cfdf23484d39233ff5d1ab25da1b3" 2018-10-10 14:37:18,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc1e182e-aa05-4d9f-a1a6-971551cf7000 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:18,421 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cc1e182e-aa05-4d9f-a1a6-971551cf7000 2018-10-10 14:37:18,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:18,431 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:18,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-621623c6-ac64-4e2-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a180e59bb9cfdf23484d39233ff5d1ab25da1b3" 2018-10-10 14:37:18,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfa3b8ea-3a2d-491f-8c93-5d5e779fef95 Content-Encoding: gzip Content-Length: 272 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-621623c6-ac64-4e2-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/46b7d9a24d954058bd9e037dc6887437"}, "enabled": true, "id": "46b7d9a24d954058bd9e037dc6887437", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-621623c6-ac64-4e2-name"}]} 2018-10-10 14:37:18,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-621623c6-ac64-4e2-name used request id req-dfa3b8ea-3a2d-491f-8c93-5d5e779fef95 2018-10-10 14:37:18,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6a5c9ffc0f986e28288ef14a1ba8d33eed3af1" 2018-10-10 14:37:18,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bc1b176-e64a-445b-9b68-3be34f06350b 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:37:18,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-1bc1b176-e64a-445b-9b68-3be34f06350b 2018-10-10 14:37:18,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dedf35177e648a700f19bd0590aee812c868d43b" 2018-10-10 14:37:19,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-e972edfd-48aa-4a5d-baf5-c9b24d259c12 Date: Wed, 10 Oct 2018 14:37:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:37:13Z", "updated_at": "2018-10-10T14:37:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "0d1f427b-2bd6-4377-8e34-4759b74f7634", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "5565f8e6-48a9-423a-b5fb-e98121a26697", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "b4c0b032-f9a6-4c51-8fc6-f614f0c5a1f0", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "e8b34416-5f74-448b-be41-e4882f1930c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 4, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}]} 2018-10-10 14:37:19,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-e972edfd-48aa-4a5d-baf5-c9b24d259c12 2018-10-10 14:37:19,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dedf35177e648a700f19bd0590aee812c868d43b" 2018-10-10 14:37:19,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5163a84d-fee6-40db-b414-0bf4d9ac0d14 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:37:19,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-5163a84d-fee6-40db-b414-0bf4d9ac0d14 2018-10-10 14:37:19,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dedf35177e648a700f19bd0590aee812c868d43b" 2018-10-10 14:37:19,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f504098c-b7d9-4d71-8bc5-eee583abc870 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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-10 14:37:19,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e used request id req-f504098c-b7d9-4d71-8bc5-eee583abc870 2018-10-10 14:37:19,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dedf35177e648a700f19bd0590aee812c868d43b" 2018-10-10 14:37:19,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7791ea15-05c5-471a-a64b-4da0c8412d7c Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-10 14:37:19,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878 used request id req-7791ea15-05c5-471a-a64b-4da0c8412d7c 2018-10-10 14:37:19,883 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-621623c6-ac64-4e2-name 2018-10-10 14:37:19,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/46b7d9a24d954058bd9e037dc6887437 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dedf35177e648a700f19bd0590aee812c868d43b" 2018-10-10 14:37:20,032 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a04f8ff2-c1bc-40b0-97a0-454b19c8447c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:20,032 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/46b7d9a24d954058bd9e037dc6887437 used request id req-a04f8ff2-c1bc-40b0-97a0-454b19c8447c 2018-10-10 14:37:20,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dedf35177e648a700f19bd0590aee812c868d43b" 2018-10-10 14:37:20,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5103f005-2f66-453f-b47d-c020d009f537 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:20,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5103f005-2f66-453f-b47d-c020d009f537 2018-10-10 14:37:20,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:20,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["7UtTYLPoTdmidtjbK6-KWw"], "issued_at": "2018-10-10T14:37:20.000000Z"}} 2018-10-10 14:37:20,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a249908da70cc8475b30da73d484ac832d120592" 2018-10-10 14:37:20,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dafb1dfa-6003-46e6-ac66-d700efb828ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:20,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-dafb1dfa-6003-46e6-ac66-d700efb828ea 2018-10-10 14:37:20,527 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:20,528 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:20,968 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["xMgtqoSATvW39b3K6rN0sw"], "issued_at": "2018-10-10T14:37:20.000000Z"}} 2018-10-10 14:37:20,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fa25dfd3523c344add87efdbc8648ddcce7da6" 2018-10-10 14:37:21,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4caf45d-3bf8-41ec-9ea2-824fb9f265ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:21,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f4caf45d-3bf8-41ec-9ea2-824fb9f265ef 2018-10-10 14:37:21,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:21,065 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:21,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-3507a0a3-fa82-45a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fa25dfd3523c344add87efdbc8648ddcce7da6" 2018-10-10 14:37:21,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9483f4ec-c271-4554-ac5a-05057a67a775 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-3507a0a3-fa82-45a-name", "previous": null, "next": null}, "projects": []} 2018-10-10 14:37:21,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-3507a0a3-fa82-45a-name used request id req-9483f4ec-c271-4554-ac5a-05057a67a775 2018-10-10 14:37:21,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fa25dfd3523c344add87efdbc8648ddcce7da6" 2018-10-10 14:37:21,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6ee9cb1-fd48-4466-9f6f-ab3703b1466e Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-10-10 14:37:21,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=foo used request id req-b6ee9cb1-fd48-4466-9f6f-ab3703b1466e 2018-10-10 14:37:21,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fa25dfd3523c344add87efdbc8648ddcce7da6" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-3507a0a3-fa82-45a-name"}}' 2018-10-10 14:37:21,292 - keystoneauth.session - DEBUG - RESP: [400] Date: Wed, 10 Oct 2018 14:37:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8e443ac-ed1e-4581-a615-a4b0b72e90e1 Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-10-10 14:37:21,293 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-b8e443ac-ed1e-4581-a615-a4b0b72e90e1 2018-10-10 14:37:21,293 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-10-10 14:37:21,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fa25dfd3523c344add87efdbc8648ddcce7da6" 2018-10-10 14:37:21,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05ff710d-738f-4d8e-b227-aa77b48757c9 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:21,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-05ff710d-738f-4d8e-b227-aa77b48757c9 2018-10-10 14:37:21,388 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:21,768 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["PnKMbd_mQkq15QrQigKPDA"], "issued_at": "2018-10-10T14:37:21.000000Z"}} 2018-10-10 14:37:21,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e16bbd4b3aadb1b78305b93252def0ab62ed6de3" 2018-10-10 14:37:21,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0f4fb41-9737-4608-8c0d-656f34074c48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:21,856 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d0f4fb41-9737-4608-8c0d-656f34074c48 2018-10-10 14:37:21,857 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:21,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:22,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["vBN4YoPNSHOKElmJPXolBQ"], "issued_at": "2018-10-10T14:37:22.000000Z"}} 2018-10-10 14:37:22,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4351b8cec77614c0da10e6902583e8ea5c42326" 2018-10-10 14:37:22,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6e0525c-8f82-4917-88c2-f0c89cbc18ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:22,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f6e0525c-8f82-4917-88c2-f0c89cbc18ec 2018-10-10 14:37:22,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:22,328 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:22,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d4b5a77a-384d-48d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4351b8cec77614c0da10e6902583e8ea5c42326" 2018-10-10 14:37:22,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84bc92fc-60b7-4e97-84b5-6237c03887fb Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d4b5a77a-384d-48d-name", "previous": null, "next": null}, "projects": []} 2018-10-10 14:37:22,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d4b5a77a-384d-48d-name used request id req-84bc92fc-60b7-4e97-84b5-6237c03887fb 2018-10-10 14:37:22,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4351b8cec77614c0da10e6902583e8ea5c42326" 2018-10-10 14:37:22,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54ce6102-9f82-4a80-9355-9a9ab0c34115 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:37:22,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-54ce6102-9f82-4a80-9355-9a9ab0c34115 2018-10-10 14:37:22,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4351b8cec77614c0da10e6902583e8ea5c42326" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-d4b5a77a-384d-48d-name"}}' 2018-10-10 14:37:22,486 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:37:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebf25c4a-a98f-4735-b8c2-37e57d0294a0 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fa47296d4b647a5b6f03d2ba2416e0d"}, "enabled": true, "id": "4fa47296d4b647a5b6f03d2ba2416e0d", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-d4b5a77a-384d-48d-name"}} 2018-10-10 14:37:22,486 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-ebf25c4a-a98f-4735-b8c2-37e57d0294a0 2018-10-10 14:37:22,486 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-d4b5a77a-384d-48d-name 2018-10-10 14:37:22,487 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:37:22,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-quota-sets/4fa47296d4b647a5b6f03d2ba2416e0d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4351b8cec77614c0da10e6902583e8ea5c42326" 2018-10-10 14:37:23,439 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a3798dd-5dce-4991-9864-b6b10df0b22a x-compute-request-id: req-2a3798dd-5dce-4991-9864-b6b10df0b22a 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": "4fa47296d4b647a5b6f03d2ba2416e0d", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-10 14:37:23,439 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/4fa47296d4b647a5b6f03d2ba2416e0d used request id req-2a3798dd-5dce-4991-9864-b6b10df0b22a 2018-10-10 14:37:23,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:8774/v2.1/os-quota-sets/4fa47296d4b647a5b6f03d2ba2416e0d -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4351b8cec77614c0da10e6902583e8ea5c42326" -d '{"quota_set": {"metadata_items": 128, "injected_file_content_bytes": 60000, "ram": 70000, "key_pairs": 8, "instances": 5, "injected_files": 6, "cores": 4, "fixed_ips": 7}}' 2018-10-10 14:37:24,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c62f46dd-b0d6-4495-a474-d7214339bda0 x-compute-request-id: req-c62f46dd-b0d6-4495-a474-d7214339bda0 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-10 14:37:24,359 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/4fa47296d4b647a5b6f03d2ba2416e0d used request id req-c62f46dd-b0d6-4495-a474-d7214339bda0 2018-10-10 14:37:24,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:24,367 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:24,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d4b5a77a-384d-48d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e16bbd4b3aadb1b78305b93252def0ab62ed6de3" 2018-10-10 14:37:24,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4cb5f89-89c9-4eb1-bce8-c98a359299f4 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d4b5a77a-384d-48d-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fa47296d4b647a5b6f03d2ba2416e0d"}, "enabled": true, "id": "4fa47296d4b647a5b6f03d2ba2416e0d", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-d4b5a77a-384d-48d-name"}]} 2018-10-10 14:37:24,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d4b5a77a-384d-48d-name used request id req-e4cb5f89-89c9-4eb1-bce8-c98a359299f4 2018-10-10 14:37:24,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e16bbd4b3aadb1b78305b93252def0ab62ed6de3" 2018-10-10 14:37:24,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f052b031-d63c-4fdc-9a92-09036179b3be 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:37:24,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-f052b031-d63c-4fdc-9a92-09036179b3be 2018-10-10 14:37:24,555 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:37:24,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-quota-sets/4fa47296d4b647a5b6f03d2ba2416e0d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e16bbd4b3aadb1b78305b93252def0ab62ed6de3" 2018-10-10 14:37:25,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55ab561a-211a-49ea-b9fb-88ffbc60c944 x-compute-request-id: req-55ab561a-211a-49ea-b9fb-88ffbc60c944 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "id": "4fa47296d4b647a5b6f03d2ba2416e0d", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-10 14:37:25,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/4fa47296d4b647a5b6f03d2ba2416e0d used request id req-55ab561a-211a-49ea-b9fb-88ffbc60c944 2018-10-10 14:37:25,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4351b8cec77614c0da10e6902583e8ea5c42326" 2018-10-10 14:37:26,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-0fbb7234-d629-4524-9060-d1a072f01e3b Date: Wed, 10 Oct 2018 14:37:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:37:13Z", "updated_at": "2018-10-10T14:37:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "0d1f427b-2bd6-4377-8e34-4759b74f7634", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "5565f8e6-48a9-423a-b5fb-e98121a26697", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "b4c0b032-f9a6-4c51-8fc6-f614f0c5a1f0", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "e8b34416-5f74-448b-be41-e4882f1930c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 4, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}]} 2018-10-10 14:37:26,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-0fbb7234-d629-4524-9060-d1a072f01e3b 2018-10-10 14:37:26,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4351b8cec77614c0da10e6902583e8ea5c42326" 2018-10-10 14:37:26,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05aff625-b6a9-440b-87b1-518a248cd7b2 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:37:26,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-05aff625-b6a9-440b-87b1-518a248cd7b2 2018-10-10 14:37:26,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4351b8cec77614c0da10e6902583e8ea5c42326" 2018-10-10 14:37:26,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b9eabf5-48b4-4e13-8feb-27fffc7cc1f0 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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-10 14:37:26,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e used request id req-8b9eabf5-48b4-4e13-8feb-27fffc7cc1f0 2018-10-10 14:37:26,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4351b8cec77614c0da10e6902583e8ea5c42326" 2018-10-10 14:37:26,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0908f368-3de6-459d-97bc-320cc5701647 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-10 14:37:26,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878 used request id req-0908f368-3de6-459d-97bc-320cc5701647 2018-10-10 14:37:26,789 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-d4b5a77a-384d-48d-name 2018-10-10 14:37:26,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/4fa47296d4b647a5b6f03d2ba2416e0d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4351b8cec77614c0da10e6902583e8ea5c42326" 2018-10-10 14:37:26,987 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4dd52df3-f530-45d5-8c30-3cb5cdea329e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:26,988 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/4fa47296d4b647a5b6f03d2ba2416e0d used request id req-4dd52df3-f530-45d5-8c30-3cb5cdea329e 2018-10-10 14:37:26,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4351b8cec77614c0da10e6902583e8ea5c42326" 2018-10-10 14:37:27,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fc27a0b-81ce-4dc1-a010-17d675f462c2 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:27,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5fc27a0b-81ce-4dc1-a010-17d675f462c2 2018-10-10 14:37:27,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:27,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["SIbqAmcnTbuFrbkc8eIucA"], "issued_at": "2018-10-10T14:37:27.000000Z"}} 2018-10-10 14:37:27,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac96c647d66f1a48f3cd1299b3fd6b5f53aa6bf" 2018-10-10 14:37:27,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f27b78c-73e2-4dc6-8381-23f5ce6153d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:27,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2f27b78c-73e2-4dc6-8381-23f5ce6153d1 2018-10-10 14:37:27,548 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:27,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:27,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["Athe3ypsTpCFCUJ4ACfq4g"], "issued_at": "2018-10-10T14:37:27.000000Z"}} 2018-10-10 14:37:27,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05d496664b1ab4abd96f1a167e6fc63b6213aafd" 2018-10-10 14:37:28,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0027d243-532f-4ebf-8310-799750798360 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:28,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0027d243-532f-4ebf-8310-799750798360 2018-10-10 14:37:28,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:28,025 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:28,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9627d077-09de-410-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05d496664b1ab4abd96f1a167e6fc63b6213aafd" 2018-10-10 14:37:28,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aa22aab-e638-4967-83eb-044516048c81 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9627d077-09de-410-name", "previous": null, "next": null}, "projects": []} 2018-10-10 14:37:28,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9627d077-09de-410-name used request id req-7aa22aab-e638-4967-83eb-044516048c81 2018-10-10 14:37:28,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05d496664b1ab4abd96f1a167e6fc63b6213aafd" 2018-10-10 14:37:28,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c38b875-3c8b-4714-afda-6db727b24e06 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:37:28,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-5c38b875-3c8b-4714-afda-6db727b24e06 2018-10-10 14:37:28,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05d496664b1ab4abd96f1a167e6fc63b6213aafd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-9627d077-09de-410-name"}}' 2018-10-10 14:37:28,319 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:37:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9578d725-35eb-42ac-9f81-0437315b53f2 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/877c649bcac04f06808eaec88e21b7e3"}, "enabled": true, "id": "877c649bcac04f06808eaec88e21b7e3", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-9627d077-09de-410-name"}} 2018-10-10 14:37:28,319 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-9578d725-35eb-42ac-9f81-0437315b53f2 2018-10-10 14:37:28,319 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-9627d077-09de-410-name 2018-10-10 14:37:28,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:28,328 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:28,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9627d077-09de-410-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac96c647d66f1a48f3cd1299b3fd6b5f53aa6bf" 2018-10-10 14:37:28,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-668c05a7-7b43-4b49-972e-a3588da46d18 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9627d077-09de-410-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/877c649bcac04f06808eaec88e21b7e3"}, "enabled": true, "id": "877c649bcac04f06808eaec88e21b7e3", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-9627d077-09de-410-name"}]} 2018-10-10 14:37:28,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9627d077-09de-410-name used request id req-668c05a7-7b43-4b49-972e-a3588da46d18 2018-10-10 14:37:28,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac96c647d66f1a48f3cd1299b3fd6b5f53aa6bf" 2018-10-10 14:37:28,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-366462c6-398e-4572-8477-86472df7e2d6 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:37:28,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-366462c6-398e-4572-8477-86472df7e2d6 2018-10-10 14:37:28,500 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:37:28,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:8774/v2.1/os-quota-sets/877c649bcac04f06808eaec88e21b7e3 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05d496664b1ab4abd96f1a167e6fc63b6213aafd" -d '{"quota_set": {"metadata_items": 64, "injected_file_content_bytes": 5120, "ram": 25600, "key_pairs": 50, "instances": 5, "injected_files": 3, "cores": 5, "fixed_ips": 100}}' 2018-10-10 14:37:29,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b068805-3d85-4033-996b-8ba99d7fdef2 x-compute-request-id: req-9b068805-3d85-4033-996b-8ba99d7fdef2 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-10 14:37:29,557 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/877c649bcac04f06808eaec88e21b7e3 used request id req-9b068805-3d85-4033-996b-8ba99d7fdef2 2018-10-10 14:37:29,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/quotas/877c649bcac04f06808eaec88e21b7e3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05d496664b1ab4abd96f1a167e6fc63b6213aafd" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-10-10 14:37:29,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-7776b50a-b23c-4dff-bc64-a65feae4d566 Date: Wed, 10 Oct 2018 14:37:29 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25, "bgpvpn": -1}} 2018-10-10 14:37:29,878 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/quotas/877c649bcac04f06808eaec88e21b7e3 used request id req-7776b50a-b23c-4dff-bc64-a65feae4d566 2018-10-10 14:37:29,878 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:37:29,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-quota-sets/877c649bcac04f06808eaec88e21b7e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05d496664b1ab4abd96f1a167e6fc63b6213aafd" 2018-10-10 14:37:30,537 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b5eef8f-60cf-47a3-a075-338b309da40e x-compute-request-id: req-6b5eef8f-60cf-47a3-a075-338b309da40e Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "877c649bcac04f06808eaec88e21b7e3", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-10 14:37:30,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/877c649bcac04f06808eaec88e21b7e3 used request id req-6b5eef8f-60cf-47a3-a075-338b309da40e 2018-10-10 14:37:30,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/quotas/877c649bcac04f06808eaec88e21b7e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05d496664b1ab4abd96f1a167e6fc63b6213aafd" 2018-10-10 14:37:31,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-c5026c45-9418-4c41-bdd6-0fb8c0acb12e Date: Wed, 10 Oct 2018 14:37: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}} 2018-10-10 14:37:31,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/quotas/877c649bcac04f06808eaec88e21b7e3 used request id req-c5026c45-9418-4c41-bdd6-0fb8c0acb12e 2018-10-10 14:37:31,241 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:37:31,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-quota-sets/877c649bcac04f06808eaec88e21b7e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac96c647d66f1a48f3cd1299b3fd6b5f53aa6bf" 2018-10-10 14:37:32,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37: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-877ff218-743a-4c32-9855-b869c8f81f2c x-compute-request-id: req-877ff218-743a-4c32-9855-b869c8f81f2c Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "877c649bcac04f06808eaec88e21b7e3", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-10 14:37:32,090 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/877c649bcac04f06808eaec88e21b7e3 used request id req-877ff218-743a-4c32-9855-b869c8f81f2c 2018-10-10 14:37:32,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/quotas/877c649bcac04f06808eaec88e21b7e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac96c647d66f1a48f3cd1299b3fd6b5f53aa6bf" 2018-10-10 14:37:32,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-c332dfdc-001c-4067-b284-3aa7cec8f5f1 Date: Wed, 10 Oct 2018 14:37: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}} 2018-10-10 14:37:32,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/quotas/877c649bcac04f06808eaec88e21b7e3 used request id req-c332dfdc-001c-4067-b284-3aa7cec8f5f1 2018-10-10 14:37:32,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05d496664b1ab4abd96f1a167e6fc63b6213aafd" 2018-10-10 14:37:32,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-1467d16f-2fb4-4e8a-ab34-0e4ce07cc97d Date: Wed, 10 Oct 2018 14:37:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:37:13Z", "updated_at": "2018-10-10T14:37:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "0d1f427b-2bd6-4377-8e34-4759b74f7634", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "5565f8e6-48a9-423a-b5fb-e98121a26697", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "b4c0b032-f9a6-4c51-8fc6-f614f0c5a1f0", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "e8b34416-5f74-448b-be41-e4882f1930c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 4, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}]} 2018-10-10 14:37:32,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-1467d16f-2fb4-4e8a-ab34-0e4ce07cc97d 2018-10-10 14:37:32,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05d496664b1ab4abd96f1a167e6fc63b6213aafd" 2018-10-10 14:37:32,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4abcd6a1-7135-4eee-9047-ac16e12974e0 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:37:32,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-4abcd6a1-7135-4eee-9047-ac16e12974e0 2018-10-10 14:37:32,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05d496664b1ab4abd96f1a167e6fc63b6213aafd" 2018-10-10 14:37:32,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e8f0e5a-a3e7-42bf-9ae4-24ed909b7503 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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-10 14:37:32,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e used request id req-1e8f0e5a-a3e7-42bf-9ae4-24ed909b7503 2018-10-10 14:37:32,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05d496664b1ab4abd96f1a167e6fc63b6213aafd" 2018-10-10 14:37:32,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d5846e8-cf41-4f64-ab63-1cf74dc90cb2 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-10 14:37:32,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878 used request id req-1d5846e8-cf41-4f64-ab63-1cf74dc90cb2 2018-10-10 14:37:32,942 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-9627d077-09de-410-name 2018-10-10 14:37:32,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/877c649bcac04f06808eaec88e21b7e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05d496664b1ab4abd96f1a167e6fc63b6213aafd" 2018-10-10 14:37:33,216 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3e1f137-bb58-4a09-b26d-fc928c12409d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:33,217 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/877c649bcac04f06808eaec88e21b7e3 used request id req-f3e1f137-bb58-4a09-b26d-fc928c12409d 2018-10-10 14:37:33,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05d496664b1ab4abd96f1a167e6fc63b6213aafd" 2018-10-10 14:37:33,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdcd259f-f8b5-4a0f-9ab5-d5166d7f8ce4 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:33,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-bdcd259f-f8b5-4a0f-9ab5-d5166d7f8ce4 2018-10-10 14:37:33,318 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:33,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["_WSQdeEgRFiD9OtpbAEt8g"], "issued_at": "2018-10-10T14:37:33.000000Z"}} 2018-10-10 14:37:33,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0402884867980d01b3156f3fa9cbdfd6181497" 2018-10-10 14:37:33,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a23b1215-1181-47e0-a940-c1350d42cbc2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:33,775 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a23b1215-1181-47e0-a940-c1350d42cbc2 2018-10-10 14:37:33,777 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:33,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:34,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["Pe46OMm-QH2RcOzonPKeww"], "issued_at": "2018-10-10T14:37:34.000000Z"}} 2018-10-10 14:37:34,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cba92fe550fedc3c8c43e0d9f75fc09695d0067" 2018-10-10 14:37:34,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c689ac5-47dd-4b8b-b7d0-3a4dc68fcbb0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:34,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9c689ac5-47dd-4b8b-b7d0-3a4dc68fcbb0 2018-10-10 14:37:34,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:34,348 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:34,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-8d391dea-4879-4d9-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cba92fe550fedc3c8c43e0d9f75fc09695d0067" 2018-10-10 14:37:34,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55396bea-e843-40da-a22a-ce67b8b65c77 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-8d391dea-4879-4d9-name", "previous": null, "next": null}, "projects": []} 2018-10-10 14:37:34,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-8d391dea-4879-4d9-name used request id req-55396bea-e843-40da-a22a-ce67b8b65c77 2018-10-10 14:37:34,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cba92fe550fedc3c8c43e0d9f75fc09695d0067" 2018-10-10 14:37:34,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2994019-1361-4184-bcd9-d3e9dea467a2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:37:34,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f2994019-1361-4184-bcd9-d3e9dea467a2 2018-10-10 14:37:34,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cba92fe550fedc3c8c43e0d9f75fc09695d0067" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-8d391dea-4879-4d9-name"}}' 2018-10-10 14:37:34,636 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:37:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73ed19e5-50f6-4808-8c96-21861b38d8d8 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0d340d896d7b4a8cba6a94b8faf2502f"}, "enabled": true, "id": "0d340d896d7b4a8cba6a94b8faf2502f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-8d391dea-4879-4d9-name"}} 2018-10-10 14:37:34,636 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-73ed19e5-50f6-4808-8c96-21861b38d8d8 2018-10-10 14:37:34,636 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-8d391dea-4879-4d9-name 2018-10-10 14:37:34,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:34,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:35,017 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["cjWrQhh7Tk6AVgLACX0wuw"], "issued_at": "2018-10-10T14:37:35.000000Z"}} 2018-10-10 14:37:35,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a183fe0f4a41ee6a5429d24e3a838f3d4c0abd25" 2018-10-10 14:37:35,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c04d56af-80f3-404e-9a32-4b4f63d43127 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:35,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c04d56af-80f3-404e-9a32-4b4f63d43127 2018-10-10 14:37:35,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:35,105 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:35,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a183fe0f4a41ee6a5429d24e3a838f3d4c0abd25" 2018-10-10 14:37:35,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f586914b-1e3c-4d77-9fd0-2b37b81e526e Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "domain_id": "default", "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:37:35,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f586914b-1e3c-4d77-9fd0-2b37b81e526e 2018-10-10 14:37:35,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a183fe0f4a41ee6a5429d24e3a838f3d4c0abd25" 2018-10-10 14:37:35,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9d4228d-b6c6-42b4-9bfe-f866652c0e59 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:37:35,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-e9d4228d-b6c6-42b4-9bfe-f866652c0e59 2018-10-10 14:37:35,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a183fe0f4a41ee6a5429d24e3a838f3d4c0abd25" 2018-10-10 14:37:35,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e571e63e-6667-4d21-a909-62f249022d12 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:35,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e571e63e-6667-4d21-a909-62f249022d12 2018-10-10 14:37:35,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-8d391dea-4879-4d9-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a183fe0f4a41ee6a5429d24e3a838f3d4c0abd25" 2018-10-10 14:37:35,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74350044-60af-411a-9c3a-b4aeed4e2c6c Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-8d391dea-4879-4d9-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0d340d896d7b4a8cba6a94b8faf2502f"}, "enabled": true, "id": "0d340d896d7b4a8cba6a94b8faf2502f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-8d391dea-4879-4d9-name"}]} 2018-10-10 14:37:35,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-8d391dea-4879-4d9-name used request id req-74350044-60af-411a-9c3a-b4aeed4e2c6c 2018-10-10 14:37:35,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/c729d73161454824bd1da8a9758b0ecd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a183fe0f4a41ee6a5429d24e3a838f3d4c0abd25" 2018-10-10 14:37:36,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2024782d-2d55-4b26-a4c1-7180fbf8235c Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/c729d73161454824bd1da8a9758b0ecd"}, "enabled": true, "id": "c729d73161454824bd1da8a9758b0ecd", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-8d391dea-4879-4d9-user"}} 2018-10-10 14:37:36,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/c729d73161454824bd1da8a9758b0ecd used request id req-2024782d-2d55-4b26-a4c1-7180fbf8235c 2018-10-10 14:37:36,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0d340d896d7b4a8cba6a94b8faf2502f/users/c729d73161454824bd1da8a9758b0ecd/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a183fe0f4a41ee6a5429d24e3a838f3d4c0abd25" 2018-10-10 14:37:36,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fe457d2-83e1-4936-ad73-0b9f817b164c Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/0d340d896d7b4a8cba6a94b8faf2502f/users/c729d73161454824bd1da8a9758b0ecd/roles", "previous": null, "next": null}, "roles": []} 2018-10-10 14:37:36,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0d340d896d7b4a8cba6a94b8faf2502f/users/c729d73161454824bd1da8a9758b0ecd/roles used request id req-0fe457d2-83e1-4936-ad73-0b9f817b164c 2018-10-10 14:37:36,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a183fe0f4a41ee6a5429d24e3a838f3d4c0abd25" 2018-10-10 14:37:36,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c51d9f3f-3758-4715-a899-0633acddb343 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "domain_id": null, "name": "admin", "id": "2fdd6d8b08b54c7ab820bd30a9e7995e"}} 2018-10-10 14:37:36,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-c51d9f3f-3758-4715-a899-0633acddb343 2018-10-10 14:37:36,222 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-8d391dea-4879-4d9-name 2018-10-10 14:37:36,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/0d340d896d7b4a8cba6a94b8faf2502f/users/c729d73161454824bd1da8a9758b0ecd/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a183fe0f4a41ee6a5429d24e3a838f3d4c0abd25" 2018-10-10 14:37:36,357 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d873b9aa-f654-4e78-839f-a0856f5d0e46 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:36,357 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/0d340d896d7b4a8cba6a94b8faf2502f/users/c729d73161454824bd1da8a9758b0ecd/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-d873b9aa-f654-4e78-839f-a0856f5d0e46 2018-10-10 14:37:36,357 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-8d391dea-4879-4d9-user 2018-10-10 14:37:36,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cba92fe550fedc3c8c43e0d9f75fc09695d0067" 2018-10-10 14:37:36,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baf2a650-ca9f-461b-b128-bbb7d050b14b Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:36,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-baf2a650-ca9f-461b-b128-bbb7d050b14b 2018-10-10 14:37:36,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cba92fe550fedc3c8c43e0d9f75fc09695d0067" -d '{"role": {"name": "CreateProjectUserTests-8d391dea-4879-4d9-name-role"}}' 2018-10-10 14:37:36,564 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:37:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03c447e8-546b-4ab7-9ad6-c5a19d64e74b Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c53df448ccc74db6a42e5e23d841fb27", "links": {"self": "http://172.30.9.27:5000/v3/roles/c53df448ccc74db6a42e5e23d841fb27"}, "name": "CreateProjectUserTests-8d391dea-4879-4d9-name-role"}} 2018-10-10 14:37:36,564 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-03c447e8-546b-4ab7-9ad6-c5a19d64e74b 2018-10-10 14:37:36,564 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-8d391dea-4879-4d9-name-role 2018-10-10 14:37:36,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/c53df448ccc74db6a42e5e23d841fb27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cba92fe550fedc3c8c43e0d9f75fc09695d0067" 2018-10-10 14:37:36,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26efb63a-085b-4735-812a-5735460a9112 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/c53df448ccc74db6a42e5e23d841fb27"}, "domain_id": null, "name": "CreateProjectUserTests-8d391dea-4879-4d9-name-role", "id": "c53df448ccc74db6a42e5e23d841fb27"}} 2018-10-10 14:37:36,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/c53df448ccc74db6a42e5e23d841fb27 used request id req-26efb63a-085b-4735-812a-5735460a9112 2018-10-10 14:37:36,654 - keystone_utils - INFO - Granting role CreateProjectUserTests-8d391dea-4879-4d9-name-role to project CreateProjectUserTests-8d391dea-4879-4d9-name 2018-10-10 14:37:36,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/0d340d896d7b4a8cba6a94b8faf2502f/users/c729d73161454824bd1da8a9758b0ecd/roles/c53df448ccc74db6a42e5e23d841fb27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cba92fe550fedc3c8c43e0d9f75fc09695d0067" 2018-10-10 14:37:36,754 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df931a5c-8fa3-4ad8-8528-664b90a7d93c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:36,755 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/0d340d896d7b4a8cba6a94b8faf2502f/users/c729d73161454824bd1da8a9758b0ecd/roles/c53df448ccc74db6a42e5e23d841fb27 used request id req-df931a5c-8fa3-4ad8-8528-664b90a7d93c 2018-10-10 14:37:36,755 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:36,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:37,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "c53df448ccc74db6a42e5e23d841fb27", "name": "CreateProjectUserTests-8d391dea-4879-4d9-name-role"}], "expires_at": "2018-10-10T15:37:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d340d896d7b4a8cba6a94b8faf2502f", "name": "CreateProjectUserTests-8d391dea-4879-4d9-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/0d340d896d7b4a8cba6a94b8faf2502f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/0d340d896d7b4a8cba6a94b8faf2502f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/0d340d896d7b4a8cba6a94b8faf2502f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0d340d896d7b4a8cba6a94b8faf2502f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/0d340d896d7b4a8cba6a94b8faf2502f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/0d340d896d7b4a8cba6a94b8faf2502f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/0d340d896d7b4a8cba6a94b8faf2502f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/0d340d896d7b4a8cba6a94b8faf2502f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/0d340d896d7b4a8cba6a94b8faf2502f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0d340d896d7b4a8cba6a94b8faf2502f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/0d340d896d7b4a8cba6a94b8faf2502f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/0d340d896d7b4a8cba6a94b8faf2502f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-8d391dea-4879-4d9-user", "id": "c729d73161454824bd1da8a9758b0ecd"}, "audit_ids": ["1XkP4YnCTt-Uw6ThSXEw_w"], "issued_at": "2018-10-10T14:37:37.000000Z"}} 2018-10-10 14:37:37,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d792dcecd2f25d7928ac6ab55dfc1a5c5fa12425" 2018-10-10 14:37:37,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49c79607-8fc2-4836-8a5d-337ce9e94a19 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:37,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-49c79607-8fc2-4836-8a5d-337ce9e94a19 2018-10-10 14:37:37,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-8d391dea-4879-4d9-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d792dcecd2f25d7928ac6ab55dfc1a5c5fa12425" 2018-10-10 14:37:38,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-789aac2f-779b-4881-b9f8-013bb3fae286 Date: Wed, 10 Oct 2018 14:37:38 GMT RESP BODY: {"security_groups": []} 2018-10-10 14:37:38,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-8d391dea-4879-4d9-name&description=hello+group used request id req-789aac2f-779b-4881-b9f8-013bb3fae286 2018-10-10 14:37:38,236 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-8d391dea-4879-4d9-name... 2018-10-10 14:37:38,236 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-8d391dea-4879-4d9-name 2018-10-10 14:37:38,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d792dcecd2f25d7928ac6ab55dfc1a5c5fa12425" -d '{"security_group": {"name": "CreateProjectUserTests-8d391dea-4879-4d9-name", "description": "hello group"}}' 2018-10-10 14:37:38,703 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-12217530-b041-4d29-a734-74a021c7dc77 Date: Wed, 10 Oct 2018 14:37:38 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "updated_at": "2018-10-10T14:37:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "revision_number": 0, "id": "03734534-f624-4d16-b815-47f4fbf82d20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "revision_number": 0, "id": "199da2de-926c-40d6-9ab1-ba82e8070661", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f"}], "revision_number": 2, "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "name": "CreateProjectUserTests-8d391dea-4879-4d9-name"}} 2018-10-10 14:37:38,703 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-12217530-b041-4d29-a734-74a021c7dc77 2018-10-10 14:37:38,704 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5898b041-21c6-4fa4-b5a4-9714b9bd53a9 2018-10-10 14:37:38,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5898b041-21c6-4fa4-b5a4-9714b9bd53a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d792dcecd2f25d7928ac6ab55dfc1a5c5fa12425" 2018-10-10 14:37:38,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-28a61f02-adf0-499b-9f7b-ddfcf171600d Date: Wed, 10 Oct 2018 14:37:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "port_range_min": null, "revision_number": 0, "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "03734534-f624-4d16-b815-47f4fbf82d20"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "port_range_min": null, "revision_number": 0, "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "199da2de-926c-40d6-9ab1-ba82e8070661"}]} 2018-10-10 14:37:38,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5898b041-21c6-4fa4-b5a4-9714b9bd53a9 used request id req-28a61f02-adf0-499b-9f7b-ddfcf171600d 2018-10-10 14:37:38,875 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5898b041-21c6-4fa4-b5a4-9714b9bd53a9 2018-10-10 14:37:38,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5898b041-21c6-4fa4-b5a4-9714b9bd53a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d792dcecd2f25d7928ac6ab55dfc1a5c5fa12425" 2018-10-10 14:37:39,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3b0b1f7a-b3d3-4b2d-a943-eb6c7632777f Date: Wed, 10 Oct 2018 14:37:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "port_range_min": null, "revision_number": 0, "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "03734534-f624-4d16-b815-47f4fbf82d20"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "port_range_min": null, "revision_number": 0, "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "199da2de-926c-40d6-9ab1-ba82e8070661"}]} 2018-10-10 14:37:39,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5898b041-21c6-4fa4-b5a4-9714b9bd53a9 used request id req-3b0b1f7a-b3d3-4b2d-a943-eb6c7632777f 2018-10-10 14:37:39,599 - neutron_utils - INFO - Retrieving security group with ID - 5898b041-21c6-4fa4-b5a4-9714b9bd53a9 2018-10-10 14:37:39,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=5898b041-21c6-4fa4-b5a4-9714b9bd53a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d792dcecd2f25d7928ac6ab55dfc1a5c5fa12425" 2018-10-10 14:37:40,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7a076e05-34b2-4d3a-bc48-62958e96b7c1 Date: Wed, 10 Oct 2018 14:37:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "updated_at": "2018-10-10T14:37:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "revision_number": 0, "id": "03734534-f624-4d16-b815-47f4fbf82d20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "revision_number": 0, "id": "199da2de-926c-40d6-9ab1-ba82e8070661", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f"}], "revision_number": 2, "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "name": "CreateProjectUserTests-8d391dea-4879-4d9-name"}]} 2018-10-10 14:37:40,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=5898b041-21c6-4fa4-b5a4-9714b9bd53a9 used request id req-7a076e05-34b2-4d3a-bc48-62958e96b7c1 2018-10-10 14:37:40,460 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5898b041-21c6-4fa4-b5a4-9714b9bd53a9 2018-10-10 14:37:40,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5898b041-21c6-4fa4-b5a4-9714b9bd53a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d792dcecd2f25d7928ac6ab55dfc1a5c5fa12425" 2018-10-10 14:37:41,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b5f64358-e0a5-47e4-8740-7256f9d4c284 Date: Wed, 10 Oct 2018 14:37:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "port_range_min": null, "revision_number": 0, "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "03734534-f624-4d16-b815-47f4fbf82d20"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "port_range_min": null, "revision_number": 0, "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "199da2de-926c-40d6-9ab1-ba82e8070661"}]} 2018-10-10 14:37:41,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5898b041-21c6-4fa4-b5a4-9714b9bd53a9 used request id req-b5f64358-e0a5-47e4-8740-7256f9d4c284 2018-10-10 14:37:41,169 - neutron_utils - INFO - Retrieving security group with ID - 5898b041-21c6-4fa4-b5a4-9714b9bd53a9 2018-10-10 14:37:41,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=5898b041-21c6-4fa4-b5a4-9714b9bd53a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d792dcecd2f25d7928ac6ab55dfc1a5c5fa12425" 2018-10-10 14:37:41,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d4984f0d-73c2-4076-a7c3-20e6492df0ee Date: Wed, 10 Oct 2018 14:37:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "updated_at": "2018-10-10T14:37:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "revision_number": 0, "id": "03734534-f624-4d16-b815-47f4fbf82d20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "revision_number": 0, "id": "199da2de-926c-40d6-9ab1-ba82e8070661", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f"}], "revision_number": 2, "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "name": "CreateProjectUserTests-8d391dea-4879-4d9-name"}]} 2018-10-10 14:37:41,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=5898b041-21c6-4fa4-b5a4-9714b9bd53a9 used request id req-d4984f0d-73c2-4076-a7c3-20e6492df0ee 2018-10-10 14:37:41,373 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5898b041-21c6-4fa4-b5a4-9714b9bd53a9 2018-10-10 14:37:41,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5898b041-21c6-4fa4-b5a4-9714b9bd53a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d792dcecd2f25d7928ac6ab55dfc1a5c5fa12425" 2018-10-10 14:37:42,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-279f1672-197b-459e-b0c3-b2c33513a650 Date: Wed, 10 Oct 2018 14:37: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": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "port_range_min": null, "revision_number": 0, "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "03734534-f624-4d16-b815-47f4fbf82d20"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "port_range_min": null, "revision_number": 0, "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "199da2de-926c-40d6-9ab1-ba82e8070661"}]} 2018-10-10 14:37:42,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5898b041-21c6-4fa4-b5a4-9714b9bd53a9 used request id req-279f1672-197b-459e-b0c3-b2c33513a650 2018-10-10 14:37:42,087 - neutron_utils - INFO - Retrieving security group with ID - 5898b041-21c6-4fa4-b5a4-9714b9bd53a9 2018-10-10 14:37:42,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=5898b041-21c6-4fa4-b5a4-9714b9bd53a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d792dcecd2f25d7928ac6ab55dfc1a5c5fa12425" 2018-10-10 14:37:42,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-c2a74418-d7ad-466e-bddb-550219227331 Date: Wed, 10 Oct 2018 14:37:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "updated_at": "2018-10-10T14:37:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "revision_number": 0, "id": "03734534-f624-4d16-b815-47f4fbf82d20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "revision_number": 0, "id": "199da2de-926c-40d6-9ab1-ba82e8070661", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f"}], "revision_number": 2, "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "name": "CreateProjectUserTests-8d391dea-4879-4d9-name"}]} 2018-10-10 14:37:42,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=5898b041-21c6-4fa4-b5a4-9714b9bd53a9 used request id req-c2a74418-d7ad-466e-bddb-550219227331 2018-10-10 14:37:42,392 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5898b041-21c6-4fa4-b5a4-9714b9bd53a9 2018-10-10 14:37:42,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5898b041-21c6-4fa4-b5a4-9714b9bd53a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d792dcecd2f25d7928ac6ab55dfc1a5c5fa12425" 2018-10-10 14:37:42,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-38d23b54-de66-4826-aa5b-58d50fbd5923 Date: Wed, 10 Oct 2018 14:37: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": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "port_range_min": null, "revision_number": 0, "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "03734534-f624-4d16-b815-47f4fbf82d20"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "security_group_id": "5898b041-21c6-4fa4-b5a4-9714b9bd53a9", "port_range_min": null, "revision_number": 0, "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "199da2de-926c-40d6-9ab1-ba82e8070661"}]} 2018-10-10 14:37:42,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5898b041-21c6-4fa4-b5a4-9714b9bd53a9 used request id req-38d23b54-de66-4826-aa5b-58d50fbd5923 2018-10-10 14:37:42,418 - neutron_utils - INFO - Deleting security group rule with ID - 199da2de-926c-40d6-9ab1-ba82e8070661 2018-10-10 14:37:42,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/199da2de-926c-40d6-9ab1-ba82e8070661 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d792dcecd2f25d7928ac6ab55dfc1a5c5fa12425" 2018-10-10 14:37:42,582 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3ebfa935-eeec-4f89-b86d-4693e1bda685 Content-Length: 0 Date: Wed, 10 Oct 2018 14:37:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:37:42,583 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/199da2de-926c-40d6-9ab1-ba82e8070661 used request id req-3ebfa935-eeec-4f89-b86d-4693e1bda685 2018-10-10 14:37:42,583 - neutron_utils - INFO - Deleting security group rule with ID - 03734534-f624-4d16-b815-47f4fbf82d20 2018-10-10 14:37:42,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/03734534-f624-4d16-b815-47f4fbf82d20 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d792dcecd2f25d7928ac6ab55dfc1a5c5fa12425" 2018-10-10 14:37:43,674 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-33476beb-3434-4bd9-b43a-0b81accef58c Content-Length: 0 Date: Wed, 10 Oct 2018 14:37:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:37:43,674 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/03734534-f624-4d16-b815-47f4fbf82d20 used request id req-33476beb-3434-4bd9-b43a-0b81accef58c 2018-10-10 14:37:43,675 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-8d391dea-4879-4d9-name 2018-10-10 14:37:43,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/5898b041-21c6-4fa4-b5a4-9714b9bd53a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d792dcecd2f25d7928ac6ab55dfc1a5c5fa12425" 2018-10-10 14:37:43,974 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b38b23b-a2ea-4e84-8de0-67c13aec8615 Content-Length: 0 Date: Wed, 10 Oct 2018 14:37:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:37:43,975 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/5898b041-21c6-4fa4-b5a4-9714b9bd53a9 used request id req-1b38b23b-a2ea-4e84-8de0-67c13aec8615 2018-10-10 14:37:43,975 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-8d391dea-4879-4d9-user 2018-10-10 14:37:43,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/c729d73161454824bd1da8a9758b0ecd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a183fe0f4a41ee6a5429d24e3a838f3d4c0abd25" 2018-10-10 14:37:44,169 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7963597c-7493-4896-b78f-53e2a46969e2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:44,169 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/c729d73161454824bd1da8a9758b0ecd used request id req-7963597c-7493-4896-b78f-53e2a46969e2 2018-10-10 14:37:44,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cba92fe550fedc3c8c43e0d9f75fc09695d0067" 2018-10-10 14:37:45,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-4988e7d9-67f0-4e10-a1ab-066ffe906a60 Date: Wed, 10 Oct 2018 14:37:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:37:13Z", "updated_at": "2018-10-10T14:37:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "0d1f427b-2bd6-4377-8e34-4759b74f7634", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "5565f8e6-48a9-423a-b5fb-e98121a26697", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "b4c0b032-f9a6-4c51-8fc6-f614f0c5a1f0", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "e8b34416-5f74-448b-be41-e4882f1930c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 4, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:37Z", "updated_at": "2018-10-10T14:37:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "revision_number": 0, "id": "5e41b34a-788e-4089-bec2-e1e8cbfcace6", "remote_group_id": "237a6a7a-0802-4c32-ac4e-aa7afceb1285", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:38Z", "security_group_id": "237a6a7a-0802-4c32-ac4e-aa7afceb1285", "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "revision_number": 0, "id": "950d5f36-0052-4742-a43f-1695f37da556", "remote_group_id": "237a6a7a-0802-4c32-ac4e-aa7afceb1285", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:38Z", "security_group_id": "237a6a7a-0802-4c32-ac4e-aa7afceb1285", "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "revision_number": 0, "id": "9eb7e6b9-3b21-4fed-b687-08c5ebf7a908", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:38Z", "security_group_id": "237a6a7a-0802-4c32-ac4e-aa7afceb1285", "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "revision_number": 0, "id": "cdfb7ea8-be7f-4900-961e-3b022703c1ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:38Z", "security_group_id": "237a6a7a-0802-4c32-ac4e-aa7afceb1285", "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f"}], "revision_number": 4, "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "237a6a7a-0802-4c32-ac4e-aa7afceb1285", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}]} 2018-10-10 14:37:45,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-4988e7d9-67f0-4e10-a1ab-066ffe906a60 2018-10-10 14:37:45,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cba92fe550fedc3c8c43e0d9f75fc09695d0067" 2018-10-10 14:37:45,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce26df43-f90e-4d9e-b201-f5a6923ef58e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:37:45,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-ce26df43-f90e-4d9e-b201-f5a6923ef58e 2018-10-10 14:37:45,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0d340d896d7b4a8cba6a94b8faf2502f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cba92fe550fedc3c8c43e0d9f75fc09695d0067" 2018-10-10 14:37:45,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcfd05e0-fd2d-4155-99a3-1bae60f7ec66 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0d340d896d7b4a8cba6a94b8faf2502f"}, "enabled": true, "id": "0d340d896d7b4a8cba6a94b8faf2502f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-8d391dea-4879-4d9-name"}} 2018-10-10 14:37:45,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0d340d896d7b4a8cba6a94b8faf2502f used request id req-dcfd05e0-fd2d-4155-99a3-1bae60f7ec66 2018-10-10 14:37:45,268 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 237a6a7a-0802-4c32-ac4e-aa7afceb1285 2018-10-10 14:37:45,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=237a6a7a-0802-4c32-ac4e-aa7afceb1285 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cba92fe550fedc3c8c43e0d9f75fc09695d0067" 2018-10-10 14:37:45,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-257e84e6-8571-4262-920b-06445f5d875c Date: Wed, 10 Oct 2018 14:37:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "237a6a7a-0802-4c32-ac4e-aa7afceb1285", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "security_group_id": "237a6a7a-0802-4c32-ac4e-aa7afceb1285", "port_range_min": null, "revision_number": 0, "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "5e41b34a-788e-4089-bec2-e1e8cbfcace6"}, {"remote_group_id": "237a6a7a-0802-4c32-ac4e-aa7afceb1285", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "security_group_id": "237a6a7a-0802-4c32-ac4e-aa7afceb1285", "port_range_min": null, "revision_number": 0, "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "950d5f36-0052-4742-a43f-1695f37da556"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "security_group_id": "237a6a7a-0802-4c32-ac4e-aa7afceb1285", "port_range_min": null, "revision_number": 0, "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "9eb7e6b9-3b21-4fed-b687-08c5ebf7a908"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:38Z", "security_group_id": "237a6a7a-0802-4c32-ac4e-aa7afceb1285", "port_range_min": null, "revision_number": 0, "tenant_id": "0d340d896d7b4a8cba6a94b8faf2502f", "created_at": "2018-10-10T14:37:38Z", "project_id": "0d340d896d7b4a8cba6a94b8faf2502f", "id": "cdfb7ea8-be7f-4900-961e-3b022703c1ca"}]} 2018-10-10 14:37:45,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=237a6a7a-0802-4c32-ac4e-aa7afceb1285 used request id req-257e84e6-8571-4262-920b-06445f5d875c 2018-10-10 14:37:45,474 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 14:37:45,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/237a6a7a-0802-4c32-ac4e-aa7afceb1285 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cba92fe550fedc3c8c43e0d9f75fc09695d0067" 2018-10-10 14:37:45,978 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c9031af1-286a-42a8-b7e9-70506e25ff8e Content-Length: 0 Date: Wed, 10 Oct 2018 14:37:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:37:45,978 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/237a6a7a-0802-4c32-ac4e-aa7afceb1285 used request id req-c9031af1-286a-42a8-b7e9-70506e25ff8e 2018-10-10 14:37:45,979 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-8d391dea-4879-4d9-name 2018-10-10 14:37:45,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/0d340d896d7b4a8cba6a94b8faf2502f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cba92fe550fedc3c8c43e0d9f75fc09695d0067" 2018-10-10 14:37:46,147 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc48981f-9d68-4f60-a92b-669800473142 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:46,147 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/0d340d896d7b4a8cba6a94b8faf2502f used request id req-dc48981f-9d68-4f60-a92b-669800473142 2018-10-10 14:37:46,147 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-8d391dea-4879-4d9-name-role 2018-10-10 14:37:46,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/c53df448ccc74db6a42e5e23d841fb27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cba92fe550fedc3c8c43e0d9f75fc09695d0067" 2018-10-10 14:37:46,303 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a2388aa-5afb-4b09-83f8-e12716147fc5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:46,303 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/c53df448ccc74db6a42e5e23d841fb27 used request id req-0a2388aa-5afb-4b09-83f8-e12716147fc5 2018-10-10 14:37:46,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cba92fe550fedc3c8c43e0d9f75fc09695d0067" 2018-10-10 14:37:46,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ea6aff6-de34-409a-aff3-7761b7790f01 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:46,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1ea6aff6-de34-409a-aff3-7761b7790f01 2018-10-10 14:37:46,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:46,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["P_K7BBRaTAKZexclyix2Kw"], "issued_at": "2018-10-10T14:37:46.000000Z"}} 2018-10-10 14:37:46,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03fd1e3453039fbb1fe40f15fbb16453ff55dc32" 2018-10-10 14:37:46,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c443f76a-faa4-4ce3-8665-eecf4fc18bb0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:46,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c443f76a-faa4-4ce3-8665-eecf4fc18bb0 2018-10-10 14:37:46,856 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:46,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:47,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["0u667t2gSp-cFOJ-ZJ5zuw"], "issued_at": "2018-10-10T14:37:47.000000Z"}} 2018-10-10 14:37:47,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:37:47,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0ad3332-e4df-4248-a8af-2a94db0d180d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:47,410 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c0ad3332-e4df-4248-a8af-2a94db0d180d 2018-10-10 14:37:47,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:47,420 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:47,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-269ee935-cb6e-425-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:37:47,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7429735c-d470-4d9a-94d8-855a821e802c Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-269ee935-cb6e-425-name", "previous": null, "next": null}, "projects": []} 2018-10-10 14:37:47,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-269ee935-cb6e-425-name used request id req-7429735c-d470-4d9a-94d8-855a821e802c 2018-10-10 14:37:47,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:37:47,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-075213e2-7c8f-427d-86e1-de1d6ac30c1e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:37:47,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-075213e2-7c8f-427d-86e1-de1d6ac30c1e 2018-10-10 14:37:47,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-269ee935-cb6e-425-name"}}' 2018-10-10 14:37:47,749 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:37:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89757296-e6bd-471f-acd8-48643b9a122c Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607"}, "enabled": true, "id": "a09585c0dae04a9897d972aead5c8607", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-269ee935-cb6e-425-name"}} 2018-10-10 14:37:47,749 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-89757296-e6bd-471f-acd8-48643b9a122c 2018-10-10 14:37:47,749 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-269ee935-cb6e-425-name 2018-10-10 14:37:47,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:47,750 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:48,130 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["Q94dBGqKQAKHvlLSB45hQw"], "issued_at": "2018-10-10T14:37:48.000000Z"}} 2018-10-10 14:37:48,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c9c31763e812369448c93098e9bfdab2633382" 2018-10-10 14:37:48,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad48264e-d6a8-4c2e-9104-aa6bfc456604 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:48,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ad48264e-d6a8-4c2e-9104-aa6bfc456604 2018-10-10 14:37:48,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:48,228 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:48,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c9c31763e812369448c93098e9bfdab2633382" 2018-10-10 14:37:48,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7603d71-1e90-40c1-98ea-c415135f315d Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "domain_id": "default", "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:37:48,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d7603d71-1e90-40c1-98ea-c415135f315d 2018-10-10 14:37:48,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c9c31763e812369448c93098e9bfdab2633382" 2018-10-10 14:37:48,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61a870aa-66d5-4dbf-902e-ab8371e33fee Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:37:48,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-61a870aa-66d5-4dbf-902e-ab8371e33fee 2018-10-10 14:37:48,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c9c31763e812369448c93098e9bfdab2633382" 2018-10-10 14:37:48,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66544495-32a3-4715-b1e9-6c4f755953aa Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:48,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-66544495-32a3-4715-b1e9-6c4f755953aa 2018-10-10 14:37:48,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-269ee935-cb6e-425-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c9c31763e812369448c93098e9bfdab2633382" 2018-10-10 14:37:48,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0f35473-24c5-4cc4-862d-ffe3522de96e Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-269ee935-cb6e-425-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607"}, "enabled": true, "id": "a09585c0dae04a9897d972aead5c8607", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-269ee935-cb6e-425-name"}]} 2018-10-10 14:37:48,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-269ee935-cb6e-425-name used request id req-b0f35473-24c5-4cc4-862d-ffe3522de96e 2018-10-10 14:37:48,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/8530f1e0381b4010be0d66b729cd19f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c9c31763e812369448c93098e9bfdab2633382" 2018-10-10 14:37:49,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0b4a472-c8d9-4c4d-9327-6f1bc28fc618 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/8530f1e0381b4010be0d66b729cd19f5"}, "enabled": true, "id": "8530f1e0381b4010be0d66b729cd19f5", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-269ee935-cb6e-425-user1"}} 2018-10-10 14:37:49,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/8530f1e0381b4010be0d66b729cd19f5 used request id req-f0b4a472-c8d9-4c4d-9327-6f1bc28fc618 2018-10-10 14:37:49,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607/users/8530f1e0381b4010be0d66b729cd19f5/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c9c31763e812369448c93098e9bfdab2633382" 2018-10-10 14:37:49,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca545bef-4588-418f-b7e8-b03010bace09 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607/users/8530f1e0381b4010be0d66b729cd19f5/roles", "previous": null, "next": null}, "roles": []} 2018-10-10 14:37:49,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607/users/8530f1e0381b4010be0d66b729cd19f5/roles used request id req-ca545bef-4588-418f-b7e8-b03010bace09 2018-10-10 14:37:49,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c9c31763e812369448c93098e9bfdab2633382" 2018-10-10 14:37:49,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9998702-3560-4111-8190-07adb2401670 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "domain_id": null, "name": "admin", "id": "2fdd6d8b08b54c7ab820bd30a9e7995e"}} 2018-10-10 14:37:49,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-a9998702-3560-4111-8190-07adb2401670 2018-10-10 14:37:49,259 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-269ee935-cb6e-425-name 2018-10-10 14:37:49,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607/users/8530f1e0381b4010be0d66b729cd19f5/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c9c31763e812369448c93098e9bfdab2633382" 2018-10-10 14:37:49,422 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-557c2549-1697-4461-b796-fd967f85272e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:49,422 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607/users/8530f1e0381b4010be0d66b729cd19f5/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-557c2549-1697-4461-b796-fd967f85272e 2018-10-10 14:37:49,423 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-269ee935-cb6e-425-user1 2018-10-10 14:37:49,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:37:49,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aebeaaf4-acc8-4926-972f-1095487fa0f6 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:49,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-aebeaaf4-acc8-4926-972f-1095487fa0f6 2018-10-10 14:37:49,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" -d '{"role": {"name": "CreateProjectUserTests-269ee935-cb6e-425-name-role"}}' 2018-10-10 14:37:49,591 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:37:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-227cb0ae-66ab-4136-aa26-f5c6c9d9796a Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3e979762e3d44538a4da8db4c63fdd80", "links": {"self": "http://172.30.9.27:5000/v3/roles/3e979762e3d44538a4da8db4c63fdd80"}, "name": "CreateProjectUserTests-269ee935-cb6e-425-name-role"}} 2018-10-10 14:37:49,591 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-227cb0ae-66ab-4136-aa26-f5c6c9d9796a 2018-10-10 14:37:49,591 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-269ee935-cb6e-425-name-role 2018-10-10 14:37:49,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/3e979762e3d44538a4da8db4c63fdd80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:37:49,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c233926-628d-49de-8452-0e68eafcc610 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/3e979762e3d44538a4da8db4c63fdd80"}, "domain_id": null, "name": "CreateProjectUserTests-269ee935-cb6e-425-name-role", "id": "3e979762e3d44538a4da8db4c63fdd80"}} 2018-10-10 14:37:49,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/3e979762e3d44538a4da8db4c63fdd80 used request id req-1c233926-628d-49de-8452-0e68eafcc610 2018-10-10 14:37:49,672 - keystone_utils - INFO - Granting role CreateProjectUserTests-269ee935-cb6e-425-name-role to project CreateProjectUserTests-269ee935-cb6e-425-name 2018-10-10 14:37:49,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607/users/8530f1e0381b4010be0d66b729cd19f5/roles/3e979762e3d44538a4da8db4c63fdd80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:37:49,793 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-154d8415-66bb-464a-96c3-0acaf3f96c72 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:49,793 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607/users/8530f1e0381b4010be0d66b729cd19f5/roles/3e979762e3d44538a4da8db4c63fdd80 used request id req-154d8415-66bb-464a-96c3-0acaf3f96c72 2018-10-10 14:37:49,793 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:49,794 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:50,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:37:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["y09O0VGeR6qwly75xKAmYQ"], "issued_at": "2018-10-10T14:37:50.000000Z"}} 2018-10-10 14:37:50,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ec6c2ffee8c32b625e4bb55a840597d334bf17d" 2018-10-10 14:37:50,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48d6df2c-59cd-4067-b68e-6c5e8c483641 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:50,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-48d6df2c-59cd-4067-b68e-6c5e8c483641 2018-10-10 14:37:50,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:50,265 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:50,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ec6c2ffee8c32b625e4bb55a840597d334bf17d" 2018-10-10 14:37:50,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1a3d125-cdd2-43f7-88cc-9acc0f673d8c Content-Encoding: gzip Content-Length: 910 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-269ee935-cb6e-425-user1", "links": {"self": "http://172.30.9.27:5000/v3/users/8530f1e0381b4010be0d66b729cd19f5"}, "domain_id": "default", "enabled": true, "id": "8530f1e0381b4010be0d66b729cd19f5", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "domain_id": "default", "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:37:50,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e1a3d125-cdd2-43f7-88cc-9acc0f673d8c 2018-10-10 14:37:50,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ec6c2ffee8c32b625e4bb55a840597d334bf17d" 2018-10-10 14:37:50,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33b10997-2267-4151-8523-6584f030a070 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:37:50,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-33b10997-2267-4151-8523-6584f030a070 2018-10-10 14:37:50,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ec6c2ffee8c32b625e4bb55a840597d334bf17d" 2018-10-10 14:37:50,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5092fc66-7abe-46e7-adf1-82cf00ae1ad6 Content-Encoding: gzip Content-Length: 414 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "3e979762e3d44538a4da8db4c63fdd80", "links": {"self": "http://172.30.9.27:5000/v3/roles/3e979762e3d44538a4da8db4c63fdd80"}, "name": "CreateProjectUserTests-269ee935-cb6e-425-name-role"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:37:50,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5092fc66-7abe-46e7-adf1-82cf00ae1ad6 2018-10-10 14:37:50,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-269ee935-cb6e-425-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ec6c2ffee8c32b625e4bb55a840597d334bf17d" 2018-10-10 14:37:51,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cdbef17-f397-4827-b426-2799dcb6687c Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-269ee935-cb6e-425-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607"}, "enabled": true, "id": "a09585c0dae04a9897d972aead5c8607", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-269ee935-cb6e-425-name"}]} 2018-10-10 14:37:51,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-269ee935-cb6e-425-name used request id req-0cdbef17-f397-4827-b426-2799dcb6687c 2018-10-10 14:37:51,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/5e98568d1c1f43c59241500a79929f2f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ec6c2ffee8c32b625e4bb55a840597d334bf17d" 2018-10-10 14:37:51,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45875536-7bf3-4ad3-ad3b-8cb762322452 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/5e98568d1c1f43c59241500a79929f2f"}, "enabled": true, "id": "5e98568d1c1f43c59241500a79929f2f", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-269ee935-cb6e-425-user2"}} 2018-10-10 14:37:51,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/5e98568d1c1f43c59241500a79929f2f used request id req-45875536-7bf3-4ad3-ad3b-8cb762322452 2018-10-10 14:37:51,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607/users/5e98568d1c1f43c59241500a79929f2f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ec6c2ffee8c32b625e4bb55a840597d334bf17d" 2018-10-10 14:37:51,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05516958-9c2f-43f1-9939-c2cdb516106c Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607/users/5e98568d1c1f43c59241500a79929f2f/roles", "previous": null, "next": null}, "roles": []} 2018-10-10 14:37:51,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607/users/5e98568d1c1f43c59241500a79929f2f/roles used request id req-05516958-9c2f-43f1-9939-c2cdb516106c 2018-10-10 14:37:51,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ec6c2ffee8c32b625e4bb55a840597d334bf17d" 2018-10-10 14:37:51,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acd6e600-f4ec-497a-8fd4-b3e23db91def Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "domain_id": null, "name": "admin", "id": "2fdd6d8b08b54c7ab820bd30a9e7995e"}} 2018-10-10 14:37:51,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-acd6e600-f4ec-497a-8fd4-b3e23db91def 2018-10-10 14:37:51,360 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-269ee935-cb6e-425-name 2018-10-10 14:37:51,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607/users/5e98568d1c1f43c59241500a79929f2f/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ec6c2ffee8c32b625e4bb55a840597d334bf17d" 2018-10-10 14:37:51,495 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-755c2fb1-f4f8-44ef-b7c3-c9e5959aac08 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:51,495 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607/users/5e98568d1c1f43c59241500a79929f2f/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-755c2fb1-f4f8-44ef-b7c3-c9e5959aac08 2018-10-10 14:37:51,495 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-269ee935-cb6e-425-user2 2018-10-10 14:37:51,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/3e979762e3d44538a4da8db4c63fdd80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:37:51,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a8afd1c-97ab-4324-985f-dd3838fe5bd0 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/3e979762e3d44538a4da8db4c63fdd80"}, "domain_id": null, "name": "CreateProjectUserTests-269ee935-cb6e-425-name-role", "id": "3e979762e3d44538a4da8db4c63fdd80"}} 2018-10-10 14:37:51,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/3e979762e3d44538a4da8db4c63fdd80 used request id req-3a8afd1c-97ab-4324-985f-dd3838fe5bd0 2018-10-10 14:37:51,587 - keystone_utils - INFO - Granting role CreateProjectUserTests-269ee935-cb6e-425-name-role to project CreateProjectUserTests-269ee935-cb6e-425-name 2018-10-10 14:37:51,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607/users/5e98568d1c1f43c59241500a79929f2f/roles/3e979762e3d44538a4da8db4c63fdd80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:37:51,703 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:37:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d43d5c82-6355-4c0c-a204-4a24fce47847 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:37:51,704 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607/users/5e98568d1c1f43c59241500a79929f2f/roles/3e979762e3d44538a4da8db4c63fdd80 used request id req-d43d5c82-6355-4c0c-a204-4a24fce47847 2018-10-10 14:37:51,704 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:51,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:52,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3e979762e3d44538a4da8db4c63fdd80", "name": "CreateProjectUserTests-269ee935-cb6e-425-name-role"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T15:37:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a09585c0dae04a9897d972aead5c8607", "name": "CreateProjectUserTests-269ee935-cb6e-425-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/a09585c0dae04a9897d972aead5c8607", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/a09585c0dae04a9897d972aead5c8607", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/a09585c0dae04a9897d972aead5c8607", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a09585c0dae04a9897d972aead5c8607", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/a09585c0dae04a9897d972aead5c8607", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/a09585c0dae04a9897d972aead5c8607", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a09585c0dae04a9897d972aead5c8607", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/a09585c0dae04a9897d972aead5c8607", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/a09585c0dae04a9897d972aead5c8607", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a09585c0dae04a9897d972aead5c8607", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/a09585c0dae04a9897d972aead5c8607", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/a09585c0dae04a9897d972aead5c8607", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-269ee935-cb6e-425-user1", "id": "8530f1e0381b4010be0d66b729cd19f5"}, "audit_ids": ["x0MPTg4fQgCuVIA3qTmbRA"], "issued_at": "2018-10-10T14:37:52.000000Z"}} 2018-10-10 14:37:52,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36293e618769cfe539577c78841435057df01777" 2018-10-10 14:37:52,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4143c97-ddc9-459f-a29a-f69bf36eeefe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:52,164 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a4143c97-ddc9-459f-a29a-f69bf36eeefe 2018-10-10 14:37:52,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-269ee935-cb6e-425-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36293e618769cfe539577c78841435057df01777" 2018-10-10 14:37:52,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0b9ae0c1-74cb-4bc2-ae2f-b6c7bd807b14 Date: Wed, 10 Oct 2018 14:37:52 GMT RESP BODY: {"security_groups": []} 2018-10-10 14:37:52,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-269ee935-cb6e-425-name&description=hello+group used request id req-0b9ae0c1-74cb-4bc2-ae2f-b6c7bd807b14 2018-10-10 14:37:52,562 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-269ee935-cb6e-425-name... 2018-10-10 14:37:52,562 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-269ee935-cb6e-425-name 2018-10-10 14:37:52,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36293e618769cfe539577c78841435057df01777" -d '{"security_group": {"name": "CreateProjectUserTests-269ee935-cb6e-425-name", "description": "hello group"}}' 2018-10-10 14:37:53,643 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-ed5fef86-c108-435d-a6d2-0aac00ba602d Date: Wed, 10 Oct 2018 14:37:53 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "updated_at": "2018-10-10T14:37:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "revision_number": 0, "id": "bb59df45-8f3b-46d3-9ce5-865b697df7b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "tenant_id": "a09585c0dae04a9897d972aead5c8607", "port_range_min": null, "ethertype": "IPv6", "project_id": "a09585c0dae04a9897d972aead5c8607"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "revision_number": 0, "id": "f09113b5-39a2-4fce-adaf-a1d7aad93417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "tenant_id": "a09585c0dae04a9897d972aead5c8607", "port_range_min": null, "ethertype": "IPv4", "project_id": "a09585c0dae04a9897d972aead5c8607"}], "revision_number": 2, "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "name": "CreateProjectUserTests-269ee935-cb6e-425-name"}} 2018-10-10 14:37:53,643 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-ed5fef86-c108-435d-a6d2-0aac00ba602d 2018-10-10 14:37:53,643 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08ac532b-89f1-4fcd-b5ba-5d59d7658575 2018-10-10 14:37:53,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36293e618769cfe539577c78841435057df01777" 2018-10-10 14:37:53,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f82ce2b9-4729-431b-82fc-08c33dd3dfe4 Date: Wed, 10 Oct 2018 14:37:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "bb59df45-8f3b-46d3-9ce5-865b697df7b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "f09113b5-39a2-4fce-adaf-a1d7aad93417"}]} 2018-10-10 14:37:53,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 used request id req-f82ce2b9-4729-431b-82fc-08c33dd3dfe4 2018-10-10 14:37:53,973 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08ac532b-89f1-4fcd-b5ba-5d59d7658575 2018-10-10 14:37:53,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36293e618769cfe539577c78841435057df01777" 2018-10-10 14:37:54,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6958d7c4-2e03-4ad9-b39f-234cc70f7ab5 Date: Wed, 10 Oct 2018 14:37:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "bb59df45-8f3b-46d3-9ce5-865b697df7b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "f09113b5-39a2-4fce-adaf-a1d7aad93417"}]} 2018-10-10 14:37:54,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 used request id req-6958d7c4-2e03-4ad9-b39f-234cc70f7ab5 2018-10-10 14:37:54,206 - neutron_utils - INFO - Retrieving security group with ID - 08ac532b-89f1-4fcd-b5ba-5d59d7658575 2018-10-10 14:37:54,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36293e618769cfe539577c78841435057df01777" 2018-10-10 14:37:54,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-04225bf4-de9b-4ad0-991d-b1c97cb06fa9 Date: Wed, 10 Oct 2018 14:37:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "updated_at": "2018-10-10T14:37:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "revision_number": 0, "id": "bb59df45-8f3b-46d3-9ce5-865b697df7b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "tenant_id": "a09585c0dae04a9897d972aead5c8607", "port_range_min": null, "ethertype": "IPv6", "project_id": "a09585c0dae04a9897d972aead5c8607"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "revision_number": 0, "id": "f09113b5-39a2-4fce-adaf-a1d7aad93417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "tenant_id": "a09585c0dae04a9897d972aead5c8607", "port_range_min": null, "ethertype": "IPv4", "project_id": "a09585c0dae04a9897d972aead5c8607"}], "revision_number": 2, "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "name": "CreateProjectUserTests-269ee935-cb6e-425-name"}]} 2018-10-10 14:37:54,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 used request id req-04225bf4-de9b-4ad0-991d-b1c97cb06fa9 2018-10-10 14:37:54,529 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08ac532b-89f1-4fcd-b5ba-5d59d7658575 2018-10-10 14:37:54,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36293e618769cfe539577c78841435057df01777" 2018-10-10 14:37:54,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6749b9b5-eb1a-4fdd-b090-e07bb37f1ae5 Date: Wed, 10 Oct 2018 14:37:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "bb59df45-8f3b-46d3-9ce5-865b697df7b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "f09113b5-39a2-4fce-adaf-a1d7aad93417"}]} 2018-10-10 14:37:54,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 used request id req-6749b9b5-eb1a-4fdd-b090-e07bb37f1ae5 2018-10-10 14:37:54,701 - neutron_utils - INFO - Retrieving security group with ID - 08ac532b-89f1-4fcd-b5ba-5d59d7658575 2018-10-10 14:37:54,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36293e618769cfe539577c78841435057df01777" 2018-10-10 14:37:54,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-351fb2be-edda-42c7-bde9-dea8ecbad3b4 Date: Wed, 10 Oct 2018 14:37:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "updated_at": "2018-10-10T14:37:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "revision_number": 0, "id": "bb59df45-8f3b-46d3-9ce5-865b697df7b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "tenant_id": "a09585c0dae04a9897d972aead5c8607", "port_range_min": null, "ethertype": "IPv6", "project_id": "a09585c0dae04a9897d972aead5c8607"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "revision_number": 0, "id": "f09113b5-39a2-4fce-adaf-a1d7aad93417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "tenant_id": "a09585c0dae04a9897d972aead5c8607", "port_range_min": null, "ethertype": "IPv4", "project_id": "a09585c0dae04a9897d972aead5c8607"}], "revision_number": 2, "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "name": "CreateProjectUserTests-269ee935-cb6e-425-name"}]} 2018-10-10 14:37:54,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 used request id req-351fb2be-edda-42c7-bde9-dea8ecbad3b4 2018-10-10 14:37:54,952 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08ac532b-89f1-4fcd-b5ba-5d59d7658575 2018-10-10 14:37:54,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36293e618769cfe539577c78841435057df01777" 2018-10-10 14:37:55,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c1ec062e-e49b-4d67-8d4c-f9027c029b3f Date: Wed, 10 Oct 2018 14:37:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "bb59df45-8f3b-46d3-9ce5-865b697df7b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "f09113b5-39a2-4fce-adaf-a1d7aad93417"}]} 2018-10-10 14:37:55,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 used request id req-c1ec062e-e49b-4d67-8d4c-f9027c029b3f 2018-10-10 14:37:55,676 - neutron_utils - INFO - Retrieving security group with ID - 08ac532b-89f1-4fcd-b5ba-5d59d7658575 2018-10-10 14:37:55,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36293e618769cfe539577c78841435057df01777" 2018-10-10 14:37:55,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-521e5613-5759-46b8-a64e-8cebc119bb46 Date: Wed, 10 Oct 2018 14:37:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "updated_at": "2018-10-10T14:37:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "revision_number": 0, "id": "bb59df45-8f3b-46d3-9ce5-865b697df7b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "tenant_id": "a09585c0dae04a9897d972aead5c8607", "port_range_min": null, "ethertype": "IPv6", "project_id": "a09585c0dae04a9897d972aead5c8607"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "revision_number": 0, "id": "f09113b5-39a2-4fce-adaf-a1d7aad93417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "tenant_id": "a09585c0dae04a9897d972aead5c8607", "port_range_min": null, "ethertype": "IPv4", "project_id": "a09585c0dae04a9897d972aead5c8607"}], "revision_number": 2, "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "name": "CreateProjectUserTests-269ee935-cb6e-425-name"}]} 2018-10-10 14:37:55,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 used request id req-521e5613-5759-46b8-a64e-8cebc119bb46 2018-10-10 14:37:55,968 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08ac532b-89f1-4fcd-b5ba-5d59d7658575 2018-10-10 14:37:55,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36293e618769cfe539577c78841435057df01777" 2018-10-10 14:37:56,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7f69ec6a-d720-424d-a260-942b08641f4b Date: Wed, 10 Oct 2018 14:37:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "bb59df45-8f3b-46d3-9ce5-865b697df7b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "f09113b5-39a2-4fce-adaf-a1d7aad93417"}]} 2018-10-10 14:37:56,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 used request id req-7f69ec6a-d720-424d-a260-942b08641f4b 2018-10-10 14:37:56,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:37:56,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:37:56,522 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3e979762e3d44538a4da8db4c63fdd80", "name": "CreateProjectUserTests-269ee935-cb6e-425-name-role"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T15:37:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a09585c0dae04a9897d972aead5c8607", "name": "CreateProjectUserTests-269ee935-cb6e-425-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/a09585c0dae04a9897d972aead5c8607", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/a09585c0dae04a9897d972aead5c8607", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/a09585c0dae04a9897d972aead5c8607", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a09585c0dae04a9897d972aead5c8607", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/a09585c0dae04a9897d972aead5c8607", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/a09585c0dae04a9897d972aead5c8607", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a09585c0dae04a9897d972aead5c8607", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/a09585c0dae04a9897d972aead5c8607", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/a09585c0dae04a9897d972aead5c8607", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a09585c0dae04a9897d972aead5c8607", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/a09585c0dae04a9897d972aead5c8607", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/a09585c0dae04a9897d972aead5c8607", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-269ee935-cb6e-425-user2", "id": "5e98568d1c1f43c59241500a79929f2f"}, "audit_ids": ["U1bOvTiUR6-NB1Zz90wTbw"], "issued_at": "2018-10-10T14:37:56.000000Z"}} 2018-10-10 14:37:56,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e4e0ba7565f915f94078561b82f9505e3376a2a" 2018-10-10 14:37:56,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e61ee63-0bfb-406d-b1d2-40f369e0cc8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:37:56,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7e61ee63-0bfb-406d-b1d2-40f369e0cc8e 2018-10-10 14:37:56,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-269ee935-cb6e-425-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e4e0ba7565f915f94078561b82f9505e3376a2a" 2018-10-10 14:37:56,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-602438f5-02ac-4f70-a424-59029a3e8daf Date: Wed, 10 Oct 2018 14:37:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "updated_at": "2018-10-10T14:37:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "revision_number": 0, "id": "bb59df45-8f3b-46d3-9ce5-865b697df7b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "tenant_id": "a09585c0dae04a9897d972aead5c8607", "port_range_min": null, "ethertype": "IPv6", "project_id": "a09585c0dae04a9897d972aead5c8607"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "revision_number": 0, "id": "f09113b5-39a2-4fce-adaf-a1d7aad93417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "tenant_id": "a09585c0dae04a9897d972aead5c8607", "port_range_min": null, "ethertype": "IPv4", "project_id": "a09585c0dae04a9897d972aead5c8607"}], "revision_number": 2, "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "name": "CreateProjectUserTests-269ee935-cb6e-425-name"}]} 2018-10-10 14:37:56,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-269ee935-cb6e-425-name&description=hello+group used request id req-602438f5-02ac-4f70-a424-59029a3e8daf 2018-10-10 14:37:56,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:37:56,964 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:37:56,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e4e0ba7565f915f94078561b82f9505e3376a2a" 2018-10-10 14:37:57,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bffa9a8-0a4d-4dbd-8ba7-3e5172154b68 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607"}, "enabled": true, "id": "a09585c0dae04a9897d972aead5c8607", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-269ee935-cb6e-425-name"}} 2018-10-10 14:37:57,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607 used request id req-5bffa9a8-0a4d-4dbd-8ba7-3e5172154b68 2018-10-10 14:37:57,024 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08ac532b-89f1-4fcd-b5ba-5d59d7658575 2018-10-10 14:37:57,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e4e0ba7565f915f94078561b82f9505e3376a2a" 2018-10-10 14:37:57,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0c0c8365-f5ae-46ec-b308-5db9b63bc291 Date: Wed, 10 Oct 2018 14:37:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "bb59df45-8f3b-46d3-9ce5-865b697df7b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "f09113b5-39a2-4fce-adaf-a1d7aad93417"}]} 2018-10-10 14:37:57,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 used request id req-0c0c8365-f5ae-46ec-b308-5db9b63bc291 2018-10-10 14:37:57,190 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08ac532b-89f1-4fcd-b5ba-5d59d7658575 2018-10-10 14:37:57,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e4e0ba7565f915f94078561b82f9505e3376a2a" 2018-10-10 14:37:57,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6c45ea78-0b84-4d89-960a-92359f6302a6 Date: Wed, 10 Oct 2018 14:37:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "bb59df45-8f3b-46d3-9ce5-865b697df7b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "f09113b5-39a2-4fce-adaf-a1d7aad93417"}]} 2018-10-10 14:37:57,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 used request id req-6c45ea78-0b84-4d89-960a-92359f6302a6 2018-10-10 14:37:57,378 - neutron_utils - INFO - Retrieving security group with ID - 08ac532b-89f1-4fcd-b5ba-5d59d7658575 2018-10-10 14:37:57,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e4e0ba7565f915f94078561b82f9505e3376a2a" 2018-10-10 14:37:57,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-6e34d7d1-972d-4bbb-abce-5bf79ee941ea Date: Wed, 10 Oct 2018 14:37:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "updated_at": "2018-10-10T14:37:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "revision_number": 0, "id": "bb59df45-8f3b-46d3-9ce5-865b697df7b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "tenant_id": "a09585c0dae04a9897d972aead5c8607", "port_range_min": null, "ethertype": "IPv6", "project_id": "a09585c0dae04a9897d972aead5c8607"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "revision_number": 0, "id": "f09113b5-39a2-4fce-adaf-a1d7aad93417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "tenant_id": "a09585c0dae04a9897d972aead5c8607", "port_range_min": null, "ethertype": "IPv4", "project_id": "a09585c0dae04a9897d972aead5c8607"}], "revision_number": 2, "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "name": "CreateProjectUserTests-269ee935-cb6e-425-name"}]} 2018-10-10 14:37:57,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 used request id req-6e34d7d1-972d-4bbb-abce-5bf79ee941ea 2018-10-10 14:37:57,592 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08ac532b-89f1-4fcd-b5ba-5d59d7658575 2018-10-10 14:37:57,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e4e0ba7565f915f94078561b82f9505e3376a2a" 2018-10-10 14:37:58,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e75340b4-cc42-4921-82a5-884731355c95 Date: Wed, 10 Oct 2018 14:37: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": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "bb59df45-8f3b-46d3-9ce5-865b697df7b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:53Z", "security_group_id": "08ac532b-89f1-4fcd-b5ba-5d59d7658575", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:53Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "f09113b5-39a2-4fce-adaf-a1d7aad93417"}]} 2018-10-10 14:37:58,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=08ac532b-89f1-4fcd-b5ba-5d59d7658575 used request id req-e75340b4-cc42-4921-82a5-884731355c95 2018-10-10 14:37:58,320 - neutron_utils - INFO - Deleting security group rule with ID - f09113b5-39a2-4fce-adaf-a1d7aad93417 2018-10-10 14:37:58,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/f09113b5-39a2-4fce-adaf-a1d7aad93417 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36293e618769cfe539577c78841435057df01777" 2018-10-10 14:37:58,490 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7feffaa7-d5cf-4011-b064-a10c14720802 Content-Length: 0 Date: Wed, 10 Oct 2018 14:37:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:37:58,491 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/f09113b5-39a2-4fce-adaf-a1d7aad93417 used request id req-7feffaa7-d5cf-4011-b064-a10c14720802 2018-10-10 14:37:58,491 - neutron_utils - INFO - Deleting security group rule with ID - bb59df45-8f3b-46d3-9ce5-865b697df7b1 2018-10-10 14:37:58,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/bb59df45-8f3b-46d3-9ce5-865b697df7b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36293e618769cfe539577c78841435057df01777" 2018-10-10 14:37:59,468 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fd9feb70-9a01-4271-b5c6-b81dc9aac793 Content-Length: 0 Date: Wed, 10 Oct 2018 14:37:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:37:59,469 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/bb59df45-8f3b-46d3-9ce5-865b697df7b1 used request id req-fd9feb70-9a01-4271-b5c6-b81dc9aac793 2018-10-10 14:37:59,469 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-269ee935-cb6e-425-name 2018-10-10 14:37:59,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/08ac532b-89f1-4fcd-b5ba-5d59d7658575 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36293e618769cfe539577c78841435057df01777" 2018-10-10 14:37:59,982 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-64c05f39-cf2b-4843-a530-4e58d9be7c00 Content-Length: 0 Date: Wed, 10 Oct 2018 14:37:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:37:59,982 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/08ac532b-89f1-4fcd-b5ba-5d59d7658575 used request id req-64c05f39-cf2b-4843-a530-4e58d9be7c00 2018-10-10 14:37:59,983 - neutron_utils - INFO - Deleting security group rule with ID - f09113b5-39a2-4fce-adaf-a1d7aad93417 2018-10-10 14:37:59,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/f09113b5-39a2-4fce-adaf-a1d7aad93417 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e4e0ba7565f915f94078561b82f9505e3376a2a" 2018-10-10 14:38:00,270 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-04ba7359-3ef6-48eb-95bf-53e1b2ff37e7 Date: Wed, 10 Oct 2018 14:38:00 GMT RESP BODY: {"NeutronError": {"message": "Security group rule f09113b5-39a2-4fce-adaf-a1d7aad93417 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-10 14:38:00,270 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/f09113b5-39a2-4fce-adaf-a1d7aad93417 used request id req-04ba7359-3ef6-48eb-95bf-53e1b2ff37e7 2018-10-10 14:38:00,271 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule f09113b5-39a2-4fce-adaf-a1d7aad93417 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-10 14:38:00,271 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule f09113b5-39a2-4fce-adaf-a1d7aad93417 does not exist Neutron server returns request_ids: ['req-04ba7359-3ef6-48eb-95bf-53e1b2ff37e7'] 2018-10-10 14:38:00,271 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-269ee935-cb6e-425-name 2018-10-10 14:38:00,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/08ac532b-89f1-4fcd-b5ba-5d59d7658575 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e4e0ba7565f915f94078561b82f9505e3376a2a" 2018-10-10 14:38:00,341 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-266a26b7-c3e2-4d55-87d5-f6490a82a282 Date: Wed, 10 Oct 2018 14:38:00 GMT RESP BODY: {"NeutronError": {"message": "Security group 08ac532b-89f1-4fcd-b5ba-5d59d7658575 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-10 14:38:00,341 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/08ac532b-89f1-4fcd-b5ba-5d59d7658575 used request id req-266a26b7-c3e2-4d55-87d5-f6490a82a282 2018-10-10 14:38:00,341 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 08ac532b-89f1-4fcd-b5ba-5d59d7658575 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-10 14:38:00,342 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 08ac532b-89f1-4fcd-b5ba-5d59d7658575 does not exist Neutron server returns request_ids: ['req-266a26b7-c3e2-4d55-87d5-f6490a82a282'] 2018-10-10 14:38:00,342 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-269ee935-cb6e-425-user1 2018-10-10 14:38:00,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/8530f1e0381b4010be0d66b729cd19f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c9c31763e812369448c93098e9bfdab2633382" 2018-10-10 14:38:00,551 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:38:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b289f49d-273b-4162-906b-afe376647013 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:38:00,552 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/8530f1e0381b4010be0d66b729cd19f5 used request id req-b289f49d-273b-4162-906b-afe376647013 2018-10-10 14:38:00,552 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-269ee935-cb6e-425-user2 2018-10-10 14:38:00,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/5e98568d1c1f43c59241500a79929f2f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ec6c2ffee8c32b625e4bb55a840597d334bf17d" 2018-10-10 14:38:00,753 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:38:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da7334e7-e7c2-4870-903c-58a6c83ef302 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:38:00,753 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/5e98568d1c1f43c59241500a79929f2f used request id req-da7334e7-e7c2-4870-903c-58a6c83ef302 2018-10-10 14:38:00,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:38:00,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-c9e941d1-ee63-46d2-83c5-78f62c9f2b50 Date: Wed, 10 Oct 2018 14:38:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:37:13Z", "updated_at": "2018-10-10T14:37:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "0d1f427b-2bd6-4377-8e34-4759b74f7634", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "5565f8e6-48a9-423a-b5fb-e98121a26697", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "b4c0b032-f9a6-4c51-8fc6-f614f0c5a1f0", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "e8b34416-5f74-448b-be41-e4882f1930c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 4, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:52Z", "updated_at": "2018-10-10T14:37:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:52Z", "revision_number": 0, "id": "3a44a632-8240-42c5-b4df-b243d5182063", "remote_group_id": "9f7a0be6-21d7-42fc-bda4-084a8dc02374", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:52Z", "security_group_id": "9f7a0be6-21d7-42fc-bda4-084a8dc02374", "tenant_id": "a09585c0dae04a9897d972aead5c8607", "port_range_min": null, "ethertype": "IPv6", "project_id": "a09585c0dae04a9897d972aead5c8607"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:52Z", "revision_number": 0, "id": "446b906a-5a3c-49d8-918f-fd07f8fa989f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:52Z", "security_group_id": "9f7a0be6-21d7-42fc-bda4-084a8dc02374", "tenant_id": "a09585c0dae04a9897d972aead5c8607", "port_range_min": null, "ethertype": "IPv6", "project_id": "a09585c0dae04a9897d972aead5c8607"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:52Z", "revision_number": 0, "id": "89698b1d-c014-4f8b-952f-12b4d828d773", "remote_group_id": "9f7a0be6-21d7-42fc-bda4-084a8dc02374", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:52Z", "security_group_id": "9f7a0be6-21d7-42fc-bda4-084a8dc02374", "tenant_id": "a09585c0dae04a9897d972aead5c8607", "port_range_min": null, "ethertype": "IPv4", "project_id": "a09585c0dae04a9897d972aead5c8607"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:52Z", "revision_number": 0, "id": "99a2fd2a-dced-4782-8f6a-5a3ad6876ad7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:52Z", "security_group_id": "9f7a0be6-21d7-42fc-bda4-084a8dc02374", "tenant_id": "a09585c0dae04a9897d972aead5c8607", "port_range_min": null, "ethertype": "IPv4", "project_id": "a09585c0dae04a9897d972aead5c8607"}], "revision_number": 4, "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "9f7a0be6-21d7-42fc-bda4-084a8dc02374", "name": "default"}]} 2018-10-10 14:38:00,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-c9e941d1-ee63-46d2-83c5-78f62c9f2b50 2018-10-10 14:38:00,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:38:01,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbf42c0e-3549-4f4e-8791-fb8a68e10bd7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:38:01,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-cbf42c0e-3549-4f4e-8791-fb8a68e10bd7 2018-10-10 14:38:01,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:38:01,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ffd3d9b-ccf5-4793-9157-6e3f6ca15ee5 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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-10 14:38:01,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e used request id req-3ffd3d9b-ccf5-4793-9157-6e3f6ca15ee5 2018-10-10 14:38:01,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:38:01,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de03a513-b0e0-4cee-b698-9322a3647968 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-10 14:38:01,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878 used request id req-de03a513-b0e0-4cee-b698-9322a3647968 2018-10-10 14:38:01,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:38:01,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5a0a7ec-0f49-4a12-9e37-d6a598e3a92a Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607"}, "enabled": true, "id": "a09585c0dae04a9897d972aead5c8607", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-269ee935-cb6e-425-name"}} 2018-10-10 14:38:01,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607 used request id req-a5a0a7ec-0f49-4a12-9e37-d6a598e3a92a 2018-10-10 14:38:01,329 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f7a0be6-21d7-42fc-bda4-084a8dc02374 2018-10-10 14:38:01,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9f7a0be6-21d7-42fc-bda4-084a8dc02374 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:38:01,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fa4fe1c8-b28c-4965-86ab-1927b4016642 Date: Wed, 10 Oct 2018 14:38:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "9f7a0be6-21d7-42fc-bda4-084a8dc02374", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:52Z", "security_group_id": "9f7a0be6-21d7-42fc-bda4-084a8dc02374", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:52Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "3a44a632-8240-42c5-b4df-b243d5182063"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:52Z", "security_group_id": "9f7a0be6-21d7-42fc-bda4-084a8dc02374", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:52Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "446b906a-5a3c-49d8-918f-fd07f8fa989f"}, {"remote_group_id": "9f7a0be6-21d7-42fc-bda4-084a8dc02374", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:52Z", "security_group_id": "9f7a0be6-21d7-42fc-bda4-084a8dc02374", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:52Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "89698b1d-c014-4f8b-952f-12b4d828d773"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:37:52Z", "security_group_id": "9f7a0be6-21d7-42fc-bda4-084a8dc02374", "port_range_min": null, "revision_number": 0, "tenant_id": "a09585c0dae04a9897d972aead5c8607", "created_at": "2018-10-10T14:37:52Z", "project_id": "a09585c0dae04a9897d972aead5c8607", "id": "99a2fd2a-dced-4782-8f6a-5a3ad6876ad7"}]} 2018-10-10 14:38:01,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9f7a0be6-21d7-42fc-bda4-084a8dc02374 used request id req-fa4fe1c8-b28c-4965-86ab-1927b4016642 2018-10-10 14:38:01,540 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 14:38:01,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/9f7a0be6-21d7-42fc-bda4-084a8dc02374 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:38:01,903 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bcbad7a2-74d7-48e5-b142-169f02ef1894 Content-Length: 0 Date: Wed, 10 Oct 2018 14:38:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:38:01,904 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/9f7a0be6-21d7-42fc-bda4-084a8dc02374 used request id req-bcbad7a2-74d7-48e5-b142-169f02ef1894 2018-10-10 14:38:01,904 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-269ee935-cb6e-425-name 2018-10-10 14:38:01,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:38:02,093 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:38:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec09decd-3788-4c28-9782-59b1eb754c25 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:38:02,093 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/a09585c0dae04a9897d972aead5c8607 used request id req-ec09decd-3788-4c28-9782-59b1eb754c25 2018-10-10 14:38:02,094 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-269ee935-cb6e-425-name-role 2018-10-10 14:38:02,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/3e979762e3d44538a4da8db4c63fdd80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:38:02,222 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:38:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e497904f-1f73-4ca1-9e0c-0e9d8ae19f5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:38:02,222 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/3e979762e3d44538a4da8db4c63fdd80 used request id req-e497904f-1f73-4ca1-9e0c-0e9d8ae19f5a 2018-10-10 14:38:02,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23a60fdba01c97e8ee717cd1aaf861b4944e8f5" 2018-10-10 14:38:02,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98392deb-b983-4bd5-8608-0d3d74d0d5b0 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:38:02,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-98392deb-b983-4bd5-8608-0d3d74d0d5b0 2018-10-10 14:38:02,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:38:02,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:38:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["vL9Bj3F8TwGSbYr9ZwlG1Q"], "issued_at": "2018-10-10T14:38:02.000000Z"}} 2018-10-10 14:38:02,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4df88ebad108a2d7548a4eafc86d43d173f62198" 2018-10-10 14:38:03,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2d98b03e-1e7f-4342-a347-8a4029bc00a0 Date: Wed, 10 Oct 2018 14:38:03 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:38:03,268 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-2d98b03e-1e7f-4342-a347-8a4029bc00a0 2018-10-10 14:38:03,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4df88ebad108a2d7548a4eafc86d43d173f62198" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-de6b635b-d4df-495a-ae48-330076066bd0"}' 2018-10-10 14:38:04,012 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/67714cfd-312f-435a-b6aa-6dfff6cf71c6 X-Openstack-Request-Id: req-4445e6cc-3487-425f-b2e3-2ff3bddeda1e Date: Wed, 10 Oct 2018 14:38:04 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-de6b635b-d4df-495a-ae48-330076066bd0", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:38:03Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T14:38:03Z", "visibility": "shared", "locations": [], "self": "/v2/images/67714cfd-312f-435a-b6aa-6dfff6cf71c6", "min_disk": 0, "protected": false, "id": "67714cfd-312f-435a-b6aa-6dfff6cf71c6", "file": "/v2/images/67714cfd-312f-435a-b6aa-6dfff6cf71c6/file", "checksum": null, "owner": "50b165d5212f42f49cf85a43939820c6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:38:04,012 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-4445e6cc-3487-425f-b2e3-2ff3bddeda1e 2018-10-10 14:38:04,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/67714cfd-312f-435a-b6aa-6dfff6cf71c6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4df88ebad108a2d7548a4eafc86d43d173f62198" -d '' 2018-10-10 14:38:07,386 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8c32d531-a2d3-4242-95bb-f0790cbc7557 Date: Wed, 10 Oct 2018 14:38:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:38:07,386 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/67714cfd-312f-435a-b6aa-6dfff6cf71c6/file used request id req-8c32d531-a2d3-4242-95bb-f0790cbc7557 2018-10-10 14:38:07,387 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 14:38:07,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/67714cfd-312f-435a-b6aa-6dfff6cf71c6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4df88ebad108a2d7548a4eafc86d43d173f62198" 2018-10-10 14:38:08,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-e2c77a9e-1f7f-4e1a-b1cd-e46924f81904 Date: Wed, 10 Oct 2018 14:38:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-de6b635b-d4df-495a-ae48-330076066bd0", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:38:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:38:07Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/67714cfd-312f-435a-b6aa-6dfff6cf71c6/snap", "metadata": {}}], "self": "/v2/images/67714cfd-312f-435a-b6aa-6dfff6cf71c6", "min_disk": 0, "protected": false, "id": "67714cfd-312f-435a-b6aa-6dfff6cf71c6", "file": "/v2/images/67714cfd-312f-435a-b6aa-6dfff6cf71c6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/67714cfd-312f-435a-b6aa-6dfff6cf71c6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:38:08,007 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/67714cfd-312f-435a-b6aa-6dfff6cf71c6 used request id req-e2c77a9e-1f7f-4e1a-b1cd-e46924f81904 2018-10-10 14:38:08,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4df88ebad108a2d7548a4eafc86d43d173f62198" 2018-10-10 14:38:08,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6de218c2-4685-4fef-92a6-7a0c85e6df55 Date: Wed, 10 Oct 2018 14:38: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"}}} 2018-10-10 14:38:08,019 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-6de218c2-4685-4fef-92a6-7a0c85e6df55 2018-10-10 14:38:08,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-de6b635b-d4df-495a-ae48-330076066bd0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4df88ebad108a2d7548a4eafc86d43d173f62198" 2018-10-10 14:38:08,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-eab1cc04-42a3-4c37-ab3f-d11677d6600e Date: Wed, 10 Oct 2018 14:38:08 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-de6b635b-d4df-495a-ae48-330076066bd0", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:38:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:38:07Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/67714cfd-312f-435a-b6aa-6dfff6cf71c6/snap", "metadata": {}}], "self": "/v2/images/67714cfd-312f-435a-b6aa-6dfff6cf71c6", "min_disk": 0, "protected": false, "id": "67714cfd-312f-435a-b6aa-6dfff6cf71c6", "file": "/v2/images/67714cfd-312f-435a-b6aa-6dfff6cf71c6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/67714cfd-312f-435a-b6aa-6dfff6cf71c6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-de6b635b-d4df-495a-ae48-330076066bd0"} 2018-10-10 14:38:08,634 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-de6b635b-d4df-495a-ae48-330076066bd0 used request id req-eab1cc04-42a3-4c37-ab3f-d11677d6600e 2018-10-10 14:38:08,634 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-de6b635b-d4df-495a-ae48-330076066bd0 2018-10-10 14:38:08,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/67714cfd-312f-435a-b6aa-6dfff6cf71c6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4df88ebad108a2d7548a4eafc86d43d173f62198" 2018-10-10 14:38:10,182 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-12ee761b-d130-4ea7-887c-712b10825f2d Date: Wed, 10 Oct 2018 14:38:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:38:10,182 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/67714cfd-312f-435a-b6aa-6dfff6cf71c6 used request id req-12ee761b-d130-4ea7-887c-712b10825f2d 2018-10-10 14:38:10,184 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-10 14:38:10,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:38:10,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:38:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["dVkjTVnBTTmvnxkEDPXSeQ"], "issued_at": "2018-10-10T14:38:10.000000Z"}} 2018-10-10 14:38:10,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0bf3c4fad884b07f1abf1e42175d13df4881a" 2018-10-10 14:38:10,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-407a3a72-cbd7-4805-9943-cb3ee4ee028c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:38:10,668 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-407a3a72-cbd7-4805-9943-cb3ee4ee028c 2018-10-10 14:38:10,669 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-c05619de-9cfa-474d-90c9-36bba4996058-pub-net 2018-10-10 14:38:10,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0bf3c4fad884b07f1abf1e42175d13df4881a" -d '{"network": {"name": "NeutronUtilsNetworkTests-c05619de-9cfa-474d-90c9-36bba4996058-pub-net", "admin_state_up": true}}' 2018-10-10 14:38:11,154 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-2e33c7f3-9b01-4aa1-8cee-eb0fffd2de7d Date: Wed, 10 Oct 2018 14:38: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":"fe7f66dd-213a-44f3-a623-21c9c3592637","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:11Z","is_default":false,"provider:segmentation_id":20,"name":"NeutronUtilsNetworkTests-c05619de-9cfa-474d-90c9-36bba4996058-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:10Z","mtu":1450}} 2018-10-10 14:38:11,154 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-2e33c7f3-9b01-4aa1-8cee-eb0fffd2de7d 2018-10-10 14:38:11,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fe7f66dd-213a-44f3-a623-21c9c3592637 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0bf3c4fad884b07f1abf1e42175d13df4881a" 2018-10-10 14:38:12,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f8eb36a3-f034-40ff-907d-27d8206fe891 Date: Wed, 10 Oct 2018 14:38:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fe7f66dd-213a-44f3-a623-21c9c3592637","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:11Z","provider:segmentation_id":20,"name":"NeutronUtilsNetworkTests-c05619de-9cfa-474d-90c9-36bba4996058-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:10Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:12,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fe7f66dd-213a-44f3-a623-21c9c3592637 used request id req-f8eb36a3-f034-40ff-907d-27d8206fe891 2018-10-10 14:38:12,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe7f66dd-213a-44f3-a623-21c9c3592637 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0bf3c4fad884b07f1abf1e42175d13df4881a" 2018-10-10 14:38:12,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-eee70681-0181-4858-b28d-b13d78c79182 Date: Wed, 10 Oct 2018 14:38:12 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:38:12,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe7f66dd-213a-44f3-a623-21c9c3592637 used request id req-eee70681-0181-4858-b28d-b13d78c79182 2018-10-10 14:38:12,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fe7f66dd-213a-44f3-a623-21c9c3592637 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0bf3c4fad884b07f1abf1e42175d13df4881a" 2018-10-10 14:38:12,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dc240edf-d23f-4648-afb8-b308c713a377 Date: Wed, 10 Oct 2018 14:38:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fe7f66dd-213a-44f3-a623-21c9c3592637","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:11Z","provider:segmentation_id":20,"name":"NeutronUtilsNetworkTests-c05619de-9cfa-474d-90c9-36bba4996058-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:10Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:12,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fe7f66dd-213a-44f3-a623-21c9c3592637 used request id req-dc240edf-d23f-4648-afb8-b308c713a377 2018-10-10 14:38:12,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe7f66dd-213a-44f3-a623-21c9c3592637 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0bf3c4fad884b07f1abf1e42175d13df4881a" 2018-10-10 14:38:12,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f5c420c8-6590-4c87-a370-2e38b5327a08 Date: Wed, 10 Oct 2018 14:38:12 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:38:12,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe7f66dd-213a-44f3-a623-21c9c3592637 used request id req-f5c420c8-6590-4c87-a370-2e38b5327a08 2018-10-10 14:38:12,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsNetworkTests-c05619de-9cfa-474d-90c9-36bba4996058-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0bf3c4fad884b07f1abf1e42175d13df4881a" 2018-10-10 14:38:12,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-58af5a2a-cf6d-4d90-a404-af28580fe019 Date: Wed, 10 Oct 2018 14:38:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fe7f66dd-213a-44f3-a623-21c9c3592637","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:11Z","provider:segmentation_id":20,"name":"NeutronUtilsNetworkTests-c05619de-9cfa-474d-90c9-36bba4996058-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:10Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:12,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsNetworkTests-c05619de-9cfa-474d-90c9-36bba4996058-pub-net used request id req-58af5a2a-cf6d-4d90-a404-af28580fe019 2018-10-10 14:38:12,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:38:12,798 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:38:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:38:12,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0bf3c4fad884b07f1abf1e42175d13df4881a" 2018-10-10 14:38:12,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22dd93d4-4b08-4793-9daf-3c6fa3cb824d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:38:12,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-22dd93d4-4b08-4793-9daf-3c6fa3cb824d 2018-10-10 14:38:12,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe7f66dd-213a-44f3-a623-21c9c3592637 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0bf3c4fad884b07f1abf1e42175d13df4881a" 2018-10-10 14:38:12,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f5bbd19d-f266-4929-913b-5d00340f4c66 Date: Wed, 10 Oct 2018 14:38:12 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:38:12,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe7f66dd-213a-44f3-a623-21c9c3592637 used request id req-f5bbd19d-f266-4929-913b-5d00340f4c66 2018-10-10 14:38:12,954 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-c05619de-9cfa-474d-90c9-36bba4996058-pub-net 2018-10-10 14:38:12,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/fe7f66dd-213a-44f3-a623-21c9c3592637 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0bf3c4fad884b07f1abf1e42175d13df4881a" 2018-10-10 14:38:13,832 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-95d9c1fc-8a2f-4e0b-bc6e-1ec7096331f4 Date: Wed, 10 Oct 2018 14:38:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:38:13,832 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/fe7f66dd-213a-44f3-a623-21c9c3592637 used request id req-95d9c1fc-8a2f-4e0b-bc6e-1ec7096331f4 2018-10-10 14:38:13,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:38:14,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:38:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["ZBNC95v-QAChxuUpUL3hHQ"], "issued_at": "2018-10-10T14:38:14.000000Z"}} 2018-10-10 14:38:14,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1648bca9304959d5a4e8fab85b61ea48be6965" 2018-10-10 14:38:14,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98650cb9-f54a-407a-bc37-e55a6b3d1c00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:38:14,288 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-98650cb9-f54a-407a-bc37-e55a6b3d1c00 2018-10-10 14:38:14,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:38:14,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:38:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["n-6GuQAYSLOkuzkA8QUp7g"], "issued_at": "2018-10-10T14:38:14.000000Z"}} 2018-10-10 14:38:14,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de708e39f74197c628605241120ce9c3fb56eabc" 2018-10-10 14:38:14,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-659eca9f-7052-49ee-a56e-7e8064af342d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:38:14,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-659eca9f-7052-49ee-a56e-7e8064af342d 2018-10-10 14:38:14,760 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:38:15,154 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:38:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["hlKjt-tBQterVht_AXa6pQ"], "issued_at": "2018-10-10T14:38:15.000000Z"}} 2018-10-10 14:38:15,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c137e65aac0b63c60deb175216ba4c2d3f1ae04" 2018-10-10 14:38:15,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34f3f548-de6a-4c66-9c2f-698494d4ff7a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:38:15,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-34f3f548-de6a-4c66-9c2f-698494d4ff7a 2018-10-10 14:38:15,237 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-net 2018-10-10 14:38:15,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c137e65aac0b63c60deb175216ba4c2d3f1ae04" -d '{"network": {"name": "NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-net", "admin_state_up": true}}' 2018-10-10 14:38:15,675 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-7a2773c3-0761-4bcb-9f20-50e0daece73c Date: Wed, 10 Oct 2018 14:38:15 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fcac2c5b-bd9f-4d0a-906b-f3140ab3f260","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:15Z","is_default":false,"provider:segmentation_id":60,"name":"NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:15Z","mtu":1450}} 2018-10-10 14:38:15,675 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-7a2773c3-0761-4bcb-9f20-50e0daece73c 2018-10-10 14:38:15,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fcac2c5b-bd9f-4d0a-906b-f3140ab3f260 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c137e65aac0b63c60deb175216ba4c2d3f1ae04" 2018-10-10 14:38:15,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4ca96fed-8bfe-460b-828f-c94c5e506afd Date: Wed, 10 Oct 2018 14:38:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fcac2c5b-bd9f-4d0a-906b-f3140ab3f260","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:15Z","provider:segmentation_id":60,"name":"NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:15Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:15,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fcac2c5b-bd9f-4d0a-906b-f3140ab3f260 used request id req-4ca96fed-8bfe-460b-828f-c94c5e506afd 2018-10-10 14:38:16,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fcac2c5b-bd9f-4d0a-906b-f3140ab3f260 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c137e65aac0b63c60deb175216ba4c2d3f1ae04" 2018-10-10 14:38:16,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bd8aacf9-3bce-4db1-a8bf-06ec61af4cdb Date: Wed, 10 Oct 2018 14:38:16 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:38:16,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fcac2c5b-bd9f-4d0a-906b-f3140ab3f260 used request id req-bd8aacf9-3bce-4db1-a8bf-06ec61af4cdb 2018-10-10 14:38:16,190 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-subnet 2018-10-10 14:38:16,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c137e65aac0b63c60deb175216ba4c2d3f1ae04" -d '{"subnets": [{"ip_version": 4, "network_id": "fcac2c5b-bd9f-4d0a-906b-f3140ab3f260", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-subnet"}]}' 2018-10-10 14:38:16,771 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5687bd73-9178-4f53-a334-b776fd71148b Date: Wed, 10 Oct 2018 14:38:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fcac2c5b-bd9f-4d0a-906b-f3140ab3f260","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:16Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:16Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"efee83c9-a567-4883-b993-91ca5b366ec9","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-subnet"}]} 2018-10-10 14:38:16,771 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-5687bd73-9178-4f53-a334-b776fd71148b 2018-10-10 14:38:16,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fcac2c5b-bd9f-4d0a-906b-f3140ab3f260 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c137e65aac0b63c60deb175216ba4c2d3f1ae04" 2018-10-10 14:38:16,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c4276f86-12b9-4c12-ad12-7eb2969d8465 Date: Wed, 10 Oct 2018 14:38:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fcac2c5b-bd9f-4d0a-906b-f3140ab3f260","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["efee83c9-a567-4883-b993-91ca5b366ec9"],"description":"","tags":[],"updated_at":"2018-10-10T14:38:16Z","provider:segmentation_id":60,"name":"NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:15Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:16,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fcac2c5b-bd9f-4d0a-906b-f3140ab3f260 used request id req-c4276f86-12b9-4c12-ad12-7eb2969d8465 2018-10-10 14:38:16,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fcac2c5b-bd9f-4d0a-906b-f3140ab3f260 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c137e65aac0b63c60deb175216ba4c2d3f1ae04" 2018-10-10 14:38:17,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-19e2502c-f657-47e5-85b8-3f4cf269cf3a Date: Wed, 10 Oct 2018 14:38:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fcac2c5b-bd9f-4d0a-906b-f3140ab3f260","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:16Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"efee83c9-a567-4883-b993-91ca5b366ec9","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-subnet"}]} 2018-10-10 14:38:17,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fcac2c5b-bd9f-4d0a-906b-f3140ab3f260 used request id req-19e2502c-f657-47e5-85b8-3f4cf269cf3a 2018-10-10 14:38:17,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c137e65aac0b63c60deb175216ba4c2d3f1ae04" 2018-10-10 14:38:18,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-20523827-e9f1-4170-93d2-3b97cd8dec87 Date: Wed, 10 Oct 2018 14:38:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fcac2c5b-bd9f-4d0a-906b-f3140ab3f260","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["efee83c9-a567-4883-b993-91ca5b366ec9"],"description":"","tags":[],"updated_at":"2018-10-10T14:38:16Z","provider:segmentation_id":60,"name":"NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:15Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:18,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-net used request id req-20523827-e9f1-4170-93d2-3b97cd8dec87 2018-10-10 14:38:18,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:38:18,140 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:38: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:38:18,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c137e65aac0b63c60deb175216ba4c2d3f1ae04" 2018-10-10 14:38:18,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ec0ea8f-d30a-4f73-8f3a-6565b6f38b0e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:38:18,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-3ec0ea8f-d30a-4f73-8f3a-6565b6f38b0e 2018-10-10 14:38:18,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fcac2c5b-bd9f-4d0a-906b-f3140ab3f260 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c137e65aac0b63c60deb175216ba4c2d3f1ae04" 2018-10-10 14:38:19,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-857ba8cf-7675-435a-918a-3201c9fb4753 Date: Wed, 10 Oct 2018 14:38:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fcac2c5b-bd9f-4d0a-906b-f3140ab3f260","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:16Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"efee83c9-a567-4883-b993-91ca5b366ec9","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-subnet"}]} 2018-10-10 14:38:19,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fcac2c5b-bd9f-4d0a-906b-f3140ab3f260 used request id req-857ba8cf-7675-435a-918a-3201c9fb4753 2018-10-10 14:38:19,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fcac2c5b-bd9f-4d0a-906b-f3140ab3f260&name=NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c137e65aac0b63c60deb175216ba4c2d3f1ae04" 2018-10-10 14:38:19,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-45eeefcd-7f78-4027-b9f5-aa32c1f50096 Date: Wed, 10 Oct 2018 14:38:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fcac2c5b-bd9f-4d0a-906b-f3140ab3f260","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:16Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"efee83c9-a567-4883-b993-91ca5b366ec9","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-subnet"}]} 2018-10-10 14:38:19,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fcac2c5b-bd9f-4d0a-906b-f3140ab3f260&name=NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-subnet used request id req-45eeefcd-7f78-4027-b9f5-aa32c1f50096 2018-10-10 14:38:19,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fcac2c5b-bd9f-4d0a-906b-f3140ab3f260&name=NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c137e65aac0b63c60deb175216ba4c2d3f1ae04" 2018-10-10 14:38:19,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-76bdafa6-de31-4128-bec7-03229cc991f0 Date: Wed, 10 Oct 2018 14:38:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fcac2c5b-bd9f-4d0a-906b-f3140ab3f260","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:16Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"efee83c9-a567-4883-b993-91ca5b366ec9","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-subnet"}]} 2018-10-10 14:38:19,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fcac2c5b-bd9f-4d0a-906b-f3140ab3f260&name=NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-subnet used request id req-76bdafa6-de31-4128-bec7-03229cc991f0 2018-10-10 14:38:19,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fcac2c5b-bd9f-4d0a-906b-f3140ab3f260 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c137e65aac0b63c60deb175216ba4c2d3f1ae04" 2018-10-10 14:38:19,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cb918a77-eced-4825-b31e-73f0a3796090 Date: Wed, 10 Oct 2018 14:38:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fcac2c5b-bd9f-4d0a-906b-f3140ab3f260","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:16Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"efee83c9-a567-4883-b993-91ca5b366ec9","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-subnet"}]} 2018-10-10 14:38:19,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fcac2c5b-bd9f-4d0a-906b-f3140ab3f260 used request id req-cb918a77-eced-4825-b31e-73f0a3796090 2018-10-10 14:38:19,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c137e65aac0b63c60deb175216ba4c2d3f1ae04" 2018-10-10 14:38:19,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-01f33735-a1c8-4df9-b15c-88d7f316a304 Date: Wed, 10 Oct 2018 14:38:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fcac2c5b-bd9f-4d0a-906b-f3140ab3f260","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:16Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"efee83c9-a567-4883-b993-91ca5b366ec9","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-subnet"}]} 2018-10-10 14:38:19,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-subnet used request id req-01f33735-a1c8-4df9-b15c-88d7f316a304 2018-10-10 14:38:19,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c137e65aac0b63c60deb175216ba4c2d3f1ae04" 2018-10-10 14:38:20,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1843b8b-e662-4b6e-a3da-ec8951c10426 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:38:20,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-e1843b8b-e662-4b6e-a3da-ec8951c10426 2018-10-10 14:38:20,075 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-subnet 2018-10-10 14:38:20,076 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-subnet 2018-10-10 14:38:20,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/efee83c9-a567-4883-b993-91ca5b366ec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c137e65aac0b63c60deb175216ba4c2d3f1ae04" 2018-10-10 14:38:22,342 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d8d7b65e-3c87-40b4-acf2-937afb9762c2 Date: Wed, 10 Oct 2018 14:38:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:38:22,343 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/efee83c9-a567-4883-b993-91ca5b366ec9 used request id req-d8d7b65e-3c87-40b4-acf2-937afb9762c2 2018-10-10 14:38:22,343 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-409248a6-6bcc-4b81-ad56-15a4f9eb1910-pub-net 2018-10-10 14:38:22,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/fcac2c5b-bd9f-4d0a-906b-f3140ab3f260 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c137e65aac0b63c60deb175216ba4c2d3f1ae04" 2018-10-10 14:38:24,232 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9dd53f2a-64d8-4a11-801e-50b0fc27a3d6 Date: Wed, 10 Oct 2018 14:38:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:38:24,232 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/fcac2c5b-bd9f-4d0a-906b-f3140ab3f260 used request id req-9dd53f2a-64d8-4a11-801e-50b0fc27a3d6 2018-10-10 14:38:24,233 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:38:24,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:38:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["yha3n7spTIqSDPABb9w3NQ"], "issued_at": "2018-10-10T14:38:24.000000Z"}} 2018-10-10 14:38:24,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}478471d349e44bfca57bc6e0ad0f352cb8566712" 2018-10-10 14:38:24,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f3ee003-9847-4d9b-9944-0435f3077a56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:38:24,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8f3ee003-9847-4d9b-9944-0435f3077a56 2018-10-10 14:38:24,699 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-b49e1b0b-795c-4353-a79f-83c38ee31585-pub-net 2018-10-10 14:38:24,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}478471d349e44bfca57bc6e0ad0f352cb8566712" -d '{"network": {"name": "NeutronUtilsSubnetTests-b49e1b0b-795c-4353-a79f-83c38ee31585-pub-net", "admin_state_up": true}}' 2018-10-10 14:38:25,190 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-669786a8-b69d-4700-92bf-ddab385c5177 Date: Wed, 10 Oct 2018 14:38: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":"6eac0cb2-aba1-4212-9867-b234d06ea6a0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:25Z","is_default":false,"provider:segmentation_id":19,"name":"NeutronUtilsSubnetTests-b49e1b0b-795c-4353-a79f-83c38ee31585-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:24Z","mtu":1450}} 2018-10-10 14:38:25,190 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-669786a8-b69d-4700-92bf-ddab385c5177 2018-10-10 14:38:25,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=6eac0cb2-aba1-4212-9867-b234d06ea6a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}478471d349e44bfca57bc6e0ad0f352cb8566712" 2018-10-10 14:38:25,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9858d6f7-3e9b-49e8-afc8-f91864b537fc Date: Wed, 10 Oct 2018 14:38:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6eac0cb2-aba1-4212-9867-b234d06ea6a0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:25Z","provider:segmentation_id":19,"name":"NeutronUtilsSubnetTests-b49e1b0b-795c-4353-a79f-83c38ee31585-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:24Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:25,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=6eac0cb2-aba1-4212-9867-b234d06ea6a0 used request id req-9858d6f7-3e9b-49e8-afc8-f91864b537fc 2018-10-10 14:38:25,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6eac0cb2-aba1-4212-9867-b234d06ea6a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}478471d349e44bfca57bc6e0ad0f352cb8566712" 2018-10-10 14:38:26,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-51a4cf5b-1aae-4a79-a98d-05ccdc5b2079 Date: Wed, 10 Oct 2018 14:38:26 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:38:26,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6eac0cb2-aba1-4212-9867-b234d06ea6a0 used request id req-51a4cf5b-1aae-4a79-a98d-05ccdc5b2079 2018-10-10 14:38:26,295 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-b49e1b0b-795c-4353-a79f-83c38ee31585-pub-subnet 2018-10-10 14:38:26,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}478471d349e44bfca57bc6e0ad0f352cb8566712" -d '{"subnets": [{"ip_version": 4, "network_id": "6eac0cb2-aba1-4212-9867-b234d06ea6a0", "cidr": "", "name": "NeutronUtilsSubnetTests-b49e1b0b-795c-4353-a79f-83c38ee31585-pub-subnet"}]}' 2018-10-10 14:38:26,477 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-d78544ef-1952-49c3-b8c1-6515135ca934 Date: Wed, 10 Oct 2018 14:38:26 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-10 14:38:26,477 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-d78544ef-1952-49c3-b8c1-6515135ca934 2018-10-10 14:38:26,478 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-10 14:38:26,478 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-b49e1b0b-795c-4353-a79f-83c38ee31585-pub-subnet] for network [NeutronUtilsSubnetTests-b49e1b0b-795c-4353-a79f-83c38ee31585-pub-net] 2018-10-10 14:38:26,478 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-b49e1b0b-795c-4353-a79f-83c38ee31585-pub-net 2018-10-10 14:38:26,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/6eac0cb2-aba1-4212-9867-b234d06ea6a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}478471d349e44bfca57bc6e0ad0f352cb8566712" 2018-10-10 14:38:27,366 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-31da7ef6-1417-4016-ae20-3b33271402e9 Date: Wed, 10 Oct 2018 14:38:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:38:27,366 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/6eac0cb2-aba1-4212-9867-b234d06ea6a0 used request id req-31da7ef6-1417-4016-ae20-3b33271402e9 2018-10-10 14:38:27,367 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:38:27,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:38:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["h_O8SZLcSVqmc6OjZ3NN0g"], "issued_at": "2018-10-10T14:38:27.000000Z"}} 2018-10-10 14:38:27,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c669096d4c40347d54f5cc0e9ba9bc30636a16" 2018-10-10 14:38:27,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e19c90c-58e3-4914-9352-f02b5ed4b525 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:38:27,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3e19c90c-58e3-4914-9352-f02b5ed4b525 2018-10-10 14:38:27,834 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-net 2018-10-10 14:38:27,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c669096d4c40347d54f5cc0e9ba9bc30636a16" -d '{"network": {"name": "NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-net", "admin_state_up": true}}' 2018-10-10 14:38:28,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-161b150f-639a-468b-8c26-a6091e3079bc Date: Wed, 10 Oct 2018 14:38:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a5b2c931-a30b-488b-9471-0521ecfd22b0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:28Z","is_default":false,"provider:segmentation_id":98,"name":"NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:28Z","mtu":1450}} 2018-10-10 14:38:28,309 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-161b150f-639a-468b-8c26-a6091e3079bc 2018-10-10 14:38:28,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=a5b2c931-a30b-488b-9471-0521ecfd22b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c669096d4c40347d54f5cc0e9ba9bc30636a16" 2018-10-10 14:38:28,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-26f3a2b8-82ba-4dea-b289-ad7be487416c Date: Wed, 10 Oct 2018 14:38:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a5b2c931-a30b-488b-9471-0521ecfd22b0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:28Z","provider:segmentation_id":98,"name":"NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:28Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:28,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=a5b2c931-a30b-488b-9471-0521ecfd22b0 used request id req-26f3a2b8-82ba-4dea-b289-ad7be487416c 2018-10-10 14:38:28,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=a5b2c931-a30b-488b-9471-0521ecfd22b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c669096d4c40347d54f5cc0e9ba9bc30636a16" 2018-10-10 14:38:28,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b917d81b-da08-4e7c-bcee-d6bd58749276 Date: Wed, 10 Oct 2018 14:38:28 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:38:28,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=a5b2c931-a30b-488b-9471-0521ecfd22b0 used request id req-b917d81b-da08-4e7c-bcee-d6bd58749276 2018-10-10 14:38:28,765 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-subnet 2018-10-10 14:38:28,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c669096d4c40347d54f5cc0e9ba9bc30636a16" -d '{"subnets": [{"ip_version": 4, "network_id": "a5b2c931-a30b-488b-9471-0521ecfd22b0", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-subnet"}]}' 2018-10-10 14:38:29,483 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8fd62532-7904-4645-a538-3e8bb56b1d11 Date: Wed, 10 Oct 2018 14:38:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5b2c931-a30b-488b-9471-0521ecfd22b0","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:29Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:29Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"ad5ee046-5c42-49da-be24-fb7fa0c3ed29","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-subnet"}]} 2018-10-10 14:38:29,484 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-8fd62532-7904-4645-a538-3e8bb56b1d11 2018-10-10 14:38:29,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=a5b2c931-a30b-488b-9471-0521ecfd22b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c669096d4c40347d54f5cc0e9ba9bc30636a16" 2018-10-10 14:38:29,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8fd00d1f-2c33-41ea-809a-985b09103fd1 Date: Wed, 10 Oct 2018 14:38:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a5b2c931-a30b-488b-9471-0521ecfd22b0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["ad5ee046-5c42-49da-be24-fb7fa0c3ed29"],"description":"","tags":[],"updated_at":"2018-10-10T14:38:29Z","provider:segmentation_id":98,"name":"NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:28Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:29,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=a5b2c931-a30b-488b-9471-0521ecfd22b0 used request id req-8fd00d1f-2c33-41ea-809a-985b09103fd1 2018-10-10 14:38:29,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=a5b2c931-a30b-488b-9471-0521ecfd22b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c669096d4c40347d54f5cc0e9ba9bc30636a16" 2018-10-10 14:38:29,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-238b77fd-fd6d-4ee6-913d-cb6d2036d0db Date: Wed, 10 Oct 2018 14:38:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5b2c931-a30b-488b-9471-0521ecfd22b0","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:29Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"ad5ee046-5c42-49da-be24-fb7fa0c3ed29","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-subnet"}]} 2018-10-10 14:38:29,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=a5b2c931-a30b-488b-9471-0521ecfd22b0 used request id req-238b77fd-fd6d-4ee6-913d-cb6d2036d0db 2018-10-10 14:38:29,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c669096d4c40347d54f5cc0e9ba9bc30636a16" 2018-10-10 14:38:30,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-674af205-6e3d-44cc-a51c-16b01de9057a Date: Wed, 10 Oct 2018 14:38:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a5b2c931-a30b-488b-9471-0521ecfd22b0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["ad5ee046-5c42-49da-be24-fb7fa0c3ed29"],"description":"","tags":[],"updated_at":"2018-10-10T14:38:29Z","provider:segmentation_id":98,"name":"NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:28Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:30,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-net used request id req-674af205-6e3d-44cc-a51c-16b01de9057a 2018-10-10 14:38:30,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:38:30,224 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:38: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:38:30,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c669096d4c40347d54f5cc0e9ba9bc30636a16" 2018-10-10 14:38:30,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bb4b6d5-b8d7-4a0d-98dd-f99593482573 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:38:30,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-4bb4b6d5-b8d7-4a0d-98dd-f99593482573 2018-10-10 14:38:30,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=a5b2c931-a30b-488b-9471-0521ecfd22b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c669096d4c40347d54f5cc0e9ba9bc30636a16" 2018-10-10 14:38:30,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0178dd76-5c6d-43a6-87b1-3f9a080c19df Date: Wed, 10 Oct 2018 14:38:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5b2c931-a30b-488b-9471-0521ecfd22b0","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:29Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"ad5ee046-5c42-49da-be24-fb7fa0c3ed29","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-subnet"}]} 2018-10-10 14:38:30,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=a5b2c931-a30b-488b-9471-0521ecfd22b0 used request id req-0178dd76-5c6d-43a6-87b1-3f9a080c19df 2018-10-10 14:38:30,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=a5b2c931-a30b-488b-9471-0521ecfd22b0&name=NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c669096d4c40347d54f5cc0e9ba9bc30636a16" 2018-10-10 14:38:30,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c36e120e-02b9-4949-a5d9-bf4565264024 Date: Wed, 10 Oct 2018 14:38:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5b2c931-a30b-488b-9471-0521ecfd22b0","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:29Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"ad5ee046-5c42-49da-be24-fb7fa0c3ed29","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-subnet"}]} 2018-10-10 14:38:30,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=a5b2c931-a30b-488b-9471-0521ecfd22b0&name=NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-subnet used request id req-c36e120e-02b9-4949-a5d9-bf4565264024 2018-10-10 14:38:30,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=a5b2c931-a30b-488b-9471-0521ecfd22b0&name=NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c669096d4c40347d54f5cc0e9ba9bc30636a16" 2018-10-10 14:38:30,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a2b07fce-ac71-421a-b10f-a43b88356121 Date: Wed, 10 Oct 2018 14:38:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5b2c931-a30b-488b-9471-0521ecfd22b0","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:29Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"ad5ee046-5c42-49da-be24-fb7fa0c3ed29","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-subnet"}]} 2018-10-10 14:38:30,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=a5b2c931-a30b-488b-9471-0521ecfd22b0&name=NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-subnet used request id req-a2b07fce-ac71-421a-b10f-a43b88356121 2018-10-10 14:38:30,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=a5b2c931-a30b-488b-9471-0521ecfd22b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c669096d4c40347d54f5cc0e9ba9bc30636a16" 2018-10-10 14:38:30,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-703e7d5c-9bc8-4128-a102-460f13e8a0da Date: Wed, 10 Oct 2018 14:38:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5b2c931-a30b-488b-9471-0521ecfd22b0","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:29Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"ad5ee046-5c42-49da-be24-fb7fa0c3ed29","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-subnet"}]} 2018-10-10 14:38:30,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=a5b2c931-a30b-488b-9471-0521ecfd22b0 used request id req-703e7d5c-9bc8-4128-a102-460f13e8a0da 2018-10-10 14:38:30,813 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-subnet 2018-10-10 14:38:30,813 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-subnet 2018-10-10 14:38:30,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/ad5ee046-5c42-49da-be24-fb7fa0c3ed29 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c669096d4c40347d54f5cc0e9ba9bc30636a16" 2018-10-10 14:38:32,434 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-37175255-ca6e-4b08-bf30-e97a32052bb5 Date: Wed, 10 Oct 2018 14:38:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:38:32,434 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/ad5ee046-5c42-49da-be24-fb7fa0c3ed29 used request id req-37175255-ca6e-4b08-bf30-e97a32052bb5 2018-10-10 14:38:32,435 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-bf02e952-0f07-469a-8d14-38c2962baf40-pub-net 2018-10-10 14:38:32,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/a5b2c931-a30b-488b-9471-0521ecfd22b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c669096d4c40347d54f5cc0e9ba9bc30636a16" 2018-10-10 14:38:33,957 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ba9b7408-a534-4502-8713-a24f4875f19a Date: Wed, 10 Oct 2018 14:38:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:38:33,957 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/a5b2c931-a30b-488b-9471-0521ecfd22b0 used request id req-ba9b7408-a534-4502-8713-a24f4875f19a 2018-10-10 14:38:33,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:38:34,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:38:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["ShskbsZ9QfOpwUvpRh1lLw"], "issued_at": "2018-10-10T14:38:34.000000Z"}} 2018-10-10 14:38:34,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b713eaaaf3a9abdba787f56347914dfe4e05b584" 2018-10-10 14:38:34,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b2ddde1-2145-48f7-a7cf-f96112363af7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:38:34,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3b2ddde1-2145-48f7-a7cf-f96112363af7 2018-10-10 14:38:34,416 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-7898ee1d-e7bc-4193-9836-7ed7384e545c-pub-net 2018-10-10 14:38:34,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b713eaaaf3a9abdba787f56347914dfe4e05b584" -d '{"network": {"name": "NeutronUtilsSubnetTests-7898ee1d-e7bc-4193-9836-7ed7384e545c-pub-net", "admin_state_up": true}}' 2018-10-10 14:38:34,909 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-6b35afff-c115-4fd2-9033-585ea751702e Date: Wed, 10 Oct 2018 14:38:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"98276ee0-d33d-4456-a5d0-1a42dafcce71","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:34Z","is_default":false,"provider:segmentation_id":38,"name":"NeutronUtilsSubnetTests-7898ee1d-e7bc-4193-9836-7ed7384e545c-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:34Z","mtu":1450}} 2018-10-10 14:38:34,909 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-6b35afff-c115-4fd2-9033-585ea751702e 2018-10-10 14:38:34,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=98276ee0-d33d-4456-a5d0-1a42dafcce71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b713eaaaf3a9abdba787f56347914dfe4e05b584" 2018-10-10 14:38:35,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c31527db-ef97-4d34-859e-e482b6053467 Date: Wed, 10 Oct 2018 14:38:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"98276ee0-d33d-4456-a5d0-1a42dafcce71","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:34Z","provider:segmentation_id":38,"name":"NeutronUtilsSubnetTests-7898ee1d-e7bc-4193-9836-7ed7384e545c-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:34Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:35,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=98276ee0-d33d-4456-a5d0-1a42dafcce71 used request id req-c31527db-ef97-4d34-859e-e482b6053467 2018-10-10 14:38:35,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98276ee0-d33d-4456-a5d0-1a42dafcce71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b713eaaaf3a9abdba787f56347914dfe4e05b584" 2018-10-10 14:38:35,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-623f77e3-9973-4d68-87de-13428e778ea5 Date: Wed, 10 Oct 2018 14:38:35 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:38:35,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98276ee0-d33d-4456-a5d0-1a42dafcce71 used request id req-623f77e3-9973-4d68-87de-13428e778ea5 2018-10-10 14:38:35,376 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-7898ee1d-e7bc-4193-9836-7ed7384e545c-pub-subnet 2018-10-10 14:38:35,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b713eaaaf3a9abdba787f56347914dfe4e05b584" -d '{"subnets": [{"ip_version": 4, "network_id": "98276ee0-d33d-4456-a5d0-1a42dafcce71", "cidr": null, "name": "NeutronUtilsSubnetTests-7898ee1d-e7bc-4193-9836-7ed7384e545c-pub-subnet"}]}' 2018-10-10 14:38:35,621 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-398c6c2c-c152-42ff-8929-4888de8aaaec Date: Wed, 10 Oct 2018 14:38:35 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-10-10 14:38:35,621 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-398c6c2c-c152-42ff-8929-4888de8aaaec 2018-10-10 14:38:35,622 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-10-10 14:38:35,622 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-7898ee1d-e7bc-4193-9836-7ed7384e545c-pub-subnet] for network [NeutronUtilsSubnetTests-7898ee1d-e7bc-4193-9836-7ed7384e545c-pub-net] 2018-10-10 14:38:35,622 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-7898ee1d-e7bc-4193-9836-7ed7384e545c-pub-net 2018-10-10 14:38:35,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/98276ee0-d33d-4456-a5d0-1a42dafcce71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b713eaaaf3a9abdba787f56347914dfe4e05b584" 2018-10-10 14:38:36,532 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a0b2643d-9c49-4b75-b95d-c7cbc3845e78 Date: Wed, 10 Oct 2018 14:38:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:38:36,532 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/98276ee0-d33d-4456-a5d0-1a42dafcce71 used request id req-a0b2643d-9c49-4b75-b95d-c7cbc3845e78 2018-10-10 14:38:36,533 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:38:36,935 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:38:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["B7PWgTTFTOKilh03yY-l2A"], "issued_at": "2018-10-10T14:38:36.000000Z"}} 2018-10-10 14:38:36,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05e61a9a06b4eee50270c6e7612a23f94c38480" 2018-10-10 14:38:37,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2321a235-736d-4a20-a01a-8b49b05fdbc6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:38:37,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2321a235-736d-4a20-a01a-8b49b05fdbc6 2018-10-10 14:38:37,014 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-a3670357-7131-4ed3-ac9e-a851d4bdc7e8-pub-net 2018-10-10 14:38:37,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05e61a9a06b4eee50270c6e7612a23f94c38480" -d '{"network": {"name": "NeutronUtilsSubnetTests-a3670357-7131-4ed3-ac9e-a851d4bdc7e8-pub-net", "admin_state_up": true}}' 2018-10-10 14:38:37,441 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-19738102-a382-4320-9e03-81dbcf934ffb Date: Wed, 10 Oct 2018 14:38: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":"d4fdb2da-26e4-4221-9771-6b6e95bdda40","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:37Z","is_default":false,"provider:segmentation_id":31,"name":"NeutronUtilsSubnetTests-a3670357-7131-4ed3-ac9e-a851d4bdc7e8-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:37Z","mtu":1450}} 2018-10-10 14:38:37,442 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-19738102-a382-4320-9e03-81dbcf934ffb 2018-10-10 14:38:37,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=d4fdb2da-26e4-4221-9771-6b6e95bdda40 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05e61a9a06b4eee50270c6e7612a23f94c38480" 2018-10-10 14:38:37,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3703f96b-d5c1-4603-95d1-1419942cffc7 Date: Wed, 10 Oct 2018 14:38:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d4fdb2da-26e4-4221-9771-6b6e95bdda40","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:37Z","provider:segmentation_id":31,"name":"NeutronUtilsSubnetTests-a3670357-7131-4ed3-ac9e-a851d4bdc7e8-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:37Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:37,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=d4fdb2da-26e4-4221-9771-6b6e95bdda40 used request id req-3703f96b-d5c1-4603-95d1-1419942cffc7 2018-10-10 14:38:37,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d4fdb2da-26e4-4221-9771-6b6e95bdda40 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05e61a9a06b4eee50270c6e7612a23f94c38480" 2018-10-10 14:38:37,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-72445236-443d-48db-816e-b59cf4d7db6e Date: Wed, 10 Oct 2018 14:38:37 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:38:37,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d4fdb2da-26e4-4221-9771-6b6e95bdda40 used request id req-72445236-443d-48db-816e-b59cf4d7db6e 2018-10-10 14:38:37,857 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-a3670357-7131-4ed3-ac9e-a851d4bdc7e8-pub-subnet 2018-10-10 14:38:37,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05e61a9a06b4eee50270c6e7612a23f94c38480" -d '{"subnets": [{"ip_version": 4, "network_id": "d4fdb2da-26e4-4221-9771-6b6e95bdda40", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-a3670357-7131-4ed3-ac9e-a851d4bdc7e8-pub-subnet"}]}' 2018-10-10 14:38:38,238 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7d027693-bf75-40d2-9819-c6692e56737c Date: Wed, 10 Oct 2018 14:38:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4fdb2da-26e4-4221-9771-6b6e95bdda40","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:37Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:37Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"26b47309-5e2a-4bf0-a211-f5fe8a397dc3","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a3670357-7131-4ed3-ac9e-a851d4bdc7e8-pub-subnet"}]} 2018-10-10 14:38:38,238 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-7d027693-bf75-40d2-9819-c6692e56737c 2018-10-10 14:38:38,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=d4fdb2da-26e4-4221-9771-6b6e95bdda40 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05e61a9a06b4eee50270c6e7612a23f94c38480" 2018-10-10 14:38:38,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c90b4329-5cd9-4d26-920c-b683123b8f2e Date: Wed, 10 Oct 2018 14:38:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d4fdb2da-26e4-4221-9771-6b6e95bdda40","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["26b47309-5e2a-4bf0-a211-f5fe8a397dc3"],"description":"","tags":[],"updated_at":"2018-10-10T14:38:37Z","provider:segmentation_id":31,"name":"NeutronUtilsSubnetTests-a3670357-7131-4ed3-ac9e-a851d4bdc7e8-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:37Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:38,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=d4fdb2da-26e4-4221-9771-6b6e95bdda40 used request id req-c90b4329-5cd9-4d26-920c-b683123b8f2e 2018-10-10 14:38:38,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d4fdb2da-26e4-4221-9771-6b6e95bdda40 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05e61a9a06b4eee50270c6e7612a23f94c38480" 2018-10-10 14:38:38,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a530ec57-4c6a-4adf-b508-9b6bf3f05388 Date: Wed, 10 Oct 2018 14:38:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4fdb2da-26e4-4221-9771-6b6e95bdda40","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:37Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"26b47309-5e2a-4bf0-a211-f5fe8a397dc3","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a3670357-7131-4ed3-ac9e-a851d4bdc7e8-pub-subnet"}]} 2018-10-10 14:38:38,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d4fdb2da-26e4-4221-9771-6b6e95bdda40 used request id req-a530ec57-4c6a-4adf-b508-9b6bf3f05388 2018-10-10 14:38:38,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-a3670357-7131-4ed3-ac9e-a851d4bdc7e8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05e61a9a06b4eee50270c6e7612a23f94c38480" 2018-10-10 14:38:38,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7862dffa-aca3-4670-86f4-96ee1006535c Date: Wed, 10 Oct 2018 14:38:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d4fdb2da-26e4-4221-9771-6b6e95bdda40","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["26b47309-5e2a-4bf0-a211-f5fe8a397dc3"],"description":"","tags":[],"updated_at":"2018-10-10T14:38:37Z","provider:segmentation_id":31,"name":"NeutronUtilsSubnetTests-a3670357-7131-4ed3-ac9e-a851d4bdc7e8-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:37Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:38,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-a3670357-7131-4ed3-ac9e-a851d4bdc7e8-pub-net used request id req-7862dffa-aca3-4670-86f4-96ee1006535c 2018-10-10 14:38:38,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:38:38,994 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:38:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:38:38,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05e61a9a06b4eee50270c6e7612a23f94c38480" 2018-10-10 14:38:39,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc266899-2545-4641-a8ab-49bbd35d534d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:38:39,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-fc266899-2545-4641-a8ab-49bbd35d534d 2018-10-10 14:38:39,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d4fdb2da-26e4-4221-9771-6b6e95bdda40 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05e61a9a06b4eee50270c6e7612a23f94c38480" 2018-10-10 14:38:39,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4c87bc21-8a17-4d1d-a09f-848117b25f10 Date: Wed, 10 Oct 2018 14:38:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4fdb2da-26e4-4221-9771-6b6e95bdda40","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:37Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"26b47309-5e2a-4bf0-a211-f5fe8a397dc3","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a3670357-7131-4ed3-ac9e-a851d4bdc7e8-pub-subnet"}]} 2018-10-10 14:38:39,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d4fdb2da-26e4-4221-9771-6b6e95bdda40 used request id req-4c87bc21-8a17-4d1d-a09f-848117b25f10 2018-10-10 14:38:39,289 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-a3670357-7131-4ed3-ac9e-a851d4bdc7e8-pub-subnet 2018-10-10 14:38:39,289 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-a3670357-7131-4ed3-ac9e-a851d4bdc7e8-pub-subnet 2018-10-10 14:38:39,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/26b47309-5e2a-4bf0-a211-f5fe8a397dc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05e61a9a06b4eee50270c6e7612a23f94c38480" 2018-10-10 14:38:41,013 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d6a8f7d9-732b-485c-ab52-83833bd5cacd Date: Wed, 10 Oct 2018 14:38:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:38:41,013 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/26b47309-5e2a-4bf0-a211-f5fe8a397dc3 used request id req-d6a8f7d9-732b-485c-ab52-83833bd5cacd 2018-10-10 14:38:41,013 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-a3670357-7131-4ed3-ac9e-a851d4bdc7e8-pub-net 2018-10-10 14:38:41,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/d4fdb2da-26e4-4221-9771-6b6e95bdda40 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05e61a9a06b4eee50270c6e7612a23f94c38480" 2018-10-10 14:38:42,452 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-095c382c-1996-47b8-b5da-aee5cb2230ed Date: Wed, 10 Oct 2018 14:38:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:38:42,452 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/d4fdb2da-26e4-4221-9771-6b6e95bdda40 used request id req-095c382c-1996-47b8-b5da-aee5cb2230ed 2018-10-10 14:38:42,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:38:42,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:38:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["Ol8iKHQyQmyUZySyV9JNLw"], "issued_at": "2018-10-10T14:38:42.000000Z"}} 2018-10-10 14:38:42,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:42,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-317c4610-178f-4fee-bedb-2c7e281fdadb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:38:42,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-317c4610-178f-4fee-bedb-2c7e281fdadb 2018-10-10 14:38:42,910 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-net 2018-10-10 14:38:42,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" -d '{"network": {"name": "NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-net", "admin_state_up": true}}' 2018-10-10 14:38:43,352 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-e15e4305-d7a5-4e36-a3b5-47bad19fb890 Date: Wed, 10 Oct 2018 14:38: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":"c3c0f2a1-2fdd-4941-a0a4-00f79c871811","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:43Z","is_default":false,"provider:segmentation_id":90,"name":"NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:43Z","mtu":1450}} 2018-10-10 14:38:43,353 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-e15e4305-d7a5-4e36-a3b5-47bad19fb890 2018-10-10 14:38:43,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=c3c0f2a1-2fdd-4941-a0a4-00f79c871811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:43,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-364edea1-7f2c-40e5-ab56-15e3c75ee1fc Date: Wed, 10 Oct 2018 14:38:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c3c0f2a1-2fdd-4941-a0a4-00f79c871811","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:43Z","provider:segmentation_id":90,"name":"NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:43Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:43,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=c3c0f2a1-2fdd-4941-a0a4-00f79c871811 used request id req-364edea1-7f2c-40e5-ab56-15e3c75ee1fc 2018-10-10 14:38:43,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c3c0f2a1-2fdd-4941-a0a4-00f79c871811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:43,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b06409d8-3d2b-4618-8c8e-33f4551df48b Date: Wed, 10 Oct 2018 14:38:43 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:38:43,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c3c0f2a1-2fdd-4941-a0a4-00f79c871811 used request id req-b06409d8-3d2b-4618-8c8e-33f4551df48b 2018-10-10 14:38:43,941 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-subnet 2018-10-10 14:38:43,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" -d '{"subnets": [{"ip_version": 4, "network_id": "c3c0f2a1-2fdd-4941-a0a4-00f79c871811", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-subnet"}]}' 2018-10-10 14:38:44,328 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ce599791-55c8-4d4a-aad3-b1188128d312 Date: Wed, 10 Oct 2018 14:38:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c3c0f2a1-2fdd-4941-a0a4-00f79c871811","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:44Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38: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":"50b165d5212f42f49cf85a43939820c6","id":"78da3e59-542f-4847-8d83-90bcbf6f9415","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-subnet"}]} 2018-10-10 14:38:44,328 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-ce599791-55c8-4d4a-aad3-b1188128d312 2018-10-10 14:38:44,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=c3c0f2a1-2fdd-4941-a0a4-00f79c871811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:44,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-13f6bd53-89c8-4dd8-98ee-a45a8db61427 Date: Wed, 10 Oct 2018 14:38:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c3c0f2a1-2fdd-4941-a0a4-00f79c871811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["78da3e59-542f-4847-8d83-90bcbf6f9415"],"description":"","tags":[],"updated_at":"2018-10-10T14:38:44Z","provider:segmentation_id":90,"name":"NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:43Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:44,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=c3c0f2a1-2fdd-4941-a0a4-00f79c871811 used request id req-13f6bd53-89c8-4dd8-98ee-a45a8db61427 2018-10-10 14:38:44,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c3c0f2a1-2fdd-4941-a0a4-00f79c871811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:44,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ae82a295-f8b3-46c9-a644-7e50506d2e75 Date: Wed, 10 Oct 2018 14:38:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c3c0f2a1-2fdd-4941-a0a4-00f79c871811","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:44Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38: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":"50b165d5212f42f49cf85a43939820c6","id":"78da3e59-542f-4847-8d83-90bcbf6f9415","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-subnet"}]} 2018-10-10 14:38:44,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c3c0f2a1-2fdd-4941-a0a4-00f79c871811 used request id req-ae82a295-f8b3-46c9-a644-7e50506d2e75 2018-10-10 14:38:44,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:45,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-398ce3b5-6510-4a46-8730-93e298e7be0f Date: Wed, 10 Oct 2018 14:38:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c3c0f2a1-2fdd-4941-a0a4-00f79c871811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["78da3e59-542f-4847-8d83-90bcbf6f9415"],"description":"","tags":[],"updated_at":"2018-10-10T14:38:44Z","provider:segmentation_id":90,"name":"NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:43Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:45,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-net used request id req-398ce3b5-6510-4a46-8730-93e298e7be0f 2018-10-10 14:38:45,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:38:45,037 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:38: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:38:45,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:45,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22338196-4e37-4b78-85b1-739d6149bd1f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:38:45,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-22338196-4e37-4b78-85b1-739d6149bd1f 2018-10-10 14:38:45,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c3c0f2a1-2fdd-4941-a0a4-00f79c871811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:45,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fa1d305f-366b-4eda-a179-fe0fb42fc8a4 Date: Wed, 10 Oct 2018 14:38:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c3c0f2a1-2fdd-4941-a0a4-00f79c871811","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:44Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38: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":"50b165d5212f42f49cf85a43939820c6","id":"78da3e59-542f-4847-8d83-90bcbf6f9415","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-subnet"}]} 2018-10-10 14:38:45,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c3c0f2a1-2fdd-4941-a0a4-00f79c871811 used request id req-fa1d305f-366b-4eda-a179-fe0fb42fc8a4 2018-10-10 14:38:45,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c3c0f2a1-2fdd-4941-a0a4-00f79c871811&name=NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:45,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e2bb76bd-9e0a-4571-ad91-fceb937fa46d Date: Wed, 10 Oct 2018 14:38:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c3c0f2a1-2fdd-4941-a0a4-00f79c871811","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:44Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38: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":"50b165d5212f42f49cf85a43939820c6","id":"78da3e59-542f-4847-8d83-90bcbf6f9415","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-subnet"}]} 2018-10-10 14:38:45,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c3c0f2a1-2fdd-4941-a0a4-00f79c871811&name=NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-subnet used request id req-e2bb76bd-9e0a-4571-ad91-fceb937fa46d 2018-10-10 14:38:45,405 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:38:45,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:38:45,801 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:38:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["9MyNb-f9RpmrhHwGm9fwmw"], "issued_at": "2018-10-10T14:38:45.000000Z"}} 2018-10-10 14:38:45,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a73bd0e03195817b365e20331a6ac99e9391fa95" 2018-10-10 14:38:45,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a096bdf-5d46-4a3c-820b-e17345f3a465 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:38:45,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8a096bdf-5d46-4a3c-820b-e17345f3a465 2018-10-10 14:38:45,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:46,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ad132983-6dfd-4184-a10f-4182c058efa9 Date: Wed, 10 Oct 2018 14:38:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 14:38:46,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-ad132983-6dfd-4184-a10f-4182c058efa9 2018-10-10 14:38:46,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:46,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c865cd23-98fc-4369-821f-04bfc50f10ea Date: Wed, 10 Oct 2018 14:38:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-10 14:38:46,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 used request id req-c865cd23-98fc-4369-821f-04bfc50f10ea 2018-10-10 14:38:46,230 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-router 2018-10-10 14:38:46,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" -d '{"router": {"external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}, "name": "NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-router", "admin_state_up": true}}' 2018-10-10 14:38:47,798 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-4363d366-a654-4a1e-84ff-941677f068f6 Date: Wed, 10 Oct 2018 14:38:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:38:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:38:47Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "726082aa-fc4f-4ea7-aca0-4ed15e99bfe7", "name": "NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-router"}} 2018-10-10 14:38:47,798 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-4363d366-a654-4a1e-84ff-941677f068f6 2018-10-10 14:38:47,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=726082aa-fc4f-4ea7-aca0-4ed15e99bfe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:48,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-887164a9-bc1e-422e-a3c5-c4ae0a406a23 Date: Wed, 10 Oct 2018 14:38:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:38:47Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.209"}],"id":"bbb47cd6-50a4-4cc9-9390-d6bfb12712b1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2f:ca:dc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"726082aa-fc4f-4ea7-aca0-4ed15e99bfe7","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:38:47Z","binding:vnic_type":"normal"}]} 2018-10-10 14:38:48,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=726082aa-fc4f-4ea7-aca0-4ed15e99bfe7 used request id req-887164a9-bc1e-422e-a3c5-c4ae0a406a23 2018-10-10 14:38:48,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:48,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-2b81e0d9-28b1-47a0-b89a-8eba07e8d608 Date: Wed, 10 Oct 2018 14:38:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}} 2018-10-10 14:38:48,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d used request id req-2b81e0d9-28b1-47a0-b89a-8eba07e8d608 2018-10-10 14:38:48,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:48,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f18ce1c6-127e-4ca6-96f4-73aff403c03f Date: Wed, 10 Oct 2018 14:38:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:38:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:38:47Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "726082aa-fc4f-4ea7-aca0-4ed15e99bfe7", "name": "NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-router"}]} 2018-10-10 14:38:48,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-router used request id req-f18ce1c6-127e-4ca6-96f4-73aff403c03f 2018-10-10 14:38:48,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:49,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10c3fdff-5d06-49fb-b740-1710d1e63da5 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:38:49,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-10c3fdff-5d06-49fb-b740-1710d1e63da5 2018-10-10 14:38:49,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=726082aa-fc4f-4ea7-aca0-4ed15e99bfe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:49,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-bb818c2f-e921-471b-8efa-cc23e692f52b Date: Wed, 10 Oct 2018 14:38:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:38:47Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.209"}],"id":"bbb47cd6-50a4-4cc9-9390-d6bfb12712b1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2f:ca:dc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"726082aa-fc4f-4ea7-aca0-4ed15e99bfe7","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:38:47Z","binding:vnic_type":"normal"}]} 2018-10-10 14:38:49,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=726082aa-fc4f-4ea7-aca0-4ed15e99bfe7 used request id req-bb818c2f-e921-471b-8efa-cc23e692f52b 2018-10-10 14:38:49,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:49,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-dc29bf44-9dcb-43f6-904e-2f3c830c0ecb Date: Wed, 10 Oct 2018 14:38:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}} 2018-10-10 14:38:49,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d used request id req-dc29bf44-9dcb-43f6-904e-2f3c830c0ecb 2018-10-10 14:38:49,448 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-router 2018-10-10 14:38:49,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/726082aa-fc4f-4ea7-aca0-4ed15e99bfe7/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" -d '{"subnet_id": "78da3e59-542f-4847-8d83-90bcbf6f9415"}' 2018-10-10 14:38:50,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2f3a7d2b-cbac-4780-a5c4-2f38b9ad688c Date: Wed, 10 Oct 2018 14:38:50 GMT RESP BODY: {"network_id": "c3c0f2a1-2fdd-4941-a0a4-00f79c871811", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "subnet_id": "78da3e59-542f-4847-8d83-90bcbf6f9415", "subnet_ids": ["78da3e59-542f-4847-8d83-90bcbf6f9415"], "port_id": "51bb1829-ef00-41dc-b753-3fff36aca861", "id": "726082aa-fc4f-4ea7-aca0-4ed15e99bfe7"} 2018-10-10 14:38:50,995 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/726082aa-fc4f-4ea7-aca0-4ed15e99bfe7/add_router_interface used request id req-2f3a7d2b-cbac-4780-a5c4-2f38b9ad688c 2018-10-10 14:38:50,995 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-router 2018-10-10 14:38:51,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/726082aa-fc4f-4ea7-aca0-4ed15e99bfe7/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" -d '{"subnet_id": "78da3e59-542f-4847-8d83-90bcbf6f9415"}' 2018-10-10 14:38:52,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4d3a72e3-2129-41de-88c6-29d4b0e205c9 Date: Wed, 10 Oct 2018 14:38:52 GMT RESP BODY: {"network_id": "c3c0f2a1-2fdd-4941-a0a4-00f79c871811", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "subnet_id": "78da3e59-542f-4847-8d83-90bcbf6f9415", "subnet_ids": ["78da3e59-542f-4847-8d83-90bcbf6f9415"], "port_id": "51bb1829-ef00-41dc-b753-3fff36aca861", "id": "726082aa-fc4f-4ea7-aca0-4ed15e99bfe7"} 2018-10-10 14:38:52,084 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/726082aa-fc4f-4ea7-aca0-4ed15e99bfe7/remove_router_interface used request id req-4d3a72e3-2129-41de-88c6-29d4b0e205c9 2018-10-10 14:38:52,084 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-router 2018-10-10 14:38:52,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/726082aa-fc4f-4ea7-aca0-4ed15e99bfe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:53,152 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eb28644f-0116-4970-81d4-3ac5e0dc2fd3 Content-Length: 0 Date: Wed, 10 Oct 2018 14:38:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:38:53,152 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/726082aa-fc4f-4ea7-aca0-4ed15e99bfe7 used request id req-eb28644f-0116-4970-81d4-3ac5e0dc2fd3 2018-10-10 14:38:53,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:53,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3b3224ac-b351-4578-a2b6-b2affdbe0c19 Date: Wed, 10 Oct 2018 14:38:53 GMT RESP BODY: {"routers": []} 2018-10-10 14:38:53,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-router used request id req-3b3224ac-b351-4578-a2b6-b2affdbe0c19 2018-10-10 14:38:53,367 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-subnet 2018-10-10 14:38:53,367 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-subnet 2018-10-10 14:38:53,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/78da3e59-542f-4847-8d83-90bcbf6f9415 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:55,675 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-140c613f-8b0c-4e99-b2d8-e486978884ee Date: Wed, 10 Oct 2018 14:38:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:38:55,675 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/78da3e59-542f-4847-8d83-90bcbf6f9415 used request id req-140c613f-8b0c-4e99-b2d8-e486978884ee 2018-10-10 14:38:55,675 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-2bb8ca95-2a3e-456d-9d4f-f0f7da0f7ad0-pub-net 2018-10-10 14:38:55,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/c3c0f2a1-2fdd-4941-a0a4-00f79c871811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5873793dba2a9bd2dcdff118b0dcba833c7bdc4" 2018-10-10 14:38:57,166 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-68103400-63a6-425e-99b9-7b76cb8a2524 Date: Wed, 10 Oct 2018 14:38:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:38:57,166 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/c3c0f2a1-2fdd-4941-a0a4-00f79c871811 used request id req-68103400-63a6-425e-99b9-7b76cb8a2524 2018-10-10 14:38:57,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:38:57,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:38:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["tFT-pigJRL-lhBmQC8dz1w"], "issued_at": "2018-10-10T14:38:57.000000Z"}} 2018-10-10 14:38:57,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:38:57,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22469977-b2cb-4719-be4e-219ff31eafab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:38:57,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-22469977-b2cb-4719-be4e-219ff31eafab 2018-10-10 14:38:57,666 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-net 2018-10-10 14:38:57,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" -d '{"network": {"name": "NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-net", "admin_state_up": true}}' 2018-10-10 14:38:58,460 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-650221f0-014c-4e18-ba1f-0edca6978063 Date: Wed, 10 Oct 2018 14:38:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7313adba-cd25-4633-9138-82d9a1ad24e5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:57Z","is_default":false,"provider:segmentation_id":68,"name":"NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:57Z","mtu":1450}} 2018-10-10 14:38:58,460 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-650221f0-014c-4e18-ba1f-0edca6978063 2018-10-10 14:38:58,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=7313adba-cd25-4633-9138-82d9a1ad24e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:38:58,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-dc20524a-5d13-44e5-bbe8-aa5bad10e3b2 Date: Wed, 10 Oct 2018 14:38:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7313adba-cd25-4633-9138-82d9a1ad24e5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:38:57Z","provider:segmentation_id":68,"name":"NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:57Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:58,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=7313adba-cd25-4633-9138-82d9a1ad24e5 used request id req-dc20524a-5d13-44e5-bbe8-aa5bad10e3b2 2018-10-10 14:38:58,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=7313adba-cd25-4633-9138-82d9a1ad24e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:38:58,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-eb85fa49-5b3f-4e3f-879e-7b5fb800460f Date: Wed, 10 Oct 2018 14:38:58 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:38:58,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=7313adba-cd25-4633-9138-82d9a1ad24e5 used request id req-eb85fa49-5b3f-4e3f-879e-7b5fb800460f 2018-10-10 14:38:58,908 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-subnet 2018-10-10 14:38:58,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" -d '{"subnets": [{"ip_version": 4, "network_id": "7313adba-cd25-4633-9138-82d9a1ad24e5", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-subnet"}]}' 2018-10-10 14:38:59,484 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2df3feb7-ff34-4605-ad76-77ffd42fd226 Date: Wed, 10 Oct 2018 14:38:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7313adba-cd25-4633-9138-82d9a1ad24e5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:59Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:59Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"a8f57bf4-03db-494e-b2b6-67ff2e5383ae","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-subnet"}]} 2018-10-10 14:38:59,484 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-2df3feb7-ff34-4605-ad76-77ffd42fd226 2018-10-10 14:38:59,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=7313adba-cd25-4633-9138-82d9a1ad24e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:38:59,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5cfee350-eb75-4ad2-b911-e997798ea596 Date: Wed, 10 Oct 2018 14:38:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7313adba-cd25-4633-9138-82d9a1ad24e5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["a8f57bf4-03db-494e-b2b6-67ff2e5383ae"],"description":"","tags":[],"updated_at":"2018-10-10T14:38:59Z","provider:segmentation_id":68,"name":"NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:57Z","provider:network_type":"vxlan"}]} 2018-10-10 14:38:59,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=7313adba-cd25-4633-9138-82d9a1ad24e5 used request id req-5cfee350-eb75-4ad2-b911-e997798ea596 2018-10-10 14:38:59,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=7313adba-cd25-4633-9138-82d9a1ad24e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:38:59,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-237c2994-b4bb-42a1-921d-86bedecde649 Date: Wed, 10 Oct 2018 14:38:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7313adba-cd25-4633-9138-82d9a1ad24e5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:59Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"a8f57bf4-03db-494e-b2b6-67ff2e5383ae","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-subnet"}]} 2018-10-10 14:38:59,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=7313adba-cd25-4633-9138-82d9a1ad24e5 used request id req-237c2994-b4bb-42a1-921d-86bedecde649 2018-10-10 14:38:59,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:00,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-08f26dfe-bfe3-4064-9928-aa170785e0c4 Date: Wed, 10 Oct 2018 14:39:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7313adba-cd25-4633-9138-82d9a1ad24e5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["a8f57bf4-03db-494e-b2b6-67ff2e5383ae"],"description":"","tags":[],"updated_at":"2018-10-10T14:38:59Z","provider:segmentation_id":68,"name":"NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:57Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:00,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-net used request id req-08f26dfe-bfe3-4064-9928-aa170785e0c4 2018-10-10 14:39:00,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:39:00,167 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:39:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:39:00,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:00,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5b8602d-71c9-4001-b1c0-15da82ebccb9 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:39:00,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-d5b8602d-71c9-4001-b1c0-15da82ebccb9 2018-10-10 14:39:00,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=7313adba-cd25-4633-9138-82d9a1ad24e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:00,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b116d308-e2ce-4b4f-889c-129bc667dc23 Date: Wed, 10 Oct 2018 14:39:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7313adba-cd25-4633-9138-82d9a1ad24e5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:38:59Z","dns_nameservers":[],"updated_at":"2018-10-10T14:38:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"a8f57bf4-03db-494e-b2b6-67ff2e5383ae","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-subnet"}]} 2018-10-10 14:39:00,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=7313adba-cd25-4633-9138-82d9a1ad24e5 used request id req-b116d308-e2ce-4b4f-889c-129bc667dc23 2018-10-10 14:39:00,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:39:00,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:39:00,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:39:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["qVKjPa5gTVG19YcaO6iUgg"], "issued_at": "2018-10-10T14:39:00.000000Z"}} 2018-10-10 14:39:00,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5131c4a4716e8ea22854be52aea30cf6a9b5f611" 2018-10-10 14:39:00,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a053aba3-4880-4fa7-a727-2bc68c395b8a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:39:00,912 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a053aba3-4880-4fa7-a727-2bc68c395b8a 2018-10-10 14:39:00,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:01,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2ac0915f-11d6-47cf-8373-f9ba2f2e0f90 Date: Wed, 10 Oct 2018 14:39:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 14:39:01,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-2ac0915f-11d6-47cf-8373-f9ba2f2e0f90 2018-10-10 14:39:01,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:01,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e96f6fa1-06e6-421e-bd59-2ee78d812135 Date: Wed, 10 Oct 2018 14:39:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-10 14:39:01,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 used request id req-e96f6fa1-06e6-421e-bd59-2ee78d812135 2018-10-10 14:39:01,353 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-router 2018-10-10 14:39:01,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" -d '{"router": {"external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}, "name": "NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-router", "admin_state_up": true}}' 2018-10-10 14:39:03,547 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-60bb0862-7eda-4ba7-9ce2-80368bb71df6 Date: Wed, 10 Oct 2018 14:39:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:39:02Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:39:03Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "881fbb27-001a-4c9e-b450-ec03545a5685", "name": "NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-router"}} 2018-10-10 14:39:03,548 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-60bb0862-7eda-4ba7-9ce2-80368bb71df6 2018-10-10 14:39:03,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=881fbb27-001a-4c9e-b450-ec03545a5685 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:03,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-59bcdbcd-f180-4201-b79f-b861ac3d1356 Date: Wed, 10 Oct 2018 14:39:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:03Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.205"}],"id":"5a6a860c-fd95-44e6-9452-67b3cdb5907b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:38:4f:de","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"881fbb27-001a-4c9e-b450-ec03545a5685","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:39:02Z","binding:vnic_type":"normal"}]} 2018-10-10 14:39:03,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=881fbb27-001a-4c9e-b450-ec03545a5685 used request id req-59bcdbcd-f180-4201-b79f-b861ac3d1356 2018-10-10 14:39:03,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:03,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-05c94d7a-97f3-4d0f-b62f-6730eda9b079 Date: Wed, 10 Oct 2018 14:39:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}} 2018-10-10 14:39:03,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d used request id req-05c94d7a-97f3-4d0f-b62f-6730eda9b079 2018-10-10 14:39:03,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:04,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-792a0e32-f1d1-429c-a084-6e13e1f3d0e6 Date: Wed, 10 Oct 2018 14:39:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:39:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:39:02Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "4d4138a0-6dcb-456c-84c2-6cee70d41092", "name": "NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:39:02Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:39:03Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "881fbb27-001a-4c9e-b450-ec03545a5685", "name": "NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-router"}]} 2018-10-10 14:39:04,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-router used request id req-792a0e32-f1d1-429c-a084-6e13e1f3d0e6 2018-10-10 14:39:04,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:04,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2a11dcb-6449-4744-afdc-56a5add18203 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:39:04,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-f2a11dcb-6449-4744-afdc-56a5add18203 2018-10-10 14:39:04,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=4d4138a0-6dcb-456c-84c2-6cee70d41092 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:04,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d064bcff-b2d7-419e-ab37-4158193a7eb8 Date: Wed, 10 Oct 2018 14:39:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:01Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.201"}],"id":"0e3e35db-4e58-4661-8a49-8aee6f7899f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e0:c6:84","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4d4138a0-6dcb-456c-84c2-6cee70d41092","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:39:01Z","binding:vnic_type":"normal"}]} 2018-10-10 14:39:04,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=4d4138a0-6dcb-456c-84c2-6cee70d41092 used request id req-d064bcff-b2d7-419e-ab37-4158193a7eb8 2018-10-10 14:39:04,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:04,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-76139676-c6a2-49bc-b037-f256318a7fd5 Date: Wed, 10 Oct 2018 14:39:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}} 2018-10-10 14:39:04,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d used request id req-76139676-c6a2-49bc-b037-f256318a7fd5 2018-10-10 14:39:04,394 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-subnet 2018-10-10 14:39:04,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/a8f57bf4-03db-494e-b2b6-67ff2e5383ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:06,674 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-50dd2067-47ce-4b84-b19e-24a501bffc63 Date: Wed, 10 Oct 2018 14:39:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:39:06,674 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/a8f57bf4-03db-494e-b2b6-67ff2e5383ae used request id req-50dd2067-47ce-4b84-b19e-24a501bffc63 2018-10-10 14:39:06,674 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-router 2018-10-10 14:39:06,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/881fbb27-001a-4c9e-b450-ec03545a5685/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" -d '{"subnet_id": "a8f57bf4-03db-494e-b2b6-67ff2e5383ae"}' 2018-10-10 14:39:07,045 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-0f1dc803-685f-4f43-ba1e-6bd3f98fb3fc Date: Wed, 10 Oct 2018 14:39:07 GMT RESP BODY: {"NeutronError": {"message": "Subnet a8f57bf4-03db-494e-b2b6-67ff2e5383ae could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-10 14:39:07,045 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/881fbb27-001a-4c9e-b450-ec03545a5685/add_router_interface used request id req-0f1dc803-685f-4f43-ba1e-6bd3f98fb3fc 2018-10-10 14:39:07,045 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet a8f57bf4-03db-494e-b2b6-67ff2e5383ae could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-10 14:39:07,045 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-router 2018-10-10 14:39:07,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/881fbb27-001a-4c9e-b450-ec03545a5685 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:08,364 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0ed4ff0c-81d7-463c-a1f0-b05686295ccf Content-Length: 0 Date: Wed, 10 Oct 2018 14:39:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:39:08,364 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/881fbb27-001a-4c9e-b450-ec03545a5685 used request id req-0ed4ff0c-81d7-463c-a1f0-b05686295ccf 2018-10-10 14:39:08,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:08,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bfa314a1-b523-4dff-8233-7946b96ba51d Date: Wed, 10 Oct 2018 14:39:08 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:39:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:39:02Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "4d4138a0-6dcb-456c-84c2-6cee70d41092", "name": "NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-router"}]} 2018-10-10 14:39:08,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-router used request id req-bfa314a1-b523-4dff-8233-7946b96ba51d 2018-10-10 14:39:08,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:08,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbc36c61-4c14-4fe4-ba95-e6ab89936ea7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:39:08,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-cbc36c61-4c14-4fe4-ba95-e6ab89936ea7 2018-10-10 14:39:08,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=4d4138a0-6dcb-456c-84c2-6cee70d41092 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:09,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-18e95da1-bd2b-4eb5-888b-94ca5490a2f9 Date: Wed, 10 Oct 2018 14:39:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:01Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.201"}],"id":"0e3e35db-4e58-4661-8a49-8aee6f7899f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e0:c6:84","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4d4138a0-6dcb-456c-84c2-6cee70d41092","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:39:01Z","binding:vnic_type":"normal"}]} 2018-10-10 14:39:09,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=4d4138a0-6dcb-456c-84c2-6cee70d41092 used request id req-18e95da1-bd2b-4eb5-888b-94ca5490a2f9 2018-10-10 14:39:09,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:09,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-614be5fb-b351-4029-9d18-b6e19abd5c54 Date: Wed, 10 Oct 2018 14:39:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}} 2018-10-10 14:39:09,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d used request id req-614be5fb-b351-4029-9d18-b6e19abd5c54 2018-10-10 14:39:09,100 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-subnet 2018-10-10 14:39:09,100 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-subnet 2018-10-10 14:39:09,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/a8f57bf4-03db-494e-b2b6-67ff2e5383ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:09,176 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-f580bbca-0c72-457c-acf1-0eee682a2cfc Date: Wed, 10 Oct 2018 14:39:09 GMT RESP BODY: {"NeutronError": {"message": "Subnet a8f57bf4-03db-494e-b2b6-67ff2e5383ae could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-10 14:39:09,177 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/a8f57bf4-03db-494e-b2b6-67ff2e5383ae used request id req-f580bbca-0c72-457c-acf1-0eee682a2cfc 2018-10-10 14:39:09,177 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet a8f57bf4-03db-494e-b2b6-67ff2e5383ae could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-10 14:39:09,177 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-net 2018-10-10 14:39:09,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/7313adba-cd25-4633-9138-82d9a1ad24e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8e338d2b51b8ccc9870e199b0ef682ca7c7bf7" 2018-10-10 14:39:10,029 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-22e6fb14-b0de-4266-bfa3-b8702b5a435e Date: Wed, 10 Oct 2018 14:39:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:39:10,029 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/7313adba-cd25-4633-9138-82d9a1ad24e5 used request id req-22e6fb14-b0de-4266-bfa3-b8702b5a435e 2018-10-10 14:39:10,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:39:10,404 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:39:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["1uc_-JfzQ2CK9HRKBn15XQ"], "issued_at": "2018-10-10T14:39:10.000000Z"}} 2018-10-10 14:39:10,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78168fde11d5671749b7e0d69b4f5823e7adcb6a" 2018-10-10 14:39:10,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eae9b216-bb16-43fe-b148-8ce072450f76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:39:10,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-eae9b216-bb16-43fe-b148-8ce072450f76 2018-10-10 14:39:10,492 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-net 2018-10-10 14:39:10,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78168fde11d5671749b7e0d69b4f5823e7adcb6a" -d '{"network": {"name": "NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-net", "admin_state_up": true}}' 2018-10-10 14:39:10,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-6260e8b2-642e-4754-a9c6-fc783f7945a1 Date: Wed, 10 Oct 2018 14:39:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"dfdec832-3cdd-40d3-b0d5-2c797a3f2245","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:39:10Z","is_default":false,"provider:segmentation_id":31,"name":"NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:10Z","mtu":1450}} 2018-10-10 14:39:10,933 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-6260e8b2-642e-4754-a9c6-fc783f7945a1 2018-10-10 14:39:10,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=dfdec832-3cdd-40d3-b0d5-2c797a3f2245 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78168fde11d5671749b7e0d69b4f5823e7adcb6a" 2018-10-10 14:39:11,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-af74255f-8537-4c94-9f17-9eef5f166e08 Date: Wed, 10 Oct 2018 14:39:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"dfdec832-3cdd-40d3-b0d5-2c797a3f2245","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:39:10Z","provider:segmentation_id":31,"name":"NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:10Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:11,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=dfdec832-3cdd-40d3-b0d5-2c797a3f2245 used request id req-af74255f-8537-4c94-9f17-9eef5f166e08 2018-10-10 14:39:11,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=dfdec832-3cdd-40d3-b0d5-2c797a3f2245 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78168fde11d5671749b7e0d69b4f5823e7adcb6a" 2018-10-10 14:39:11,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6a5398b3-fabf-4c54-ba14-7c30ea40b9d3 Date: Wed, 10 Oct 2018 14:39:11 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:39:11,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=dfdec832-3cdd-40d3-b0d5-2c797a3f2245 used request id req-6a5398b3-fabf-4c54-ba14-7c30ea40b9d3 2018-10-10 14:39:11,352 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-subnet 2018-10-10 14:39:11,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78168fde11d5671749b7e0d69b4f5823e7adcb6a" -d '{"subnets": [{"ip_version": 4, "network_id": "dfdec832-3cdd-40d3-b0d5-2c797a3f2245", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-subnet"}]}' 2018-10-10 14:39:11,892 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cb5c34c9-7fc3-480d-88bf-173ca5377ab7 Date: Wed, 10 Oct 2018 14:39:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dfdec832-3cdd-40d3-b0d5-2c797a3f2245","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:11Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:11Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"a6e14b1a-1fcf-4e20-b0bc-e0d398ff548a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-subnet"}]} 2018-10-10 14:39:11,893 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-cb5c34c9-7fc3-480d-88bf-173ca5377ab7 2018-10-10 14:39:11,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=dfdec832-3cdd-40d3-b0d5-2c797a3f2245 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78168fde11d5671749b7e0d69b4f5823e7adcb6a" 2018-10-10 14:39:12,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6c7deb2d-f1db-47fa-97a7-c4c13b700caf Date: Wed, 10 Oct 2018 14:39:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"dfdec832-3cdd-40d3-b0d5-2c797a3f2245","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["a6e14b1a-1fcf-4e20-b0bc-e0d398ff548a"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:11Z","provider:segmentation_id":31,"name":"NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:10Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:12,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=dfdec832-3cdd-40d3-b0d5-2c797a3f2245 used request id req-6c7deb2d-f1db-47fa-97a7-c4c13b700caf 2018-10-10 14:39:12,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=dfdec832-3cdd-40d3-b0d5-2c797a3f2245 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78168fde11d5671749b7e0d69b4f5823e7adcb6a" 2018-10-10 14:39:12,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0616fc05-0e60-404f-a606-cdf6576d6d41 Date: Wed, 10 Oct 2018 14:39:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dfdec832-3cdd-40d3-b0d5-2c797a3f2245","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:11Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"a6e14b1a-1fcf-4e20-b0bc-e0d398ff548a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-subnet"}]} 2018-10-10 14:39:12,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=dfdec832-3cdd-40d3-b0d5-2c797a3f2245 used request id req-0616fc05-0e60-404f-a606-cdf6576d6d41 2018-10-10 14:39:12,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78168fde11d5671749b7e0d69b4f5823e7adcb6a" 2018-10-10 14:39:12,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a737dd4a-03c1-4193-9e65-de3bf9fe247e Date: Wed, 10 Oct 2018 14:39:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"dfdec832-3cdd-40d3-b0d5-2c797a3f2245","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["a6e14b1a-1fcf-4e20-b0bc-e0d398ff548a"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:11Z","provider:segmentation_id":31,"name":"NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:10Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:12,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-net used request id req-a737dd4a-03c1-4193-9e65-de3bf9fe247e 2018-10-10 14:39:12,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:39:12,624 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:39: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:39:12,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78168fde11d5671749b7e0d69b4f5823e7adcb6a" 2018-10-10 14:39:12,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a0a8cf5-04c4-4342-bfd8-ddbb8ce1aa64 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:39:12,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-2a0a8cf5-04c4-4342-bfd8-ddbb8ce1aa64 2018-10-10 14:39:12,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=dfdec832-3cdd-40d3-b0d5-2c797a3f2245 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78168fde11d5671749b7e0d69b4f5823e7adcb6a" 2018-10-10 14:39:12,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-10a66d39-b606-48e9-acd7-eba0dcc39386 Date: Wed, 10 Oct 2018 14:39:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dfdec832-3cdd-40d3-b0d5-2c797a3f2245","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:11Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"a6e14b1a-1fcf-4e20-b0bc-e0d398ff548a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-subnet"}]} 2018-10-10 14:39:12,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=dfdec832-3cdd-40d3-b0d5-2c797a3f2245 used request id req-10a66d39-b606-48e9-acd7-eba0dcc39386 2018-10-10 14:39:12,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=dfdec832-3cdd-40d3-b0d5-2c797a3f2245&name=NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78168fde11d5671749b7e0d69b4f5823e7adcb6a" 2018-10-10 14:39:13,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2ec1dfbf-e786-48e4-963d-fbb27ad40ba7 Date: Wed, 10 Oct 2018 14:39:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dfdec832-3cdd-40d3-b0d5-2c797a3f2245","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:11Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"a6e14b1a-1fcf-4e20-b0bc-e0d398ff548a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-subnet"}]} 2018-10-10 14:39:13,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=dfdec832-3cdd-40d3-b0d5-2c797a3f2245&name=NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-subnet used request id req-2ec1dfbf-e786-48e4-963d-fbb27ad40ba7 2018-10-10 14:39:13,127 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-subnet 2018-10-10 14:39:13,127 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-subnet 2018-10-10 14:39:13,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/a6e14b1a-1fcf-4e20-b0bc-e0d398ff548a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78168fde11d5671749b7e0d69b4f5823e7adcb6a" 2018-10-10 14:39:14,760 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2ea7ea4c-24fd-4116-8c72-c6911337b207 Date: Wed, 10 Oct 2018 14:39:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:39:14,760 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/a6e14b1a-1fcf-4e20-b0bc-e0d398ff548a used request id req-2ea7ea4c-24fd-4116-8c72-c6911337b207 2018-10-10 14:39:14,760 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-c85818e2-f508-4eb3-ab9e-17669a910dd9-pub-net 2018-10-10 14:39:14,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/dfdec832-3cdd-40d3-b0d5-2c797a3f2245 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78168fde11d5671749b7e0d69b4f5823e7adcb6a" 2018-10-10 14:39:16,203 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f5b93af4-57b4-433f-8840-d0e5d8d956ce Date: Wed, 10 Oct 2018 14:39:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:39:16,203 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/dfdec832-3cdd-40d3-b0d5-2c797a3f2245 used request id req-f5b93af4-57b4-433f-8840-d0e5d8d956ce 2018-10-10 14:39:16,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:39:16,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:39:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["GGUfcoclS4CHj1qb3D1hPQ"], "issued_at": "2018-10-10T14:39:16.000000Z"}} 2018-10-10 14:39:16,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:16,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c825ba6-823b-473f-8270-d1d2742ddc36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:39:16,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2c825ba6-823b-473f-8270-d1d2742ddc36 2018-10-10 14:39:16,678 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-net 2018-10-10 14:39:16,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" -d '{"network": {"name": "NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-net", "admin_state_up": true}}' 2018-10-10 14:39:17,065 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-1f5ad6d1-c93a-4a9e-b1c2-c9d315c3ff10 Date: Wed, 10 Oct 2018 14:39: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":"868b0f93-9f75-4959-b9d7-3bdb15deabda","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:39:16Z","is_default":false,"provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:16Z","mtu":1450}} 2018-10-10 14:39:17,065 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-1f5ad6d1-c93a-4a9e-b1c2-c9d315c3ff10 2018-10-10 14:39:17,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=868b0f93-9f75-4959-b9d7-3bdb15deabda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:17,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ef8423a4-5017-437e-a87f-1fec7c683fb3 Date: Wed, 10 Oct 2018 14:39:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"868b0f93-9f75-4959-b9d7-3bdb15deabda","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:39:16Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:16Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:17,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=868b0f93-9f75-4959-b9d7-3bdb15deabda used request id req-ef8423a4-5017-437e-a87f-1fec7c683fb3 2018-10-10 14:39:17,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=868b0f93-9f75-4959-b9d7-3bdb15deabda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:17,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5a4ee636-6374-40c0-92cc-386fb7e84581 Date: Wed, 10 Oct 2018 14:39:17 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:39:17,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=868b0f93-9f75-4959-b9d7-3bdb15deabda used request id req-5a4ee636-6374-40c0-92cc-386fb7e84581 2018-10-10 14:39:17,549 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-subnet 2018-10-10 14:39:17,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" -d '{"subnets": [{"ip_version": 4, "network_id": "868b0f93-9f75-4959-b9d7-3bdb15deabda", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-subnet"}]}' 2018-10-10 14:39:18,112 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-15211b7d-3ca4-490f-a9fd-d4c99ab1653b Date: Wed, 10 Oct 2018 14:39:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"868b0f93-9f75-4959-b9d7-3bdb15deabda","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:17Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39: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":"50b165d5212f42f49cf85a43939820c6","id":"5ba560e7-d5b8-4a5d-8a82-0740fafd98d9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-subnet"}]} 2018-10-10 14:39:18,112 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-15211b7d-3ca4-490f-a9fd-d4c99ab1653b 2018-10-10 14:39:18,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=868b0f93-9f75-4959-b9d7-3bdb15deabda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:18,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ec0fff17-91ee-49f2-8321-5e93ba4d01f4 Date: Wed, 10 Oct 2018 14:39:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"868b0f93-9f75-4959-b9d7-3bdb15deabda","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["5ba560e7-d5b8-4a5d-8a82-0740fafd98d9"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:17Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:16Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:18,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=868b0f93-9f75-4959-b9d7-3bdb15deabda used request id req-ec0fff17-91ee-49f2-8321-5e93ba4d01f4 2018-10-10 14:39:18,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=868b0f93-9f75-4959-b9d7-3bdb15deabda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:18,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7288ff51-7511-4ec9-ae5d-6fb5fdfe7251 Date: Wed, 10 Oct 2018 14:39:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"868b0f93-9f75-4959-b9d7-3bdb15deabda","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:17Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39: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":"50b165d5212f42f49cf85a43939820c6","id":"5ba560e7-d5b8-4a5d-8a82-0740fafd98d9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-subnet"}]} 2018-10-10 14:39:18,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=868b0f93-9f75-4959-b9d7-3bdb15deabda used request id req-7288ff51-7511-4ec9-ae5d-6fb5fdfe7251 2018-10-10 14:39:18,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:18,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-618d5c41-0d19-48d3-905f-8f57d11a3d68 Date: Wed, 10 Oct 2018 14:39:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"868b0f93-9f75-4959-b9d7-3bdb15deabda","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["5ba560e7-d5b8-4a5d-8a82-0740fafd98d9"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:17Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:16Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:18,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-net used request id req-618d5c41-0d19-48d3-905f-8f57d11a3d68 2018-10-10 14:39:18,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:39:18,851 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:39: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:39:18,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:18,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-910cbfa3-fdbd-4ac2-a4af-605f40d64c7f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:39:18,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-910cbfa3-fdbd-4ac2-a4af-605f40d64c7f 2018-10-10 14:39:18,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=868b0f93-9f75-4959-b9d7-3bdb15deabda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:19,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5cf317c8-0d8d-44c3-94d3-697371541007 Date: Wed, 10 Oct 2018 14:39:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"868b0f93-9f75-4959-b9d7-3bdb15deabda","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:17Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39: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":"50b165d5212f42f49cf85a43939820c6","id":"5ba560e7-d5b8-4a5d-8a82-0740fafd98d9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-subnet"}]} 2018-10-10 14:39:19,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=868b0f93-9f75-4959-b9d7-3bdb15deabda used request id req-5cf317c8-0d8d-44c3-94d3-697371541007 2018-10-10 14:39:19,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:39:19,360 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:39:19,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:39:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["1AfNmwF_Qpy1Puejq6fAow"], "issued_at": "2018-10-10T14:39:19.000000Z"}} 2018-10-10 14:39:19,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb37c3880c683542a5885e12f93f792c4d45accb" 2018-10-10 14:39:19,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae9cefbf-d7e1-4b8e-8376-8eef6bb79dc2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:39:19,820 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ae9cefbf-d7e1-4b8e-8376-8eef6bb79dc2 2018-10-10 14:39:19,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:20,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4d91ea85-415a-432f-87f5-14d838a77f12 Date: Wed, 10 Oct 2018 14:39:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 14:39:20,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-4d91ea85-415a-432f-87f5-14d838a77f12 2018-10-10 14:39:20,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:20,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-7c2a06aa-6a2e-4ede-b69a-b875590132a8 Date: Wed, 10 Oct 2018 14:39:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-10 14:39:20,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 used request id req-7c2a06aa-6a2e-4ede-b69a-b875590132a8 2018-10-10 14:39:20,279 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-router 2018-10-10 14:39:20,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" -d '{"router": {"external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}, "name": "NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-router", "admin_state_up": true}}' 2018-10-10 14:39:21,196 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-1849ffa2-96b5-4660-9d2a-5f236db0deac Date: Wed, 10 Oct 2018 14:39:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:39:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:39:21Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "b6b0f87e-6d41-4a2e-abab-fb9e20da41f1", "name": "NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-router"}} 2018-10-10 14:39:21,196 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-1849ffa2-96b5-4660-9d2a-5f236db0deac 2018-10-10 14:39:21,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=b6b0f87e-6d41-4a2e-abab-fb9e20da41f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:21,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-3b0c46b1-3574-4b3e-977e-e715e824dd91 Date: Wed, 10 Oct 2018 14:39:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:20Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.210"}],"id":"913294f1-3238-4547-84c4-e35c7e32e3fe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:86:e6:3a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b6b0f87e-6d41-4a2e-abab-fb9e20da41f1","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:39:20Z","binding:vnic_type":"normal"}]} 2018-10-10 14:39:21,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=b6b0f87e-6d41-4a2e-abab-fb9e20da41f1 used request id req-3b0c46b1-3574-4b3e-977e-e715e824dd91 2018-10-10 14:39:21,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:21,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-3e0be804-687f-4e2d-8576-77ccc9cb54a3 Date: Wed, 10 Oct 2018 14:39:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}} 2018-10-10 14:39:21,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d used request id req-3e0be804-687f-4e2d-8576-77ccc9cb54a3 2018-10-10 14:39:21,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:22,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ed6fdfb0-0ca6-4eb3-9b44-afd29e8b7953 Date: Wed, 10 Oct 2018 14:39:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:39:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:39:21Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "b6b0f87e-6d41-4a2e-abab-fb9e20da41f1", "name": "NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-router"}]} 2018-10-10 14:39:22,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-router used request id req-ed6fdfb0-0ca6-4eb3-9b44-afd29e8b7953 2018-10-10 14:39:22,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:22,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e6a5401-56dd-4026-9fb1-3d377cd273a6 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:39:22,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-4e6a5401-56dd-4026-9fb1-3d377cd273a6 2018-10-10 14:39:22,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=b6b0f87e-6d41-4a2e-abab-fb9e20da41f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:22,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c0b7b72c-d5f5-4b1f-b1c5-5c536b894b5d Date: Wed, 10 Oct 2018 14:39:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:20Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.210"}],"id":"913294f1-3238-4547-84c4-e35c7e32e3fe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:86:e6:3a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b6b0f87e-6d41-4a2e-abab-fb9e20da41f1","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:39:20Z","binding:vnic_type":"normal"}]} 2018-10-10 14:39:22,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=b6b0f87e-6d41-4a2e-abab-fb9e20da41f1 used request id req-c0b7b72c-d5f5-4b1f-b1c5-5c536b894b5d 2018-10-10 14:39:22,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:22,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f9f37b6a-e78f-42d8-a93e-7e3de5d98722 Date: Wed, 10 Oct 2018 14:39:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}} 2018-10-10 14:39:22,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d used request id req-f9f37b6a-e78f-42d8-a93e-7e3de5d98722 2018-10-10 14:39:22,559 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-router 2018-10-10 14:39:22,559 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-router 2018-10-10 14:39:22,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/b6b0f87e-6d41-4a2e-abab-fb9e20da41f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:23,818 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-24285044-d218-47c3-9ead-d1dddac149ad Content-Length: 0 Date: Wed, 10 Oct 2018 14:39:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:39:23,818 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/b6b0f87e-6d41-4a2e-abab-fb9e20da41f1 used request id req-24285044-d218-47c3-9ead-d1dddac149ad 2018-10-10 14:39:23,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:24,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-00fdd315-829d-45b5-afc7-8c08a250ec29 Date: Wed, 10 Oct 2018 14:39:24 GMT RESP BODY: {"routers": []} 2018-10-10 14:39:24,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-router used request id req-00fdd315-829d-45b5-afc7-8c08a250ec29 2018-10-10 14:39:24,034 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-subnet 2018-10-10 14:39:24,034 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-subnet 2018-10-10 14:39:24,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/5ba560e7-d5b8-4a5d-8a82-0740fafd98d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:26,190 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1f8f916b-620f-4eff-9821-4df0cc588d03 Date: Wed, 10 Oct 2018 14:39:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:39:26,190 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/5ba560e7-d5b8-4a5d-8a82-0740fafd98d9 used request id req-1f8f916b-620f-4eff-9821-4df0cc588d03 2018-10-10 14:39:26,190 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-c8671a2b-e870-4887-b24f-30c5e9c1f9ea-pub-net 2018-10-10 14:39:26,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/868b0f93-9f75-4959-b9d7-3bdb15deabda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b02b8986b5cfe29cc882cca5a254f0241deced" 2018-10-10 14:39:27,957 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fe0654e6-e1c2-47b6-881d-96da23896fcc Date: Wed, 10 Oct 2018 14:39:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:39:27,957 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/868b0f93-9f75-4959-b9d7-3bdb15deabda used request id req-fe0654e6-e1c2-47b6-881d-96da23896fcc 2018-10-10 14:39:27,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:39:28,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:39:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["wv0ZkrheRP-Hg3YJj6FDKw"], "issued_at": "2018-10-10T14:39:28.000000Z"}} 2018-10-10 14:39:28,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:28,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-038c5b75-b270-4d64-8cac-a961f6958a7b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:39:28,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-038c5b75-b270-4d64-8cac-a961f6958a7b 2018-10-10 14:39:28,431 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-net 2018-10-10 14:39:28,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" -d '{"network": {"name": "NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-net", "admin_state_up": true}}' 2018-10-10 14:39:28,891 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-18cfb299-547a-4adc-b5c3-56ebcdad47ba Date: Wed, 10 Oct 2018 14:39:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:39:28Z","is_default":false,"provider:segmentation_id":97,"name":"NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:28Z","mtu":1450}} 2018-10-10 14:39:28,891 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-18cfb299-547a-4adc-b5c3-56ebcdad47ba 2018-10-10 14:39:28,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:29,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-eea43394-3aaa-49cc-a419-41f6bce70d10 Date: Wed, 10 Oct 2018 14:39:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:39:28Z","provider:segmentation_id":97,"name":"NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:28Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:29,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2 used request id req-eea43394-3aaa-49cc-a419-41f6bce70d10 2018-10-10 14:39:29,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:29,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c1cb4d7c-102a-4f28-ad61-fa7f56dd7b61 Date: Wed, 10 Oct 2018 14:39:29 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:39:29,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2 used request id req-c1cb4d7c-102a-4f28-ad61-fa7f56dd7b61 2018-10-10 14:39:29,408 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-subnet 2018-10-10 14:39:29,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" -d '{"subnets": [{"ip_version": 4, "network_id": "27b0fcd5-d1a0-459a-8e34-1f40298fc9f2", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-subnet"}]}' 2018-10-10 14:39:30,142 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-24d0b339-eaad-467a-8fdd-eb2d4a4910d2 Date: Wed, 10 Oct 2018 14:39:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:29Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:29Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"0a78ec20-c048-4378-a7f4-636776bb4cdb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-subnet"}]} 2018-10-10 14:39:30,142 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-24d0b339-eaad-467a-8fdd-eb2d4a4910d2 2018-10-10 14:39:30,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:30,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6048c10a-6ac6-46c8-8370-83628ce5cc3f Date: Wed, 10 Oct 2018 14:39:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["0a78ec20-c048-4378-a7f4-636776bb4cdb"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:29Z","provider:segmentation_id":97,"name":"NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:28Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:30,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2 used request id req-6048c10a-6ac6-46c8-8370-83628ce5cc3f 2018-10-10 14:39:30,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:30,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-489dab8b-9c17-4636-8e56-7356280f06c7 Date: Wed, 10 Oct 2018 14:39:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:29Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"0a78ec20-c048-4378-a7f4-636776bb4cdb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-subnet"}]} 2018-10-10 14:39:30,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2 used request id req-489dab8b-9c17-4636-8e56-7356280f06c7 2018-10-10 14:39:30,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:30,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f4e8d66f-6f13-4f26-be79-f2de959794e0 Date: Wed, 10 Oct 2018 14:39:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["0a78ec20-c048-4378-a7f4-636776bb4cdb"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:29Z","provider:segmentation_id":97,"name":"NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:28Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:30,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-net used request id req-f4e8d66f-6f13-4f26-be79-f2de959794e0 2018-10-10 14:39:30,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:39:30,865 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:39: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:39:30,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:30,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b17e2e1-a837-4ac3-9031-86b425029d05 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:39:30,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-7b17e2e1-a837-4ac3-9031-86b425029d05 2018-10-10 14:39:30,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:31,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b0d05b42-a869-48ea-a12a-73e40201f79a Date: Wed, 10 Oct 2018 14:39:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:29Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"0a78ec20-c048-4378-a7f4-636776bb4cdb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-subnet"}]} 2018-10-10 14:39:31,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2 used request id req-b0d05b42-a869-48ea-a12a-73e40201f79a 2018-10-10 14:39:31,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2&name=NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:31,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-19abae21-a48e-4f62-8c4f-0f1190e43a2f Date: Wed, 10 Oct 2018 14:39:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:29Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"0a78ec20-c048-4378-a7f4-636776bb4cdb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-subnet"}]} 2018-10-10 14:39:31,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2&name=NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-subnet used request id req-19abae21-a48e-4f62-8c4f-0f1190e43a2f 2018-10-10 14:39:31,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:39:31,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:39:31,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:39:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["tSGI-Y43TsykBkCfBIHoRQ"], "issued_at": "2018-10-10T14:39:31.000000Z"}} 2018-10-10 14:39:31,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7159e756ef7b1f04985894cc8912bc1573a59a34" 2018-10-10 14:39:31,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f78075f-8fc2-4882-aa77-8c154e6bff1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:39:31,647 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8f78075f-8fc2-4882-aa77-8c154e6bff1c 2018-10-10 14:39:31,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:31,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-59a45338-0ff1-4e45-9704-f1455cbc3cc3 Date: Wed, 10 Oct 2018 14:39:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["0a78ec20-c048-4378-a7f4-636776bb4cdb"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:29Z","provider:segmentation_id":97,"name":"NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:28Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:31,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-net used request id req-59a45338-0ff1-4e45-9704-f1455cbc3cc3 2018-10-10 14:39:31,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:32,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ca4a391b-9d1d-43ae-aab0-803f774553b1 Date: Wed, 10 Oct 2018 14:39:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:29Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"0a78ec20-c048-4378-a7f4-636776bb4cdb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-subnet"}]} 2018-10-10 14:39:32,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2 used request id req-ca4a391b-9d1d-43ae-aab0-803f774553b1 2018-10-10 14:39:32,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:32,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7f6a6d92-c4e2-4dd4-9ae8-d3d6e2710449 Date: Wed, 10 Oct 2018 14:39:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["0a78ec20-c048-4378-a7f4-636776bb4cdb"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:29Z","provider:segmentation_id":97,"name":"NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:28Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:32,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-net used request id req-7f6a6d92-c4e2-4dd4-9ae8-d3d6e2710449 2018-10-10 14:39:32,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:39:32,382 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:39: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:39:32,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7159e756ef7b1f04985894cc8912bc1573a59a34" 2018-10-10 14:39:32,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cef01f6-351a-4059-83c9-b28c78e73a82 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:39:32,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-4cef01f6-351a-4059-83c9-b28c78e73a82 2018-10-10 14:39:32,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:32,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4ac49a17-80a1-4def-817d-3cdfdbfee99a Date: Wed, 10 Oct 2018 14:39:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:29Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"0a78ec20-c048-4378-a7f4-636776bb4cdb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-subnet"}]} 2018-10-10 14:39:32,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2 used request id req-4ac49a17-80a1-4def-817d-3cdfdbfee99a 2018-10-10 14:39:32,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2&name=NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:32,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-74e62bbd-ce89-429d-8d76-c855e787b081 Date: Wed, 10 Oct 2018 14:39:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:29Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"0a78ec20-c048-4378-a7f4-636776bb4cdb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-subnet"}]} 2018-10-10 14:39:32,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27b0fcd5-d1a0-459a-8e34-1f40298fc9f2&name=NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-subnet used request id req-74e62bbd-ce89-429d-8d76-c855e787b081 2018-10-10 14:39:32,644 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-net 2018-10-10 14:39:32,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" -d '{"port": {"network_id": "27b0fcd5-d1a0-459a-8e34-1f40298fc9f2", "fixed_ips": [{"subnet_id": "0a78ec20-c048-4378-a7f4-636776bb4cdb", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-port", "admin_state_up": true}}' 2018-10-10 14:39:33,442 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-b969240e-a647-4614-9e6e-8dd8057e8246 Date: Wed, 10 Oct 2018 14:39:33 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:33Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0a78ec20-c048-4378-a7f4-636776bb4cdb","ip_address":"10.55.1.100"}],"id":"939201cf-7c03-477c-8e3f-61870f230b66","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:72:1c:40","project_id":"50b165d5212f42f49cf85a43939820c6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-port","admin_state_up":true,"network_id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:33Z","binding:vnic_type":"normal"}} 2018-10-10 14:39:33,442 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-b969240e-a647-4614-9e6e-8dd8057e8246 2018-10-10 14:39:33,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:33,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4190 X-Openstack-Request-Id: req-ce647aa2-3fca-4aa1-b4f2-d6c829063845 Date: Wed, 10 Oct 2018 14:39:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:01Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.201"}],"id":"0e3e35db-4e58-4661-8a49-8aee6f7899f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e0:c6:84","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4d4138a0-6dcb-456c-84c2-6cee70d41092","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:39:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0a78ec20-c048-4378-a7f4-636776bb4cdb","ip_address":"10.55.1.3"}],"id":"5b4ca78c-86bc-490b-a1e8-7261dbff498e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:3d:4e","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","name":"","admin_state_up":true,"network_id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:32Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0a78ec20-c048-4378-a7f4-636776bb4cdb","ip_address":"10.55.1.4"}],"id":"6ef103f9-e1bc-455c-92ca-d747e3baaa64","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:40:c6:0a","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","name":"","admin_state_up":true,"network_id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0a78ec20-c048-4378-a7f4-636776bb4cdb","ip_address":"10.55.1.2"}],"id":"90f066bc-d7e5-493e-abc5-fa46e79d6149","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ac:a5:1e","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","name":"","admin_state_up":true,"network_id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:33Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0a78ec20-c048-4378-a7f4-636776bb4cdb","ip_address":"10.55.1.100"}],"id":"939201cf-7c03-477c-8e3f-61870f230b66","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:72:1c:40","project_id":"50b165d5212f42f49cf85a43939820c6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-port","admin_state_up":true,"network_id":"27b0fcd5-d1a0-459a-8e34-1f40298fc9f2","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:33Z","binding:vnic_type":"normal"}]} 2018-10-10 14:39:33,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports used request id req-ce647aa2-3fca-4aa1-b4f2-d6c829063845 2018-10-10 14:39:33,718 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-port 2018-10-10 14:39:33,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/939201cf-7c03-477c-8e3f-61870f230b66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:34,531 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-82b8dd4a-8e33-4456-aafc-135bd556b097 Date: Wed, 10 Oct 2018 14:39:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:39:34,531 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/939201cf-7c03-477c-8e3f-61870f230b66 used request id req-82b8dd4a-8e33-4456-aafc-135bd556b097 2018-10-10 14:39:34,531 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-subnet 2018-10-10 14:39:34,531 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-subnet 2018-10-10 14:39:34,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/0a78ec20-c048-4378-a7f4-636776bb4cdb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:36,579 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8084adf6-14ea-4ad2-adf6-c319fab70224 Date: Wed, 10 Oct 2018 14:39:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:39:36,579 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/0a78ec20-c048-4378-a7f4-636776bb4cdb used request id req-8084adf6-14ea-4ad2-adf6-c319fab70224 2018-10-10 14:39:36,579 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-0d6bfe92-f1e1-4d25-a32f-f3315121ae70-pub-net 2018-10-10 14:39:36,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/27b0fcd5-d1a0-459a-8e34-1f40298fc9f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960b32f11ffbb4c9a0fd96799d0d40f6624704e0" 2018-10-10 14:39:38,371 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd7730de-c0e4-4a00-b03f-b98785a6ab7d Date: Wed, 10 Oct 2018 14:39:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:39:38,371 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/27b0fcd5-d1a0-459a-8e34-1f40298fc9f2 used request id req-bd7730de-c0e4-4a00-b03f-b98785a6ab7d 2018-10-10 14:39:38,373 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:39:38,757 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:39:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["fNVqKIumSxyMEADC4IcLUA"], "issued_at": "2018-10-10T14:39:38.000000Z"}} 2018-10-10 14:39:38,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:38,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5267c3be-d642-4e00-bce6-6fc090831e27 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:39:38,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5267c3be-d642-4e00-bce6-6fc090831e27 2018-10-10 14:39:38,848 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-net 2018-10-10 14:39:38,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" -d '{"network": {"name": "NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-net", "admin_state_up": true}}' 2018-10-10 14:39:39,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-8100a549-c315-4ea0-b66f-6f15170eed2e Date: Wed, 10 Oct 2018 14:39:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"86bf6520-4f70-493e-990c-d419e357ce9a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:39:39Z","is_default":false,"provider:segmentation_id":51,"name":"NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:39Z","mtu":1450}} 2018-10-10 14:39:39,287 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-8100a549-c315-4ea0-b66f-6f15170eed2e 2018-10-10 14:39:39,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=86bf6520-4f70-493e-990c-d419e357ce9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:39,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c3e937d0-be04-45ba-aae9-a733ca10d4c5 Date: Wed, 10 Oct 2018 14:39:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"86bf6520-4f70-493e-990c-d419e357ce9a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:39:39Z","provider:segmentation_id":51,"name":"NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:39Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:39,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=86bf6520-4f70-493e-990c-d419e357ce9a used request id req-c3e937d0-be04-45ba-aae9-a733ca10d4c5 2018-10-10 14:39:39,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=86bf6520-4f70-493e-990c-d419e357ce9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:39,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5333d229-3c17-4545-adb7-fd7fa3c59b73 Date: Wed, 10 Oct 2018 14:39:39 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:39:39,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=86bf6520-4f70-493e-990c-d419e357ce9a used request id req-5333d229-3c17-4545-adb7-fd7fa3c59b73 2018-10-10 14:39:39,900 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-subnet 2018-10-10 14:39:39,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" -d '{"subnets": [{"ip_version": 4, "network_id": "86bf6520-4f70-493e-990c-d419e357ce9a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-subnet"}]}' 2018-10-10 14:39:40,556 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-08bad711-e9ee-4559-89d4-7832cca5c461 Date: Wed, 10 Oct 2018 14:39:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86bf6520-4f70-493e-990c-d419e357ce9a","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:40Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:40Z","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":"50b165d5212f42f49cf85a43939820c6","id":"3d94875d-db69-43c1-9367-5dbc4fb750b8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-subnet"}]} 2018-10-10 14:39:40,556 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-08bad711-e9ee-4559-89d4-7832cca5c461 2018-10-10 14:39:40,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=86bf6520-4f70-493e-990c-d419e357ce9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:40,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-63819f0e-60c4-4b8f-bd1c-24fead539c7e Date: Wed, 10 Oct 2018 14:39:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"86bf6520-4f70-493e-990c-d419e357ce9a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["3d94875d-db69-43c1-9367-5dbc4fb750b8"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:40Z","provider:segmentation_id":51,"name":"NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:39Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:40,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=86bf6520-4f70-493e-990c-d419e357ce9a used request id req-63819f0e-60c4-4b8f-bd1c-24fead539c7e 2018-10-10 14:39:40,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=86bf6520-4f70-493e-990c-d419e357ce9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:41,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fa52eaba-b201-4f4a-944d-265a8b7eb927 Date: Wed, 10 Oct 2018 14:39:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86bf6520-4f70-493e-990c-d419e357ce9a","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:40Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"3d94875d-db69-43c1-9367-5dbc4fb750b8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-subnet"}]} 2018-10-10 14:39:41,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=86bf6520-4f70-493e-990c-d419e357ce9a used request id req-fa52eaba-b201-4f4a-944d-265a8b7eb927 2018-10-10 14:39:41,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:42,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f86a8dea-d780-47d1-bcf3-4276bb82dcd3 Date: Wed, 10 Oct 2018 14:39:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"86bf6520-4f70-493e-990c-d419e357ce9a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["3d94875d-db69-43c1-9367-5dbc4fb750b8"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:40Z","provider:segmentation_id":51,"name":"NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:39Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:42,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-net used request id req-f86a8dea-d780-47d1-bcf3-4276bb82dcd3 2018-10-10 14:39:42,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:39:42,122 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:39: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:39:42,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:42,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d4486dc-1628-4423-9775-02c9dea482a7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:39:42,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-1d4486dc-1628-4423-9775-02c9dea482a7 2018-10-10 14:39:42,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=86bf6520-4f70-493e-990c-d419e357ce9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:42,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1c4cad0c-4244-4af4-8614-84a2d4b40cc6 Date: Wed, 10 Oct 2018 14:39:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86bf6520-4f70-493e-990c-d419e357ce9a","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:40Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"3d94875d-db69-43c1-9367-5dbc4fb750b8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-subnet"}]} 2018-10-10 14:39:42,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=86bf6520-4f70-493e-990c-d419e357ce9a used request id req-1c4cad0c-4244-4af4-8614-84a2d4b40cc6 2018-10-10 14:39:42,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=86bf6520-4f70-493e-990c-d419e357ce9a&name=NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:42,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b96276be-e38d-4542-9eb0-3e8019ab74e2 Date: Wed, 10 Oct 2018 14:39:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86bf6520-4f70-493e-990c-d419e357ce9a","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:40Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"3d94875d-db69-43c1-9367-5dbc4fb750b8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-subnet"}]} 2018-10-10 14:39:42,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=86bf6520-4f70-493e-990c-d419e357ce9a&name=NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-subnet used request id req-b96276be-e38d-4542-9eb0-3e8019ab74e2 2018-10-10 14:39:42,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:39:42,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:39:43,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:39:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["0hin2-8SSbK_FtEtwRRa-A"], "issued_at": "2018-10-10T14:39:43.000000Z"}} 2018-10-10 14:39:43,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8bad2af5b2165216821ea4efc08de539cbbe3e" 2018-10-10 14:39:43,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39a1b038-ab6a-49ba-a8bc-565dfa63d654 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:39:43,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-39a1b038-ab6a-49ba-a8bc-565dfa63d654 2018-10-10 14:39:43,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:43,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-41938a08-74ba-4a06-a178-0311ff259d4c Date: Wed, 10 Oct 2018 14:39:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"86bf6520-4f70-493e-990c-d419e357ce9a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["3d94875d-db69-43c1-9367-5dbc4fb750b8"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:40Z","provider:segmentation_id":51,"name":"NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:39Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:43,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-net used request id req-41938a08-74ba-4a06-a178-0311ff259d4c 2018-10-10 14:39:43,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=86bf6520-4f70-493e-990c-d419e357ce9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:43,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7cf2ff35-b66b-49f7-b3db-7a4024137d1a Date: Wed, 10 Oct 2018 14:39:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86bf6520-4f70-493e-990c-d419e357ce9a","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:40Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"3d94875d-db69-43c1-9367-5dbc4fb750b8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-subnet"}]} 2018-10-10 14:39:43,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=86bf6520-4f70-493e-990c-d419e357ce9a used request id req-7cf2ff35-b66b-49f7-b3db-7a4024137d1a 2018-10-10 14:39:43,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:43,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-34fe15ce-dd32-4b36-a928-6340c347a0c6 Date: Wed, 10 Oct 2018 14:39:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"86bf6520-4f70-493e-990c-d419e357ce9a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["3d94875d-db69-43c1-9367-5dbc4fb750b8"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:40Z","provider:segmentation_id":51,"name":"NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:39Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:43,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-net used request id req-34fe15ce-dd32-4b36-a928-6340c347a0c6 2018-10-10 14:39:43,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:39:43,717 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:39:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:39:43,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8bad2af5b2165216821ea4efc08de539cbbe3e" 2018-10-10 14:39:43,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e53d4095-7564-4709-9ce4-01acdd5da46b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:39:43,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-e53d4095-7564-4709-9ce4-01acdd5da46b 2018-10-10 14:39:43,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=86bf6520-4f70-493e-990c-d419e357ce9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:44,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4fb516a1-b989-43ce-b01c-26e208b2e7b0 Date: Wed, 10 Oct 2018 14:39:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86bf6520-4f70-493e-990c-d419e357ce9a","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:40Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"3d94875d-db69-43c1-9367-5dbc4fb750b8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-subnet"}]} 2018-10-10 14:39:44,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=86bf6520-4f70-493e-990c-d419e357ce9a used request id req-4fb516a1-b989-43ce-b01c-26e208b2e7b0 2018-10-10 14:39:44,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=86bf6520-4f70-493e-990c-d419e357ce9a&name=NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:44,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c39fa01f-1c84-4d39-a741-db74acb09bc2 Date: Wed, 10 Oct 2018 14:39:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86bf6520-4f70-493e-990c-d419e357ce9a","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:40Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"3d94875d-db69-43c1-9367-5dbc4fb750b8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-subnet"}]} 2018-10-10 14:39:44,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=86bf6520-4f70-493e-990c-d419e357ce9a&name=NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-subnet used request id req-c39fa01f-1c84-4d39-a741-db74acb09bc2 2018-10-10 14:39:44,070 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-net 2018-10-10 14:39:44,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" -d '{"port": {"network_id": "86bf6520-4f70-493e-990c-d419e357ce9a", "fixed_ips": [{"subnet_id": "3d94875d-db69-43c1-9367-5dbc4fb750b8", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-port", "admin_state_up": true}}' 2018-10-10 14:39:44,657 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-69dbb312-11c0-404e-9576-8144063d1447 Date: Wed, 10 Oct 2018 14:39:44 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:44Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3d94875d-db69-43c1-9367-5dbc4fb750b8","ip_address":"10.55.1.100"}],"id":"b92a87c4-e959-44e4-ae73-19c713872d79","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8f:87:5f","project_id":"50b165d5212f42f49cf85a43939820c6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-port","admin_state_up":true,"network_id":"86bf6520-4f70-493e-990c-d419e357ce9a","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:44Z","binding:vnic_type":"normal"}} 2018-10-10 14:39:44,657 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-69dbb312-11c0-404e-9576-8144063d1447 2018-10-10 14:39:44,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:44,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4190 X-Openstack-Request-Id: req-07612ed7-3a17-4326-8e92-4ef8a02cc3f1 Date: Wed, 10 Oct 2018 14:39:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:01Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.201"}],"id":"0e3e35db-4e58-4661-8a49-8aee6f7899f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e0:c6:84","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4d4138a0-6dcb-456c-84c2-6cee70d41092","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:39:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:41Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3d94875d-db69-43c1-9367-5dbc4fb750b8","ip_address":"10.55.1.2"}],"id":"4100605f-758b-4fb1-9cf3-f43f612976d2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:fa:e7","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-86bf6520-4f70-493e-990c-d419e357ce9a","name":"","admin_state_up":true,"network_id":"86bf6520-4f70-493e-990c-d419e357ce9a","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:41Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3d94875d-db69-43c1-9367-5dbc4fb750b8","ip_address":"10.55.1.3"}],"id":"6a16e051-66b2-4e9e-a1db-0a95c91793af","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:e5:c3","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-86bf6520-4f70-493e-990c-d419e357ce9a","name":"","admin_state_up":true,"network_id":"86bf6520-4f70-493e-990c-d419e357ce9a","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:44Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3d94875d-db69-43c1-9367-5dbc4fb750b8","ip_address":"10.55.1.100"}],"id":"b92a87c4-e959-44e4-ae73-19c713872d79","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8f:87:5f","project_id":"50b165d5212f42f49cf85a43939820c6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-port","admin_state_up":true,"network_id":"86bf6520-4f70-493e-990c-d419e357ce9a","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:44Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3d94875d-db69-43c1-9367-5dbc4fb750b8","ip_address":"10.55.1.4"}],"id":"c33a633c-56ea-4982-b44e-bce045a97d33","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:cd:f3","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-86bf6520-4f70-493e-990c-d419e357ce9a","name":"","admin_state_up":true,"network_id":"86bf6520-4f70-493e-990c-d419e357ce9a","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:42Z","binding:vnic_type":"normal"}]} 2018-10-10 14:39:44,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports used request id req-07612ed7-3a17-4326-8e92-4ef8a02cc3f1 2018-10-10 14:39:44,861 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-port 2018-10-10 14:39:44,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/b92a87c4-e959-44e4-ae73-19c713872d79 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:45,308 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6a229e2d-61de-4d98-a48c-607c8e4a6847 Date: Wed, 10 Oct 2018 14:39:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:39:45,308 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/b92a87c4-e959-44e4-ae73-19c713872d79 used request id req-6a229e2d-61de-4d98-a48c-607c8e4a6847 2018-10-10 14:39:45,308 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-subnet 2018-10-10 14:39:45,308 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-subnet 2018-10-10 14:39:45,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/3d94875d-db69-43c1-9367-5dbc4fb750b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:47,335 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6709aff2-ac60-491d-9ee5-320ea51e2e6e Date: Wed, 10 Oct 2018 14:39:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:39:47,336 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/3d94875d-db69-43c1-9367-5dbc4fb750b8 used request id req-6709aff2-ac60-491d-9ee5-320ea51e2e6e 2018-10-10 14:39:47,336 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-72c936b2-e989-48f6-99f7-8eb0ecd4f7f7-pub-net 2018-10-10 14:39:47,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/86bf6520-4f70-493e-990c-d419e357ce9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28707d0f42b312da11447f12dd31967151f0b891" 2018-10-10 14:39:48,962 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c38559c4-0e52-41d4-b3b0-02cb277f7807 Date: Wed, 10 Oct 2018 14:39:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:39:48,962 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/86bf6520-4f70-493e-990c-d419e357ce9a used request id req-c38559c4-0e52-41d4-b3b0-02cb277f7807 2018-10-10 14:39:48,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:39:49,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:39:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["QPJUOwhGQG6rwtyh-qCBUw"], "issued_at": "2018-10-10T14:39:49.000000Z"}} 2018-10-10 14:39:49,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" 2018-10-10 14:39:49,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf8cdb34-6739-49c2-987d-7d65dd1c6474 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:39:49,432 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cf8cdb34-6739-49c2-987d-7d65dd1c6474 2018-10-10 14:39:49,434 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-net 2018-10-10 14:39:49,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" -d '{"network": {"name": "NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-net", "admin_state_up": true}}' 2018-10-10 14:39:49,830 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-e782e989-8004-4130-abc1-e6cd054edbed Date: Wed, 10 Oct 2018 14:39:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c4a07941-c9a4-4b39-8ad3-1041a11c0915","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:39:49Z","is_default":false,"provider:segmentation_id":99,"name":"NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:49Z","mtu":1450}} 2018-10-10 14:39:49,831 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-e782e989-8004-4130-abc1-e6cd054edbed 2018-10-10 14:39:49,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=c4a07941-c9a4-4b39-8ad3-1041a11c0915 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" 2018-10-10 14:39:50,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-48d7dad2-1008-4728-ab41-18255fe02a4f Date: Wed, 10 Oct 2018 14:39:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c4a07941-c9a4-4b39-8ad3-1041a11c0915","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:39:49Z","provider:segmentation_id":99,"name":"NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:49Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:50,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=c4a07941-c9a4-4b39-8ad3-1041a11c0915 used request id req-48d7dad2-1008-4728-ab41-18255fe02a4f 2018-10-10 14:39:50,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c4a07941-c9a4-4b39-8ad3-1041a11c0915 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" 2018-10-10 14:39:50,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e686b769-7c8a-4ab3-999b-41dfefec7fca Date: Wed, 10 Oct 2018 14:39:50 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:39:50,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c4a07941-c9a4-4b39-8ad3-1041a11c0915 used request id req-e686b769-7c8a-4ab3-999b-41dfefec7fca 2018-10-10 14:39:50,230 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-subnet 2018-10-10 14:39:50,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" -d '{"subnets": [{"ip_version": 4, "network_id": "c4a07941-c9a4-4b39-8ad3-1041a11c0915", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-subnet"}]}' 2018-10-10 14:39:50,769 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6a94fe80-ef50-477a-90b8-498eaaf27aef Date: Wed, 10 Oct 2018 14:39:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c4a07941-c9a4-4b39-8ad3-1041a11c0915","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:50Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:50Z","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":"50b165d5212f42f49cf85a43939820c6","id":"195d6899-a18a-4498-bdb1-b504baa60a08","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-subnet"}]} 2018-10-10 14:39:50,769 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-6a94fe80-ef50-477a-90b8-498eaaf27aef 2018-10-10 14:39:50,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=c4a07941-c9a4-4b39-8ad3-1041a11c0915 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" 2018-10-10 14:39:50,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c46c39f9-9f45-434b-bfd8-82fbf76ee4e4 Date: Wed, 10 Oct 2018 14:39:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c4a07941-c9a4-4b39-8ad3-1041a11c0915","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["195d6899-a18a-4498-bdb1-b504baa60a08"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:50Z","provider:segmentation_id":99,"name":"NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:49Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:50,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=c4a07941-c9a4-4b39-8ad3-1041a11c0915 used request id req-c46c39f9-9f45-434b-bfd8-82fbf76ee4e4 2018-10-10 14:39:50,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c4a07941-c9a4-4b39-8ad3-1041a11c0915 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" 2018-10-10 14:39:51,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4308cd90-acb5-4161-ba71-31ef1faca090 Date: Wed, 10 Oct 2018 14:39:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c4a07941-c9a4-4b39-8ad3-1041a11c0915","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:50Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"195d6899-a18a-4498-bdb1-b504baa60a08","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-subnet"}]} 2018-10-10 14:39:51,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c4a07941-c9a4-4b39-8ad3-1041a11c0915 used request id req-4308cd90-acb5-4161-ba71-31ef1faca090 2018-10-10 14:39:51,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" 2018-10-10 14:39:51,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-347dd047-2737-4b41-ac6f-63f682f23bee Date: Wed, 10 Oct 2018 14:39:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c4a07941-c9a4-4b39-8ad3-1041a11c0915","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["195d6899-a18a-4498-bdb1-b504baa60a08"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:50Z","provider:segmentation_id":99,"name":"NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:49Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:51,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-net used request id req-347dd047-2737-4b41-ac6f-63f682f23bee 2018-10-10 14:39:51,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:39:51,228 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:39: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:39:51,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" 2018-10-10 14:39:51,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfa3a546-1946-4516-845b-8615f5dc5241 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:39:51,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-bfa3a546-1946-4516-845b-8615f5dc5241 2018-10-10 14:39:51,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c4a07941-c9a4-4b39-8ad3-1041a11c0915 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" 2018-10-10 14:39:51,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-867df6fb-721e-4e21-8f87-be4858bdfe49 Date: Wed, 10 Oct 2018 14:39:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c4a07941-c9a4-4b39-8ad3-1041a11c0915","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:50Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"195d6899-a18a-4498-bdb1-b504baa60a08","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-subnet"}]} 2018-10-10 14:39:51,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c4a07941-c9a4-4b39-8ad3-1041a11c0915 used request id req-867df6fb-721e-4e21-8f87-be4858bdfe49 2018-10-10 14:39:51,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c4a07941-c9a4-4b39-8ad3-1041a11c0915&name=NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" 2018-10-10 14:39:51,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f840213e-70fa-41b7-a883-a48ff2893e9f Date: Wed, 10 Oct 2018 14:39:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c4a07941-c9a4-4b39-8ad3-1041a11c0915","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:50Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"195d6899-a18a-4498-bdb1-b504baa60a08","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-subnet"}]} 2018-10-10 14:39:51,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c4a07941-c9a4-4b39-8ad3-1041a11c0915&name=NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-subnet used request id req-f840213e-70fa-41b7-a883-a48ff2893e9f 2018-10-10 14:39:51,594 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:39:51,595 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:39:51,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:39:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["fWnUZIFdR6e0aN-Weoht1g"], "issued_at": "2018-10-10T14:39:51.000000Z"}} 2018-10-10 14:39:51,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8f3bd5053b119e78832306d9ce7a34f96fb5063" 2018-10-10 14:39:52,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-845f6127-3017-4e8a-bea1-42933eca5172 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:39:52,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-845f6127-3017-4e8a-bea1-42933eca5172 2018-10-10 14:39:52,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" 2018-10-10 14:39:52,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-bca0d35e-c84a-4a2e-9763-3c2a7494e2ad Date: Wed, 10 Oct 2018 14:39:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c4a07941-c9a4-4b39-8ad3-1041a11c0915","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["195d6899-a18a-4498-bdb1-b504baa60a08"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:50Z","provider:segmentation_id":99,"name":"NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:49Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:52,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-net used request id req-bca0d35e-c84a-4a2e-9763-3c2a7494e2ad 2018-10-10 14:39:52,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c4a07941-c9a4-4b39-8ad3-1041a11c0915 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" 2018-10-10 14:39:52,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-72dc9a3d-6a22-474d-b33f-e53bcc79a30c Date: Wed, 10 Oct 2018 14:39:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c4a07941-c9a4-4b39-8ad3-1041a11c0915","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:50Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"195d6899-a18a-4498-bdb1-b504baa60a08","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-subnet"}]} 2018-10-10 14:39:52,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c4a07941-c9a4-4b39-8ad3-1041a11c0915 used request id req-72dc9a3d-6a22-474d-b33f-e53bcc79a30c 2018-10-10 14:39:52,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" 2018-10-10 14:39:52,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7e23d460-6fe0-4f44-8469-344447efd443 Date: Wed, 10 Oct 2018 14:39:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c4a07941-c9a4-4b39-8ad3-1041a11c0915","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["195d6899-a18a-4498-bdb1-b504baa60a08"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:50Z","provider:segmentation_id":99,"name":"NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:49Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:52,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-net used request id req-7e23d460-6fe0-4f44-8469-344447efd443 2018-10-10 14:39:52,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:39:52,487 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:39: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:39:52,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8f3bd5053b119e78832306d9ce7a34f96fb5063" 2018-10-10 14:39:52,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-694f94f0-e51c-4a21-90ef-43be5f792d97 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:39:52,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-694f94f0-e51c-4a21-90ef-43be5f792d97 2018-10-10 14:39:52,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c4a07941-c9a4-4b39-8ad3-1041a11c0915 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" 2018-10-10 14:39:52,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-08717e00-0cf9-4ce2-ae4f-61fe8281337a Date: Wed, 10 Oct 2018 14:39:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c4a07941-c9a4-4b39-8ad3-1041a11c0915","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:50Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"195d6899-a18a-4498-bdb1-b504baa60a08","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-subnet"}]} 2018-10-10 14:39:52,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c4a07941-c9a4-4b39-8ad3-1041a11c0915 used request id req-08717e00-0cf9-4ce2-ae4f-61fe8281337a 2018-10-10 14:39:52,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c4a07941-c9a4-4b39-8ad3-1041a11c0915&name=NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" 2018-10-10 14:39:53,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d22fd5a5-797c-4c9a-99f3-f419b7026150 Date: Wed, 10 Oct 2018 14:39:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c4a07941-c9a4-4b39-8ad3-1041a11c0915","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:50Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"195d6899-a18a-4498-bdb1-b504baa60a08","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-subnet"}]} 2018-10-10 14:39:53,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c4a07941-c9a4-4b39-8ad3-1041a11c0915&name=NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-subnet used request id req-d22fd5a5-797c-4c9a-99f3-f419b7026150 2018-10-10 14:39:53,001 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-net 2018-10-10 14:39:53,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" -d '{"port": {"network_id": "c4a07941-c9a4-4b39-8ad3-1041a11c0915", "fixed_ips": [{"subnet_id": "195d6899-a18a-4498-bdb1-b504baa60a08", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-port", "admin_state_up": true}}' 2018-10-10 14:39:53,196 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-9f3423d6-a3bc-4b57-85ab-b5b49993040a Date: Wed, 10 Oct 2018 14:39:53 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-10 14:39:53,196 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-9f3423d6-a3bc-4b57-85ab-b5b49993040a 2018-10-10 14:39:53,196 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-10 14:39:53,197 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-subnet 2018-10-10 14:39:53,197 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-subnet 2018-10-10 14:39:53,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/195d6899-a18a-4498-bdb1-b504baa60a08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" 2018-10-10 14:39:55,417 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c5cb8494-d604-4149-8cb9-17e25e5a42f8 Date: Wed, 10 Oct 2018 14:39:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:39:55,417 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/195d6899-a18a-4498-bdb1-b504baa60a08 used request id req-c5cb8494-d604-4149-8cb9-17e25e5a42f8 2018-10-10 14:39:55,417 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-0a884430-fbb8-4101-adfc-c3f36936a71a-pub-net 2018-10-10 14:39:55,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/c4a07941-c9a4-4b39-8ad3-1041a11c0915 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e9ef580961d6958923ad7a2648d5e37efd2f56" 2018-10-10 14:39:56,842 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8e9a0960-c206-4b78-aa58-7f07c8145372 Date: Wed, 10 Oct 2018 14:39:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:39:56,842 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/c4a07941-c9a4-4b39-8ad3-1041a11c0915 used request id req-8e9a0960-c206-4b78-aa58-7f07c8145372 2018-10-10 14:39:56,844 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:39:57,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:39:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["k9DQFXioQki9yRM9igwvog"], "issued_at": "2018-10-10T14:39:57.000000Z"}} 2018-10-10 14:39:57,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" 2018-10-10 14:39:57,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d7f2776-6b0e-456b-851a-21d3fec6f232 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:39:57,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3d7f2776-6b0e-456b-851a-21d3fec6f232 2018-10-10 14:39:57,307 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-net 2018-10-10 14:39:57,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" -d '{"network": {"name": "NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-net", "admin_state_up": true}}' 2018-10-10 14:39:57,711 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-955f2126-9683-4e69-b27a-3115064f2ca7 Date: Wed, 10 Oct 2018 14:39:57 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"67bce298-ed10-431c-89bc-1d417a5f2774","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:39:57Z","is_default":false,"provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:57Z","mtu":1450}} 2018-10-10 14:39:57,711 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-955f2126-9683-4e69-b27a-3115064f2ca7 2018-10-10 14:39:57,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=67bce298-ed10-431c-89bc-1d417a5f2774 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" 2018-10-10 14:39:57,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7b6caa96-79b2-4aa1-a000-8f7bb054a2d6 Date: Wed, 10 Oct 2018 14:39:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"67bce298-ed10-431c-89bc-1d417a5f2774","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:39:57Z","provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:57Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:57,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=67bce298-ed10-431c-89bc-1d417a5f2774 used request id req-7b6caa96-79b2-4aa1-a000-8f7bb054a2d6 2018-10-10 14:39:57,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=67bce298-ed10-431c-89bc-1d417a5f2774 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" 2018-10-10 14:39:58,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-55af1f96-7691-4282-a266-469f953b6512 Date: Wed, 10 Oct 2018 14:39:58 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:39:58,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=67bce298-ed10-431c-89bc-1d417a5f2774 used request id req-55af1f96-7691-4282-a266-469f953b6512 2018-10-10 14:39:58,132 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-subnet 2018-10-10 14:39:58,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" -d '{"subnets": [{"ip_version": 4, "network_id": "67bce298-ed10-431c-89bc-1d417a5f2774", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-subnet"}]}' 2018-10-10 14:39:58,884 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c462c6d5-3b97-419c-a036-dd6aba01190e Date: Wed, 10 Oct 2018 14:39:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67bce298-ed10-431c-89bc-1d417a5f2774","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:58Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:58Z","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":"50b165d5212f42f49cf85a43939820c6","id":"92510821-7602-4535-a61d-b97b3c78d14f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-subnet"}]} 2018-10-10 14:39:58,884 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-c462c6d5-3b97-419c-a036-dd6aba01190e 2018-10-10 14:39:58,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=67bce298-ed10-431c-89bc-1d417a5f2774 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" 2018-10-10 14:39:58,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-64a9be67-cac2-48e3-91f5-f94f56c6a6c0 Date: Wed, 10 Oct 2018 14:39:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"67bce298-ed10-431c-89bc-1d417a5f2774","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["92510821-7602-4535-a61d-b97b3c78d14f"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:58Z","provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:57Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:58,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=67bce298-ed10-431c-89bc-1d417a5f2774 used request id req-64a9be67-cac2-48e3-91f5-f94f56c6a6c0 2018-10-10 14:39:58,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=67bce298-ed10-431c-89bc-1d417a5f2774 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" 2018-10-10 14:39:59,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e863127c-ede9-4e75-b4c5-ad3548bf84f2 Date: Wed, 10 Oct 2018 14:39:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67bce298-ed10-431c-89bc-1d417a5f2774","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:58Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"92510821-7602-4535-a61d-b97b3c78d14f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-subnet"}]} 2018-10-10 14:39:59,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=67bce298-ed10-431c-89bc-1d417a5f2774 used request id req-e863127c-ede9-4e75-b4c5-ad3548bf84f2 2018-10-10 14:39:59,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" 2018-10-10 14:39:59,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-601b3949-342f-43e1-bcc0-6b4eb9c28d68 Date: Wed, 10 Oct 2018 14:39:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"67bce298-ed10-431c-89bc-1d417a5f2774","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["92510821-7602-4535-a61d-b97b3c78d14f"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:58Z","provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:57Z","provider:network_type":"vxlan"}]} 2018-10-10 14:39:59,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-net used request id req-601b3949-342f-43e1-bcc0-6b4eb9c28d68 2018-10-10 14:39:59,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:39:59,450 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:39: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:39:59,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" 2018-10-10 14:39:59,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:39:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f89c7110-2202-4ca6-94a5-eb9d261f33ce Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:39:59,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-f89c7110-2202-4ca6-94a5-eb9d261f33ce 2018-10-10 14:39:59,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=67bce298-ed10-431c-89bc-1d417a5f2774 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" 2018-10-10 14:39:59,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9f7889b6-f345-4d2d-b6e2-e118b0c82386 Date: Wed, 10 Oct 2018 14:39:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67bce298-ed10-431c-89bc-1d417a5f2774","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:58Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"92510821-7602-4535-a61d-b97b3c78d14f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-subnet"}]} 2018-10-10 14:39:59,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=67bce298-ed10-431c-89bc-1d417a5f2774 used request id req-9f7889b6-f345-4d2d-b6e2-e118b0c82386 2018-10-10 14:39:59,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=67bce298-ed10-431c-89bc-1d417a5f2774&name=NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" 2018-10-10 14:39:59,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f0b808b2-f292-44ad-b1cd-aeb30ab8ee4d Date: Wed, 10 Oct 2018 14:39:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67bce298-ed10-431c-89bc-1d417a5f2774","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:58Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"92510821-7602-4535-a61d-b97b3c78d14f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-subnet"}]} 2018-10-10 14:39:59,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=67bce298-ed10-431c-89bc-1d417a5f2774&name=NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-subnet used request id req-f0b808b2-f292-44ad-b1cd-aeb30ab8ee4d 2018-10-10 14:39:59,844 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:39:59,845 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:00,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["fUA8S60kTgWh1HKKABOyIA"], "issued_at": "2018-10-10T14:40:00.000000Z"}} 2018-10-10 14:40:00,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818161b0ffbe427963808ce42744457f3f69d9d4" 2018-10-10 14:40:00,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51daa830-9206-4c0d-839c-26071425c91d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:00,320 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-51daa830-9206-4c0d-839c-26071425c91d 2018-10-10 14:40:00,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" 2018-10-10 14:40:00,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-be126d52-76c9-4576-a41a-74b288f51f8e Date: Wed, 10 Oct 2018 14:40:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"67bce298-ed10-431c-89bc-1d417a5f2774","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["92510821-7602-4535-a61d-b97b3c78d14f"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:58Z","provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:57Z","provider:network_type":"vxlan"}]} 2018-10-10 14:40:00,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-net used request id req-be126d52-76c9-4576-a41a-74b288f51f8e 2018-10-10 14:40:00,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=67bce298-ed10-431c-89bc-1d417a5f2774 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" 2018-10-10 14:40:00,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b1d5f08b-72c7-4940-b079-dce3fda70481 Date: Wed, 10 Oct 2018 14:40:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67bce298-ed10-431c-89bc-1d417a5f2774","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:58Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"92510821-7602-4535-a61d-b97b3c78d14f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-subnet"}]} 2018-10-10 14:40:00,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=67bce298-ed10-431c-89bc-1d417a5f2774 used request id req-b1d5f08b-72c7-4940-b079-dce3fda70481 2018-10-10 14:40:00,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" 2018-10-10 14:40:01,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ab507b1c-4624-47a0-8fdf-f6eae45693ed Date: Wed, 10 Oct 2018 14:40:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"67bce298-ed10-431c-89bc-1d417a5f2774","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["92510821-7602-4535-a61d-b97b3c78d14f"],"description":"","tags":[],"updated_at":"2018-10-10T14:39:58Z","provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:57Z","provider:network_type":"vxlan"}]} 2018-10-10 14:40:01,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-net used request id req-ab507b1c-4624-47a0-8fdf-f6eae45693ed 2018-10-10 14:40:01,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:40:01,083 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:40: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:40:01,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818161b0ffbe427963808ce42744457f3f69d9d4" 2018-10-10 14:40:01,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47de72ec-a0f7-4cc4-ae97-7a5683e23ac2 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:40:01,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-47de72ec-a0f7-4cc4-ae97-7a5683e23ac2 2018-10-10 14:40:01,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=67bce298-ed10-431c-89bc-1d417a5f2774 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" 2018-10-10 14:40:01,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-07856bea-cbdc-4e09-94ec-2efb4323cb63 Date: Wed, 10 Oct 2018 14:40:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67bce298-ed10-431c-89bc-1d417a5f2774","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:58Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"92510821-7602-4535-a61d-b97b3c78d14f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-subnet"}]} 2018-10-10 14:40:01,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=67bce298-ed10-431c-89bc-1d417a5f2774 used request id req-07856bea-cbdc-4e09-94ec-2efb4323cb63 2018-10-10 14:40:01,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=67bce298-ed10-431c-89bc-1d417a5f2774&name=NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" 2018-10-10 14:40:01,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8bf60845-1fb5-47f1-9a5a-9e93b5c62fd2 Date: Wed, 10 Oct 2018 14:40:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67bce298-ed10-431c-89bc-1d417a5f2774","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:39:58Z","dns_nameservers":[],"updated_at":"2018-10-10T14:39:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"92510821-7602-4535-a61d-b97b3c78d14f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-subnet"}]} 2018-10-10 14:40:01,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=67bce298-ed10-431c-89bc-1d417a5f2774&name=NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-subnet used request id req-8bf60845-1fb5-47f1-9a5a-9e93b5c62fd2 2018-10-10 14:40:01,431 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-net 2018-10-10 14:40:01,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" -d '{"port": {"network_id": "67bce298-ed10-431c-89bc-1d417a5f2774", "fixed_ips": [{"subnet_id": "92510821-7602-4535-a61d-b97b3c78d14f", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-port", "admin_state_up": true}}' 2018-10-10 14:40:01,806 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-d2a86e3d-eed4-40b4-aafc-efbfc129a63b Date: Wed, 10 Oct 2018 14:40:01 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-10-10 14:40:01,806 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-d2a86e3d-eed4-40b4-aafc-efbfc129a63b 2018-10-10 14:40:01,807 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-10-10 14:40:01,807 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-subnet 2018-10-10 14:40:01,807 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-subnet 2018-10-10 14:40:01,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/92510821-7602-4535-a61d-b97b3c78d14f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" 2018-10-10 14:40:03,915 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ca711edc-b84a-451a-9cf8-97df09672003 Date: Wed, 10 Oct 2018 14:40:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:03,915 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/92510821-7602-4535-a61d-b97b3c78d14f used request id req-ca711edc-b84a-451a-9cf8-97df09672003 2018-10-10 14:40:03,915 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-4bed4a93-30dd-4c39-978c-60bf9612b252-pub-net 2018-10-10 14:40:03,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/67bce298-ed10-431c-89bc-1d417a5f2774 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1d6e67ed57098422dc7a8bc312ff7dfc3eddce" 2018-10-10 14:40:05,644 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-33c8b43c-2021-4d6b-8904-fa68fc8e392c Date: Wed, 10 Oct 2018 14:40:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:05,644 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/67bce298-ed10-431c-89bc-1d417a5f2774 used request id req-33c8b43c-2021-4d6b-8904-fa68fc8e392c 2018-10-10 14:40:05,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:06,037 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["ukIZBidfR0KyD4dO0wDVHw"], "issued_at": "2018-10-10T14:40:06.000000Z"}} 2018-10-10 14:40:06,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" 2018-10-10 14:40:06,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cae70922-6d54-429f-a7bf-064d86de3290 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:06,121 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cae70922-6d54-429f-a7bf-064d86de3290 2018-10-10 14:40:06,123 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-net 2018-10-10 14:40:06,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" -d '{"network": {"name": "NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-net", "admin_state_up": true}}' 2018-10-10 14:40:06,663 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-0d66c604-e3dc-4549-b7b2-ed34f59f5f82 Date: Wed, 10 Oct 2018 14:40: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":"fe313840-1aed-4efe-8177-9f2e497b3009","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:40:06Z","is_default":false,"provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:06Z","mtu":1450}} 2018-10-10 14:40:06,664 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-0d66c604-e3dc-4549-b7b2-ed34f59f5f82 2018-10-10 14:40:06,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fe313840-1aed-4efe-8177-9f2e497b3009 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" 2018-10-10 14:40:06,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0fee792e-3d43-4000-bc39-c67aef1811b3 Date: Wed, 10 Oct 2018 14:40:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fe313840-1aed-4efe-8177-9f2e497b3009","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:40:06Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:06Z","provider:network_type":"vxlan"}]} 2018-10-10 14:40:06,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fe313840-1aed-4efe-8177-9f2e497b3009 used request id req-0fee792e-3d43-4000-bc39-c67aef1811b3 2018-10-10 14:40:06,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe313840-1aed-4efe-8177-9f2e497b3009 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" 2018-10-10 14:40:07,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-22c79fa6-5bd3-47c7-b10d-aeded57d31b5 Date: Wed, 10 Oct 2018 14:40:07 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:40:07,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe313840-1aed-4efe-8177-9f2e497b3009 used request id req-22c79fa6-5bd3-47c7-b10d-aeded57d31b5 2018-10-10 14:40:07,084 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-subnet 2018-10-10 14:40:07,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" -d '{"subnets": [{"ip_version": 4, "network_id": "fe313840-1aed-4efe-8177-9f2e497b3009", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-subnet"}]}' 2018-10-10 14:40:07,771 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2b83713e-99a1-4a6d-9e29-6ab374c291d2 Date: Wed, 10 Oct 2018 14:40:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe313840-1aed-4efe-8177-9f2e497b3009","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:07Z","dns_nameservers":[],"updated_at":"2018-10-10T14:40:07Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"db8ba5f2-105b-46fb-88c8-81eb9d50c107","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-subnet"}]} 2018-10-10 14:40:07,772 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-2b83713e-99a1-4a6d-9e29-6ab374c291d2 2018-10-10 14:40:07,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fe313840-1aed-4efe-8177-9f2e497b3009 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" 2018-10-10 14:40:08,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2bd0cb65-38da-4fc9-90fb-13f4c9062c48 Date: Wed, 10 Oct 2018 14:40:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fe313840-1aed-4efe-8177-9f2e497b3009","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["db8ba5f2-105b-46fb-88c8-81eb9d50c107"],"description":"","tags":[],"updated_at":"2018-10-10T14:40:07Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:06Z","provider:network_type":"vxlan"}]} 2018-10-10 14:40:08,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fe313840-1aed-4efe-8177-9f2e497b3009 used request id req-2bd0cb65-38da-4fc9-90fb-13f4c9062c48 2018-10-10 14:40:08,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe313840-1aed-4efe-8177-9f2e497b3009 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" 2018-10-10 14:40:08,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-98401ccc-925a-452e-9391-2c6d19cd88ea Date: Wed, 10 Oct 2018 14:40:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe313840-1aed-4efe-8177-9f2e497b3009","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:07Z","dns_nameservers":[],"updated_at":"2018-10-10T14:40:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"db8ba5f2-105b-46fb-88c8-81eb9d50c107","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-subnet"}]} 2018-10-10 14:40:08,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe313840-1aed-4efe-8177-9f2e497b3009 used request id req-98401ccc-925a-452e-9391-2c6d19cd88ea 2018-10-10 14:40:08,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" 2018-10-10 14:40:08,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ef2ec57e-e51c-450c-adcc-b7fa892406e4 Date: Wed, 10 Oct 2018 14:40:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fe313840-1aed-4efe-8177-9f2e497b3009","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["db8ba5f2-105b-46fb-88c8-81eb9d50c107"],"description":"","tags":[],"updated_at":"2018-10-10T14:40:07Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:06Z","provider:network_type":"vxlan"}]} 2018-10-10 14:40:08,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-net used request id req-ef2ec57e-e51c-450c-adcc-b7fa892406e4 2018-10-10 14:40:08,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:40:08,490 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:40: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:40:08,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" 2018-10-10 14:40:08,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20738337-8a0f-49bf-92ea-55e4612e4150 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:40:08,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-20738337-8a0f-49bf-92ea-55e4612e4150 2018-10-10 14:40:08,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe313840-1aed-4efe-8177-9f2e497b3009 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" 2018-10-10 14:40:08,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-987d3fe9-d94c-486a-8495-1ce76568d8f2 Date: Wed, 10 Oct 2018 14:40:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe313840-1aed-4efe-8177-9f2e497b3009","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:07Z","dns_nameservers":[],"updated_at":"2018-10-10T14:40:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"db8ba5f2-105b-46fb-88c8-81eb9d50c107","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-subnet"}]} 2018-10-10 14:40:08,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe313840-1aed-4efe-8177-9f2e497b3009 used request id req-987d3fe9-d94c-486a-8495-1ce76568d8f2 2018-10-10 14:40:08,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe313840-1aed-4efe-8177-9f2e497b3009&name=NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" 2018-10-10 14:40:08,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e36d78a5-290a-49cb-82b9-b1d1db77f3c9 Date: Wed, 10 Oct 2018 14:40:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe313840-1aed-4efe-8177-9f2e497b3009","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:07Z","dns_nameservers":[],"updated_at":"2018-10-10T14:40:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"db8ba5f2-105b-46fb-88c8-81eb9d50c107","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-subnet"}]} 2018-10-10 14:40:08,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe313840-1aed-4efe-8177-9f2e497b3009&name=NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-subnet used request id req-e36d78a5-290a-49cb-82b9-b1d1db77f3c9 2018-10-10 14:40:08,887 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:40:08,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:09,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["wHA2B_a2Qia2-tdNzsRvgA"], "issued_at": "2018-10-10T14:40:09.000000Z"}} 2018-10-10 14:40:09,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bb7e14001eb11f6dea54ab17e939e0a598dd1bd" 2018-10-10 14:40:09,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba47ccea-6966-488b-82ca-ee42db41d18f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:09,366 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ba47ccea-6966-488b-82ca-ee42db41d18f 2018-10-10 14:40:09,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" 2018-10-10 14:40:09,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-28c9d06a-d108-403b-a9ce-0cdd99806484 Date: Wed, 10 Oct 2018 14:40:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fe313840-1aed-4efe-8177-9f2e497b3009","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["db8ba5f2-105b-46fb-88c8-81eb9d50c107"],"description":"","tags":[],"updated_at":"2018-10-10T14:40:07Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:06Z","provider:network_type":"vxlan"}]} 2018-10-10 14:40:09,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-net used request id req-28c9d06a-d108-403b-a9ce-0cdd99806484 2018-10-10 14:40:09,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe313840-1aed-4efe-8177-9f2e497b3009 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" 2018-10-10 14:40:09,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c9fe3b13-fc71-41f1-8f1f-ef4461ff535e Date: Wed, 10 Oct 2018 14:40:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe313840-1aed-4efe-8177-9f2e497b3009","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:07Z","dns_nameservers":[],"updated_at":"2018-10-10T14:40:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"db8ba5f2-105b-46fb-88c8-81eb9d50c107","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-subnet"}]} 2018-10-10 14:40:09,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe313840-1aed-4efe-8177-9f2e497b3009 used request id req-c9fe3b13-fc71-41f1-8f1f-ef4461ff535e 2018-10-10 14:40:09,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" 2018-10-10 14:40:09,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8f46a29f-bbc1-4ca9-a96b-a7c6dc31fd3d Date: Wed, 10 Oct 2018 14:40:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fe313840-1aed-4efe-8177-9f2e497b3009","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["db8ba5f2-105b-46fb-88c8-81eb9d50c107"],"description":"","tags":[],"updated_at":"2018-10-10T14:40:07Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:06Z","provider:network_type":"vxlan"}]} 2018-10-10 14:40:09,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-net used request id req-8f46a29f-bbc1-4ca9-a96b-a7c6dc31fd3d 2018-10-10 14:40:09,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:40:09,960 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:40: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:40:09,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bb7e14001eb11f6dea54ab17e939e0a598dd1bd" 2018-10-10 14:40:10,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94d30c95-c921-4df2-a806-0916386891b2 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:40:10,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-94d30c95-c921-4df2-a806-0916386891b2 2018-10-10 14:40:10,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe313840-1aed-4efe-8177-9f2e497b3009 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" 2018-10-10 14:40:10,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-413b9c81-a348-46c3-aef4-6950fff91d1f Date: Wed, 10 Oct 2018 14:40:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe313840-1aed-4efe-8177-9f2e497b3009","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:07Z","dns_nameservers":[],"updated_at":"2018-10-10T14:40:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"db8ba5f2-105b-46fb-88c8-81eb9d50c107","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-subnet"}]} 2018-10-10 14:40:10,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe313840-1aed-4efe-8177-9f2e497b3009 used request id req-413b9c81-a348-46c3-aef4-6950fff91d1f 2018-10-10 14:40:10,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe313840-1aed-4efe-8177-9f2e497b3009&name=NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" 2018-10-10 14:40:10,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-30953fb0-e90b-4cd8-bc2b-eb1a002defc0 Date: Wed, 10 Oct 2018 14:40:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe313840-1aed-4efe-8177-9f2e497b3009","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:07Z","dns_nameservers":[],"updated_at":"2018-10-10T14:40:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"db8ba5f2-105b-46fb-88c8-81eb9d50c107","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-subnet"}]} 2018-10-10 14:40:10,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe313840-1aed-4efe-8177-9f2e497b3009&name=NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-subnet used request id req-30953fb0-e90b-4cd8-bc2b-eb1a002defc0 2018-10-10 14:40:10,291 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-net 2018-10-10 14:40:10,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" -d '{"port": {"network_id": "fe313840-1aed-4efe-8177-9f2e497b3009", "fixed_ips": [{"subnet_id": "db8ba5f2-105b-46fb-88c8-81eb9d50c107", "ip_address": null}], "name": "NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-port", "admin_state_up": true}}' 2018-10-10 14:40:10,309 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-dc0fff24-c4cb-450f-a97e-4454292100ce Date: Wed, 10 Oct 2018 14:40:10 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-10 14:40:10,309 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-dc0fff24-c4cb-450f-a97e-4454292100ce 2018-10-10 14:40:10,309 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-10 14:40:10,310 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-subnet 2018-10-10 14:40:10,310 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-subnet 2018-10-10 14:40:10,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/db8ba5f2-105b-46fb-88c8-81eb9d50c107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" 2018-10-10 14:40:12,291 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-10875007-6ad8-4b96-af81-5de3105a2f70 Date: Wed, 10 Oct 2018 14:40:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:12,292 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/db8ba5f2-105b-46fb-88c8-81eb9d50c107 used request id req-10875007-6ad8-4b96-af81-5de3105a2f70 2018-10-10 14:40:12,292 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-b66b95b9-d2b6-4fe6-87dd-7bac41eef720-pub-net 2018-10-10 14:40:12,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/fe313840-1aed-4efe-8177-9f2e497b3009 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c22a83ae95514475e0dc75be88875d21cc259e" 2018-10-10 14:40:13,668 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f273fb55-0bf4-41d7-a558-10e0ee7d74aa Date: Wed, 10 Oct 2018 14:40:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:13,668 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/fe313840-1aed-4efe-8177-9f2e497b3009 used request id req-f273fb55-0bf4-41d7-a558-10e0ee7d74aa 2018-10-10 14:40:13,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:14,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["-hbimSDCRRONzxQ9PaBjqQ"], "issued_at": "2018-10-10T14:40:14.000000Z"}} 2018-10-10 14:40:14,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:14,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5994bcfe-487c-4a20-bd2c-f7ce41570b37 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:14,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5994bcfe-487c-4a20-bd2c-f7ce41570b37 2018-10-10 14:40:14,131 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-net 2018-10-10 14:40:14,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" -d '{"network": {"name": "NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-net", "admin_state_up": true}}' 2018-10-10 14:40:14,513 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-34d7fc48-b482-4869-8d55-b8a592a63731 Date: Wed, 10 Oct 2018 14:40:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d4413250-b04d-4242-81e0-a3223154c3be","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:40:14Z","is_default":false,"provider:segmentation_id":26,"name":"NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:14Z","mtu":1450}} 2018-10-10 14:40:14,513 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-34d7fc48-b482-4869-8d55-b8a592a63731 2018-10-10 14:40:14,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=d4413250-b04d-4242-81e0-a3223154c3be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:14,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a4c6ea11-d344-47e6-a4d3-80309762ec1f Date: Wed, 10 Oct 2018 14:40:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d4413250-b04d-4242-81e0-a3223154c3be","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:40:14Z","provider:segmentation_id":26,"name":"NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:14Z","provider:network_type":"vxlan"}]} 2018-10-10 14:40:14,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=d4413250-b04d-4242-81e0-a3223154c3be used request id req-a4c6ea11-d344-47e6-a4d3-80309762ec1f 2018-10-10 14:40:14,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d4413250-b04d-4242-81e0-a3223154c3be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:14,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-49b973b8-b5d6-40a3-bb5f-43ea2569ed5d Date: Wed, 10 Oct 2018 14:40:14 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:40:14,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d4413250-b04d-4242-81e0-a3223154c3be used request id req-49b973b8-b5d6-40a3-bb5f-43ea2569ed5d 2018-10-10 14:40:14,950 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-subnet 2018-10-10 14:40:14,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" -d '{"subnets": [{"ip_version": 4, "network_id": "d4413250-b04d-4242-81e0-a3223154c3be", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-subnet"}]}' 2018-10-10 14:40:15,722 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-af1dd889-89d9-49f2-8b4d-c85c42c8ddc6 Date: Wed, 10 Oct 2018 14:40:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4413250-b04d-4242-81e0-a3223154c3be","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:15Z","dns_nameservers":[],"updated_at":"2018-10-10T14:40:15Z","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":"50b165d5212f42f49cf85a43939820c6","id":"815b03e7-ee03-43c7-acd2-917fe6cc24be","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-subnet"}]} 2018-10-10 14:40:15,723 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-af1dd889-89d9-49f2-8b4d-c85c42c8ddc6 2018-10-10 14:40:15,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=d4413250-b04d-4242-81e0-a3223154c3be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:15,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ff44b5cd-0488-4565-b92b-ebc947bb941b Date: Wed, 10 Oct 2018 14:40:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d4413250-b04d-4242-81e0-a3223154c3be","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["815b03e7-ee03-43c7-acd2-917fe6cc24be"],"description":"","tags":[],"updated_at":"2018-10-10T14:40:15Z","provider:segmentation_id":26,"name":"NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:14Z","provider:network_type":"vxlan"}]} 2018-10-10 14:40:15,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=d4413250-b04d-4242-81e0-a3223154c3be used request id req-ff44b5cd-0488-4565-b92b-ebc947bb941b 2018-10-10 14:40:15,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d4413250-b04d-4242-81e0-a3223154c3be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:16,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-67385fd9-8418-4325-8fda-9ffe926e68ca Date: Wed, 10 Oct 2018 14:40:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4413250-b04d-4242-81e0-a3223154c3be","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:15Z","dns_nameservers":[],"updated_at":"2018-10-10T14:40:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"815b03e7-ee03-43c7-acd2-917fe6cc24be","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-subnet"}]} 2018-10-10 14:40:16,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d4413250-b04d-4242-81e0-a3223154c3be used request id req-67385fd9-8418-4325-8fda-9ffe926e68ca 2018-10-10 14:40:16,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:16,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-82ac2282-0bf6-4c56-b556-852cc07fd9a8 Date: Wed, 10 Oct 2018 14:40:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d4413250-b04d-4242-81e0-a3223154c3be","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["815b03e7-ee03-43c7-acd2-917fe6cc24be"],"description":"","tags":[],"updated_at":"2018-10-10T14:40:15Z","provider:segmentation_id":26,"name":"NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:14Z","provider:network_type":"vxlan"}]} 2018-10-10 14:40:16,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-net used request id req-82ac2282-0bf6-4c56-b556-852cc07fd9a8 2018-10-10 14:40:16,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:40:16,533 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:40:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:40:16,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:16,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2bd65f6-f7b1-46c9-b85d-7beea6a04b04 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:40:16,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-e2bd65f6-f7b1-46c9-b85d-7beea6a04b04 2018-10-10 14:40:16,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d4413250-b04d-4242-81e0-a3223154c3be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:16,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d46ce139-5cb4-4a30-bcfa-f027c1f2cfce Date: Wed, 10 Oct 2018 14:40:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4413250-b04d-4242-81e0-a3223154c3be","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:15Z","dns_nameservers":[],"updated_at":"2018-10-10T14:40:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"815b03e7-ee03-43c7-acd2-917fe6cc24be","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-subnet"}]} 2018-10-10 14:40:16,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d4413250-b04d-4242-81e0-a3223154c3be used request id req-d46ce139-5cb4-4a30-bcfa-f027c1f2cfce 2018-10-10 14:40:16,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d4413250-b04d-4242-81e0-a3223154c3be&name=NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:16,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-264fe95e-169e-4607-bc6e-93792bfcff81 Date: Wed, 10 Oct 2018 14:40:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4413250-b04d-4242-81e0-a3223154c3be","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:15Z","dns_nameservers":[],"updated_at":"2018-10-10T14:40:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"815b03e7-ee03-43c7-acd2-917fe6cc24be","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-subnet"}]} 2018-10-10 14:40:16,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d4413250-b04d-4242-81e0-a3223154c3be&name=NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-subnet used request id req-264fe95e-169e-4607-bc6e-93792bfcff81 2018-10-10 14:40:16,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:40:16,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:17,249 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["ReIf5MtJQXmuPrIYepKnFg"], "issued_at": "2018-10-10T14:40:17.000000Z"}} 2018-10-10 14:40:17,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}157865b859e59d307ce12b672612ec3e3ffbe3a3" 2018-10-10 14:40:17,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c991821-4db5-486d-9dce-58d2d7c4fe20 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:17,337 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1c991821-4db5-486d-9dce-58d2d7c4fe20 2018-10-10 14:40:17,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:17,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5e80ec80-dac1-4927-92a7-a9935dfe866b Date: Wed, 10 Oct 2018 14:40:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d4413250-b04d-4242-81e0-a3223154c3be","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["815b03e7-ee03-43c7-acd2-917fe6cc24be"],"description":"","tags":[],"updated_at":"2018-10-10T14:40:15Z","provider:segmentation_id":26,"name":"NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:14Z","provider:network_type":"vxlan"}]} 2018-10-10 14:40:17,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-net used request id req-5e80ec80-dac1-4927-92a7-a9935dfe866b 2018-10-10 14:40:17,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d4413250-b04d-4242-81e0-a3223154c3be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:17,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fd4c49e1-ed1d-44f5-9d5d-9d6c97d155c2 Date: Wed, 10 Oct 2018 14:40:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4413250-b04d-4242-81e0-a3223154c3be","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:15Z","dns_nameservers":[],"updated_at":"2018-10-10T14:40:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"815b03e7-ee03-43c7-acd2-917fe6cc24be","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-subnet"}]} 2018-10-10 14:40:17,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d4413250-b04d-4242-81e0-a3223154c3be used request id req-fd4c49e1-ed1d-44f5-9d5d-9d6c97d155c2 2018-10-10 14:40:17,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:17,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8ce39473-51d1-4b56-bdbb-11c18190b63e Date: Wed, 10 Oct 2018 14:40:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d4413250-b04d-4242-81e0-a3223154c3be","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["815b03e7-ee03-43c7-acd2-917fe6cc24be"],"description":"","tags":[],"updated_at":"2018-10-10T14:40:15Z","provider:segmentation_id":26,"name":"NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:14Z","provider:network_type":"vxlan"}]} 2018-10-10 14:40:17,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-net used request id req-8ce39473-51d1-4b56-bdbb-11c18190b63e 2018-10-10 14:40:17,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:40:17,941 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:40: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:40:17,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}157865b859e59d307ce12b672612ec3e3ffbe3a3" 2018-10-10 14:40:18,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e7a567f-4170-4db6-8244-d4567540f223 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:40:18,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-6e7a567f-4170-4db6-8244-d4567540f223 2018-10-10 14:40:18,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d4413250-b04d-4242-81e0-a3223154c3be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:18,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-191decc7-7024-42fa-8b5c-876e46022791 Date: Wed, 10 Oct 2018 14:40:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4413250-b04d-4242-81e0-a3223154c3be","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:15Z","dns_nameservers":[],"updated_at":"2018-10-10T14:40:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"815b03e7-ee03-43c7-acd2-917fe6cc24be","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-subnet"}]} 2018-10-10 14:40:18,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d4413250-b04d-4242-81e0-a3223154c3be used request id req-191decc7-7024-42fa-8b5c-876e46022791 2018-10-10 14:40:18,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d4413250-b04d-4242-81e0-a3223154c3be&name=NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:18,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5631ff47-d26f-4a02-baba-2399dfd1c6c0 Date: Wed, 10 Oct 2018 14:40:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4413250-b04d-4242-81e0-a3223154c3be","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:15Z","dns_nameservers":[],"updated_at":"2018-10-10T14:40:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"50b165d5212f42f49cf85a43939820c6","id":"815b03e7-ee03-43c7-acd2-917fe6cc24be","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-subnet"}]} 2018-10-10 14:40:18,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d4413250-b04d-4242-81e0-a3223154c3be&name=NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-subnet used request id req-5631ff47-d26f-4a02-baba-2399dfd1c6c0 2018-10-10 14:40:18,424 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-net 2018-10-10 14:40:18,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" -d '{"port": {"network_id": "d4413250-b04d-4242-81e0-a3223154c3be", "fixed_ips": [{"subnet_id": "815b03e7-ee03-43c7-acd2-917fe6cc24be", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-10-10 14:40:19,351 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-3372aa63-82e6-4629-9851-6311a57a63c0 Date: Wed, 10 Oct 2018 14:40:19 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:40:19Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"815b03e7-ee03-43c7-acd2-917fe6cc24be","ip_address":"10.55.1.100"}],"id":"029d9b86-e063-417c-955b-533fd0c5af89","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:41:df:63","project_id":"50b165d5212f42f49cf85a43939820c6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"d4413250-b04d-4242-81e0-a3223154c3be","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:18Z","binding:vnic_type":"normal"}} 2018-10-10 14:40:19,352 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-3372aa63-82e6-4629-9851-6311a57a63c0 2018-10-10 14:40:19,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports/029d9b86-e063-417c-955b-533fd0c5af89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:19,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-73a449a2-e2a4-4791-88bd-71d97da898c9 Date: Wed, 10 Oct 2018 14:40:19 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:40:19Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"815b03e7-ee03-43c7-acd2-917fe6cc24be","ip_address":"10.55.1.100"}],"id":"029d9b86-e063-417c-955b-533fd0c5af89","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:41:df:63","project_id":"50b165d5212f42f49cf85a43939820c6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"d4413250-b04d-4242-81e0-a3223154c3be","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:40:18Z","binding:vnic_type":"normal"}} 2018-10-10 14:40:19,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports/029d9b86-e063-417c-955b-533fd0c5af89 used request id req-73a449a2-e2a4-4791-88bd-71d97da898c9 2018-10-10 14:40:19,542 - neutron_utils - INFO - Deleting port with name 2018-10-10 14:40:19,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/029d9b86-e063-417c-955b-533fd0c5af89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:20,103 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e2fb391a-3c21-4a8d-948e-f2bfae812406 Date: Wed, 10 Oct 2018 14:40:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:20,104 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/029d9b86-e063-417c-955b-533fd0c5af89 used request id req-e2fb391a-3c21-4a8d-948e-f2bfae812406 2018-10-10 14:40:20,104 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-subnet 2018-10-10 14:40:20,104 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-subnet 2018-10-10 14:40:20,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/815b03e7-ee03-43c7-acd2-917fe6cc24be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:22,357 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d121c972-15be-41c1-a25c-1cf09c19b1ec Date: Wed, 10 Oct 2018 14:40:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:22,357 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/815b03e7-ee03-43c7-acd2-917fe6cc24be used request id req-d121c972-15be-41c1-a25c-1cf09c19b1ec 2018-10-10 14:40:22,358 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-a66d0a36-3ef5-4d8d-a370-8ec72ccbeed2-pub-net 2018-10-10 14:40:22,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/d4413250-b04d-4242-81e0-a3223154c3be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4845f191dd8e5b46f538a08fa499510f34341a06" 2018-10-10 14:40:23,884 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-358f5305-03e0-4a1a-bacc-cb859b202624 Date: Wed, 10 Oct 2018 14:40:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:23,884 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/d4413250-b04d-4242-81e0-a3223154c3be used request id req-358f5305-03e0-4a1a-bacc-cb859b202624 2018-10-10 14:40:23,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:24,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["59cVO39MTQKwEDVjaVBB1A"], "issued_at": "2018-10-10T14:40:24.000000Z"}} 2018-10-10 14:40:24,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b32a13fbd6d267af3489ce2dd4f0cc71a01cfb" 2018-10-10 14:40:24,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-373fb32d-7d7e-489f-9a05-4fe4099bea80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:24,345 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-373fb32d-7d7e-489f-9a05-4fe4099bea80 2018-10-10 14:40:24,346 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:40:24,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:24,726 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["sNlXeDN3Tga8Ev4E_LQWNA"], "issued_at": "2018-10-10T14:40:24.000000Z"}} 2018-10-10 14:40:24,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6258a46c9a44c2be09a6d60a2b89d8405acd52" 2018-10-10 14:40:24,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b83cbb6-c46b-47b2-ab02-72314f2cba67 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:24,809 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0b83cbb6-c46b-47b2-ab02-72314f2cba67 2018-10-10 14:40:24,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-fd0d8f04-b3e1-405f-9356-3a8b74fc62a0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b32a13fbd6d267af3489ce2dd4f0cc71a01cfb" 2018-10-10 14:40:24,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-31ac1ee8-20e7-44c0-b29a-8fc1f486ad84 Date: Wed, 10 Oct 2018 14:40:24 GMT RESP BODY: {"networks":[]} 2018-10-10 14:40:24,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-fd0d8f04-b3e1-405f-9356-3a8b74fc62a0-pub-net used request id req-31ac1ee8-20e7-44c0-b29a-8fc1f486ad84 2018-10-10 14:40:24,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:25,372 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["hIWB1UdrRrWMXrHTVVNV2A"], "issued_at": "2018-10-10T14:40:25.000000Z"}} 2018-10-10 14:40:25,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f4aae61752b4aebc4de5431c486b7cffb99700a" 2018-10-10 14:40:25,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99b8a409-5fe3-419a-b4c4-11d917e47fdf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:25,460 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-99b8a409-5fe3-419a-b4c4-11d917e47fdf 2018-10-10 14:40:25,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:40:25,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:25,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["g78jvsadSfG0kYssEy9N7Q"], "issued_at": "2018-10-10T14:40:25.000000Z"}} 2018-10-10 14:40:25,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be124778840d575c6b6697de9aa7b82dff8fc8c" 2018-10-10 14:40:25,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09924f55-10e4-45c3-ad78-37941c99a18d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:25,934 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-09924f55-10e4-45c3-ad78-37941c99a18d 2018-10-10 14:40:25,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f4aae61752b4aebc4de5431c486b7cffb99700a" 2018-10-10 14:40:26,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d657fe69-81dc-4032-bb9e-254ce1a745ba Date: Wed, 10 Oct 2018 14:40:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 14:40:26,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-d657fe69-81dc-4032-bb9e-254ce1a745ba 2018-10-10 14:40:26,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f4aae61752b4aebc4de5431c486b7cffb99700a" 2018-10-10 14:40:26,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-7849f3d9-121b-4b60-be18-d52256b2ef15 Date: Wed, 10 Oct 2018 14:40:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-10 14:40:26,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 used request id req-7849f3d9-121b-4b60-be18-d52256b2ef15 2018-10-10 14:40:26,437 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router 2018-10-10 14:40:26,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f4aae61752b4aebc4de5431c486b7cffb99700a" -d '{"router": {"external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}, "name": "NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router", "admin_state_up": true}}' 2018-10-10 14:40:29,690 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-c0a14e53-fde8-412e-80eb-75ecef467178 Date: Wed, 10 Oct 2018 14:40:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:40:29Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "a21b942d-01e8-4d76-877f-44e09f5e47bb", "name": "NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router"}} 2018-10-10 14:40:29,690 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-c0a14e53-fde8-412e-80eb-75ecef467178 2018-10-10 14:40:29,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=a21b942d-01e8-4d76-877f-44e09f5e47bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f4aae61752b4aebc4de5431c486b7cffb99700a" 2018-10-10 14:40:29,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-2ca1896b-9c90-47e6-aa45-33cbc201494f Date: Wed, 10 Oct 2018 14:40:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:40:29Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.206"}],"id":"e5f36fec-cf2c-4458-8156-4492cecfa657","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:28:a9:e9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a21b942d-01e8-4d76-877f-44e09f5e47bb","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:40:29Z","binding:vnic_type":"normal"}]} 2018-10-10 14:40:29,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=a21b942d-01e8-4d76-877f-44e09f5e47bb used request id req-2ca1896b-9c90-47e6-aa45-33cbc201494f 2018-10-10 14:40:29,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f4aae61752b4aebc4de5431c486b7cffb99700a" 2018-10-10 14:40:30,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-6d27f1c8-3558-40d4-8412-8611cfc8c6e1 Date: Wed, 10 Oct 2018 14:40:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}} 2018-10-10 14:40:30,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d used request id req-6d27f1c8-3558-40d4-8412-8611cfc8c6e1 2018-10-10 14:40:30,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f4aae61752b4aebc4de5431c486b7cffb99700a" 2018-10-10 14:40:30,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1963 X-Openstack-Request-Id: req-8d4f27f2-3517-4772-9e97-efb356434fee Date: Wed, 10 Oct 2018 14:40:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:40:27Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "1645bc79-9c29-4181-ae4a-aaef70627dbe", "name": "NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:40:29Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "a21b942d-01e8-4d76-877f-44e09f5e47bb", "name": "NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:40:28Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "e06cff2c-0faa-4e1e-a758-0ebfade18b86", "name": "NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router"}]} 2018-10-10 14:40:30,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router used request id req-8d4f27f2-3517-4772-9e97-efb356434fee 2018-10-10 14:40:30,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:40:30,406 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:40: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:40:30,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f4aae61752b4aebc4de5431c486b7cffb99700a" 2018-10-10 14:40:30,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15e159e9-4999-434d-89d5-4aabfa61ff4b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:40:30,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-15e159e9-4999-434d-89d5-4aabfa61ff4b 2018-10-10 14:40:30,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=1645bc79-9c29-4181-ae4a-aaef70627dbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f4aae61752b4aebc4de5431c486b7cffb99700a" 2018-10-10 14:40:30,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-90c5e8d8-aaea-4577-8c13-cc6107eefd63 Date: Wed, 10 Oct 2018 14:40:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:40:27Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.209"}],"id":"a72cff04-9e79-42e1-90ba-beebd56c605f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bf:e2:40","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1645bc79-9c29-4181-ae4a-aaef70627dbe","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:40:26Z","binding:vnic_type":"normal"}]} 2018-10-10 14:40:30,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=1645bc79-9c29-4181-ae4a-aaef70627dbe used request id req-90c5e8d8-aaea-4577-8c13-cc6107eefd63 2018-10-10 14:40:30,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f4aae61752b4aebc4de5431c486b7cffb99700a" 2018-10-10 14:40:30,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-663a0aa5-a45c-4962-b9a4-8db19493943c Date: Wed, 10 Oct 2018 14:40:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}} 2018-10-10 14:40:30,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d used request id req-663a0aa5-a45c-4962-b9a4-8db19493943c 2018-10-10 14:40:30,906 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router 2018-10-10 14:40:30,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/a21b942d-01e8-4d76-877f-44e09f5e47bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f4aae61752b4aebc4de5431c486b7cffb99700a" 2018-10-10 14:40:32,096 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-01cbfc1a-eecd-4658-a949-1b0d18086113 Content-Length: 0 Date: Wed, 10 Oct 2018 14:40:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:32,096 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/a21b942d-01e8-4d76-877f-44e09f5e47bb used request id req-01cbfc1a-eecd-4658-a949-1b0d18086113 2018-10-10 14:40:32,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f4aae61752b4aebc4de5431c486b7cffb99700a" 2018-10-10 14:40:32,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-a4ba6246-dc94-47ec-804e-051d7bb6dec5 Date: Wed, 10 Oct 2018 14:40:32 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:40:27Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "1645bc79-9c29-4181-ae4a-aaef70627dbe", "name": "NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:40:28Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "e06cff2c-0faa-4e1e-a758-0ebfade18b86", "name": "NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router"}]} 2018-10-10 14:40:32,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router used request id req-a4ba6246-dc94-47ec-804e-051d7bb6dec5 2018-10-10 14:40:32,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f4aae61752b4aebc4de5431c486b7cffb99700a" 2018-10-10 14:40:32,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-286ae530-8307-4631-84ce-ef48d3845799 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:40:32,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-286ae530-8307-4631-84ce-ef48d3845799 2018-10-10 14:40:32,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=1645bc79-9c29-4181-ae4a-aaef70627dbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f4aae61752b4aebc4de5431c486b7cffb99700a" 2018-10-10 14:40:32,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-764a3a45-53cb-4010-9c8a-d40621515803 Date: Wed, 10 Oct 2018 14:40:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:40:27Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.209"}],"id":"a72cff04-9e79-42e1-90ba-beebd56c605f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bf:e2:40","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1645bc79-9c29-4181-ae4a-aaef70627dbe","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:40:26Z","binding:vnic_type":"normal"}]} 2018-10-10 14:40:32,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=1645bc79-9c29-4181-ae4a-aaef70627dbe used request id req-764a3a45-53cb-4010-9c8a-d40621515803 2018-10-10 14:40:32,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f4aae61752b4aebc4de5431c486b7cffb99700a" 2018-10-10 14:40:32,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-40ef4952-08a0-43b0-baf7-624a457c9c47 Date: Wed, 10 Oct 2018 14:40:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}} 2018-10-10 14:40:32,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d used request id req-40ef4952-08a0-43b0-baf7-624a457c9c47 2018-10-10 14:40:32,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:32,887 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["Awpf6Cn2S023rUnJUrlb-A"], "issued_at": "2018-10-10T14:40:32.000000Z"}} 2018-10-10 14:40:32,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff60a8dd0c27a0abe0a84e00f9d9a1a86ea3bc7e" 2018-10-10 14:40:32,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d864e9e-9809-496a-b993-f33bbe2a2b69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:32,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1d864e9e-9809-496a-b993-f33bbe2a2b69 2018-10-10 14:40:32,972 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:40:32,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:33,358 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["qH9rPWvQTJyMug0OPICKTw"], "issued_at": "2018-10-10T14:40:33.000000Z"}} 2018-10-10 14:40:33,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b566890b6c8fa448b63989fb7f71d322453e1915" 2018-10-10 14:40:33,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-849189a9-f547-4fad-90d0-754aaf8d6645 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:33,445 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-849189a9-f547-4fad-90d0-754aaf8d6645 2018-10-10 14:40:33,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff60a8dd0c27a0abe0a84e00f9d9a1a86ea3bc7e" 2018-10-10 14:40:33,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-53ffa7ad-c10c-4072-9cff-213370ca9fc8 Date: Wed, 10 Oct 2018 14:40:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 14:40:33,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-53ffa7ad-c10c-4072-9cff-213370ca9fc8 2018-10-10 14:40:33,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff60a8dd0c27a0abe0a84e00f9d9a1a86ea3bc7e" 2018-10-10 14:40:33,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b7271e5a-8f6a-41b4-9ec3-807a9721a8cf Date: Wed, 10 Oct 2018 14:40:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-10 14:40:33,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 used request id req-b7271e5a-8f6a-41b4-9ec3-807a9721a8cf 2018-10-10 14:40:33,903 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-f683facc-84d0-49c3-beb2-105e87d348bc-pub-router 2018-10-10 14:40:33,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff60a8dd0c27a0abe0a84e00f9d9a1a86ea3bc7e" -d '{"router": {"external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}, "name": "NeutronUtilsRouterTests-f683facc-84d0-49c3-beb2-105e87d348bc-pub-router", "admin_state_up": true}}' 2018-10-10 14:40:35,067 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-847ad093-a680-4a5f-81fe-0a071df9ea9e Date: Wed, 10 Oct 2018 14:40:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:40:34Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "f27cb536-34f4-4900-88b7-50a1c30c1c60", "name": "NeutronUtilsRouterTests-f683facc-84d0-49c3-beb2-105e87d348bc-pub-router"}} 2018-10-10 14:40:35,067 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-847ad093-a680-4a5f-81fe-0a071df9ea9e 2018-10-10 14:40:35,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=f27cb536-34f4-4900-88b7-50a1c30c1c60 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff60a8dd0c27a0abe0a84e00f9d9a1a86ea3bc7e" 2018-10-10 14:40:35,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-42764ea4-1dc7-45a5-8bae-7a5c74b3ed17 Date: Wed, 10 Oct 2018 14:40:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:40:34Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.203"}],"id":"50937444-5df5-4ea1-aba3-664fdaf5357c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:97:4e:c3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f27cb536-34f4-4900-88b7-50a1c30c1c60","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:40:34Z","binding:vnic_type":"normal"}]} 2018-10-10 14:40:35,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=f27cb536-34f4-4900-88b7-50a1c30c1c60 used request id req-42764ea4-1dc7-45a5-8bae-7a5c74b3ed17 2018-10-10 14:40:35,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff60a8dd0c27a0abe0a84e00f9d9a1a86ea3bc7e" 2018-10-10 14:40:35,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c4b653f1-b199-4711-906f-8669b3c009e7 Date: Wed, 10 Oct 2018 14:40:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}} 2018-10-10 14:40:35,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d used request id req-c4b653f1-b199-4711-906f-8669b3c009e7 2018-10-10 14:40:35,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-f683facc-84d0-49c3-beb2-105e87d348bc-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff60a8dd0c27a0abe0a84e00f9d9a1a86ea3bc7e" 2018-10-10 14:40:35,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3889cd51-2e88-40b4-9013-903cd2d325bf Date: Wed, 10 Oct 2018 14:40:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:40:34Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "f27cb536-34f4-4900-88b7-50a1c30c1c60", "name": "NeutronUtilsRouterTests-f683facc-84d0-49c3-beb2-105e87d348bc-pub-router"}]} 2018-10-10 14:40:35,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-f683facc-84d0-49c3-beb2-105e87d348bc-pub-router used request id req-3889cd51-2e88-40b4-9013-903cd2d325bf 2018-10-10 14:40:35,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:40:35,769 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:40: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:40:35,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff60a8dd0c27a0abe0a84e00f9d9a1a86ea3bc7e" 2018-10-10 14:40:35,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6772a0c8-1810-44a5-a836-b7acb3d38e90 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:40:35,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-6772a0c8-1810-44a5-a836-b7acb3d38e90 2018-10-10 14:40:35,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=f27cb536-34f4-4900-88b7-50a1c30c1c60 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff60a8dd0c27a0abe0a84e00f9d9a1a86ea3bc7e" 2018-10-10 14:40:36,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-21e9ea3e-d65e-49f4-abfd-a109d15ae788 Date: Wed, 10 Oct 2018 14:40:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:40:34Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.203"}],"id":"50937444-5df5-4ea1-aba3-664fdaf5357c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:97:4e:c3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f27cb536-34f4-4900-88b7-50a1c30c1c60","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:40:34Z","binding:vnic_type":"normal"}]} 2018-10-10 14:40:36,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=f27cb536-34f4-4900-88b7-50a1c30c1c60 used request id req-21e9ea3e-d65e-49f4-abfd-a109d15ae788 2018-10-10 14:40:36,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff60a8dd0c27a0abe0a84e00f9d9a1a86ea3bc7e" 2018-10-10 14:40:36,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d0e35217-6e2b-4cd7-a095-3a9029110e67 Date: Wed, 10 Oct 2018 14:40:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}} 2018-10-10 14:40:36,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/b0a0249e-f730-4a48-8032-264a390edf2d used request id req-d0e35217-6e2b-4cd7-a095-3a9029110e67 2018-10-10 14:40:36,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff60a8dd0c27a0abe0a84e00f9d9a1a86ea3bc7e" 2018-10-10 14:40:36,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-702602b9-9d5f-4264-b63e-6d71c1466562 Date: Wed, 10 Oct 2018 14:40:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 14:40:36,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-702602b9-9d5f-4264-b63e-6d71c1466562 2018-10-10 14:40:36,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff60a8dd0c27a0abe0a84e00f9d9a1a86ea3bc7e" 2018-10-10 14:40:36,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-ca684e11-69e3-4a68-b4c1-e7a6911850d3 Date: Wed, 10 Oct 2018 14:40:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-10 14:40:36,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 used request id req-ca684e11-69e3-4a68-b4c1-e7a6911850d3 2018-10-10 14:40:36,434 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-f683facc-84d0-49c3-beb2-105e87d348bc-pub-router 2018-10-10 14:40:36,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/f27cb536-34f4-4900-88b7-50a1c30c1c60 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff60a8dd0c27a0abe0a84e00f9d9a1a86ea3bc7e" 2018-10-10 14:40:37,519 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-44e06f18-faca-4f88-82ad-04a56dc7848c Content-Length: 0 Date: Wed, 10 Oct 2018 14:40:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:37,519 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/f27cb536-34f4-4900-88b7-50a1c30c1c60 used request id req-44e06f18-faca-4f88-82ad-04a56dc7848c 2018-10-10 14:40:37,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-f683facc-84d0-49c3-beb2-105e87d348bc-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff60a8dd0c27a0abe0a84e00f9d9a1a86ea3bc7e" 2018-10-10 14:40:37,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-115ff2ef-52fb-4c9c-9bf1-dd85feb5f88d Date: Wed, 10 Oct 2018 14:40:37 GMT RESP BODY: {"routers": []} 2018-10-10 14:40:37,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-f683facc-84d0-49c3-beb2-105e87d348bc-pub-router used request id req-115ff2ef-52fb-4c9c-9bf1-dd85feb5f88d 2018-10-10 14:40:37,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:38,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["KZOB3JoZSU6xl001JrdeGA"], "issued_at": "2018-10-10T14:40:38.000000Z"}} 2018-10-10 14:40:38,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3731a1a8eef91fe351111f562ec0c49f3eee554" 2018-10-10 14:40:38,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d38e85df-33c5-4f69-864b-955a73099edf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:38,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d38e85df-33c5-4f69-864b-955a73099edf 2018-10-10 14:40:38,218 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-b4b7cb17-9197-45c6-b894-84cf192869e2name 2018-10-10 14:40:38,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3731a1a8eef91fe351111f562ec0c49f3eee554" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-b4b7cb17-9197-45c6-b894-84cf192869e2name"}}' 2018-10-10 14:40:38,595 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-69f38d93-7645-457d-9292-7ae69b7e357a Date: Wed, 10 Oct 2018 14:40:38 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:38Z", "updated_at": "2018-10-10T14:40:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:38Z", "revision_number": 0, "id": "39fe0e91-8990-4315-8c39-f7d09c306719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:38Z", "security_group_id": "a6eb25c0-f47b-41f1-9928-27f0dfcc5eec", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:38Z", "revision_number": 0, "id": "bd6e7436-b583-479c-843b-cc840df3d16a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:38Z", "security_group_id": "a6eb25c0-f47b-41f1-9928-27f0dfcc5eec", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 2, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "a6eb25c0-f47b-41f1-9928-27f0dfcc5eec", "name": "NeutronUtilsSecurityGroupTests-b4b7cb17-9197-45c6-b894-84cf192869e2name"}} 2018-10-10 14:40:38,595 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-69f38d93-7645-457d-9292-7ae69b7e357a 2018-10-10 14:40:38,596 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a6eb25c0-f47b-41f1-9928-27f0dfcc5eec 2018-10-10 14:40:38,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=a6eb25c0-f47b-41f1-9928-27f0dfcc5eec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3731a1a8eef91fe351111f562ec0c49f3eee554" 2018-10-10 14:40:38,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a402187a-2ccf-4cb4-9229-044930337c35 Date: Wed, 10 Oct 2018 14:40:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:38Z", "security_group_id": "a6eb25c0-f47b-41f1-9928-27f0dfcc5eec", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:38Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "39fe0e91-8990-4315-8c39-f7d09c306719"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:38Z", "security_group_id": "a6eb25c0-f47b-41f1-9928-27f0dfcc5eec", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:38Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "bd6e7436-b583-479c-843b-cc840df3d16a"}]} 2018-10-10 14:40:38,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=a6eb25c0-f47b-41f1-9928-27f0dfcc5eec used request id req-a402187a-2ccf-4cb4-9229-044930337c35 2018-10-10 14:40:38,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-b4b7cb17-9197-45c6-b894-84cf192869e2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3731a1a8eef91fe351111f562ec0c49f3eee554" 2018-10-10 14:40:38,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-daf31b9a-ce7f-401e-bde2-30bb7d25eabe Date: Wed, 10 Oct 2018 14:40:38 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:38Z", "updated_at": "2018-10-10T14:40:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:38Z", "revision_number": 0, "id": "bd6e7436-b583-479c-843b-cc840df3d16a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:38Z", "security_group_id": "a6eb25c0-f47b-41f1-9928-27f0dfcc5eec", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:38Z", "revision_number": 0, "id": "39fe0e91-8990-4315-8c39-f7d09c306719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:38Z", "security_group_id": "a6eb25c0-f47b-41f1-9928-27f0dfcc5eec", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 2, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "a6eb25c0-f47b-41f1-9928-27f0dfcc5eec", "name": "NeutronUtilsSecurityGroupTests-b4b7cb17-9197-45c6-b894-84cf192869e2name"}]} 2018-10-10 14:40:38,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-b4b7cb17-9197-45c6-b894-84cf192869e2name used request id req-daf31b9a-ce7f-401e-bde2-30bb7d25eabe 2018-10-10 14:40:38,981 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a6eb25c0-f47b-41f1-9928-27f0dfcc5eec 2018-10-10 14:40:38,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=a6eb25c0-f47b-41f1-9928-27f0dfcc5eec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3731a1a8eef91fe351111f562ec0c49f3eee554" 2018-10-10 14:40:39,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-963c722a-d5a2-4cf0-955e-d10660bd7829 Date: Wed, 10 Oct 2018 14:40:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:38Z", "security_group_id": "a6eb25c0-f47b-41f1-9928-27f0dfcc5eec", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:38Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "39fe0e91-8990-4315-8c39-f7d09c306719"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:38Z", "security_group_id": "a6eb25c0-f47b-41f1-9928-27f0dfcc5eec", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:38Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "bd6e7436-b583-479c-843b-cc840df3d16a"}]} 2018-10-10 14:40:39,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=a6eb25c0-f47b-41f1-9928-27f0dfcc5eec used request id req-963c722a-d5a2-4cf0-955e-d10660bd7829 2018-10-10 14:40:39,165 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-b4b7cb17-9197-45c6-b894-84cf192869e2name 2018-10-10 14:40:39,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/a6eb25c0-f47b-41f1-9928-27f0dfcc5eec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3731a1a8eef91fe351111f562ec0c49f3eee554" 2018-10-10 14:40:39,484 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-79d6821e-25c3-4e76-9b22-43447faf329c Content-Length: 0 Date: Wed, 10 Oct 2018 14:40:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:39,484 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/a6eb25c0-f47b-41f1-9928-27f0dfcc5eec used request id req-79d6821e-25c3-4e76-9b22-43447faf329c 2018-10-10 14:40:39,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-b4b7cb17-9197-45c6-b894-84cf192869e2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3731a1a8eef91fe351111f562ec0c49f3eee554" 2018-10-10 14:40:39,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-3acfc4e1-65d3-4a74-92e6-1536c62f8a3f Date: Wed, 10 Oct 2018 14:40:39 GMT RESP BODY: {"security_groups": []} 2018-10-10 14:40:39,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-b4b7cb17-9197-45c6-b894-84cf192869e2name used request id req-3acfc4e1-65d3-4a74-92e6-1536c62f8a3f 2018-10-10 14:40:39,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:40,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["LX7CPTkYSyy1Cx3XbEpECg"], "issued_at": "2018-10-10T14:40:40.000000Z"}} 2018-10-10 14:40:40,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1caa41c78617845e3b4c6ca1a71a5ffd680855a" 2018-10-10 14:40:40,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0f3c4f3-8bd2-4cd2-bafe-f1cb64c3fa7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:40,119 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f0f3c4f3-8bd2-4cd2-bafe-f1cb64c3fa7d 2018-10-10 14:40:40,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:40,506 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["1SsScXmlTo2n5O6-WO_zHA"], "issued_at": "2018-10-10T14:40:40.000000Z"}} 2018-10-10 14:40:40,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}859561cfd5a9ba0ef85ab82f1a865b283412a1ce" 2018-10-10 14:40:40,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2561555-0c1c-494a-b32e-2095cd18e39e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:40,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c2561555-0c1c-494a-b32e-2095cd18e39e 2018-10-10 14:40:40,590 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-b8e3beed-2397-4db1-ab39-b45a811664b2name 2018-10-10 14:40:40,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}859561cfd5a9ba0ef85ab82f1a865b283412a1ce" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-b8e3beed-2397-4db1-ab39-b45a811664b2name", "description": "hello group"}}' 2018-10-10 14:40:41,060 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-fe6243e7-eb3a-4399-a337-03d7a1f04e19 Date: Wed, 10 Oct 2018 14:40:41 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:40Z", "updated_at": "2018-10-10T14:40:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:40Z", "revision_number": 0, "id": "744e79be-07be-4656-9231-035e5ad7fca5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:40Z", "security_group_id": "61cae97a-7642-4a70-86bd-5b43273903ad", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:40Z", "revision_number": 0, "id": "b62b591a-b977-4478-a18d-13b978691075", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:40Z", "security_group_id": "61cae97a-7642-4a70-86bd-5b43273903ad", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 2, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "61cae97a-7642-4a70-86bd-5b43273903ad", "name": "NeutronUtilsSecurityGroupTests-b8e3beed-2397-4db1-ab39-b45a811664b2name"}} 2018-10-10 14:40:41,061 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-fe6243e7-eb3a-4399-a337-03d7a1f04e19 2018-10-10 14:40:41,061 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61cae97a-7642-4a70-86bd-5b43273903ad 2018-10-10 14:40:41,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=61cae97a-7642-4a70-86bd-5b43273903ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}859561cfd5a9ba0ef85ab82f1a865b283412a1ce" 2018-10-10 14:40:41,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6b2e3ec4-7649-42e1-ae8e-da4e7eb3fbe2 Date: Wed, 10 Oct 2018 14:40:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:40Z", "security_group_id": "61cae97a-7642-4a70-86bd-5b43273903ad", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:40Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "744e79be-07be-4656-9231-035e5ad7fca5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:40Z", "security_group_id": "61cae97a-7642-4a70-86bd-5b43273903ad", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:40Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "b62b591a-b977-4478-a18d-13b978691075"}]} 2018-10-10 14:40:41,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=61cae97a-7642-4a70-86bd-5b43273903ad used request id req-6b2e3ec4-7649-42e1-ae8e-da4e7eb3fbe2 2018-10-10 14:40:41,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-b8e3beed-2397-4db1-ab39-b45a811664b2name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}859561cfd5a9ba0ef85ab82f1a865b283412a1ce" 2018-10-10 14:40:41,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-b2e89ad7-1014-4355-890b-822fa7255392 Date: Wed, 10 Oct 2018 14:40:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:40Z", "updated_at": "2018-10-10T14:40:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:40Z", "revision_number": 0, "id": "744e79be-07be-4656-9231-035e5ad7fca5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:40Z", "security_group_id": "61cae97a-7642-4a70-86bd-5b43273903ad", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:40Z", "revision_number": 0, "id": "b62b591a-b977-4478-a18d-13b978691075", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:40Z", "security_group_id": "61cae97a-7642-4a70-86bd-5b43273903ad", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 2, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "61cae97a-7642-4a70-86bd-5b43273903ad", "name": "NeutronUtilsSecurityGroupTests-b8e3beed-2397-4db1-ab39-b45a811664b2name"}]} 2018-10-10 14:40:41,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-b8e3beed-2397-4db1-ab39-b45a811664b2name&description=hello+group used request id req-b2e89ad7-1014-4355-890b-822fa7255392 2018-10-10 14:40:41,421 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61cae97a-7642-4a70-86bd-5b43273903ad 2018-10-10 14:40:41,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=61cae97a-7642-4a70-86bd-5b43273903ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}859561cfd5a9ba0ef85ab82f1a865b283412a1ce" 2018-10-10 14:40:41,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e1a06094-6c8a-40ad-81b7-5c6bd13e6fc9 Date: Wed, 10 Oct 2018 14:40:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:40Z", "security_group_id": "61cae97a-7642-4a70-86bd-5b43273903ad", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:40Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "744e79be-07be-4656-9231-035e5ad7fca5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:40Z", "security_group_id": "61cae97a-7642-4a70-86bd-5b43273903ad", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:40Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "b62b591a-b977-4478-a18d-13b978691075"}]} 2018-10-10 14:40:41,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=61cae97a-7642-4a70-86bd-5b43273903ad used request id req-e1a06094-6c8a-40ad-81b7-5c6bd13e6fc9 2018-10-10 14:40:41,483 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-b8e3beed-2397-4db1-ab39-b45a811664b2name 2018-10-10 14:40:41,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/61cae97a-7642-4a70-86bd-5b43273903ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}859561cfd5a9ba0ef85ab82f1a865b283412a1ce" 2018-10-10 14:40:41,808 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1ba7af6f-34ba-410b-b4db-40025da1253a Content-Length: 0 Date: Wed, 10 Oct 2018 14:40:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:41,808 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/61cae97a-7642-4a70-86bd-5b43273903ad used request id req-1ba7af6f-34ba-410b-b4db-40025da1253a 2018-10-10 14:40:41,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:42,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["TaLT_FcTT9qlUIqfSRlSJg"], "issued_at": "2018-10-10T14:40:42.000000Z"}} 2018-10-10 14:40:42,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ae17c0121abb7330dce346be568e0993d2f88" 2018-10-10 14:40:42,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c16597b6-2a90-482f-8fe4-17909c127e48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:42,282 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c16597b6-2a90-482f-8fe4-17909c127e48 2018-10-10 14:40:42,283 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-819bb787-fca0-4874-81a1-3e31405b88a0name 2018-10-10 14:40:42,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ae17c0121abb7330dce346be568e0993d2f88" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-819bb787-fca0-4874-81a1-3e31405b88a0name", "description": "hello group"}}' 2018-10-10 14:40:42,630 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-fdbd4da0-e8ac-4fad-ba91-6f8c22ff7b5c Date: Wed, 10 Oct 2018 14:40:42 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:42Z", "updated_at": "2018-10-10T14:40:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:42Z", "revision_number": 0, "id": "32248ea6-ab48-4625-8b46-067c91ee372b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:42Z", "revision_number": 0, "id": "fcfe3aa8-cd6f-432e-ae0a-06f5bc71ee54", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 2, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "45635a10-e64b-42d1-8838-65aaea990a3c", "name": "NeutronUtilsSecurityGroupTests-819bb787-fca0-4874-81a1-3e31405b88a0name"}} 2018-10-10 14:40:42,630 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-fdbd4da0-e8ac-4fad-ba91-6f8c22ff7b5c 2018-10-10 14:40:42,631 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45635a10-e64b-42d1-8838-65aaea990a3c 2018-10-10 14:40:42,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=45635a10-e64b-42d1-8838-65aaea990a3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ae17c0121abb7330dce346be568e0993d2f88" 2018-10-10 14:40:42,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6754e921-bf04-4693-87d0-53bae62d50b2 Date: Wed, 10 Oct 2018 14:40: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": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:42Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "32248ea6-ab48-4625-8b46-067c91ee372b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:42Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "fcfe3aa8-cd6f-432e-ae0a-06f5bc71ee54"}]} 2018-10-10 14:40:42,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=45635a10-e64b-42d1-8838-65aaea990a3c used request id req-6754e921-bf04-4693-87d0-53bae62d50b2 2018-10-10 14:40:42,814 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45635a10-e64b-42d1-8838-65aaea990a3c 2018-10-10 14:40:42,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=45635a10-e64b-42d1-8838-65aaea990a3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ae17c0121abb7330dce346be568e0993d2f88" 2018-10-10 14:40:42,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9fc1689f-c244-4044-9218-f368a060f012 Date: Wed, 10 Oct 2018 14:40: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": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:42Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "32248ea6-ab48-4625-8b46-067c91ee372b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:42Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "fcfe3aa8-cd6f-432e-ae0a-06f5bc71ee54"}]} 2018-10-10 14:40:42,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=45635a10-e64b-42d1-8838-65aaea990a3c used request id req-9fc1689f-c244-4044-9218-f368a060f012 2018-10-10 14:40:42,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ae17c0121abb7330dce346be568e0993d2f88" 2018-10-10 14:40:43,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fe28f9c-f4f3-4faa-873e-f1b5781ef738 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:43,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5fe28f9c-f4f3-4faa-873e-f1b5781ef738 2018-10-10 14:40:43,080 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-819bb787-fca0-4874-81a1-3e31405b88a0name 2018-10-10 14:40:43,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-819bb787-fca0-4874-81a1-3e31405b88a0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ae17c0121abb7330dce346be568e0993d2f88" 2018-10-10 14:40:43,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-5a2d5f15-d063-4bb7-a9ec-a5e428f71a28 Date: Wed, 10 Oct 2018 14:40:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:42Z", "updated_at": "2018-10-10T14:40:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:42Z", "revision_number": 0, "id": "fcfe3aa8-cd6f-432e-ae0a-06f5bc71ee54", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:42Z", "revision_number": 0, "id": "32248ea6-ab48-4625-8b46-067c91ee372b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 2, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "45635a10-e64b-42d1-8838-65aaea990a3c", "name": "NeutronUtilsSecurityGroupTests-819bb787-fca0-4874-81a1-3e31405b88a0name"}]} 2018-10-10 14:40:43,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-819bb787-fca0-4874-81a1-3e31405b88a0name used request id req-5a2d5f15-d063-4bb7-a9ec-a5e428f71a28 2018-10-10 14:40:43,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:40:43,163 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:40:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:40:43,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ae17c0121abb7330dce346be568e0993d2f88" 2018-10-10 14:40:43,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4cdb6dc-de99-4ef6-86df-c5cb56758d5c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:40:43,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-d4cdb6dc-de99-4ef6-86df-c5cb56758d5c 2018-10-10 14:40:43,254 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45635a10-e64b-42d1-8838-65aaea990a3c 2018-10-10 14:40:43,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=45635a10-e64b-42d1-8838-65aaea990a3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ae17c0121abb7330dce346be568e0993d2f88" 2018-10-10 14:40:43,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-04e36a51-740a-465f-9f5a-27ed70da6097 Date: Wed, 10 Oct 2018 14:40: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": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:42Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "32248ea6-ab48-4625-8b46-067c91ee372b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:42Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "fcfe3aa8-cd6f-432e-ae0a-06f5bc71ee54"}]} 2018-10-10 14:40:43,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=45635a10-e64b-42d1-8838-65aaea990a3c used request id req-04e36a51-740a-465f-9f5a-27ed70da6097 2018-10-10 14:40:43,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}aa0ae17c0121abb7330dce346be568e0993d2f88" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c"}}' 2018-10-10 14:40:43,846 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-5d6d807a-f80e-4fb5-86dd-07f10ad6f07c Date: Wed, 10 Oct 2018 14:40:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:43Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:43Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "7910b11d-6cb6-4c6d-b046-7908e53b00fa"}} 2018-10-10 14:40:43,847 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-5d6d807a-f80e-4fb5-86dd-07f10ad6f07c 2018-10-10 14:40:43,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-819bb787-fca0-4874-81a1-3e31405b88a0name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ae17c0121abb7330dce346be568e0993d2f88" 2018-10-10 14:40:43,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-51cb1797-b288-4543-ada1-e49ef73669e6 Date: Wed, 10 Oct 2018 14:40:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:42Z", "updated_at": "2018-10-10T14:40:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:42Z", "revision_number": 0, "id": "fcfe3aa8-cd6f-432e-ae0a-06f5bc71ee54", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:43Z", "revision_number": 0, "id": "7910b11d-6cb6-4c6d-b046-7908e53b00fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:43Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:42Z", "revision_number": 0, "id": "32248ea6-ab48-4625-8b46-067c91ee372b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 3, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "45635a10-e64b-42d1-8838-65aaea990a3c", "name": "NeutronUtilsSecurityGroupTests-819bb787-fca0-4874-81a1-3e31405b88a0name"}]} 2018-10-10 14:40:43,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-819bb787-fca0-4874-81a1-3e31405b88a0name&description=hello+group used request id req-51cb1797-b288-4543-ada1-e49ef73669e6 2018-10-10 14:40:43,897 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45635a10-e64b-42d1-8838-65aaea990a3c 2018-10-10 14:40:43,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=45635a10-e64b-42d1-8838-65aaea990a3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ae17c0121abb7330dce346be568e0993d2f88" 2018-10-10 14:40:44,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-3c5e496e-20dc-4245-a04f-f25c87c7c69c Date: Wed, 10 Oct 2018 14:40: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": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:42Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "32248ea6-ab48-4625-8b46-067c91ee372b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:43Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:43Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "7910b11d-6cb6-4c6d-b046-7908e53b00fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:42Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "fcfe3aa8-cd6f-432e-ae0a-06f5bc71ee54"}]} 2018-10-10 14:40:44,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=45635a10-e64b-42d1-8838-65aaea990a3c used request id req-3c5e496e-20dc-4245-a04f-f25c87c7c69c 2018-10-10 14:40:44,077 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45635a10-e64b-42d1-8838-65aaea990a3c 2018-10-10 14:40:44,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=45635a10-e64b-42d1-8838-65aaea990a3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ae17c0121abb7330dce346be568e0993d2f88" 2018-10-10 14:40:44,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-b7d36324-ef4f-41b2-b993-09a62f68f59d Date: Wed, 10 Oct 2018 14:40: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": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:42Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "32248ea6-ab48-4625-8b46-067c91ee372b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:43Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:43Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "7910b11d-6cb6-4c6d-b046-7908e53b00fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:42Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "fcfe3aa8-cd6f-432e-ae0a-06f5bc71ee54"}]} 2018-10-10 14:40:44,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=45635a10-e64b-42d1-8838-65aaea990a3c used request id req-b7d36324-ef4f-41b2-b993-09a62f68f59d 2018-10-10 14:40:44,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-819bb787-fca0-4874-81a1-3e31405b88a0name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ae17c0121abb7330dce346be568e0993d2f88" 2018-10-10 14:40:44,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-eb21a4ab-3694-4f9e-8357-2b587947d57d Date: Wed, 10 Oct 2018 14:40:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:42Z", "updated_at": "2018-10-10T14:40:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:42Z", "revision_number": 0, "id": "fcfe3aa8-cd6f-432e-ae0a-06f5bc71ee54", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:43Z", "revision_number": 0, "id": "7910b11d-6cb6-4c6d-b046-7908e53b00fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:43Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:42Z", "revision_number": 0, "id": "32248ea6-ab48-4625-8b46-067c91ee372b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 3, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "45635a10-e64b-42d1-8838-65aaea990a3c", "name": "NeutronUtilsSecurityGroupTests-819bb787-fca0-4874-81a1-3e31405b88a0name"}]} 2018-10-10 14:40:44,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-819bb787-fca0-4874-81a1-3e31405b88a0name&description=hello+group used request id req-eb21a4ab-3694-4f9e-8357-2b587947d57d 2018-10-10 14:40:44,434 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45635a10-e64b-42d1-8838-65aaea990a3c 2018-10-10 14:40:44,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=45635a10-e64b-42d1-8838-65aaea990a3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ae17c0121abb7330dce346be568e0993d2f88" 2018-10-10 14:40:44,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-f06bf896-8619-4ccf-b4a5-23c8c34aa58b Date: Wed, 10 Oct 2018 14:40: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": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:42Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "32248ea6-ab48-4625-8b46-067c91ee372b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:43Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:43Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "7910b11d-6cb6-4c6d-b046-7908e53b00fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:42Z", "security_group_id": "45635a10-e64b-42d1-8838-65aaea990a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:42Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "fcfe3aa8-cd6f-432e-ae0a-06f5bc71ee54"}]} 2018-10-10 14:40:44,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=45635a10-e64b-42d1-8838-65aaea990a3c used request id req-f06bf896-8619-4ccf-b4a5-23c8c34aa58b 2018-10-10 14:40:44,640 - neutron_utils - INFO - Deleting security group rule with ID - 32248ea6-ab48-4625-8b46-067c91ee372b 2018-10-10 14:40:44,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/32248ea6-ab48-4625-8b46-067c91ee372b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ae17c0121abb7330dce346be568e0993d2f88" 2018-10-10 14:40:44,906 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5b96fc5d-727e-4b36-b5e6-ffeaf0393943 Content-Length: 0 Date: Wed, 10 Oct 2018 14:40:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:44,906 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/32248ea6-ab48-4625-8b46-067c91ee372b used request id req-5b96fc5d-727e-4b36-b5e6-ffeaf0393943 2018-10-10 14:40:44,906 - neutron_utils - INFO - Deleting security group rule with ID - fcfe3aa8-cd6f-432e-ae0a-06f5bc71ee54 2018-10-10 14:40:44,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/fcfe3aa8-cd6f-432e-ae0a-06f5bc71ee54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ae17c0121abb7330dce346be568e0993d2f88" 2018-10-10 14:40:45,008 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf382abf-3965-4163-aa8b-a618a146235e Content-Length: 0 Date: Wed, 10 Oct 2018 14:40:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:45,008 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/fcfe3aa8-cd6f-432e-ae0a-06f5bc71ee54 used request id req-bf382abf-3965-4163-aa8b-a618a146235e 2018-10-10 14:40:45,009 - neutron_utils - INFO - Deleting security group rule with ID - 7910b11d-6cb6-4c6d-b046-7908e53b00fa 2018-10-10 14:40:45,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/7910b11d-6cb6-4c6d-b046-7908e53b00fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ae17c0121abb7330dce346be568e0993d2f88" 2018-10-10 14:40:45,256 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8880fd26-682c-4cf1-86f7-3c5efea18df4 Content-Length: 0 Date: Wed, 10 Oct 2018 14:40:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:45,256 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/7910b11d-6cb6-4c6d-b046-7908e53b00fa used request id req-8880fd26-682c-4cf1-86f7-3c5efea18df4 2018-10-10 14:40:45,256 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-819bb787-fca0-4874-81a1-3e31405b88a0name 2018-10-10 14:40:45,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/45635a10-e64b-42d1-8838-65aaea990a3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ae17c0121abb7330dce346be568e0993d2f88" 2018-10-10 14:40:45,558 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb143e74-1e1a-4bf1-9524-d34a3fd0cbab Content-Length: 0 Date: Wed, 10 Oct 2018 14:40:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:45,558 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/45635a10-e64b-42d1-8838-65aaea990a3c used request id req-bb143e74-1e1a-4bf1-9524-d34a3fd0cbab 2018-10-10 14:40:45,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:45,943 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["xR9ChewkRke3TgBQj0nTAA"], "issued_at": "2018-10-10T14:40:45.000000Z"}} 2018-10-10 14:40:45,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a34543122f5c7072a290767e753c1f940fa285" 2018-10-10 14:40:46,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe415f3-e17c-499a-9460-9d823d64fada Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:46,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cbe415f3-e17c-499a-9460-9d823d64fada 2018-10-10 14:40:46,028 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-a60ba762-912c-420f-b77a-bdf864436929name-1 2018-10-10 14:40:46,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a34543122f5c7072a290767e753c1f940fa285" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-a60ba762-912c-420f-b77a-bdf864436929name-1", "description": "hello group"}}' 2018-10-10 14:40:46,384 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-17f7e2b3-8dd8-45eb-9112-76bbb6895b74 Date: Wed, 10 Oct 2018 14:40:46 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:46Z", "updated_at": "2018-10-10T14:40:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:46Z", "revision_number": 0, "id": "01a39927-ec29-4cfc-856f-2dad7a68e927", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:46Z", "security_group_id": "bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:46Z", "revision_number": 0, "id": "7ec758bc-898a-410d-81f9-e9c5795fa3f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:46Z", "security_group_id": "bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 2, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3", "name": "NeutronUtilsSecurityGroupTests-a60ba762-912c-420f-b77a-bdf864436929name-1"}} 2018-10-10 14:40:46,384 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-17f7e2b3-8dd8-45eb-9112-76bbb6895b74 2018-10-10 14:40:46,384 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3 2018-10-10 14:40:46,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a34543122f5c7072a290767e753c1f940fa285" 2018-10-10 14:40:46,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bcc2f494-0a5c-49ec-8405-a9ce52c7a095 Date: Wed, 10 Oct 2018 14:40:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:46Z", "security_group_id": "bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:46Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "01a39927-ec29-4cfc-856f-2dad7a68e927"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:46Z", "security_group_id": "bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:46Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "7ec758bc-898a-410d-81f9-e9c5795fa3f9"}]} 2018-10-10 14:40:46,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3 used request id req-bcc2f494-0a5c-49ec-8405-a9ce52c7a095 2018-10-10 14:40:46,559 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-a60ba762-912c-420f-b77a-bdf864436929name-2 2018-10-10 14:40:46,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a34543122f5c7072a290767e753c1f940fa285" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-a60ba762-912c-420f-b77a-bdf864436929name-2", "description": "hello group"}}' 2018-10-10 14:40:46,911 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-170f26c4-0816-4fa3-b7cc-ac7e564b45e0 Date: Wed, 10 Oct 2018 14:40:46 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:46Z", "updated_at": "2018-10-10T14:40:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:46Z", "revision_number": 0, "id": "74e1a972-1223-4c58-a82c-f9e2fd5a135d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:46Z", "security_group_id": "5a8f07ef-fc35-4bbd-b966-f28628cbce6b", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:46Z", "revision_number": 0, "id": "f8505f11-25b5-4930-9f0f-0e6d55101dd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:46Z", "security_group_id": "5a8f07ef-fc35-4bbd-b966-f28628cbce6b", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 2, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "5a8f07ef-fc35-4bbd-b966-f28628cbce6b", "name": "NeutronUtilsSecurityGroupTests-a60ba762-912c-420f-b77a-bdf864436929name-2"}} 2018-10-10 14:40:46,911 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-170f26c4-0816-4fa3-b7cc-ac7e564b45e0 2018-10-10 14:40:46,911 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a8f07ef-fc35-4bbd-b966-f28628cbce6b 2018-10-10 14:40:46,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5a8f07ef-fc35-4bbd-b966-f28628cbce6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a34543122f5c7072a290767e753c1f940fa285" 2018-10-10 14:40:46,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-76828ee7-4889-4c43-9c45-bea7178cad1b Date: Wed, 10 Oct 2018 14:40:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:46Z", "security_group_id": "5a8f07ef-fc35-4bbd-b966-f28628cbce6b", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:46Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "74e1a972-1223-4c58-a82c-f9e2fd5a135d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:46Z", "security_group_id": "5a8f07ef-fc35-4bbd-b966-f28628cbce6b", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:46Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "f8505f11-25b5-4930-9f0f-0e6d55101dd2"}]} 2018-10-10 14:40:46,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5a8f07ef-fc35-4bbd-b966-f28628cbce6b used request id req-76828ee7-4889-4c43-9c45-bea7178cad1b 2018-10-10 14:40:46,963 - neutron_utils - INFO - Retrieving security group with ID - bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3 2018-10-10 14:40:46,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a34543122f5c7072a290767e753c1f940fa285" 2018-10-10 14:40:47,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-5633322d-c710-470a-a139-eae7cb1e9cb5 Date: Wed, 10 Oct 2018 14:40:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:46Z", "updated_at": "2018-10-10T14:40:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:46Z", "revision_number": 0, "id": "01a39927-ec29-4cfc-856f-2dad7a68e927", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:46Z", "security_group_id": "bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:46Z", "revision_number": 0, "id": "7ec758bc-898a-410d-81f9-e9c5795fa3f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:46Z", "security_group_id": "bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 2, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3", "name": "NeutronUtilsSecurityGroupTests-a60ba762-912c-420f-b77a-bdf864436929name-1"}]} 2018-10-10 14:40:47,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3 used request id req-5633322d-c710-470a-a139-eae7cb1e9cb5 2018-10-10 14:40:47,156 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3 2018-10-10 14:40:47,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a34543122f5c7072a290767e753c1f940fa285" 2018-10-10 14:40:47,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c03171fc-a406-46f1-8c06-a16d18103c5e Date: Wed, 10 Oct 2018 14:40: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": "2018-10-10T14:40:46Z", "security_group_id": "bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:46Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "01a39927-ec29-4cfc-856f-2dad7a68e927"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:46Z", "security_group_id": "bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:46Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "7ec758bc-898a-410d-81f9-e9c5795fa3f9"}]} 2018-10-10 14:40:47,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3 used request id req-c03171fc-a406-46f1-8c06-a16d18103c5e 2018-10-10 14:40:47,332 - neutron_utils - INFO - Retrieving security group with ID - 5a8f07ef-fc35-4bbd-b966-f28628cbce6b 2018-10-10 14:40:47,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=5a8f07ef-fc35-4bbd-b966-f28628cbce6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a34543122f5c7072a290767e753c1f940fa285" 2018-10-10 14:40:47,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-60bf5190-9f27-4851-862b-0b5f54015067 Date: Wed, 10 Oct 2018 14:40:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:46Z", "updated_at": "2018-10-10T14:40:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:46Z", "revision_number": 0, "id": "74e1a972-1223-4c58-a82c-f9e2fd5a135d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:46Z", "security_group_id": "5a8f07ef-fc35-4bbd-b966-f28628cbce6b", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:40:46Z", "revision_number": 0, "id": "f8505f11-25b5-4930-9f0f-0e6d55101dd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:40:46Z", "security_group_id": "5a8f07ef-fc35-4bbd-b966-f28628cbce6b", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 2, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "5a8f07ef-fc35-4bbd-b966-f28628cbce6b", "name": "NeutronUtilsSecurityGroupTests-a60ba762-912c-420f-b77a-bdf864436929name-2"}]} 2018-10-10 14:40:47,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=5a8f07ef-fc35-4bbd-b966-f28628cbce6b used request id req-60bf5190-9f27-4851-862b-0b5f54015067 2018-10-10 14:40:47,412 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a8f07ef-fc35-4bbd-b966-f28628cbce6b 2018-10-10 14:40:47,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5a8f07ef-fc35-4bbd-b966-f28628cbce6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a34543122f5c7072a290767e753c1f940fa285" 2018-10-10 14:40:47,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ec033e07-9e0d-45b8-9957-71d3234cedb5 Date: Wed, 10 Oct 2018 14:40:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:46Z", "security_group_id": "5a8f07ef-fc35-4bbd-b966-f28628cbce6b", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:46Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "74e1a972-1223-4c58-a82c-f9e2fd5a135d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:40:46Z", "security_group_id": "5a8f07ef-fc35-4bbd-b966-f28628cbce6b", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:46Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "f8505f11-25b5-4930-9f0f-0e6d55101dd2"}]} 2018-10-10 14:40:47,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5a8f07ef-fc35-4bbd-b966-f28628cbce6b used request id req-ec033e07-9e0d-45b8-9957-71d3234cedb5 2018-10-10 14:40:47,596 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-a60ba762-912c-420f-b77a-bdf864436929name-1 2018-10-10 14:40:47,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a34543122f5c7072a290767e753c1f940fa285" 2018-10-10 14:40:47,941 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-edb926c3-7d59-446a-9457-c830a1b53fc6 Content-Length: 0 Date: Wed, 10 Oct 2018 14:40:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:47,941 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/bd08f2a3-a2d3-4180-9f76-e2852e4cf1d3 used request id req-edb926c3-7d59-446a-9457-c830a1b53fc6 2018-10-10 14:40:47,941 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-a60ba762-912c-420f-b77a-bdf864436929name-2 2018-10-10 14:40:47,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/5a8f07ef-fc35-4bbd-b966-f28628cbce6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a34543122f5c7072a290767e753c1f940fa285" 2018-10-10 14:40:48,083 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6c161dac-6259-4803-8734-499e4d095b62 Content-Length: 0 Date: Wed, 10 Oct 2018 14:40:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:48,083 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/5a8f07ef-fc35-4bbd-b966-f28628cbce6b used request id req-6c161dac-6259-4803-8734-499e4d095b62 2018-10-10 14:40:48,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:48,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["7gzCTRLrRqmiHErTZZKHUQ"], "issued_at": "2018-10-10T14:40:48.000000Z"}} 2018-10-10 14:40:48,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a172e2dc31dec3172d46b45bad2970ef5d86ef" 2018-10-10 14:40:48,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fbfc605-934f-4695-b568-efbee8a7baea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:48,544 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0fbfc605-934f-4695-b568-efbee8a7baea 2018-10-10 14:40:48,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a172e2dc31dec3172d46b45bad2970ef5d86ef" 2018-10-10 14:40:48,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8ab71ea6-7ec9-4194-a284-fc08cf271492 Date: Wed, 10 Oct 2018 14:40:48 GMT RESP BODY: {"floatingips": []} 2018-10-10 14:40:48,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-8ab71ea6-7ec9-4194-a284-fc08cf271492 2018-10-10 14:40:48,711 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-10 14:40:48,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a172e2dc31dec3172d46b45bad2970ef5d86ef" 2018-10-10 14:40:48,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-afb98725-702c-40e5-af42-97dc84bd7ebe Date: Wed, 10 Oct 2018 14:40:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 14:40:48,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-afb98725-702c-40e5-af42-97dc84bd7ebe 2018-10-10 14:40:48,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a172e2dc31dec3172d46b45bad2970ef5d86ef" 2018-10-10 14:40:49,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f32cafe7-ce17-4226-af05-0a20b26d2322 Date: Wed, 10 Oct 2018 14:40:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-10 14:40:49,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 used request id req-f32cafe7-ce17-4226-af05-0a20b26d2322 2018-10-10 14:40:49,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a172e2dc31dec3172d46b45bad2970ef5d86ef" -d '{"floatingip": {"floating_network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}}' 2018-10-10 14:40:50,815 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-9a1cd944-b629-45c0-9a4c-40eb8a62dd54 Date: Wed, 10 Oct 2018 14:40:50 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-10T14:40:49Z", "floating_network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": null, "id": "44ed1633-7b06-45be-9de7-19ba6feb648c", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:49Z", "project_id": "50b165d5212f42f49cf85a43939820c6"}} 2018-10-10 14:40:50,816 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-9a1cd944-b629-45c0-9a4c-40eb8a62dd54 2018-10-10 14:40:50,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a172e2dc31dec3172d46b45bad2970ef5d86ef" 2018-10-10 14:40:50,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-e72c61c8-112d-42dc-99ec-59185d3a98c1 Date: Wed, 10 Oct 2018 14:40:50 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-10T14:40:49Z", "floating_network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": null, "id": "44ed1633-7b06-45be-9de7-19ba6feb648c", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:49Z", "project_id": "50b165d5212f42f49cf85a43939820c6"}]} 2018-10-10 14:40:50,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-e72c61c8-112d-42dc-99ec-59185d3a98c1 2018-10-10 14:40:50,996 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.208 2018-10-10 14:40:50,996 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.208 2018-10-10 14:40:51,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips?ip=44ed1633-7b06-45be-9de7-19ba6feb648c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a172e2dc31dec3172d46b45bad2970ef5d86ef" 2018-10-10 14:40:51,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-0359c58b-3db8-4122-b37c-fc139d04cb0b Date: Wed, 10 Oct 2018 14:40:51 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-10T14:40:49Z", "floating_network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": null, "id": "44ed1633-7b06-45be-9de7-19ba6feb648c", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:49Z", "project_id": "50b165d5212f42f49cf85a43939820c6"}]} 2018-10-10 14:40:51,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips?ip=44ed1633-7b06-45be-9de7-19ba6feb648c used request id req-0359c58b-3db8-4122-b37c-fc139d04cb0b 2018-10-10 14:40:51,164 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.208 2018-10-10 14:40:51,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/floatingips/44ed1633-7b06-45be-9de7-19ba6feb648c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a172e2dc31dec3172d46b45bad2970ef5d86ef" 2018-10-10 14:40:51,779 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4ad213f1-299f-4efd-97d2-8a101f9d5844 Content-Length: 0 Date: Wed, 10 Oct 2018 14:40:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:40:51,779 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/44ed1633-7b06-45be-9de7-19ba6feb648c used request id req-4ad213f1-299f-4efd-97d2-8a101f9d5844 2018-10-10 14:40:51,780 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:40:51,953 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-89a3625c-769e-47d1-85a7-b47cddafa66d 2018-10-10 14:40:51,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:52,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["S0Fl4uIvRpufMvrcZAX1tQ"], "issued_at": "2018-10-10T14:40:52.000000Z"}} 2018-10-10 14:40:52,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be3bdd5a2844ffc2f7eb435bb6de4323493d138" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDfwuOsnPHrTQQ/yDxV3LgccoSH4bNpddC0DMywW5OG7rE1kA0JcmGSKMqsEJ4EaploirQhkeTrM6AGL7LJZ3Ab1iCloBT87XsOQYiGAWcvCEdFF4+BPKhse+SWcN7l4cUtP8zgx9k3GEfJWXvGZPZqkufXmyuwxHnBk4tLAPJK1EbWj5vezsAtZ4FEm9g9jKaJZqMWGChwklXSHNqjwjk0Pw61Gyy7SNYBYRyUmf/aocJ9KLmDcDTZi0LPZB498J1/An/L1vpcff42+a5yx/3+gspCa7hwNq1Ti500iQu1MLb/Fmq2rYzEfVk/53bYbynJR+E58QS7ObJztdJcNgXv", "name": "NovaUtilsKeypairTests-89a3625c-769e-47d1-85a7-b47cddafa66d"}}' 2018-10-10 14:40:53,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1db5fb57-8a7c-45c4-80d4-19b0c7c6b5d7 x-compute-request-id: req-1db5fb57-8a7c-45c4-80d4-19b0c7c6b5d7 Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDfwuOsnPHrTQQ/yDxV3LgccoSH4bNpddC0DMywW5OG7rE1kA0JcmGSKMqsEJ4EaploirQhkeTrM6AGL7LJZ3Ab1iCloBT87XsOQYiGAWcvCEdFF4+BPKhse+SWcN7l4cUtP8zgx9k3GEfJWXvGZPZqkufXmyuwxHnBk4tLAPJK1EbWj5vezsAtZ4FEm9g9jKaJZqMWGChwklXSHNqjwjk0Pw61Gyy7SNYBYRyUmf/aocJ9KLmDcDTZi0LPZB498J1/An/L1vpcff42+a5yx/3+gspCa7hwNq1Ti500iQu1MLb/Fmq2rYzEfVk/53bYbynJR+E58QS7ObJztdJcNgXv", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "name": "NovaUtilsKeypairTests-89a3625c-769e-47d1-85a7-b47cddafa66d", "fingerprint": "dc:4d:9a:27:f6:39:07:a7:18:51:4c:5a:b2:ed:03:1b"}} 2018-10-10 14:40:53,073 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-1db5fb57-8a7c-45c4-80d4-19b0c7c6b5d7 2018-10-10 14:40:53,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-89a3625c-769e-47d1-85a7-b47cddafa66d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be3bdd5a2844ffc2f7eb435bb6de4323493d138" 2018-10-10 14:40:53,203 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b415c560-3ffd-47b7-90c1-60c1a7de4d56 x-compute-request-id: req-b415c560-3ffd-47b7-90c1-60c1a7de4d56 Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDfwuOsnPHrTQQ/yDxV3LgccoSH4bNpddC0DMywW5OG7rE1kA0JcmGSKMqsEJ4EaploirQhkeTrM6AGL7LJZ3Ab1iCloBT87XsOQYiGAWcvCEdFF4+BPKhse+SWcN7l4cUtP8zgx9k3GEfJWXvGZPZqkufXmyuwxHnBk4tLAPJK1EbWj5vezsAtZ4FEm9g9jKaJZqMWGChwklXSHNqjwjk0Pw61Gyy7SNYBYRyUmf/aocJ9KLmDcDTZi0LPZB498J1/An/L1vpcff42+a5yx/3+gspCa7hwNq1Ti500iQu1MLb/Fmq2rYzEfVk/53bYbynJR+E58QS7ObJztdJcNgXv", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "name": "NovaUtilsKeypairTests-89a3625c-769e-47d1-85a7-b47cddafa66d", "deleted": false, "created_at": "2018-10-10T14:40:53.000000", "updated_at": null, "fingerprint": "dc:4d:9a:27:f6:39:07:a7:18:51:4c:5a:b2:ed:03:1b", "deleted_at": null, "id": 2}} 2018-10-10 14:40:53,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-89a3625c-769e-47d1-85a7-b47cddafa66d used request id req-b415c560-3ffd-47b7-90c1-60c1a7de4d56 2018-10-10 14:40:53,204 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-89a3625c-769e-47d1-85a7-b47cddafa66d 2018-10-10 14:40:53,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-89a3625c-769e-47d1-85a7-b47cddafa66d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be3bdd5a2844ffc2f7eb435bb6de4323493d138" 2018-10-10 14:40:53,395 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:40:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-662aaee1-1220-4041-a556-d6739124d8dd x-compute-request-id: req-662aaee1-1220-4041-a556-d6739124d8dd Content-Length: 0 Content-Type: application/json 2018-10-10 14:40:53,395 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-89a3625c-769e-47d1-85a7-b47cddafa66d used request id req-662aaee1-1220-4041-a556-d6739124d8dd 2018-10-10 14:40:53,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-89a3625c-769e-47d1-85a7-b47cddafa66d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be3bdd5a2844ffc2f7eb435bb6de4323493d138" 2018-10-10 14:40:53,419 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:40:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4a1af1a8-4692-4ba9-a3f3-f04c822b6904 x-compute-request-id: req-4a1af1a8-4692-4ba9-a3f3-f04c822b6904 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-89a3625c-769e-47d1-85a7-b47cddafa66d not found for user f54611d8c62b498a95794cebb93cc5b1", "code": 404}} 2018-10-10 14:40:53,419 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-89a3625c-769e-47d1-85a7-b47cddafa66d used request id req-4a1af1a8-4692-4ba9-a3f3-f04c822b6904 2018-10-10 14:40:53,419 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-89a3625c-769e-47d1-85a7-b47cddafa66d 2018-10-10 14:40:53,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-89a3625c-769e-47d1-85a7-b47cddafa66d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be3bdd5a2844ffc2f7eb435bb6de4323493d138" 2018-10-10 14:40:53,509 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:40:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-68784e17-6286-4cc3-8b44-a6694027bf4b x-compute-request-id: req-68784e17-6286-4cc3-8b44-a6694027bf4b Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-89a3625c-769e-47d1-85a7-b47cddafa66d not found for user f54611d8c62b498a95794cebb93cc5b1", "code": 404}} 2018-10-10 14:40:53,510 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-89a3625c-769e-47d1-85a7-b47cddafa66d used request id req-68784e17-6286-4cc3-8b44-a6694027bf4b 2018-10-10 14:40:53,511 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:40:53,560 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-ba2db196-2932-43dd-990f-b4125ae2b097.pub 2018-10-10 14:40:53,560 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-ba2db196-2932-43dd-990f-b4125ae2b097 2018-10-10 14:40:53,561 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-ba2db196-2932-43dd-990f-b4125ae2b097.pub 2018-10-10 14:40:53,561 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-ba2db196-2932-43dd-990f-b4125ae2b097 2018-10-10 14:40:53,561 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:53,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["hJLEM4nHSsOOotftdr6Vcw"], "issued_at": "2018-10-10T14:40:53.000000Z"}} 2018-10-10 14:40:53,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2ca982767f220ee0312a55d1866f595e4da097" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsvsUnaF+jWdpdnKn4KSVLw2jl2vSIMoIqYWB4RgR+v985l0tg0596ig7Kjp4w1lC6v1LzZKAT3K9bYVF2sH+PdY2bAZNZ2bIPBNs5ITK/H/E8KVbgf8ikuQuZRVJgpTkjBX8DFCGhaQUhihU3gWKb0zhVWbcLIJAJaPBw/u4gnV6rPXZtobq3jVwBM6kM2+/6ScZGy1mIop0YbfYlxipIyUZwHyhSyJI5lYA/fzzRuXDgwXAdlTZ6aO6ihz9LePbEEYYibWkkWtPS53gMVnjuSJ9pUcgbYDWh5errOVAsllwGw72kqlvLWwLesshLJ4M1z1TlevQg61/kPS+hhMxP", "name": "NovaUtilsKeypairTests-ba2db196-2932-43dd-990f-b4125ae2b097"}}' 2018-10-10 14:40:54,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4c664c2-b53f-4823-a19e-f4e578c266ba x-compute-request-id: req-b4c664c2-b53f-4823-a19e-f4e578c266ba Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsvsUnaF+jWdpdnKn4KSVLw2jl2vSIMoIqYWB4RgR+v985l0tg0596ig7Kjp4w1lC6v1LzZKAT3K9bYVF2sH+PdY2bAZNZ2bIPBNs5ITK/H/E8KVbgf8ikuQuZRVJgpTkjBX8DFCGhaQUhihU3gWKb0zhVWbcLIJAJaPBw/u4gnV6rPXZtobq3jVwBM6kM2+/6ScZGy1mIop0YbfYlxipIyUZwHyhSyJI5lYA/fzzRuXDgwXAdlTZ6aO6ihz9LePbEEYYibWkkWtPS53gMVnjuSJ9pUcgbYDWh5errOVAsllwGw72kqlvLWwLesshLJ4M1z1TlevQg61/kPS+hhMxP", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "name": "NovaUtilsKeypairTests-ba2db196-2932-43dd-990f-b4125ae2b097", "fingerprint": "99:3e:31:2b:21:ae:69:57:bf:b8:4d:b6:83:6c:51:4c"}} 2018-10-10 14:40:54,198 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-b4c664c2-b53f-4823-a19e-f4e578c266ba 2018-10-10 14:40:54,199 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-ba2db196-2932-43dd-990f-b4125ae2b097 2018-10-10 14:40:54,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ba2db196-2932-43dd-990f-b4125ae2b097 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2ca982767f220ee0312a55d1866f595e4da097" 2018-10-10 14:40:54,367 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:40:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dd685997-5ba3-4885-a6d1-8af7ec1de5cd x-compute-request-id: req-dd685997-5ba3-4885-a6d1-8af7ec1de5cd Content-Length: 0 Content-Type: application/json 2018-10-10 14:40:54,367 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ba2db196-2932-43dd-990f-b4125ae2b097 used request id req-dd685997-5ba3-4885-a6d1-8af7ec1de5cd 2018-10-10 14:40:54,368 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:40:54,576 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-abc99503-a857-4418-a144-17cbcfad5dd6 2018-10-10 14:40:54,576 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:54,948 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["XITTrpBkR7yjCQCRhOqMnw"], "issued_at": "2018-10-10T14:40:54.000000Z"}} 2018-10-10 14:40:54,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad64e62554fd1ed0d79f8f7e8f435c5786b6f434" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDc/gvnnw0uqM2wNQY8SawEz3Es46wnNiVnwDYeIgfW9KPK9GyOaFzPk7CDv6S8Ka0jIMpnVlCYSJ6TCdINeMnTko+2Z9g5ZfUoeyx2XjkiJXWTMrEmA+AyqbXvIXmB8zNkHyJ8XWzRP2PsdYnV/5FCD2q/5OUVgsdXtWpE9GrHJi8KkJeL8ChdRzaJB3xQ/Qh1CSKxwnnZxScxHe6FERpzqOHYrHnucsgrHrKyQDn+mEE0dQ9Ijem4bEcsmwFoPI9yraSpP2Qbn3V4gzXzmAGNOK6OTye2JgnqKf1gH30AYtPEYCB730+ecdxMvbIr5GsDRyV/htpSrb//ayoZBSe3", "name": "NovaUtilsKeypairTests-abc99503-a857-4418-a144-17cbcfad5dd6"}}' 2018-10-10 14:40:55,713 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b0fc80b-93e1-4f12-879f-e806d22b516e x-compute-request-id: req-0b0fc80b-93e1-4f12-879f-e806d22b516e Content-Encoding: gzip Content-Length: 500 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDc/gvnnw0uqM2wNQY8SawEz3Es46wnNiVnwDYeIgfW9KPK9GyOaFzPk7CDv6S8Ka0jIMpnVlCYSJ6TCdINeMnTko+2Z9g5ZfUoeyx2XjkiJXWTMrEmA+AyqbXvIXmB8zNkHyJ8XWzRP2PsdYnV/5FCD2q/5OUVgsdXtWpE9GrHJi8KkJeL8ChdRzaJB3xQ/Qh1CSKxwnnZxScxHe6FERpzqOHYrHnucsgrHrKyQDn+mEE0dQ9Ijem4bEcsmwFoPI9yraSpP2Qbn3V4gzXzmAGNOK6OTye2JgnqKf1gH30AYtPEYCB730+ecdxMvbIr5GsDRyV/htpSrb//ayoZBSe3", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "name": "NovaUtilsKeypairTests-abc99503-a857-4418-a144-17cbcfad5dd6", "fingerprint": "0c:b8:0f:f5:72:61:59:52:5b:3d:30:a3:46:fe:11:d9"}} 2018-10-10 14:40:55,713 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-0b0fc80b-93e1-4f12-879f-e806d22b516e 2018-10-10 14:40:55,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-abc99503-a857-4418-a144-17cbcfad5dd6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad64e62554fd1ed0d79f8f7e8f435c5786b6f434" 2018-10-10 14:40:55,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51396661-eec0-4405-9891-5c61dbbe11b7 x-compute-request-id: req-51396661-eec0-4405-9891-5c61dbbe11b7 Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDc/gvnnw0uqM2wNQY8SawEz3Es46wnNiVnwDYeIgfW9KPK9GyOaFzPk7CDv6S8Ka0jIMpnVlCYSJ6TCdINeMnTko+2Z9g5ZfUoeyx2XjkiJXWTMrEmA+AyqbXvIXmB8zNkHyJ8XWzRP2PsdYnV/5FCD2q/5OUVgsdXtWpE9GrHJi8KkJeL8ChdRzaJB3xQ/Qh1CSKxwnnZxScxHe6FERpzqOHYrHnucsgrHrKyQDn+mEE0dQ9Ijem4bEcsmwFoPI9yraSpP2Qbn3V4gzXzmAGNOK6OTye2JgnqKf1gH30AYtPEYCB730+ecdxMvbIr5GsDRyV/htpSrb//ayoZBSe3", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "name": "NovaUtilsKeypairTests-abc99503-a857-4418-a144-17cbcfad5dd6", "deleted": false, "created_at": "2018-10-10T14:40:55.000000", "updated_at": null, "fingerprint": "0c:b8:0f:f5:72:61:59:52:5b:3d:30:a3:46:fe:11:d9", "deleted_at": null, "id": 8}} 2018-10-10 14:40:55,842 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-abc99503-a857-4418-a144-17cbcfad5dd6 used request id req-51396661-eec0-4405-9891-5c61dbbe11b7 2018-10-10 14:40:55,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad64e62554fd1ed0d79f8f7e8f435c5786b6f434" 2018-10-10 14:40:55,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-977f98d9-99fd-4cee-b6bc-30072a7737c1 x-compute-request-id: req-977f98d9-99fd-4cee-b6bc-30072a7737c1 Content-Encoding: gzip Content-Length: 474 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDc/gvnnw0uqM2wNQY8SawEz3Es46wnNiVnwDYeIgfW9KPK9GyOaFzPk7CDv6S8Ka0jIMpnVlCYSJ6TCdINeMnTko+2Z9g5ZfUoeyx2XjkiJXWTMrEmA+AyqbXvIXmB8zNkHyJ8XWzRP2PsdYnV/5FCD2q/5OUVgsdXtWpE9GrHJi8KkJeL8ChdRzaJB3xQ/Qh1CSKxwnnZxScxHe6FERpzqOHYrHnucsgrHrKyQDn+mEE0dQ9Ijem4bEcsmwFoPI9yraSpP2Qbn3V4gzXzmAGNOK6OTye2JgnqKf1gH30AYtPEYCB730+ecdxMvbIr5GsDRyV/htpSrb//ayoZBSe3", "name": "NovaUtilsKeypairTests-abc99503-a857-4418-a144-17cbcfad5dd6", "fingerprint": "0c:b8:0f:f5:72:61:59:52:5b:3d:30:a3:46:fe:11:d9"}}]} 2018-10-10 14:40:55,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-977f98d9-99fd-4cee-b6bc-30072a7737c1 2018-10-10 14:40:55,871 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-abc99503-a857-4418-a144-17cbcfad5dd6 2018-10-10 14:40:55,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-abc99503-a857-4418-a144-17cbcfad5dd6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad64e62554fd1ed0d79f8f7e8f435c5786b6f434" 2018-10-10 14:40:55,915 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:40:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-613b7f23-9e12-4f11-a587-03786f0f8ee5 x-compute-request-id: req-613b7f23-9e12-4f11-a587-03786f0f8ee5 Content-Length: 0 Content-Type: application/json 2018-10-10 14:40:55,916 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-abc99503-a857-4418-a144-17cbcfad5dd6 used request id req-613b7f23-9e12-4f11-a587-03786f0f8ee5 2018-10-10 14:40:55,917 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:40:55,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:56,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["Y16SCKQmT8yDsYPkb3xj4g"], "issued_at": "2018-10-10T14:40:56.000000Z"}} 2018-10-10 14:40:56,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bec984a227b46595fde0b50e4221bcf41412830" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-c0916552-bc59-4c4b-ad74-13d265970fd1-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-c0916552-bc59-4c4b-ad74-13d265970fd1-id", "swap": 2}}' 2018-10-10 14:40:56,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40: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-9b5977bf-ff2d-454d-9830-935d73c3bb9c x-compute-request-id: req-9b5977bf-ff2d-454d-9830-935d73c3bb9c Content-Encoding: gzip Content-Length: 289 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-c0916552-bc59-4c4b-ad74-13d265970fd1-id", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/NovaUtilsFlavorTests-c0916552-bc59-4c4b-ad74-13d265970fd1-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-c0916552-bc59-4c4b-ad74-13d265970fd1-id", "name": "NovaUtilsFlavorTests-c0916552-bc59-4c4b-ad74-13d265970fd1-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-10-10 14:40:56,958 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9b5977bf-ff2d-454d-9830-935d73c3bb9c 2018-10-10 14:40:56,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-c0916552-bc59-4c4b-ad74-13d265970fd1-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bec984a227b46595fde0b50e4221bcf41412830" 2018-10-10 14:40:57,116 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:40: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-81f89635-12c5-4314-8896-53b25247a70c x-compute-request-id: req-81f89635-12c5-4314-8896-53b25247a70c Content-Length: 0 Content-Type: application/json 2018-10-10 14:40:57,116 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-c0916552-bc59-4c4b-ad74-13d265970fd1-id used request id req-81f89635-12c5-4314-8896-53b25247a70c 2018-10-10 14:40:57,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bec984a227b46595fde0b50e4221bcf41412830" 2018-10-10 14:40:57,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4aec9cd4-76ab-469e-986c-839f10d811c2 x-compute-request-id: req-4aec9cd4-76ab-469e-986c-839f10d811c2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-10 14:40:57,158 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4aec9cd4-76ab-469e-986c-839f10d811c2 2018-10-10 14:40:57,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-c0916552-bc59-4c4b-ad74-13d265970fd1-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bec984a227b46595fde0b50e4221bcf41412830" 2018-10-10 14:40:57,184 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:40:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e8960bdc-c23a-491f-812d-51fff4c92ab7 x-compute-request-id: req-e8960bdc-c23a-491f-812d-51fff4c92ab7 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-c0916552-bc59-4c4b-ad74-13d265970fd1-id could not be found.", "code": 404}} 2018-10-10 14:40:57,185 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-c0916552-bc59-4c4b-ad74-13d265970fd1-id used request id req-e8960bdc-c23a-491f-812d-51fff4c92ab7 2018-10-10 14:40:57,186 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:40:57,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:57,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["R_woTc4iTkKpwpM8pDkOWA"], "issued_at": "2018-10-10T14:40:57.000000Z"}} 2018-10-10 14:40:57,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b4bff54574dbcde141f1e1581551fe6c377d8b6" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-b006486e-019f-44ab-96d5-ba5dc2d288e5-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-b006486e-019f-44ab-96d5-ba5dc2d288e5-id", "swap": 2}}' 2018-10-10 14:40:57,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5bd2de2-cbeb-478d-b621-c8c6152aa654 x-compute-request-id: req-e5bd2de2-cbeb-478d-b621-c8c6152aa654 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-b006486e-019f-44ab-96d5-ba5dc2d288e5-id", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/NovaUtilsFlavorTests-b006486e-019f-44ab-96d5-ba5dc2d288e5-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-b006486e-019f-44ab-96d5-ba5dc2d288e5-id", "name": "NovaUtilsFlavorTests-b006486e-019f-44ab-96d5-ba5dc2d288e5-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-10-10 14:40:57,794 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-e5bd2de2-cbeb-478d-b621-c8c6152aa654 2018-10-10 14:40:57,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-b006486e-019f-44ab-96d5-ba5dc2d288e5-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b4bff54574dbcde141f1e1581551fe6c377d8b6" 2018-10-10 14:40:57,835 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:40:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bda25d1a-2eb3-4220-a0ea-6d475bb320fa x-compute-request-id: req-bda25d1a-2eb3-4220-a0ea-6d475bb320fa Content-Length: 0 Content-Type: application/json 2018-10-10 14:40:57,835 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-b006486e-019f-44ab-96d5-ba5dc2d288e5-id used request id req-bda25d1a-2eb3-4220-a0ea-6d475bb320fa 2018-10-10 14:40:57,836 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:40:57,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:58,208 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["g3ZYqDFDQIOBP2MPyplceA"], "issued_at": "2018-10-10T14:40:58.000000Z"}} 2018-10-10 14:40:58,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:40:58,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcccb1ed-46f1-4d94-b991-b715e863bf7c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:58,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bcccb1ed-46f1-4d94-b991-b715e863bf7c 2018-10-10 14:40:58,223 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-10 14:40:58,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:40:58,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:40:58,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:40:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["KzgA_MhJQ-yUZFvPhhpIzw"], "issued_at": "2018-10-10T14:40:58.000000Z"}} 2018-10-10 14:40:58,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea9f89b07b6c3f867b4524bcd8a34e324f17d0e0" 2018-10-10 14:40:58,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:40:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d94ef3c4-fcd9-4dff-9c89-6edba1a18ab7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:40:58,696 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d94ef3c4-fcd9-4dff-9c89-6edba1a18ab7 2018-10-10 14:40:58,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea9f89b07b6c3f867b4524bcd8a34e324f17d0e0" 2018-10-10 14:40:59,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-e1a3724e-a253-4f8d-956a-8a1beafb0bbd Date: Wed, 10 Oct 2018 14:40:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-image"} 2018-10-10 14:40:59,331 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-image used request id req-e1a3724e-a253-4f8d-956a-8a1beafb0bbd 2018-10-10 14:40:59,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea9f89b07b6c3f867b4524bcd8a34e324f17d0e0" 2018-10-10 14:40:59,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e7e4427d-bcb1-4609-9840-fe8f9dc0c1cd Date: Wed, 10 Oct 2018 14:40:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:40:59,912 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-e7e4427d-bcb1-4609-9840-fe8f9dc0c1cd 2018-10-10 14:40:59,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea9f89b07b6c3f867b4524bcd8a34e324f17d0e0" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-image"}' 2018-10-10 14:41:00,635 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/a08c6d9a-325c-49c3-ace7-03a314880f5b X-Openstack-Request-Id: req-70bda237-6ecd-4a4c-a10a-8b3ca35fcea3 Date: Wed, 10 Oct 2018 14:41:00 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:41:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T14:41:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "min_disk": 0, "protected": false, "id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "file": "/v2/images/a08c6d9a-325c-49c3-ace7-03a314880f5b/file", "checksum": null, "owner": "50b165d5212f42f49cf85a43939820c6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:41:00,635 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-70bda237-6ecd-4a4c-a10a-8b3ca35fcea3 2018-10-10 14:41:00,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/a08c6d9a-325c-49c3-ace7-03a314880f5b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea9f89b07b6c3f867b4524bcd8a34e324f17d0e0" -d '' 2018-10-10 14:41:02,227 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4d45a679-a6b7-4c2b-968d-4e60f030fcb3 Date: Wed, 10 Oct 2018 14:41:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:41:02,227 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/a08c6d9a-325c-49c3-ace7-03a314880f5b/file used request id req-4d45a679-a6b7-4c2b-968d-4e60f030fcb3 2018-10-10 14:41:02,228 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 14:41:02,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/a08c6d9a-325c-49c3-ace7-03a314880f5b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea9f89b07b6c3f867b4524bcd8a34e324f17d0e0" 2018-10-10 14:41:02,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-8baaa258-e798-4229-95e2-7adadb2e56c1 Date: Wed, 10 Oct 2018 14:41:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:41:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:41:02Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/a08c6d9a-325c-49c3-ace7-03a314880f5b/snap", "metadata": {}}], "self": "/v2/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "min_disk": 0, "protected": false, "id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "file": "/v2/images/a08c6d9a-325c-49c3-ace7-03a314880f5b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/a08c6d9a-325c-49c3-ace7-03a314880f5b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:41:02,868 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/a08c6d9a-325c-49c3-ace7-03a314880f5b used request id req-8baaa258-e798-4229-95e2-7adadb2e56c1 2018-10-10 14:41:02,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea9f89b07b6c3f867b4524bcd8a34e324f17d0e0" 2018-10-10 14:41:03,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6e8679a3-8b3d-4a1f-88f9-207a0091e089 Date: Wed, 10 Oct 2018 14:41:03 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:41:03,449 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-6e8679a3-8b3d-4a1f-88f9-207a0091e089 2018-10-10 14:41:03,453 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-image 2018-10-10 14:41:03,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/a08c6d9a-325c-49c3-ace7-03a314880f5b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea9f89b07b6c3f867b4524bcd8a34e324f17d0e0" 2018-10-10 14:41:03,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-322dc6ec-ceff-4f19-b154-6c52d256efd1 Date: Wed, 10 Oct 2018 14:41:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:41:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:41:02Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/a08c6d9a-325c-49c3-ace7-03a314880f5b/snap", "metadata": {}}], "self": "/v2/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "min_disk": 0, "protected": false, "id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "file": "/v2/images/a08c6d9a-325c-49c3-ace7-03a314880f5b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/a08c6d9a-325c-49c3-ace7-03a314880f5b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:41:03,476 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/a08c6d9a-325c-49c3-ace7-03a314880f5b used request id req-322dc6ec-ceff-4f19-b154-6c52d256efd1 2018-10-10 14:41:03,476 - create_image - DEBUG - Instance status is - active 2018-10-10 14:41:03,476 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-image 2018-10-10 14:41:03,477 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-image 2018-10-10 14:41:03,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:41:03,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:41:03,944 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:41:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["G5l8tEZHRtSceqevKzDb4w"], "issued_at": "2018-10-10T14:41:03.000000Z"}} 2018-10-10 14:41:03,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d87dd13b49fbf6d0c9aef2f8ee86f70897edec49" 2018-10-10 14:41:04,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fec355f-e43b-4bf2-8c5b-666f85a2fbb7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:41:04,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3fec355f-e43b-4bf2-8c5b-666f85a2fbb7 2018-10-10 14:41:04,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d87dd13b49fbf6d0c9aef2f8ee86f70897edec49" 2018-10-10 14:41:04,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0681ef0a-1bbf-453c-b64e-191333e0ac37 Date: Wed, 10 Oct 2018 14:41:04 GMT RESP BODY: {"networks":[]} 2018-10-10 14:41:04,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net used request id req-0681ef0a-1bbf-453c-b64e-191333e0ac37 2018-10-10 14:41:04,200 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net 2018-10-10 14:41:04,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d87dd13b49fbf6d0c9aef2f8ee86f70897edec49" -d '{"network": {"name": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net", "admin_state_up": true}}' 2018-10-10 14:41:04,602 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2ab7f96c-5096-4be0-9b1a-5c547df2b13d Date: Wed, 10 Oct 2018 14:41:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:41:04Z","is_default":false,"provider:segmentation_id":64,"name":"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:04Z","mtu":1450}} 2018-10-10 14:41:04,602 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-2ab7f96c-5096-4be0-9b1a-5c547df2b13d 2018-10-10 14:41:04,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d87dd13b49fbf6d0c9aef2f8ee86f70897edec49" 2018-10-10 14:41:04,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-c3c17028-c59e-450e-819c-344fe3329b95 Date: Wed, 10 Oct 2018 14:41:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:41:04Z","provider:segmentation_id":64,"name":"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:04Z","provider:network_type":"vxlan"}]} 2018-10-10 14:41:04,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd used request id req-c3c17028-c59e-450e-819c-344fe3329b95 2018-10-10 14:41:04,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d87dd13b49fbf6d0c9aef2f8ee86f70897edec49" 2018-10-10 14:41:05,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f59cbe1d-e210-452f-a384-b6dd1b725784 Date: Wed, 10 Oct 2018 14:41:05 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:41:05,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd used request id req-f59cbe1d-e210-452f-a384-b6dd1b725784 2018-10-10 14:41:05,012 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-subnet 2018-10-10 14:41:05,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d87dd13b49fbf6d0c9aef2f8ee86f70897edec49" -d '{"subnets": [{"ip_version": 4, "network_id": "36dcc818-c8ce-4405-aa60-a7e95ddbb8fd", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-subnet"}]}' 2018-10-10 14:41:05,580 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-11ba42f2-6a8d-4142-b668-ccf0fcc9ac16 Date: Wed, 10 Oct 2018 14:41:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:05Z","dns_nameservers":[],"updated_at":"2018-10-10T14:41:05Z","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":"50b165d5212f42f49cf85a43939820c6","id":"64d35cc7-ee07-4c34-bf26-7be9c76ce047","subnetpool_id":null,"name":"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-subnet"}]} 2018-10-10 14:41:05,580 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-11ba42f2-6a8d-4142-b668-ccf0fcc9ac16 2018-10-10 14:41:05,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d87dd13b49fbf6d0c9aef2f8ee86f70897edec49" 2018-10-10 14:41:05,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-d739cd44-fc91-438f-8381-1e1d49f9b81d Date: Wed, 10 Oct 2018 14:41:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["64d35cc7-ee07-4c34-bf26-7be9c76ce047"],"description":"","tags":[],"updated_at":"2018-10-10T14:41:05Z","provider:segmentation_id":64,"name":"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:04Z","provider:network_type":"vxlan"}]} 2018-10-10 14:41:05,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd used request id req-d739cd44-fc91-438f-8381-1e1d49f9b81d 2018-10-10 14:41:05,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d87dd13b49fbf6d0c9aef2f8ee86f70897edec49" 2018-10-10 14:41:06,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ca58f144-692c-4960-a5d8-03cf05355cdb Date: Wed, 10 Oct 2018 14:41:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:05Z","dns_nameservers":[],"updated_at":"2018-10-10T14:41:05Z","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":"50b165d5212f42f49cf85a43939820c6","id":"64d35cc7-ee07-4c34-bf26-7be9c76ce047","subnetpool_id":null,"name":"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-subnet"}]} 2018-10-10 14:41:06,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd used request id req-ca58f144-692c-4960-a5d8-03cf05355cdb 2018-10-10 14:41:06,008 - OpenStackNetwork - DEBUG - Network [36dcc818-c8ce-4405-aa60-a7e95ddbb8fd] created successfully 2018-10-10 14:41:06,009 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:41:06,009 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:41:06,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:41:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["shSN503TSEeWhipZY_1HeA"], "issued_at": "2018-10-10T14:41:06.000000Z"}} 2018-10-10 14:41:06,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}168b0e07e0b5212e78d6f610b002bac77408c0be" 2018-10-10 14:41:06,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8e23f8c-bb15-4f55-b94e-e6a0f04f8846 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:41:06,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d8e23f8c-bb15-4f55-b94e-e6a0f04f8846 2018-10-10 14:41:06,496 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:41:06,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}168b0e07e0b5212e78d6f610b002bac77408c0be" 2018-10-10 14:41:06,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4c621f88-cf00-4d8a-a173-78843c59bcb8 x-compute-request-id: req-4c621f88-cf00-4d8a-a173-78843c59bcb8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-10 14:41:06,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4c621f88-cf00-4d8a-a173-78843c59bcb8 2018-10-10 14:41:06,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}168b0e07e0b5212e78d6f610b002bac77408c0be" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-10 14:41:06,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9510dc05-3232-425b-88be-8610cd6ce55b x-compute-request-id: req-9510dc05-3232-425b-88be-8610cd6ce55b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f385db2a-0e17-435b-9fe8-4422965308be", "name": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:41:06,758 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9510dc05-3232-425b-88be-8610cd6ce55b 2018-10-10 14:41:06,759 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:41:06,760 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:41:07,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:41:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["YXlFcbwtQb2ZE-H0uLltbg"], "issued_at": "2018-10-10T14:41:07.000000Z"}} 2018-10-10 14:41:07,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6777d69f34569d904f3bb0882189eaa041978f" 2018-10-10 14:41:07,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44d675b1-8da0-4843-9570-963160e785a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:41:07,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-44d675b1-8da0-4843-9570-963160e785a0 2018-10-10 14:41:07,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:07,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-16583b2e-c88f-4e71-8337-7675c7047695 Date: Wed, 10 Oct 2018 14:41:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["64d35cc7-ee07-4c34-bf26-7be9c76ce047"],"description":"","tags":[],"updated_at":"2018-10-10T14:41:05Z","provider:segmentation_id":64,"name":"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:04Z","provider:network_type":"vxlan"}]} 2018-10-10 14:41:07,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net used request id req-16583b2e-c88f-4e71-8337-7675c7047695 2018-10-10 14:41:07,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:07,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-524434a0-07de-4eaa-8009-50eb77eb0861 Date: Wed, 10 Oct 2018 14:41:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:05Z","dns_nameservers":[],"updated_at":"2018-10-10T14:41:05Z","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":"50b165d5212f42f49cf85a43939820c6","id":"64d35cc7-ee07-4c34-bf26-7be9c76ce047","subnetpool_id":null,"name":"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-subnet"}]} 2018-10-10 14:41:07,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd used request id req-524434a0-07de-4eaa-8009-50eb77eb0861 2018-10-10 14:41:07,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:07,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-e097c12b-68e8-4d9e-b942-24e869f16dac Date: Wed, 10 Oct 2018 14:41:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["64d35cc7-ee07-4c34-bf26-7be9c76ce047"],"description":"","tags":[],"updated_at":"2018-10-10T14:41:05Z","provider:segmentation_id":64,"name":"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:04Z","provider:network_type":"vxlan"}]} 2018-10-10 14:41:07,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net used request id req-e097c12b-68e8-4d9e-b942-24e869f16dac 2018-10-10 14:41:07,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:41:07,929 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:41: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:41:07,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6777d69f34569d904f3bb0882189eaa041978f" 2018-10-10 14:41:08,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3181cad-cb7a-4f10-bc37-213f2b35b53c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:41:08,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-a3181cad-cb7a-4f10-bc37-213f2b35b53c 2018-10-10 14:41:08,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:08,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7265819b-bbb5-4fbe-a08f-41a8049eb781 Date: Wed, 10 Oct 2018 14:41:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:05Z","dns_nameservers":[],"updated_at":"2018-10-10T14:41:05Z","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":"50b165d5212f42f49cf85a43939820c6","id":"64d35cc7-ee07-4c34-bf26-7be9c76ce047","subnetpool_id":null,"name":"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-subnet"}]} 2018-10-10 14:41:08,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd used request id req-7265819b-bbb5-4fbe-a08f-41a8049eb781 2018-10-10 14:41:08,241 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net 2018-10-10 14:41:08,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" -d '{"port": {"network_id": "36dcc818-c8ce-4405-aa60-a7e95ddbb8fd", "name": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-port", "admin_state_up": true}}' 2018-10-10 14:41:08,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 853 X-Openstack-Request-Id: req-f4a851b9-f5ee-4053-b492-9d2e0758ecf8 Date: Wed, 10 Oct 2018 14:41:08 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:41:08Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"64d35cc7-ee07-4c34-bf26-7be9c76ce047","ip_address":"10.55.0.11"}],"id":"88c55b41-12c8-47b5-831a-bf79a4c3bf05","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a8:5c:02","project_id":"50b165d5212f42f49cf85a43939820c6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-port","admin_state_up":true,"network_id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:08Z","binding:vnic_type":"normal"}} 2018-10-10 14:41:08,872 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-f4a851b9-f5ee-4053-b492-9d2e0758ecf8 2018-10-10 14:41:08,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:09,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-9cf3e7de-d321-4461-8c0f-63759f84641c Date: Wed, 10 Oct 2018 14:41:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["64d35cc7-ee07-4c34-bf26-7be9c76ce047"],"description":"","tags":[],"updated_at":"2018-10-10T14:41:05Z","provider:segmentation_id":64,"name":"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:04Z","provider:network_type":"vxlan"}]} 2018-10-10 14:41:09,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net used request id req-9cf3e7de-d321-4461-8c0f-63759f84641c 2018-10-10 14:41:09,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:41:09,117 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:41: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:41:09,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:09,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42c16f12-6cc9-4e7e-bb75-dd219f06cf41 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:41:09,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-42c16f12-6cc9-4e7e-bb75-dd219f06cf41 2018-10-10 14:41:09,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:09,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-27b50126-b347-4c8f-a662-644334791144 Date: Wed, 10 Oct 2018 14:41:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:05Z","dns_nameservers":[],"updated_at":"2018-10-10T14:41:05Z","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":"50b165d5212f42f49cf85a43939820c6","id":"64d35cc7-ee07-4c34-bf26-7be9c76ce047","subnetpool_id":null,"name":"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-subnet"}]} 2018-10-10 14:41:09,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd used request id req-27b50126-b347-4c8f-a662-644334791144 2018-10-10 14:41:09,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd&name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:09,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 856 X-Openstack-Request-Id: req-feac02bc-49eb-447a-9362-72e5cedbaf50 Date: Wed, 10 Oct 2018 14:41:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:41:08Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"64d35cc7-ee07-4c34-bf26-7be9c76ce047","ip_address":"10.55.0.11"}],"id":"88c55b41-12c8-47b5-831a-bf79a4c3bf05","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a8:5c:02","project_id":"50b165d5212f42f49cf85a43939820c6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-port","admin_state_up":true,"network_id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:08Z","binding:vnic_type":"normal"}]} 2018-10-10 14:41:09,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd&name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-port&admin_state_up=True used request id req-feac02bc-49eb-447a-9362-72e5cedbaf50 2018-10-10 14:41:09,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:09,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c895e462-b15e-4632-87a4-55f7adcd4b96 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:41:09,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-c895e462-b15e-4632-87a4-55f7adcd4b96 2018-10-10 14:41:09,534 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-vm_inst 2018-10-10 14:41:09,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:10,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53058daf-d4e3-404a-b413-77282c2b3032 x-compute-request-id: req-53058daf-d4e3-404a-b413-77282c2b3032 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f385db2a-0e17-435b-9fe8-4422965308be", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-flavor-name"}]} 2018-10-10 14:41:10,215 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-53058daf-d4e3-404a-b413-77282c2b3032 2018-10-10 14:41:10,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/f385db2a-0e17-435b-9fe8-4422965308be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:10,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41: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-72d5e33f-5c0f-4d16-adac-ec1cc4e8abdb x-compute-request-id: req-72d5e33f-5c0f-4d16-adac-ec1cc4e8abdb Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f385db2a-0e17-435b-9fe8-4422965308be", "name": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:41:10,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/f385db2a-0e17-435b-9fe8-4422965308be used request id req-72d5e33f-5c0f-4d16-adac-ec1cc4e8abdb 2018-10-10 14:41:10,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:10,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-729da2c1-0092-4049-a3d2-1b38cbb3fb5e Date: Wed, 10 Oct 2018 14:41:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:41:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:41:02Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/a08c6d9a-325c-49c3-ace7-03a314880f5b/snap", "metadata": {}}], "self": "/v2/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "min_disk": 0, "protected": false, "id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "file": "/v2/images/a08c6d9a-325c-49c3-ace7-03a314880f5b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/a08c6d9a-325c-49c3-ace7-03a314880f5b/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-image"} 2018-10-10 14:41:10,969 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-image used request id req-729da2c1-0092-4049-a3d2-1b38cbb3fb5e 2018-10-10 14:41:10,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:11,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-11555948-94d9-4225-a367-1ce577f88864 Date: Wed, 10 Oct 2018 14:41:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:41:11,126 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-11555948-94d9-4225-a367-1ce577f88864 2018-10-10 14:41:11,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" -d '{"server": {"name": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-vm_inst", "imageRef": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "flavorRef": "f385db2a-0e17-435b-9fe8-4422965308be", "max_count": 1, "min_count": 1, "networks": [{"port": "88c55b41-12c8-47b5-831a-bf79a4c3bf05"}]}}' 2018-10-10 14:41:13,471 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:41:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f34af50a-1407-4d30-9903-171f3647a06a x-compute-request-id: req-f34af50a-1407-4d30-9903-171f3647a06a Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2bcf8052-acd9-455a-80c1-93e21ef5aa37", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "bookmark"}], "adminPass": "nigCHW8NG4SC"}} 2018-10-10 14:41:13,471 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-f34af50a-1407-4d30-9903-171f3647a06a 2018-10-10 14:41:13,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:13,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41: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-442a0a4e-42e2-4b42-b52f-6c5166437c83 x-compute-request-id: req-442a0a4e-42e2-4b42-b52f-6c5166437c83 Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "bookmark"}], "image": {"id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "links": [{"href": "http://172.30.9.27:8774/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f385db2a-0e17-435b-9fe8-4422965308be", "links": [{"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}]}, "id": "2bcf8052-acd9-455a-80c1-93e21ef5aa37", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:41:13Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-vm_inst", "created": "2018-10-10T14:41:13Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:41:13,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 used request id req-442a0a4e-42e2-4b42-b52f-6c5166437c83 2018-10-10 14:41:13,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:14,333 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41: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-02f95af7-642e-4014-accb-8de1a8df1468 x-compute-request-id: req-02f95af7-642e-4014-accb-8de1a8df1468 Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "bookmark"}], "image": {"id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "links": [{"href": "http://172.30.9.27:8774/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f385db2a-0e17-435b-9fe8-4422965308be", "links": [{"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}]}, "id": "2bcf8052-acd9-455a-80c1-93e21ef5aa37", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:41:13Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-vm_inst", "created": "2018-10-10T14:41:13Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:41:14,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 used request id req-02f95af7-642e-4014-accb-8de1a8df1468 2018-10-10 14:41:17,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:17,925 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41: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-7d0f1eea-d943-402e-a190-372d929d73f3 x-compute-request-id: req-7d0f1eea-d943-402e-a190-372d929d73f3 Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "bookmark"}], "image": {"id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "links": [{"href": "http://172.30.9.27:8774/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f385db2a-0e17-435b-9fe8-4422965308be", "links": [{"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}]}, "id": "2bcf8052-acd9-455a-80c1-93e21ef5aa37", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:41: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": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-vm_inst", "created": "2018-10-10T14:41:13Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:41:17,925 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 used request id req-7d0f1eea-d943-402e-a190-372d929d73f3 2018-10-10 14:41:20,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:21,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a211759-a75e-4b00-9418-d60742ea9209 x-compute-request-id: req-9a211759-a75e-4b00-9418-d60742ea9209 Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "bookmark"}], "image": {"id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "links": [{"href": "http://172.30.9.27:8774/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f385db2a-0e17-435b-9fe8-4422965308be", "links": [{"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}]}, "id": "2bcf8052-acd9-455a-80c1-93e21ef5aa37", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:41: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": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-vm_inst", "created": "2018-10-10T14:41:13Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:41:21,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 used request id req-9a211759-a75e-4b00-9418-d60742ea9209 2018-10-10 14:41:24,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:25,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7070c720-f244-415a-a9d5-83a69cebdda8 x-compute-request-id: req-7070c720-f244-415a-a9d5-83a69cebdda8 Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "bookmark"}], "image": {"id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "links": [{"href": "http://172.30.9.27:8774/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f385db2a-0e17-435b-9fe8-4422965308be", "links": [{"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}]}, "id": "2bcf8052-acd9-455a-80c1-93e21ef5aa37", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:41: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": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-vm_inst", "created": "2018-10-10T14:41:13Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:41:25,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 used request id req-7070c720-f244-415a-a9d5-83a69cebdda8 2018-10-10 14:41:28,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:29,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9dd00b1-5c0c-4781-ad73-082b204f7002 x-compute-request-id: req-a9dd00b1-5c0c-4781-ad73-082b204f7002 Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "bookmark"}], "image": {"id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "links": [{"href": "http://172.30.9.27:8774/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f385db2a-0e17-435b-9fe8-4422965308be", "links": [{"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}]}, "id": "2bcf8052-acd9-455a-80c1-93e21ef5aa37", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:41: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": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-vm_inst", "created": "2018-10-10T14:41:13Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:41:29,269 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 used request id req-a9dd00b1-5c0c-4781-ad73-082b204f7002 2018-10-10 14:41:32,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:32,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41: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-b4e7b1c1-255a-4910-a65b-649eda3c61b1 x-compute-request-id: req-b4e7b1c1-255a-4910-a65b-649eda3c61b1 Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "bookmark"}], "image": {"id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "links": [{"href": "http://172.30.9.27:8774/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f385db2a-0e17-435b-9fe8-4422965308be", "links": [{"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}]}, "id": "2bcf8052-acd9-455a-80c1-93e21ef5aa37", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:41: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": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-vm_inst", "created": "2018-10-10T14:41:13Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:41:32,829 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 used request id req-b4e7b1c1-255a-4910-a65b-649eda3c61b1 2018-10-10 14:41:35,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:36,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97a3f2b3-cca7-4a69-aab2-45cb7bbdae3c x-compute-request-id: req-97a3f2b3-cca7-4a69-aab2-45cb7bbdae3c Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "bookmark"}], "image": {"id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "links": [{"href": "http://172.30.9.27:8774/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f385db2a-0e17-435b-9fe8-4422965308be", "links": [{"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}]}, "id": "2bcf8052-acd9-455a-80c1-93e21ef5aa37", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:41: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": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-vm_inst", "created": "2018-10-10T14:41:13Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:41:36,404 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 used request id req-97a3f2b3-cca7-4a69-aab2-45cb7bbdae3c 2018-10-10 14:41:39,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:40,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4aeb1079-3c81-4a96-98d4-e22cfc46e3e7 x-compute-request-id: req-4aeb1079-3c81-4a96-98d4-e22cfc46e3e7 Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "bookmark"}], "image": {"id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "links": [{"href": "http://172.30.9.27:8774/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f385db2a-0e17-435b-9fe8-4422965308be", "links": [{"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}]}, "id": "2bcf8052-acd9-455a-80c1-93e21ef5aa37", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:41: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": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-vm_inst", "created": "2018-10-10T14:41:13Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:41:40,007 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 used request id req-4aeb1079-3c81-4a96-98d4-e22cfc46e3e7 2018-10-10 14:41:43,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:43,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45a6a9a4-2c20-4f28-ac35-3417e23e1cbe x-compute-request-id: req-45a6a9a4-2c20-4f28-ac35-3417e23e1cbe Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "bookmark"}], "image": {"id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "links": [{"href": "http://172.30.9.27:8774/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f385db2a-0e17-435b-9fe8-4422965308be", "links": [{"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}]}, "id": "2bcf8052-acd9-455a-80c1-93e21ef5aa37", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:41: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": "NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-vm_inst", "created": "2018-10-10T14:41:13Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:41:43,606 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 used request id req-45a6a9a4-2c20-4f28-ac35-3417e23e1cbe 2018-10-10 14:41:46,612 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:47,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c74e19c-34e5-46fb-8d48-2d39f1426e85 x-compute-request-id: req-3c74e19c-34e5-46fb-8d48-2d39f1426e85 Content-Encoding: gzip Content-Length: 727 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "bookmark"}], "image": {"id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "links": [{"href": "http://172.30.9.27:8774/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f385db2a-0e17-435b-9fe8-4422965308be", "links": [{"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}]}, "id": "2bcf8052-acd9-455a-80c1-93e21ef5aa37", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:41:46Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-9e030a18-8757-4c3f-8730-55c2c2eda24e-vm_inst", "created": "2018-10-10T14:41:13Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:41:47,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 used request id req-3c74e19c-34e5-46fb-8d48-2d39f1426e85 2018-10-10 14:41:50,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:51,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41: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-a2e90b42-465c-449f-92a8-ff137d2f5c3d x-compute-request-id: req-a2e90b42-465c-449f-92a8-ff137d2f5c3d Content-Encoding: gzip Content-Length: 814 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:5c:02", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "bookmark"}], "image": {"id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "links": [{"href": "http://172.30.9.27:8774/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f385db2a-0e17-435b-9fe8-4422965308be", "links": [{"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}]}, "id": "2bcf8052-acd9-455a-80c1-93e21ef5aa37", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:41:46Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-9e030a18-8757-4c3f-8730-55c2c2eda24e-vm_inst", "created": "2018-10-10T14:41:13Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:41:51,122 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 used request id req-a2e90b42-465c-449f-92a8-ff137d2f5c3d 2018-10-10 14:41:54,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:55,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d31432f-4546-4799-b042-78b51eb2cb98 x-compute-request-id: req-5d31432f-4546-4799-b042-78b51eb2cb98 Content-Encoding: gzip Content-Length: 814 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:5c:02", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "bookmark"}], "image": {"id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "links": [{"href": "http://172.30.9.27:8774/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f385db2a-0e17-435b-9fe8-4422965308be", "links": [{"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}]}, "id": "2bcf8052-acd9-455a-80c1-93e21ef5aa37", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:41:46Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-9e030a18-8757-4c3f-8730-55c2c2eda24e-vm_inst", "created": "2018-10-10T14:41:13Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:41:55,077 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 used request id req-5d31432f-4546-4799-b042-78b51eb2cb98 2018-10-10 14:41:58,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:58,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2948f6e5-f20d-4738-b573-c3c9bf808e65 x-compute-request-id: req-2948f6e5-f20d-4738-b573-c3c9bf808e65 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:5c:02", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "bookmark"}], "image": {"id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "links": [{"href": "http://172.30.9.27:8774/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-10-10T14:41:53.000000", "flavor": {"id": "f385db2a-0e17-435b-9fe8-4422965308be", "links": [{"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}]}, "id": "2bcf8052-acd9-455a-80c1-93e21ef5aa37", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:41:54Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-9e030a18-8757-4c3f-8730-55c2c2eda24e-vm_inst", "created": "2018-10-10T14:41:13Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:41:58,522 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 used request id req-2948f6e5-f20d-4738-b573-c3c9bf808e65 2018-10-10 14:41:58,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:58,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d68bc7b4-5fda-4439-9cb8-b6681bbdeb6a x-compute-request-id: req-d68bc7b4-5fda-4439-9cb8-b6681bbdeb6a Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:5c:02", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37", "rel": "bookmark"}], "image": {"id": "a08c6d9a-325c-49c3-ace7-03a314880f5b", "links": [{"href": "http://172.30.9.27:8774/images/a08c6d9a-325c-49c3-ace7-03a314880f5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-10-10T14:41:53.000000", "flavor": {"id": "f385db2a-0e17-435b-9fe8-4422965308be", "links": [{"href": "http://172.30.9.27:8774/flavors/f385db2a-0e17-435b-9fe8-4422965308be", "rel": "bookmark"}]}, "id": "2bcf8052-acd9-455a-80c1-93e21ef5aa37", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:41:54Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-9e030a18-8757-4c3f-8730-55c2c2eda24e-vm_inst", "created": "2018-10-10T14:41:13Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:41:58,961 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 used request id req-d68bc7b4-5fda-4439-9cb8-b6681bbdeb6a 2018-10-10 14:41:58,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:59,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-63c047c0-cddf-48e4-be37-e8f3c187b8ec Date: Wed, 10 Oct 2018 14:41:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["64d35cc7-ee07-4c34-bf26-7be9c76ce047"],"description":"","tags":[],"updated_at":"2018-10-10T14:41:05Z","provider:segmentation_id":64,"name":"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:04Z","provider:network_type":"vxlan"}]} 2018-10-10 14:41:59,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net used request id req-63c047c0-cddf-48e4-be37-e8f3c187b8ec 2018-10-10 14:41:59,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:59,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:41:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fad3707c-cf76-4614-93a7-8eb575ac8564 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:41:59,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-fad3707c-cf76-4614-93a7-8eb575ac8564 2018-10-10 14:41:59,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:59,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e57cabb5-ce94-4d97-a05b-d90188dfa314 Date: Wed, 10 Oct 2018 14:41:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:05Z","dns_nameservers":[],"updated_at":"2018-10-10T14:41:05Z","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":"50b165d5212f42f49cf85a43939820c6","id":"64d35cc7-ee07-4c34-bf26-7be9c76ce047","subnetpool_id":null,"name":"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-subnet"}]} 2018-10-10 14:41:59,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd used request id req-e57cabb5-ce94-4d97-a05b-d90188dfa314 2018-10-10 14:41:59,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:59,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3529 X-Openstack-Request-Id: req-d43fd19e-4f14-47ca-b2fb-c16e714c0d65 Date: Wed, 10 Oct 2018 14:41:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:41:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"64d35cc7-ee07-4c34-bf26-7be9c76ce047","ip_address":"10.55.0.2"}],"id":"1fb090f9-16b3-4b95-91f4-622243adf263","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:eb:8c:b0","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","name":"","admin_state_up":true,"network_id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:41:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"64d35cc7-ee07-4c34-bf26-7be9c76ce047","ip_address":"10.55.0.3"}],"id":"37029449-7f3b-49d5-8094-082810957d52","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:7c:43","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","name":"","admin_state_up":true,"network_id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:41:47Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"64d35cc7-ee07-4c34-bf26-7be9c76ce047","ip_address":"10.55.0.11"}],"id":"88c55b41-12c8-47b5-831a-bf79a4c3bf05","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:5c:02","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"2bcf8052-acd9-455a-80c1-93e21ef5aa37","name":"NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-port","admin_state_up":true,"network_id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:41:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"64d35cc7-ee07-4c34-bf26-7be9c76ce047","ip_address":"10.55.0.4"}],"id":"ac3be1d4-d429-4942-aea8-17dae89a1d54","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:dc:b7","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","name":"","admin_state_up":true,"network_id":"36dcc818-c8ce-4405-aa60-a7e95ddbb8fd","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:41:07Z","binding:vnic_type":"normal"}]} 2018-10-10 14:41:59,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=36dcc818-c8ce-4405-aa60-a7e95ddbb8fd used request id req-d43fd19e-4f14-47ca-b2fb-c16e714c0d65 2018-10-10 14:41:59,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:41:59,658 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:41: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-5c340870-b0f8-4a01-a637-f4c4e3070d36 x-compute-request-id: req-5c340870-b0f8-4a01-a637-f4c4e3070d36 Content-Type: application/json 2018-10-10 14:41:59,658 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/2bcf8052-acd9-455a-80c1-93e21ef5aa37 used request id req-5c340870-b0f8-4a01-a637-f4c4e3070d36 2018-10-10 14:41:59,659 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-port 2018-10-10 14:41:59,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/88c55b41-12c8-47b5-831a-bf79a4c3bf05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eabc2da261be9f449f0168feba4df768d063731" 2018-10-10 14:42:00,321 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f35dae0-8dc7-47d9-8eef-7b958d50120b Date: Wed, 10 Oct 2018 14:42:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:42:00,321 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/88c55b41-12c8-47b5-831a-bf79a4c3bf05 used request id req-9f35dae0-8dc7-47d9-8eef-7b958d50120b 2018-10-10 14:42:00,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/f385db2a-0e17-435b-9fe8-4422965308be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}168b0e07e0b5212e78d6f610b002bac77408c0be" 2018-10-10 14:42:00,354 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:42:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-63bfeea5-6dc3-4794-a764-5912b5d72489 x-compute-request-id: req-63bfeea5-6dc3-4794-a764-5912b5d72489 Content-Length: 0 Content-Type: application/json 2018-10-10 14:42:00,354 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/f385db2a-0e17-435b-9fe8-4422965308be used request id req-63bfeea5-6dc3-4794-a764-5912b5d72489 2018-10-10 14:42:00,355 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-subnet 2018-10-10 14:42:00,355 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-subnet 2018-10-10 14:42:00,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/64d35cc7-ee07-4c34-bf26-7be9c76ce047 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d87dd13b49fbf6d0c9aef2f8ee86f70897edec49" 2018-10-10 14:42:02,402 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-855c9d18-6fcd-4064-98c1-9f2653e9c6db Date: Wed, 10 Oct 2018 14:42:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:42:02,403 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/64d35cc7-ee07-4c34-bf26-7be9c76ce047 used request id req-855c9d18-6fcd-4064-98c1-9f2653e9c6db 2018-10-10 14:42:02,403 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-net 2018-10-10 14:42:02,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/36dcc818-c8ce-4405-aa60-a7e95ddbb8fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d87dd13b49fbf6d0c9aef2f8ee86f70897edec49" 2018-10-10 14:42:04,039 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e4c237ec-5550-4e86-8991-ca9e19046cc4 Date: Wed, 10 Oct 2018 14:42:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:42:04,040 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/36dcc818-c8ce-4405-aa60-a7e95ddbb8fd used request id req-e4c237ec-5550-4e86-8991-ca9e19046cc4 2018-10-10 14:42:04,040 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-9e030a18-8757-4c3f-8730-55c2c2eda24e-image 2018-10-10 14:42:04,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/a08c6d9a-325c-49c3-ace7-03a314880f5b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea9f89b07b6c3f867b4524bcd8a34e324f17d0e0" 2018-10-10 14:42:06,328 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3d021e4e-0ec7-40c1-8d8e-76f807c50f38 Date: Wed, 10 Oct 2018 14:42:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:42:06,328 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/a08c6d9a-325c-49c3-ace7-03a314880f5b used request id req-3d021e4e-0ec7-40c1-8d8e-76f807c50f38 2018-10-10 14:42:06,330 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:42:06,333 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-10 14:42:06,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:42:06,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:42:06,724 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:42:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["hs6v08A7QlOiroryqz_N3A"], "issued_at": "2018-10-10T14:42:06.000000Z"}} 2018-10-10 14:42:06,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920eccc39ecca4fe9311e452d3ab3de62a5a3362" 2018-10-10 14:42:06,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3812ca94-5efd-4a4b-a789-1d7e0080f93f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:42:06,805 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3812ca94-5efd-4a4b-a789-1d7e0080f93f 2018-10-10 14:42:06,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}920eccc39ecca4fe9311e452d3ab3de62a5a3362" 2018-10-10 14:42:07,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-892b649f-98a6-4f9a-9630-bd758f084297 Date: Wed, 10 Oct 2018 14:42:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-image"} 2018-10-10 14:42:07,025 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-image used request id req-892b649f-98a6-4f9a-9630-bd758f084297 2018-10-10 14:42:07,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}920eccc39ecca4fe9311e452d3ab3de62a5a3362" 2018-10-10 14:42:07,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-817f4e4d-bc2a-46aa-ae6e-7bceb793fce5 Date: Wed, 10 Oct 2018 14:42:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:42:07,190 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-817f4e4d-bc2a-46aa-ae6e-7bceb793fce5 2018-10-10 14:42:07,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}920eccc39ecca4fe9311e452d3ab3de62a5a3362" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-image"}' 2018-10-10 14:42:07,915 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3 X-Openstack-Request-Id: req-77d4d7b6-10f8-44f2-a3e6-b4a405111e70 Date: Wed, 10 Oct 2018 14:42:07 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:42:07Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T14:42:07Z", "visibility": "shared", "locations": [], "self": "/v2/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "min_disk": 0, "protected": false, "id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "file": "/v2/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3/file", "checksum": null, "owner": "50b165d5212f42f49cf85a43939820c6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:42:07,916 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-77d4d7b6-10f8-44f2-a3e6-b4a405111e70 2018-10-10 14:42:07,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}920eccc39ecca4fe9311e452d3ab3de62a5a3362" -d '' 2018-10-10 14:42:09,452 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7cf7b320-0276-4108-ad8c-31d23dfe4830 Date: Wed, 10 Oct 2018 14:42:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:42:09,452 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3/file used request id req-7cf7b320-0276-4108-ad8c-31d23dfe4830 2018-10-10 14:42:09,453 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 14:42:09,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}920eccc39ecca4fe9311e452d3ab3de62a5a3362" 2018-10-10 14:42:10,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-25625865-ecec-4146-b9f1-b8a5db6d2c78 Date: Wed, 10 Oct 2018 14:42:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:42:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:42:09Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3/snap", "metadata": {}}], "self": "/v2/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "min_disk": 0, "protected": false, "id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "file": "/v2/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:42:10,106 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3 used request id req-25625865-ecec-4146-b9f1-b8a5db6d2c78 2018-10-10 14:42:10,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}920eccc39ecca4fe9311e452d3ab3de62a5a3362" 2018-10-10 14:42:10,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-277f2c50-ae3e-40ca-a969-6a04b62dd490 Date: Wed, 10 Oct 2018 14:42:10 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:42:10,694 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-277f2c50-ae3e-40ca-a969-6a04b62dd490 2018-10-10 14:42:10,697 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-image 2018-10-10 14:42:10,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}920eccc39ecca4fe9311e452d3ab3de62a5a3362" 2018-10-10 14:42:10,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-7f4d25a8-b8f8-4e84-8be9-9bb1c94a2076 Date: Wed, 10 Oct 2018 14:42:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:42:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:42:09Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3/snap", "metadata": {}}], "self": "/v2/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "min_disk": 0, "protected": false, "id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "file": "/v2/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:42:10,865 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3 used request id req-7f4d25a8-b8f8-4e84-8be9-9bb1c94a2076 2018-10-10 14:42:10,866 - create_image - DEBUG - Instance status is - active 2018-10-10 14:42:10,866 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-image 2018-10-10 14:42:10,866 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-image 2018-10-10 14:42:10,866 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:42:10,867 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:42:11,243 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:42:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["XULAV43pQb66PC5glvQCwQ"], "issued_at": "2018-10-10T14:42:11.000000Z"}} 2018-10-10 14:42:11,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e43b367ffaa1d3296cb942ca2ad7c023a2e293" 2018-10-10 14:42:11,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-889faa34-250d-4d06-9bd2-5e1d0e1784e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:42:11,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-889faa34-250d-4d06-9bd2-5e1d0e1784e7 2018-10-10 14:42:11,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e43b367ffaa1d3296cb942ca2ad7c023a2e293" 2018-10-10 14:42:11,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b58c4cbc-a53d-45ef-9fc5-16a1c3ed6461 Date: Wed, 10 Oct 2018 14:42:11 GMT RESP BODY: {"networks":[]} 2018-10-10 14:42:11,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net used request id req-b58c4cbc-a53d-45ef-9fc5-16a1c3ed6461 2018-10-10 14:42:11,493 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net 2018-10-10 14:42:11,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e43b367ffaa1d3296cb942ca2ad7c023a2e293" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net", "admin_state_up": true}}' 2018-10-10 14:42:12,033 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-925f58bb-8d1a-4e1f-8c47-bd587dbef0e0 Date: Wed, 10 Oct 2018 14:42:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:42:11Z","is_default":false,"provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","mtu":1450}} 2018-10-10 14:42:12,033 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-925f58bb-8d1a-4e1f-8c47-bd587dbef0e0 2018-10-10 14:42:12,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e43b367ffaa1d3296cb942ca2ad7c023a2e293" 2018-10-10 14:42:12,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b5fb298e-4ee9-4179-9aff-05a9b7771cba Date: Wed, 10 Oct 2018 14:42:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:42:11Z","provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","provider:network_type":"vxlan"}]} 2018-10-10 14:42:12,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-b5fb298e-4ee9-4179-9aff-05a9b7771cba 2018-10-10 14:42:12,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e43b367ffaa1d3296cb942ca2ad7c023a2e293" 2018-10-10 14:42:12,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e6e54f38-de16-4154-915d-88f78e8738c3 Date: Wed, 10 Oct 2018 14:42:12 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:42:12,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-e6e54f38-de16-4154-915d-88f78e8738c3 2018-10-10 14:42:12,474 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet 2018-10-10 14:42:12,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e43b367ffaa1d3296cb942ca2ad7c023a2e293" -d '{"subnets": [{"ip_version": 4, "network_id": "0d8dfc5f-b229-4618-b775-fd59514da7bc", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]}' 2018-10-10 14:42:12,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-182f2396-8c5a-41d8-ac31-6f93a9d83e8f Date: Wed, 10 Oct 2018 14:42:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:12Z","dns_nameservers":[],"updated_at":"2018-10-10T14:42:12Z","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":"50b165d5212f42f49cf85a43939820c6","id":"52b16680-b1c9-475d-96c2-61dda5f54a54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]} 2018-10-10 14:42:12,914 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-182f2396-8c5a-41d8-ac31-6f93a9d83e8f 2018-10-10 14:42:12,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e43b367ffaa1d3296cb942ca2ad7c023a2e293" 2018-10-10 14:42:13,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1487cbdc-8c5c-40fd-8d00-b591e7f97c08 Date: Wed, 10 Oct 2018 14:42:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["52b16680-b1c9-475d-96c2-61dda5f54a54"],"description":"","tags":[],"updated_at":"2018-10-10T14:42:12Z","provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","provider:network_type":"vxlan"}]} 2018-10-10 14:42:13,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-1487cbdc-8c5c-40fd-8d00-b591e7f97c08 2018-10-10 14:42:13,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e43b367ffaa1d3296cb942ca2ad7c023a2e293" 2018-10-10 14:42:13,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-44c83321-632c-42f9-b0f8-3c733dbbfc12 Date: Wed, 10 Oct 2018 14:42:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:12Z","dns_nameservers":[],"updated_at":"2018-10-10T14:42:12Z","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":"50b165d5212f42f49cf85a43939820c6","id":"52b16680-b1c9-475d-96c2-61dda5f54a54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]} 2018-10-10 14:42:13,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-44c83321-632c-42f9-b0f8-3c733dbbfc12 2018-10-10 14:42:13,381 - OpenStackNetwork - DEBUG - Network [0d8dfc5f-b229-4618-b775-fd59514da7bc] created successfully 2018-10-10 14:42:13,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:42:13,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:42:13,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:42:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["LThQ0cE1Q3WTbipMTW_p3Q"], "issued_at": "2018-10-10T14:42:13.000000Z"}} 2018-10-10 14:42:13,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cc0a19e0c3ccff85956aa605de6c5c21c75f073" 2018-10-10 14:42:13,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32cb1ed6-4b16-4c5a-87e9-d04ee2c7214b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:42:13,843 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-32cb1ed6-4b16-4c5a-87e9-d04ee2c7214b 2018-10-10 14:42:13,844 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:42:13,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cc0a19e0c3ccff85956aa605de6c5c21c75f073" 2018-10-10 14:42:14,537 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b278c67c-0077-4451-a058-f9ff24b7f949 x-compute-request-id: req-b278c67c-0077-4451-a058-f9ff24b7f949 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-10 14:42:14,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-b278c67c-0077-4451-a058-f9ff24b7f949 2018-10-10 14:42:14,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cc0a19e0c3ccff85956aa605de6c5c21c75f073" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-10 14:42:14,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd3c8201-071b-49c0-aa18-f865594f18fd x-compute-request-id: req-dd3c8201-071b-49c0-aa18-f865594f18fd Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "name": "NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:42:14,833 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-dd3c8201-071b-49c0-aa18-f865594f18fd 2018-10-10 14:42:14,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:42:14,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:42:15,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:42:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["jamIa93wSOWsejOIkb1j5Q"], "issued_at": "2018-10-10T14:42:15.000000Z"}} 2018-10-10 14:42:15,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afeeca535c6864e6b8442949f63d89a47317008" 2018-10-10 14:42:15,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1009c0f4-c23f-4627-8de1-f19de3fd6678 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:42:15,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1009c0f4-c23f-4627-8de1-f19de3fd6678 2018-10-10 14:42:15,314 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afeeca535c6864e6b8442949f63d89a47317008" 2018-10-10 14:42:16,186 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:15 GMT Server: Apache x-compute-request-id: req-3df0273a-16a1-4475-b2f2-a5f7f1fc942c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3df0273a-16a1-4475-b2f2-a5f7f1fc942c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-10 14:42:16,186 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/detail used request id req-3df0273a-16a1-4475-b2f2-a5f7f1fc942c 2018-10-10 14:42:16,190 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3df0273a-16a1-4475-b2f2-a5f7f1fc942c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afeeca535c6864e6b8442949f63d89a47317008" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-10 14:42:17,311 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:42:16 GMT Server: Apache x-compute-request-id: req-cfa391c5-1621-4461-94ac-0f04be5ed73a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cfa391c5-1621-4461-94ac-0f04be5ed73a Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-10T14:42:17.204558", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "432112e5-8cd5-4bb3-a2c2-eb54c992879b", "size": 1}} 2018-10-10 14:42:17,311 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes used request id req-cfa391c5-1621-4461-94ac-0f04be5ed73a 2018-10-10 14:42:17,315 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3df0273a-16a1-4475-b2f2-a5f7f1fc942c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afeeca535c6864e6b8442949f63d89a47317008" 2018-10-10 14:42:18,097 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:17 GMT Server: Apache x-compute-request-id: req-6330c0fb-54c2-44b9-861b-1a04c78f3262 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6330c0fb-54c2-44b9-861b-1a04c78f3262 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:42:17.000000", "replication_status": null, "snapshot_id": null, "id": "432112e5-8cd5-4bb3-a2c2-eb54c992879b", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699", "bootable": "false", "created_at": "2018-10-10T14:42:17.000000", "volume_type": null}} 2018-10-10 14:42:18,098 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b used request id req-6330c0fb-54c2-44b9-861b-1a04c78f3262 2018-10-10 14:42:18,098 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699 2018-10-10 14:42:18,101 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3df0273a-16a1-4475-b2f2-a5f7f1fc942c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afeeca535c6864e6b8442949f63d89a47317008" 2018-10-10 14:42:18,848 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:18 GMT Server: Apache x-compute-request-id: req-0409504e-189b-4f65-81d4-09ddf0ad65dd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0409504e-189b-4f65-81d4-09ddf0ad65dd Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:42:17.000000", "replication_status": null, "snapshot_id": null, "id": "432112e5-8cd5-4bb3-a2c2-eb54c992879b", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699", "bootable": "false", "created_at": "2018-10-10T14:42:17.000000", "volume_type": null}} 2018-10-10 14:42:18,848 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b used request id req-0409504e-189b-4f65-81d4-09ddf0ad65dd 2018-10-10 14:42:18,849 - create_volume - DEBUG - Instance status is - creating 2018-10-10 14:42:18,849 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-10 14:42:21,852 - create_volume - DEBUG - Volume status query timeout in 296.246417999 2018-10-10 14:42:21,855 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3df0273a-16a1-4475-b2f2-a5f7f1fc942c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afeeca535c6864e6b8442949f63d89a47317008" 2018-10-10 14:42:22,654 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:21 GMT Server: Apache x-compute-request-id: req-c9c371a4-fb75-46bf-95ed-580dc3a47b80 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c9c371a4-fb75-46bf-95ed-580dc3a47b80 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:42:19.000000", "replication_status": null, "snapshot_id": null, "id": "432112e5-8cd5-4bb3-a2c2-eb54c992879b", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699", "bootable": "false", "created_at": "2018-10-10T14:42:17.000000", "volume_type": null}} 2018-10-10 14:42:22,654 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b used request id req-c9c371a4-fb75-46bf-95ed-580dc3a47b80 2018-10-10 14:42:22,655 - create_volume - DEBUG - Instance status is - available 2018-10-10 14:42:22,655 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699 2018-10-10 14:42:22,655 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699 2018-10-10 14:42:22,655 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:42:22,656 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:42:23,051 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:42:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["rpO1vv8WQhG4lRrL0eKxSw"], "issued_at": "2018-10-10T14:42:23.000000Z"}} 2018-10-10 14:42:23,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:23,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc82bd68-ed5c-448f-bc63-c9bca0d93943 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:42:23,144 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bc82bd68-ed5c-448f-bc63-c9bca0d93943 2018-10-10 14:42:23,145 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:42:23,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:23,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bab041fe-33fa-47f4-9802-6c87e3fb8fdb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:42:23,231 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bab041fe-33fa-47f4-9802-6c87e3fb8fdb 2018-10-10 14:42:23,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:23,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f3366326-b3a7-4659-94ee-beabf15b9425 Date: Wed, 10 Oct 2018 14:42:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["52b16680-b1c9-475d-96c2-61dda5f54a54"],"description":"","tags":[],"updated_at":"2018-10-10T14:42:12Z","provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","provider:network_type":"vxlan"}]} 2018-10-10 14:42:23,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net used request id req-f3366326-b3a7-4659-94ee-beabf15b9425 2018-10-10 14:42:23,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:42:23,489 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:42:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:42:23,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:23,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f7b39f6-982b-458b-a098-714d97b78fb0 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:42:23,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-6f7b39f6-982b-458b-a098-714d97b78fb0 2018-10-10 14:42:23,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:23,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-776c26f3-bf50-49d3-a681-dda6f7d607f7 Date: Wed, 10 Oct 2018 14:42:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:12Z","dns_nameservers":[],"updated_at":"2018-10-10T14:42:12Z","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":"50b165d5212f42f49cf85a43939820c6","id":"52b16680-b1c9-475d-96c2-61dda5f54a54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]} 2018-10-10 14:42:23,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-776c26f3-bf50-49d3-a681-dda6f7d607f7 2018-10-10 14:42:23,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc&name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:23,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-008c9ab7-34db-439b-8bab-0091af1106f3 Date: Wed, 10 Oct 2018 14:42:23 GMT RESP BODY: {"ports":[]} 2018-10-10 14:42:23,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc&name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port&admin_state_up=True used request id req-008c9ab7-34db-439b-8bab-0091af1106f3 2018-10-10 14:42:23,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:24,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6494b65f-d549-4152-8040-d0eb993fab98 x-compute-request-id: req-6494b65f-d549-4152-8040-d0eb993fab98 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-10 14:42:24,227 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst used request id req-6494b65f-d549-4152-8040-d0eb993fab98 2018-10-10 14:42:24,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:24,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4a0d2442-6c91-4a06-909d-df8b14f35c3c Date: Wed, 10 Oct 2018 14:42:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["52b16680-b1c9-475d-96c2-61dda5f54a54"],"description":"","tags":[],"updated_at":"2018-10-10T14:42:12Z","provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","provider:network_type":"vxlan"}]} 2018-10-10 14:42:24,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net used request id req-4a0d2442-6c91-4a06-909d-df8b14f35c3c 2018-10-10 14:42:24,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:24,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56b83af6-9e1a-44d4-ba47-567103e8303d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:42:24,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-56b83af6-9e1a-44d4-ba47-567103e8303d 2018-10-10 14:42:24,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:24,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ea12557c-a0c0-4f55-b919-afa97a68704f Date: Wed, 10 Oct 2018 14:42:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:12Z","dns_nameservers":[],"updated_at":"2018-10-10T14:42:12Z","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":"50b165d5212f42f49cf85a43939820c6","id":"52b16680-b1c9-475d-96c2-61dda5f54a54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]} 2018-10-10 14:42:24,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-ea12557c-a0c0-4f55-b919-afa97a68704f 2018-10-10 14:42:24,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc&name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:24,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-33c99bf4-0297-491a-80b1-b84a6353e6b1 Date: Wed, 10 Oct 2018 14:42:24 GMT RESP BODY: {"ports":[]} 2018-10-10 14:42:24,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc&name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port&admin_state_up=True used request id req-33c99bf4-0297-491a-80b1-b84a6353e6b1 2018-10-10 14:42:24,879 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:42:24,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:42:25,252 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:42:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["oKrxdxxaSRmxN0K44N46vw"], "issued_at": "2018-10-10T14:42:25.000000Z"}} 2018-10-10 14:42:25,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05eaf6d34b9662dc08cd6e5ebd08fc522ade02e0" 2018-10-10 14:42:25,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e3222f5-3aba-439e-b5cb-bf939242e23c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:42:25,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1e3222f5-3aba-439e-b5cb-bf939242e23c 2018-10-10 14:42:25,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:25,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-02c29833-bf53-4944-a31b-5cf8d58cccb0 Date: Wed, 10 Oct 2018 14:42:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["52b16680-b1c9-475d-96c2-61dda5f54a54"],"description":"","tags":[],"updated_at":"2018-10-10T14:42:12Z","provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","provider:network_type":"vxlan"}]} 2018-10-10 14:42:25,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net used request id req-02c29833-bf53-4944-a31b-5cf8d58cccb0 2018-10-10 14:42:25,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:25,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-60d64388-97bd-4fb4-b2cc-dc11eae9271b Date: Wed, 10 Oct 2018 14:42:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:12Z","dns_nameservers":[],"updated_at":"2018-10-10T14:42:12Z","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":"50b165d5212f42f49cf85a43939820c6","id":"52b16680-b1c9-475d-96c2-61dda5f54a54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]} 2018-10-10 14:42:25,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-60d64388-97bd-4fb4-b2cc-dc11eae9271b 2018-10-10 14:42:25,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:25,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1a838574-5dbe-435d-b89a-dcbb9117ceee Date: Wed, 10 Oct 2018 14:42:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["52b16680-b1c9-475d-96c2-61dda5f54a54"],"description":"","tags":[],"updated_at":"2018-10-10T14:42:12Z","provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","provider:network_type":"vxlan"}]} 2018-10-10 14:42:25,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net used request id req-1a838574-5dbe-435d-b89a-dcbb9117ceee 2018-10-10 14:42:25,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:42:25,835 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:42:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:42:25,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05eaf6d34b9662dc08cd6e5ebd08fc522ade02e0" 2018-10-10 14:42:25,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc99c631-1f4f-4737-831e-07015b63491a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:42:25,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-fc99c631-1f4f-4737-831e-07015b63491a 2018-10-10 14:42:25,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:26,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b911471a-097a-4485-b09e-8be5fb12896e Date: Wed, 10 Oct 2018 14:42:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:12Z","dns_nameservers":[],"updated_at":"2018-10-10T14:42:12Z","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":"50b165d5212f42f49cf85a43939820c6","id":"52b16680-b1c9-475d-96c2-61dda5f54a54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]} 2018-10-10 14:42:26,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-b911471a-097a-4485-b09e-8be5fb12896e 2018-10-10 14:42:26,121 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net 2018-10-10 14:42:26,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" -d '{"port": {"network_id": "0d8dfc5f-b229-4618-b775-fd59514da7bc", "name": "NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port", "admin_state_up": true}}' 2018-10-10 14:42:26,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-88d9842b-7cf5-41fc-9de2-a8595a34696d Date: Wed, 10 Oct 2018 14:42:26 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:26Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.13"}],"id":"5bf7c46d-3465-49db-b25b-45b9f96a983e","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:38:07:72","project_id":"50b165d5212f42f49cf85a43939820c6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:26Z","binding:vnic_type":"normal"}} 2018-10-10 14:42:26,729 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-88d9842b-7cf5-41fc-9de2-a8595a34696d 2018-10-10 14:42:26,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:26,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5d78b356-b6f4-44dd-bc0b-1b5b92ca9fe7 Date: Wed, 10 Oct 2018 14:42:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["52b16680-b1c9-475d-96c2-61dda5f54a54"],"description":"","tags":[],"updated_at":"2018-10-10T14:42:12Z","provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","provider:network_type":"vxlan"}]} 2018-10-10 14:42:26,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net used request id req-5d78b356-b6f4-44dd-bc0b-1b5b92ca9fe7 2018-10-10 14:42:26,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:26,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3987feae-4f1b-4c64-a0c6-2e21fe2bb655 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:42:26,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-3987feae-4f1b-4c64-a0c6-2e21fe2bb655 2018-10-10 14:42:26,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:27,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1eca1192-ca1a-4cba-bc7c-2576917e642c Date: Wed, 10 Oct 2018 14:42:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:12Z","dns_nameservers":[],"updated_at":"2018-10-10T14:42:12Z","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":"50b165d5212f42f49cf85a43939820c6","id":"52b16680-b1c9-475d-96c2-61dda5f54a54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]} 2018-10-10 14:42:27,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-1eca1192-ca1a-4cba-bc7c-2576917e642c 2018-10-10 14:42:27,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc&name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:27,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-e768cd67-c317-4c74-9847-6487bef6a3f7 Date: Wed, 10 Oct 2018 14:42:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:26Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.13"}],"id":"5bf7c46d-3465-49db-b25b-45b9f96a983e","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:38:07:72","project_id":"50b165d5212f42f49cf85a43939820c6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:26Z","binding:vnic_type":"normal"}]} 2018-10-10 14:42:27,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc&name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port&admin_state_up=True used request id req-e768cd67-c317-4c74-9847-6487bef6a3f7 2018-10-10 14:42:27,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:27,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0bf46a8-5bd6-4795-beab-96b40235504c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:42:27,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-d0bf46a8-5bd6-4795-beab-96b40235504c 2018-10-10 14:42:27,465 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst 2018-10-10 14:42:27,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:27,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42: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-ec81c333-ada1-4168-b9c2-2427e81ff1ac x-compute-request-id: req-ec81c333-ada1-4168-b9c2-2427e81ff1ac Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-flavor"}]} 2018-10-10 14:42:27,500 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ec81c333-ada1-4168-b9c2-2427e81ff1ac 2018-10-10 14:42:27,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:27,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42: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-d9b21df2-b150-47a7-b2d2-a808c09f8df4 x-compute-request-id: req-d9b21df2-b150-47a7-b2d2-a808c09f8df4 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "name": "NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:42:27,637 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6 used request id req-d9b21df2-b150-47a7-b2d2-a808c09f8df4 2018-10-10 14:42:27,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:27,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-35a854ca-1d0d-4728-b21f-5ab20aaf27eb Date: Wed, 10 Oct 2018 14:42:27 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:42:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:42:09Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3/snap", "metadata": {}}], "self": "/v2/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "min_disk": 0, "protected": false, "id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "file": "/v2/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-image"} 2018-10-10 14:42:27,827 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-image used request id req-35a854ca-1d0d-4728-b21f-5ab20aaf27eb 2018-10-10 14:42:27,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:27,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f4b945a3-46d1-4c3c-9663-35eb0c58b4ca Date: Wed, 10 Oct 2018 14:42:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:42:27,986 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-f4b945a3-46d1-4c3c-9663-35eb0c58b4ca 2018-10-10 14:42:27,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst", "imageRef": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "flavorRef": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "max_count": 1, "min_count": 1, "networks": [{"port": "5bf7c46d-3465-49db-b25b-45b9f96a983e"}]}}' 2018-10-10 14:42:30,626 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:42: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-539f5423-4508-4278-a6ef-8e935cb9e555 x-compute-request-id: req-539f5423-4508-4278-a6ef-8e935cb9e555 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f48089cb-8f4a-417b-bf0d-f0785a610296", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "bookmark"}], "adminPass": "mmRo2H9Rkmx7"}} 2018-10-10 14:42:30,626 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-539f5423-4508-4278-a6ef-8e935cb9e555 2018-10-10 14:42:30,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:31,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42: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-e2b80072-162c-418c-adfd-83895928ad50 x-compute-request-id: req-e2b80072-162c-418c-adfd-83895928ad50 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "bookmark"}], "image": {"id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "links": [{"href": "http://172.30.9.27:8774/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "links": [{"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}]}, "id": "f48089cb-8f4a-417b-bf0d-f0785a610296", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:42:30Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst", "created": "2018-10-10T14:42:30Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:42:31,501 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 used request id req-e2b80072-162c-418c-adfd-83895928ad50 2018-10-10 14:42:31,501 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst 2018-10-10 14:42:31,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:31,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ebcd023c-a1b0-462b-a18f-1db4a0e6b181 x-compute-request-id: req-ebcd023c-a1b0-462b-a18f-1db4a0e6b181 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.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "bookmark"}], "image": {"id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "links": [{"href": "http://172.30.9.27:8774/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "links": [{"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}]}, "id": "f48089cb-8f4a-417b-bf0d-f0785a610296", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:42: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": "NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst", "created": "2018-10-10T14:42:30Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:42:31,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 used request id req-ebcd023c-a1b0-462b-a18f-1db4a0e6b181 2018-10-10 14:42:31,813 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst] is - BUILD 2018-10-10 14:42:31,813 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-10 14:42:34,817 - create_instance - DEBUG - VM status query timeout in 896.685050964 2018-10-10 14:42:34,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:36,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48897984-b2f8-4c32-b789-844822932524 x-compute-request-id: req-48897984-b2f8-4c32-b789-844822932524 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "bookmark"}], "image": {"id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "links": [{"href": "http://172.30.9.27:8774/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "links": [{"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}]}, "id": "f48089cb-8f4a-417b-bf0d-f0785a610296", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:42:34Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst", "created": "2018-10-10T14:42:30Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:42:36,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 used request id req-48897984-b2f8-4c32-b789-844822932524 2018-10-10 14:42:36,048 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst] is - BUILD 2018-10-10 14:42:36,048 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-10 14:42:39,051 - create_instance - DEBUG - VM status query timeout in 892.45017004 2018-10-10 14:42:39,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:39,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80ba8410-ce5c-4559-a894-5ae08dd6ffdf x-compute-request-id: req-80ba8410-ce5c-4559-a894-5ae08dd6ffdf Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:07:72", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "bookmark"}], "image": {"id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "links": [{"href": "http://172.30.9.27:8774/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-10T14:42:37.000000", "flavor": {"id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "links": [{"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}]}, "id": "f48089cb-8f4a-417b-bf0d-f0785a610296", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:42:38Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst", "created": "2018-10-10T14:42:30Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:42:39,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 used request id req-80ba8410-ce5c-4559-a894-5ae08dd6ffdf 2018-10-10 14:42:39,616 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst] is - ACTIVE 2018-10-10 14:42:39,616 - create_instance - INFO - VM is - ACTIVE 2018-10-10 14:42:39,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:40,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1c55ac1-1291-43ec-82f8-dbcdf235b8e3 x-compute-request-id: req-a1c55ac1-1291-43ec-82f8-dbcdf235b8e3 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:07:72", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "bookmark"}], "image": {"id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "links": [{"href": "http://172.30.9.27:8774/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-10T14:42:37.000000", "flavor": {"id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "links": [{"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}]}, "id": "f48089cb-8f4a-417b-bf0d-f0785a610296", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:42:38Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst", "created": "2018-10-10T14:42:30Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:42:40,576 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 used request id req-a1c55ac1-1291-43ec-82f8-dbcdf235b8e3 2018-10-10 14:42:40,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:40,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f067fdfa-23c9-4865-8c4a-8e83ed5d16f5 Date: Wed, 10 Oct 2018 14:42:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["52b16680-b1c9-475d-96c2-61dda5f54a54"],"description":"","tags":[],"updated_at":"2018-10-10T14:42:12Z","provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","provider:network_type":"vxlan"}]} 2018-10-10 14:42:40,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net used request id req-f067fdfa-23c9-4865-8c4a-8e83ed5d16f5 2018-10-10 14:42:40,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:40,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8321152-a2b0-4907-85d4-8406217bafb1 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:42:40,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-d8321152-a2b0-4907-85d4-8406217bafb1 2018-10-10 14:42:40,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:40,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-be06c339-b8be-4d37-9464-0b0f5b1261cf Date: Wed, 10 Oct 2018 14:42:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:12Z","dns_nameservers":[],"updated_at":"2018-10-10T14:42:12Z","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":"50b165d5212f42f49cf85a43939820c6","id":"52b16680-b1c9-475d-96c2-61dda5f54a54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]} 2018-10-10 14:42:40,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-be06c339-b8be-4d37-9464-0b0f5b1261cf 2018-10-10 14:42:40,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:40,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-42e83271-0f90-4510-8a1d-6811fb9b8d15 Date: Wed, 10 Oct 2018 14:42:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:35Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.13"}],"id":"5bf7c46d-3465-49db-b25b-45b9f96a983e","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:07:72","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f48089cb-8f4a-417b-bf0d-f0785a610296","name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.4"}],"id":"7d8b4a80-ec84-4342-af0b-9a2c5ff80ab5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:46:08","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:13Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.2"}],"id":"d0b3d30d-f051-4238-aff8-e3d67e8b87ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:0e:d0","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.3"}],"id":"f909aaff-d5ca-437f-8896-63ad14154e0c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:55:54","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"}]} 2018-10-10 14:42:40,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-42e83271-0f90-4510-8a1d-6811fb9b8d15 2018-10-10 14:42:40,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:42:41,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:42:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["8VBz6iClQL6TmhUpDp_neg"], "issued_at": "2018-10-10T14:42:41.000000Z"}} 2018-10-10 14:42:41,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:41,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16283754-0448-4ac2-aac5-bb144bd3f0bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:42:41,312 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-16283754-0448-4ac2-aac5-bb144bd3f0bd 2018-10-10 14:42:41,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:42,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42: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-2049e98c-41b3-4ef0-95b4-471812098e05 x-compute-request-id: req-2049e98c-41b3-4ef0-95b4-471812098e05 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:07:72", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "bookmark"}], "image": {"id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "links": [{"href": "http://172.30.9.27:8774/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-10T14:42:37.000000", "flavor": {"id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "links": [{"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}]}, "id": "f48089cb-8f4a-417b-bf0d-f0785a610296", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:42:38Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst", "created": "2018-10-10T14:42:30Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:42:42,348 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 used request id req-2049e98c-41b3-4ef0-95b4-471812098e05 2018-10-10 14:42:42,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:42,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c170ee77-a32a-4642-86fd-e6100dfe4050 Date: Wed, 10 Oct 2018 14:42:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["52b16680-b1c9-475d-96c2-61dda5f54a54"],"description":"","tags":[],"updated_at":"2018-10-10T14:42:12Z","provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","provider:network_type":"vxlan"}]} 2018-10-10 14:42:42,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net used request id req-c170ee77-a32a-4642-86fd-e6100dfe4050 2018-10-10 14:42:42,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:42,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4acfd79-5bcd-4755-a7a9-12599238ee6d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:42:42,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-b4acfd79-5bcd-4755-a7a9-12599238ee6d 2018-10-10 14:42:42,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:42,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6dca4dff-72ec-4cb2-b063-6467bf66c49a Date: Wed, 10 Oct 2018 14:42:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:12Z","dns_nameservers":[],"updated_at":"2018-10-10T14:42:12Z","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":"50b165d5212f42f49cf85a43939820c6","id":"52b16680-b1c9-475d-96c2-61dda5f54a54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]} 2018-10-10 14:42:42,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-6dca4dff-72ec-4cb2-b063-6467bf66c49a 2018-10-10 14:42:42,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:42,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-820245b5-d6d1-4dbc-bb37-2f35b1fd3d45 Date: Wed, 10 Oct 2018 14:42:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:35Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.13"}],"id":"5bf7c46d-3465-49db-b25b-45b9f96a983e","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:07:72","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f48089cb-8f4a-417b-bf0d-f0785a610296","name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.4"}],"id":"7d8b4a80-ec84-4342-af0b-9a2c5ff80ab5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:46:08","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:13Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.2"}],"id":"d0b3d30d-f051-4238-aff8-e3d67e8b87ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:0e:d0","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.3"}],"id":"f909aaff-d5ca-437f-8896-63ad14154e0c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:55:54","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"}]} 2018-10-10 14:42:42,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-820245b5-d6d1-4dbc-bb37-2f35b1fd3d45 2018-10-10 14:42:42,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" -d '{"volumeAttachment": {"volumeId": "432112e5-8cd5-4bb3-a2c2-eb54c992879b"}}' 2018-10-10 14:42:44,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6de87af-6c87-45eb-aecb-cf8a4a9972f7 x-compute-request-id: req-d6de87af-6c87-45eb-aecb-cf8a4a9972f7 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "f48089cb-8f4a-417b-bf0d-f0785a610296", "id": "432112e5-8cd5-4bb3-a2c2-eb54c992879b", "volumeId": "432112e5-8cd5-4bb3-a2c2-eb54c992879b"}} 2018-10-10 14:42:44,939 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296/os-volume_attachments used request id req-d6de87af-6c87-45eb-aecb-cf8a4a9972f7 2018-10-10 14:42:44,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:45,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42: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-f1d561cc-22a0-4ace-b3e0-11cdb5076e83 x-compute-request-id: req-f1d561cc-22a0-4ace-b3e0-11cdb5076e83 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:07:72", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "bookmark"}], "image": {"id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "links": [{"href": "http://172.30.9.27:8774/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-10T14:42:37.000000", "flavor": {"id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "links": [{"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}]}, "id": "f48089cb-8f4a-417b-bf0d-f0785a610296", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:42:38Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst", "created": "2018-10-10T14:42:30Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [{"id": "432112e5-8cd5-4bb3-a2c2-eb54c992879b"}], "metadata": {}}} 2018-10-10 14:42:45,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 used request id req-f1d561cc-22a0-4ace-b3e0-11cdb5076e83 2018-10-10 14:42:45,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:45,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-cbf3e65f-7f71-4d7c-b501-e718ac56f30d Date: Wed, 10 Oct 2018 14:42:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["52b16680-b1c9-475d-96c2-61dda5f54a54"],"description":"","tags":[],"updated_at":"2018-10-10T14:42:12Z","provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","provider:network_type":"vxlan"}]} 2018-10-10 14:42:45,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net used request id req-cbf3e65f-7f71-4d7c-b501-e718ac56f30d 2018-10-10 14:42:45,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:42:45,785 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:42: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:42:45,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:45,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4be71369-6ebe-4cdb-85a2-40221ce5eb17 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:42:45,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-4be71369-6ebe-4cdb-85a2-40221ce5eb17 2018-10-10 14:42:45,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:46,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1dc60948-5eb5-4d41-8b04-8f3e99418b36 Date: Wed, 10 Oct 2018 14:42:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:12Z","dns_nameservers":[],"updated_at":"2018-10-10T14:42:12Z","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":"50b165d5212f42f49cf85a43939820c6","id":"52b16680-b1c9-475d-96c2-61dda5f54a54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]} 2018-10-10 14:42:46,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-1dc60948-5eb5-4d41-8b04-8f3e99418b36 2018-10-10 14:42:46,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:46,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-5fd3fe3d-97a2-48d6-a96d-953b34c22d48 Date: Wed, 10 Oct 2018 14:42:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:35Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.13"}],"id":"5bf7c46d-3465-49db-b25b-45b9f96a983e","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:07:72","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f48089cb-8f4a-417b-bf0d-f0785a610296","name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.4"}],"id":"7d8b4a80-ec84-4342-af0b-9a2c5ff80ab5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:46:08","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:13Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.2"}],"id":"d0b3d30d-f051-4238-aff8-e3d67e8b87ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:0e:d0","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.3"}],"id":"f909aaff-d5ca-437f-8896-63ad14154e0c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:55:54","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"}]} 2018-10-10 14:42:46,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-5fd3fe3d-97a2-48d6-a96d-953b34c22d48 2018-10-10 14:42:46,303 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:47,050 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:46 GMT Server: Apache x-compute-request-id: req-98f50658-0851-4347-9086-7a2cc08c9003 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-98f50658-0851-4347-9086-7a2cc08c9003 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:42:44.000000", "replication_status": null, "snapshot_id": null, "id": "432112e5-8cd5-4bb3-a2c2-eb54c992879b", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699", "bootable": "false", "created_at": "2018-10-10T14:42:17.000000", "volume_type": null}} 2018-10-10 14:42:47,050 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b used request id req-98f50658-0851-4347-9086-7a2cc08c9003 2018-10-10 14:42:50,056 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-98f50658-0851-4347-9086-7a2cc08c9003" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:50,824 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:50 GMT Server: Apache x-compute-request-id: req-dcad8ae5-be6f-48aa-99dd-e40821c8b28a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dcad8ae5-be6f-48aa-99dd-e40821c8b28a Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "f48089cb-8f4a-417b-bf0d-f0785a610296", "attachment_id": "5fe5989a-4118-4e5b-84c3-0c7bec012ce6", "attached_at": "2018-10-10T14:42:48.000000", "host_name": null, "volume_id": "432112e5-8cd5-4bb3-a2c2-eb54c992879b", "device": "/dev/vdb", "id": "432112e5-8cd5-4bb3-a2c2-eb54c992879b"}], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:42:48.000000", "replication_status": null, "snapshot_id": null, "id": "432112e5-8cd5-4bb3-a2c2-eb54c992879b", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699", "bootable": "false", "created_at": "2018-10-10T14:42:17.000000", "volume_type": null}} 2018-10-10 14:42:50,824 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b used request id req-dcad8ae5-be6f-48aa-99dd-e40821c8b28a 2018-10-10 14:42:50,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:50,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7af8b9ec-1200-4621-b9ac-42b56b871a05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:42:50,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7af8b9ec-1200-4621-b9ac-42b56b871a05 2018-10-10 14:42:50,912 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:51,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f93cace3-aa99-43aa-977f-55f717304a20 x-compute-request-id: req-f93cace3-aa99-43aa-977f-55f717304a20 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:07:72", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "bookmark"}], "image": {"id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "links": [{"href": "http://172.30.9.27:8774/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-10T14:42:37.000000", "flavor": {"id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "links": [{"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}]}, "id": "f48089cb-8f4a-417b-bf0d-f0785a610296", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:42:47Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst", "created": "2018-10-10T14:42:30Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [{"id": "432112e5-8cd5-4bb3-a2c2-eb54c992879b"}], "metadata": {}}} 2018-10-10 14:42:51,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 used request id req-f93cace3-aa99-43aa-977f-55f717304a20 2018-10-10 14:42:51,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:51,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-96e39e39-b20f-4dec-83f6-bfe85efd7d1c Date: Wed, 10 Oct 2018 14:42:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["52b16680-b1c9-475d-96c2-61dda5f54a54"],"description":"","tags":[],"updated_at":"2018-10-10T14:42:12Z","provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","provider:network_type":"vxlan"}]} 2018-10-10 14:42:51,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net used request id req-96e39e39-b20f-4dec-83f6-bfe85efd7d1c 2018-10-10 14:42:51,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:51,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7be88a82-b252-41ea-abd0-6699da32da7c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:42:51,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-7be88a82-b252-41ea-abd0-6699da32da7c 2018-10-10 14:42:51,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:52,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2c87f742-e97e-4c3c-88df-687d41aa0a4d Date: Wed, 10 Oct 2018 14:42:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:12Z","dns_nameservers":[],"updated_at":"2018-10-10T14:42:12Z","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":"50b165d5212f42f49cf85a43939820c6","id":"52b16680-b1c9-475d-96c2-61dda5f54a54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]} 2018-10-10 14:42:52,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-2c87f742-e97e-4c3c-88df-687d41aa0a4d 2018-10-10 14:42:52,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:52,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-40291a93-7bb3-4e9b-a9a4-33053fba1e67 Date: Wed, 10 Oct 2018 14:42:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:35Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.13"}],"id":"5bf7c46d-3465-49db-b25b-45b9f96a983e","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:07:72","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f48089cb-8f4a-417b-bf0d-f0785a610296","name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.4"}],"id":"7d8b4a80-ec84-4342-af0b-9a2c5ff80ab5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:46:08","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:13Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.2"}],"id":"d0b3d30d-f051-4238-aff8-e3d67e8b87ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:0e:d0","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.3"}],"id":"f909aaff-d5ca-437f-8896-63ad14154e0c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:55:54","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"}]} 2018-10-10 14:42:52,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-40291a93-7bb3-4e9b-a9a4-33053fba1e67 2018-10-10 14:42:52,264 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:53,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42: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-09d13363-ceee-4971-92d2-9964848c2e20 x-compute-request-id: req-09d13363-ceee-4971-92d2-9964848c2e20 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:07:72", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "bookmark"}], "image": {"id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "links": [{"href": "http://172.30.9.27:8774/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-10T14:42:37.000000", "flavor": {"id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "links": [{"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}]}, "id": "f48089cb-8f4a-417b-bf0d-f0785a610296", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:42:47Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst", "created": "2018-10-10T14:42:30Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [{"id": "432112e5-8cd5-4bb3-a2c2-eb54c992879b"}], "metadata": {}}} 2018-10-10 14:42:53,425 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 used request id req-09d13363-ceee-4971-92d2-9964848c2e20 2018-10-10 14:42:53,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:53,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-d3ebe2c2-5039-4eb8-a133-beba4853792f Date: Wed, 10 Oct 2018 14:42:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["52b16680-b1c9-475d-96c2-61dda5f54a54"],"description":"","tags":[],"updated_at":"2018-10-10T14:42:12Z","provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","provider:network_type":"vxlan"}]} 2018-10-10 14:42:53,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net used request id req-d3ebe2c2-5039-4eb8-a133-beba4853792f 2018-10-10 14:42:53,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:53,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef9dba65-c569-4b4c-b681-6c5eec00f153 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:42:53,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-ef9dba65-c569-4b4c-b681-6c5eec00f153 2018-10-10 14:42:53,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:53,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ecd6254d-793a-44ca-9972-a550bc382987 Date: Wed, 10 Oct 2018 14:42:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:12Z","dns_nameservers":[],"updated_at":"2018-10-10T14:42:12Z","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":"50b165d5212f42f49cf85a43939820c6","id":"52b16680-b1c9-475d-96c2-61dda5f54a54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]} 2018-10-10 14:42:53,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-ecd6254d-793a-44ca-9972-a550bc382987 2018-10-10 14:42:53,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:54,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-52021744-cdb6-41b4-b0e8-49c7d5c29384 Date: Wed, 10 Oct 2018 14:42:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:35Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.13"}],"id":"5bf7c46d-3465-49db-b25b-45b9f96a983e","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:07:72","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f48089cb-8f4a-417b-bf0d-f0785a610296","name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.4"}],"id":"7d8b4a80-ec84-4342-af0b-9a2c5ff80ab5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:46:08","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:13Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.2"}],"id":"d0b3d30d-f051-4238-aff8-e3d67e8b87ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:0e:d0","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.3"}],"id":"f909aaff-d5ca-437f-8896-63ad14154e0c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:55:54","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"}]} 2018-10-10 14:42:54,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-52021744-cdb6-41b4-b0e8-49c7d5c29384 2018-10-10 14:42:54,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:54,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99ea7f46-0d14-4a14-a3a2-0fa82e402741 x-compute-request-id: req-99ea7f46-0d14-4a14-a3a2-0fa82e402741 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:07:72", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "bookmark"}], "image": {"id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "links": [{"href": "http://172.30.9.27:8774/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-10T14:42:37.000000", "flavor": {"id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "links": [{"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}]}, "id": "f48089cb-8f4a-417b-bf0d-f0785a610296", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:42:47Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst", "created": "2018-10-10T14:42:30Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [{"id": "432112e5-8cd5-4bb3-a2c2-eb54c992879b"}], "metadata": {}}} 2018-10-10 14:42:54,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 used request id req-99ea7f46-0d14-4a14-a3a2-0fa82e402741 2018-10-10 14:42:54,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:55,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0807d9c0-b886-4767-b986-079f1c9cf9d7 Date: Wed, 10 Oct 2018 14:42:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["52b16680-b1c9-475d-96c2-61dda5f54a54"],"description":"","tags":[],"updated_at":"2018-10-10T14:42:12Z","provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","provider:network_type":"vxlan"}]} 2018-10-10 14:42:55,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net used request id req-0807d9c0-b886-4767-b986-079f1c9cf9d7 2018-10-10 14:42:55,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:55,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a4f2b2c-d560-448f-b73d-ba30670ad860 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:42:55,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-3a4f2b2c-d560-448f-b73d-ba30670ad860 2018-10-10 14:42:55,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:55,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-11ca260f-f8ce-4bbe-8e4f-fe87f3b62233 Date: Wed, 10 Oct 2018 14:42:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:12Z","dns_nameservers":[],"updated_at":"2018-10-10T14:42:12Z","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":"50b165d5212f42f49cf85a43939820c6","id":"52b16680-b1c9-475d-96c2-61dda5f54a54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]} 2018-10-10 14:42:55,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-11ca260f-f8ce-4bbe-8e4f-fe87f3b62233 2018-10-10 14:42:55,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:42:55,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-d6490232-a57e-472e-9b98-c40bb6b7bc85 Date: Wed, 10 Oct 2018 14:42:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:35Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.13"}],"id":"5bf7c46d-3465-49db-b25b-45b9f96a983e","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:07:72","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f48089cb-8f4a-417b-bf0d-f0785a610296","name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.4"}],"id":"7d8b4a80-ec84-4342-af0b-9a2c5ff80ab5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:46:08","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:13Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.2"}],"id":"d0b3d30d-f051-4238-aff8-e3d67e8b87ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:0e:d0","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.3"}],"id":"f909aaff-d5ca-437f-8896-63ad14154e0c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:55:54","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"}]} 2018-10-10 14:42:55,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-d6490232-a57e-472e-9b98-c40bb6b7bc85 2018-10-10 14:42:55,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296/os-volume_attachments/432112e5-8cd5-4bb3-a2c2-eb54c992879b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:58,130 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:42: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-68b35814-fe75-4e39-8756-703b2c9b3c06 x-compute-request-id: req-68b35814-fe75-4e39-8756-703b2c9b3c06 Content-Length: 0 Content-Type: application/json 2018-10-10 14:42:58,130 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296/os-volume_attachments/432112e5-8cd5-4bb3-a2c2-eb54c992879b used request id req-68b35814-fe75-4e39-8756-703b2c9b3c06 2018-10-10 14:42:58,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:58,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee77c297-8a17-4134-bc44-a100185a2481 x-compute-request-id: req-ee77c297-8a17-4134-bc44-a100185a2481 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:07:72", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "bookmark"}], "image": {"id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "links": [{"href": "http://172.30.9.27:8774/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-10T14:42:37.000000", "flavor": {"id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "links": [{"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}]}, "id": "f48089cb-8f4a-417b-bf0d-f0785a610296", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:42:47Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst", "created": "2018-10-10T14:42:30Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [{"id": "432112e5-8cd5-4bb3-a2c2-eb54c992879b"}], "metadata": {}}} 2018-10-10 14:42:58,716 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 used request id req-ee77c297-8a17-4134-bc44-a100185a2481 2018-10-10 14:42:58,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:58,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-d701279a-02c6-4105-830c-278e800f97d1 Date: Wed, 10 Oct 2018 14:42:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["52b16680-b1c9-475d-96c2-61dda5f54a54"],"description":"","tags":[],"updated_at":"2018-10-10T14:42:12Z","provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","provider:network_type":"vxlan"}]} 2018-10-10 14:42:58,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net used request id req-d701279a-02c6-4105-830c-278e800f97d1 2018-10-10 14:42:58,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:59,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f12533a-36cf-41ce-a97c-911e21e31abe Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:42:59,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-2f12533a-36cf-41ce-a97c-911e21e31abe 2018-10-10 14:42:59,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:59,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4b6a3433-48e1-4f89-ba73-54aa1dd31dce Date: Wed, 10 Oct 2018 14:42:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:12Z","dns_nameservers":[],"updated_at":"2018-10-10T14:42:12Z","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":"50b165d5212f42f49cf85a43939820c6","id":"52b16680-b1c9-475d-96c2-61dda5f54a54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]} 2018-10-10 14:42:59,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-4b6a3433-48e1-4f89-ba73-54aa1dd31dce 2018-10-10 14:42:59,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:42:59,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-aa35bc53-25f6-42d5-b4a3-65d95cbcddb6 Date: Wed, 10 Oct 2018 14:42:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:35Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.13"}],"id":"5bf7c46d-3465-49db-b25b-45b9f96a983e","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:07:72","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f48089cb-8f4a-417b-bf0d-f0785a610296","name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.4"}],"id":"7d8b4a80-ec84-4342-af0b-9a2c5ff80ab5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:46:08","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:13Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.2"}],"id":"d0b3d30d-f051-4238-aff8-e3d67e8b87ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:0e:d0","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.3"}],"id":"f909aaff-d5ca-437f-8896-63ad14154e0c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:55:54","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"}]} 2018-10-10 14:42:59,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-aa35bc53-25f6-42d5-b4a3-65d95cbcddb6 2018-10-10 14:43:02,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:43:03,318 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9bc00047-6d92-4287-9961-aacb616b0127 x-compute-request-id: req-9bc00047-6d92-4287-9961-aacb616b0127 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:07:72", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "bookmark"}], "image": {"id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "links": [{"href": "http://172.30.9.27:8774/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-10T14:42:37.000000", "flavor": {"id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "links": [{"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}]}, "id": "f48089cb-8f4a-417b-bf0d-f0785a610296", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:42:47Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst", "created": "2018-10-10T14:42:30Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:43:03,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 used request id req-9bc00047-6d92-4287-9961-aacb616b0127 2018-10-10 14:43:03,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:43:03,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b0193d7c-177d-4506-96ba-22e07538297d Date: Wed, 10 Oct 2018 14:43:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["52b16680-b1c9-475d-96c2-61dda5f54a54"],"description":"","tags":[],"updated_at":"2018-10-10T14:42:12Z","provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","provider:network_type":"vxlan"}]} 2018-10-10 14:43:03,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net used request id req-b0193d7c-177d-4506-96ba-22e07538297d 2018-10-10 14:43:03,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:43:03,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5a10b90-a773-44d5-87de-21bdb4d1f03d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:43:03,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-f5a10b90-a773-44d5-87de-21bdb4d1f03d 2018-10-10 14:43:03,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:43:03,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cf92430a-52dc-4e78-bb65-50dd926d4275 Date: Wed, 10 Oct 2018 14:43:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:12Z","dns_nameservers":[],"updated_at":"2018-10-10T14:42:12Z","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":"50b165d5212f42f49cf85a43939820c6","id":"52b16680-b1c9-475d-96c2-61dda5f54a54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]} 2018-10-10 14:43:03,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-cf92430a-52dc-4e78-bb65-50dd926d4275 2018-10-10 14:43:03,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:43:03,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-a2b7d1f6-7876-4d8c-8db5-ce1cff3764d8 Date: Wed, 10 Oct 2018 14:43:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:35Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.13"}],"id":"5bf7c46d-3465-49db-b25b-45b9f96a983e","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:07:72","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f48089cb-8f4a-417b-bf0d-f0785a610296","name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.4"}],"id":"7d8b4a80-ec84-4342-af0b-9a2c5ff80ab5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:46:08","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:13Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.2"}],"id":"d0b3d30d-f051-4238-aff8-e3d67e8b87ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:0e:d0","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.3"}],"id":"f909aaff-d5ca-437f-8896-63ad14154e0c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:55:54","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"}]} 2018-10-10 14:43:03,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-a2b7d1f6-7876-4d8c-8db5-ce1cff3764d8 2018-10-10 14:43:03,888 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-98f50658-0851-4347-9086-7a2cc08c9003" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:43:04,092 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:03 GMT Server: Apache x-compute-request-id: req-58bf9183-07c8-41f2-9f73-91bc50993691 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-58bf9183-07c8-41f2-9f73-91bc50993691 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:42:58.000000", "replication_status": null, "snapshot_id": null, "id": "432112e5-8cd5-4bb3-a2c2-eb54c992879b", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699", "bootable": "false", "created_at": "2018-10-10T14:42:17.000000", "volume_type": null}} 2018-10-10 14:43:04,093 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b used request id req-58bf9183-07c8-41f2-9f73-91bc50993691 2018-10-10 14:43:04,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:43:04,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43: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-190a3c85-066d-444b-a0f0-2332c85a2338 x-compute-request-id: req-190a3c85-066d-444b-a0f0-2332c85a2338 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:07:72", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "bookmark"}], "image": {"id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "links": [{"href": "http://172.30.9.27:8774/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-10T14:42:37.000000", "flavor": {"id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "links": [{"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}]}, "id": "f48089cb-8f4a-417b-bf0d-f0785a610296", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:42:47Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst", "created": "2018-10-10T14:42:30Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:43:04,831 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 used request id req-190a3c85-066d-444b-a0f0-2332c85a2338 2018-10-10 14:43:04,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:43:04,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-d29649b2-181a-481b-8093-35ba6b438006 Date: Wed, 10 Oct 2018 14:43:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["52b16680-b1c9-475d-96c2-61dda5f54a54"],"description":"","tags":[],"updated_at":"2018-10-10T14:42:12Z","provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","provider:network_type":"vxlan"}]} 2018-10-10 14:43:04,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net used request id req-d29649b2-181a-481b-8093-35ba6b438006 2018-10-10 14:43:04,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:43:05,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fceabed6-1fed-4bb8-a2da-ec65bab2f983 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:43:05,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-fceabed6-1fed-4bb8-a2da-ec65bab2f983 2018-10-10 14:43:05,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:43:05,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0879010a-7c38-4397-8ba4-3a400866fe52 Date: Wed, 10 Oct 2018 14:43:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:12Z","dns_nameservers":[],"updated_at":"2018-10-10T14:42:12Z","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":"50b165d5212f42f49cf85a43939820c6","id":"52b16680-b1c9-475d-96c2-61dda5f54a54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]} 2018-10-10 14:43:05,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-0879010a-7c38-4397-8ba4-3a400866fe52 2018-10-10 14:43:05,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:43:05,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-66eaa3dc-8e95-467e-bc65-6633aaa7cc97 Date: Wed, 10 Oct 2018 14:43:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:35Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.13"}],"id":"5bf7c46d-3465-49db-b25b-45b9f96a983e","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:07:72","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f48089cb-8f4a-417b-bf0d-f0785a610296","name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.4"}],"id":"7d8b4a80-ec84-4342-af0b-9a2c5ff80ab5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:46:08","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:13Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.2"}],"id":"d0b3d30d-f051-4238-aff8-e3d67e8b87ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:0e:d0","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.3"}],"id":"f909aaff-d5ca-437f-8896-63ad14154e0c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:55:54","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"}]} 2018-10-10 14:43:05,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-66eaa3dc-8e95-467e-bc65-6633aaa7cc97 2018-10-10 14:43:05,264 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:43:05,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1cf37a7-d98f-4c58-8da0-9a44152b145c x-compute-request-id: req-e1cf37a7-d98f-4c58-8da0-9a44152b145c Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:07:72", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "bookmark"}], "image": {"id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "links": [{"href": "http://172.30.9.27:8774/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-10T14:42:37.000000", "flavor": {"id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "links": [{"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}]}, "id": "f48089cb-8f4a-417b-bf0d-f0785a610296", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:42:47Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst", "created": "2018-10-10T14:42:30Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:43:05,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 used request id req-e1cf37a7-d98f-4c58-8da0-9a44152b145c 2018-10-10 14:43:05,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:43:06,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-7cf9a596-40e5-4931-af85-448b5a50b0ee Date: Wed, 10 Oct 2018 14:43:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["52b16680-b1c9-475d-96c2-61dda5f54a54"],"description":"","tags":[],"updated_at":"2018-10-10T14:42:12Z","provider:segmentation_id":70,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:11Z","provider:network_type":"vxlan"}]} 2018-10-10 14:43:06,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net used request id req-7cf9a596-40e5-4931-af85-448b5a50b0ee 2018-10-10 14:43:06,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:43:06,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8203954f-b982-4246-a41e-71ea3c22a427 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:43:06,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-8203954f-b982-4246-a41e-71ea3c22a427 2018-10-10 14:43:06,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:43:06,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-55a85e17-4444-4d3f-b9d9-06c5eb758393 Date: Wed, 10 Oct 2018 14:43:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:12Z","dns_nameservers":[],"updated_at":"2018-10-10T14:42:12Z","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":"50b165d5212f42f49cf85a43939820c6","id":"52b16680-b1c9-475d-96c2-61dda5f54a54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet"}]} 2018-10-10 14:43:06,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-55a85e17-4444-4d3f-b9d9-06c5eb758393 2018-10-10 14:43:06,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a635608c3cba566eda0e583f5cc82b341658042" 2018-10-10 14:43:06,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-8a238a62-3bee-4072-9bbf-83e0a9cfe2c4 Date: Wed, 10 Oct 2018 14:43:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:35Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.13"}],"id":"5bf7c46d-3465-49db-b25b-45b9f96a983e","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:07:72","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f48089cb-8f4a-417b-bf0d-f0785a610296","name":"NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.4"}],"id":"7d8b4a80-ec84-4342-af0b-9a2c5ff80ab5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:46:08","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:13Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.2"}],"id":"d0b3d30d-f051-4238-aff8-e3d67e8b87ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:0e:d0","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:42:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52b16680-b1c9-475d-96c2-61dda5f54a54","ip_address":"10.55.0.3"}],"id":"f909aaff-d5ca-437f-8896-63ad14154e0c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:55:54","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0d8dfc5f-b229-4618-b775-fd59514da7bc","name":"","admin_state_up":true,"network_id":"0d8dfc5f-b229-4618-b775-fd59514da7bc","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:42:13Z","binding:vnic_type":"normal"}]} 2018-10-10 14:43:06,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-8a238a62-3bee-4072-9bbf-83e0a9cfe2c4 2018-10-10 14:43:06,579 - create_instance - INFO - Deleting Port with ID - 5bf7c46d-3465-49db-b25b-45b9f96a983e 2018-10-10 14:43:06,579 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-port 2018-10-10 14:43:06,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/5bf7c46d-3465-49db-b25b-45b9f96a983e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:43:07,093 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-54dc9a0f-4c31-46ba-baaf-98095898e06b Date: Wed, 10 Oct 2018 14:43:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:43:07,093 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/5bf7c46d-3465-49db-b25b-45b9f96a983e used request id req-54dc9a0f-4c31-46ba-baaf-98095898e06b 2018-10-10 14:43:07,093 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst 2018-10-10 14:43:07,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:43:07,293 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:43: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-2ca8eff3-4ab8-46ce-8f74-67ed8746c499 x-compute-request-id: req-2ca8eff3-4ab8-46ce-8f74-67ed8746c499 Content-Type: application/json 2018-10-10 14:43:07,294 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 used request id req-2ca8eff3-4ab8-46ce-8f74-67ed8746c499 2018-10-10 14:43:07,294 - create_instance - INFO - Checking deletion status 2018-10-10 14:43:07,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:43:07,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43: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-9c073570-eb0d-4fe7-82df-a8262a8e826e x-compute-request-id: req-9c073570-eb0d-4fe7-82df-a8262a8e826e Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f48089cb-8f4a-417b-bf0d-f0785a610296", "rel": "bookmark"}], "image": {"id": "b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "links": [{"href": "http://172.30.9.27:8774/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-10T14:42:37.000000", "flavor": {"id": "e94d3236-3cea-48b6-bebe-09a7f5e026f6", "links": [{"href": "http://172.30.9.27:8774/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6", "rel": "bookmark"}]}, "id": "f48089cb-8f4a-417b-bf0d-f0785a610296", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:43:07Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst", "created": "2018-10-10T14:42:30Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:43:07,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 used request id req-9c073570-eb0d-4fe7-82df-a8262a8e826e 2018-10-10 14:43:07,597 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst] is - ACTIVE 2018-10-10 14:43:07,597 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-10 14:43:10,600 - create_instance - DEBUG - VM status query timeout in 296.693843842 2018-10-10 14:43:10,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d361757ff405be86244df2598cb1fdccad5c4273" 2018-10-10 14:43:10,652 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:43:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-22a701af-c8e3-4fb3-83f7-bef75ca16465 x-compute-request-id: req-22a701af-c8e3-4fb3-83f7-bef75ca16465 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f48089cb-8f4a-417b-bf0d-f0785a610296 could not be found.", "code": 404}} 2018-10-10 14:43:10,652 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f48089cb-8f4a-417b-bf0d-f0785a610296 used request id req-22a701af-c8e3-4fb3-83f7-bef75ca16465 2018-10-10 14:43:10,652 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f48089cb-8f4a-417b-bf0d-f0785a610296 could not be found. (HTTP 404) (Request-ID: req-22a701af-c8e3-4fb3-83f7-bef75ca16465) 2018-10-10 14:43:10,652 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-vm_inst 2018-10-10 14:43:10,656 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3df0273a-16a1-4475-b2f2-a5f7f1fc942c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afeeca535c6864e6b8442949f63d89a47317008" 2018-10-10 14:43:11,433 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:10 GMT Server: Apache x-compute-request-id: req-ffe303a2-179e-4902-9de1-3e5dca9acadc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ffe303a2-179e-4902-9de1-3e5dca9acadc Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:42:58.000000", "replication_status": null, "snapshot_id": null, "id": "432112e5-8cd5-4bb3-a2c2-eb54c992879b", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-b7e32916-8a0c-4b8f-8ada-0556a8d5a699", "bootable": "false", "created_at": "2018-10-10T14:42:17.000000", "volume_type": null}} 2018-10-10 14:43:11,433 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b used request id req-ffe303a2-179e-4902-9de1-3e5dca9acadc 2018-10-10 14:43:11,433 - create_volume - DEBUG - Instance status is - available 2018-10-10 14:43:11,434 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699 2018-10-10 14:43:11,434 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699 2018-10-10 14:43:11,437 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3df0273a-16a1-4475-b2f2-a5f7f1fc942c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afeeca535c6864e6b8442949f63d89a47317008" 2018-10-10 14:43:12,240 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:43:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d05c9c1d-d861-4e98-877e-a2cb401283f9 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:43:12,240 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b used request id req-d05c9c1d-d861-4e98-877e-a2cb401283f9 2018-10-10 14:43:12,243 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3df0273a-16a1-4475-b2f2-a5f7f1fc942c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afeeca535c6864e6b8442949f63d89a47317008" 2018-10-10 14:43:12,964 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:43:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ae410e20-0597-449f-98f0-be87c00fba4b x-openstack-request-id: req-ae410e20-0597-449f-98f0-be87c00fba4b Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 432112e5-8cd5-4bb3-a2c2-eb54c992879b could not be found.", "code": 404}} 2018-10-10 14:43:12,964 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/432112e5-8cd5-4bb3-a2c2-eb54c992879b used request id req-ae410e20-0597-449f-98f0-be87c00fba4b 2018-10-10 14:43:12,964 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 432112e5-8cd5-4bb3-a2c2-eb54c992879b could not be found. (HTTP 404) (Request-ID: req-ae410e20-0597-449f-98f0-be87c00fba4b) 2018-10-10 14:43:12,965 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699 2018-10-10 14:43:12,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cc0a19e0c3ccff85956aa605de6c5c21c75f073" 2018-10-10 14:43:13,000 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:43:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f0c20e2f-7b28-4f86-9e77-2deba5966a52 x-compute-request-id: req-f0c20e2f-7b28-4f86-9e77-2deba5966a52 Content-Length: 0 Content-Type: application/json 2018-10-10 14:43:13,000 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/e94d3236-3cea-48b6-bebe-09a7f5e026f6 used request id req-f0c20e2f-7b28-4f86-9e77-2deba5966a52 2018-10-10 14:43:13,001 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet 2018-10-10 14:43:13,001 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-subnet 2018-10-10 14:43:13,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/52b16680-b1c9-475d-96c2-61dda5f54a54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e43b367ffaa1d3296cb942ca2ad7c023a2e293" 2018-10-10 14:43:15,308 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4a9f9609-e9b4-4f91-bbba-3b2cfb5e6bf3 Date: Wed, 10 Oct 2018 14:43:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:43:15,308 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/52b16680-b1c9-475d-96c2-61dda5f54a54 used request id req-4a9f9609-e9b4-4f91-bbba-3b2cfb5e6bf3 2018-10-10 14:43:15,309 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-net 2018-10-10 14:43:15,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/0d8dfc5f-b229-4618-b775-fd59514da7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e43b367ffaa1d3296cb942ca2ad7c023a2e293" 2018-10-10 14:43:17,003 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fd432a64-bf03-4bef-ac65-4f08241792fc Date: Wed, 10 Oct 2018 14:43:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:43:17,003 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/0d8dfc5f-b229-4618-b775-fd59514da7bc used request id req-fd432a64-bf03-4bef-ac65-4f08241792fc 2018-10-10 14:43:17,004 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-b7e32916-8a0c-4b8f-8ada-0556a8d5a699-image 2018-10-10 14:43:17,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}920eccc39ecca4fe9311e452d3ab3de62a5a3362" 2018-10-10 14:43:18,637 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c26e6c46-5c9c-4d7a-834c-3dc97702294a Date: Wed, 10 Oct 2018 14:43:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:43:18,637 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/b3cdf47a-8847-41d7-8ac7-3bc8f63ed7b3 used request id req-c26e6c46-5c9c-4d7a-834c-3dc97702294a 2018-10-10 14:43:18,639 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:43:18,642 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-10 14:43:18,642 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:43:18,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:43:19,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:43:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["Wko8KKhqTJuiCSV-PkQayA"], "issued_at": "2018-10-10T14:43:19.000000Z"}} 2018-10-10 14:43:19,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103674892668269cc349a3a776f214b3033bb080" 2018-10-10 14:43:19,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d80ecd3-e752-48b0-ad54-11ada8691fc7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:43:19,100 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9d80ecd3-e752-48b0-ad54-11ada8691fc7 2018-10-10 14:43:19,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}103674892668269cc349a3a776f214b3033bb080" 2018-10-10 14:43:19,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-abfc116f-3010-4283-ac85-e20d5f393c16 Date: Wed, 10 Oct 2018 14:43:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-image"} 2018-10-10 14:43:19,750 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-image used request id req-abfc116f-3010-4283-ac85-e20d5f393c16 2018-10-10 14:43:19,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}103674892668269cc349a3a776f214b3033bb080" 2018-10-10 14:43:19,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-11560feb-3582-4fb3-9ccf-37fef2607059 Date: Wed, 10 Oct 2018 14:43:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:43:19,913 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-11560feb-3582-4fb3-9ccf-37fef2607059 2018-10-10 14:43:19,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}103674892668269cc349a3a776f214b3033bb080" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-image"}' 2018-10-10 14:43:20,213 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/a7850280-2547-47bf-8fab-3a8de5d6de20 X-Openstack-Request-Id: req-ea712b2f-735a-4590-85a4-e35308d96565 Date: Wed, 10 Oct 2018 14:43:20 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:43:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T14:43:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/a7850280-2547-47bf-8fab-3a8de5d6de20", "min_disk": 0, "protected": false, "id": "a7850280-2547-47bf-8fab-3a8de5d6de20", "file": "/v2/images/a7850280-2547-47bf-8fab-3a8de5d6de20/file", "checksum": null, "owner": "50b165d5212f42f49cf85a43939820c6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:43:20,213 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ea712b2f-735a-4590-85a4-e35308d96565 2018-10-10 14:43:20,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/a7850280-2547-47bf-8fab-3a8de5d6de20/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}103674892668269cc349a3a776f214b3033bb080" -d '' 2018-10-10 14:43:21,670 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-27ea02ba-dfae-4ea5-b344-30b2ae23895c Date: Wed, 10 Oct 2018 14:43:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:43:21,670 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/a7850280-2547-47bf-8fab-3a8de5d6de20/file used request id req-27ea02ba-dfae-4ea5-b344-30b2ae23895c 2018-10-10 14:43:21,670 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 14:43:21,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/a7850280-2547-47bf-8fab-3a8de5d6de20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}103674892668269cc349a3a776f214b3033bb080" 2018-10-10 14:43:21,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-c469dfab-de45-47d8-9978-37640136bf5f Date: Wed, 10 Oct 2018 14:43:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:43:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:43:21Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/a7850280-2547-47bf-8fab-3a8de5d6de20/snap", "metadata": {}}], "self": "/v2/images/a7850280-2547-47bf-8fab-3a8de5d6de20", "min_disk": 0, "protected": false, "id": "a7850280-2547-47bf-8fab-3a8de5d6de20", "file": "/v2/images/a7850280-2547-47bf-8fab-3a8de5d6de20/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/a7850280-2547-47bf-8fab-3a8de5d6de20/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:43:21,850 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/a7850280-2547-47bf-8fab-3a8de5d6de20 used request id req-c469dfab-de45-47d8-9978-37640136bf5f 2018-10-10 14:43:21,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}103674892668269cc349a3a776f214b3033bb080" 2018-10-10 14:43:22,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9f65d8fb-6769-4ca9-b647-b4af116d7053 Date: Wed, 10 Oct 2018 14:43:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:43:22,004 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-9f65d8fb-6769-4ca9-b647-b4af116d7053 2018-10-10 14:43:22,007 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-image 2018-10-10 14:43:22,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/a7850280-2547-47bf-8fab-3a8de5d6de20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}103674892668269cc349a3a776f214b3033bb080" 2018-10-10 14:43:22,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-fe730c95-231b-43ce-b713-f5f13767a428 Date: Wed, 10 Oct 2018 14:43:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:43:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:43:21Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/a7850280-2547-47bf-8fab-3a8de5d6de20/snap", "metadata": {}}], "self": "/v2/images/a7850280-2547-47bf-8fab-3a8de5d6de20", "min_disk": 0, "protected": false, "id": "a7850280-2547-47bf-8fab-3a8de5d6de20", "file": "/v2/images/a7850280-2547-47bf-8fab-3a8de5d6de20/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/a7850280-2547-47bf-8fab-3a8de5d6de20/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:43:22,625 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/a7850280-2547-47bf-8fab-3a8de5d6de20 used request id req-fe730c95-231b-43ce-b713-f5f13767a428 2018-10-10 14:43:22,626 - create_image - DEBUG - Instance status is - active 2018-10-10 14:43:22,626 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-image 2018-10-10 14:43:22,626 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-image 2018-10-10 14:43:22,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:43:22,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:43:23,006 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:43:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["tVolQCv_TvCILAMkbIgkxA"], "issued_at": "2018-10-10T14:43:23.000000Z"}} 2018-10-10 14:43:23,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff163e6cac96e298ae24c2bd1e0a08871bd04e1" 2018-10-10 14:43:23,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-426937fa-df2a-4931-b240-7e36102325be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:43:23,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-426937fa-df2a-4931-b240-7e36102325be 2018-10-10 14:43:23,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff163e6cac96e298ae24c2bd1e0a08871bd04e1" 2018-10-10 14:43:23,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9398c01e-c981-408d-9966-2eecbdec5607 Date: Wed, 10 Oct 2018 14:43:23 GMT RESP BODY: {"networks":[]} 2018-10-10 14:43:23,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net used request id req-9398c01e-c981-408d-9966-2eecbdec5607 2018-10-10 14:43:23,289 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net 2018-10-10 14:43:23,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff163e6cac96e298ae24c2bd1e0a08871bd04e1" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net", "admin_state_up": true}}' 2018-10-10 14:43:23,722 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-11ff5ea2-47a9-4ccd-b732-dece6ba34ad6 Date: Wed, 10 Oct 2018 14:43:23 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"252739f3-86ae-4547-b34a-e94a561271c8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:43:23Z","is_default":false,"provider:segmentation_id":9,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:23Z","mtu":1450}} 2018-10-10 14:43:23,722 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-11ff5ea2-47a9-4ccd-b732-dece6ba34ad6 2018-10-10 14:43:23,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=252739f3-86ae-4547-b34a-e94a561271c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff163e6cac96e298ae24c2bd1e0a08871bd04e1" 2018-10-10 14:43:23,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e1532d51-7046-4240-8fd6-c4a4b54ee2a0 Date: Wed, 10 Oct 2018 14:43:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"252739f3-86ae-4547-b34a-e94a561271c8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:43:23Z","provider:segmentation_id":9,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:23Z","provider:network_type":"vxlan"}]} 2018-10-10 14:43:23,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=252739f3-86ae-4547-b34a-e94a561271c8 used request id req-e1532d51-7046-4240-8fd6-c4a4b54ee2a0 2018-10-10 14:43:23,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff163e6cac96e298ae24c2bd1e0a08871bd04e1" 2018-10-10 14:43:24,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-eeb86852-afb5-4464-9fec-bda4a53d12f1 Date: Wed, 10 Oct 2018 14:43:24 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:43:24,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 used request id req-eeb86852-afb5-4464-9fec-bda4a53d12f1 2018-10-10 14:43:24,127 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-subnet 2018-10-10 14:43:24,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff163e6cac96e298ae24c2bd1e0a08871bd04e1" -d '{"subnets": [{"ip_version": 4, "network_id": "252739f3-86ae-4547-b34a-e94a561271c8", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-subnet"}]}' 2018-10-10 14:43:24,829 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bd0ccf84-8ed0-4f8a-b9bf-91219d1ee8e6 Date: Wed, 10 Oct 2018 14:43:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:24Z","dns_nameservers":[],"updated_at":"2018-10-10T14:43:24Z","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":"50b165d5212f42f49cf85a43939820c6","id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-subnet"}]} 2018-10-10 14:43:24,829 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-bd0ccf84-8ed0-4f8a-b9bf-91219d1ee8e6 2018-10-10 14:43:24,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=252739f3-86ae-4547-b34a-e94a561271c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff163e6cac96e298ae24c2bd1e0a08871bd04e1" 2018-10-10 14:43:25,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-737d5a8c-b257-451e-8b0a-4fe6ab37a490 Date: Wed, 10 Oct 2018 14:43:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"252739f3-86ae-4547-b34a-e94a561271c8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["13be18b8-b07f-4359-bf07-fb81e9d1d797"],"description":"","tags":[],"updated_at":"2018-10-10T14:43:24Z","provider:segmentation_id":9,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:23Z","provider:network_type":"vxlan"}]} 2018-10-10 14:43:25,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=252739f3-86ae-4547-b34a-e94a561271c8 used request id req-737d5a8c-b257-451e-8b0a-4fe6ab37a490 2018-10-10 14:43:25,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff163e6cac96e298ae24c2bd1e0a08871bd04e1" 2018-10-10 14:43:25,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f97aca72-c711-4e47-bbce-8efc84b98245 Date: Wed, 10 Oct 2018 14:43:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:24Z","dns_nameservers":[],"updated_at":"2018-10-10T14:43:24Z","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":"50b165d5212f42f49cf85a43939820c6","id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-subnet"}]} 2018-10-10 14:43:25,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 used request id req-f97aca72-c711-4e47-bbce-8efc84b98245 2018-10-10 14:43:25,321 - OpenStackNetwork - DEBUG - Network [252739f3-86ae-4547-b34a-e94a561271c8] created successfully 2018-10-10 14:43:25,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:43:25,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:43:25,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:43:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["9q9GkQJTSI2GPe2wV4tL3w"], "issued_at": "2018-10-10T14:43:25.000000Z"}} 2018-10-10 14:43:25,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bbdd99d8d6af84c6880cd543e0cf5b50019e310" 2018-10-10 14:43:25,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77e5395f-3c14-4f21-b617-3116fec8d34b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:43:25,774 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-77e5395f-3c14-4f21-b617-3116fec8d34b 2018-10-10 14:43:25,775 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:43:25,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bbdd99d8d6af84c6880cd543e0cf5b50019e310" 2018-10-10 14:43:26,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43: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-95de3d7b-7ab8-4dd3-9962-81337602852c x-compute-request-id: req-95de3d7b-7ab8-4dd3-9962-81337602852c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-10 14:43:26,050 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-95de3d7b-7ab8-4dd3-9962-81337602852c 2018-10-10 14:43:26,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bbdd99d8d6af84c6880cd543e0cf5b50019e310" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-10 14:43:26,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c82bea7d-3cd4-4341-8cfc-e989b1d59ca1 x-compute-request-id: req-c82bea7d-3cd4-4341-8cfc-e989b1d59ca1 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ff473f2f-2470-4240-b09e-d48cf62afeac", "name": "NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:43:26,143 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c82bea7d-3cd4-4341-8cfc-e989b1d59ca1 2018-10-10 14:43:26,144 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:43:26,145 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:43:26,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:43:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["eZnDR2nhSk2suGv3NLnPgg"], "issued_at": "2018-10-10T14:43:26.000000Z"}} 2018-10-10 14:43:26,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f03fb3f317a3572477d0a15b38735ed929100d01" 2018-10-10 14:43:26,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5be11050-6753-4ab8-a90d-9f53028e2fe5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:43:26,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5be11050-6753-4ab8-a90d-9f53028e2fe5 2018-10-10 14:43:26,620 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f03fb3f317a3572477d0a15b38735ed929100d01" 2018-10-10 14:43:26,829 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:26 GMT Server: Apache x-compute-request-id: req-a9cb9e1c-0ac5-490c-b0b4-7478789d7fdf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a9cb9e1c-0ac5-490c-b0b4-7478789d7fdf Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-10 14:43:26,829 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/detail used request id req-a9cb9e1c-0ac5-490c-b0b4-7478789d7fdf 2018-10-10 14:43:26,832 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a9cb9e1c-0ac5-490c-b0b4-7478789d7fdf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f03fb3f317a3572477d0a15b38735ed929100d01" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-10 14:43:27,196 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:43:26 GMT Server: Apache x-compute-request-id: req-d06411e1-c0d0-4502-b1b4-e1254be0240e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d06411e1-c0d0-4502-b1b4-e1254be0240e Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-10T14:43:27.103475", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "43fd9042-265d-4571-a251-1ffeb4ef0be0", "size": 1}} 2018-10-10 14:43:27,196 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes used request id req-d06411e1-c0d0-4502-b1b4-e1254be0240e 2018-10-10 14:43:27,200 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a9cb9e1c-0ac5-490c-b0b4-7478789d7fdf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f03fb3f317a3572477d0a15b38735ed929100d01" 2018-10-10 14:43:27,940 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:27 GMT Server: Apache x-compute-request-id: req-49446de7-215b-4b67-a934-92bdb4e90644 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-49446de7-215b-4b67-a934-92bdb4e90644 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:43:27.000000", "replication_status": null, "snapshot_id": null, "id": "43fd9042-265d-4571-a251-1ffeb4ef0be0", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-2b071b7f-043d-44ae-9e11-fdbfa759cd7a", "bootable": "false", "created_at": "2018-10-10T14:43:27.000000", "volume_type": null}} 2018-10-10 14:43:27,940 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0 used request id req-49446de7-215b-4b67-a934-92bdb4e90644 2018-10-10 14:43:27,941 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a 2018-10-10 14:43:27,943 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a9cb9e1c-0ac5-490c-b0b4-7478789d7fdf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f03fb3f317a3572477d0a15b38735ed929100d01" 2018-10-10 14:43:28,696 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:27 GMT Server: Apache x-compute-request-id: req-192f6b26-60ff-4a55-ab8a-63cc43f4e704 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-192f6b26-60ff-4a55-ab8a-63cc43f4e704 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:43:27.000000", "replication_status": null, "snapshot_id": null, "id": "43fd9042-265d-4571-a251-1ffeb4ef0be0", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-2b071b7f-043d-44ae-9e11-fdbfa759cd7a", "bootable": "false", "created_at": "2018-10-10T14:43:27.000000", "volume_type": null}} 2018-10-10 14:43:28,697 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0 used request id req-192f6b26-60ff-4a55-ab8a-63cc43f4e704 2018-10-10 14:43:28,697 - create_volume - DEBUG - Instance status is - available 2018-10-10 14:43:28,697 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a 2018-10-10 14:43:28,697 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a 2018-10-10 14:43:28,698 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:43:28,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:43:29,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:43:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["sCNCQEIUQJ6fT8Az5Ke4pA"], "issued_at": "2018-10-10T14:43:29.000000Z"}} 2018-10-10 14:43:29,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:29,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83e5d120-236e-451c-9901-09f3ff786b6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:43:29,164 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-83e5d120-236e-451c-9901-09f3ff786b6a 2018-10-10 14:43:29,165 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:43:29,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:29,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e41702b6-39ea-4ef8-9bb7-3d5a0df7a7df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:43:29,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e41702b6-39ea-4ef8-9bb7-3d5a0df7a7df 2018-10-10 14:43:29,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:29,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0d62bf61-73f5-4507-84f3-ba3fdebbab44 Date: Wed, 10 Oct 2018 14:43:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"252739f3-86ae-4547-b34a-e94a561271c8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["13be18b8-b07f-4359-bf07-fb81e9d1d797"],"description":"","tags":[],"updated_at":"2018-10-10T14:43:24Z","provider:segmentation_id":9,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:23Z","provider:network_type":"vxlan"}]} 2018-10-10 14:43:29,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net used request id req-0d62bf61-73f5-4507-84f3-ba3fdebbab44 2018-10-10 14:43:29,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:43:29,492 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:43: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:43:29,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:29,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e093b5c-dd5d-4104-9f3c-4313e7aa4bd0 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:43:29,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-6e093b5c-dd5d-4104-9f3c-4313e7aa4bd0 2018-10-10 14:43:29,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:29,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-489eb4c1-84b8-45be-b3cc-30fbae43a273 Date: Wed, 10 Oct 2018 14:43:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:24Z","dns_nameservers":[],"updated_at":"2018-10-10T14:43:24Z","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":"50b165d5212f42f49cf85a43939820c6","id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-subnet"}]} 2018-10-10 14:43:29,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 used request id req-489eb4c1-84b8-45be-b3cc-30fbae43a273 2018-10-10 14:43:29,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=252739f3-86ae-4547-b34a-e94a561271c8&name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:30,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1fb91e06-71ce-4e29-91c5-06bce43a8e1f Date: Wed, 10 Oct 2018 14:43:30 GMT RESP BODY: {"ports":[]} 2018-10-10 14:43:30,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=252739f3-86ae-4547-b34a-e94a561271c8&name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-port&admin_state_up=True used request id req-1fb91e06-71ce-4e29-91c5-06bce43a8e1f 2018-10-10 14:43:30,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:30,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43: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-e9f603e0-4108-4c9c-9512-5dfff70e4030 x-compute-request-id: req-e9f603e0-4108-4c9c-9512-5dfff70e4030 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-10 14:43:30,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst used request id req-e9f603e0-4108-4c9c-9512-5dfff70e4030 2018-10-10 14:43:30,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:30,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-d5111563-b8e9-4cba-aeeb-df1e7d085f1f Date: Wed, 10 Oct 2018 14:43:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"252739f3-86ae-4547-b34a-e94a561271c8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["13be18b8-b07f-4359-bf07-fb81e9d1d797"],"description":"","tags":[],"updated_at":"2018-10-10T14:43:24Z","provider:segmentation_id":9,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:23Z","provider:network_type":"vxlan"}]} 2018-10-10 14:43:30,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net used request id req-d5111563-b8e9-4cba-aeeb-df1e7d085f1f 2018-10-10 14:43:30,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:30,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b8cbb58-071c-474c-b2ec-fb2be7d8c27e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:43:30,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-8b8cbb58-071c-474c-b2ec-fb2be7d8c27e 2018-10-10 14:43:30,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:30,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b2ae8e19-e057-43e0-bd5b-05e55adf77ea Date: Wed, 10 Oct 2018 14:43:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:24Z","dns_nameservers":[],"updated_at":"2018-10-10T14:43:24Z","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":"50b165d5212f42f49cf85a43939820c6","id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-subnet"}]} 2018-10-10 14:43:30,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 used request id req-b2ae8e19-e057-43e0-bd5b-05e55adf77ea 2018-10-10 14:43:30,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=252739f3-86ae-4547-b34a-e94a561271c8&name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:31,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f160a36e-4d28-440c-bf25-b597d65aff62 Date: Wed, 10 Oct 2018 14:43:31 GMT RESP BODY: {"ports":[]} 2018-10-10 14:43:31,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=252739f3-86ae-4547-b34a-e94a561271c8&name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-port&admin_state_up=True used request id req-f160a36e-4d28-440c-bf25-b597d65aff62 2018-10-10 14:43:31,108 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:43:31,109 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:43:31,483 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:43:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["OPyVHTAzRrWvKUPI_8_PvQ"], "issued_at": "2018-10-10T14:43:31.000000Z"}} 2018-10-10 14:43:31,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deb905fdb43cfba0e5231547f3b61e0369b40549" 2018-10-10 14:43:31,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55596fc5-ee38-4164-9c80-305b3faffbcb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:43:31,564 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-55596fc5-ee38-4164-9c80-305b3faffbcb 2018-10-10 14:43:31,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:31,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e9f9ad1b-3264-4b38-8faa-ce4ad2365cf2 Date: Wed, 10 Oct 2018 14:43:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"252739f3-86ae-4547-b34a-e94a561271c8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["13be18b8-b07f-4359-bf07-fb81e9d1d797"],"description":"","tags":[],"updated_at":"2018-10-10T14:43:24Z","provider:segmentation_id":9,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:23Z","provider:network_type":"vxlan"}]} 2018-10-10 14:43:31,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net used request id req-e9f9ad1b-3264-4b38-8faa-ce4ad2365cf2 2018-10-10 14:43:31,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:32,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3ad26efc-ec7c-49dc-82e6-cb9176fc2002 Date: Wed, 10 Oct 2018 14:43:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:24Z","dns_nameservers":[],"updated_at":"2018-10-10T14:43:24Z","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":"50b165d5212f42f49cf85a43939820c6","id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-subnet"}]} 2018-10-10 14:43:32,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 used request id req-3ad26efc-ec7c-49dc-82e6-cb9176fc2002 2018-10-10 14:43:32,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:32,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e4102a05-573a-482e-8ed8-7c9f8c98c69c Date: Wed, 10 Oct 2018 14:43:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"252739f3-86ae-4547-b34a-e94a561271c8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["13be18b8-b07f-4359-bf07-fb81e9d1d797"],"description":"","tags":[],"updated_at":"2018-10-10T14:43:24Z","provider:segmentation_id":9,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:23Z","provider:network_type":"vxlan"}]} 2018-10-10 14:43:32,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net used request id req-e4102a05-573a-482e-8ed8-7c9f8c98c69c 2018-10-10 14:43:32,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:43:32,416 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:43: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:43:32,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deb905fdb43cfba0e5231547f3b61e0369b40549" 2018-10-10 14:43:32,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae755685-3643-43f1-8fde-b336652cf83b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:43:32,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-ae755685-3643-43f1-8fde-b336652cf83b 2018-10-10 14:43:32,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:32,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ea52458a-d3cb-4465-952e-c9a351d10055 Date: Wed, 10 Oct 2018 14:43:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:24Z","dns_nameservers":[],"updated_at":"2018-10-10T14:43:24Z","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":"50b165d5212f42f49cf85a43939820c6","id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-subnet"}]} 2018-10-10 14:43:32,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 used request id req-ea52458a-d3cb-4465-952e-c9a351d10055 2018-10-10 14:43:32,488 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net 2018-10-10 14:43:32,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" -d '{"port": {"network_id": "252739f3-86ae-4547-b34a-e94a561271c8", "name": "NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-port", "admin_state_up": true}}' 2018-10-10 14:43:33,392 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-27be1e82-0a48-42e8-b589-d7cf21c183ff Date: Wed, 10 Oct 2018 14:43:33 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:43:33Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","ip_address":"10.55.0.6"}],"id":"f3456aab-f901-4f96-a15f-b9f76307dd7a","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:10:8e:7d","project_id":"50b165d5212f42f49cf85a43939820c6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-port","admin_state_up":true,"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:32Z","binding:vnic_type":"normal"}} 2018-10-10 14:43:33,393 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-27be1e82-0a48-42e8-b589-d7cf21c183ff 2018-10-10 14:43:33,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:33,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-9ae258db-b66d-4961-9131-f57a4777d198 Date: Wed, 10 Oct 2018 14:43:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"252739f3-86ae-4547-b34a-e94a561271c8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["13be18b8-b07f-4359-bf07-fb81e9d1d797"],"description":"","tags":[],"updated_at":"2018-10-10T14:43:24Z","provider:segmentation_id":9,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:23Z","provider:network_type":"vxlan"}]} 2018-10-10 14:43:33,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net used request id req-9ae258db-b66d-4961-9131-f57a4777d198 2018-10-10 14:43:33,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:33,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-122170bd-f250-4890-a22a-b9599e74d4d1 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:43:33,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-122170bd-f250-4890-a22a-b9599e74d4d1 2018-10-10 14:43:33,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:33,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-edb112be-67ac-4071-97f3-dd5e62c50285 Date: Wed, 10 Oct 2018 14:43:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:24Z","dns_nameservers":[],"updated_at":"2018-10-10T14:43:24Z","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":"50b165d5212f42f49cf85a43939820c6","id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-subnet"}]} 2018-10-10 14:43:33,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 used request id req-edb112be-67ac-4071-97f3-dd5e62c50285 2018-10-10 14:43:33,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=252739f3-86ae-4547-b34a-e94a561271c8&name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:34,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-f374b547-0608-4fe5-a4e4-973d67ef70ff Date: Wed, 10 Oct 2018 14:43:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:43:33Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","ip_address":"10.55.0.6"}],"id":"f3456aab-f901-4f96-a15f-b9f76307dd7a","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:10:8e:7d","project_id":"50b165d5212f42f49cf85a43939820c6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-port","admin_state_up":true,"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:32Z","binding:vnic_type":"normal"}]} 2018-10-10 14:43:34,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=252739f3-86ae-4547-b34a-e94a561271c8&name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-port&admin_state_up=True used request id req-f374b547-0608-4fe5-a4e4-973d67ef70ff 2018-10-10 14:43:34,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:34,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67536841-cf2f-4956-b72b-5b5c1cf01aaf Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:43:34,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-67536841-cf2f-4956-b72b-5b5c1cf01aaf 2018-10-10 14:43:34,024 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst 2018-10-10 14:43:34,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:34,057 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43: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-7e001db8-9cb1-4323-8172-4a5ed911ecb8 x-compute-request-id: req-7e001db8-9cb1-4323-8172-4a5ed911ecb8 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ff473f2f-2470-4240-b09e-d48cf62afeac", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-flavor"}]} 2018-10-10 14:43:34,057 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-7e001db8-9cb1-4323-8172-4a5ed911ecb8 2018-10-10 14:43:34,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:34,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43: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-86217132-3f3e-4c41-a148-57578a17a665 x-compute-request-id: req-86217132-3f3e-4c41-a148-57578a17a665 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ff473f2f-2470-4240-b09e-d48cf62afeac", "name": "NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:43:34,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac used request id req-86217132-3f3e-4c41-a148-57578a17a665 2018-10-10 14:43:34,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:34,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-c775c15f-99e0-44a9-ab14-f939aede17f0 Date: Wed, 10 Oct 2018 14:43:34 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:43:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:43:21Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/a7850280-2547-47bf-8fab-3a8de5d6de20/snap", "metadata": {}}], "self": "/v2/images/a7850280-2547-47bf-8fab-3a8de5d6de20", "min_disk": 0, "protected": false, "id": "a7850280-2547-47bf-8fab-3a8de5d6de20", "file": "/v2/images/a7850280-2547-47bf-8fab-3a8de5d6de20/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/a7850280-2547-47bf-8fab-3a8de5d6de20/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-image"} 2018-10-10 14:43:34,251 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-image used request id req-c775c15f-99e0-44a9-ab14-f939aede17f0 2018-10-10 14:43:34,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:34,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-232f561f-ea10-48e7-bf3b-f169bfbfbd08 Date: Wed, 10 Oct 2018 14:43:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:43:34,928 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-232f561f-ea10-48e7-bf3b-f169bfbfbd08 2018-10-10 14:43:34,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst", "imageRef": "a7850280-2547-47bf-8fab-3a8de5d6de20", "flavorRef": "ff473f2f-2470-4240-b09e-d48cf62afeac", "max_count": 1, "min_count": 1, "networks": [{"port": "f3456aab-f901-4f96-a15f-b9f76307dd7a"}]}}' 2018-10-10 14:43:37,250 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:43: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-bf20fc78-5de8-42bd-965a-7f43ecd25429 x-compute-request-id: req-bf20fc78-5de8-42bd-965a-7f43ecd25429 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bf084703-6153-4ae8-a3aa-56c94d7a2a71", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "bookmark"}], "adminPass": "hPqkkjZe2fQR"}} 2018-10-10 14:43:37,250 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-bf20fc78-5de8-42bd-965a-7f43ecd25429 2018-10-10 14:43:37,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:38,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43: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-3ecd98f2-d87f-458b-ad27-573d049c319f x-compute-request-id: req-3ecd98f2-d87f-458b-ad27-573d049c319f 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.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "bookmark"}], "image": {"id": "a7850280-2547-47bf-8fab-3a8de5d6de20", "links": [{"href": "http://172.30.9.27:8774/images/a7850280-2547-47bf-8fab-3a8de5d6de20", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ff473f2f-2470-4240-b09e-d48cf62afeac", "links": [{"href": "http://172.30.9.27:8774/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac", "rel": "bookmark"}]}, "id": "bf084703-6153-4ae8-a3aa-56c94d7a2a71", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:43: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-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst", "created": "2018-10-10T14:43:37Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:43:38,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 used request id req-3ecd98f2-d87f-458b-ad27-573d049c319f 2018-10-10 14:43:38,132 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst 2018-10-10 14:43:38,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:38,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43: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-84ca47d3-c867-4fe0-96d9-e06da2e2bff3 x-compute-request-id: req-84ca47d3-c867-4fe0-96d9-e06da2e2bff3 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.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "bookmark"}], "image": {"id": "a7850280-2547-47bf-8fab-3a8de5d6de20", "links": [{"href": "http://172.30.9.27:8774/images/a7850280-2547-47bf-8fab-3a8de5d6de20", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ff473f2f-2470-4240-b09e-d48cf62afeac", "links": [{"href": "http://172.30.9.27:8774/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac", "rel": "bookmark"}]}, "id": "bf084703-6153-4ae8-a3aa-56c94d7a2a71", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:43:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst", "created": "2018-10-10T14:43:37Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:43:38,898 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 used request id req-84ca47d3-c867-4fe0-96d9-e06da2e2bff3 2018-10-10 14:43:38,898 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst] is - BUILD 2018-10-10 14:43:38,898 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-10 14:43:41,901 - create_instance - DEBUG - VM status query timeout in 896.230410099 2018-10-10 14:43:41,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:42,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43: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-0d3da095-9954-4e9b-9f11-005a0915770b x-compute-request-id: req-0d3da095-9954-4e9b-9f11-005a0915770b Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8e:7d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "bookmark"}], "image": {"id": "a7850280-2547-47bf-8fab-3a8de5d6de20", "links": [{"href": "http://172.30.9.27:8774/images/a7850280-2547-47bf-8fab-3a8de5d6de20", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ff473f2f-2470-4240-b09e-d48cf62afeac", "links": [{"href": "http://172.30.9.27:8774/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac", "rel": "bookmark"}]}, "id": "bf084703-6153-4ae8-a3aa-56c94d7a2a71", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:43:39Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst", "created": "2018-10-10T14:43:37Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:43:42,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 used request id req-0d3da095-9954-4e9b-9f11-005a0915770b 2018-10-10 14:43:42,335 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst] is - BUILD 2018-10-10 14:43:42,335 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-10 14:43:45,339 - create_instance - DEBUG - VM status query timeout in 892.793254137 2018-10-10 14:43:45,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:45,934 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cadb8dc2-4337-4569-8326-94056d596654 x-compute-request-id: req-cadb8dc2-4337-4569-8326-94056d596654 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8e:7d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "bookmark"}], "image": {"id": "a7850280-2547-47bf-8fab-3a8de5d6de20", "links": [{"href": "http://172.30.9.27:8774/images/a7850280-2547-47bf-8fab-3a8de5d6de20", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-10T14:43:42.000000", "flavor": {"id": "ff473f2f-2470-4240-b09e-d48cf62afeac", "links": [{"href": "http://172.30.9.27:8774/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac", "rel": "bookmark"}]}, "id": "bf084703-6153-4ae8-a3aa-56c94d7a2a71", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:43:44Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst", "created": "2018-10-10T14:43:37Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:43:45,934 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 used request id req-cadb8dc2-4337-4569-8326-94056d596654 2018-10-10 14:43:45,935 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst] is - ACTIVE 2018-10-10 14:43:45,935 - create_instance - INFO - VM is - ACTIVE 2018-10-10 14:43:45,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:46,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25ee7940-4ed5-4cdb-807b-6cb68bb3681c x-compute-request-id: req-25ee7940-4ed5-4cdb-807b-6cb68bb3681c Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8e:7d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "bookmark"}], "image": {"id": "a7850280-2547-47bf-8fab-3a8de5d6de20", "links": [{"href": "http://172.30.9.27:8774/images/a7850280-2547-47bf-8fab-3a8de5d6de20", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-10T14:43:42.000000", "flavor": {"id": "ff473f2f-2470-4240-b09e-d48cf62afeac", "links": [{"href": "http://172.30.9.27:8774/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac", "rel": "bookmark"}]}, "id": "bf084703-6153-4ae8-a3aa-56c94d7a2a71", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:43:44Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst", "created": "2018-10-10T14:43:37Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:43:46,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 used request id req-25ee7940-4ed5-4cdb-807b-6cb68bb3681c 2018-10-10 14:43:46,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:46,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-24526ca3-e4cb-44f6-a9fe-1ff9caaeb094 Date: Wed, 10 Oct 2018 14:43:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"252739f3-86ae-4547-b34a-e94a561271c8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["13be18b8-b07f-4359-bf07-fb81e9d1d797"],"description":"","tags":[],"updated_at":"2018-10-10T14:43:24Z","provider:segmentation_id":9,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:23Z","provider:network_type":"vxlan"}]} 2018-10-10 14:43:46,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net used request id req-24526ca3-e4cb-44f6-a9fe-1ff9caaeb094 2018-10-10 14:43:46,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:46,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a0d3c84-3232-49ca-86fd-f08c9405bd16 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:43:46,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-1a0d3c84-3232-49ca-86fd-f08c9405bd16 2018-10-10 14:43:46,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:46,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-aa012625-eed4-4999-bbdf-ffe2092d2d32 Date: Wed, 10 Oct 2018 14:43:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:24Z","dns_nameservers":[],"updated_at":"2018-10-10T14:43:24Z","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":"50b165d5212f42f49cf85a43939820c6","id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-subnet"}]} 2018-10-10 14:43:46,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 used request id req-aa012625-eed4-4999-bbdf-ffe2092d2d32 2018-10-10 14:43:46,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=252739f3-86ae-4547-b34a-e94a561271c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:46,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-b0e62cfe-0703-4392-bd97-36e52e129cb3 Date: Wed, 10 Oct 2018 14:43:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:43:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","ip_address":"10.55.0.2"}],"id":"784c7cd6-aed3-41fc-b367-fa44d0e88c92","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d3:cc:78","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-252739f3-86ae-4547-b34a-e94a561271c8","name":"","admin_state_up":true,"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:43:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","ip_address":"10.55.0.4"}],"id":"bdd4aea7-8601-4eea-90e9-9f0d642a98e0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:53:43","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-252739f3-86ae-4547-b34a-e94a561271c8","name":"","admin_state_up":true,"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:43:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","ip_address":"10.55.0.6"}],"id":"f3456aab-f901-4f96-a15f-b9f76307dd7a","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:10:8e:7d","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"bf084703-6153-4ae8-a3aa-56c94d7a2a71","name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-port","admin_state_up":true,"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:43:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","ip_address":"10.55.0.3"}],"id":"f6da45ad-3f9b-4764-8c87-7a50aead8cf5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:02:33","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-252739f3-86ae-4547-b34a-e94a561271c8","name":"","admin_state_up":true,"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:25Z","binding:vnic_type":"normal"}]} 2018-10-10 14:43:46,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=252739f3-86ae-4547-b34a-e94a561271c8 used request id req-b0e62cfe-0703-4392-bd97-36e52e129cb3 2018-10-10 14:43:46,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:43:47,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:43:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["pNdsb0eHRnOmU8dgLbxYVQ"], "issued_at": "2018-10-10T14:43:47.000000Z"}} 2018-10-10 14:43:47,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f183a850051df07531024b04d87cf0026444a82" 2018-10-10 14:43:47,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-578ee2a9-f8da-4293-9a58-ca4c3358340a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:43:47,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-578ee2a9-f8da-4293-9a58-ca4c3358340a 2018-10-10 14:43:47,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:48,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-890764c5-290d-4b70-83ef-4eb035c9f102 x-compute-request-id: req-890764c5-290d-4b70-83ef-4eb035c9f102 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8e:7d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "bookmark"}], "image": {"id": "a7850280-2547-47bf-8fab-3a8de5d6de20", "links": [{"href": "http://172.30.9.27:8774/images/a7850280-2547-47bf-8fab-3a8de5d6de20", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-10T14:43:42.000000", "flavor": {"id": "ff473f2f-2470-4240-b09e-d48cf62afeac", "links": [{"href": "http://172.30.9.27:8774/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac", "rel": "bookmark"}]}, "id": "bf084703-6153-4ae8-a3aa-56c94d7a2a71", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:43:44Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst", "created": "2018-10-10T14:43:37Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:43:48,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 used request id req-890764c5-290d-4b70-83ef-4eb035c9f102 2018-10-10 14:43:48,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:48,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5a74cc28-57df-4d5f-b5dc-d60d055275f5 Date: Wed, 10 Oct 2018 14:43:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"252739f3-86ae-4547-b34a-e94a561271c8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["13be18b8-b07f-4359-bf07-fb81e9d1d797"],"description":"","tags":[],"updated_at":"2018-10-10T14:43:24Z","provider:segmentation_id":9,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:23Z","provider:network_type":"vxlan"}]} 2018-10-10 14:43:48,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net used request id req-5a74cc28-57df-4d5f-b5dc-d60d055275f5 2018-10-10 14:43:48,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:48,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-807ae012-b874-47c5-9fd4-abc5e2ea8332 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:43:48,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-807ae012-b874-47c5-9fd4-abc5e2ea8332 2018-10-10 14:43:48,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:48,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-813d0da9-e3ba-4479-b2ef-8f4a151b9c81 Date: Wed, 10 Oct 2018 14:43:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:24Z","dns_nameservers":[],"updated_at":"2018-10-10T14:43:24Z","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":"50b165d5212f42f49cf85a43939820c6","id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-subnet"}]} 2018-10-10 14:43:48,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=252739f3-86ae-4547-b34a-e94a561271c8 used request id req-813d0da9-e3ba-4479-b2ef-8f4a151b9c81 2018-10-10 14:43:48,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=252739f3-86ae-4547-b34a-e94a561271c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:48,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-d709a4b4-bea2-4813-8b07-ca15eda3dfa7 Date: Wed, 10 Oct 2018 14:43:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:43:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","ip_address":"10.55.0.2"}],"id":"784c7cd6-aed3-41fc-b367-fa44d0e88c92","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d3:cc:78","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-252739f3-86ae-4547-b34a-e94a561271c8","name":"","admin_state_up":true,"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:43:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","ip_address":"10.55.0.4"}],"id":"bdd4aea7-8601-4eea-90e9-9f0d642a98e0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:53:43","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-252739f3-86ae-4547-b34a-e94a561271c8","name":"","admin_state_up":true,"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:43:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","ip_address":"10.55.0.6"}],"id":"f3456aab-f901-4f96-a15f-b9f76307dd7a","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:10:8e:7d","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"bf084703-6153-4ae8-a3aa-56c94d7a2a71","name":"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-port","admin_state_up":true,"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:43:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13be18b8-b07f-4359-bf07-fb81e9d1d797","ip_address":"10.55.0.3"}],"id":"f6da45ad-3f9b-4764-8c87-7a50aead8cf5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:02:33","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-252739f3-86ae-4547-b34a-e94a561271c8","name":"","admin_state_up":true,"network_id":"252739f3-86ae-4547-b34a-e94a561271c8","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:43:25Z","binding:vnic_type":"normal"}]} 2018-10-10 14:43:48,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=252739f3-86ae-4547-b34a-e94a561271c8 used request id req-d709a4b4-bea2-4813-8b07-ca15eda3dfa7 2018-10-10 14:43:48,540 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f183a850051df07531024b04d87cf0026444a82" -d '{"volumeAttachment": {"volumeId": "43fd9042-265d-4571-a251-1ffeb4ef0be0"}}' 2018-10-10 14:43:49,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43: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-142ab76b-8fda-4c6c-9581-451e266a9ca6 x-compute-request-id: req-142ab76b-8fda-4c6c-9581-451e266a9ca6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "bf084703-6153-4ae8-a3aa-56c94d7a2a71", "id": "43fd9042-265d-4571-a251-1ffeb4ef0be0", "volumeId": "43fd9042-265d-4571-a251-1ffeb4ef0be0"}} 2018-10-10 14:43:49,752 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71/os-volume_attachments used request id req-142ab76b-8fda-4c6c-9581-451e266a9ca6 2018-10-10 14:43:49,752 - create_instance - INFO - Deleting Port with ID - f3456aab-f901-4f96-a15f-b9f76307dd7a 2018-10-10 14:43:49,752 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-port 2018-10-10 14:43:49,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/f3456aab-f901-4f96-a15f-b9f76307dd7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:50,248 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-08cdcacc-f6a7-46c5-acca-c1c016616b09 Date: Wed, 10 Oct 2018 14:43:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:43:50,249 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/f3456aab-f901-4f96-a15f-b9f76307dd7a used request id req-08cdcacc-f6a7-46c5-acca-c1c016616b09 2018-10-10 14:43:50,249 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst 2018-10-10 14:43:50,252 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:50,634 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:43:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fd28c3eb-947d-49aa-ba30-0d170379623b x-compute-request-id: req-fd28c3eb-947d-49aa-ba30-0d170379623b Content-Type: application/json 2018-10-10 14:43:50,634 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 used request id req-fd28c3eb-947d-49aa-ba30-0d170379623b 2018-10-10 14:43:50,634 - create_instance - INFO - Checking deletion status 2018-10-10 14:43:50,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:51,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91b5b07b-4067-4b19-b556-d5cd5a26a497 x-compute-request-id: req-91b5b07b-4067-4b19-b556-d5cd5a26a497 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8e:7d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "bookmark"}], "image": {"id": "a7850280-2547-47bf-8fab-3a8de5d6de20", "links": [{"href": "http://172.30.9.27:8774/images/a7850280-2547-47bf-8fab-3a8de5d6de20", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-10T14:43:42.000000", "flavor": {"id": "ff473f2f-2470-4240-b09e-d48cf62afeac", "links": [{"href": "http://172.30.9.27:8774/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac", "rel": "bookmark"}]}, "id": "bf084703-6153-4ae8-a3aa-56c94d7a2a71", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:43:50Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst", "created": "2018-10-10T14:43:37Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [{"id": "43fd9042-265d-4571-a251-1ffeb4ef0be0"}], "metadata": {}}} 2018-10-10 14:43:51,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 used request id req-91b5b07b-4067-4b19-b556-d5cd5a26a497 2018-10-10 14:43:51,132 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst] is - ACTIVE 2018-10-10 14:43:51,132 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-10 14:43:54,135 - create_instance - DEBUG - VM status query timeout in 296.499202967 2018-10-10 14:43:54,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:54,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3bee048-a829-4def-846c-9c649999cc9d x-compute-request-id: req-c3bee048-a829-4def-846c-9c649999cc9d 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.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71", "rel": "bookmark"}], "image": {"id": "a7850280-2547-47bf-8fab-3a8de5d6de20", "links": [{"href": "http://172.30.9.27:8774/images/a7850280-2547-47bf-8fab-3a8de5d6de20", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-10T14:43:42.000000", "flavor": {"id": "ff473f2f-2470-4240-b09e-d48cf62afeac", "links": [{"href": "http://172.30.9.27:8774/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac", "rel": "bookmark"}]}, "id": "bf084703-6153-4ae8-a3aa-56c94d7a2a71", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:43:52Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst", "created": "2018-10-10T14:43:37Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [{"id": "43fd9042-265d-4571-a251-1ffeb4ef0be0"}], "metadata": {}}} 2018-10-10 14:43:54,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 used request id req-c3bee048-a829-4def-846c-9c649999cc9d 2018-10-10 14:43:54,380 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst] is - ACTIVE 2018-10-10 14:43:54,380 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-10 14:43:57,383 - create_instance - DEBUG - VM status query timeout in 293.250845909 2018-10-10 14:43:57,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3700fc64e0f3e86288b58f59e3381042e4f927" 2018-10-10 14:43:57,437 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:43: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-55f6dac6-9fcc-4e00-a2a8-a497d82d347e x-compute-request-id: req-55f6dac6-9fcc-4e00-a2a8-a497d82d347e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance bf084703-6153-4ae8-a3aa-56c94d7a2a71 could not be found.", "code": 404}} 2018-10-10 14:43:57,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bf084703-6153-4ae8-a3aa-56c94d7a2a71 used request id req-55f6dac6-9fcc-4e00-a2a8-a497d82d347e 2018-10-10 14:43:57,438 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance bf084703-6153-4ae8-a3aa-56c94d7a2a71 could not be found. (HTTP 404) (Request-ID: req-55f6dac6-9fcc-4e00-a2a8-a497d82d347e) 2018-10-10 14:43:57,438 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-vm_inst 2018-10-10 14:43:57,441 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a9cb9e1c-0ac5-490c-b0b4-7478789d7fdf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f03fb3f317a3572477d0a15b38735ed929100d01" 2018-10-10 14:43:58,319 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:43:57 GMT Server: Apache x-compute-request-id: req-7bee13fb-71cb-4a42-a2da-a87f4a33cb9c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7bee13fb-71cb-4a42-a2da-a87f4a33cb9c Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:43:52.000000", "replication_status": null, "snapshot_id": null, "id": "43fd9042-265d-4571-a251-1ffeb4ef0be0", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-2b071b7f-043d-44ae-9e11-fdbfa759cd7a", "bootable": "false", "created_at": "2018-10-10T14:43:27.000000", "volume_type": null}} 2018-10-10 14:43:58,319 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0 used request id req-7bee13fb-71cb-4a42-a2da-a87f4a33cb9c 2018-10-10 14:43:58,320 - create_volume - DEBUG - Instance status is - available 2018-10-10 14:43:58,320 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a 2018-10-10 14:43:58,320 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a 2018-10-10 14:43:58,323 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a9cb9e1c-0ac5-490c-b0b4-7478789d7fdf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f03fb3f317a3572477d0a15b38735ed929100d01" 2018-10-10 14:43:59,096 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:43:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-92edcda8-6af4-4eb6-b124-7fdbeb375bdd Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:43:59,096 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0 used request id req-92edcda8-6af4-4eb6-b124-7fdbeb375bdd 2018-10-10 14:43:59,099 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a9cb9e1c-0ac5-490c-b0b4-7478789d7fdf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f03fb3f317a3572477d0a15b38735ed929100d01" 2018-10-10 14:43:59,828 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:43:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8ad9f049-5f4a-4376-8451-bc3ac15dec37 x-openstack-request-id: req-8ad9f049-5f4a-4376-8451-bc3ac15dec37 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 43fd9042-265d-4571-a251-1ffeb4ef0be0 could not be found.", "code": 404}} 2018-10-10 14:43:59,828 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/43fd9042-265d-4571-a251-1ffeb4ef0be0 used request id req-8ad9f049-5f4a-4376-8451-bc3ac15dec37 2018-10-10 14:43:59,828 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 43fd9042-265d-4571-a251-1ffeb4ef0be0 could not be found. (HTTP 404) (Request-ID: req-8ad9f049-5f4a-4376-8451-bc3ac15dec37) 2018-10-10 14:43:59,829 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a 2018-10-10 14:43:59,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bbdd99d8d6af84c6880cd543e0cf5b50019e310" 2018-10-10 14:43:59,871 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:43: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-f9847f37-983b-4bb0-9ab9-99bf295411e9 x-compute-request-id: req-f9847f37-983b-4bb0-9ab9-99bf295411e9 Content-Length: 0 Content-Type: application/json 2018-10-10 14:43:59,871 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/ff473f2f-2470-4240-b09e-d48cf62afeac used request id req-f9847f37-983b-4bb0-9ab9-99bf295411e9 2018-10-10 14:43:59,872 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-subnet 2018-10-10 14:43:59,872 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-subnet 2018-10-10 14:43:59,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/13be18b8-b07f-4359-bf07-fb81e9d1d797 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff163e6cac96e298ae24c2bd1e0a08871bd04e1" 2018-10-10 14:44:02,176 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4fa88863-65f3-41c7-8279-4c28a928ceda Date: Wed, 10 Oct 2018 14:44:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:44:02,176 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/13be18b8-b07f-4359-bf07-fb81e9d1d797 used request id req-4fa88863-65f3-41c7-8279-4c28a928ceda 2018-10-10 14:44:02,177 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-net 2018-10-10 14:44:02,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/252739f3-86ae-4547-b34a-e94a561271c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff163e6cac96e298ae24c2bd1e0a08871bd04e1" 2018-10-10 14:44:03,577 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6e31c7fe-2fb0-4b5e-b941-2311c32c8c85 Date: Wed, 10 Oct 2018 14:44:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:44:03,578 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/252739f3-86ae-4547-b34a-e94a561271c8 used request id req-6e31c7fe-2fb0-4b5e-b941-2311c32c8c85 2018-10-10 14:44:03,578 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-2b071b7f-043d-44ae-9e11-fdbfa759cd7a-image 2018-10-10 14:44:03,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/a7850280-2547-47bf-8fab-3a8de5d6de20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}103674892668269cc349a3a776f214b3033bb080" 2018-10-10 14:44:04,991 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-93589828-75bb-4081-8d81-475eba185d43 Date: Wed, 10 Oct 2018 14:44:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:44:04,991 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/a7850280-2547-47bf-8fab-3a8de5d6de20 used request id req-93589828-75bb-4081-8d81-475eba185d43 2018-10-10 14:44:04,993 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:44:04,995 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-10 14:44:04,996 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:44:04,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:44:05,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:44:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["OH30qfaLRH6LjpZrQbGvzQ"], "issued_at": "2018-10-10T14:44:05.000000Z"}} 2018-10-10 14:44:05,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895b8a61f45ed0ab90607e60e5be8560a88816ef" 2018-10-10 14:44:05,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1227d982-0bc7-41cd-a54e-07cc3ece64c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:44:05,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1227d982-0bc7-41cd-a54e-07cc3ece64c2 2018-10-10 14:44:05,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}895b8a61f45ed0ab90607e60e5be8560a88816ef" 2018-10-10 14:44:06,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-4823eb4d-416c-4458-81b3-64969d064773 Date: Wed, 10 Oct 2018 14:44:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-image"} 2018-10-10 14:44:06,092 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-image used request id req-4823eb4d-416c-4458-81b3-64969d064773 2018-10-10 14:44:06,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}895b8a61f45ed0ab90607e60e5be8560a88816ef" 2018-10-10 14:44:06,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a8a9804d-ff6b-4b5c-935e-d665261237c2 Date: Wed, 10 Oct 2018 14:44:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:44:06,238 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-a8a9804d-ff6b-4b5c-935e-d665261237c2 2018-10-10 14:44:06,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}895b8a61f45ed0ab90607e60e5be8560a88816ef" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-image"}' 2018-10-10 14:44:06,483 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/143233ba-0a1b-448c-8718-28a5828e9bd6 X-Openstack-Request-Id: req-73184b09-81e7-42b5-b4a9-27098d216846 Date: Wed, 10 Oct 2018 14:44:06 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:44:06Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T14:44:06Z", "visibility": "shared", "locations": [], "self": "/v2/images/143233ba-0a1b-448c-8718-28a5828e9bd6", "min_disk": 0, "protected": false, "id": "143233ba-0a1b-448c-8718-28a5828e9bd6", "file": "/v2/images/143233ba-0a1b-448c-8718-28a5828e9bd6/file", "checksum": null, "owner": "50b165d5212f42f49cf85a43939820c6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:44:06,484 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-73184b09-81e7-42b5-b4a9-27098d216846 2018-10-10 14:44:06,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/143233ba-0a1b-448c-8718-28a5828e9bd6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}895b8a61f45ed0ab90607e60e5be8560a88816ef" -d '' 2018-10-10 14:44:08,171 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7c9981b7-8985-4b2f-946d-9faf7287dd0c Date: Wed, 10 Oct 2018 14:44:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:44:08,171 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/143233ba-0a1b-448c-8718-28a5828e9bd6/file used request id req-7c9981b7-8985-4b2f-946d-9faf7287dd0c 2018-10-10 14:44:08,171 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 14:44:08,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/143233ba-0a1b-448c-8718-28a5828e9bd6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}895b8a61f45ed0ab90607e60e5be8560a88816ef" 2018-10-10 14:44:08,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-54042873-9847-4e1e-a117-8c78d1f37fdf Date: Wed, 10 Oct 2018 14:44:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:44:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:44:08Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/143233ba-0a1b-448c-8718-28a5828e9bd6/snap", "metadata": {}}], "self": "/v2/images/143233ba-0a1b-448c-8718-28a5828e9bd6", "min_disk": 0, "protected": false, "id": "143233ba-0a1b-448c-8718-28a5828e9bd6", "file": "/v2/images/143233ba-0a1b-448c-8718-28a5828e9bd6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/143233ba-0a1b-448c-8718-28a5828e9bd6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:44:08,795 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/143233ba-0a1b-448c-8718-28a5828e9bd6 used request id req-54042873-9847-4e1e-a117-8c78d1f37fdf 2018-10-10 14:44:08,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}895b8a61f45ed0ab90607e60e5be8560a88816ef" 2018-10-10 14:44:08,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-00772d97-a109-40dd-9161-b91f666fb0bf Date: Wed, 10 Oct 2018 14:44: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"}}} 2018-10-10 14:44:08,961 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-00772d97-a109-40dd-9161-b91f666fb0bf 2018-10-10 14:44:08,964 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-image 2018-10-10 14:44:08,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/143233ba-0a1b-448c-8718-28a5828e9bd6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}895b8a61f45ed0ab90607e60e5be8560a88816ef" 2018-10-10 14:44:08,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-d0ea1aee-8db4-4aa6-b5f1-2aa919fb4389 Date: Wed, 10 Oct 2018 14:44:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:44:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:44:08Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/143233ba-0a1b-448c-8718-28a5828e9bd6/snap", "metadata": {}}], "self": "/v2/images/143233ba-0a1b-448c-8718-28a5828e9bd6", "min_disk": 0, "protected": false, "id": "143233ba-0a1b-448c-8718-28a5828e9bd6", "file": "/v2/images/143233ba-0a1b-448c-8718-28a5828e9bd6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/143233ba-0a1b-448c-8718-28a5828e9bd6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:44:08,984 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/143233ba-0a1b-448c-8718-28a5828e9bd6 used request id req-d0ea1aee-8db4-4aa6-b5f1-2aa919fb4389 2018-10-10 14:44:08,985 - create_image - DEBUG - Instance status is - active 2018-10-10 14:44:08,985 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-image 2018-10-10 14:44:08,985 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-image 2018-10-10 14:44:08,986 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:44:08,986 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:44:09,376 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:44:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["iC7_BKpzQL-SqIehPSms4w"], "issued_at": "2018-10-10T14:44:09.000000Z"}} 2018-10-10 14:44:09,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0c8dd43cff425353a86d8309d864e60874d5e4" 2018-10-10 14:44:09,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86d5e846-7664-40be-8b1b-ea69cc2129c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:44:09,459 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-86d5e846-7664-40be-8b1b-ea69cc2129c3 2018-10-10 14:44:09,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0c8dd43cff425353a86d8309d864e60874d5e4" 2018-10-10 14:44:09,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-12196f1e-1f33-4ae2-bdf5-8cda815c9d9c Date: Wed, 10 Oct 2018 14:44:09 GMT RESP BODY: {"networks":[]} 2018-10-10 14:44:09,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net used request id req-12196f1e-1f33-4ae2-bdf5-8cda815c9d9c 2018-10-10 14:44:09,663 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net 2018-10-10 14:44:09,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0c8dd43cff425353a86d8309d864e60874d5e4" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net", "admin_state_up": true}}' 2018-10-10 14:44:10,198 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-01a2c0e2-4334-41a5-b284-91ee31b6aebc Date: Wed, 10 Oct 2018 14:44:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:44:09Z","is_default":false,"provider:segmentation_id":77,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:09Z","mtu":1450}} 2018-10-10 14:44:10,198 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-01a2c0e2-4334-41a5-b284-91ee31b6aebc 2018-10-10 14:44:10,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0c8dd43cff425353a86d8309d864e60874d5e4" 2018-10-10 14:44:10,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2e7aa69a-68ad-4e26-8870-c9b84c5c6572 Date: Wed, 10 Oct 2018 14:44:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:44:09Z","provider:segmentation_id":77,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:09Z","provider:network_type":"vxlan"}]} 2018-10-10 14:44:10,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-2e7aa69a-68ad-4e26-8870-c9b84c5c6572 2018-10-10 14:44:10,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0c8dd43cff425353a86d8309d864e60874d5e4" 2018-10-10 14:44:10,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d051e20a-3ec9-4dde-aca3-464ec1279296 Date: Wed, 10 Oct 2018 14:44:10 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:44:10,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-d051e20a-3ec9-4dde-aca3-464ec1279296 2018-10-10 14:44:10,616 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-subnet 2018-10-10 14:44:10,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0c8dd43cff425353a86d8309d864e60874d5e4" -d '{"subnets": [{"ip_version": 4, "network_id": "3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-subnet"}]}' 2018-10-10 14:44:11,257 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-71372b99-233b-4a19-a0be-0e5ea9fa562d Date: Wed, 10 Oct 2018 14:44:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:10Z","dns_nameservers":[],"updated_at":"2018-10-10T14:44:10Z","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":"50b165d5212f42f49cf85a43939820c6","id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-subnet"}]} 2018-10-10 14:44:11,257 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-71372b99-233b-4a19-a0be-0e5ea9fa562d 2018-10-10 14:44:11,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0c8dd43cff425353a86d8309d864e60874d5e4" 2018-10-10 14:44:11,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-20180ec7-36e7-4eb3-a0fd-3f3f8a992466 Date: Wed, 10 Oct 2018 14:44:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["07483543-2e91-4a97-9f32-b44f9b8e25f2"],"description":"","tags":[],"updated_at":"2018-10-10T14:44:10Z","provider:segmentation_id":77,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:09Z","provider:network_type":"vxlan"}]} 2018-10-10 14:44:11,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-20180ec7-36e7-4eb3-a0fd-3f3f8a992466 2018-10-10 14:44:11,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0c8dd43cff425353a86d8309d864e60874d5e4" 2018-10-10 14:44:11,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0980aaf3-da30-450f-86d5-93cf3a1fb703 Date: Wed, 10 Oct 2018 14:44:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:10Z","dns_nameservers":[],"updated_at":"2018-10-10T14:44:10Z","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":"50b165d5212f42f49cf85a43939820c6","id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-subnet"}]} 2018-10-10 14:44:11,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-0980aaf3-da30-450f-86d5-93cf3a1fb703 2018-10-10 14:44:11,694 - OpenStackNetwork - DEBUG - Network [3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5] created successfully 2018-10-10 14:44:11,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:44:11,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:44:12,075 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:44:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["eDjiA315R7e5OBOcMMmOog"], "issued_at": "2018-10-10T14:44:12.000000Z"}} 2018-10-10 14:44:12,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5457bd64417d13200b7281775f9039d8c6e53dd" 2018-10-10 14:44:12,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c6aaa54-6fe4-441e-9d52-a3da498d91d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:44:12,158 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3c6aaa54-6fe4-441e-9d52-a3da498d91d8 2018-10-10 14:44:12,160 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:44:12,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5457bd64417d13200b7281775f9039d8c6e53dd" 2018-10-10 14:44:12,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-bb90da8c-1127-4511-8e86-39af60607763 x-compute-request-id: req-bb90da8c-1127-4511-8e86-39af60607763 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-10 14:44:12,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-bb90da8c-1127-4511-8e86-39af60607763 2018-10-10 14:44:12,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5457bd64417d13200b7281775f9039d8c6e53dd" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-10 14:44:12,857 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-90ea1f72-39cc-4766-b967-01100710c892 x-compute-request-id: req-90ea1f72-39cc-4766-b967-01100710c892 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "name": "NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:44:12,857 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-90ea1f72-39cc-4766-b967-01100710c892 2018-10-10 14:44:12,858 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:44:12,859 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:44:13,248 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:44:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["kss5-61ERBCD_nlX1ukVrQ"], "issued_at": "2018-10-10T14:44:13.000000Z"}} 2018-10-10 14:44:13,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}160eec17bc617bc8db32046897f4c4e4d2023a7c" 2018-10-10 14:44:13,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbe9a790-e874-47ef-acda-484641c8ec80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:44:13,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bbe9a790-e874-47ef-acda-484641c8ec80 2018-10-10 14:44:13,338 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}160eec17bc617bc8db32046897f4c4e4d2023a7c" 2018-10-10 14:44:13,525 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:13 GMT Server: Apache x-compute-request-id: req-a1d14c04-4b4b-4a9d-9f6e-16525f9559bb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a1d14c04-4b4b-4a9d-9f6e-16525f9559bb Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-10 14:44:13,525 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/detail used request id req-a1d14c04-4b4b-4a9d-9f6e-16525f9559bb 2018-10-10 14:44:13,528 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a1d14c04-4b4b-4a9d-9f6e-16525f9559bb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}160eec17bc617bc8db32046897f4c4e4d2023a7c" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-10 14:44:14,038 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:44:13 GMT Server: Apache x-compute-request-id: req-41221c9f-8009-491e-989e-c95791ebb374 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-41221c9f-8009-491e-989e-c95791ebb374 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-10T14:44:13.791319", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7c7d2af1-471b-4e85-8a8b-9cde53331c03", "size": 1}} 2018-10-10 14:44:14,038 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes used request id req-41221c9f-8009-491e-989e-c95791ebb374 2018-10-10 14:44:14,041 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a1d14c04-4b4b-4a9d-9f6e-16525f9559bb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}160eec17bc617bc8db32046897f4c4e4d2023a7c" 2018-10-10 14:44:14,242 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:14 GMT Server: Apache x-compute-request-id: req-9ed48a52-7e4b-4e8a-b2f6-9b3526a343b9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9ed48a52-7e4b-4e8a-b2f6-9b3526a343b9 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:44:14.000000", "replication_status": null, "snapshot_id": null, "id": "7c7d2af1-471b-4e85-8a8b-9cde53331c03", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-1f56672c-0af9-4bd3-a623-1601675ad605", "bootable": "false", "created_at": "2018-10-10T14:44:13.000000", "volume_type": null}} 2018-10-10 14:44:14,242 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03 used request id req-9ed48a52-7e4b-4e8a-b2f6-9b3526a343b9 2018-10-10 14:44:14,243 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605 2018-10-10 14:44:14,245 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a1d14c04-4b4b-4a9d-9f6e-16525f9559bb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}160eec17bc617bc8db32046897f4c4e4d2023a7c" 2018-10-10 14:44:15,024 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:14 GMT Server: Apache x-compute-request-id: req-63695bd9-fc02-49a1-9df0-e1999d397cfb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-63695bd9-fc02-49a1-9df0-e1999d397cfb Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:44:14.000000", "replication_status": null, "snapshot_id": null, "id": "7c7d2af1-471b-4e85-8a8b-9cde53331c03", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-1f56672c-0af9-4bd3-a623-1601675ad605", "bootable": "false", "created_at": "2018-10-10T14:44:13.000000", "volume_type": null}} 2018-10-10 14:44:15,024 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03 used request id req-63695bd9-fc02-49a1-9df0-e1999d397cfb 2018-10-10 14:44:15,025 - create_volume - DEBUG - Instance status is - available 2018-10-10 14:44:15,025 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605 2018-10-10 14:44:15,025 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605 2018-10-10 14:44:15,025 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:44:15,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:44:15,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:44:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["wijkWpYcSOWBcY0yT86FnQ"], "issued_at": "2018-10-10T14:44:15.000000Z"}} 2018-10-10 14:44:15,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:15,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe8884c7-0163-4113-a490-d485211533f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:44:15,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fe8884c7-0163-4113-a490-d485211533f3 2018-10-10 14:44:15,438 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:44:15,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:15,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99f28d69-cad6-4223-9b5f-9914352ff507 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:44:15,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-99f28d69-cad6-4223-9b5f-9914352ff507 2018-10-10 14:44:15,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:15,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ff472204-10a6-4810-8e43-d1e373cc5e55 Date: Wed, 10 Oct 2018 14:44:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["07483543-2e91-4a97-9f32-b44f9b8e25f2"],"description":"","tags":[],"updated_at":"2018-10-10T14:44:10Z","provider:segmentation_id":77,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:09Z","provider:network_type":"vxlan"}]} 2018-10-10 14:44:15,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net used request id req-ff472204-10a6-4810-8e43-d1e373cc5e55 2018-10-10 14:44:15,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:44:15,763 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:44: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:44:15,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:15,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-329b2c07-3b86-4d26-bf24-595ece17a38e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:44:15,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-329b2c07-3b86-4d26-bf24-595ece17a38e 2018-10-10 14:44:15,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:16,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-18920f89-2205-47e5-8c89-daf93905ec85 Date: Wed, 10 Oct 2018 14:44:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:10Z","dns_nameservers":[],"updated_at":"2018-10-10T14:44:10Z","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":"50b165d5212f42f49cf85a43939820c6","id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-subnet"}]} 2018-10-10 14:44:16,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-18920f89-2205-47e5-8c89-daf93905ec85 2018-10-10 14:44:16,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5&name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:16,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0cbce6af-faf1-4ea1-af11-a517c1ca1289 Date: Wed, 10 Oct 2018 14:44:16 GMT RESP BODY: {"ports":[]} 2018-10-10 14:44:16,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5&name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-port&admin_state_up=True used request id req-0cbce6af-faf1-4ea1-af11-a517c1ca1289 2018-10-10 14:44:16,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:16,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7abb687f-89d8-4d41-8afc-4cfe57dbf9d0 x-compute-request-id: req-7abb687f-89d8-4d41-8afc-4cfe57dbf9d0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-10 14:44:16,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst used request id req-7abb687f-89d8-4d41-8afc-4cfe57dbf9d0 2018-10-10 14:44:16,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:16,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-17706d25-9d61-4530-acc3-020ecc916467 Date: Wed, 10 Oct 2018 14:44:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["07483543-2e91-4a97-9f32-b44f9b8e25f2"],"description":"","tags":[],"updated_at":"2018-10-10T14:44:10Z","provider:segmentation_id":77,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:09Z","provider:network_type":"vxlan"}]} 2018-10-10 14:44:16,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net used request id req-17706d25-9d61-4530-acc3-020ecc916467 2018-10-10 14:44:16,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:16,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef0c394f-e7dd-4ee0-b0ac-d266b8c6f1d0 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:44:16,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-ef0c394f-e7dd-4ee0-b0ac-d266b8c6f1d0 2018-10-10 14:44:16,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:16,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b7abd3c1-d95d-4e37-9b6d-9c604fea8a1e Date: Wed, 10 Oct 2018 14:44:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:10Z","dns_nameservers":[],"updated_at":"2018-10-10T14:44:10Z","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":"50b165d5212f42f49cf85a43939820c6","id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-subnet"}]} 2018-10-10 14:44:16,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-b7abd3c1-d95d-4e37-9b6d-9c604fea8a1e 2018-10-10 14:44:16,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5&name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:17,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2f9478f0-7531-465d-b1d2-72c4a29dcb93 Date: Wed, 10 Oct 2018 14:44:17 GMT RESP BODY: {"ports":[]} 2018-10-10 14:44:17,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5&name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-port&admin_state_up=True used request id req-2f9478f0-7531-465d-b1d2-72c4a29dcb93 2018-10-10 14:44:17,174 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:44:17,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:44:17,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:44:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["KIAb_NXiTiaHo6S6eVPrXA"], "issued_at": "2018-10-10T14:44:17.000000Z"}} 2018-10-10 14:44:17,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b58290deec4971976b0c0e0cf498ad931fb5838" 2018-10-10 14:44:17,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdd00358-2a35-4e3a-a6ee-b0aa85debd30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:44:17,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cdd00358-2a35-4e3a-a6ee-b0aa85debd30 2018-10-10 14:44:17,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:18,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ad5ebb69-42b8-4651-888c-1bb2bcd6d1c0 Date: Wed, 10 Oct 2018 14:44:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["07483543-2e91-4a97-9f32-b44f9b8e25f2"],"description":"","tags":[],"updated_at":"2018-10-10T14:44:10Z","provider:segmentation_id":77,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:09Z","provider:network_type":"vxlan"}]} 2018-10-10 14:44:18,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net used request id req-ad5ebb69-42b8-4651-888c-1bb2bcd6d1c0 2018-10-10 14:44:18,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:18,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3b09f6fc-b982-4cf6-8e50-5c9c0b502685 Date: Wed, 10 Oct 2018 14:44:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:10Z","dns_nameservers":[],"updated_at":"2018-10-10T14:44:10Z","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":"50b165d5212f42f49cf85a43939820c6","id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-subnet"}]} 2018-10-10 14:44:18,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-3b09f6fc-b982-4cf6-8e50-5c9c0b502685 2018-10-10 14:44:18,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:18,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-d01c607e-e50c-4485-a391-05a9c4ee4c98 Date: Wed, 10 Oct 2018 14:44:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["07483543-2e91-4a97-9f32-b44f9b8e25f2"],"description":"","tags":[],"updated_at":"2018-10-10T14:44:10Z","provider:segmentation_id":77,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:09Z","provider:network_type":"vxlan"}]} 2018-10-10 14:44:18,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net used request id req-d01c607e-e50c-4485-a391-05a9c4ee4c98 2018-10-10 14:44:18,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:44:18,294 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:44: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:44:18,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b58290deec4971976b0c0e0cf498ad931fb5838" 2018-10-10 14:44:18,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-003af6d1-db5b-4772-9368-419ce6399a70 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:44:18,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-003af6d1-db5b-4772-9368-419ce6399a70 2018-10-10 14:44:18,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:18,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c77b73b7-b745-4846-9341-2ebd82486f17 Date: Wed, 10 Oct 2018 14:44:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:10Z","dns_nameservers":[],"updated_at":"2018-10-10T14:44:10Z","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":"50b165d5212f42f49cf85a43939820c6","id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-subnet"}]} 2018-10-10 14:44:18,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-c77b73b7-b745-4846-9341-2ebd82486f17 2018-10-10 14:44:18,583 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net 2018-10-10 14:44:18,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" -d '{"port": {"network_id": "3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5", "name": "NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-port", "admin_state_up": true}}' 2018-10-10 14:44:19,518 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-8f0f6eb9-9c7a-47ea-bd29-8863db2c6449 Date: Wed, 10 Oct 2018 14:44:19 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:19Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.5"}],"id":"eb971b83-c4cd-4462-9519-f90b82e18151","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:03:9e:be","project_id":"50b165d5212f42f49cf85a43939820c6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-port","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:18Z","binding:vnic_type":"normal"}} 2018-10-10 14:44:19,518 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-8f0f6eb9-9c7a-47ea-bd29-8863db2c6449 2018-10-10 14:44:19,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:19,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a4584cde-c274-45e8-b2a5-06532ff4a880 Date: Wed, 10 Oct 2018 14:44:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["07483543-2e91-4a97-9f32-b44f9b8e25f2"],"description":"","tags":[],"updated_at":"2018-10-10T14:44:10Z","provider:segmentation_id":77,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:09Z","provider:network_type":"vxlan"}]} 2018-10-10 14:44:19,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net used request id req-a4584cde-c274-45e8-b2a5-06532ff4a880 2018-10-10 14:44:19,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:19,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03f459e8-f842-4006-80e6-8ddcc8bf321a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:44:19,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-03f459e8-f842-4006-80e6-8ddcc8bf321a 2018-10-10 14:44:19,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:19,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d22e26e3-6796-4e2b-b334-71aff9db4e31 Date: Wed, 10 Oct 2018 14:44:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:10Z","dns_nameservers":[],"updated_at":"2018-10-10T14:44:10Z","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":"50b165d5212f42f49cf85a43939820c6","id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-subnet"}]} 2018-10-10 14:44:19,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-d22e26e3-6796-4e2b-b334-71aff9db4e31 2018-10-10 14:44:19,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5&name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:20,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-e15cf831-3525-42e2-9ec3-921ed70af31f Date: Wed, 10 Oct 2018 14:44:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:19Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.5"}],"id":"eb971b83-c4cd-4462-9519-f90b82e18151","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:03:9e:be","project_id":"50b165d5212f42f49cf85a43939820c6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-port","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:18Z","binding:vnic_type":"normal"}]} 2018-10-10 14:44:20,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5&name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-port&admin_state_up=True used request id req-e15cf831-3525-42e2-9ec3-921ed70af31f 2018-10-10 14:44:20,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:20,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e87a9004-95df-47eb-8281-746aa51a8a86 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:44:20,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-e87a9004-95df-47eb-8281-746aa51a8a86 2018-10-10 14:44:20,210 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst 2018-10-10 14:44:20,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:20,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-fee5a37e-2751-4688-9b70-b6da6e6affb5 x-compute-request-id: req-fee5a37e-2751-4688-9b70-b6da6e6affb5 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-flavor"}]} 2018-10-10 14:44:20,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-fee5a37e-2751-4688-9b70-b6da6e6affb5 2018-10-10 14:44:20,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:20,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-e9cf1582-4fc2-41ea-bcbb-cbb0d3c51804 x-compute-request-id: req-e9cf1582-4fc2-41ea-bcbb-cbb0d3c51804 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "name": "NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:44:20,272 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b used request id req-e9cf1582-4fc2-41ea-bcbb-cbb0d3c51804 2018-10-10 14:44:20,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:20,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-416be1cc-df9a-48f6-a297-c17795aeb926 Date: Wed, 10 Oct 2018 14:44:20 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:44:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:44:08Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/143233ba-0a1b-448c-8718-28a5828e9bd6/snap", "metadata": {}}], "self": "/v2/images/143233ba-0a1b-448c-8718-28a5828e9bd6", "min_disk": 0, "protected": false, "id": "143233ba-0a1b-448c-8718-28a5828e9bd6", "file": "/v2/images/143233ba-0a1b-448c-8718-28a5828e9bd6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/143233ba-0a1b-448c-8718-28a5828e9bd6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-image"} 2018-10-10 14:44:20,451 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-image used request id req-416be1cc-df9a-48f6-a297-c17795aeb926 2018-10-10 14:44:20,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:20,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-97f2a35b-dd99-4b12-9cb4-95d0b4d12e13 Date: Wed, 10 Oct 2018 14:44:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:44:20,610 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-97f2a35b-dd99-4b12-9cb4-95d0b4d12e13 2018-10-10 14:44:20,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst", "imageRef": "143233ba-0a1b-448c-8718-28a5828e9bd6", "flavorRef": "26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "max_count": 1, "min_count": 1, "networks": [{"port": "eb971b83-c4cd-4462-9519-f90b82e18151"}]}}' 2018-10-10 14:44:22,197 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:44: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-e6279e26-b0b8-4782-a91b-8235d96a4484 x-compute-request-id: req-e6279e26-b0b8-4782-a91b-8235d96a4484 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c15378e8-497d-46c4-af14-77198c7d0fd3", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "bookmark"}], "adminPass": "bjvVdT5GUt58"}} 2018-10-10 14:44:22,198 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-e6279e26-b0b8-4782-a91b-8235d96a4484 2018-10-10 14:44:22,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:22,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-06531a60-084b-495b-a473-ecaaa98b43d7 x-compute-request-id: req-06531a60-084b-495b-a473-ecaaa98b43d7 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.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "bookmark"}], "image": {"id": "143233ba-0a1b-448c-8718-28a5828e9bd6", "links": [{"href": "http://172.30.9.27:8774/images/143233ba-0a1b-448c-8718-28a5828e9bd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "links": [{"href": "http://172.30.9.27:8774/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "rel": "bookmark"}]}, "id": "c15378e8-497d-46c4-af14-77198c7d0fd3", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:44: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": "NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst", "created": "2018-10-10T14:44:22Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:44:22,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 used request id req-06531a60-084b-495b-a473-ecaaa98b43d7 2018-10-10 14:44:22,561 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst 2018-10-10 14:44:22,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:22,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-fdcf4989-6dfe-48a6-a2eb-d41403cd05df x-compute-request-id: req-fdcf4989-6dfe-48a6-a2eb-d41403cd05df 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.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "bookmark"}], "image": {"id": "143233ba-0a1b-448c-8718-28a5828e9bd6", "links": [{"href": "http://172.30.9.27:8774/images/143233ba-0a1b-448c-8718-28a5828e9bd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "links": [{"href": "http://172.30.9.27:8774/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "rel": "bookmark"}]}, "id": "c15378e8-497d-46c4-af14-77198c7d0fd3", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:44: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": "NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst", "created": "2018-10-10T14:44:22Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:44:22,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 used request id req-fdcf4989-6dfe-48a6-a2eb-d41403cd05df 2018-10-10 14:44:22,822 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst] is - BUILD 2018-10-10 14:44:22,822 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-10 14:44:25,826 - create_instance - DEBUG - VM status query timeout in 896.735638142 2018-10-10 14:44:25,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:26,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-7e6bb192-c2cd-4190-a44c-30474d208010 x-compute-request-id: req-7e6bb192-c2cd-4190-a44c-30474d208010 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:9e:be", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "bookmark"}], "image": {"id": "143233ba-0a1b-448c-8718-28a5828e9bd6", "links": [{"href": "http://172.30.9.27:8774/images/143233ba-0a1b-448c-8718-28a5828e9bd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "links": [{"href": "http://172.30.9.27:8774/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "rel": "bookmark"}]}, "id": "c15378e8-497d-46c4-af14-77198c7d0fd3", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:44:23Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst", "created": "2018-10-10T14:44:22Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:44:26,418 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 used request id req-7e6bb192-c2cd-4190-a44c-30474d208010 2018-10-10 14:44:26,419 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst] is - BUILD 2018-10-10 14:44:26,419 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-10 14:44:29,422 - create_instance - DEBUG - VM status query timeout in 893.139426231 2018-10-10 14:44:29,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:30,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6aaf36a-6d7a-43ac-bfb3-b8244d0f70db x-compute-request-id: req-a6aaf36a-6d7a-43ac-bfb3-b8244d0f70db Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:9e:be", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "bookmark"}], "image": {"id": "143233ba-0a1b-448c-8718-28a5828e9bd6", "links": [{"href": "http://172.30.9.27:8774/images/143233ba-0a1b-448c-8718-28a5828e9bd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-10T14:44:24.000000", "flavor": {"id": "26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "links": [{"href": "http://172.30.9.27:8774/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "rel": "bookmark"}]}, "id": "c15378e8-497d-46c4-af14-77198c7d0fd3", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:44:26Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst", "created": "2018-10-10T14:44:22Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:44:30,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 used request id req-a6aaf36a-6d7a-43ac-bfb3-b8244d0f70db 2018-10-10 14:44:30,179 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst] is - ACTIVE 2018-10-10 14:44:30,179 - create_instance - INFO - VM is - ACTIVE 2018-10-10 14:44:30,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:30,622 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-51936807-dc0b-41dd-84d6-02f9bc00eb2c x-compute-request-id: req-51936807-dc0b-41dd-84d6-02f9bc00eb2c Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:9e:be", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "bookmark"}], "image": {"id": "143233ba-0a1b-448c-8718-28a5828e9bd6", "links": [{"href": "http://172.30.9.27:8774/images/143233ba-0a1b-448c-8718-28a5828e9bd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-10T14:44:24.000000", "flavor": {"id": "26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "links": [{"href": "http://172.30.9.27:8774/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "rel": "bookmark"}]}, "id": "c15378e8-497d-46c4-af14-77198c7d0fd3", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:44:26Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst", "created": "2018-10-10T14:44:22Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:44:30,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 used request id req-51936807-dc0b-41dd-84d6-02f9bc00eb2c 2018-10-10 14:44:30,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:30,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b62bedfd-775f-481e-86fb-6fcb094a6f3f Date: Wed, 10 Oct 2018 14:44:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["07483543-2e91-4a97-9f32-b44f9b8e25f2"],"description":"","tags":[],"updated_at":"2018-10-10T14:44:10Z","provider:segmentation_id":77,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:09Z","provider:network_type":"vxlan"}]} 2018-10-10 14:44:30,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net used request id req-b62bedfd-775f-481e-86fb-6fcb094a6f3f 2018-10-10 14:44:30,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:30,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1e241c9-d6ad-4785-9efa-5a8063c287fc Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:44:30,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-a1e241c9-d6ad-4785-9efa-5a8063c287fc 2018-10-10 14:44:30,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:31,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c00268f9-fb36-4c7b-b4c7-f34ce790cc36 Date: Wed, 10 Oct 2018 14:44:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:10Z","dns_nameservers":[],"updated_at":"2018-10-10T14:44:10Z","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":"50b165d5212f42f49cf85a43939820c6","id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-subnet"}]} 2018-10-10 14:44:31,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-c00268f9-fb36-4c7b-b4c7-f34ce790cc36 2018-10-10 14:44:31,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:31,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-ce0806d3-1b3a-4882-8ff9-5fcc7c1c8ff2 Date: Wed, 10 Oct 2018 14:44:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.4"}],"id":"107a5fe2-00bc-45c2-8ada-63085f43ce05","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7b:a8:39","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.2"}],"id":"bae04100-c178-472e-b7dd-f326b2aaedf4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:db:f6","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:24Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.5"}],"id":"eb971b83-c4cd-4462-9519-f90b82e18151","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:9e:be","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c15378e8-497d-46c4-af14-77198c7d0fd3","name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-port","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.3"}],"id":"f982bea9-9971-4281-9b9b-dad87ec9edda","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:98:ca","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:11Z","binding:vnic_type":"normal"}]} 2018-10-10 14:44:31,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-ce0806d3-1b3a-4882-8ff9-5fcc7c1c8ff2 2018-10-10 14:44:31,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:44:31,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:44:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["s4mEllbIRtq_zs58ogw6gg"], "issued_at": "2018-10-10T14:44:31.000000Z"}} 2018-10-10 14:44:31,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc0c4a0b65536384fd5c0578102cbe2868d0ff15" 2018-10-10 14:44:31,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab59c241-56e5-4223-9c76-79932d67358f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:44:31,535 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ab59c241-56e5-4223-9c76-79932d67358f 2018-10-10 14:44:31,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:32,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-c9d02284-b742-475b-ab39-f5675a5b48c3 x-compute-request-id: req-c9d02284-b742-475b-ab39-f5675a5b48c3 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:9e:be", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "bookmark"}], "image": {"id": "143233ba-0a1b-448c-8718-28a5828e9bd6", "links": [{"href": "http://172.30.9.27:8774/images/143233ba-0a1b-448c-8718-28a5828e9bd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-10T14:44:24.000000", "flavor": {"id": "26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "links": [{"href": "http://172.30.9.27:8774/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "rel": "bookmark"}]}, "id": "c15378e8-497d-46c4-af14-77198c7d0fd3", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:44:26Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst", "created": "2018-10-10T14:44:22Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:44:32,117 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 used request id req-c9d02284-b742-475b-ab39-f5675a5b48c3 2018-10-10 14:44:32,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:32,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-d293bade-f238-4056-8ee4-d46420b83e9a Date: Wed, 10 Oct 2018 14:44:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["07483543-2e91-4a97-9f32-b44f9b8e25f2"],"description":"","tags":[],"updated_at":"2018-10-10T14:44:10Z","provider:segmentation_id":77,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:09Z","provider:network_type":"vxlan"}]} 2018-10-10 14:44:32,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net used request id req-d293bade-f238-4056-8ee4-d46420b83e9a 2018-10-10 14:44:32,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:32,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-336e3602-f05d-47c0-9dd3-b28d9e70c185 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:44:32,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-336e3602-f05d-47c0-9dd3-b28d9e70c185 2018-10-10 14:44:32,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:32,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a25dc0f7-44c2-44f1-b0a8-8c4076c5c074 Date: Wed, 10 Oct 2018 14:44:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:10Z","dns_nameservers":[],"updated_at":"2018-10-10T14:44:10Z","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":"50b165d5212f42f49cf85a43939820c6","id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-subnet"}]} 2018-10-10 14:44:32,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-a25dc0f7-44c2-44f1-b0a8-8c4076c5c074 2018-10-10 14:44:32,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:32,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-9ad65416-0261-4fca-9dc0-dc06b1ad4816 Date: Wed, 10 Oct 2018 14:44:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.4"}],"id":"107a5fe2-00bc-45c2-8ada-63085f43ce05","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7b:a8:39","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.2"}],"id":"bae04100-c178-472e-b7dd-f326b2aaedf4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:db:f6","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:24Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.5"}],"id":"eb971b83-c4cd-4462-9519-f90b82e18151","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:9e:be","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c15378e8-497d-46c4-af14-77198c7d0fd3","name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-port","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.3"}],"id":"f982bea9-9971-4281-9b9b-dad87ec9edda","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:98:ca","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:11Z","binding:vnic_type":"normal"}]} 2018-10-10 14:44:32,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-9ad65416-0261-4fca-9dc0-dc06b1ad4816 2018-10-10 14:44:32,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc0c4a0b65536384fd5c0578102cbe2868d0ff15" -d '{"volumeAttachment": {"volumeId": "7c7d2af1-471b-4e85-8a8b-9cde53331c03"}}' 2018-10-10 14:44:34,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fe65abd-6e40-48ba-ba7c-33cbf71454fd x-compute-request-id: req-7fe65abd-6e40-48ba-ba7c-33cbf71454fd Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "c15378e8-497d-46c4-af14-77198c7d0fd3", "id": "7c7d2af1-471b-4e85-8a8b-9cde53331c03", "volumeId": "7c7d2af1-471b-4e85-8a8b-9cde53331c03"}} 2018-10-10 14:44:34,421 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3/os-volume_attachments used request id req-7fe65abd-6e40-48ba-ba7c-33cbf71454fd 2018-10-10 14:44:34,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc0c4a0b65536384fd5c0578102cbe2868d0ff15" 2018-10-10 14:44:35,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-66d461d5-30b7-4f18-8988-3ca500910315 x-compute-request-id: req-66d461d5-30b7-4f18-8988-3ca500910315 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:9e:be", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "bookmark"}], "image": {"id": "143233ba-0a1b-448c-8718-28a5828e9bd6", "links": [{"href": "http://172.30.9.27:8774/images/143233ba-0a1b-448c-8718-28a5828e9bd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-10T14:44:24.000000", "flavor": {"id": "26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "links": [{"href": "http://172.30.9.27:8774/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "rel": "bookmark"}]}, "id": "c15378e8-497d-46c4-af14-77198c7d0fd3", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:44:26Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst", "created": "2018-10-10T14:44:22Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [{"id": "7c7d2af1-471b-4e85-8a8b-9cde53331c03"}], "metadata": {}}} 2018-10-10 14:44:35,176 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 used request id req-66d461d5-30b7-4f18-8988-3ca500910315 2018-10-10 14:44:35,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc0c4a0b65536384fd5c0578102cbe2868d0ff15" 2018-10-10 14:44:35,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-82d248b5-35a0-41f1-aba8-73a17f19cd2d Date: Wed, 10 Oct 2018 14:44:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["07483543-2e91-4a97-9f32-b44f9b8e25f2"],"description":"","tags":[],"updated_at":"2018-10-10T14:44:10Z","provider:segmentation_id":77,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:09Z","provider:network_type":"vxlan"}]} 2018-10-10 14:44:35,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net used request id req-82d248b5-35a0-41f1-aba8-73a17f19cd2d 2018-10-10 14:44:35,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:44:35,730 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:44:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:44:35,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc0c4a0b65536384fd5c0578102cbe2868d0ff15" 2018-10-10 14:44:35,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89e0ea00-64e6-445f-9a83-5271a56be3f4 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:44:35,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-89e0ea00-64e6-445f-9a83-5271a56be3f4 2018-10-10 14:44:35,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc0c4a0b65536384fd5c0578102cbe2868d0ff15" 2018-10-10 14:44:36,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4b2ac6d1-f5fd-4e6a-9ea6-aea257fb14f4 Date: Wed, 10 Oct 2018 14:44:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:10Z","dns_nameservers":[],"updated_at":"2018-10-10T14:44:10Z","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":"50b165d5212f42f49cf85a43939820c6","id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-subnet"}]} 2018-10-10 14:44:36,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-4b2ac6d1-f5fd-4e6a-9ea6-aea257fb14f4 2018-10-10 14:44:36,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc0c4a0b65536384fd5c0578102cbe2868d0ff15" 2018-10-10 14:44:36,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-761eabd3-8d65-4ff4-831e-a6aafbcdbc9b Date: Wed, 10 Oct 2018 14:44:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.4"}],"id":"107a5fe2-00bc-45c2-8ada-63085f43ce05","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7b:a8:39","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.2"}],"id":"bae04100-c178-472e-b7dd-f326b2aaedf4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:db:f6","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:24Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.5"}],"id":"eb971b83-c4cd-4462-9519-f90b82e18151","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:9e:be","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c15378e8-497d-46c4-af14-77198c7d0fd3","name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-port","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.3"}],"id":"f982bea9-9971-4281-9b9b-dad87ec9edda","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:98:ca","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:11Z","binding:vnic_type":"normal"}]} 2018-10-10 14:44:36,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-761eabd3-8d65-4ff4-831e-a6aafbcdbc9b 2018-10-10 14:44:36,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc0c4a0b65536384fd5c0578102cbe2868d0ff15" 2018-10-10 14:44:36,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7384d23b-e45c-4c4e-a429-861ada0ec3ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:44:36,534 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7384d23b-e45c-4c4e-a429-861ada0ec3ae 2018-10-10 14:44:36,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:36,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3486b52-9f47-4178-af50-91fd51561fce x-compute-request-id: req-f3486b52-9f47-4178-af50-91fd51561fce Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:9e:be", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "bookmark"}], "image": {"id": "143233ba-0a1b-448c-8718-28a5828e9bd6", "links": [{"href": "http://172.30.9.27:8774/images/143233ba-0a1b-448c-8718-28a5828e9bd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-10T14:44:24.000000", "flavor": {"id": "26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "links": [{"href": "http://172.30.9.27:8774/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "rel": "bookmark"}]}, "id": "c15378e8-497d-46c4-af14-77198c7d0fd3", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:44:36Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst", "created": "2018-10-10T14:44:22Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [{"id": "7c7d2af1-471b-4e85-8a8b-9cde53331c03"}], "metadata": {}}} 2018-10-10 14:44:36,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 used request id req-f3486b52-9f47-4178-af50-91fd51561fce 2018-10-10 14:44:36,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:37,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5850914e-9eb5-4026-8f64-687c59ea48eb Date: Wed, 10 Oct 2018 14:44:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["07483543-2e91-4a97-9f32-b44f9b8e25f2"],"description":"","tags":[],"updated_at":"2018-10-10T14:44:10Z","provider:segmentation_id":77,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:09Z","provider:network_type":"vxlan"}]} 2018-10-10 14:44:37,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net used request id req-5850914e-9eb5-4026-8f64-687c59ea48eb 2018-10-10 14:44:37,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:37,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e4ee67a-766e-47bb-ad96-29ca9a51d9f1 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:44:37,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-3e4ee67a-766e-47bb-ad96-29ca9a51d9f1 2018-10-10 14:44:37,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:37,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8ae56a6c-9194-43a8-b953-914fc4c4ca2c Date: Wed, 10 Oct 2018 14:44:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:10Z","dns_nameservers":[],"updated_at":"2018-10-10T14:44:10Z","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":"50b165d5212f42f49cf85a43939820c6","id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-subnet"}]} 2018-10-10 14:44:37,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-8ae56a6c-9194-43a8-b953-914fc4c4ca2c 2018-10-10 14:44:37,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:37,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-3beb27d4-fa9f-4970-8fbe-51c85c05bc58 Date: Wed, 10 Oct 2018 14:44:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.4"}],"id":"107a5fe2-00bc-45c2-8ada-63085f43ce05","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7b:a8:39","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.2"}],"id":"bae04100-c178-472e-b7dd-f326b2aaedf4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:db:f6","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:24Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.5"}],"id":"eb971b83-c4cd-4462-9519-f90b82e18151","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:9e:be","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c15378e8-497d-46c4-af14-77198c7d0fd3","name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-port","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.3"}],"id":"f982bea9-9971-4281-9b9b-dad87ec9edda","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:98:ca","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:11Z","binding:vnic_type":"normal"}]} 2018-10-10 14:44:37,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-3beb27d4-fa9f-4970-8fbe-51c85c05bc58 2018-10-10 14:44:37,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc0c4a0b65536384fd5c0578102cbe2868d0ff15" 2018-10-10 14:44:38,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-531358e7-94d3-42c7-8e36-2368e2090151 x-compute-request-id: req-531358e7-94d3-42c7-8e36-2368e2090151 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:9e:be", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "bookmark"}], "image": {"id": "143233ba-0a1b-448c-8718-28a5828e9bd6", "links": [{"href": "http://172.30.9.27:8774/images/143233ba-0a1b-448c-8718-28a5828e9bd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-10T14:44:24.000000", "flavor": {"id": "26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "links": [{"href": "http://172.30.9.27:8774/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "rel": "bookmark"}]}, "id": "c15378e8-497d-46c4-af14-77198c7d0fd3", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:44:36Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst", "created": "2018-10-10T14:44:22Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [{"id": "7c7d2af1-471b-4e85-8a8b-9cde53331c03"}], "metadata": {}}} 2018-10-10 14:44:38,221 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 used request id req-531358e7-94d3-42c7-8e36-2368e2090151 2018-10-10 14:44:38,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc0c4a0b65536384fd5c0578102cbe2868d0ff15" 2018-10-10 14:44:38,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1ff363b6-d1a5-4894-80e5-0ff2c799a033 Date: Wed, 10 Oct 2018 14:44:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["07483543-2e91-4a97-9f32-b44f9b8e25f2"],"description":"","tags":[],"updated_at":"2018-10-10T14:44:10Z","provider:segmentation_id":77,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:09Z","provider:network_type":"vxlan"}]} 2018-10-10 14:44:38,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net used request id req-1ff363b6-d1a5-4894-80e5-0ff2c799a033 2018-10-10 14:44:38,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc0c4a0b65536384fd5c0578102cbe2868d0ff15" 2018-10-10 14:44:38,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f8b4861-6253-4ae8-b7ec-63173c223a9a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:44:38,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-1f8b4861-6253-4ae8-b7ec-63173c223a9a 2018-10-10 14:44:38,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc0c4a0b65536384fd5c0578102cbe2868d0ff15" 2018-10-10 14:44:38,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8f03e377-2eba-4418-a3f5-6e9332b6a930 Date: Wed, 10 Oct 2018 14:44:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:10Z","dns_nameservers":[],"updated_at":"2018-10-10T14:44:10Z","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":"50b165d5212f42f49cf85a43939820c6","id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-subnet"}]} 2018-10-10 14:44:38,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-8f03e377-2eba-4418-a3f5-6e9332b6a930 2018-10-10 14:44:38,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc0c4a0b65536384fd5c0578102cbe2868d0ff15" 2018-10-10 14:44:38,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-9228e5c0-d21a-4a8d-bda9-bf79ac30abaa Date: Wed, 10 Oct 2018 14:44:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.4"}],"id":"107a5fe2-00bc-45c2-8ada-63085f43ce05","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7b:a8:39","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.2"}],"id":"bae04100-c178-472e-b7dd-f326b2aaedf4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:db:f6","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:24Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.5"}],"id":"eb971b83-c4cd-4462-9519-f90b82e18151","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:9e:be","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c15378e8-497d-46c4-af14-77198c7d0fd3","name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-port","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.3"}],"id":"f982bea9-9971-4281-9b9b-dad87ec9edda","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:98:ca","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:11Z","binding:vnic_type":"normal"}]} 2018-10-10 14:44:38,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-9228e5c0-d21a-4a8d-bda9-bf79ac30abaa 2018-10-10 14:44:38,835 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc0c4a0b65536384fd5c0578102cbe2868d0ff15" 2018-10-10 14:44:39,595 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:38 GMT Server: Apache x-compute-request-id: req-a192a8d8-e981-42e8-acca-ba98c6213342 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a192a8d8-e981-42e8-acca-ba98c6213342 Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "c15378e8-497d-46c4-af14-77198c7d0fd3", "attachment_id": "c15cd8e2-be95-4c8a-b8c2-7aaf12634261", "attached_at": "2018-10-10T14:44:36.000000", "host_name": null, "volume_id": "7c7d2af1-471b-4e85-8a8b-9cde53331c03", "device": "/dev/vdb", "id": "7c7d2af1-471b-4e85-8a8b-9cde53331c03"}], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:44:36.000000", "replication_status": null, "snapshot_id": null, "id": "7c7d2af1-471b-4e85-8a8b-9cde53331c03", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-1f56672c-0af9-4bd3-a623-1601675ad605", "bootable": "false", "created_at": "2018-10-10T14:44:13.000000", "volume_type": null}} 2018-10-10 14:44:39,595 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03 used request id req-a192a8d8-e981-42e8-acca-ba98c6213342 2018-10-10 14:44:39,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:39,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-24409781-734d-4c7f-ad90-936c6c712739 x-compute-request-id: req-24409781-734d-4c7f-ad90-936c6c712739 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:9e:be", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "bookmark"}], "image": {"id": "143233ba-0a1b-448c-8718-28a5828e9bd6", "links": [{"href": "http://172.30.9.27:8774/images/143233ba-0a1b-448c-8718-28a5828e9bd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-10T14:44:24.000000", "flavor": {"id": "26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "links": [{"href": "http://172.30.9.27:8774/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "rel": "bookmark"}]}, "id": "c15378e8-497d-46c4-af14-77198c7d0fd3", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:44:36Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst", "created": "2018-10-10T14:44:22Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [{"id": "7c7d2af1-471b-4e85-8a8b-9cde53331c03"}], "metadata": {}}} 2018-10-10 14:44:39,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 used request id req-24409781-734d-4c7f-ad90-936c6c712739 2018-10-10 14:44:39,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:40,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-04fe91f2-6241-4b38-bf1e-284f7884cae7 Date: Wed, 10 Oct 2018 14:44:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["07483543-2e91-4a97-9f32-b44f9b8e25f2"],"description":"","tags":[],"updated_at":"2018-10-10T14:44:10Z","provider:segmentation_id":77,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:09Z","provider:network_type":"vxlan"}]} 2018-10-10 14:44:40,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net used request id req-04fe91f2-6241-4b38-bf1e-284f7884cae7 2018-10-10 14:44:40,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:40,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbca9677-d909-4ea8-9c48-31c6a269a004 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:44:40,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-bbca9677-d909-4ea8-9c48-31c6a269a004 2018-10-10 14:44:40,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:40,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-91fe1ffc-f126-4a11-ba43-65b78ce2df8c Date: Wed, 10 Oct 2018 14:44:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:10Z","dns_nameservers":[],"updated_at":"2018-10-10T14:44:10Z","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":"50b165d5212f42f49cf85a43939820c6","id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-subnet"}]} 2018-10-10 14:44:40,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-91fe1ffc-f126-4a11-ba43-65b78ce2df8c 2018-10-10 14:44:40,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:40,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-57fd14a1-533c-42ab-a266-52fee121a22f Date: Wed, 10 Oct 2018 14:44:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.4"}],"id":"107a5fe2-00bc-45c2-8ada-63085f43ce05","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7b:a8:39","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.2"}],"id":"bae04100-c178-472e-b7dd-f326b2aaedf4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:db:f6","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:24Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.5"}],"id":"eb971b83-c4cd-4462-9519-f90b82e18151","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:9e:be","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c15378e8-497d-46c4-af14-77198c7d0fd3","name":"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-port","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:44:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"07483543-2e91-4a97-9f32-b44f9b8e25f2","ip_address":"10.55.0.3"}],"id":"f982bea9-9971-4281-9b9b-dad87ec9edda","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:98:ca","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","name":"","admin_state_up":true,"network_id":"3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:44:11Z","binding:vnic_type":"normal"}]} 2018-10-10 14:44:40,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-57fd14a1-533c-42ab-a266-52fee121a22f 2018-10-10 14:44:40,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3/os-volume_attachments/7c7d2af1-471b-4e85-8a8b-9cde53331c03 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc0c4a0b65536384fd5c0578102cbe2868d0ff15" 2018-10-10 14:44:41,559 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:44: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-93eb6ace-afcf-445d-aa65-fa3315e15d31 x-compute-request-id: req-93eb6ace-afcf-445d-aa65-fa3315e15d31 Content-Length: 0 Content-Type: application/json 2018-10-10 14:44:41,559 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3/os-volume_attachments/7c7d2af1-471b-4e85-8a8b-9cde53331c03 used request id req-93eb6ace-afcf-445d-aa65-fa3315e15d31 2018-10-10 14:44:41,560 - create_instance - INFO - Deleting Port with ID - eb971b83-c4cd-4462-9519-f90b82e18151 2018-10-10 14:44:41,560 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-port 2018-10-10 14:44:41,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/eb971b83-c4cd-4462-9519-f90b82e18151 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:42,206 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-04e5ed2c-9f24-4e12-91f1-18c2654395a0 Date: Wed, 10 Oct 2018 14:44:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:44:42,206 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/eb971b83-c4cd-4462-9519-f90b82e18151 used request id req-04e5ed2c-9f24-4e12-91f1-18c2654395a0 2018-10-10 14:44:42,206 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst 2018-10-10 14:44:42,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:42,425 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:44:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-602d8c5f-a9aa-4700-be52-24bdcb2e1097 x-compute-request-id: req-602d8c5f-a9aa-4700-be52-24bdcb2e1097 Content-Type: application/json 2018-10-10 14:44:42,425 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 used request id req-602d8c5f-a9aa-4700-be52-24bdcb2e1097 2018-10-10 14:44:42,426 - create_instance - INFO - Checking deletion status 2018-10-10 14:44:42,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:43,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7cbfc7f6-7020-4556-9834-572282000454 x-compute-request-id: req-7cbfc7f6-7020-4556-9834-572282000454 Content-Encoding: gzip Content-Length: 804 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:9e:be", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c15378e8-497d-46c4-af14-77198c7d0fd3", "rel": "bookmark"}], "image": {"id": "143233ba-0a1b-448c-8718-28a5828e9bd6", "links": [{"href": "http://172.30.9.27:8774/images/143233ba-0a1b-448c-8718-28a5828e9bd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-10T14:44:24.000000", "flavor": {"id": "26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "links": [{"href": "http://172.30.9.27:8774/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b", "rel": "bookmark"}]}, "id": "c15378e8-497d-46c4-af14-77198c7d0fd3", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:44:42Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst", "created": "2018-10-10T14:44:22Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:44:43,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 used request id req-7cbfc7f6-7020-4556-9834-572282000454 2018-10-10 14:44:43,226 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst] is - ACTIVE 2018-10-10 14:44:43,226 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-10 14:44:46,230 - create_instance - DEBUG - VM status query timeout in 296.196112156 2018-10-10 14:44:46,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d56bf242bf0aad36b4ed0b7c4d63fed90ba8" 2018-10-10 14:44:46,276 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:44:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0f895297-3d19-4008-85cb-69ce3dea39c8 x-compute-request-id: req-0f895297-3d19-4008-85cb-69ce3dea39c8 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c15378e8-497d-46c4-af14-77198c7d0fd3 could not be found.", "code": 404}} 2018-10-10 14:44:46,276 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c15378e8-497d-46c4-af14-77198c7d0fd3 used request id req-0f895297-3d19-4008-85cb-69ce3dea39c8 2018-10-10 14:44:46,277 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c15378e8-497d-46c4-af14-77198c7d0fd3 could not be found. (HTTP 404) (Request-ID: req-0f895297-3d19-4008-85cb-69ce3dea39c8) 2018-10-10 14:44:46,277 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-vm_inst 2018-10-10 14:44:46,281 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a1d14c04-4b4b-4a9d-9f6e-16525f9559bb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}160eec17bc617bc8db32046897f4c4e4d2023a7c" 2018-10-10 14:44:47,046 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:46 GMT Server: Apache x-compute-request-id: req-05b2b740-c230-4c2d-83c2-98deeed6a2f7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-05b2b740-c230-4c2d-83c2-98deeed6a2f7 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:44:41.000000", "replication_status": null, "snapshot_id": null, "id": "7c7d2af1-471b-4e85-8a8b-9cde53331c03", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-1f56672c-0af9-4bd3-a623-1601675ad605", "bootable": "false", "created_at": "2018-10-10T14:44:13.000000", "volume_type": null}} 2018-10-10 14:44:47,046 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03 used request id req-05b2b740-c230-4c2d-83c2-98deeed6a2f7 2018-10-10 14:44:47,046 - create_volume - DEBUG - Instance status is - available 2018-10-10 14:44:47,046 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605 2018-10-10 14:44:47,047 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605 2018-10-10 14:44:47,049 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a1d14c04-4b4b-4a9d-9f6e-16525f9559bb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}160eec17bc617bc8db32046897f4c4e4d2023a7c" 2018-10-10 14:44:47,886 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:44:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ecb16c20-f9be-441a-bad0-06bfb9666e6c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:44:47,886 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03 used request id req-ecb16c20-f9be-441a-bad0-06bfb9666e6c 2018-10-10 14:44:47,889 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a1d14c04-4b4b-4a9d-9f6e-16525f9559bb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}160eec17bc617bc8db32046897f4c4e4d2023a7c" 2018-10-10 14:44:48,628 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:44:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c1258f0c-f6e7-425f-b03b-59454108b0bc x-openstack-request-id: req-c1258f0c-f6e7-425f-b03b-59454108b0bc Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 7c7d2af1-471b-4e85-8a8b-9cde53331c03 could not be found.", "code": 404}} 2018-10-10 14:44:48,628 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/7c7d2af1-471b-4e85-8a8b-9cde53331c03 used request id req-c1258f0c-f6e7-425f-b03b-59454108b0bc 2018-10-10 14:44:48,629 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 7c7d2af1-471b-4e85-8a8b-9cde53331c03 could not be found. (HTTP 404) (Request-ID: req-c1258f0c-f6e7-425f-b03b-59454108b0bc) 2018-10-10 14:44:48,629 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605 2018-10-10 14:44:48,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5457bd64417d13200b7281775f9039d8c6e53dd" 2018-10-10 14:44:48,681 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:44:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8dc591ed-ba2c-4b46-a18f-ed143fef7bb1 x-compute-request-id: req-8dc591ed-ba2c-4b46-a18f-ed143fef7bb1 Content-Length: 0 Content-Type: application/json 2018-10-10 14:44:48,682 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/26e3f36e-b77d-4ce1-80f5-445222e7cb1b used request id req-8dc591ed-ba2c-4b46-a18f-ed143fef7bb1 2018-10-10 14:44:48,682 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-subnet 2018-10-10 14:44:48,683 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-subnet 2018-10-10 14:44:48,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/07483543-2e91-4a97-9f32-b44f9b8e25f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0c8dd43cff425353a86d8309d864e60874d5e4" 2018-10-10 14:44:50,745 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-88f2bbca-4f6b-4a5b-83f0-9ee824ccd31b Date: Wed, 10 Oct 2018 14:44:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:44:50,745 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/07483543-2e91-4a97-9f32-b44f9b8e25f2 used request id req-88f2bbca-4f6b-4a5b-83f0-9ee824ccd31b 2018-10-10 14:44:50,746 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-net 2018-10-10 14:44:50,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0c8dd43cff425353a86d8309d864e60874d5e4" 2018-10-10 14:44:52,368 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-090cd9bb-1de2-46eb-8b8b-e4401c89d515 Date: Wed, 10 Oct 2018 14:44:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:44:52,368 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/3b650bdc-0db6-4a7d-ac3a-767d6cc7ada5 used request id req-090cd9bb-1de2-46eb-8b8b-e4401c89d515 2018-10-10 14:44:52,368 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-1f56672c-0af9-4bd3-a623-1601675ad605-image 2018-10-10 14:44:52,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/143233ba-0a1b-448c-8718-28a5828e9bd6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}895b8a61f45ed0ab90607e60e5be8560a88816ef" 2018-10-10 14:44:54,117 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b6c6af8d-19f5-462c-a1bc-132f299ab022 Date: Wed, 10 Oct 2018 14:44:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:44:54,118 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/143233ba-0a1b-448c-8718-28a5828e9bd6 used request id req-b6c6af8d-19f5-462c-a1bc-132f299ab022 2018-10-10 14:44:54,119 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:44:54,121 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:44:54,122 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:44:54,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:44:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["LC333qZkTyudDK_vMJX5Mg"], "issued_at": "2018-10-10T14:44:54.000000Z"}} 2018-10-10 14:44:54,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c6b389da347362a94bae3ce01b64bbfab34bbe" 2018-10-10 14:44:54,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ddd6291-488a-4314-93fb-16c38097686a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:44:54,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7ddd6291-488a-4314-93fb-16c38097686a 2018-10-10 14:44:54,587 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:44:54,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c6b389da347362a94bae3ce01b64bbfab34bbe" 2018-10-10 14:44:54,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-4d98670b-be33-4d78-9b03-df7bb5bec2d6 x-compute-request-id: req-4d98670b-be33-4d78-9b03-df7bb5bec2d6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-10 14:44:54,855 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4d98670b-be33-4d78-9b03-df7bb5bec2d6 2018-10-10 14:44:54,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c6b389da347362a94bae3ce01b64bbfab34bbe" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-13c02d84-9141-4366-85df-13d38f22c72ename", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-10 14:44:54,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-64e09061-98b1-4443-ad47-44324bb0450c x-compute-request-id: req-64e09061-98b1-4443-ad47-44324bb0450c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/cbfcad24-b7d0-4f85-9ae8-5adb0953296e", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/cbfcad24-b7d0-4f85-9ae8-5adb0953296e", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cbfcad24-b7d0-4f85-9ae8-5adb0953296e", "name": "CreateFlavorTests-13c02d84-9141-4366-85df-13d38f22c72ename", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:44:54,951 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-64e09061-98b1-4443-ad47-44324bb0450c 2018-10-10 14:44:54,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:44:55,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:44:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["f1z--jl6Qbiax7ZPm19thQ"], "issued_at": "2018-10-10T14:44:55.000000Z"}} 2018-10-10 14:44:55,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/cbfcad24-b7d0-4f85-9ae8-5adb0953296e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2681409d26ba2826dfbbb242650be883f30ae7ab" 2018-10-10 14:44:55,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a31fb03c-c464-44d2-94bb-5ca5bf4a370c x-compute-request-id: req-a31fb03c-c464-44d2-94bb-5ca5bf4a370c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/cbfcad24-b7d0-4f85-9ae8-5adb0953296e", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/cbfcad24-b7d0-4f85-9ae8-5adb0953296e", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cbfcad24-b7d0-4f85-9ae8-5adb0953296e", "name": "CreateFlavorTests-13c02d84-9141-4366-85df-13d38f22c72ename", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:44:55,515 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/cbfcad24-b7d0-4f85-9ae8-5adb0953296e used request id req-a31fb03c-c464-44d2-94bb-5ca5bf4a370c 2018-10-10 14:44:55,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/cbfcad24-b7d0-4f85-9ae8-5adb0953296e/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2681409d26ba2826dfbbb242650be883f30ae7ab" 2018-10-10 14:44:55,539 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c01e7d3d-4125-4560-a38a-11c2bf0daae4 x-compute-request-id: req-c01e7d3d-4125-4560-a38a-11c2bf0daae4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 14:44:55,539 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/cbfcad24-b7d0-4f85-9ae8-5adb0953296e/os-extra_specs used request id req-c01e7d3d-4125-4560-a38a-11c2bf0daae4 2018-10-10 14:44:55,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/cbfcad24-b7d0-4f85-9ae8-5adb0953296e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c6b389da347362a94bae3ce01b64bbfab34bbe" 2018-10-10 14:44:55,717 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:44:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-08d1ec65-a32a-4814-9000-f52b2975192d x-compute-request-id: req-08d1ec65-a32a-4814-9000-f52b2975192d Content-Length: 0 Content-Type: application/json 2018-10-10 14:44:55,717 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/cbfcad24-b7d0-4f85-9ae8-5adb0953296e used request id req-08d1ec65-a32a-4814-9000-f52b2975192d 2018-10-10 14:44:55,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2681409d26ba2826dfbbb242650be883f30ae7ab" 2018-10-10 14:44:55,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6f1345c4-f8cc-490a-9e9c-ff099d1ebd00 x-compute-request-id: req-6f1345c4-f8cc-490a-9e9c-ff099d1ebd00 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-10 14:44:55,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-6f1345c4-f8cc-490a-9e9c-ff099d1ebd00 2018-10-10 14:44:55,757 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:44:55,758 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:44:55,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:44:56,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:44:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["no1BoFfSRYKqQUj65y8exQ"], "issued_at": "2018-10-10T14:44:56.000000Z"}} 2018-10-10 14:44:56,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0983e4585ffd867e2fd199ad8d7149bb041fc1c7" 2018-10-10 14:44:56,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ae6e1a0-1cfd-459d-8252-131291104ad3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:44:56,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0ae6e1a0-1cfd-459d-8252-131291104ad3 2018-10-10 14:44:56,231 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:44:56,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0983e4585ffd867e2fd199ad8d7149bb041fc1c7" 2018-10-10 14:44:56,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-865ef91b-f21c-490e-8748-baa712d8d0c0 x-compute-request-id: req-865ef91b-f21c-490e-8748-baa712d8d0c0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-10 14:44:56,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-865ef91b-f21c-490e-8748-baa712d8d0c0 2018-10-10 14:44:56,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0983e4585ffd867e2fd199ad8d7149bb041fc1c7" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-87b290ee-ed19-4a1f-8224-933717dac8dbname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-10 14:44:56,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e23b8cd3-2dce-4a8e-90f0-c25edc6bdbc4 x-compute-request-id: req-e23b8cd3-2dce-4a8e-90f0-c25edc6bdbc4 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/fde24b09-b4dd-4110-a2d0-61d4160b7d64", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/fde24b09-b4dd-4110-a2d0-61d4160b7d64", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fde24b09-b4dd-4110-a2d0-61d4160b7d64", "name": "CreateFlavorTests-87b290ee-ed19-4a1f-8224-933717dac8dbname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:44:56,452 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-e23b8cd3-2dce-4a8e-90f0-c25edc6bdbc4 2018-10-10 14:44:56,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:44:56,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:44:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["aIpYrzJOR4uuHhS8Isn80w"], "issued_at": "2018-10-10T14:44:56.000000Z"}} 2018-10-10 14:44:56,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/fde24b09-b4dd-4110-a2d0-61d4160b7d64 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}507e1d14967bf3f11d5af14ce27e67498da3ebd9" 2018-10-10 14:44:57,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36aac3c6-4b92-4532-92bf-87d07c54916f x-compute-request-id: req-36aac3c6-4b92-4532-92bf-87d07c54916f Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/fde24b09-b4dd-4110-a2d0-61d4160b7d64", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/fde24b09-b4dd-4110-a2d0-61d4160b7d64", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fde24b09-b4dd-4110-a2d0-61d4160b7d64", "name": "CreateFlavorTests-87b290ee-ed19-4a1f-8224-933717dac8dbname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:44:57,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/fde24b09-b4dd-4110-a2d0-61d4160b7d64 used request id req-36aac3c6-4b92-4532-92bf-87d07c54916f 2018-10-10 14:44:57,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/fde24b09-b4dd-4110-a2d0-61d4160b7d64/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}507e1d14967bf3f11d5af14ce27e67498da3ebd9" 2018-10-10 14:44:57,035 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-23624178-0118-4d99-bed0-b42fa092073f x-compute-request-id: req-23624178-0118-4d99-bed0-b42fa092073f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 14:44:57,035 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/fde24b09-b4dd-4110-a2d0-61d4160b7d64/os-extra_specs used request id req-23624178-0118-4d99-bed0-b42fa092073f 2018-10-10 14:44:57,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/fde24b09-b4dd-4110-a2d0-61d4160b7d64 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}507e1d14967bf3f11d5af14ce27e67498da3ebd9" 2018-10-10 14:44:57,066 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:44:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-30ca8daa-26ea-41f1-90fc-23f441cc74fd x-compute-request-id: req-30ca8daa-26ea-41f1-90fc-23f441cc74fd Content-Length: 0 Content-Type: application/json 2018-10-10 14:44:57,066 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/fde24b09-b4dd-4110-a2d0-61d4160b7d64 used request id req-30ca8daa-26ea-41f1-90fc-23f441cc74fd 2018-10-10 14:44:57,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}507e1d14967bf3f11d5af14ce27e67498da3ebd9" 2018-10-10 14:44:57,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fbc8b2b7-ced2-46ae-bdf1-73e23243384d x-compute-request-id: req-fbc8b2b7-ced2-46ae-bdf1-73e23243384d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-10 14:44:57,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-fbc8b2b7-ced2-46ae-bdf1-73e23243384d 2018-10-10 14:44:57,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/fde24b09-b4dd-4110-a2d0-61d4160b7d64 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0983e4585ffd867e2fd199ad8d7149bb041fc1c7" 2018-10-10 14:44:57,122 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:44:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cece024b-baf4-47c7-8afe-92d2fc0ff2bb x-compute-request-id: req-cece024b-baf4-47c7-8afe-92d2fc0ff2bb Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor fde24b09-b4dd-4110-a2d0-61d4160b7d64 could not be found.", "code": 404}} 2018-10-10 14:44:57,122 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/fde24b09-b4dd-4110-a2d0-61d4160b7d64 used request id req-cece024b-baf4-47c7-8afe-92d2fc0ff2bb 2018-10-10 14:44:57,124 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:44:57,125 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:44:57,126 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:44:57,523 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:44:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["nar-nap6QpKMMdkx9PriqA"], "issued_at": "2018-10-10T14:44:57.000000Z"}} 2018-10-10 14:44:57,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7427dcabe4573ff482281adf2b770c6f054dc4ae" 2018-10-10 14:44:57,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3dd87c6-988b-463f-a213-ecd8e69f9402 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:44:57,600 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c3dd87c6-988b-463f-a213-ecd8e69f9402 2018-10-10 14:44:57,601 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:44:57,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7427dcabe4573ff482281adf2b770c6f054dc4ae" 2018-10-10 14:44:57,774 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a4069ad8-4e55-4d09-9369-49a5bc49c7eb x-compute-request-id: req-a4069ad8-4e55-4d09-9369-49a5bc49c7eb Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-10 14:44:57,774 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a4069ad8-4e55-4d09-9369-49a5bc49c7eb 2018-10-10 14:44:57,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7427dcabe4573ff482281adf2b770c6f054dc4ae" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-d1798ebd-9fb1-4714-a29f-c5b4210f8288name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-10 14:44:57,860 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea1894cf-b538-4825-8ca9-a80f8f911d9a x-compute-request-id: req-ea1894cf-b538-4825-8ca9-a80f8f911d9a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f95f804a-a3e4-4d4e-a0db-1d5a94f0ca67", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f95f804a-a3e4-4d4e-a0db-1d5a94f0ca67", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f95f804a-a3e4-4d4e-a0db-1d5a94f0ca67", "name": "CreateFlavorTests-d1798ebd-9fb1-4714-a29f-c5b4210f8288name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:44:57,860 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ea1894cf-b538-4825-8ca9-a80f8f911d9a 2018-10-10 14:44:57,861 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:44:58,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:44:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["0vOngqanS46rtwFiu-FG8g"], "issued_at": "2018-10-10T14:44:58.000000Z"}} 2018-10-10 14:44:58,252 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/f95f804a-a3e4-4d4e-a0db-1d5a94f0ca67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d87eddf566f5d47eac71b4c0fb113c4dce97136" 2018-10-10 14:44:58,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-435f336c-a416-4b1c-af63-84d535fefabb x-compute-request-id: req-435f336c-a416-4b1c-af63-84d535fefabb Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f95f804a-a3e4-4d4e-a0db-1d5a94f0ca67", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f95f804a-a3e4-4d4e-a0db-1d5a94f0ca67", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f95f804a-a3e4-4d4e-a0db-1d5a94f0ca67", "name": "CreateFlavorTests-d1798ebd-9fb1-4714-a29f-c5b4210f8288name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:44:58,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/f95f804a-a3e4-4d4e-a0db-1d5a94f0ca67 used request id req-435f336c-a416-4b1c-af63-84d535fefabb 2018-10-10 14:44:58,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/f95f804a-a3e4-4d4e-a0db-1d5a94f0ca67/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d87eddf566f5d47eac71b4c0fb113c4dce97136" 2018-10-10 14:44:58,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-301f7bc9-0ec2-414c-b3bd-1c6c2ded355a x-compute-request-id: req-301f7bc9-0ec2-414c-b3bd-1c6c2ded355a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 14:44:58,443 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/f95f804a-a3e4-4d4e-a0db-1d5a94f0ca67/os-extra_specs used request id req-301f7bc9-0ec2-414c-b3bd-1c6c2ded355a 2018-10-10 14:44:58,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/f95f804a-a3e4-4d4e-a0db-1d5a94f0ca67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7427dcabe4573ff482281adf2b770c6f054dc4ae" 2018-10-10 14:44:58,484 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:44:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-51477e2f-c9ba-40c3-bd28-5fe27e8e3770 x-compute-request-id: req-51477e2f-c9ba-40c3-bd28-5fe27e8e3770 Content-Length: 0 Content-Type: application/json 2018-10-10 14:44:58,485 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/f95f804a-a3e4-4d4e-a0db-1d5a94f0ca67 used request id req-51477e2f-c9ba-40c3-bd28-5fe27e8e3770 2018-10-10 14:44:58,486 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:44:58,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:44:58,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:44:58,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:44:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["oic02si0Ss2kjy6AuJlGbA"], "issued_at": "2018-10-10T14:44:58.000000Z"}} 2018-10-10 14:44:58,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1630722c9aae3ddd0cf19334cf9e9f08fdcf30ee" 2018-10-10 14:44:58,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e1907d5-6e0e-4698-97f2-e7d01a7c5078 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:44:58,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3e1907d5-6e0e-4698-97f2-e7d01a7c5078 2018-10-10 14:44:58,949 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:44:58,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1630722c9aae3ddd0cf19334cf9e9f08fdcf30ee" 2018-10-10 14:44:59,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2a0eb608-08af-4b97-9164-08ec79a11ab7 x-compute-request-id: req-2a0eb608-08af-4b97-9164-08ec79a11ab7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-10 14:44:59,136 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-2a0eb608-08af-4b97-9164-08ec79a11ab7 2018-10-10 14:44:59,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1630722c9aae3ddd0cf19334cf9e9f08fdcf30ee" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-4df68229-61bc-4c45-9373-4771e5e9b5a5name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-10-10 14:44:59,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-7d7810ed-c5a8-4e98-858b-775eb439c50b x-compute-request-id: req-7d7810ed-c5a8-4e98-858b-775eb439c50b Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6d3c6180-f80f-4ff5-bfb3-19c1a37e5ca5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6d3c6180-f80f-4ff5-bfb3-19c1a37e5ca5", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "6d3c6180-f80f-4ff5-bfb3-19c1a37e5ca5", "name": "CreateFlavorTests-4df68229-61bc-4c45-9373-4771e5e9b5a5name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-10-10 14:44:59,207 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-7d7810ed-c5a8-4e98-858b-775eb439c50b 2018-10-10 14:44:59,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:44:59,591 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:44:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["wRqi4yY3SoeKwxM2Gj3KzA"], "issued_at": "2018-10-10T14:44:59.000000Z"}} 2018-10-10 14:44:59,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/6d3c6180-f80f-4ff5-bfb3-19c1a37e5ca5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd6a153e4312d752ad124650362376585be5bda" 2018-10-10 14:44:59,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-03f1e769-eb35-4165-a9c6-c0b903f4dcec x-compute-request-id: req-03f1e769-eb35-4165-a9c6-c0b903f4dcec Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6d3c6180-f80f-4ff5-bfb3-19c1a37e5ca5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6d3c6180-f80f-4ff5-bfb3-19c1a37e5ca5", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "6d3c6180-f80f-4ff5-bfb3-19c1a37e5ca5", "name": "CreateFlavorTests-4df68229-61bc-4c45-9373-4771e5e9b5a5name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-10-10 14:44:59,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/6d3c6180-f80f-4ff5-bfb3-19c1a37e5ca5 used request id req-03f1e769-eb35-4165-a9c6-c0b903f4dcec 2018-10-10 14:44:59,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/6d3c6180-f80f-4ff5-bfb3-19c1a37e5ca5/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd6a153e4312d752ad124650362376585be5bda" 2018-10-10 14:44:59,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-7029d834-a530-4206-b22f-6292f142c853 x-compute-request-id: req-7029d834-a530-4206-b22f-6292f142c853 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 14:44:59,775 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/6d3c6180-f80f-4ff5-bfb3-19c1a37e5ca5/os-extra_specs used request id req-7029d834-a530-4206-b22f-6292f142c853 2018-10-10 14:44:59,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/6d3c6180-f80f-4ff5-bfb3-19c1a37e5ca5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd6a153e4312d752ad124650362376585be5bda" 2018-10-10 14:44:59,814 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:44: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-a939e164-5a55-4f41-9612-689bb686eed5 x-compute-request-id: req-a939e164-5a55-4f41-9612-689bb686eed5 Content-Length: 0 Content-Type: application/json 2018-10-10 14:44:59,814 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/6d3c6180-f80f-4ff5-bfb3-19c1a37e5ca5 used request id req-a939e164-5a55-4f41-9612-689bb686eed5 2018-10-10 14:44:59,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd6a153e4312d752ad124650362376585be5bda" 2018-10-10 14:44:59,840 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:44: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-44068219-fd05-4f4e-8226-3cadf0963fca x-compute-request-id: req-44068219-fd05-4f4e-8226-3cadf0963fca Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-10 14:44:59,841 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-44068219-fd05-4f4e-8226-3cadf0963fca 2018-10-10 14:44:59,843 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/6d3c6180-f80f-4ff5-bfb3-19c1a37e5ca5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1630722c9aae3ddd0cf19334cf9e9f08fdcf30ee" 2018-10-10 14:44:59,860 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:44: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-7d0214e8-d072-48bc-846b-55121690a42a x-compute-request-id: req-7d0214e8-d072-48bc-846b-55121690a42a Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 6d3c6180-f80f-4ff5-bfb3-19c1a37e5ca5 could not be found.", "code": 404}} 2018-10-10 14:44:59,861 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/6d3c6180-f80f-4ff5-bfb3-19c1a37e5ca5 used request id req-7d0214e8-d072-48bc-846b-55121690a42a 2018-10-10 14:44:59,862 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:44:59,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:44:59,863 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:45:00,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:45:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["lgO5c6mERamWQYvT0xqjhw"], "issued_at": "2018-10-10T14:45:00.000000Z"}} 2018-10-10 14:45:00,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3fbc1a2fe1b5d1a2e9c8ef48b09e85297caa8d" 2018-10-10 14:45:00,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ee2cee7-d6fb-46a1-a049-07658f05a5ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:45:00,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4ee2cee7-d6fb-46a1-a049-07658f05a5ce 2018-10-10 14:45:00,339 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:45:00,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3fbc1a2fe1b5d1a2e9c8ef48b09e85297caa8d" 2018-10-10 14:45:00,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8786d99e-72fc-4703-abb8-f1c7fdbe1684 x-compute-request-id: req-8786d99e-72fc-4703-abb8-f1c7fdbe1684 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-10 14:45:00,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-8786d99e-72fc-4703-abb8-f1c7fdbe1684 2018-10-10 14:45:00,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3fbc1a2fe1b5d1a2e9c8ef48b09e85297caa8d" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-5d5a389c-3e1c-4226-9b53-92d5107c2073name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-10 14:45:00,577 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19bc1cb3-1079-4349-ae77-b8f885cd6102 x-compute-request-id: req-19bc1cb3-1079-4349-ae77-b8f885cd6102 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/321024c8-6fc4-4984-a436-d4374b1eea7d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/321024c8-6fc4-4984-a436-d4374b1eea7d", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "321024c8-6fc4-4984-a436-d4374b1eea7d", "name": "CreateFlavorTests-5d5a389c-3e1c-4226-9b53-92d5107c2073name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:45:00,577 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-19bc1cb3-1079-4349-ae77-b8f885cd6102 2018-10-10 14:45:00,578 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:45:00,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:45:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["coCKkYcgQyOUcfYLkSmoHQ"], "issued_at": "2018-10-10T14:45:00.000000Z"}} 2018-10-10 14:45:00,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/321024c8-6fc4-4984-a436-d4374b1eea7d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aae7d42e2a9de480e106a53d13ef21aa398b45d5" 2018-10-10 14:45:01,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d532cf72-51e8-4d08-99e7-5d13fd39272d x-compute-request-id: req-d532cf72-51e8-4d08-99e7-5d13fd39272d Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/321024c8-6fc4-4984-a436-d4374b1eea7d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/321024c8-6fc4-4984-a436-d4374b1eea7d", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "321024c8-6fc4-4984-a436-d4374b1eea7d", "name": "CreateFlavorTests-5d5a389c-3e1c-4226-9b53-92d5107c2073name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:45:01,157 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/321024c8-6fc4-4984-a436-d4374b1eea7d used request id req-d532cf72-51e8-4d08-99e7-5d13fd39272d 2018-10-10 14:45:01,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/321024c8-6fc4-4984-a436-d4374b1eea7d/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aae7d42e2a9de480e106a53d13ef21aa398b45d5" 2018-10-10 14:45:01,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a93a7507-6f97-4c70-8e74-fc37027de85d x-compute-request-id: req-a93a7507-6f97-4c70-8e74-fc37027de85d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 14:45:01,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/321024c8-6fc4-4984-a436-d4374b1eea7d/os-extra_specs used request id req-a93a7507-6f97-4c70-8e74-fc37027de85d 2018-10-10 14:45:01,178 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:45:01,179 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:45:01,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:45:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["gmNuHVBXT_mMApH0IXjSFg"], "issued_at": "2018-10-10T14:45:01.000000Z"}} 2018-10-10 14:45:01,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e216a750dd222de004f7b17d82ccaf80a8765f4" 2018-10-10 14:45:01,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-332694c2-6712-4f17-af7c-bdae41fc7585 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:45:01,640 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-332694c2-6712-4f17-af7c-bdae41fc7585 2018-10-10 14:45:01,641 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:45:01,645 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e216a750dd222de004f7b17d82ccaf80a8765f4" 2018-10-10 14:45:01,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30adf56c-ea26-4909-837b-f9571d2c46ee x-compute-request-id: req-30adf56c-ea26-4909-837b-f9571d2c46ee Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"flavors": [{"id": "321024c8-6fc4-4984-a436-d4374b1eea7d", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/321024c8-6fc4-4984-a436-d4374b1eea7d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/321024c8-6fc4-4984-a436-d4374b1eea7d", "rel": "bookmark"}], "name": "CreateFlavorTests-5d5a389c-3e1c-4226-9b53-92d5107c2073name"}]} 2018-10-10 14:45:01,815 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-30adf56c-ea26-4909-837b-f9571d2c46ee 2018-10-10 14:45:01,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/321024c8-6fc4-4984-a436-d4374b1eea7d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e216a750dd222de004f7b17d82ccaf80a8765f4" 2018-10-10 14:45:01,837 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d001bbcd-7102-4cbd-9468-b49d2f8edcfb x-compute-request-id: req-d001bbcd-7102-4cbd-9468-b49d2f8edcfb Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/321024c8-6fc4-4984-a436-d4374b1eea7d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/321024c8-6fc4-4984-a436-d4374b1eea7d", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "321024c8-6fc4-4984-a436-d4374b1eea7d", "name": "CreateFlavorTests-5d5a389c-3e1c-4226-9b53-92d5107c2073name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:45:01,837 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/321024c8-6fc4-4984-a436-d4374b1eea7d used request id req-d001bbcd-7102-4cbd-9468-b49d2f8edcfb 2018-10-10 14:45:01,838 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-5d5a389c-3e1c-4226-9b53-92d5107c2073name 2018-10-10 14:45:01,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/321024c8-6fc4-4984-a436-d4374b1eea7d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3fbc1a2fe1b5d1a2e9c8ef48b09e85297caa8d" 2018-10-10 14:45:01,874 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:45:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2fa7dfbc-04d6-41b0-88aa-89411f5682e3 x-compute-request-id: req-2fa7dfbc-04d6-41b0-88aa-89411f5682e3 Content-Length: 0 Content-Type: application/json 2018-10-10 14:45:01,874 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/321024c8-6fc4-4984-a436-d4374b1eea7d used request id req-2fa7dfbc-04d6-41b0-88aa-89411f5682e3 2018-10-10 14:45:01,876 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-10 14:45:01,876 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:45:01,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:45:02,259 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:45:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["CkdTAu2rRSqbPXCiIRs9JQ"], "issued_at": "2018-10-10T14:45:02.000000Z"}} 2018-10-10 14:45:02,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d0a3022b5e8176e4de1ceaca12c4fad8da8ab3" 2018-10-10 14:45:02,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-928c5854-0160-41a4-bcc5-093e85538d71 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:45:02,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-928c5854-0160-41a4-bcc5-093e85538d71 2018-10-10 14:45:02,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39d0a3022b5e8176e4de1ceaca12c4fad8da8ab3" 2018-10-10 14:45:02,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-4589e1ce-50ad-448e-affa-8aab41e330de Date: Wed, 10 Oct 2018 14:45:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image"} 2018-10-10 14:45:02,511 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image used request id req-4589e1ce-50ad-448e-affa-8aab41e330de 2018-10-10 14:45:02,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39d0a3022b5e8176e4de1ceaca12c4fad8da8ab3" 2018-10-10 14:45:02,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5bfcd282-fa0b-4a72-9f44-94e0b508c998 Date: Wed, 10 Oct 2018 14:45:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:45:02,660 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-5bfcd282-fa0b-4a72-9f44-94e0b508c998 2018-10-10 14:45:02,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}39d0a3022b5e8176e4de1ceaca12c4fad8da8ab3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image"}' 2018-10-10 14:45:02,914 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/756e679e-bd49-4ded-bafb-9f4ad845d290 X-Openstack-Request-Id: req-1d72792d-3f50-49b0-9267-7921f3afec70 Date: Wed, 10 Oct 2018 14:45:02 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:45:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T14:45:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/756e679e-bd49-4ded-bafb-9f4ad845d290", "min_disk": 0, "protected": false, "id": "756e679e-bd49-4ded-bafb-9f4ad845d290", "file": "/v2/images/756e679e-bd49-4ded-bafb-9f4ad845d290/file", "checksum": null, "owner": "50b165d5212f42f49cf85a43939820c6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:45:02,915 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-1d72792d-3f50-49b0-9267-7921f3afec70 2018-10-10 14:45:02,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/756e679e-bd49-4ded-bafb-9f4ad845d290/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39d0a3022b5e8176e4de1ceaca12c4fad8da8ab3" -d '' 2018-10-10 14:45:04,679 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2c7cf91c-f213-4fa4-968f-c96bfa13d3be Date: Wed, 10 Oct 2018 14:45:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:45:04,679 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/756e679e-bd49-4ded-bafb-9f4ad845d290/file used request id req-2c7cf91c-f213-4fa4-968f-c96bfa13d3be 2018-10-10 14:45:04,680 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 14:45:04,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/756e679e-bd49-4ded-bafb-9f4ad845d290 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39d0a3022b5e8176e4de1ceaca12c4fad8da8ab3" 2018-10-10 14:45:04,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-9c88f1fd-d9cb-4376-9b52-16a970688301 Date: Wed, 10 Oct 2018 14:45:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:45:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:45:04Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/756e679e-bd49-4ded-bafb-9f4ad845d290/snap", "metadata": {}}], "self": "/v2/images/756e679e-bd49-4ded-bafb-9f4ad845d290", "min_disk": 0, "protected": false, "id": "756e679e-bd49-4ded-bafb-9f4ad845d290", "file": "/v2/images/756e679e-bd49-4ded-bafb-9f4ad845d290/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/756e679e-bd49-4ded-bafb-9f4ad845d290/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:45:04,846 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/756e679e-bd49-4ded-bafb-9f4ad845d290 used request id req-9c88f1fd-d9cb-4376-9b52-16a970688301 2018-10-10 14:45:04,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39d0a3022b5e8176e4de1ceaca12c4fad8da8ab3" 2018-10-10 14:45:05,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b105e8be-b91c-4f34-9602-532cab17af10 Date: Wed, 10 Oct 2018 14:45:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:45:05,015 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-b105e8be-b91c-4f34-9602-532cab17af10 2018-10-10 14:45:05,017 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image 2018-10-10 14:45:05,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/756e679e-bd49-4ded-bafb-9f4ad845d290 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39d0a3022b5e8176e4de1ceaca12c4fad8da8ab3" 2018-10-10 14:45:05,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-81bbcb3a-2911-4f3a-9248-fa8bfe176b1c Date: Wed, 10 Oct 2018 14:45:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:45:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:45:04Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/756e679e-bd49-4ded-bafb-9f4ad845d290/snap", "metadata": {}}], "self": "/v2/images/756e679e-bd49-4ded-bafb-9f4ad845d290", "min_disk": 0, "protected": false, "id": "756e679e-bd49-4ded-bafb-9f4ad845d290", "file": "/v2/images/756e679e-bd49-4ded-bafb-9f4ad845d290/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/756e679e-bd49-4ded-bafb-9f4ad845d290/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:45:05,176 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/756e679e-bd49-4ded-bafb-9f4ad845d290 used request id req-81bbcb3a-2911-4f3a-9248-fa8bfe176b1c 2018-10-10 14:45:05,176 - create_image - DEBUG - Instance status is - active 2018-10-10 14:45:05,176 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image 2018-10-10 14:45:05,176 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image 2018-10-10 14:45:05,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:45:05,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:45:05,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:45:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["TTOOQ60VThmUjXJotDpE3Q"], "issued_at": "2018-10-10T14:45:05.000000Z"}} 2018-10-10 14:45:05,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb63da45fba275269a19b1be5af26570c0a6bbb6" 2018-10-10 14:45:05,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96cb0578-b28b-49ff-9c25-91d461c2b1bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:45:05,568 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-96cb0578-b28b-49ff-9c25-91d461c2b1bc 2018-10-10 14:45:05,569 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:45:05,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb63da45fba275269a19b1be5af26570c0a6bbb6" 2018-10-10 14:45:05,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-79caff13-6cc6-4910-825d-eddc7b135e31 x-compute-request-id: req-79caff13-6cc6-4910-825d-eddc7b135e31 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-10 14:45:05,764 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-79caff13-6cc6-4910-825d-eddc7b135e31 2018-10-10 14:45:05,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb63da45fba275269a19b1be5af26570c0a6bbb6" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-10 14:45:05,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e7c0a58-1ced-4407-a447-ab8c0d389e1a x-compute-request-id: req-7e7c0a58-1ced-4407-a447-ab8c0d389e1a Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6f2a556a-35eb-40ff-b022-f925c349f54a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6f2a556a-35eb-40ff-b022-f925c349f54a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6f2a556a-35eb-40ff-b022-f925c349f54a", "name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:45:05,987 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-7e7c0a58-1ced-4407-a447-ab8c0d389e1a 2018-10-10 14:45:06,008 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-10 14:45:06,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:45:06,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:45:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["VZrir2S1R7KgYPDqXa_vNA"], "issued_at": "2018-10-10T14:45:06.000000Z"}} 2018-10-10 14:45:06,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-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-2448aaba-039b-4415-9cbb-4688e4fadc47-net", "inst_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-flavor"}}' 2018-10-10 14:45:09,342 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:45:06 GMT Server: Apache x-openstack-request-id: req-c8f3c8b9-1a46-4c68-9c4d-5bdcbe7ec3c6 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "6156d888-db0a-4944-bd96-50a2d722fd93", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "self"}]}} 2018-10-10 14:45:09,342 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks used request id req-c8f3c8b9-1a46-4c68-9c4d-5bdcbe7ec3c6 2018-10-10 14:45:09,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/6156d888-db0a-4944-bd96-50a2d722fd93 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:10,054 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:09 GMT Server: Apache x-openstack-request-id: req-781ac8c3-722a-4a85-abd5-196e2728a4ae Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:10,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:10 GMT Server: Apache x-openstack-request-id: req-2cf0f4ee-0d98-45af-8718-07c4758db635 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "6156d888-db0a-4944-bd96-50a2d722fd93", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1", "stack_user_project_id": "03b5ae93e9a1467f848930157d8c0ba6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:45:08Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6156d888-db0a-4944-bd96-50a2d722fd93", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:45:10,317 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93 used request id req-2cf0f4ee-0d98-45af-8718-07c4758db635 2018-10-10 14:45:10,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:11,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:10 GMT Server: Apache x-openstack-request-id: req-a3968a4b-eb99-471d-966a-f7f13e5316e8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1", "stack_user_project_id": "03b5ae93e9a1467f848930157d8c0ba6", "deletion_time": null, "creation_time": "2018-10-10T14:45:08Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "self"}], "updated_time": null, "project": "50b165d5212f42f49cf85a43939820c6", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "6156d888-db0a-4944-bd96-50a2d722fd93", "tags": null}]} 2018-10-10 14:45:11,027 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1 used request id req-a3968a4b-eb99-471d-966a-f7f13e5316e8 2018-10-10 14:45:11,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:11,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:11 GMT Server: Apache x-openstack-request-id: req-2766e4c8-f75d-4fff-be49-6ba49ca449d7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1", "stack_user_project_id": "03b5ae93e9a1467f848930157d8c0ba6", "deletion_time": null, "creation_time": "2018-10-10T14:45:08Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "self"}], "updated_time": null, "project": "50b165d5212f42f49cf85a43939820c6", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "6156d888-db0a-4944-bd96-50a2d722fd93", "tags": null}]} 2018-10-10 14:45:11,670 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1 used request id req-2766e4c8-f75d-4fff-be49-6ba49ca449d7 2018-10-10 14:45:11,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/6156d888-db0a-4944-bd96-50a2d722fd93 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:12,380 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:11 GMT Server: Apache x-openstack-request-id: req-c9acd9c3-ebb7-47ce-9672-dbfe3cb453f2 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:12,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:12 GMT Server: Apache x-openstack-request-id: req-d3814baa-1c6a-4b44-b7aa-2769586751ba 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "6156d888-db0a-4944-bd96-50a2d722fd93", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1", "stack_user_project_id": "03b5ae93e9a1467f848930157d8c0ba6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:45:08Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6156d888-db0a-4944-bd96-50a2d722fd93", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:45:12,554 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93 used request id req-d3814baa-1c6a-4b44-b7aa-2769586751ba 2018-10-10 14:45:12,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/6156d888-db0a-4944-bd96-50a2d722fd93/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:13,265 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:12 GMT Server: Apache x-openstack-request-id: req-5bde04e2-071d-429c-978f-07ea128ae6bc Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:13,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:13 GMT Server: Apache x-openstack-request-id: req-a91e4002-71eb-40e6-9d1a-a1d4fb83b511 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-10T14:45:09Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-10-10T14:45:09Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "8fff06f9-6066-4515-bf7d-851d2e77017b", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-10T14:45:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:45:09Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "722df34f-17f6-4839-9b18-2c73337a1aaa", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-10T14:45:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:45:09Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "bbbc2fff-de3f-4427-853f-8b4ce65a783c", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-10T14:45:09Z", "resource_status": "INIT_COMPLETE", "updated_time": "2018-10-10T14:45:09Z", "required_by": [], "resource_status_reason": "", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-10-10 14:45:13,343 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources used request id req-a91e4002-71eb-40e6-9d1a-a1d4fb83b511 2018-10-10 14:45:13,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/6156d888-db0a-4944-bd96-50a2d722fd93 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:14,023 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:13 GMT Server: Apache x-openstack-request-id: req-e6b35409-61a5-4d7e-81e5-dee6f9bee6ed Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:14,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:14 GMT Server: Apache x-openstack-request-id: req-cab412bb-b477-4707-a8d0-ac730f3ff403 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "6156d888-db0a-4944-bd96-50a2d722fd93", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1", "stack_user_project_id": "03b5ae93e9a1467f848930157d8c0ba6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:45:08Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6156d888-db0a-4944-bd96-50a2d722fd93", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:45:14,148 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93 used request id req-cab412bb-b477-4707-a8d0-ac730f3ff403 2018-10-10 14:45:14,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/6156d888-db0a-4944-bd96-50a2d722fd93 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:14,225 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:14 GMT Server: Apache x-openstack-request-id: req-56d72ca6-64c4-4d46-8da8-47e5a4e9ab48 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:14,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:14 GMT Server: Apache x-openstack-request-id: req-16355431-f833-4107-aa2b-e8b7905831de 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "6156d888-db0a-4944-bd96-50a2d722fd93", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1", "stack_user_project_id": "03b5ae93e9a1467f848930157d8c0ba6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:45:08Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6156d888-db0a-4944-bd96-50a2d722fd93", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:45:14,942 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93 used request id req-16355431-f833-4107-aa2b-e8b7905831de 2018-10-10 14:45:17,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/6156d888-db0a-4944-bd96-50a2d722fd93 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:18,636 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:17 GMT Server: Apache x-openstack-request-id: req-2fea4a6e-d59d-43b9-b4f2-6a79db75c37e Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:19,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:18 GMT Server: Apache x-openstack-request-id: req-fa6bc985-24a6-4e36-afd8-2d75fe2ca82c 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "6156d888-db0a-4944-bd96-50a2d722fd93", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1", "stack_user_project_id": "03b5ae93e9a1467f848930157d8c0ba6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:45:08Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6156d888-db0a-4944-bd96-50a2d722fd93", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:45:19,476 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93 used request id req-fa6bc985-24a6-4e36-afd8-2d75fe2ca82c 2018-10-10 14:45:22,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/6156d888-db0a-4944-bd96-50a2d722fd93 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:22,556 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:22 GMT Server: Apache x-openstack-request-id: req-cbf44c6d-2452-4e69-b895-622141efd5fc Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:23,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:22 GMT Server: Apache x-openstack-request-id: req-3715453a-5700-4334-9850-9699d3744ac8 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "6156d888-db0a-4944-bd96-50a2d722fd93", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1", "stack_user_project_id": "03b5ae93e9a1467f848930157d8c0ba6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:45:08Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6156d888-db0a-4944-bd96-50a2d722fd93", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:45:23,316 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93 used request id req-3715453a-5700-4334-9850-9699d3744ac8 2018-10-10 14:45:26,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/6156d888-db0a-4944-bd96-50a2d722fd93 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:26,399 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:26 GMT Server: Apache x-openstack-request-id: req-1b8e991c-f49f-4d02-936a-dfca86bb83b1 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:27,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:26 GMT Server: Apache x-openstack-request-id: req-04bac362-20c1-415b-b226-f0c1b3c7a08d 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "6156d888-db0a-4944-bd96-50a2d722fd93", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1", "stack_user_project_id": "03b5ae93e9a1467f848930157d8c0ba6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-10T14:45:08Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "6156d888-db0a-4944-bd96-50a2d722fd93", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:45:27,151 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93 used request id req-04bac362-20c1-415b-b226-f0c1b3c7a08d 2018-10-10 14:45:27,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/6156d888-db0a-4944-bd96-50a2d722fd93/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:27,846 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:27 GMT Server: Apache x-openstack-request-id: req-da51f574-1b3d-4183-8152-c140ed8be457 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:28,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:27 GMT Server: Apache x-openstack-request-id: req-d4bb5331-5c5d-47df-8538-63a7c7b69101 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-10T14:45:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:45:09Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "8fff06f9-6066-4515-bf7d-851d2e77017b", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-10T14:45:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:45:09Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "722df34f-17f6-4839-9b18-2c73337a1aaa", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-10T14:45:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:45:09Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "bbbc2fff-de3f-4427-853f-8b4ce65a783c", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-10T14:45:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:45:09Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "44ae4c7d-3e3e-4739-845d-02764cc9d3b5", "resource_type": "OS::Nova::Server"}]} 2018-10-10 14:45:28,589 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources used request id req-d4bb5331-5c5d-47df-8538-63a7c7b69101 2018-10-10 14:45:28,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=bbbc2fff-de3f-4427-853f-8b4ce65a783c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:28,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-2f9ba83f-41e8-4905-90b0-be8c140f3190 Date: Wed, 10 Oct 2018 14:45:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bbbc2fff-de3f-4427-853f-8b4ce65a783c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["722df34f-17f6-4839-9b18-2c73337a1aaa"],"description":"","tags":[],"updated_at":"2018-10-10T14:45:11Z","provider:segmentation_id":87,"name":"HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:45:09Z","provider:network_type":"vxlan"}]} 2018-10-10 14:45:28,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=bbbc2fff-de3f-4427-853f-8b4ce65a783c used request id req-2f9ba83f-41e8-4905-90b0-be8c140f3190 2018-10-10 14:45:28,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=bbbc2fff-de3f-4427-853f-8b4ce65a783c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:29,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e2e24274-c1a2-4439-921c-7a1cb8d62257 Date: Wed, 10 Oct 2018 14:45:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bbbc2fff-de3f-4427-853f-8b4ce65a783c","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:45:11Z","dns_nameservers":[],"updated_at":"2018-10-10T14:45:11Z","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":"50b165d5212f42f49cf85a43939820c6","id":"722df34f-17f6-4839-9b18-2c73337a1aaa","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-subnet"}]} 2018-10-10 14:45:29,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=bbbc2fff-de3f-4427-853f-8b4ce65a783c used request id req-e2e24274-c1a2-4439-921c-7a1cb8d62257 2018-10-10 14:45:29,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=bbbc2fff-de3f-4427-853f-8b4ce65a783c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:29,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-133793d2-2c92-42de-8a3c-5e6867d2c3e6 Date: Wed, 10 Oct 2018 14:45:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bbbc2fff-de3f-4427-853f-8b4ce65a783c","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:45:11Z","dns_nameservers":[],"updated_at":"2018-10-10T14:45:11Z","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":"50b165d5212f42f49cf85a43939820c6","id":"722df34f-17f6-4839-9b18-2c73337a1aaa","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-subnet"}]} 2018-10-10 14:45:29,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=bbbc2fff-de3f-4427-853f-8b4ce65a783c used request id req-133793d2-2c92-42de-8a3c-5e6867d2c3e6 2018-10-10 14:45:29,195 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:45:29,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:29,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83c960d2-ec85-4377-9554-12830685b32f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:45:29,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-83c960d2-ec85-4377-9554-12830685b32f 2018-10-10 14:45:29,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/6156d888-db0a-4944-bd96-50a2d722fd93/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:29,980 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:29 GMT Server: Apache x-openstack-request-id: req-3c148d5c-dcda-4e42-817c-1ee2931d47d6 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:30,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:29 GMT Server: Apache x-openstack-request-id: req-0406d4af-9feb-4bde-a04c-673fcdc2de0a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-10T14:45:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:45:09Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "8fff06f9-6066-4515-bf7d-851d2e77017b", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-10T14:45:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:45:09Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "722df34f-17f6-4839-9b18-2c73337a1aaa", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-10T14:45:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:45:09Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "bbbc2fff-de3f-4427-853f-8b4ce65a783c", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-10T14:45:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:45:09Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "44ae4c7d-3e3e-4739-845d-02764cc9d3b5", "resource_type": "OS::Nova::Server"}]} 2018-10-10 14:45:30,728 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources used request id req-0406d4af-9feb-4bde-a04c-673fcdc2de0a 2018-10-10 14:45:30,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/44ae4c7d-3e3e-4739-845d-02764cc9d3b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:31,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6d12a21-7f56-47fd-bd12-fbcccbefba86 x-compute-request-id: req-b6d12a21-7f56-47fd-bd12-fbcccbefba86 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:bc:bd", "version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/44ae4c7d-3e3e-4739-845d-02764cc9d3b5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/44ae4c7d-3e3e-4739-845d-02764cc9d3b5", "rel": "bookmark"}], "image": {"id": "756e679e-bd49-4ded-bafb-9f4ad845d290", "links": [{"href": "http://172.30.9.27:8774/images/756e679e-bd49-4ded-bafb-9f4ad845d290", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-SRV-USG:launched_at": "2018-10-10T14:45:20.000000", "flavor": {"id": "6f2a556a-35eb-40ff-b022-f925c349f54a", "links": [{"href": "http://172.30.9.27:8774/flavors/6f2a556a-35eb-40ff-b022-f925c349f54a", "rel": "bookmark"}]}, "id": "44ae4c7d-3e3e-4739-845d-02764cc9d3b5", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:45:22Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-inst", "created": "2018-10-10T14:45:17Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:45:31,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/44ae4c7d-3e3e-4739-845d-02764cc9d3b5 used request id req-b6d12a21-7f56-47fd-bd12-fbcccbefba86 2018-10-10 14:45:31,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:31,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-4600fc8b-01fb-4ffb-b1ff-060ccb62a0a7 Date: Wed, 10 Oct 2018 14:45:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bbbc2fff-de3f-4427-853f-8b4ce65a783c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["722df34f-17f6-4839-9b18-2c73337a1aaa"],"description":"","tags":[],"updated_at":"2018-10-10T14:45:11Z","provider:segmentation_id":87,"name":"HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:45:09Z","provider:network_type":"vxlan"}]} 2018-10-10 14:45:31,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-net used request id req-4600fc8b-01fb-4ffb-b1ff-060ccb62a0a7 2018-10-10 14:45:31,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:45:31,577 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:45:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:45:31,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:31,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14c9555e-ca81-466b-a9dc-e701c88354b2 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:45:31,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-14c9555e-ca81-466b-a9dc-e701c88354b2 2018-10-10 14:45:31,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=bbbc2fff-de3f-4427-853f-8b4ce65a783c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:31,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f1cf0e47-7147-4e17-b9c5-1bbd44cdb1bc Date: Wed, 10 Oct 2018 14:45:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bbbc2fff-de3f-4427-853f-8b4ce65a783c","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:45:11Z","dns_nameservers":[],"updated_at":"2018-10-10T14:45:11Z","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":"50b165d5212f42f49cf85a43939820c6","id":"722df34f-17f6-4839-9b18-2c73337a1aaa","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-subnet"}]} 2018-10-10 14:45:31,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=bbbc2fff-de3f-4427-853f-8b4ce65a783c used request id req-f1cf0e47-7147-4e17-b9c5-1bbd44cdb1bc 2018-10-10 14:45:31,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=bbbc2fff-de3f-4427-853f-8b4ce65a783c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:31,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3561 X-Openstack-Request-Id: req-f8528b2a-cc6a-4bdd-a00f-59373138e579 Date: Wed, 10 Oct 2018 14:45:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:45:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"722df34f-17f6-4839-9b18-2c73337a1aaa","ip_address":"10.0.0.2"}],"id":"84d7cbb5-302f-4fca-9b25-929a1ec636bb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:77:df","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bbbc2fff-de3f-4427-853f-8b4ce65a783c","name":"","admin_state_up":true,"network_id":"bbbc2fff-de3f-4427-853f-8b4ce65a783c","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:45:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:45:19Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"722df34f-17f6-4839-9b18-2c73337a1aaa","ip_address":"10.0.0.8"}],"id":"8fff06f9-6066-4515-bf7d-851d2e77017b","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:bc:bd","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"44ae4c7d-3e3e-4739-845d-02764cc9d3b5","name":"HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1-server1_port-t5zudfbfbgdp","admin_state_up":true,"network_id":"bbbc2fff-de3f-4427-853f-8b4ce65a783c","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:45:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:45:13Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"722df34f-17f6-4839-9b18-2c73337a1aaa","ip_address":"10.0.0.4"}],"id":"ba84ac73-dd0b-4e82-a9f9-9fa15db2f04f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6a:c9:23","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bbbc2fff-de3f-4427-853f-8b4ce65a783c","name":"","admin_state_up":true,"network_id":"bbbc2fff-de3f-4427-853f-8b4ce65a783c","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:45:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:45:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"722df34f-17f6-4839-9b18-2c73337a1aaa","ip_address":"10.0.0.3"}],"id":"f4e65435-6e64-43a3-b87f-7aad12d6291f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:cc:25","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bbbc2fff-de3f-4427-853f-8b4ce65a783c","name":"","admin_state_up":true,"network_id":"bbbc2fff-de3f-4427-853f-8b4ce65a783c","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:45:12Z","binding:vnic_type":"normal"}]} 2018-10-10 14:45:31,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=bbbc2fff-de3f-4427-853f-8b4ce65a783c used request id req-f8528b2a-cc6a-4bdd-a00f-59373138e579 2018-10-10 14:45:31,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/6156d888-db0a-4944-bd96-50a2d722fd93/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:31,999 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:31 GMT Server: Apache x-openstack-request-id: req-d9323c47-c086-4197-bc57-56a2ff4cd18b Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:32,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:32 GMT Server: Apache x-openstack-request-id: req-8136a0fc-aa64-4112-ae54-6e11dc6afb6a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-10T14:45:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:45:09Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "8fff06f9-6066-4515-bf7d-851d2e77017b", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-10T14:45:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:45:09Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "722df34f-17f6-4839-9b18-2c73337a1aaa", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-10T14:45:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:45:09Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "bbbc2fff-de3f-4427-853f-8b4ce65a783c", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-10T14:45:09Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:45:09Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "44ae4c7d-3e3e-4739-845d-02764cc9d3b5", "resource_type": "OS::Nova::Server"}]} 2018-10-10 14:45:32,124 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93/resources used request id req-8136a0fc-aa64-4112-ae54-6e11dc6afb6a 2018-10-10 14:45:32,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/6156d888-db0a-4944-bd96-50a2d722fd93 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44cfc6126a6c20318c41ae720a1f7986866de6d" 2018-10-10 14:45:32,812 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:32 GMT Server: Apache x-openstack-request-id: req-de8af713-f410-4192-9378-2c79c4c5e963 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:32,935 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:45:32 GMT Server: Apache x-openstack-request-id: req-6f302d71-3fa4-4a83-b0f2-4f42b9c51e46 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:45:32,935 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-stack1/6156d888-db0a-4944-bd96-50a2d722fd93 used request id req-6f302d71-3fa4-4a83-b0f2-4f42b9c51e46 2018-10-10 14:45:32,935 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-2448aaba-039b-4415-9cbb-4688e4fadc47-image 2018-10-10 14:45:32,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/756e679e-bd49-4ded-bafb-9f4ad845d290 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39d0a3022b5e8176e4de1ceaca12c4fad8da8ab3" 2018-10-10 14:45:34,771 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f362764b-427a-48eb-a2b8-4d4d61090c9c Date: Wed, 10 Oct 2018 14:45:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:45:34,771 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/756e679e-bd49-4ded-bafb-9f4ad845d290 used request id req-f362764b-427a-48eb-a2b8-4d4d61090c9c 2018-10-10 14:45:34,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/6f2a556a-35eb-40ff-b022-f925c349f54a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb63da45fba275269a19b1be5af26570c0a6bbb6" 2018-10-10 14:45:34,815 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:45:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0a382d7e-69d6-4677-9d14-5b200d816631 x-compute-request-id: req-0a382d7e-69d6-4677-9d14-5b200d816631 Content-Length: 0 Content-Type: application/json 2018-10-10 14:45:34,815 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/6f2a556a-35eb-40ff-b022-f925c349f54a used request id req-0a382d7e-69d6-4677-9d14-5b200d816631 2018-10-10 14:45:34,817 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-10 14:45:34,817 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:45:34,818 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:45:35,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:45:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["2ZlXG8BJRtuL2Z6zmGm2PA"], "issued_at": "2018-10-10T14:45:35.000000Z"}} 2018-10-10 14:45:35,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb6b2b846f70e4b9fb6709e4f3d255987e9cf76" 2018-10-10 14:45:35,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c82f7f87-9e1d-4641-86c2-fad22fbd4561 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:45:35,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c82f7f87-9e1d-4641-86c2-fad22fbd4561 2018-10-10 14:45:35,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4cb6b2b846f70e4b9fb6709e4f3d255987e9cf76" 2018-10-10 14:45:35,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-ba16e774-1c00-4f78-91b2-3b86d435e296 Date: Wed, 10 Oct 2018 14:45:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image"} 2018-10-10 14:45:35,444 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image used request id req-ba16e774-1c00-4f78-91b2-3b86d435e296 2018-10-10 14:45:35,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4cb6b2b846f70e4b9fb6709e4f3d255987e9cf76" 2018-10-10 14:45:35,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0e7702bf-0af5-4ca3-ae64-b1742efa05a9 Date: Wed, 10 Oct 2018 14:45:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:45:35,995 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-0e7702bf-0af5-4ca3-ae64-b1742efa05a9 2018-10-10 14:45:36,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4cb6b2b846f70e4b9fb6709e4f3d255987e9cf76" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image"}' 2018-10-10 14:45:36,247 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c X-Openstack-Request-Id: req-b3b3ebab-c1fa-4902-98d6-95f9f836e2ba Date: Wed, 10 Oct 2018 14:45:36 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:45:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T14:45:36Z", "visibility": "shared", "locations": [], "self": "/v2/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c", "min_disk": 0, "protected": false, "id": "0478e6d1-5e7b-4836-8e86-74afdc859e3c", "file": "/v2/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c/file", "checksum": null, "owner": "50b165d5212f42f49cf85a43939820c6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:45:36,247 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-b3b3ebab-c1fa-4902-98d6-95f9f836e2ba 2018-10-10 14:45:36,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4cb6b2b846f70e4b9fb6709e4f3d255987e9cf76" -d '' 2018-10-10 14:45:37,865 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-29ff59d8-3f5b-4a03-9735-bc47bfcf348e Date: Wed, 10 Oct 2018 14:45:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:45:37,865 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c/file used request id req-29ff59d8-3f5b-4a03-9735-bc47bfcf348e 2018-10-10 14:45:37,865 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 14:45:37,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4cb6b2b846f70e4b9fb6709e4f3d255987e9cf76" 2018-10-10 14:45:38,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-6beb5655-7085-4d0f-ac08-7eb96b362a60 Date: Wed, 10 Oct 2018 14:45:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:45:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:45:37Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c/snap", "metadata": {}}], "self": "/v2/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c", "min_disk": 0, "protected": false, "id": "0478e6d1-5e7b-4836-8e86-74afdc859e3c", "file": "/v2/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:45:38,035 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c used request id req-6beb5655-7085-4d0f-ac08-7eb96b362a60 2018-10-10 14:45:38,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4cb6b2b846f70e4b9fb6709e4f3d255987e9cf76" 2018-10-10 14:45:38,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-db251fda-4f0b-4a9e-b8bf-12a926823e8f Date: Wed, 10 Oct 2018 14:45:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:45:38,216 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-db251fda-4f0b-4a9e-b8bf-12a926823e8f 2018-10-10 14:45:38,219 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image 2018-10-10 14:45:38,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4cb6b2b846f70e4b9fb6709e4f3d255987e9cf76" 2018-10-10 14:45:38,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-96d13c3e-b947-435b-a6d8-fb768ae0ac69 Date: Wed, 10 Oct 2018 14:45:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:45:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:45:37Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c/snap", "metadata": {}}], "self": "/v2/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c", "min_disk": 0, "protected": false, "id": "0478e6d1-5e7b-4836-8e86-74afdc859e3c", "file": "/v2/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:45:38,391 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c used request id req-96d13c3e-b947-435b-a6d8-fb768ae0ac69 2018-10-10 14:45:38,392 - create_image - DEBUG - Instance status is - active 2018-10-10 14:45:38,392 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image 2018-10-10 14:45:38,392 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image 2018-10-10 14:45:38,392 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:45:38,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:45:38,776 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:45:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["Q6eZofd2SB2Uh4uFIbXXAA"], "issued_at": "2018-10-10T14:45:38.000000Z"}} 2018-10-10 14:45:38,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1e5a6b274a668232d668ba3582da540316c90c" 2018-10-10 14:45:38,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7b9cc8c-05b6-45ef-93cd-80a51bd867a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:45:38,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f7b9cc8c-05b6-45ef-93cd-80a51bd867a0 2018-10-10 14:45:38,855 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:45:38,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1e5a6b274a668232d668ba3582da540316c90c" 2018-10-10 14:45:39,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9c62c8d5-576d-4e32-ac85-d31e0a3973e5 x-compute-request-id: req-9c62c8d5-576d-4e32-ac85-d31e0a3973e5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-10 14:45:39,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9c62c8d5-576d-4e32-ac85-d31e0a3973e5 2018-10-10 14:45:39,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1e5a6b274a668232d668ba3582da540316c90c" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-10 14:45:39,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c7d02bb-ca09-4782-8fd4-29b2aea54627 x-compute-request-id: req-1c7d02bb-ca09-4782-8fd4-29b2aea54627 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/7e53caff-3100-45de-bbfe-419b86315941", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/7e53caff-3100-45de-bbfe-419b86315941", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7e53caff-3100-45de-bbfe-419b86315941", "name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:45:39,088 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-1c7d02bb-ca09-4782-8fd4-29b2aea54627 2018-10-10 14:45:39,088 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-10 14:45:39,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:45:39,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:45:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["fc914KfsS6-3UY158PGjvw"], "issued_at": "2018-10-10T14:45:39.000000Z"}} 2018-10-10 14:45:39,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-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-e073d431-4128-49ba-bdb3-0394f81e1378-net", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}}' 2018-10-10 14:45:42,084 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:45:39 GMT Server: Apache x-openstack-request-id: req-1082663b-bce5-495f-b095-e8216d5627a3 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "7545b683-e09d-4eba-b4a4-9b779cae5e40", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40", "rel": "self"}]}} 2018-10-10 14:45:42,084 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks used request id req-1082663b-bce5-495f-b095-e8216d5627a3 2018-10-10 14:45:42,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/7545b683-e09d-4eba-b4a4-9b779cae5e40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:45:42,311 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:42 GMT Server: Apache x-openstack-request-id: req-38c8b195-a902-44e7-96c9-73c7414f18df Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:42,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:42 GMT Server: Apache x-openstack-request-id: req-55712eb0-3092-41a7-90cf-292694e24e55 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "7545b683-e09d-4eba-b4a4-9b779cae5e40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1", "stack_user_project_id": "d65450897ea64cf3b2ea80161d2b62a5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:45:41Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7545b683-e09d-4eba-b4a4-9b779cae5e40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:45:42,545 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40 used request id req-55712eb0-3092-41a7-90cf-292694e24e55 2018-10-10 14:45:42,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks?stack_name=HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:45:42,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:42 GMT Server: Apache x-openstack-request-id: req-00aeeeff-7505-4d73-8790-1e192f2483a1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1", "stack_user_project_id": "d65450897ea64cf3b2ea80161d2b62a5", "deletion_time": null, "creation_time": "2018-10-10T14:45:41Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40", "rel": "self"}], "updated_time": null, "project": "50b165d5212f42f49cf85a43939820c6", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "7545b683-e09d-4eba-b4a4-9b779cae5e40", "tags": null}]} 2018-10-10 14:45:42,758 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks?stack_name=HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1 used request id req-00aeeeff-7505-4d73-8790-1e192f2483a1 2018-10-10 14:45:42,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks?stack_name=HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:45:43,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:42 GMT Server: Apache x-openstack-request-id: req-844e0406-4a12-423d-93d5-23f1d92e49b9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1", "stack_user_project_id": "d65450897ea64cf3b2ea80161d2b62a5", "deletion_time": null, "creation_time": "2018-10-10T14:45:41Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40", "rel": "self"}], "updated_time": null, "project": "50b165d5212f42f49cf85a43939820c6", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "7545b683-e09d-4eba-b4a4-9b779cae5e40", "tags": null}]} 2018-10-10 14:45:43,034 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks?stack_name=HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1 used request id req-844e0406-4a12-423d-93d5-23f1d92e49b9 2018-10-10 14:45:43,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/7545b683-e09d-4eba-b4a4-9b779cae5e40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:45:43,723 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:43 GMT Server: Apache x-openstack-request-id: req-7a7601a3-e8f5-445d-b23a-03d5681c7228 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:43,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:43 GMT Server: Apache x-openstack-request-id: req-f02cf079-86de-4da1-ad16-368f9dbb945c 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "7545b683-e09d-4eba-b4a4-9b779cae5e40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1", "stack_user_project_id": "d65450897ea64cf3b2ea80161d2b62a5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:45:41Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7545b683-e09d-4eba-b4a4-9b779cae5e40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:45:43,847 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40 used request id req-f02cf079-86de-4da1-ad16-368f9dbb945c 2018-10-10 14:45:43,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/7545b683-e09d-4eba-b4a4-9b779cae5e40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:45:43,924 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:43 GMT Server: Apache x-openstack-request-id: req-8285aaa5-04f7-4000-8352-3c0cde24e9cc Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:43,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:43 GMT Server: Apache x-openstack-request-id: req-12402700-8d7b-4f45-9cfc-b329d65fd9b8 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "7545b683-e09d-4eba-b4a4-9b779cae5e40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1", "stack_user_project_id": "d65450897ea64cf3b2ea80161d2b62a5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:45:41Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7545b683-e09d-4eba-b4a4-9b779cae5e40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:45:43,967 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40 used request id req-12402700-8d7b-4f45-9cfc-b329d65fd9b8 2018-10-10 14:45:46,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/7545b683-e09d-4eba-b4a4-9b779cae5e40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:45:47,001 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:46 GMT Server: Apache x-openstack-request-id: req-184b3ab5-a7a1-4530-9cee-37316a59d3ea Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:47,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:47 GMT Server: Apache x-openstack-request-id: req-b202f1d3-2201-4592-ae7b-c2d93f3ba672 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "7545b683-e09d-4eba-b4a4-9b779cae5e40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1", "stack_user_project_id": "d65450897ea64cf3b2ea80161d2b62a5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:45:41Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7545b683-e09d-4eba-b4a4-9b779cae5e40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:45:47,230 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40 used request id req-b202f1d3-2201-4592-ae7b-c2d93f3ba672 2018-10-10 14:45:50,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/7545b683-e09d-4eba-b4a4-9b779cae5e40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:45:50,893 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:50 GMT Server: Apache x-openstack-request-id: req-76fa08ef-cfb2-4030-8035-29ba92e3a043 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:50,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:50 GMT Server: Apache x-openstack-request-id: req-50406550-fe82-45ac-a632-a29b6812009f 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "7545b683-e09d-4eba-b4a4-9b779cae5e40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1", "stack_user_project_id": "d65450897ea64cf3b2ea80161d2b62a5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:45:41Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7545b683-e09d-4eba-b4a4-9b779cae5e40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:45:50,935 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40 used request id req-50406550-fe82-45ac-a632-a29b6812009f 2018-10-10 14:45:53,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/7545b683-e09d-4eba-b4a4-9b779cae5e40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:45:54,611 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:53 GMT Server: Apache x-openstack-request-id: req-90a72b98-b7ee-4d5c-9a3b-2012a2d6d6cd Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:55,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:54 GMT Server: Apache x-openstack-request-id: req-c37976ed-d248-428f-bd84-e3b583f2a1ae 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "7545b683-e09d-4eba-b4a4-9b779cae5e40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1", "stack_user_project_id": "d65450897ea64cf3b2ea80161d2b62a5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:45:41Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7545b683-e09d-4eba-b4a4-9b779cae5e40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:45:55,275 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40 used request id req-c37976ed-d248-428f-bd84-e3b583f2a1ae 2018-10-10 14:45:58,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/7545b683-e09d-4eba-b4a4-9b779cae5e40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:45:58,915 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:45:58 GMT Server: Apache x-openstack-request-id: req-345395f1-c879-454d-9938-e853e5f9e4a6 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:45:58,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:45:58 GMT Server: Apache x-openstack-request-id: req-995c731e-96b6-49fe-93b4-ee7b337c4380 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "7545b683-e09d-4eba-b4a4-9b779cae5e40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1", "stack_user_project_id": "d65450897ea64cf3b2ea80161d2b62a5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-10T14:45:41Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7545b683-e09d-4eba-b4a4-9b779cae5e40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:45:58,959 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40 used request id req-995c731e-96b6-49fe-93b4-ee7b337c4380 2018-10-10 14:45:58,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-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-e073d431-4128-49ba-bdb3-0394f81e1378-net", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}}' 2018-10-10 14:46:01,117 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:45:58 GMT Server: Apache x-openstack-request-id: req-1d367dc2-4104-4026-a955-4c2474cd674a Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}]}} 2018-10-10 14:46:01,117 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks used request id req-1d367dc2-4104-4026-a955-4c2474cd674a 2018-10-10 14:46:01,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:01,744 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:01 GMT Server: Apache x-openstack-request-id: req-e7397d36-cf32-4fdd-925d-aaf51f81e680 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:01,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:01 GMT Server: Apache x-openstack-request-id: req-209efcba-f274-4636-9627-baf39bc2d268 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:46:01,787 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-209efcba-f274-4636-9627-baf39bc2d268 2018-10-10 14:46:01,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks?stack_name=HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:01,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:01 GMT Server: Apache x-openstack-request-id: req-bf1c2a40-6019-4f96-b7be-685862e0ff89 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "deletion_time": null, "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "updated_time": null, "project": "50b165d5212f42f49cf85a43939820c6", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "tags": null}]} 2018-10-10 14:46:01,987 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks?stack_name=HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2 used request id req-bf1c2a40-6019-4f96-b7be-685862e0ff89 2018-10-10 14:46:01,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks?stack_name=HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:02,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:01 GMT Server: Apache x-openstack-request-id: req-211f1929-1344-41bd-8387-a3fbda705089 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "deletion_time": null, "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "updated_time": null, "project": "50b165d5212f42f49cf85a43939820c6", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "tags": null}]} 2018-10-10 14:46:02,181 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks?stack_name=HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2 used request id req-211f1929-1344-41bd-8387-a3fbda705089 2018-10-10 14:46:02,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:02,210 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:02 GMT Server: Apache x-openstack-request-id: req-0b064855-34f3-4b31-91c0-3d109f656e60 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:02,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:02 GMT Server: Apache x-openstack-request-id: req-2d1a67e6-3efc-49c4-ab25-3634775f15c6 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:46:02,252 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-2d1a67e6-3efc-49c4-ab25-3634775f15c6 2018-10-10 14:46:02,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:02,282 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:02 GMT Server: Apache x-openstack-request-id: req-3c1d9b04-a04d-409f-8378-a229e0faeb9e Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:02,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:02 GMT Server: Apache x-openstack-request-id: req-61c62066-e2bb-43f0-9d4d-85d3f2e11441 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:46:02,474 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-61c62066-e2bb-43f0-9d4d-85d3f2e11441 2018-10-10 14:46:05,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:05,507 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:05 GMT Server: Apache x-openstack-request-id: req-4f1fee13-b840-4607-bd5d-5a89f26b9c8a Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:05,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:05 GMT Server: Apache x-openstack-request-id: req-a928d53f-a3dc-475a-9c7a-a88ee1c63833 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:46:05,812 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-a928d53f-a3dc-475a-9c7a-a88ee1c63833 2018-10-10 14:46:08,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:09,001 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:08 GMT Server: Apache x-openstack-request-id: req-d2a11e0a-3bdb-4467-b5a3-56f2328cf118 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:09,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:09 GMT Server: Apache x-openstack-request-id: req-5024ec0c-2b93-4782-9da4-f3a50599005e 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:46:09,042 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-5024ec0c-2b93-4782-9da4-f3a50599005e 2018-10-10 14:46:12,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:12,679 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:12 GMT Server: Apache x-openstack-request-id: req-0835d7d9-66cd-41ca-8944-1e1a230fd155 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:13,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:12 GMT Server: Apache x-openstack-request-id: req-88aef348-926c-433a-bcdd-ad81e0772634 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:46:13,365 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-88aef348-926c-433a-bcdd-ad81e0772634 2018-10-10 14:46:16,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:16,397 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:16 GMT Server: Apache x-openstack-request-id: req-5a490447-045f-4c35-a04f-fd4e35d6312b Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:17,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:16 GMT Server: Apache x-openstack-request-id: req-c58b66b8-1b01-468f-a56a-3512ea6ee359 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:46:17,048 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-c58b66b8-1b01-468f-a56a-3512ea6ee359 2018-10-10 14:46:20,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:20,081 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:20 GMT Server: Apache x-openstack-request-id: req-2150d917-dd07-49dd-bdaf-b41c3a7faac3 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:20,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:20 GMT Server: Apache x-openstack-request-id: req-aafb34d3-6afe-46e3-87e7-221b0a0d901a 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:46:20,281 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-aafb34d3-6afe-46e3-87e7-221b0a0d901a 2018-10-10 14:46:23,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:23,313 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:23 GMT Server: Apache x-openstack-request-id: req-a9d980cb-1067-4da2-9653-4342990e721f Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:23,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:23 GMT Server: Apache x-openstack-request-id: req-96be4b85-b32f-4325-91ea-efd2225ad674 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:46:23,387 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-96be4b85-b32f-4325-91ea-efd2225ad674 2018-10-10 14:46:26,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:26,421 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:26 GMT Server: Apache x-openstack-request-id: req-4296e237-537a-4333-b248-d131ef588733 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:27,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:26 GMT Server: Apache x-openstack-request-id: req-bbbf3772-15d5-4092-83b8-f337889c5560 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:46:27,088 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-bbbf3772-15d5-4092-83b8-f337889c5560 2018-10-10 14:46:30,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:30,121 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:30 GMT Server: Apache x-openstack-request-id: req-5d565948-9e57-46d0-8315-98cad339156a Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:30,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:30 GMT Server: Apache x-openstack-request-id: req-942cb466-2ba0-43dd-8cb7-80231f39c083 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:46:30,196 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-942cb466-2ba0-43dd-8cb7-80231f39c083 2018-10-10 14:46:33,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:33,228 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:33 GMT Server: Apache x-openstack-request-id: req-322c222f-8009-4aed-a8a9-8e39dd443cd1 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:33,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:33 GMT Server: Apache x-openstack-request-id: req-a264d0a7-bee1-4e14-9e27-ba87b7fec126 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:46:33,302 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-a264d0a7-bee1-4e14-9e27-ba87b7fec126 2018-10-10 14:46:36,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:36,335 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:36 GMT Server: Apache x-openstack-request-id: req-3aa87aac-4f37-4d20-a9ed-ffbc01ac35db Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:36,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:36 GMT Server: Apache x-openstack-request-id: req-6263fc4a-3f60-4f55-8844-88d34d3f54d3 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:46:36,376 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-6263fc4a-3f60-4f55-8844-88d34d3f54d3 2018-10-10 14:46:39,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:39,554 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:39 GMT Server: Apache x-openstack-request-id: req-1c3a5abf-b868-4512-bae2-bb15dec791b5 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:39,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:39 GMT Server: Apache x-openstack-request-id: req-6e6254b2-9864-41e3-82e2-a01c20676867 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:46:39,742 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-6e6254b2-9864-41e3-82e2-a01c20676867 2018-10-10 14:46:42,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:42,774 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:42 GMT Server: Apache x-openstack-request-id: req-bb2c51b7-2bef-45d6-961d-a3eae3b02a13 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:42,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:42 GMT Server: Apache x-openstack-request-id: req-7316bc0a-724b-4e87-99e4-59b5aec66432 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:46:42,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-7316bc0a-724b-4e87-99e4-59b5aec66432 2018-10-10 14:46:45,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:45,849 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:45 GMT Server: Apache x-openstack-request-id: req-8916d599-50a3-4f1b-a516-171e2a02a10d Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:45,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:45 GMT Server: Apache x-openstack-request-id: req-d1127cb0-6927-44de-882d-c13e92760cee 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:46:45,890 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-d1127cb0-6927-44de-882d-c13e92760cee 2018-10-10 14:46:48,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:48,923 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:48 GMT Server: Apache x-openstack-request-id: req-cd099722-3eb4-4b68-9084-60021f17c52f Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:49,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:48 GMT Server: Apache x-openstack-request-id: req-0ef09d7e-4f07-4ce6-99f7-b3861c04f0e3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2", "stack_user_project_id": "222ea47c87514311bbb1f64a473b68ec", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-10T14:46:00Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "4a7b978f-6164-415e-9d4e-96210696b1a8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-10 14:46:49,596 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-0ef09d7e-4f07-4ce6-99f7-b3861c04f0e3 2018-10-10 14:46:49,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/7545b683-e09d-4eba-b4a4-9b779cae5e40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:49,761 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:49 GMT Server: Apache x-openstack-request-id: req-e4aed254-14ca-4a3c-8472-68a09b46edbb Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:49,835 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:46:49 GMT Server: Apache x-openstack-request-id: req-8b02c541-73fe-487f-8f7b-3d3a2d8cc01b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:46:49,835 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack1/7545b683-e09d-4eba-b4a4-9b779cae5e40 used request id req-8b02c541-73fe-487f-8f7b-3d3a2d8cc01b 2018-10-10 14:46:49,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/4a7b978f-6164-415e-9d4e-96210696b1a8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da202986a8b15871e43fbf4cfac9b4730b7aacd9" 2018-10-10 14:46:50,495 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:46:49 GMT Server: Apache x-openstack-request-id: req-64d61643-b08b-413d-ace5-5333b0806483 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:46:50,569 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:46:50 GMT Server: Apache x-openstack-request-id: req-07854768-e405-463b-afa3-c75e6b20881d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:46:50,569 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-stack2/4a7b978f-6164-415e-9d4e-96210696b1a8 used request id req-07854768-e405-463b-afa3-c75e6b20881d 2018-10-10 14:46:50,569 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-e073d431-4128-49ba-bdb3-0394f81e1378-image 2018-10-10 14:46:50,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4cb6b2b846f70e4b9fb6709e4f3d255987e9cf76" 2018-10-10 14:46:52,406 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-285a7deb-a79f-4ed0-bd1f-5fe9091c7aad Date: Wed, 10 Oct 2018 14:46:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:46:52,406 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/0478e6d1-5e7b-4836-8e86-74afdc859e3c used request id req-285a7deb-a79f-4ed0-bd1f-5fe9091c7aad 2018-10-10 14:46:52,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/7e53caff-3100-45de-bbfe-419b86315941 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1e5a6b274a668232d668ba3582da540316c90c" 2018-10-10 14:46:52,442 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:46: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-c4452d5a-b8ce-4f57-9c8a-072453a32057 x-compute-request-id: req-c4452d5a-b8ce-4f57-9c8a-072453a32057 Content-Length: 0 Content-Type: application/json 2018-10-10 14:46:52,443 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/7e53caff-3100-45de-bbfe-419b86315941 used request id req-c4452d5a-b8ce-4f57-9c8a-072453a32057 2018-10-10 14:46:52,444 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-10 14:46:52,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:46:52,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:46:52,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:46:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["9cuaKiC0SyykIed9IttwUQ"], "issued_at": "2018-10-10T14:46:52.000000Z"}} 2018-10-10 14:46:52,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64134bd2d5056c92ba3bd7f2cca75a5b61b721e9" 2018-10-10 14:46:52,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee23860e-9d00-4421-8495-f1a5d7bdab94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:46:52,898 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ee23860e-9d00-4421-8495-f1a5d7bdab94 2018-10-10 14:46:52,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64134bd2d5056c92ba3bd7f2cca75a5b61b721e9" 2018-10-10 14:46:53,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-ab5d1bc4-ac1f-46e8-9b9a-bc5762824f0c Date: Wed, 10 Oct 2018 14:46:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"} 2018-10-10 14:46:53,067 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1 used request id req-ab5d1bc4-ac1f-46e8-9b9a-bc5762824f0c 2018-10-10 14:46:53,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64134bd2d5056c92ba3bd7f2cca75a5b61b721e9" 2018-10-10 14:46:53,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8f2111f8-5748-4c7a-a318-a2b14c7b1d39 Date: Wed, 10 Oct 2018 14:46:53 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:46:53,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-8f2111f8-5748-4c7a-a318-a2b14c7b1d39 2018-10-10 14:46:53,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64134bd2d5056c92ba3bd7f2cca75a5b61b721e9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}' 2018-10-10 14:46:53,516 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e X-Openstack-Request-Id: req-e29bc6f0-e2bd-4895-ad7d-5e41706d84ad Date: Wed, 10 Oct 2018 14:46:53 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:46:53Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T14:46:53Z", "visibility": "shared", "locations": [], "self": "/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e", "min_disk": 0, "protected": false, "id": "87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e", "file": "/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e/file", "checksum": null, "owner": "50b165d5212f42f49cf85a43939820c6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:46:53,517 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-e29bc6f0-e2bd-4895-ad7d-5e41706d84ad 2018-10-10 14:46:53,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64134bd2d5056c92ba3bd7f2cca75a5b61b721e9" -d '' 2018-10-10 14:46:55,000 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7de3a387-fb53-41f8-be69-c55098b8e34f Date: Wed, 10 Oct 2018 14:46:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:46:55,001 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e/file used request id req-7de3a387-fb53-41f8-be69-c55098b8e34f 2018-10-10 14:46:55,001 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 14:46:55,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64134bd2d5056c92ba3bd7f2cca75a5b61b721e9" 2018-10-10 14:46:55,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-16bc9fe0-5ad9-493a-a88b-58017d10c29d Date: Wed, 10 Oct 2018 14:46:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:46:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:46:54Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e/snap", "metadata": {}}], "self": "/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e", "min_disk": 0, "protected": false, "id": "87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e", "file": "/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:46:55,166 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e used request id req-16bc9fe0-5ad9-493a-a88b-58017d10c29d 2018-10-10 14:46:55,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64134bd2d5056c92ba3bd7f2cca75a5b61b721e9" 2018-10-10 14:46:55,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4fb580cd-f83a-452f-a2d7-b1d328fb4cac Date: Wed, 10 Oct 2018 14:46:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:46:55,313 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-4fb580cd-f83a-452f-a2d7-b1d328fb4cac 2018-10-10 14:46:55,316 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1 2018-10-10 14:46:55,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64134bd2d5056c92ba3bd7f2cca75a5b61b721e9" 2018-10-10 14:46:55,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-43041c15-5a4d-4525-a5c5-946158e8dd2b Date: Wed, 10 Oct 2018 14:46:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:46:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:46:54Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e/snap", "metadata": {}}], "self": "/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e", "min_disk": 0, "protected": false, "id": "87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e", "file": "/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:46:55,485 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e used request id req-43041c15-5a4d-4525-a5c5-946158e8dd2b 2018-10-10 14:46:55,486 - create_image - DEBUG - Instance status is - active 2018-10-10 14:46:55,486 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1 2018-10-10 14:46:55,486 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1 2018-10-10 14:46:55,486 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-10 14:46:55,486 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:46:55,487 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:46:55,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:46:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["SHfqvf2hTravv6U7P3W3pQ"], "issued_at": "2018-10-10T14:46:55.000000Z"}} 2018-10-10 14:46:55,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c910e07a6ce3d49c8007e324f33fa6cdec39613" 2018-10-10 14:46:55,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:46:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7cfd57b-aa5f-4745-b8a2-167f21eb06dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:46:55,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e7cfd57b-aa5f-4745-b8a2-167f21eb06dc 2018-10-10 14:46:55,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c910e07a6ce3d49c8007e324f33fa6cdec39613" 2018-10-10 14:46:56,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-2c316712-ab9d-4522-8012-e0c151728238 Date: Wed, 10 Oct 2018 14:46:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2"} 2018-10-10 14:46:56,144 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2 used request id req-2c316712-ab9d-4522-8012-e0c151728238 2018-10-10 14:46:56,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c910e07a6ce3d49c8007e324f33fa6cdec39613" 2018-10-10 14:46:56,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1cfe4604-92b7-4447-b2cd-afe22a2021c6 Date: Wed, 10 Oct 2018 14:46:56 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:46:56,309 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-1cfe4604-92b7-4447-b2cd-afe22a2021c6 2018-10-10 14:46:56,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c910e07a6ce3d49c8007e324f33fa6cdec39613" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2"}' 2018-10-10 14:46:56,553 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/c3389176-0623-4b22-9b5c-33206c304474 X-Openstack-Request-Id: req-b491c447-79a0-4c63-a4a6-632799cb9068 Date: Wed, 10 Oct 2018 14:46:56 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:46:56Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T14:46:56Z", "visibility": "shared", "locations": [], "self": "/v2/images/c3389176-0623-4b22-9b5c-33206c304474", "min_disk": 0, "protected": false, "id": "c3389176-0623-4b22-9b5c-33206c304474", "file": "/v2/images/c3389176-0623-4b22-9b5c-33206c304474/file", "checksum": null, "owner": "50b165d5212f42f49cf85a43939820c6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:46:56,553 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-b491c447-79a0-4c63-a4a6-632799cb9068 2018-10-10 14:46:56,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/c3389176-0623-4b22-9b5c-33206c304474/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c910e07a6ce3d49c8007e324f33fa6cdec39613" -d '' 2018-10-10 14:46:58,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e2745708-10a5-4b00-a232-602a7886b9fd Date: Wed, 10 Oct 2018 14:46:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:46:58,463 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/c3389176-0623-4b22-9b5c-33206c304474/file used request id req-e2745708-10a5-4b00-a232-602a7886b9fd 2018-10-10 14:46:58,464 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 14:46:58,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/c3389176-0623-4b22-9b5c-33206c304474 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c910e07a6ce3d49c8007e324f33fa6cdec39613" 2018-10-10 14:46:58,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-70478b98-52cc-419e-afa1-03bd5cdec295 Date: Wed, 10 Oct 2018 14:46:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:46:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:46:58Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/c3389176-0623-4b22-9b5c-33206c304474/snap", "metadata": {}}], "self": "/v2/images/c3389176-0623-4b22-9b5c-33206c304474", "min_disk": 0, "protected": false, "id": "c3389176-0623-4b22-9b5c-33206c304474", "file": "/v2/images/c3389176-0623-4b22-9b5c-33206c304474/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/c3389176-0623-4b22-9b5c-33206c304474/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:46:58,689 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/c3389176-0623-4b22-9b5c-33206c304474 used request id req-70478b98-52cc-419e-afa1-03bd5cdec295 2018-10-10 14:46:58,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c910e07a6ce3d49c8007e324f33fa6cdec39613" 2018-10-10 14:46:58,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c38e4ed8-de3e-4aaa-82b4-26e994159ed7 Date: Wed, 10 Oct 2018 14:46:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:46:58,699 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-c38e4ed8-de3e-4aaa-82b4-26e994159ed7 2018-10-10 14:46:58,702 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2 2018-10-10 14:46:58,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/c3389176-0623-4b22-9b5c-33206c304474 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c910e07a6ce3d49c8007e324f33fa6cdec39613" 2018-10-10 14:46:58,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-21fd80d0-3960-492d-aa4e-4c23fd6c5b40 Date: Wed, 10 Oct 2018 14:46:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:46:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:46:58Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/c3389176-0623-4b22-9b5c-33206c304474/snap", "metadata": {}}], "self": "/v2/images/c3389176-0623-4b22-9b5c-33206c304474", "min_disk": 0, "protected": false, "id": "c3389176-0623-4b22-9b5c-33206c304474", "file": "/v2/images/c3389176-0623-4b22-9b5c-33206c304474/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/c3389176-0623-4b22-9b5c-33206c304474/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:46:58,903 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/c3389176-0623-4b22-9b5c-33206c304474 used request id req-21fd80d0-3960-492d-aa4e-4c23fd6c5b40 2018-10-10 14:46:58,904 - create_image - DEBUG - Instance status is - active 2018-10-10 14:46:58,904 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2 2018-10-10 14:46:58,904 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2 2018-10-10 14:46:58,904 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-10 14:46:58,976 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:46:59,347 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:46:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["XOmnRDw0Tue3Rp11oG9z1w"], "issued_at": "2018-10-10T14:46:59.000000Z"}} 2018-10-10 14:46:59,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-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-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net"}}' 2018-10-10 14:47:02,922 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:46:59 GMT Server: Apache x-openstack-request-id: req-d7cbc375-230c-4383-be03-ffa84f8d4a57 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}]}} 2018-10-10 14:47:02,922 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks used request id req-d7cbc375-230c-4383-be03-ffa84f8d4a57 2018-10-10 14:47:02,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:03,100 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:02 GMT Server: Apache x-openstack-request-id: req-c3069113-efe0-4fc9-9ad3-c41becab64ed Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:03,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:03 GMT Server: Apache x-openstack-request-id: req-a93fa2cd-1097-43f5-b3ba-af35545bda85 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 722 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-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "stack_user_project_id": "ca96263866dc489aa92441687670e8f4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:47:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-10 14:47:03,296 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-a93fa2cd-1097-43f5-b3ba-af35545bda85 2018-10-10 14:47:03,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:03,469 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:03 GMT Server: Apache x-openstack-request-id: req-cb4529b7-a4ae-4cf7-ad5d-8692ab5c25f7 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:03,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:03 GMT Server: Apache x-openstack-request-id: req-c0a8c550-f106-4783-811e-d2c7bf219434 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 722 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-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "stack_user_project_id": "ca96263866dc489aa92441687670e8f4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:47:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-10 14:47:03,685 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-c0a8c550-f106-4783-811e-d2c7bf219434 2018-10-10 14:47:06,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:06,717 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:06 GMT Server: Apache x-openstack-request-id: req-10380fd6-df88-4b3d-aebd-bc9f518de062 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:07,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:06 GMT Server: Apache x-openstack-request-id: req-313002c3-b578-4cc7-b7bd-585888214e78 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 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-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "stack_user_project_id": "ca96263866dc489aa92441687670e8f4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:47:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA02BNlR7f/TeNErlT1MCx4rZkZdvzjfo06QJKoHbQadQtxmEc\na2es10QL3cB0fd5QLGJH3pdry9vLB+/LsxBfTdOOmWKrH/ns05JM+FitsQRCh9/8\nVMPZ5mtkHTacznX/BxX5S7U9nFTySLEUqroyBh42aQQpui9p8jt4S5vZ+EPxF9+e\n1oN+SSMjEzCFNAZi8WhaPJUvqIyw257CBib9+ZsW7YFqBCfSookUvQj1zkIShs9J\nWRtauw/ZRFvbxZ0yGHe8nqG31bnvREHbOQgbLXEUJKoW/xzEcbwwDYmr6KFTRIbj\nKeN53Nfe3uc+CyjBKpRxu4Dba/KGJiX6PYtShwIDAQABAoIBAC7alvfqCx529Ndk\nqzdqq0OkyGZntfoPrzDDKEWfcJ00whzKI+GO7poc5EB4S5om8ECWXHXzvJpIkx2k\nQtPjWizHK0HGxEXnQV64fEVEauPlHNY/iRBFBYT04xEyrNl7AFfSwBrPBuQjVD1W\nu00IztPaWJc4rAMwRVzDX+vqlQtZpN7QlEMyP6TRTIlt/NzQhS6z7vNE0orB6iYc\nkzZGAhq5gMyFL5Q4eKyXDIkt/0KxTfCGVK2+IFRKWG1i4dP3bu28tSG5CXb3AyMH\n27Au8+jED1jZnmQlE6GBFwPE/gERyrfzgyR5//L0sU7hpRV8amd7wtadDuc6KArX\nCRqMW+ECgYEA8he8hzr/uUcqDB6Si/BtCeERaziKg9iPbk6QgNX8OeA/K7WGdLHt\nSmfJ/WU4lwS3DCeSJ0ERJMbH9lwkTPd6JFTJhewPe2h5LToARTxCBj3l02qJxebD\nuD41Dbiq+U5wKPbq2YLxxVjYkvF+l1CKUIzTmERn1HRxk8Q6naWIQzECgYEA34TX\n1+gXrUTr3d0nCQWdS50xa/jtDSFqBt0Va9ZA/69ZkNnOg1CkSShxEyUWYEpnyWJR\nZTLUTX2HixT9b34ygqsIg0/djPqBYJr0FnQi5ajuhIEVUPDQCavJqr+pSc0SRuil\nn2O2XPfw6X8TdyV0V48bMZIGy+1IHCXF3MA8UzcCgYB5LXBssBd4giqFznfEHCA4\nJbQ2WyLaQ/fnWuPx2SpbPefg1QfsOXNxHup4L8ZXsUB+kQATLfqK0gUdR5nT/Lvi\nm54TrslBGFYvUSz5euQBg9IaNOWpbYziGCEuMRVDnQN/PbjoDyc9hO9C/iZDT0ks\ncJEpUnQ2X+LJ+Bru9gBywQKBgQCyDJMXdNUve+BbamhG4ocLDZupw6+pLv3Tm9cN\ngK1kP10carP7nIhRknqIYpmxeHO2UrA96cB+Pclz+/NqFd/MgMuWNk9olr/qoWRg\nYoDN6sSdHmpJgJpnqcVKU8RZepbdj0MndXl2Ezd/+G8cEOTdPqzNzuHFHi275kb3\n8tXa/wKBgGc0Kyi6Bko6Gc5mBLP16IflYagh0Yt5OTHG1U6qpXzuf2pmxE4COEJN\n29MLFlqsf6VHiXz5C46QzTeR5sHIQGkhGYMRB34Cr1K+PaX18goYFZUz5VSi2TWh\nJoD/cEfdUcGcYOsTyoa+l/7PFFrbuwtaQUkReaFhHWC+yRpx+mmN\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-10 14:47:07,035 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-313002c3-b578-4cc7-b7bd-585888214e78 2018-10-10 14:47:10,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:10,738 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:10 GMT Server: Apache x-openstack-request-id: req-cadfe698-9f73-4f96-9d17-77432d5894a2 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:11,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:10 GMT Server: Apache x-openstack-request-id: req-ba88f1cf-46b7-43d0-a470-5858ccc8a14b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 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-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "stack_user_project_id": "ca96263866dc489aa92441687670e8f4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:47:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA02BNlR7f/TeNErlT1MCx4rZkZdvzjfo06QJKoHbQadQtxmEc\na2es10QL3cB0fd5QLGJH3pdry9vLB+/LsxBfTdOOmWKrH/ns05JM+FitsQRCh9/8\nVMPZ5mtkHTacznX/BxX5S7U9nFTySLEUqroyBh42aQQpui9p8jt4S5vZ+EPxF9+e\n1oN+SSMjEzCFNAZi8WhaPJUvqIyw257CBib9+ZsW7YFqBCfSookUvQj1zkIShs9J\nWRtauw/ZRFvbxZ0yGHe8nqG31bnvREHbOQgbLXEUJKoW/xzEcbwwDYmr6KFTRIbj\nKeN53Nfe3uc+CyjBKpRxu4Dba/KGJiX6PYtShwIDAQABAoIBAC7alvfqCx529Ndk\nqzdqq0OkyGZntfoPrzDDKEWfcJ00whzKI+GO7poc5EB4S5om8ECWXHXzvJpIkx2k\nQtPjWizHK0HGxEXnQV64fEVEauPlHNY/iRBFBYT04xEyrNl7AFfSwBrPBuQjVD1W\nu00IztPaWJc4rAMwRVzDX+vqlQtZpN7QlEMyP6TRTIlt/NzQhS6z7vNE0orB6iYc\nkzZGAhq5gMyFL5Q4eKyXDIkt/0KxTfCGVK2+IFRKWG1i4dP3bu28tSG5CXb3AyMH\n27Au8+jED1jZnmQlE6GBFwPE/gERyrfzgyR5//L0sU7hpRV8amd7wtadDuc6KArX\nCRqMW+ECgYEA8he8hzr/uUcqDB6Si/BtCeERaziKg9iPbk6QgNX8OeA/K7WGdLHt\nSmfJ/WU4lwS3DCeSJ0ERJMbH9lwkTPd6JFTJhewPe2h5LToARTxCBj3l02qJxebD\nuD41Dbiq+U5wKPbq2YLxxVjYkvF+l1CKUIzTmERn1HRxk8Q6naWIQzECgYEA34TX\n1+gXrUTr3d0nCQWdS50xa/jtDSFqBt0Va9ZA/69ZkNnOg1CkSShxEyUWYEpnyWJR\nZTLUTX2HixT9b34ygqsIg0/djPqBYJr0FnQi5ajuhIEVUPDQCavJqr+pSc0SRuil\nn2O2XPfw6X8TdyV0V48bMZIGy+1IHCXF3MA8UzcCgYB5LXBssBd4giqFznfEHCA4\nJbQ2WyLaQ/fnWuPx2SpbPefg1QfsOXNxHup4L8ZXsUB+kQATLfqK0gUdR5nT/Lvi\nm54TrslBGFYvUSz5euQBg9IaNOWpbYziGCEuMRVDnQN/PbjoDyc9hO9C/iZDT0ks\ncJEpUnQ2X+LJ+Bru9gBywQKBgQCyDJMXdNUve+BbamhG4ocLDZupw6+pLv3Tm9cN\ngK1kP10carP7nIhRknqIYpmxeHO2UrA96cB+Pclz+/NqFd/MgMuWNk9olr/qoWRg\nYoDN6sSdHmpJgJpnqcVKU8RZepbdj0MndXl2Ezd/+G8cEOTdPqzNzuHFHi275kb3\n8tXa/wKBgGc0Kyi6Bko6Gc5mBLP16IflYagh0Yt5OTHG1U6qpXzuf2pmxE4COEJN\n29MLFlqsf6VHiXz5C46QzTeR5sHIQGkhGYMRB34Cr1K+PaX18goYFZUz5VSi2TWh\nJoD/cEfdUcGcYOsTyoa+l/7PFFrbuwtaQUkReaFhHWC+yRpx+mmN\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-10 14:47:11,055 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-ba88f1cf-46b7-43d0-a470-5858ccc8a14b 2018-10-10 14:47:14,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:14,238 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:14 GMT Server: Apache x-openstack-request-id: req-7f7fbf4f-d6b5-4492-804d-07bf67831bf6 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:14,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:14 GMT Server: Apache x-openstack-request-id: req-99383778-4915-4fda-bc93-3cf6ff34af18 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 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-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "stack_user_project_id": "ca96263866dc489aa92441687670e8f4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:47:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA02BNlR7f/TeNErlT1MCx4rZkZdvzjfo06QJKoHbQadQtxmEc\na2es10QL3cB0fd5QLGJH3pdry9vLB+/LsxBfTdOOmWKrH/ns05JM+FitsQRCh9/8\nVMPZ5mtkHTacznX/BxX5S7U9nFTySLEUqroyBh42aQQpui9p8jt4S5vZ+EPxF9+e\n1oN+SSMjEzCFNAZi8WhaPJUvqIyw257CBib9+ZsW7YFqBCfSookUvQj1zkIShs9J\nWRtauw/ZRFvbxZ0yGHe8nqG31bnvREHbOQgbLXEUJKoW/xzEcbwwDYmr6KFTRIbj\nKeN53Nfe3uc+CyjBKpRxu4Dba/KGJiX6PYtShwIDAQABAoIBAC7alvfqCx529Ndk\nqzdqq0OkyGZntfoPrzDDKEWfcJ00whzKI+GO7poc5EB4S5om8ECWXHXzvJpIkx2k\nQtPjWizHK0HGxEXnQV64fEVEauPlHNY/iRBFBYT04xEyrNl7AFfSwBrPBuQjVD1W\nu00IztPaWJc4rAMwRVzDX+vqlQtZpN7QlEMyP6TRTIlt/NzQhS6z7vNE0orB6iYc\nkzZGAhq5gMyFL5Q4eKyXDIkt/0KxTfCGVK2+IFRKWG1i4dP3bu28tSG5CXb3AyMH\n27Au8+jED1jZnmQlE6GBFwPE/gERyrfzgyR5//L0sU7hpRV8amd7wtadDuc6KArX\nCRqMW+ECgYEA8he8hzr/uUcqDB6Si/BtCeERaziKg9iPbk6QgNX8OeA/K7WGdLHt\nSmfJ/WU4lwS3DCeSJ0ERJMbH9lwkTPd6JFTJhewPe2h5LToARTxCBj3l02qJxebD\nuD41Dbiq+U5wKPbq2YLxxVjYkvF+l1CKUIzTmERn1HRxk8Q6naWIQzECgYEA34TX\n1+gXrUTr3d0nCQWdS50xa/jtDSFqBt0Va9ZA/69ZkNnOg1CkSShxEyUWYEpnyWJR\nZTLUTX2HixT9b34ygqsIg0/djPqBYJr0FnQi5ajuhIEVUPDQCavJqr+pSc0SRuil\nn2O2XPfw6X8TdyV0V48bMZIGy+1IHCXF3MA8UzcCgYB5LXBssBd4giqFznfEHCA4\nJbQ2WyLaQ/fnWuPx2SpbPefg1QfsOXNxHup4L8ZXsUB+kQATLfqK0gUdR5nT/Lvi\nm54TrslBGFYvUSz5euQBg9IaNOWpbYziGCEuMRVDnQN/PbjoDyc9hO9C/iZDT0ks\ncJEpUnQ2X+LJ+Bru9gBywQKBgQCyDJMXdNUve+BbamhG4ocLDZupw6+pLv3Tm9cN\ngK1kP10carP7nIhRknqIYpmxeHO2UrA96cB+Pclz+/NqFd/MgMuWNk9olr/qoWRg\nYoDN6sSdHmpJgJpnqcVKU8RZepbdj0MndXl2Ezd/+G8cEOTdPqzNzuHFHi275kb3\n8tXa/wKBgGc0Kyi6Bko6Gc5mBLP16IflYagh0Yt5OTHG1U6qpXzuf2pmxE4COEJN\n29MLFlqsf6VHiXz5C46QzTeR5sHIQGkhGYMRB34Cr1K+PaX18goYFZUz5VSi2TWh\nJoD/cEfdUcGcYOsTyoa+l/7PFFrbuwtaQUkReaFhHWC+yRpx+mmN\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-10 14:47:14,550 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-99383778-4915-4fda-bc93-3cf6ff34af18 2018-10-10 14:47:17,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:17,757 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:17 GMT Server: Apache x-openstack-request-id: req-f1ff092d-f38a-4005-98b4-fa51e7dd03f2 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:17,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:17 GMT Server: Apache x-openstack-request-id: req-edf8b3d9-dab2-48f2-9227-62d4c39cc432 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 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-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "stack_user_project_id": "ca96263866dc489aa92441687670e8f4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:47:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA02BNlR7f/TeNErlT1MCx4rZkZdvzjfo06QJKoHbQadQtxmEc\na2es10QL3cB0fd5QLGJH3pdry9vLB+/LsxBfTdOOmWKrH/ns05JM+FitsQRCh9/8\nVMPZ5mtkHTacznX/BxX5S7U9nFTySLEUqroyBh42aQQpui9p8jt4S5vZ+EPxF9+e\n1oN+SSMjEzCFNAZi8WhaPJUvqIyw257CBib9+ZsW7YFqBCfSookUvQj1zkIShs9J\nWRtauw/ZRFvbxZ0yGHe8nqG31bnvREHbOQgbLXEUJKoW/xzEcbwwDYmr6KFTRIbj\nKeN53Nfe3uc+CyjBKpRxu4Dba/KGJiX6PYtShwIDAQABAoIBAC7alvfqCx529Ndk\nqzdqq0OkyGZntfoPrzDDKEWfcJ00whzKI+GO7poc5EB4S5om8ECWXHXzvJpIkx2k\nQtPjWizHK0HGxEXnQV64fEVEauPlHNY/iRBFBYT04xEyrNl7AFfSwBrPBuQjVD1W\nu00IztPaWJc4rAMwRVzDX+vqlQtZpN7QlEMyP6TRTIlt/NzQhS6z7vNE0orB6iYc\nkzZGAhq5gMyFL5Q4eKyXDIkt/0KxTfCGVK2+IFRKWG1i4dP3bu28tSG5CXb3AyMH\n27Au8+jED1jZnmQlE6GBFwPE/gERyrfzgyR5//L0sU7hpRV8amd7wtadDuc6KArX\nCRqMW+ECgYEA8he8hzr/uUcqDB6Si/BtCeERaziKg9iPbk6QgNX8OeA/K7WGdLHt\nSmfJ/WU4lwS3DCeSJ0ERJMbH9lwkTPd6JFTJhewPe2h5LToARTxCBj3l02qJxebD\nuD41Dbiq+U5wKPbq2YLxxVjYkvF+l1CKUIzTmERn1HRxk8Q6naWIQzECgYEA34TX\n1+gXrUTr3d0nCQWdS50xa/jtDSFqBt0Va9ZA/69ZkNnOg1CkSShxEyUWYEpnyWJR\nZTLUTX2HixT9b34ygqsIg0/djPqBYJr0FnQi5ajuhIEVUPDQCavJqr+pSc0SRuil\nn2O2XPfw6X8TdyV0V48bMZIGy+1IHCXF3MA8UzcCgYB5LXBssBd4giqFznfEHCA4\nJbQ2WyLaQ/fnWuPx2SpbPefg1QfsOXNxHup4L8ZXsUB+kQATLfqK0gUdR5nT/Lvi\nm54TrslBGFYvUSz5euQBg9IaNOWpbYziGCEuMRVDnQN/PbjoDyc9hO9C/iZDT0ks\ncJEpUnQ2X+LJ+Bru9gBywQKBgQCyDJMXdNUve+BbamhG4ocLDZupw6+pLv3Tm9cN\ngK1kP10carP7nIhRknqIYpmxeHO2UrA96cB+Pclz+/NqFd/MgMuWNk9olr/qoWRg\nYoDN6sSdHmpJgJpnqcVKU8RZepbdj0MndXl2Ezd/+G8cEOTdPqzNzuHFHi275kb3\n8tXa/wKBgGc0Kyi6Bko6Gc5mBLP16IflYagh0Yt5OTHG1U6qpXzuf2pmxE4COEJN\n29MLFlqsf6VHiXz5C46QzTeR5sHIQGkhGYMRB34Cr1K+PaX18goYFZUz5VSi2TWh\nJoD/cEfdUcGcYOsTyoa+l/7PFFrbuwtaQUkReaFhHWC+yRpx+mmN\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-10 14:47:17,932 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-edf8b3d9-dab2-48f2-9227-62d4c39cc432 2018-10-10 14:47:20,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:20,968 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:20 GMT Server: Apache x-openstack-request-id: req-5058bee7-1684-4e81-b688-6c084d70208d Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:21,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:20 GMT Server: Apache x-openstack-request-id: req-3481ec47-fe5d-4eed-9276-f2fd14e0e467 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 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-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "stack_user_project_id": "ca96263866dc489aa92441687670e8f4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:47:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA02BNlR7f/TeNErlT1MCx4rZkZdvzjfo06QJKoHbQadQtxmEc\na2es10QL3cB0fd5QLGJH3pdry9vLB+/LsxBfTdOOmWKrH/ns05JM+FitsQRCh9/8\nVMPZ5mtkHTacznX/BxX5S7U9nFTySLEUqroyBh42aQQpui9p8jt4S5vZ+EPxF9+e\n1oN+SSMjEzCFNAZi8WhaPJUvqIyw257CBib9+ZsW7YFqBCfSookUvQj1zkIShs9J\nWRtauw/ZRFvbxZ0yGHe8nqG31bnvREHbOQgbLXEUJKoW/xzEcbwwDYmr6KFTRIbj\nKeN53Nfe3uc+CyjBKpRxu4Dba/KGJiX6PYtShwIDAQABAoIBAC7alvfqCx529Ndk\nqzdqq0OkyGZntfoPrzDDKEWfcJ00whzKI+GO7poc5EB4S5om8ECWXHXzvJpIkx2k\nQtPjWizHK0HGxEXnQV64fEVEauPlHNY/iRBFBYT04xEyrNl7AFfSwBrPBuQjVD1W\nu00IztPaWJc4rAMwRVzDX+vqlQtZpN7QlEMyP6TRTIlt/NzQhS6z7vNE0orB6iYc\nkzZGAhq5gMyFL5Q4eKyXDIkt/0KxTfCGVK2+IFRKWG1i4dP3bu28tSG5CXb3AyMH\n27Au8+jED1jZnmQlE6GBFwPE/gERyrfzgyR5//L0sU7hpRV8amd7wtadDuc6KArX\nCRqMW+ECgYEA8he8hzr/uUcqDB6Si/BtCeERaziKg9iPbk6QgNX8OeA/K7WGdLHt\nSmfJ/WU4lwS3DCeSJ0ERJMbH9lwkTPd6JFTJhewPe2h5LToARTxCBj3l02qJxebD\nuD41Dbiq+U5wKPbq2YLxxVjYkvF+l1CKUIzTmERn1HRxk8Q6naWIQzECgYEA34TX\n1+gXrUTr3d0nCQWdS50xa/jtDSFqBt0Va9ZA/69ZkNnOg1CkSShxEyUWYEpnyWJR\nZTLUTX2HixT9b34ygqsIg0/djPqBYJr0FnQi5ajuhIEVUPDQCavJqr+pSc0SRuil\nn2O2XPfw6X8TdyV0V48bMZIGy+1IHCXF3MA8UzcCgYB5LXBssBd4giqFznfEHCA4\nJbQ2WyLaQ/fnWuPx2SpbPefg1QfsOXNxHup4L8ZXsUB+kQATLfqK0gUdR5nT/Lvi\nm54TrslBGFYvUSz5euQBg9IaNOWpbYziGCEuMRVDnQN/PbjoDyc9hO9C/iZDT0ks\ncJEpUnQ2X+LJ+Bru9gBywQKBgQCyDJMXdNUve+BbamhG4ocLDZupw6+pLv3Tm9cN\ngK1kP10carP7nIhRknqIYpmxeHO2UrA96cB+Pclz+/NqFd/MgMuWNk9olr/qoWRg\nYoDN6sSdHmpJgJpnqcVKU8RZepbdj0MndXl2Ezd/+G8cEOTdPqzNzuHFHi275kb3\n8tXa/wKBgGc0Kyi6Bko6Gc5mBLP16IflYagh0Yt5OTHG1U6qpXzuf2pmxE4COEJN\n29MLFlqsf6VHiXz5C46QzTeR5sHIQGkhGYMRB34Cr1K+PaX18goYFZUz5VSi2TWh\nJoD/cEfdUcGcYOsTyoa+l/7PFFrbuwtaQUkReaFhHWC+yRpx+mmN\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-10 14:47:21,290 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-3481ec47-fe5d-4eed-9276-f2fd14e0e467 2018-10-10 14:47:24,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:24,322 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:24 GMT Server: Apache x-openstack-request-id: req-d206354b-630f-4eef-8897-4afb7432ddad Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:24,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:24 GMT Server: Apache x-openstack-request-id: req-2b7295e9-36ed-465d-9694-25394f3c675a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 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-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "stack_user_project_id": "ca96263866dc489aa92441687670e8f4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:47:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA02BNlR7f/TeNErlT1MCx4rZkZdvzjfo06QJKoHbQadQtxmEc\na2es10QL3cB0fd5QLGJH3pdry9vLB+/LsxBfTdOOmWKrH/ns05JM+FitsQRCh9/8\nVMPZ5mtkHTacznX/BxX5S7U9nFTySLEUqroyBh42aQQpui9p8jt4S5vZ+EPxF9+e\n1oN+SSMjEzCFNAZi8WhaPJUvqIyw257CBib9+ZsW7YFqBCfSookUvQj1zkIShs9J\nWRtauw/ZRFvbxZ0yGHe8nqG31bnvREHbOQgbLXEUJKoW/xzEcbwwDYmr6KFTRIbj\nKeN53Nfe3uc+CyjBKpRxu4Dba/KGJiX6PYtShwIDAQABAoIBAC7alvfqCx529Ndk\nqzdqq0OkyGZntfoPrzDDKEWfcJ00whzKI+GO7poc5EB4S5om8ECWXHXzvJpIkx2k\nQtPjWizHK0HGxEXnQV64fEVEauPlHNY/iRBFBYT04xEyrNl7AFfSwBrPBuQjVD1W\nu00IztPaWJc4rAMwRVzDX+vqlQtZpN7QlEMyP6TRTIlt/NzQhS6z7vNE0orB6iYc\nkzZGAhq5gMyFL5Q4eKyXDIkt/0KxTfCGVK2+IFRKWG1i4dP3bu28tSG5CXb3AyMH\n27Au8+jED1jZnmQlE6GBFwPE/gERyrfzgyR5//L0sU7hpRV8amd7wtadDuc6KArX\nCRqMW+ECgYEA8he8hzr/uUcqDB6Si/BtCeERaziKg9iPbk6QgNX8OeA/K7WGdLHt\nSmfJ/WU4lwS3DCeSJ0ERJMbH9lwkTPd6JFTJhewPe2h5LToARTxCBj3l02qJxebD\nuD41Dbiq+U5wKPbq2YLxxVjYkvF+l1CKUIzTmERn1HRxk8Q6naWIQzECgYEA34TX\n1+gXrUTr3d0nCQWdS50xa/jtDSFqBt0Va9ZA/69ZkNnOg1CkSShxEyUWYEpnyWJR\nZTLUTX2HixT9b34ygqsIg0/djPqBYJr0FnQi5ajuhIEVUPDQCavJqr+pSc0SRuil\nn2O2XPfw6X8TdyV0V48bMZIGy+1IHCXF3MA8UzcCgYB5LXBssBd4giqFznfEHCA4\nJbQ2WyLaQ/fnWuPx2SpbPefg1QfsOXNxHup4L8ZXsUB+kQATLfqK0gUdR5nT/Lvi\nm54TrslBGFYvUSz5euQBg9IaNOWpbYziGCEuMRVDnQN/PbjoDyc9hO9C/iZDT0ks\ncJEpUnQ2X+LJ+Bru9gBywQKBgQCyDJMXdNUve+BbamhG4ocLDZupw6+pLv3Tm9cN\ngK1kP10carP7nIhRknqIYpmxeHO2UrA96cB+Pclz+/NqFd/MgMuWNk9olr/qoWRg\nYoDN6sSdHmpJgJpnqcVKU8RZepbdj0MndXl2Ezd/+G8cEOTdPqzNzuHFHi275kb3\n8tXa/wKBgGc0Kyi6Bko6Gc5mBLP16IflYagh0Yt5OTHG1U6qpXzuf2pmxE4COEJN\n29MLFlqsf6VHiXz5C46QzTeR5sHIQGkhGYMRB34Cr1K+PaX18goYFZUz5VSi2TWh\nJoD/cEfdUcGcYOsTyoa+l/7PFFrbuwtaQUkReaFhHWC+yRpx+mmN\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-10 14:47:24,680 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-2b7295e9-36ed-465d-9694-25394f3c675a 2018-10-10 14:47:27,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:27,713 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:27 GMT Server: Apache x-openstack-request-id: req-435c3c96-8889-4b44-9386-ae4fb6786cb7 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:28,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:27 GMT Server: Apache x-openstack-request-id: req-1fd9fd36-32b3-455d-ae77-d5f5850382e7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "stack_user_project_id": "ca96263866dc489aa92441687670e8f4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-10T14:47:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA02BNlR7f/TeNErlT1MCx4rZkZdvzjfo06QJKoHbQadQtxmEc\na2es10QL3cB0fd5QLGJH3pdry9vLB+/LsxBfTdOOmWKrH/ns05JM+FitsQRCh9/8\nVMPZ5mtkHTacznX/BxX5S7U9nFTySLEUqroyBh42aQQpui9p8jt4S5vZ+EPxF9+e\n1oN+SSMjEzCFNAZi8WhaPJUvqIyw257CBib9+ZsW7YFqBCfSookUvQj1zkIShs9J\nWRtauw/ZRFvbxZ0yGHe8nqG31bnvREHbOQgbLXEUJKoW/xzEcbwwDYmr6KFTRIbj\nKeN53Nfe3uc+CyjBKpRxu4Dba/KGJiX6PYtShwIDAQABAoIBAC7alvfqCx529Ndk\nqzdqq0OkyGZntfoPrzDDKEWfcJ00whzKI+GO7poc5EB4S5om8ECWXHXzvJpIkx2k\nQtPjWizHK0HGxEXnQV64fEVEauPlHNY/iRBFBYT04xEyrNl7AFfSwBrPBuQjVD1W\nu00IztPaWJc4rAMwRVzDX+vqlQtZpN7QlEMyP6TRTIlt/NzQhS6z7vNE0orB6iYc\nkzZGAhq5gMyFL5Q4eKyXDIkt/0KxTfCGVK2+IFRKWG1i4dP3bu28tSG5CXb3AyMH\n27Au8+jED1jZnmQlE6GBFwPE/gERyrfzgyR5//L0sU7hpRV8amd7wtadDuc6KArX\nCRqMW+ECgYEA8he8hzr/uUcqDB6Si/BtCeERaziKg9iPbk6QgNX8OeA/K7WGdLHt\nSmfJ/WU4lwS3DCeSJ0ERJMbH9lwkTPd6JFTJhewPe2h5LToARTxCBj3l02qJxebD\nuD41Dbiq+U5wKPbq2YLxxVjYkvF+l1CKUIzTmERn1HRxk8Q6naWIQzECgYEA34TX\n1+gXrUTr3d0nCQWdS50xa/jtDSFqBt0Va9ZA/69ZkNnOg1CkSShxEyUWYEpnyWJR\nZTLUTX2HixT9b34ygqsIg0/djPqBYJr0FnQi5ajuhIEVUPDQCavJqr+pSc0SRuil\nn2O2XPfw6X8TdyV0V48bMZIGy+1IHCXF3MA8UzcCgYB5LXBssBd4giqFznfEHCA4\nJbQ2WyLaQ/fnWuPx2SpbPefg1QfsOXNxHup4L8ZXsUB+kQATLfqK0gUdR5nT/Lvi\nm54TrslBGFYvUSz5euQBg9IaNOWpbYziGCEuMRVDnQN/PbjoDyc9hO9C/iZDT0ks\ncJEpUnQ2X+LJ+Bru9gBywQKBgQCyDJMXdNUve+BbamhG4ocLDZupw6+pLv3Tm9cN\ngK1kP10carP7nIhRknqIYpmxeHO2UrA96cB+Pclz+/NqFd/MgMuWNk9olr/qoWRg\nYoDN6sSdHmpJgJpnqcVKU8RZepbdj0MndXl2Ezd/+G8cEOTdPqzNzuHFHi275kb3\n8tXa/wKBgGc0Kyi6Bko6Gc5mBLP16IflYagh0Yt5OTHG1U6qpXzuf2pmxE4COEJN\n29MLFlqsf6VHiXz5C46QzTeR5sHIQGkhGYMRB34Cr1K+PaX18goYFZUz5VSi2TWh\nJoD/cEfdUcGcYOsTyoa+l/7PFFrbuwtaQUkReaFhHWC+yRpx+mmN\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-10 14:47:28,046 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-1fd9fd36-32b3-455d-ae77-d5f5850382e7 2018-10-10 14:47:28,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:28,695 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:28 GMT Server: Apache x-openstack-request-id: req-0dbc3761-c137-459f-b14f-d96640fad659 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:28,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:28 GMT Server: Apache x-openstack-request-id: req-99a5c978-d216-4d3e-948b-4da8d2209ae6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1051 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "8a300161-490b-47f4-bd8c-4a7f59ce2dbd", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "77cea37e-24a2-46c1-bf6b-1701341bfea9", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/network", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7761bdee-933c-44e4-9bfe-94cd0f19e2d7", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "cc3e2624-4ed1-439f-9031-6ed1c7e05922", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c94b921f-892d-4f1f-996c-e687d8f7b725", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-10T14:47:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:02Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "7911825d-f04c-41e4-acb1-bde61b85afc3", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "7911825d-f04c-41e4-acb1-bde61b85afc3:subnet_id=6c34ceb3-15bc-4de8-af05-5acdae7fcf48", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "6c34ceb3-15bc-4de8-af05-5acdae7fcf48", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6309b514-08f8-4ce4-87dd-ee35cd209dac", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6e04cc23-35bd-4f82-b4ee-751b6ebc6bd5", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/port1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "d0937318-ede8-4b6e-bda9-ca65eac09e31", "resource_type": "OS::Neutron::Port"}]} 2018-10-10 14:47:28,914 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources used request id req-99a5c978-d216-4d3e-948b-4da8d2209ae6 2018-10-10 14:47:28,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:29,095 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:28 GMT Server: Apache x-openstack-request-id: req-9d0c3152-1436-4e73-876b-45ffcf542649 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:29,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:29 GMT Server: Apache x-openstack-request-id: req-0d9b1c46-8919-499e-9180-a703a1c8b131 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "stack_user_project_id": "ca96263866dc489aa92441687670e8f4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-10T14:47:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA02BNlR7f/TeNErlT1MCx4rZkZdvzjfo06QJKoHbQadQtxmEc\na2es10QL3cB0fd5QLGJH3pdry9vLB+/LsxBfTdOOmWKrH/ns05JM+FitsQRCh9/8\nVMPZ5mtkHTacznX/BxX5S7U9nFTySLEUqroyBh42aQQpui9p8jt4S5vZ+EPxF9+e\n1oN+SSMjEzCFNAZi8WhaPJUvqIyw257CBib9+ZsW7YFqBCfSookUvQj1zkIShs9J\nWRtauw/ZRFvbxZ0yGHe8nqG31bnvREHbOQgbLXEUJKoW/xzEcbwwDYmr6KFTRIbj\nKeN53Nfe3uc+CyjBKpRxu4Dba/KGJiX6PYtShwIDAQABAoIBAC7alvfqCx529Ndk\nqzdqq0OkyGZntfoPrzDDKEWfcJ00whzKI+GO7poc5EB4S5om8ECWXHXzvJpIkx2k\nQtPjWizHK0HGxEXnQV64fEVEauPlHNY/iRBFBYT04xEyrNl7AFfSwBrPBuQjVD1W\nu00IztPaWJc4rAMwRVzDX+vqlQtZpN7QlEMyP6TRTIlt/NzQhS6z7vNE0orB6iYc\nkzZGAhq5gMyFL5Q4eKyXDIkt/0KxTfCGVK2+IFRKWG1i4dP3bu28tSG5CXb3AyMH\n27Au8+jED1jZnmQlE6GBFwPE/gERyrfzgyR5//L0sU7hpRV8amd7wtadDuc6KArX\nCRqMW+ECgYEA8he8hzr/uUcqDB6Si/BtCeERaziKg9iPbk6QgNX8OeA/K7WGdLHt\nSmfJ/WU4lwS3DCeSJ0ERJMbH9lwkTPd6JFTJhewPe2h5LToARTxCBj3l02qJxebD\nuD41Dbiq+U5wKPbq2YLxxVjYkvF+l1CKUIzTmERn1HRxk8Q6naWIQzECgYEA34TX\n1+gXrUTr3d0nCQWdS50xa/jtDSFqBt0Va9ZA/69ZkNnOg1CkSShxEyUWYEpnyWJR\nZTLUTX2HixT9b34ygqsIg0/djPqBYJr0FnQi5ajuhIEVUPDQCavJqr+pSc0SRuil\nn2O2XPfw6X8TdyV0V48bMZIGy+1IHCXF3MA8UzcCgYB5LXBssBd4giqFznfEHCA4\nJbQ2WyLaQ/fnWuPx2SpbPefg1QfsOXNxHup4L8ZXsUB+kQATLfqK0gUdR5nT/Lvi\nm54TrslBGFYvUSz5euQBg9IaNOWpbYziGCEuMRVDnQN/PbjoDyc9hO9C/iZDT0ks\ncJEpUnQ2X+LJ+Bru9gBywQKBgQCyDJMXdNUve+BbamhG4ocLDZupw6+pLv3Tm9cN\ngK1kP10carP7nIhRknqIYpmxeHO2UrA96cB+Pclz+/NqFd/MgMuWNk9olr/qoWRg\nYoDN6sSdHmpJgJpnqcVKU8RZepbdj0MndXl2Ezd/+G8cEOTdPqzNzuHFHi275kb3\n8tXa/wKBgGc0Kyi6Bko6Gc5mBLP16IflYagh0Yt5OTHG1U6qpXzuf2pmxE4COEJN\n29MLFlqsf6VHiXz5C46QzTeR5sHIQGkhGYMRB34Cr1K+PaX18goYFZUz5VSi2TWh\nJoD/cEfdUcGcYOsTyoa+l/7PFFrbuwtaQUkReaFhHWC+yRpx+mmN\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-10 14:47:29,270 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-0d9b1c46-8919-499e-9180-a703a1c8b131 2018-10-10 14:47:29,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:29,300 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:29 GMT Server: Apache x-openstack-request-id: req-1ba83f0f-d8c0-4f5c-96aa-c8e4e8d8df0c Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:29,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:29 GMT Server: Apache x-openstack-request-id: req-fd9f7c44-c497-4528-a409-887efc3e8581 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1051 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "8a300161-490b-47f4-bd8c-4a7f59ce2dbd", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "77cea37e-24a2-46c1-bf6b-1701341bfea9", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/network", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7761bdee-933c-44e4-9bfe-94cd0f19e2d7", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "cc3e2624-4ed1-439f-9031-6ed1c7e05922", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c94b921f-892d-4f1f-996c-e687d8f7b725", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-10T14:47:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:02Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "7911825d-f04c-41e4-acb1-bde61b85afc3", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "7911825d-f04c-41e4-acb1-bde61b85afc3:subnet_id=6c34ceb3-15bc-4de8-af05-5acdae7fcf48", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "6c34ceb3-15bc-4de8-af05-5acdae7fcf48", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6309b514-08f8-4ce4-87dd-ee35cd209dac", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6e04cc23-35bd-4f82-b4ee-751b6ebc6bd5", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/port1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "d0937318-ede8-4b6e-bda9-ca65eac09e31", "resource_type": "OS::Neutron::Port"}]} 2018-10-10 14:47:29,377 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources used request id req-fd9f7c44-c497-4528-a409-887efc3e8581 2018-10-10 14:47:29,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=7761bdee-933c-44e4-9bfe-94cd0f19e2d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:29,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-dd89f201-ba63-4353-868c-83af7397af24 Date: Wed, 10 Oct 2018 14:47:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["6c34ceb3-15bc-4de8-af05-5acdae7fcf48"],"description":"","tags":[],"updated_at":"2018-10-10T14:47:07Z","provider:segmentation_id":25,"name":"HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:05Z","provider:network_type":"vxlan"}]} 2018-10-10 14:47:29,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=7761bdee-933c-44e4-9bfe-94cd0f19e2d7 used request id req-dd89f201-ba63-4353-868c-83af7397af24 2018-10-10 14:47:29,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=7761bdee-933c-44e4-9bfe-94cd0f19e2d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:29,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f33a7aa3-cd32-4990-9917-4757dda86d35 Date: Wed, 10 Oct 2018 14:47:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:07Z","dns_nameservers":[],"updated_at":"2018-10-10T14:47:07Z","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":"50b165d5212f42f49cf85a43939820c6","id":"6c34ceb3-15bc-4de8-af05-5acdae7fcf48","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet"}]} 2018-10-10 14:47:29,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=7761bdee-933c-44e4-9bfe-94cd0f19e2d7 used request id req-f33a7aa3-cd32-4990-9917-4757dda86d35 2018-10-10 14:47:29,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=7761bdee-933c-44e4-9bfe-94cd0f19e2d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:29,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e05bf538-0858-46f2-937b-a8cbd9322c0c Date: Wed, 10 Oct 2018 14:47:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:07Z","dns_nameservers":[],"updated_at":"2018-10-10T14:47:07Z","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":"50b165d5212f42f49cf85a43939820c6","id":"6c34ceb3-15bc-4de8-af05-5acdae7fcf48","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet"}]} 2018-10-10 14:47:29,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=7761bdee-933c-44e4-9bfe-94cd0f19e2d7 used request id req-e05bf538-0858-46f2-937b-a8cbd9322c0c 2018-10-10 14:47:29,870 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:47:29,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:29,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcd91ca4-2abc-4efe-be9b-562b55e71eeb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:47:29,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bcd91ca4-2abc-4efe-be9b-562b55e71eeb 2018-10-10 14:47:29,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:29,990 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:29 GMT Server: Apache x-openstack-request-id: req-bf4e80b5-da4f-4c2e-af9c-91fc2772bd3a Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:30,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:29 GMT Server: Apache x-openstack-request-id: req-0af6523e-6669-4ba4-af2d-8518764c764a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1053 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "8a300161-490b-47f4-bd8c-4a7f59ce2dbd", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "77cea37e-24a2-46c1-bf6b-1701341bfea9", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/network", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7761bdee-933c-44e4-9bfe-94cd0f19e2d7", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "cc3e2624-4ed1-439f-9031-6ed1c7e05922", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c94b921f-892d-4f1f-996c-e687d8f7b725", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-10T14:47:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:02Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "7911825d-f04c-41e4-acb1-bde61b85afc3", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "7911825d-f04c-41e4-acb1-bde61b85afc3:subnet_id=6c34ceb3-15bc-4de8-af05-5acdae7fcf48", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "6c34ceb3-15bc-4de8-af05-5acdae7fcf48", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6309b514-08f8-4ce4-87dd-ee35cd209dac", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6e04cc23-35bd-4f82-b4ee-751b6ebc6bd5", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/port1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "d0937318-ede8-4b6e-bda9-ca65eac09e31", "resource_type": "OS::Neutron::Port"}]} 2018-10-10 14:47:30,067 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources used request id req-0af6523e-6669-4ba4-af2d-8518764c764a 2018-10-10 14:47:30,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6309b514-08f8-4ce4-87dd-ee35cd209dac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:30,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47: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-db31177e-3e2d-4f34-a1c8-a4146e41f1ae x-compute-request-id: req-db31177e-3e2d-4f34-a1c8-a4146e41f1ae Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:a5:18", "version": 4, "addr": "10.1.2.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:a5:18", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6309b514-08f8-4ce4-87dd-ee35cd209dac", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6309b514-08f8-4ce4-87dd-ee35cd209dac", "rel": "bookmark"}], "image": {"id": "87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e", "links": [{"href": "http://172.30.9.27:8774/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001d", "OS-SRV-USG:launched_at": "2018-10-10T14:47:21.000000", "flavor": {"id": "77cea37e-24a2-46c1-bf6b-1701341bfea9", "links": [{"href": "http://172.30.9.27:8774/flavors/77cea37e-24a2-46c1-bf6b-1701341bfea9", "rel": "bookmark"}]}, "id": "6309b514-08f8-4ce4-87dd-ee35cd209dac", "security_groups": [{"name": "security_group_name"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:47:22Z", "hostId": "5d7c9ea6dfa507dfdf4ba39f0ea088048ee2d75afaaffa0d6e5d94a5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "created": "2018-10-10T14:47:14Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:47:30,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6309b514-08f8-4ce4-87dd-ee35cd209dac used request id req-db31177e-3e2d-4f34-a1c8-a4146e41f1ae 2018-10-10 14:47:30,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:30,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-a0d6343d-fdc1-4b65-8289-f7d10de8f322 Date: Wed, 10 Oct 2018 14:47:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["6c34ceb3-15bc-4de8-af05-5acdae7fcf48"],"description":"","tags":[],"updated_at":"2018-10-10T14:47:07Z","provider:segmentation_id":25,"name":"HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:05Z","provider:network_type":"vxlan"}]} 2018-10-10 14:47:30,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net used request id req-a0d6343d-fdc1-4b65-8289-f7d10de8f322 2018-10-10 14:47:30,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:47:30,765 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:47: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:47:30,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:30,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13da4372-13e0-4b49-ace3-b1255045e088 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:47:30,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-13da4372-13e0-4b49-ace3-b1255045e088 2018-10-10 14:47:30,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=7761bdee-933c-44e4-9bfe-94cd0f19e2d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:30,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ef7ec3f4-eb07-46e8-a62f-6769914bcf29 Date: Wed, 10 Oct 2018 14:47:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:07Z","dns_nameservers":[],"updated_at":"2018-10-10T14:47:07Z","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":"50b165d5212f42f49cf85a43939820c6","id":"6c34ceb3-15bc-4de8-af05-5acdae7fcf48","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet"}]} 2018-10-10 14:47:30,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=7761bdee-933c-44e4-9bfe-94cd0f19e2d7 used request id req-ef7ec3f4-eb07-46e8-a62f-6769914bcf29 2018-10-10 14:47:30,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=7761bdee-933c-44e4-9bfe-94cd0f19e2d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:30,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5217 X-Openstack-Request-Id: req-3625af5a-bc46-4e0f-b911-6a02d1bc07dc Date: Wed, 10 Oct 2018 14:47:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:47:17Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c34ceb3-15bc-4de8-af05-5acdae7fcf48","ip_address":"10.1.2.13"}],"id":"04795482-43a9-42c0-989d-40bb41c01c80","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b1:b9:a0","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6e04cc23-35bd-4f82-b4ee-751b6ebc6bd5","name":"","admin_state_up":true,"network_id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:47:10Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c34ceb3-15bc-4de8-af05-5acdae7fcf48","ip_address":"10.1.2.1"}],"id":"0ff66e69-5b40-421b-85e6-dded4a4ff255","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e1:84:65","project_id":"50b165d5212f42f49cf85a43939820c6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7911825d-f04c-41e4-acb1-bde61b85afc3","name":"","admin_state_up":true,"network_id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:47:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c34ceb3-15bc-4de8-af05-5acdae7fcf48","ip_address":"10.1.2.2"}],"id":"43f7a52f-c37b-408b-bd01-a2a951a5f370","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:88:e0","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7761bdee-933c-44e4-9bfe-94cd0f19e2d7","name":"","admin_state_up":true,"network_id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:47:09Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c34ceb3-15bc-4de8-af05-5acdae7fcf48","ip_address":"10.1.2.4"}],"id":"938da4ec-ac5f-4fd5-bfa2-06dd6dc66bc5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:78:9d:36","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7761bdee-933c-44e4-9bfe-94cd0f19e2d7","name":"","admin_state_up":true,"network_id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:47:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c34ceb3-15bc-4de8-af05-5acdae7fcf48","ip_address":"10.1.2.3"}],"id":"cc6e8157-7adc-4cdf-ad3a-e49cfdc1a327","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:52:9b","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7761bdee-933c-44e4-9bfe-94cd0f19e2d7","name":"","admin_state_up":true,"network_id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:47:17Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c34ceb3-15bc-4de8-af05-5acdae7fcf48","ip_address":"10.1.2.7"}],"id":"d0937318-ede8-4b6e-bda9-ca65eac09e31","security_groups":["cc3e2624-4ed1-439f-9031-6ed1c7e05922"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:a5:18","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"6309b514-08f8-4ce4-87dd-ee35cd209dac","name":"HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack-port1-yhd7wuojduj5","admin_state_up":true,"network_id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:11Z","binding:vnic_type":"normal"}]} 2018-10-10 14:47:30,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=7761bdee-933c-44e4-9bfe-94cd0f19e2d7 used request id req-3625af5a-bc46-4e0f-b911-6a02d1bc07dc 2018-10-10 14:47:30,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6e04cc23-35bd-4f82-b4ee-751b6ebc6bd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:31,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47: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-68641125-b5f6-45fb-a2c3-4ca676a5e322 x-compute-request-id: req-68641125-b5f6-45fb-a2c3-4ca676a5e322 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:b9:a0", "version": 4, "addr": "10.1.2.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6e04cc23-35bd-4f82-b4ee-751b6ebc6bd5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6e04cc23-35bd-4f82-b4ee-751b6ebc6bd5", "rel": "bookmark"}], "image": {"id": "c3389176-0623-4b22-9b5c-33206c304474", "links": [{"href": "http://172.30.9.27:8774/images/c3389176-0623-4b22-9b5c-33206c304474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001a", "OS-SRV-USG:launched_at": "2018-10-10T14:47:20.000000", "flavor": {"id": "8a300161-490b-47f4-bd8c-4a7f59ce2dbd", "links": [{"href": "http://172.30.9.27:8774/flavors/8a300161-490b-47f4-bd8c-4a7f59ce2dbd", "rel": "bookmark"}]}, "id": "6e04cc23-35bd-4f82-b4ee-751b6ebc6bd5", "security_groups": [{"name": "default"}], "user_id": "f54611d8c62b498a95794cebb93cc5b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:47:21Z", "hostId": "8c30a266e9d395c4d61ce497de61fe9a8301c6d2a49a9cefd9ae8b49", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "created": "2018-10-10T14:47:10Z", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:47:31,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6e04cc23-35bd-4f82-b4ee-751b6ebc6bd5 used request id req-68641125-b5f6-45fb-a2c3-4ca676a5e322 2018-10-10 14:47:31,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:31,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-6539c8cd-42e9-4cf9-b1be-464247d22aaa Date: Wed, 10 Oct 2018 14:47:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","subnets":["6c34ceb3-15bc-4de8-af05-5acdae7fcf48"],"description":"","tags":[],"updated_at":"2018-10-10T14:47:07Z","provider:segmentation_id":25,"name":"HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net","admin_state_up":true,"tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:05Z","provider:network_type":"vxlan"}]} 2018-10-10 14:47:31,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net used request id req-6539c8cd-42e9-4cf9-b1be-464247d22aaa 2018-10-10 14:47:31,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:31,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf5c3f94-c02e-4957-b174-7590ebc2a235 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:47:31,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-cf5c3f94-c02e-4957-b174-7590ebc2a235 2018-10-10 14:47:31,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=7761bdee-933c-44e4-9bfe-94cd0f19e2d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:31,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2ca30ed4-4dfb-4806-aec9-6389d3f9b0a5 Date: Wed, 10 Oct 2018 14:47:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:07Z","dns_nameservers":[],"updated_at":"2018-10-10T14:47:07Z","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":"50b165d5212f42f49cf85a43939820c6","id":"6c34ceb3-15bc-4de8-af05-5acdae7fcf48","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet"}]} 2018-10-10 14:47:31,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=7761bdee-933c-44e4-9bfe-94cd0f19e2d7 used request id req-2ca30ed4-4dfb-4806-aec9-6389d3f9b0a5 2018-10-10 14:47:31,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=7761bdee-933c-44e4-9bfe-94cd0f19e2d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:31,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5217 X-Openstack-Request-Id: req-a36ed5ae-4f1d-4fa1-9961-cac83584e122 Date: Wed, 10 Oct 2018 14:47:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:47:17Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c34ceb3-15bc-4de8-af05-5acdae7fcf48","ip_address":"10.1.2.13"}],"id":"04795482-43a9-42c0-989d-40bb41c01c80","security_groups":["0257a246-1d32-436f-bea0-5a74a6d618e9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b1:b9:a0","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6e04cc23-35bd-4f82-b4ee-751b6ebc6bd5","name":"","admin_state_up":true,"network_id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:47:10Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c34ceb3-15bc-4de8-af05-5acdae7fcf48","ip_address":"10.1.2.1"}],"id":"0ff66e69-5b40-421b-85e6-dded4a4ff255","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e1:84:65","project_id":"50b165d5212f42f49cf85a43939820c6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7911825d-f04c-41e4-acb1-bde61b85afc3","name":"","admin_state_up":true,"network_id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:47:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c34ceb3-15bc-4de8-af05-5acdae7fcf48","ip_address":"10.1.2.2"}],"id":"43f7a52f-c37b-408b-bd01-a2a951a5f370","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:88:e0","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7761bdee-933c-44e4-9bfe-94cd0f19e2d7","name":"","admin_state_up":true,"network_id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:47:09Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c34ceb3-15bc-4de8-af05-5acdae7fcf48","ip_address":"10.1.2.4"}],"id":"938da4ec-ac5f-4fd5-bfa2-06dd6dc66bc5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:78:9d:36","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7761bdee-933c-44e4-9bfe-94cd0f19e2d7","name":"","admin_state_up":true,"network_id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:47:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c34ceb3-15bc-4de8-af05-5acdae7fcf48","ip_address":"10.1.2.3"}],"id":"cc6e8157-7adc-4cdf-ad3a-e49cfdc1a327","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:52:9b","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7761bdee-933c-44e4-9bfe-94cd0f19e2d7","name":"","admin_state_up":true,"network_id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:47:17Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c34ceb3-15bc-4de8-af05-5acdae7fcf48","ip_address":"10.1.2.7"}],"id":"d0937318-ede8-4b6e-bda9-ca65eac09e31","security_groups":["cc3e2624-4ed1-439f-9031-6ed1c7e05922"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:a5:18","project_id":"50b165d5212f42f49cf85a43939820c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"6309b514-08f8-4ce4-87dd-ee35cd209dac","name":"HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack-port1-yhd7wuojduj5","admin_state_up":true,"network_id":"7761bdee-933c-44e4-9bfe-94cd0f19e2d7","tenant_id":"50b165d5212f42f49cf85a43939820c6","created_at":"2018-10-10T14:47:11Z","binding:vnic_type":"normal"}]} 2018-10-10 14:47:31,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=7761bdee-933c-44e4-9bfe-94cd0f19e2d7 used request id req-a36ed5ae-4f1d-4fa1-9961-cac83584e122 2018-10-10 14:47:31,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:31,880 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:31 GMT Server: Apache x-openstack-request-id: req-8096c1a8-088c-4f90-9037-df127a2cd7b9 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:31,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:31 GMT Server: Apache x-openstack-request-id: req-f7d46c13-5e31-4227-a8a8-804b53b5ff01 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1053 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "8a300161-490b-47f4-bd8c-4a7f59ce2dbd", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "77cea37e-24a2-46c1-bf6b-1701341bfea9", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/network", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7761bdee-933c-44e4-9bfe-94cd0f19e2d7", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "cc3e2624-4ed1-439f-9031-6ed1c7e05922", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c94b921f-892d-4f1f-996c-e687d8f7b725", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-10T14:47:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:02Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "7911825d-f04c-41e4-acb1-bde61b85afc3", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "7911825d-f04c-41e4-acb1-bde61b85afc3:subnet_id=6c34ceb3-15bc-4de8-af05-5acdae7fcf48", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "6c34ceb3-15bc-4de8-af05-5acdae7fcf48", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6309b514-08f8-4ce4-87dd-ee35cd209dac", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6e04cc23-35bd-4f82-b4ee-751b6ebc6bd5", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources/port1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-10T14:47:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:03Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "d0937318-ede8-4b6e-bda9-ca65eac09e31", "resource_type": "OS::Neutron::Port"}]} 2018-10-10 14:47:31,958 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac/resources used request id req-f7d46c13-5e31-4227-a8a8-804b53b5ff01 2018-10-10 14:47:31,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:31,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-84c7d452-52b2-46ae-9adf-d30ab398e180 Date: Wed, 10 Oct 2018 14:47:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:46:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:46:54Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e/snap", "metadata": {}}], "self": "/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e", "min_disk": 0, "protected": false, "id": "87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e", "file": "/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:47:31,980 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e used request id req-84c7d452-52b2-46ae-9adf-d30ab398e180 2018-10-10 14:47:31,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:31,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b00ecfc2-8a59-494a-86bc-a859c061fcad Date: Wed, 10 Oct 2018 14:47:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:47:31,991 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-b00ecfc2-8a59-494a-86bc-a859c061fcad 2018-10-10 14:47:31,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/c3389176-0623-4b22-9b5c-33206c304474 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:32,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-3f7d4bac-4595-4ec3-992b-714e017ebf35 Date: Wed, 10 Oct 2018 14:47:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:46:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:46:58Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/c3389176-0623-4b22-9b5c-33206c304474/snap", "metadata": {}}], "self": "/v2/images/c3389176-0623-4b22-9b5c-33206c304474", "min_disk": 0, "protected": false, "id": "c3389176-0623-4b22-9b5c-33206c304474", "file": "/v2/images/c3389176-0623-4b22-9b5c-33206c304474/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/c3389176-0623-4b22-9b5c-33206c304474/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:47:32,012 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/c3389176-0623-4b22-9b5c-33206c304474 used request id req-3f7d4bac-4595-4ec3-992b-714e017ebf35 2018-10-10 14:47:32,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/c3389176-0623-4b22-9b5c-33206c304474 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:32,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-b336185c-75d5-49a8-89b3-43990bf5856b Date: Wed, 10 Oct 2018 14:47:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:46:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:46:58Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/c3389176-0623-4b22-9b5c-33206c304474/snap", "metadata": {}}], "self": "/v2/images/c3389176-0623-4b22-9b5c-33206c304474", "min_disk": 0, "protected": false, "id": "c3389176-0623-4b22-9b5c-33206c304474", "file": "/v2/images/c3389176-0623-4b22-9b5c-33206c304474/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "50b165d5212f42f49cf85a43939820c6", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/c3389176-0623-4b22-9b5c-33206c304474/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:47:32,190 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/c3389176-0623-4b22-9b5c-33206c304474 used request id req-b336185c-75d5-49a8-89b3-43990bf5856b 2018-10-10 14:47:32,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:32,219 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:32 GMT Server: Apache x-openstack-request-id: req-f4699262-ace4-4269-a7c0-2b5831dabca6 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:32,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:32 GMT Server: Apache x-openstack-request-id: req-0e53b29d-cf58-40be-8dc1-0474acba2829 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "stack_user_project_id": "ca96263866dc489aa92441687670e8f4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-10T14:47:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA02BNlR7f/TeNErlT1MCx4rZkZdvzjfo06QJKoHbQadQtxmEc\na2es10QL3cB0fd5QLGJH3pdry9vLB+/LsxBfTdOOmWKrH/ns05JM+FitsQRCh9/8\nVMPZ5mtkHTacznX/BxX5S7U9nFTySLEUqroyBh42aQQpui9p8jt4S5vZ+EPxF9+e\n1oN+SSMjEzCFNAZi8WhaPJUvqIyw257CBib9+ZsW7YFqBCfSookUvQj1zkIShs9J\nWRtauw/ZRFvbxZ0yGHe8nqG31bnvREHbOQgbLXEUJKoW/xzEcbwwDYmr6KFTRIbj\nKeN53Nfe3uc+CyjBKpRxu4Dba/KGJiX6PYtShwIDAQABAoIBAC7alvfqCx529Ndk\nqzdqq0OkyGZntfoPrzDDKEWfcJ00whzKI+GO7poc5EB4S5om8ECWXHXzvJpIkx2k\nQtPjWizHK0HGxEXnQV64fEVEauPlHNY/iRBFBYT04xEyrNl7AFfSwBrPBuQjVD1W\nu00IztPaWJc4rAMwRVzDX+vqlQtZpN7QlEMyP6TRTIlt/NzQhS6z7vNE0orB6iYc\nkzZGAhq5gMyFL5Q4eKyXDIkt/0KxTfCGVK2+IFRKWG1i4dP3bu28tSG5CXb3AyMH\n27Au8+jED1jZnmQlE6GBFwPE/gERyrfzgyR5//L0sU7hpRV8amd7wtadDuc6KArX\nCRqMW+ECgYEA8he8hzr/uUcqDB6Si/BtCeERaziKg9iPbk6QgNX8OeA/K7WGdLHt\nSmfJ/WU4lwS3DCeSJ0ERJMbH9lwkTPd6JFTJhewPe2h5LToARTxCBj3l02qJxebD\nuD41Dbiq+U5wKPbq2YLxxVjYkvF+l1CKUIzTmERn1HRxk8Q6naWIQzECgYEA34TX\n1+gXrUTr3d0nCQWdS50xa/jtDSFqBt0Va9ZA/69ZkNnOg1CkSShxEyUWYEpnyWJR\nZTLUTX2HixT9b34ygqsIg0/djPqBYJr0FnQi5ajuhIEVUPDQCavJqr+pSc0SRuil\nn2O2XPfw6X8TdyV0V48bMZIGy+1IHCXF3MA8UzcCgYB5LXBssBd4giqFznfEHCA4\nJbQ2WyLaQ/fnWuPx2SpbPefg1QfsOXNxHup4L8ZXsUB+kQATLfqK0gUdR5nT/Lvi\nm54TrslBGFYvUSz5euQBg9IaNOWpbYziGCEuMRVDnQN/PbjoDyc9hO9C/iZDT0ks\ncJEpUnQ2X+LJ+Bru9gBywQKBgQCyDJMXdNUve+BbamhG4ocLDZupw6+pLv3Tm9cN\ngK1kP10carP7nIhRknqIYpmxeHO2UrA96cB+Pclz+/NqFd/MgMuWNk9olr/qoWRg\nYoDN6sSdHmpJgJpnqcVKU8RZepbdj0MndXl2Ezd/+G8cEOTdPqzNzuHFHi275kb3\n8tXa/wKBgGc0Kyi6Bko6Gc5mBLP16IflYagh0Yt5OTHG1U6qpXzuf2pmxE4COEJN\n29MLFlqsf6VHiXz5C46QzTeR5sHIQGkhGYMRB34Cr1K+PaX18goYFZUz5VSi2TWh\nJoD/cEfdUcGcYOsTyoa+l/7PFFrbuwtaQUkReaFhHWC+yRpx+mmN\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-10 14:47:32,445 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-0e53b29d-cf58-40be-8dc1-0474acba2829 2018-10-10 14:47:32,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:33,093 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:32 GMT Server: Apache x-openstack-request-id: req-52064baa-d222-4c33-ba05-9fd1e593f77f Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:33,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:33 GMT Server: Apache x-openstack-request-id: req-d7e14f98-0766-4831-97fc-77c12a8a3951 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "stack_user_project_id": "ca96263866dc489aa92441687670e8f4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-10T14:47:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA02BNlR7f/TeNErlT1MCx4rZkZdvzjfo06QJKoHbQadQtxmEc\na2es10QL3cB0fd5QLGJH3pdry9vLB+/LsxBfTdOOmWKrH/ns05JM+FitsQRCh9/8\nVMPZ5mtkHTacznX/BxX5S7U9nFTySLEUqroyBh42aQQpui9p8jt4S5vZ+EPxF9+e\n1oN+SSMjEzCFNAZi8WhaPJUvqIyw257CBib9+ZsW7YFqBCfSookUvQj1zkIShs9J\nWRtauw/ZRFvbxZ0yGHe8nqG31bnvREHbOQgbLXEUJKoW/xzEcbwwDYmr6KFTRIbj\nKeN53Nfe3uc+CyjBKpRxu4Dba/KGJiX6PYtShwIDAQABAoIBAC7alvfqCx529Ndk\nqzdqq0OkyGZntfoPrzDDKEWfcJ00whzKI+GO7poc5EB4S5om8ECWXHXzvJpIkx2k\nQtPjWizHK0HGxEXnQV64fEVEauPlHNY/iRBFBYT04xEyrNl7AFfSwBrPBuQjVD1W\nu00IztPaWJc4rAMwRVzDX+vqlQtZpN7QlEMyP6TRTIlt/NzQhS6z7vNE0orB6iYc\nkzZGAhq5gMyFL5Q4eKyXDIkt/0KxTfCGVK2+IFRKWG1i4dP3bu28tSG5CXb3AyMH\n27Au8+jED1jZnmQlE6GBFwPE/gERyrfzgyR5//L0sU7hpRV8amd7wtadDuc6KArX\nCRqMW+ECgYEA8he8hzr/uUcqDB6Si/BtCeERaziKg9iPbk6QgNX8OeA/K7WGdLHt\nSmfJ/WU4lwS3DCeSJ0ERJMbH9lwkTPd6JFTJhewPe2h5LToARTxCBj3l02qJxebD\nuD41Dbiq+U5wKPbq2YLxxVjYkvF+l1CKUIzTmERn1HRxk8Q6naWIQzECgYEA34TX\n1+gXrUTr3d0nCQWdS50xa/jtDSFqBt0Va9ZA/69ZkNnOg1CkSShxEyUWYEpnyWJR\nZTLUTX2HixT9b34ygqsIg0/djPqBYJr0FnQi5ajuhIEVUPDQCavJqr+pSc0SRuil\nn2O2XPfw6X8TdyV0V48bMZIGy+1IHCXF3MA8UzcCgYB5LXBssBd4giqFznfEHCA4\nJbQ2WyLaQ/fnWuPx2SpbPefg1QfsOXNxHup4L8ZXsUB+kQATLfqK0gUdR5nT/Lvi\nm54TrslBGFYvUSz5euQBg9IaNOWpbYziGCEuMRVDnQN/PbjoDyc9hO9C/iZDT0ks\ncJEpUnQ2X+LJ+Bru9gBywQKBgQCyDJMXdNUve+BbamhG4ocLDZupw6+pLv3Tm9cN\ngK1kP10carP7nIhRknqIYpmxeHO2UrA96cB+Pclz+/NqFd/MgMuWNk9olr/qoWRg\nYoDN6sSdHmpJgJpnqcVKU8RZepbdj0MndXl2Ezd/+G8cEOTdPqzNzuHFHi275kb3\n8tXa/wKBgGc0Kyi6Bko6Gc5mBLP16IflYagh0Yt5OTHG1U6qpXzuf2pmxE4COEJN\n29MLFlqsf6VHiXz5C46QzTeR5sHIQGkhGYMRB34Cr1K+PaX18goYFZUz5VSi2TWh\nJoD/cEfdUcGcYOsTyoa+l/7PFFrbuwtaQUkReaFhHWC+yRpx+mmN\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-10 14:47:33,268 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-d7e14f98-0766-4831-97fc-77c12a8a3951 2018-10-10 14:47:33,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:33,523 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:33 GMT Server: Apache x-openstack-request-id: req-61c4118e-306c-495f-8f4b-1d27b8d6f347 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:33,648 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:47:33 GMT Server: Apache x-openstack-request-id: req-25ae985f-c6db-4c90-a8c4-226947d194a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:47:33,648 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-25ae985f-c6db-4c90-a8c4-226947d194a4 2018-10-10 14:47:33,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:33,677 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:33 GMT Server: Apache x-openstack-request-id: req-d4b583b4-4478-493b-b23f-ee1705aecb30 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:33,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:33 GMT Server: Apache x-openstack-request-id: req-780c77a8-5ca7-4763-b213-73e6255753ac 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-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "stack_user_project_id": "ca96263866dc489aa92441687670e8f4", "tags": null, "creation_time": "2018-10-10T14:47:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-10T14:47:33Z", "id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-10 14:47:33,840 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-780c77a8-5ca7-4763-b213-73e6255753ac 2018-10-10 14:47:36,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:36,871 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:36 GMT Server: Apache x-openstack-request-id: req-20f0c31d-7cc1-43c3-ba83-e61dba262c99 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:37,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:36 GMT Server: Apache x-openstack-request-id: req-116cbe1e-249a-42d8-9d0a-92e2b3d76c6b 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-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "stack_user_project_id": "ca96263866dc489aa92441687670e8f4", "tags": null, "creation_time": "2018-10-10T14:47:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-10T14:47:33Z", "id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-10 14:47:37,040 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-116cbe1e-249a-42d8-9d0a-92e2b3d76c6b 2018-10-10 14:47:40,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:40,220 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:40 GMT Server: Apache x-openstack-request-id: req-3c53e473-8c8f-4b44-8fa3-a0a123e1a5f7 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:40,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:40 GMT Server: Apache x-openstack-request-id: req-329ae44c-c2cf-4911-964f-abf0126f522f 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-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "stack_user_project_id": "ca96263866dc489aa92441687670e8f4", "tags": null, "creation_time": "2018-10-10T14:47:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-10T14:47:33Z", "id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-10 14:47:40,246 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-329ae44c-c2cf-4911-964f-abf0126f522f 2018-10-10 14:47:43,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:43,425 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:43 GMT Server: Apache x-openstack-request-id: req-f01d6789-6de2-49d3-8749-7d69ab8259d1 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:43,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:43 GMT Server: Apache x-openstack-request-id: req-c400f659-8c44-4bcf-833c-c7409db12541 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-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "stack_user_project_id": "ca96263866dc489aa92441687670e8f4", "tags": null, "creation_time": "2018-10-10T14:47:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-10T14:47:33Z", "id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-10 14:47:43,452 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-c400f659-8c44-4bcf-833c-c7409db12541 2018-10-10 14:47:46,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b60c64bf010c9e48b83e75d6e641492d35b5df9" 2018-10-10 14:47:46,657 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:46 GMT Server: Apache x-openstack-request-id: req-237f3f10-5e4d-4cde-a3bb-fc633dbacab5 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:46,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:46 GMT Server: Apache x-openstack-request-id: req-0bf7b6da-7571-4c51-b2a8-f7c5111d215d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 689 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-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor2", "OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1"}, "deletion_time": "2018-10-10T14:47:44Z", "stack_name": "HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack", "stack_user_project_id": "ca96263866dc489aa92441687670e8f4", "tags": null, "creation_time": "2018-10-10T14:47:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-10T14:47:33Z", "id": "f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-10 14:47:46,700 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-stack/f4b2d7be-0a9c-454d-9ddf-c0b14d69b4ac used request id req-0bf7b6da-7571-4c51-b2a8-f7c5111d215d 2018-10-10 14:47:46,700 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image1 2018-10-10 14:47:46,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64134bd2d5056c92ba3bd7f2cca75a5b61b721e9" 2018-10-10 14:47:49,318 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0a503567-3143-46f6-8185-78dd0aa9aea2 Date: Wed, 10 Oct 2018 14:47:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:47:49,319 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/87e3c1be-38f5-4ae0-ad5e-0c08c9ffb52e used request id req-0a503567-3143-46f6-8185-78dd0aa9aea2 2018-10-10 14:47:49,320 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-2b46a54e-3a8f-44b7-9894-02d84e0f6f0a-image2 2018-10-10 14:47:49,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/c3389176-0623-4b22-9b5c-33206c304474 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c910e07a6ce3d49c8007e324f33fa6cdec39613" 2018-10-10 14:47:50,431 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0557d058-750b-4864-b90a-4245f8d94e29 Date: Wed, 10 Oct 2018 14:47:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:47:50,431 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/c3389176-0623-4b22-9b5c-33206c304474 used request id req-0557d058-750b-4864-b90a-4245f8d94e29 2018-10-10 14:47:50,434 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-10 14:47:50,434 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:47:50,450 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:47:50,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:47:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["5jwP7GZKThKMxSDBeSjVBA"], "issued_at": "2018-10-10T14:47:50.000000Z"}} 2018-10-10 14:47:50,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4d83ce98d49e3f764f136198730bfbc95b57095" -d '{"stack_name": "HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "resources": {"flavor": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 8, "disk": 200, "ram": 1024}}}}}' 2018-10-10 14:47:52,418 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:47:50 GMT Server: Apache x-openstack-request-id: req-d51d1fea-b88e-421c-8484-c4a80893523d Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "cce6b2d0-30d6-4e07-b435-efed19a6a1af", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af", "rel": "self"}]}} 2018-10-10 14:47:52,419 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks used request id req-d51d1fea-b88e-421c-8484-c4a80893523d 2018-10-10 14:47:52,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/cce6b2d0-30d6-4e07-b435-efed19a6a1af -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4d83ce98d49e3f764f136198730bfbc95b57095" 2018-10-10 14:47:52,600 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:52 GMT Server: Apache x-openstack-request-id: req-5656617b-aee2-4803-a2e2-4afc93d08da4 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:52,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:52 GMT Server: Apache x-openstack-request-id: req-45175888-7727-434a-85f9-e810439708a5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 507 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "cce6b2d0-30d6-4e07-b435-efed19a6a1af", "OS::stack_name": "HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack", "stack_user_project_id": "d5370097eacd46678e7467845cfd2887", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:47:51Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cce6b2d0-30d6-4e07-b435-efed19a6a1af", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-10 14:47:52,790 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af used request id req-45175888-7727-434a-85f9-e810439708a5 2018-10-10 14:47:52,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/cce6b2d0-30d6-4e07-b435-efed19a6a1af -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4d83ce98d49e3f764f136198730bfbc95b57095" 2018-10-10 14:47:52,966 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:52 GMT Server: Apache x-openstack-request-id: req-c00f2586-1167-48d6-b80e-0ab7ad75f5a4 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:53,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:52 GMT Server: Apache x-openstack-request-id: req-0608c7d3-0867-4a2e-81c4-34985ddc2162 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "cce6b2d0-30d6-4e07-b435-efed19a6a1af", "OS::stack_name": "HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack", "stack_user_project_id": "d5370097eacd46678e7467845cfd2887", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-10T14:47:51Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "cce6b2d0-30d6-4e07-b435-efed19a6a1af", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-10 14:47:53,159 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af used request id req-0608c7d3-0867-4a2e-81c4-34985ddc2162 2018-10-10 14:47:53,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/cce6b2d0-30d6-4e07-b435-efed19a6a1af/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4d83ce98d49e3f764f136198730bfbc95b57095" 2018-10-10 14:47:53,329 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:53 GMT Server: Apache x-openstack-request-id: req-30c86c31-a424-4e43-b5b3-0b7ea5afeec4 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:53,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:53 GMT Server: Apache x-openstack-request-id: req-dd20056d-a3f7-4bf8-bc66-ea1b5d123b30 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-10-10T14:47:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:52Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "0d282c1f-3c8f-4fe9-9bc8-3743700638c7", "resource_type": "OS::Nova::Flavor"}]} 2018-10-10 14:47:53,371 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af/resources used request id req-dd20056d-a3f7-4bf8-bc66-ea1b5d123b30 2018-10-10 14:47:53,374 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/0d282c1f-3c8f-4fe9-9bc8-3743700638c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4d83ce98d49e3f764f136198730bfbc95b57095" 2018-10-10 14:47:53,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-881453af-1c19-4d76-8969-a4264ad6686b x-compute-request-id: req-881453af-1c19-4d76-8969-a4264ad6686b Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/0d282c1f-3c8f-4fe9-9bc8-3743700638c7", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/0d282c1f-3c8f-4fe9-9bc8-3743700638c7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "0d282c1f-3c8f-4fe9-9bc8-3743700638c7", "name": "HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack-flavor-pwlidpwemwea", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:47:53,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/0d282c1f-3c8f-4fe9-9bc8-3743700638c7 used request id req-881453af-1c19-4d76-8969-a4264ad6686b 2018-10-10 14:47:53,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/cce6b2d0-30d6-4e07-b435-efed19a6a1af -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4d83ce98d49e3f764f136198730bfbc95b57095" 2018-10-10 14:47:53,421 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:53 GMT Server: Apache x-openstack-request-id: req-69017386-1e59-4926-bfb6-c03feeb1c097 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:53,462 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:47:53 GMT Server: Apache x-openstack-request-id: req-c36d8315-15b1-4e3f-9e40-e389f787d15d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:47:53,463 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsFlavorTests-b9f38bbc-866a-456c-b76f-20d3d32419c6-stack/cce6b2d0-30d6-4e07-b435-efed19a6a1af used request id req-c36d8315-15b1-4e3f-9e40-e389f787d15d 2018-10-10 14:47:53,464 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-10 14:47:53,464 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:47:53,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:47:53,859 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:47:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["-cTd5dStR726m2sx2SO2FQ"], "issued_at": "2018-10-10T14:47:53.000000Z"}} 2018-10-10 14:47:53,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5450f72b20d2e32eb1216983507474748397b21" -d '{"stack_name": "HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-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-55c2883d-c8e2-4fc9-b3a0-766712d90b50-kp"}}' 2018-10-10 14:47:55,393 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:47:53 GMT Server: Apache x-openstack-request-id: req-ef2ce954-91d9-4a2c-b3b2-74b0cc1000ae Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "ddd4a4db-2b3a-40b8-b445-1de06da6e3f7", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7", "rel": "self"}]}} 2018-10-10 14:47:55,393 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks used request id req-ef2ce954-91d9-4a2c-b3b2-74b0cc1000ae 2018-10-10 14:47:55,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5450f72b20d2e32eb1216983507474748397b21" 2018-10-10 14:47:55,577 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:55 GMT Server: Apache x-openstack-request-id: req-368f9944-d92c-4587-80d3-7eb9372e2988 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:55,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:55 GMT Server: Apache x-openstack-request-id: req-5a946040-c816-42bb-9620-281503cbbb36 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1900 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "ddd4a4db-2b3a-40b8-b445-1de06da6e3f7", "OS::stack_name": "HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack", "keypair_name": "HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack", "stack_user_project_id": "4250272c98424fd8ac7bc1c4e13df901", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:47:54Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ddd4a4db-2b3a-40b8-b445-1de06da6e3f7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAwCpllGe+tqCDu5x4L7wkMs+R5eOMK+xZ7u/BL5mHnIitfs3E\n/9HIv2LMr8gvSDMVg7f5tiV/XSxoeS6j/SZNW6fGcOLMjsEi1wBKT0tBgbY1f5Ac\niMK8Vk67AXZixvF9aMQdPW6H8jm6Fyot0E3mt5Bus6c8nNM2YVt60A+9g86SI2wx\nzg+rbpOVCH/IvhE2ExYLUitr5Nx/rEpc0i3jIbWVJNC7/twvy67BcxdYua12aXlz\nnnQmuEV9yEdCGq+USoElQeYkxwWsfay5z2EE3kbeEOl+d81eRoQxcC2TeKzZGdQK\nPiIhJLnCyjKWuCZmIQSAfOyp1oz7J/ImBzwWPQIDAQABAoIBAFggWVtYxI5uSFt2\no2uIxbUDmi4qT3MpPgkkrJzOtPFlgONBLJIBPCYBAkuu63gZ7UjtyzfsNF+faP4C\nFLSYpytcYtYMPLFPA1JEUM/SfGUnEZvBlERnwgV2r645A42m29N69Mnicbf1H1FW\nR5Ja127hbtM248Yr2qmFUWovfcL+4XBQKfX6cXhvO/dQRpffhc8V1ldTBci1Uq8z\ndama4E8l+c1YQsxVlkXDYoVS4nbA2XTNWX+s2xW/fqo8vfMRb5xg0cOoYyNZ78Vz\n2tDD90GPEzLeTw7IR+x7n8t5tXEFBxA+QGAeFA8pxH14W5lpQz6T1wp/bLpOvhcm\nXNqrb6UCgYEA9U9EPbLb/sat+Aed3i0CTzNadeQjfD0Kg7aY58MXWCpabhTJbLyX\nj5Yq4OjDvW8pLnQXqlW5bojyTFLYvwUhks8EEsUAFHe4OG5vaRek+0kpyC5byB6q\nUyH0uBuc3QOOBcrCez+SJCTWNVQEav+HZSbI/5AQ+Ez/i/n7yZnz7FMCgYEAyIo+\nIZ+sqi/O4nX02hnCEPRvDpFB1rNwAGbKS8xurSf5B2ZHRsUoE+kl8Pk3Hdy82p6a\n6XsZomq9WJMJKqnT7jMpNJ9x/GokKI4fY+lPO19hi2D8ejH+vlcvYhoG+TI1sd2x\n8SHj3FledSrGOE/04eOgLYIivxMB5MasMn5vIS8CgYEAs9MZqUj2MDwgx5N9zKKd\n8MUqaQWGZcqxbIBscmj3MfBKPiwKxCUzzVQ9toWrB7D3NVBxELKqrjbBt+V7cfwm\n8mHDEKdNObPRXbzG+vkUPgkSEea57WddYHeh11yWjwXOFLzf+E1PqiM+y/T9EBql\nfCcEbSOE7SA0rL3iL5Ul1HUCgYEAn+j0gFVWFuNGgnhyxdOSV3jCcghMSssM/ZT5\nrRWYD4V3Y3ogTgN64N2iPpRLagmRonakqpdZqpSY5d9hiN6hOykaq3aVKyTsLlae\nG0p4vqxhGQY+baYeL2NQSlbcxqtN+8X/VXujuhqdYqq4I0FG0TV0jbVexaR/dxEh\nUKZXMUsCgYEA8oB+GTPZi+HifUkKhEQOFJOhNlZlfTt+TRa7ycf0yf60aZnHGCVs\n+84juJ+JWmXEifkFY97XccOPGBybQCchMlFWY2kqVeNqGED/k+eHIrtX/lYYUR9b\nZAeaid+RmkQyXZNLKcgOY12oRYDjJ+a2hj9gsSfwD3DwQIjbIvidysE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-10 14:47:55,994 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7 used request id req-5a946040-c816-42bb-9620-281503cbbb36 2018-10-10 14:47:55,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5450f72b20d2e32eb1216983507474748397b21" 2018-10-10 14:47:56,170 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:56 GMT Server: Apache x-openstack-request-id: req-547fd787-308f-4a21-add8-5eaee1ab1a6f Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:56,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:56 GMT Server: Apache x-openstack-request-id: req-f86c0745-f821-4aab-b958-e45482f7dc60 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1908 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "ddd4a4db-2b3a-40b8-b445-1de06da6e3f7", "OS::stack_name": "HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack", "keypair_name": "HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack", "stack_user_project_id": "4250272c98424fd8ac7bc1c4e13df901", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-10T14:47:54Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ddd4a4db-2b3a-40b8-b445-1de06da6e3f7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAwCpllGe+tqCDu5x4L7wkMs+R5eOMK+xZ7u/BL5mHnIitfs3E\n/9HIv2LMr8gvSDMVg7f5tiV/XSxoeS6j/SZNW6fGcOLMjsEi1wBKT0tBgbY1f5Ac\niMK8Vk67AXZixvF9aMQdPW6H8jm6Fyot0E3mt5Bus6c8nNM2YVt60A+9g86SI2wx\nzg+rbpOVCH/IvhE2ExYLUitr5Nx/rEpc0i3jIbWVJNC7/twvy67BcxdYua12aXlz\nnnQmuEV9yEdCGq+USoElQeYkxwWsfay5z2EE3kbeEOl+d81eRoQxcC2TeKzZGdQK\nPiIhJLnCyjKWuCZmIQSAfOyp1oz7J/ImBzwWPQIDAQABAoIBAFggWVtYxI5uSFt2\no2uIxbUDmi4qT3MpPgkkrJzOtPFlgONBLJIBPCYBAkuu63gZ7UjtyzfsNF+faP4C\nFLSYpytcYtYMPLFPA1JEUM/SfGUnEZvBlERnwgV2r645A42m29N69Mnicbf1H1FW\nR5Ja127hbtM248Yr2qmFUWovfcL+4XBQKfX6cXhvO/dQRpffhc8V1ldTBci1Uq8z\ndama4E8l+c1YQsxVlkXDYoVS4nbA2XTNWX+s2xW/fqo8vfMRb5xg0cOoYyNZ78Vz\n2tDD90GPEzLeTw7IR+x7n8t5tXEFBxA+QGAeFA8pxH14W5lpQz6T1wp/bLpOvhcm\nXNqrb6UCgYEA9U9EPbLb/sat+Aed3i0CTzNadeQjfD0Kg7aY58MXWCpabhTJbLyX\nj5Yq4OjDvW8pLnQXqlW5bojyTFLYvwUhks8EEsUAFHe4OG5vaRek+0kpyC5byB6q\nUyH0uBuc3QOOBcrCez+SJCTWNVQEav+HZSbI/5AQ+Ez/i/n7yZnz7FMCgYEAyIo+\nIZ+sqi/O4nX02hnCEPRvDpFB1rNwAGbKS8xurSf5B2ZHRsUoE+kl8Pk3Hdy82p6a\n6XsZomq9WJMJKqnT7jMpNJ9x/GokKI4fY+lPO19hi2D8ejH+vlcvYhoG+TI1sd2x\n8SHj3FledSrGOE/04eOgLYIivxMB5MasMn5vIS8CgYEAs9MZqUj2MDwgx5N9zKKd\n8MUqaQWGZcqxbIBscmj3MfBKPiwKxCUzzVQ9toWrB7D3NVBxELKqrjbBt+V7cfwm\n8mHDEKdNObPRXbzG+vkUPgkSEea57WddYHeh11yWjwXOFLzf+E1PqiM+y/T9EBql\nfCcEbSOE7SA0rL3iL5Ul1HUCgYEAn+j0gFVWFuNGgnhyxdOSV3jCcghMSssM/ZT5\nrRWYD4V3Y3ogTgN64N2iPpRLagmRonakqpdZqpSY5d9hiN6hOykaq3aVKyTsLlae\nG0p4vqxhGQY+baYeL2NQSlbcxqtN+8X/VXujuhqdYqq4I0FG0TV0jbVexaR/dxEh\nUKZXMUsCgYEA8oB+GTPZi+HifUkKhEQOFJOhNlZlfTt+TRa7ycf0yf60aZnHGCVs\n+84juJ+JWmXEifkFY97XccOPGBybQCchMlFWY2kqVeNqGED/k+eHIrtX/lYYUR9b\nZAeaid+RmkQyXZNLKcgOY12oRYDjJ+a2hj9gsSfwD3DwQIjbIvidysE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-10 14:47:56,450 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7 used request id req-f86c0745-f821-4aab-b958-e45482f7dc60 2018-10-10 14:47:56,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5450f72b20d2e32eb1216983507474748397b21" 2018-10-10 14:47:56,638 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:56 GMT Server: Apache x-openstack-request-id: req-71ce6e66-8c8d-4eee-aa1a-2a7d614589bc Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:56,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:56 GMT Server: Apache x-openstack-request-id: req-f3cf0b32-5ee6-43cd-b156-ff3c42a83269 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-10T14:47:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:47:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-10-10 14:47:56,826 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7/resources used request id req-f3cf0b32-5ee6-43cd-b156-ff3c42a83269 2018-10-10 14:47:56,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5450f72b20d2e32eb1216983507474748397b21" 2018-10-10 14:47:56,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb579a60-56be-4dee-bfac-489299b5a189 x-compute-request-id: req-cb579a60-56be-4dee-bfac-489299b5a189 Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAKmWUZ762oIO7nHgvvCQyz5Hl44wr7Fnu78EvmYeciK1+zcT/0ci/YsyvyC9IMxWDt/m2JX9dLGh5LqP9Jk1bp8Zw4syOwSLXAEpPS0GBtjV/kByIwrxWTrsBdmLG8X1oxB09bofyOboXKi3QTea3kG6zpzyc0zZhW3rQD72DzpIjbDHOD6tuk5UIf8i+ETYTFgtSK2vk3H+sSlzSLeMhtZUk0Lv+3C/LrsFzF1i5rXZpeXOedCa4RX3IR0Iar5RKgSVB5iTHBax9rLnPYQTeRt4Q6X53zV5GhDFwLZN4rNkZ1Ao+IiEkucLKMpa4JmYhBIB87KnWjPsn8iYHPBY9 Generated-by-Nova", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "name": "HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-kp", "deleted": false, "created_at": "2018-10-10T14:47:55.000000", "updated_at": null, "fingerprint": "db:26:91:62:4c:58:b3:52:21:9b:a6:c0:35:37:ea:25", "deleted_at": null, "id": 14}} 2018-10-10 14:47:56,843 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-kp used request id req-cb579a60-56be-4dee-bfac-489299b5a189 2018-10-10 14:47:56,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5450f72b20d2e32eb1216983507474748397b21" 2018-10-10 14:47:57,026 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:56 GMT Server: Apache x-openstack-request-id: req-2b5d85da-eb9f-4b72-8dba-794cf2e4ce85 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:57,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:47:57 GMT Server: Apache x-openstack-request-id: req-29cb0c12-7569-48a9-ad5f-53e064baa33b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1908 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "ddd4a4db-2b3a-40b8-b445-1de06da6e3f7", "OS::stack_name": "HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack", "keypair_name": "HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack", "stack_user_project_id": "4250272c98424fd8ac7bc1c4e13df901", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-10T14:47:54Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ddd4a4db-2b3a-40b8-b445-1de06da6e3f7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAwCpllGe+tqCDu5x4L7wkMs+R5eOMK+xZ7u/BL5mHnIitfs3E\n/9HIv2LMr8gvSDMVg7f5tiV/XSxoeS6j/SZNW6fGcOLMjsEi1wBKT0tBgbY1f5Ac\niMK8Vk67AXZixvF9aMQdPW6H8jm6Fyot0E3mt5Bus6c8nNM2YVt60A+9g86SI2wx\nzg+rbpOVCH/IvhE2ExYLUitr5Nx/rEpc0i3jIbWVJNC7/twvy67BcxdYua12aXlz\nnnQmuEV9yEdCGq+USoElQeYkxwWsfay5z2EE3kbeEOl+d81eRoQxcC2TeKzZGdQK\nPiIhJLnCyjKWuCZmIQSAfOyp1oz7J/ImBzwWPQIDAQABAoIBAFggWVtYxI5uSFt2\no2uIxbUDmi4qT3MpPgkkrJzOtPFlgONBLJIBPCYBAkuu63gZ7UjtyzfsNF+faP4C\nFLSYpytcYtYMPLFPA1JEUM/SfGUnEZvBlERnwgV2r645A42m29N69Mnicbf1H1FW\nR5Ja127hbtM248Yr2qmFUWovfcL+4XBQKfX6cXhvO/dQRpffhc8V1ldTBci1Uq8z\ndama4E8l+c1YQsxVlkXDYoVS4nbA2XTNWX+s2xW/fqo8vfMRb5xg0cOoYyNZ78Vz\n2tDD90GPEzLeTw7IR+x7n8t5tXEFBxA+QGAeFA8pxH14W5lpQz6T1wp/bLpOvhcm\nXNqrb6UCgYEA9U9EPbLb/sat+Aed3i0CTzNadeQjfD0Kg7aY58MXWCpabhTJbLyX\nj5Yq4OjDvW8pLnQXqlW5bojyTFLYvwUhks8EEsUAFHe4OG5vaRek+0kpyC5byB6q\nUyH0uBuc3QOOBcrCez+SJCTWNVQEav+HZSbI/5AQ+Ez/i/n7yZnz7FMCgYEAyIo+\nIZ+sqi/O4nX02hnCEPRvDpFB1rNwAGbKS8xurSf5B2ZHRsUoE+kl8Pk3Hdy82p6a\n6XsZomq9WJMJKqnT7jMpNJ9x/GokKI4fY+lPO19hi2D8ejH+vlcvYhoG+TI1sd2x\n8SHj3FledSrGOE/04eOgLYIivxMB5MasMn5vIS8CgYEAs9MZqUj2MDwgx5N9zKKd\n8MUqaQWGZcqxbIBscmj3MfBKPiwKxCUzzVQ9toWrB7D3NVBxELKqrjbBt+V7cfwm\n8mHDEKdNObPRXbzG+vkUPgkSEea57WddYHeh11yWjwXOFLzf+E1PqiM+y/T9EBql\nfCcEbSOE7SA0rL3iL5Ul1HUCgYEAn+j0gFVWFuNGgnhyxdOSV3jCcghMSssM/ZT5\nrRWYD4V3Y3ogTgN64N2iPpRLagmRonakqpdZqpSY5d9hiN6hOykaq3aVKyTsLlae\nG0p4vqxhGQY+baYeL2NQSlbcxqtN+8X/VXujuhqdYqq4I0FG0TV0jbVexaR/dxEh\nUKZXMUsCgYEA8oB+GTPZi+HifUkKhEQOFJOhNlZlfTt+TRa7ycf0yf60aZnHGCVs\n+84juJ+JWmXEifkFY97XccOPGBybQCchMlFWY2kqVeNqGED/k+eHIrtX/lYYUR9b\nZAeaid+RmkQyXZNLKcgOY12oRYDjJ+a2hj9gsSfwD3DwQIjbIvidysE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-10 14:47:57,350 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7 used request id req-29cb0c12-7569-48a9-ad5f-53e064baa33b 2018-10-10 14:47:57,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5450f72b20d2e32eb1216983507474748397b21" 2018-10-10 14:47:57,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-acf19167-40be-4ca5-8588-6dcd1f2c4fbf x-compute-request-id: req-acf19167-40be-4ca5-8588-6dcd1f2c4fbf Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAKmWUZ762oIO7nHgvvCQyz5Hl44wr7Fnu78EvmYeciK1+zcT/0ci/YsyvyC9IMxWDt/m2JX9dLGh5LqP9Jk1bp8Zw4syOwSLXAEpPS0GBtjV/kByIwrxWTrsBdmLG8X1oxB09bofyOboXKi3QTea3kG6zpzyc0zZhW3rQD72DzpIjbDHOD6tuk5UIf8i+ETYTFgtSK2vk3H+sSlzSLeMhtZUk0Lv+3C/LrsFzF1i5rXZpeXOedCa4RX3IR0Iar5RKgSVB5iTHBax9rLnPYQTeRt4Q6X53zV5GhDFwLZN4rNkZ1Ao+IiEkucLKMpa4JmYhBIB87KnWjPsn8iYHPBY9 Generated-by-Nova", "user_id": "f54611d8c62b498a95794cebb93cc5b1", "name": "HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-kp", "deleted": false, "created_at": "2018-10-10T14:47:55.000000", "updated_at": null, "fingerprint": "db:26:91:62:4c:58:b3:52:21:9b:a6:c0:35:37:ea:25", "deleted_at": null, "id": 14}} 2018-10-10 14:47:57,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-kp used request id req-acf19167-40be-4ca5-8588-6dcd1f2c4fbf 2018-10-10 14:47:57,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5450f72b20d2e32eb1216983507474748397b21" 2018-10-10 14:47:58,119 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:47:57 GMT Server: Apache x-openstack-request-id: req-ccfcf124-b6c6-47a1-b1b3-af0add7cfc58 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:47:58,313 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:47:58 GMT Server: Apache x-openstack-request-id: req-c7ee3498-5a65-4d9e-9e90-758f34d4eba7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:47:58,313 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsKeypairTests-55c2883d-c8e2-4fc9-b3a0-766712d90b50-stack/ddd4a4db-2b3a-40b8-b445-1de06da6e3f7 used request id req-c7ee3498-5a65-4d9e-9e90-758f34d4eba7 2018-10-10 14:47:58,314 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-10 14:47:58,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:47:58,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:47:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["6LrDdPPDQN261wrUmdNAzg"], "issued_at": "2018-10-10T14:47:58.000000Z"}} 2018-10-10 14:47:58,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04df20629f64940510f59927624e4e85fff02120" -d '{"stack_name": "HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-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-592f20ab-9c01-4e3c-b51f-91493848f81e-sec-grp"}}' 2018-10-10 14:48:00,229 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:47:58 GMT Server: Apache x-openstack-request-id: req-e5b76a20-6ee1-462c-a204-75159eace06b Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "2e6408cd-5fce-4e48-83e7-a8b50015ea56", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56", "rel": "self"}]}} 2018-10-10 14:48:00,230 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks used request id req-e5b76a20-6ee1-462c-a204-75159eace06b 2018-10-10 14:48:00,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/2e6408cd-5fce-4e48-83e7-a8b50015ea56 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04df20629f64940510f59927624e4e85fff02120" 2018-10-10 14:48:00,403 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:48:00 GMT Server: Apache x-openstack-request-id: req-92789852-4861-4b41-ac15-ab0a0e5a0f98 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:48:00,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:00 GMT Server: Apache x-openstack-request-id: req-98486d47-a4f8-4e44-83c9-3a17aabdaf1c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 517 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "2e6408cd-5fce-4e48-83e7-a8b50015ea56", "OS::stack_name": "HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack", "security_group_name": "HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack", "stack_user_project_id": "5de7fcdc669b4cf0a1cc5c6f330f9e59", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:47:59Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2e6408cd-5fce-4e48-83e7-a8b50015ea56", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-10 14:48:00,596 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56 used request id req-98486d47-a4f8-4e44-83c9-3a17aabdaf1c 2018-10-10 14:48:00,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/2e6408cd-5fce-4e48-83e7-a8b50015ea56 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04df20629f64940510f59927624e4e85fff02120" 2018-10-10 14:48:00,763 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:48:00 GMT Server: Apache x-openstack-request-id: req-d5712aca-f200-463c-9f82-0f112c537978 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:48:01,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:00 GMT Server: Apache x-openstack-request-id: req-b55ba5af-2a79-4002-b679-e5b8c2e7cb77 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 517 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "2e6408cd-5fce-4e48-83e7-a8b50015ea56", "OS::stack_name": "HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack", "security_group_name": "HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack", "stack_user_project_id": "5de7fcdc669b4cf0a1cc5c6f330f9e59", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-10T14:47:59Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2e6408cd-5fce-4e48-83e7-a8b50015ea56", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-10 14:48:01,515 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56 used request id req-b55ba5af-2a79-4002-b679-e5b8c2e7cb77 2018-10-10 14:48:04,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/2e6408cd-5fce-4e48-83e7-a8b50015ea56 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04df20629f64940510f59927624e4e85fff02120" 2018-10-10 14:48:04,695 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:48:04 GMT Server: Apache x-openstack-request-id: req-19b5c0a4-84d4-4e91-8938-9f453998b32c Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:48:04,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:04 GMT Server: Apache x-openstack-request-id: req-2b23287e-1444-4b10-bfad-db4eb388640f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 525 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": "50b165d5212f42f49cf85a43939820c6", "OS::stack_id": "2e6408cd-5fce-4e48-83e7-a8b50015ea56", "OS::stack_name": "HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack", "security_group_name": "HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack", "stack_user_project_id": "5de7fcdc669b4cf0a1cc5c6f330f9e59", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-10T14:47:59Z", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2e6408cd-5fce-4e48-83e7-a8b50015ea56", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-10 14:48:04,878 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56 used request id req-2b23287e-1444-4b10-bfad-db4eb388640f 2018-10-10 14:48:04,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/2e6408cd-5fce-4e48-83e7-a8b50015ea56/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04df20629f64940510f59927624e4e85fff02120" 2018-10-10 14:48:05,057 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:48:04 GMT Server: Apache x-openstack-request-id: req-bb861e84-4bde-4bc9-bbd2-61230d71dfe3 Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:48:05,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:05 GMT Server: Apache x-openstack-request-id: req-34c6ed2c-895d-4722-b947-c162d25e51e6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 401 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-10T14:48:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-10T14:48:00Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "42e7379f-4c95-4df3-bc9c-e55ce14d702a", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-10-10 14:48:05,100 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56/resources used request id req-34c6ed2c-895d-4722-b947-c162d25e51e6 2018-10-10 14:48:05,101 - neutron_utils - INFO - Retrieving security group with ID - 42e7379f-4c95-4df3-bc9c-e55ce14d702a 2018-10-10 14:48:05,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=42e7379f-4c95-4df3-bc9c-e55ce14d702a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04df20629f64940510f59927624e4e85fff02120" 2018-10-10 14:48:05,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-09ea6eae-e7f1-40ba-8830-81c9250d14b2 Date: Wed, 10 Oct 2018 14:48:05 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:48:00Z", "updated_at": "2018-10-10T14:48:02Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T14:48:01Z", "revision_number": 0, "id": "5d7fa7c2-0d0b-45d1-a6cc-54333117fb70", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-10T14:48:01Z", "security_group_id": "42e7379f-4c95-4df3-bc9c-e55ce14d702a", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:48:02Z", "revision_number": 0, "id": "7e003b8d-037a-43d1-9c72-80eae494b3e1", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-10T14:48:02Z", "security_group_id": "42e7379f-4c95-4df3-bc9c-e55ce14d702a", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 6, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "42e7379f-4c95-4df3-bc9c-e55ce14d702a", "name": "HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-sec-grp"}]} 2018-10-10 14:48:05,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=42e7379f-4c95-4df3-bc9c-e55ce14d702a used request id req-09ea6eae-e7f1-40ba-8830-81c9250d14b2 2018-10-10 14:48:05,300 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 42e7379f-4c95-4df3-bc9c-e55ce14d702a 2018-10-10 14:48:05,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=42e7379f-4c95-4df3-bc9c-e55ce14d702a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04df20629f64940510f59927624e4e85fff02120" 2018-10-10 14:48:05,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-4359705d-2af4-4708-8f7b-0d40c4cf3d69 Date: Wed, 10 Oct 2018 14:48:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-10-10T14:48:01Z", "security_group_id": "42e7379f-4c95-4df3-bc9c-e55ce14d702a", "port_range_min": 22, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:48:01Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "5d7fa7c2-0d0b-45d1-a6cc-54333117fb70"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-10-10T14:48:02Z", "security_group_id": "42e7379f-4c95-4df3-bc9c-e55ce14d702a", "port_range_min": null, "revision_number": 0, "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:48:02Z", "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "7e003b8d-037a-43d1-9c72-80eae494b3e1"}]} 2018-10-10 14:48:05,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=42e7379f-4c95-4df3-bc9c-e55ce14d702a used request id req-4359705d-2af4-4708-8f7b-0d40c4cf3d69 2018-10-10 14:48:05,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/2e6408cd-5fce-4e48-83e7-a8b50015ea56 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04df20629f64940510f59927624e4e85fff02120" 2018-10-10 14:48:05,539 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 10 Oct 2018 14:48:05 GMT Server: Apache x-openstack-request-id: req-0394f51d-f01e-48b4-8d8c-a99b527f938d Location: http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-10 14:48:05,741 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:48:05 GMT Server: Apache x-openstack-request-id: req-00c8e4ad-28e1-4537-b5b0-faba51ece137 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:48:05,741 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6/stacks/HeatUtilsSecurityGroupTests-592f20ab-9c01-4e3c-b51f-91493848f81e-stack/2e6408cd-5fce-4e48-83e7-a8b50015ea56 used request id req-00c8e4ad-28e1-4537-b5b0-faba51ece137 2018-10-10 14:48:05,744 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:06,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:48:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["gff_VGBQQreFgVcMCAswEw"], "issued_at": "2018-10-10T14:48:06.000000Z"}} 2018-10-10 14:48:06,131 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8937e774d6eb9ee4d596dc70c2b1d19680e919ef" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-1e8bb8d6-36cb-445f-b195-d0b42c442f48"}}' 2018-10-10 14:48:06,894 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:06 GMT Server: Apache x-compute-request-id: req-faf2cb9f-4b19-4f85-9fe0-5f0720f748aa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-faf2cb9f-4b19-4f85-9fe0-5f0720f748aa Content-Encoding: gzip Content-Length: 243 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "180993b9-9ad1-4873-8a93-df1c94368ec3", "name": "CinderUtilsQoSTests-1e8bb8d6-36cb-445f-b195-d0b42c442f48"}, "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/180993b9-9ad1-4873-8a93-df1c94368ec3", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/qos-specs/180993b9-9ad1-4873-8a93-df1c94368ec3", "rel": "bookmark"}]} 2018-10-10 14:48:06,894 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs used request id req-faf2cb9f-4b19-4f85-9fe0-5f0720f748aa 2018-10-10 14:48:06,898 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-faf2cb9f-4b19-4f85-9fe0-5f0720f748aa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8937e774d6eb9ee4d596dc70c2b1d19680e919ef" 2018-10-10 14:48:07,074 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:06 GMT Server: Apache x-compute-request-id: req-05dbb568-d53e-4b47-8cb4-0fd2e3e5487c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-05dbb568-d53e-4b47-8cb4-0fd2e3e5487c Content-Encoding: gzip Content-Length: 155 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "180993b9-9ad1-4873-8a93-df1c94368ec3", "name": "CinderUtilsQoSTests-1e8bb8d6-36cb-445f-b195-d0b42c442f48"}]} 2018-10-10 14:48:07,074 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs used request id req-05dbb568-d53e-4b47-8cb4-0fd2e3e5487c 2018-10-10 14:48:07,075 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-1e8bb8d6-36cb-445f-b195-d0b42c442f48 2018-10-10 14:48:07,077 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/180993b9-9ad1-4873-8a93-df1c94368ec3?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-faf2cb9f-4b19-4f85-9fe0-5f0720f748aa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8937e774d6eb9ee4d596dc70c2b1d19680e919ef" 2018-10-10 14:48:07,295 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-19e678ac-b9f5-4108-a02a-ffcde7db3a66 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:07,296 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/180993b9-9ad1-4873-8a93-df1c94368ec3?force=False used request id req-19e678ac-b9f5-4108-a02a-ffcde7db3a66 2018-10-10 14:48:07,297 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-faf2cb9f-4b19-4f85-9fe0-5f0720f748aa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8937e774d6eb9ee4d596dc70c2b1d19680e919ef" 2018-10-10 14:48:07,995 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:07 GMT Server: Apache x-compute-request-id: req-e6da7a2f-5ab7-43f7-b815-969e0e30c09e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e6da7a2f-5ab7-43f7-b815-969e0e30c09e Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-10 14:48:07,995 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs used request id req-e6da7a2f-5ab7-43f7-b815-969e0e30c09e 2018-10-10 14:48:07,996 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-1e8bb8d6-36cb-445f-b195-d0b42c442f48 2018-10-10 14:48:07,998 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/180993b9-9ad1-4873-8a93-df1c94368ec3?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-faf2cb9f-4b19-4f85-9fe0-5f0720f748aa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8937e774d6eb9ee4d596dc70c2b1d19680e919ef" 2018-10-10 14:48:08,755 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:48:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-6a4fad4e-06ad-4ed3-9dd6-cee5f6cf2be6 x-openstack-request-id: req-6a4fad4e-06ad-4ed3-9dd6-cee5f6cf2be6 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 180993b9-9ad1-4873-8a93-df1c94368ec3.", "code": 404}} 2018-10-10 14:48:08,755 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/180993b9-9ad1-4873-8a93-df1c94368ec3?force=False used request id req-6a4fad4e-06ad-4ed3-9dd6-cee5f6cf2be6 2018-10-10 14:48:08,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:09,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:48:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["VbqsMoHVT7G3i5Hvn0rRUw"], "issued_at": "2018-10-10T14:48:09.000000Z"}} 2018-10-10 14:48:09,135 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd989ef9d42d219692eb61f3051df6b3de98af4" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-2b629020-0c0d-41fb-8539-b6aef4141361"}}' 2018-10-10 14:48:09,978 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:09 GMT Server: Apache x-compute-request-id: req-e783da3d-156d-40a8-ab5c-3d3bb887eec9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e783da3d-156d-40a8-ab5c-3d3bb887eec9 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "984bce77-f87f-4fa5-8e27-f167d637cfac", "name": "CinderUtilsQoSTests-2b629020-0c0d-41fb-8539-b6aef4141361"}, "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/984bce77-f87f-4fa5-8e27-f167d637cfac", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/qos-specs/984bce77-f87f-4fa5-8e27-f167d637cfac", "rel": "bookmark"}]} 2018-10-10 14:48:09,978 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs used request id req-e783da3d-156d-40a8-ab5c-3d3bb887eec9 2018-10-10 14:48:09,982 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e783da3d-156d-40a8-ab5c-3d3bb887eec9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd989ef9d42d219692eb61f3051df6b3de98af4" 2018-10-10 14:48:10,160 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:09 GMT Server: Apache x-compute-request-id: req-2cc0776f-68d2-49cc-bbc1-38fbbddfe2d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2cc0776f-68d2-49cc-bbc1-38fbbddfe2d4 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "984bce77-f87f-4fa5-8e27-f167d637cfac", "name": "CinderUtilsQoSTests-2b629020-0c0d-41fb-8539-b6aef4141361"}]} 2018-10-10 14:48:10,160 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs used request id req-2cc0776f-68d2-49cc-bbc1-38fbbddfe2d4 2018-10-10 14:48:10,163 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/984bce77-f87f-4fa5-8e27-f167d637cfac -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e783da3d-156d-40a8-ab5c-3d3bb887eec9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd989ef9d42d219692eb61f3051df6b3de98af4" 2018-10-10 14:48:10,333 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:10 GMT Server: Apache x-compute-request-id: req-2c2ace3c-611a-4afc-b763-3ae92543bbbd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2c2ace3c-611a-4afc-b763-3ae92543bbbd Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "984bce77-f87f-4fa5-8e27-f167d637cfac", "name": "CinderUtilsQoSTests-2b629020-0c0d-41fb-8539-b6aef4141361"}, "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/984bce77-f87f-4fa5-8e27-f167d637cfac", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/qos-specs/984bce77-f87f-4fa5-8e27-f167d637cfac", "rel": "bookmark"}]} 2018-10-10 14:48:10,333 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/984bce77-f87f-4fa5-8e27-f167d637cfac used request id req-2c2ace3c-611a-4afc-b763-3ae92543bbbd 2018-10-10 14:48:10,333 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-2b629020-0c0d-41fb-8539-b6aef4141361 2018-10-10 14:48:10,336 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/984bce77-f87f-4fa5-8e27-f167d637cfac?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e783da3d-156d-40a8-ab5c-3d3bb887eec9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd989ef9d42d219692eb61f3051df6b3de98af4" 2018-10-10 14:48:10,381 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1e01ba06-4f4a-4857-8091-3363786f7196 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:10,381 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/984bce77-f87f-4fa5-8e27-f167d637cfac?force=False used request id req-1e01ba06-4f4a-4857-8091-3363786f7196 2018-10-10 14:48:10,383 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:10,773 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:48:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["TsB56ZN0R82GEWopX0UEUg"], "issued_at": "2018-10-10T14:48:10.000000Z"}} 2018-10-10 14:48:10,776 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0739b2da5c8f8e377ac7e56fc6ddd8b4b0516a8c" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-860f1322-659b-4547-851a-f4e784412a31"}}' 2018-10-10 14:48:10,977 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:10 GMT Server: Apache x-compute-request-id: req-5a0f14c2-8764-409d-8422-861a1e4c6817 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5a0f14c2-8764-409d-8422-861a1e4c6817 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "27e84599-6744-4e74-b24d-c0f4185f6d4f", "name": "CinderUtilsQoSTests-860f1322-659b-4547-851a-f4e784412a31"}, "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/27e84599-6744-4e74-b24d-c0f4185f6d4f", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/qos-specs/27e84599-6744-4e74-b24d-c0f4185f6d4f", "rel": "bookmark"}]} 2018-10-10 14:48:10,977 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs used request id req-5a0f14c2-8764-409d-8422-861a1e4c6817 2018-10-10 14:48:10,980 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5a0f14c2-8764-409d-8422-861a1e4c6817" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0739b2da5c8f8e377ac7e56fc6ddd8b4b0516a8c" 2018-10-10 14:48:11,155 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:10 GMT Server: Apache x-compute-request-id: req-221c9d01-9b9d-478f-b772-162355ef526c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-221c9d01-9b9d-478f-b772-162355ef526c Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "27e84599-6744-4e74-b24d-c0f4185f6d4f", "name": "CinderUtilsQoSTests-860f1322-659b-4547-851a-f4e784412a31"}]} 2018-10-10 14:48:11,155 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs used request id req-221c9d01-9b9d-478f-b772-162355ef526c 2018-10-10 14:48:11,157 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/27e84599-6744-4e74-b24d-c0f4185f6d4f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5a0f14c2-8764-409d-8422-861a1e4c6817" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0739b2da5c8f8e377ac7e56fc6ddd8b4b0516a8c" 2018-10-10 14:48:11,316 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:11 GMT Server: Apache x-compute-request-id: req-690ace24-f959-4339-8fef-bde6df0495d3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-690ace24-f959-4339-8fef-bde6df0495d3 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "27e84599-6744-4e74-b24d-c0f4185f6d4f", "name": "CinderUtilsQoSTests-860f1322-659b-4547-851a-f4e784412a31"}, "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/27e84599-6744-4e74-b24d-c0f4185f6d4f", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/qos-specs/27e84599-6744-4e74-b24d-c0f4185f6d4f", "rel": "bookmark"}]} 2018-10-10 14:48:11,316 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/27e84599-6744-4e74-b24d-c0f4185f6d4f used request id req-690ace24-f959-4339-8fef-bde6df0495d3 2018-10-10 14:48:11,316 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-860f1322-659b-4547-851a-f4e784412a31 2018-10-10 14:48:11,318 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/27e84599-6744-4e74-b24d-c0f4185f6d4f?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5a0f14c2-8764-409d-8422-861a1e4c6817" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0739b2da5c8f8e377ac7e56fc6ddd8b4b0516a8c" 2018-10-10 14:48:11,513 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2dc7bd3f-3518-4bdc-bcc7-1f317d4cf270 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:11,513 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/27e84599-6744-4e74-b24d-c0f4185f6d4f?force=False used request id req-2dc7bd3f-3518-4bdc-bcc7-1f317d4cf270 2018-10-10 14:48:11,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:11,901 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:48:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["mcZW8GrmSbyae2haAvB2qg"], "issued_at": "2018-10-10T14:48:11.000000Z"}} 2018-10-10 14:48:11,903 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46906ee077e96af4437f509cfc3fefc99541d376" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-0c2834dd-2667-4ad2-a2df-ad64e5df3060"}}' 2018-10-10 14:48:12,111 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:11 GMT Server: Apache x-compute-request-id: req-315b7fb3-5e3a-4e53-acd9-cdada141c7ea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-315b7fb3-5e3a-4e53-acd9-cdada141c7ea Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "c9434437-576a-4db8-b0e7-18a3a76c668b", "name": "CinderUtilsQoSTests-0c2834dd-2667-4ad2-a2df-ad64e5df3060"}, "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/c9434437-576a-4db8-b0e7-18a3a76c668b", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/qos-specs/c9434437-576a-4db8-b0e7-18a3a76c668b", "rel": "bookmark"}]} 2018-10-10 14:48:12,111 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs used request id req-315b7fb3-5e3a-4e53-acd9-cdada141c7ea 2018-10-10 14:48:12,113 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-315b7fb3-5e3a-4e53-acd9-cdada141c7ea" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46906ee077e96af4437f509cfc3fefc99541d376" 2018-10-10 14:48:12,292 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:12 GMT Server: Apache x-compute-request-id: req-38fd4486-e8de-4e79-aae0-83e86a58a315 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-38fd4486-e8de-4e79-aae0-83e86a58a315 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "c9434437-576a-4db8-b0e7-18a3a76c668b", "name": "CinderUtilsQoSTests-0c2834dd-2667-4ad2-a2df-ad64e5df3060"}]} 2018-10-10 14:48:12,292 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs used request id req-38fd4486-e8de-4e79-aae0-83e86a58a315 2018-10-10 14:48:12,295 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/c9434437-576a-4db8-b0e7-18a3a76c668b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-315b7fb3-5e3a-4e53-acd9-cdada141c7ea" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46906ee077e96af4437f509cfc3fefc99541d376" 2018-10-10 14:48:12,457 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:12 GMT Server: Apache x-compute-request-id: req-041cd231-2904-4546-b409-25c3c53c7243 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-041cd231-2904-4546-b409-25c3c53c7243 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "c9434437-576a-4db8-b0e7-18a3a76c668b", "name": "CinderUtilsQoSTests-0c2834dd-2667-4ad2-a2df-ad64e5df3060"}, "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/c9434437-576a-4db8-b0e7-18a3a76c668b", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/qos-specs/c9434437-576a-4db8-b0e7-18a3a76c668b", "rel": "bookmark"}]} 2018-10-10 14:48:12,457 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/c9434437-576a-4db8-b0e7-18a3a76c668b used request id req-041cd231-2904-4546-b409-25c3c53c7243 2018-10-10 14:48:12,457 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-0c2834dd-2667-4ad2-a2df-ad64e5df3060 2018-10-10 14:48:12,460 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/c9434437-576a-4db8-b0e7-18a3a76c668b?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-315b7fb3-5e3a-4e53-acd9-cdada141c7ea" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46906ee077e96af4437f509cfc3fefc99541d376" 2018-10-10 14:48:13,222 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-01df1d52-49cf-44d5-b06e-8cc20166ca8c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:13,222 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/c9434437-576a-4db8-b0e7-18a3a76c668b?force=False used request id req-01df1d52-49cf-44d5-b06e-8cc20166ca8c 2018-10-10 14:48:13,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:13,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:48:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["W4SdyAI9QO2RBSRMWYaJdw"], "issued_at": "2018-10-10T14:48:13.000000Z"}} 2018-10-10 14:48:13,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9644bd87b4eeb51c3f121e3a9f3092dc312129c" 2018-10-10 14:48:13,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab0c3374-5518-4824-a219-fd9b07cd7d73 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:48:13,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ab0c3374-5518-4824-a219-fd9b07cd7d73 2018-10-10 14:48:13,697 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9644bd87b4eeb51c3f121e3a9f3092dc312129c" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-33bd895a-199f-46a0-a5d7-ff1ad86bc510", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-10 14:48:14,178 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:13 GMT Server: Apache x-compute-request-id: req-a1a8b853-e34b-47d3-8bdc-1393e8fd02a2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a1a8b853-e34b-47d3-8bdc-1393e8fd02a2 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-10T14:48:14.048113", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-33bd895a-199f-46a0-a5d7-ff1ad86bc510", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "84f86c71-64ba-41ec-ae2d-96be619cf2cc", "size": 1}} 2018-10-10 14:48:14,178 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes used request id req-a1a8b853-e34b-47d3-8bdc-1393e8fd02a2 2018-10-10 14:48:14,182 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a1a8b853-e34b-47d3-8bdc-1393e8fd02a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9644bd87b4eeb51c3f121e3a9f3092dc312129c" 2018-10-10 14:48:14,391 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:14 GMT Server: Apache x-compute-request-id: req-1463c2a4-7031-4c6a-9065-d12b78928a9c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1463c2a4-7031-4c6a-9065-d12b78928a9c Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:48:14.000000", "replication_status": null, "snapshot_id": null, "id": "84f86c71-64ba-41ec-ae2d-96be619cf2cc", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-33bd895a-199f-46a0-a5d7-ff1ad86bc510", "bootable": "false", "created_at": "2018-10-10T14:48:14.000000", "volume_type": null}} 2018-10-10 14:48:14,391 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc used request id req-1463c2a4-7031-4c6a-9065-d12b78928a9c 2018-10-10 14:48:14,394 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a1a8b853-e34b-47d3-8bdc-1393e8fd02a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9644bd87b4eeb51c3f121e3a9f3092dc312129c" 2018-10-10 14:48:14,607 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:14 GMT Server: Apache x-compute-request-id: req-49800e92-6b37-49ae-a03d-62c0900b6843 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-49800e92-6b37-49ae-a03d-62c0900b6843 Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:48:14.000000", "replication_status": null, "snapshot_id": null, "id": "84f86c71-64ba-41ec-ae2d-96be619cf2cc", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-33bd895a-199f-46a0-a5d7-ff1ad86bc510", "bootable": "false", "created_at": "2018-10-10T14:48:14.000000", "volume_type": null}} 2018-10-10 14:48:14,607 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc used request id req-49800e92-6b37-49ae-a03d-62c0900b6843 2018-10-10 14:48:14,610 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a1a8b853-e34b-47d3-8bdc-1393e8fd02a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9644bd87b4eeb51c3f121e3a9f3092dc312129c" 2018-10-10 14:48:15,342 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:14 GMT Server: Apache x-compute-request-id: req-66e01fe5-4c67-4810-b996-be2225f32cf1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-66e01fe5-4c67-4810-b996-be2225f32cf1 Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:48:14.000000", "replication_status": null, "snapshot_id": null, "id": "84f86c71-64ba-41ec-ae2d-96be619cf2cc", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-33bd895a-199f-46a0-a5d7-ff1ad86bc510", "bootable": "false", "created_at": "2018-10-10T14:48:14.000000", "volume_type": null}]} 2018-10-10 14:48:15,343 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/detail used request id req-66e01fe5-4c67-4810-b996-be2225f32cf1 2018-10-10 14:48:15,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:48:15,351 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:48: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:48:15,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9644bd87b4eeb51c3f121e3a9f3092dc312129c" 2018-10-10 14:48:15,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa4ea6af-537f-43fa-9961-7b3adba50d3c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:48:15,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-aa4ea6af-537f-43fa-9961-7b3adba50d3c 2018-10-10 14:48:15,435 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-33bd895a-199f-46a0-a5d7-ff1ad86bc510 2018-10-10 14:48:15,438 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a1a8b853-e34b-47d3-8bdc-1393e8fd02a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9644bd87b4eeb51c3f121e3a9f3092dc312129c" 2018-10-10 14:48:15,699 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-28a16cff-0721-471e-8699-216c854a5aac Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:15,700 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc used request id req-28a16cff-0721-471e-8699-216c854a5aac 2018-10-10 14:48:15,703 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a1a8b853-e34b-47d3-8bdc-1393e8fd02a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9644bd87b4eeb51c3f121e3a9f3092dc312129c" 2018-10-10 14:48:15,912 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:15 GMT Server: Apache x-compute-request-id: req-594c7e93-0ad9-43ca-afbe-813152d652a3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-594c7e93-0ad9-43ca-afbe-813152d652a3 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:48:15.000000", "replication_status": null, "snapshot_id": null, "id": "84f86c71-64ba-41ec-ae2d-96be619cf2cc", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-33bd895a-199f-46a0-a5d7-ff1ad86bc510", "bootable": "false", "created_at": "2018-10-10T14:48:14.000000", "volume_type": null}} 2018-10-10 14:48:15,912 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc used request id req-594c7e93-0ad9-43ca-afbe-813152d652a3 2018-10-10 14:48:18,918 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a1a8b853-e34b-47d3-8bdc-1393e8fd02a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9644bd87b4eeb51c3f121e3a9f3092dc312129c" 2018-10-10 14:48:19,097 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:48:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ea8a6c8d-4524-4a1a-a9bd-e2885e9fcb8e x-openstack-request-id: req-ea8a6c8d-4524-4a1a-a9bd-e2885e9fcb8e Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 84f86c71-64ba-41ec-ae2d-96be619cf2cc could not be found.", "code": 404}} 2018-10-10 14:48:19,097 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc used request id req-ea8a6c8d-4524-4a1a-a9bd-e2885e9fcb8e 2018-10-10 14:48:19,100 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a1a8b853-e34b-47d3-8bdc-1393e8fd02a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9644bd87b4eeb51c3f121e3a9f3092dc312129c" 2018-10-10 14:48:19,144 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:19 GMT Server: Apache x-compute-request-id: req-1dde208f-6201-4f18-9214-dfd17607c2ba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1dde208f-6201-4f18-9214-dfd17607c2ba Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-10 14:48:19,144 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/detail used request id req-1dde208f-6201-4f18-9214-dfd17607c2ba 2018-10-10 14:48:19,145 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-33bd895a-199f-46a0-a5d7-ff1ad86bc510 2018-10-10 14:48:19,148 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a1a8b853-e34b-47d3-8bdc-1393e8fd02a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9644bd87b4eeb51c3f121e3a9f3092dc312129c" 2018-10-10 14:48:19,353 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:48:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-91352271-2ffd-45f3-9006-bfb8b24efb30 x-openstack-request-id: req-91352271-2ffd-45f3-9006-bfb8b24efb30 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 84f86c71-64ba-41ec-ae2d-96be619cf2cc could not be found.", "code": 404}} 2018-10-10 14:48:19,354 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc used request id req-91352271-2ffd-45f3-9006-bfb8b24efb30 2018-10-10 14:48:19,357 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a1a8b853-e34b-47d3-8bdc-1393e8fd02a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9644bd87b4eeb51c3f121e3a9f3092dc312129c" 2018-10-10 14:48:19,392 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:48:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-099690bd-6726-4b63-a4a5-57615b31f4bc x-openstack-request-id: req-099690bd-6726-4b63-a4a5-57615b31f4bc Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 84f86c71-64ba-41ec-ae2d-96be619cf2cc could not be found.", "code": 404}} 2018-10-10 14:48:19,392 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/84f86c71-64ba-41ec-ae2d-96be619cf2cc used request id req-099690bd-6726-4b63-a4a5-57615b31f4bc 2018-10-10 14:48:19,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:19,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:48:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["xBPPvS7GRwCmGY3Xwan6ww"], "issued_at": "2018-10-10T14:48:19.000000Z"}} 2018-10-10 14:48:19,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617772207cef11f6679bb708805ab9c623a5dc17" 2018-10-10 14:48:19,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eb27587-4cde-4fd8-8872-a0aeeb9fb856 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:48:19,871 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7eb27587-4cde-4fd8-8872-a0aeeb9fb856 2018-10-10 14:48:19,875 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617772207cef11f6679bb708805ab9c623a5dc17" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-fc1ec609-2f3f-4760-8a44-79198487263c", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-10 14:48:20,272 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:19 GMT Server: Apache x-compute-request-id: req-68d97930-4fd5-4fa3-a551-69acf6cd9a8e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-68d97930-4fd5-4fa3-a551-69acf6cd9a8e Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-10T14:48:20.194382", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-fc1ec609-2f3f-4760-8a44-79198487263c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a467ef6e-0f99-4035-8842-45aba5ce0e0e", "size": 1}} 2018-10-10 14:48:20,272 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes used request id req-68d97930-4fd5-4fa3-a551-69acf6cd9a8e 2018-10-10 14:48:20,276 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-68d97930-4fd5-4fa3-a551-69acf6cd9a8e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617772207cef11f6679bb708805ab9c623a5dc17" 2018-10-10 14:48:20,476 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:20 GMT Server: Apache x-compute-request-id: req-d1439978-25e8-427a-84e1-e7dfd4b9e649 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d1439978-25e8-427a-84e1-e7dfd4b9e649 Content-Encoding: gzip Content-Length: 495 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "updated_at": null, "replication_status": null, "snapshot_id": null, "id": "a467ef6e-0f99-4035-8842-45aba5ce0e0e", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-fc1ec609-2f3f-4760-8a44-79198487263c", "bootable": "false", "created_at": "2018-10-10T14:48:20.000000", "volume_type": null}} 2018-10-10 14:48:20,476 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e used request id req-d1439978-25e8-427a-84e1-e7dfd4b9e649 2018-10-10 14:48:20,479 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-68d97930-4fd5-4fa3-a551-69acf6cd9a8e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617772207cef11f6679bb708805ab9c623a5dc17" 2018-10-10 14:48:21,248 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:20 GMT Server: Apache x-compute-request-id: req-ed32bc75-f6be-4bec-8028-45c669b41460 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ed32bc75-f6be-4bec-8028-45c669b41460 Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:48:20.000000", "replication_status": null, "snapshot_id": null, "id": "a467ef6e-0f99-4035-8842-45aba5ce0e0e", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-fc1ec609-2f3f-4760-8a44-79198487263c", "bootable": "false", "created_at": "2018-10-10T14:48:20.000000", "volume_type": null}} 2018-10-10 14:48:21,248 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e used request id req-ed32bc75-f6be-4bec-8028-45c669b41460 2018-10-10 14:48:21,251 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-68d97930-4fd5-4fa3-a551-69acf6cd9a8e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617772207cef11f6679bb708805ab9c623a5dc17" 2018-10-10 14:48:22,012 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:21 GMT Server: Apache x-compute-request-id: req-5e8608fb-2713-4a1d-997d-fa247d70ab80 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5e8608fb-2713-4a1d-997d-fa247d70ab80 Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:48:20.000000", "replication_status": null, "snapshot_id": null, "id": "a467ef6e-0f99-4035-8842-45aba5ce0e0e", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-fc1ec609-2f3f-4760-8a44-79198487263c", "bootable": "false", "created_at": "2018-10-10T14:48:20.000000", "volume_type": null}]} 2018-10-10 14:48:22,012 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/detail used request id req-5e8608fb-2713-4a1d-997d-fa247d70ab80 2018-10-10 14:48:22,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:48:22,021 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:48: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:48:22,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617772207cef11f6679bb708805ab9c623a5dc17" 2018-10-10 14:48:22,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e2076ee-487d-46d5-8934-92f772ab9f45 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:48:22,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-2e2076ee-487d-46d5-8934-92f772ab9f45 2018-10-10 14:48:22,123 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-fc1ec609-2f3f-4760-8a44-79198487263c 2018-10-10 14:48:22,126 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-68d97930-4fd5-4fa3-a551-69acf6cd9a8e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617772207cef11f6679bb708805ab9c623a5dc17" 2018-10-10 14:48:22,396 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ba3478ba-8278-4985-aa3a-acfe54feb38b Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:22,396 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e used request id req-ba3478ba-8278-4985-aa3a-acfe54feb38b 2018-10-10 14:48:22,399 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-68d97930-4fd5-4fa3-a551-69acf6cd9a8e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617772207cef11f6679bb708805ab9c623a5dc17" 2018-10-10 14:48:22,599 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:22 GMT Server: Apache x-compute-request-id: req-41ad2921-f431-4adc-b472-07e27893f7e4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-41ad2921-f431-4adc-b472-07e27893f7e4 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-10T14:48:22.000000", "replication_status": null, "snapshot_id": null, "id": "a467ef6e-0f99-4035-8842-45aba5ce0e0e", "size": 1, "user_id": "f54611d8c62b498a95794cebb93cc5b1", "os-vol-tenant-attr:tenant_id": "50b165d5212f42f49cf85a43939820c6", "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-fc1ec609-2f3f-4760-8a44-79198487263c", "bootable": "false", "created_at": "2018-10-10T14:48:20.000000", "volume_type": null}} 2018-10-10 14:48:22,599 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e used request id req-41ad2921-f431-4adc-b472-07e27893f7e4 2018-10-10 14:48:25,605 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-68d97930-4fd5-4fa3-a551-69acf6cd9a8e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617772207cef11f6679bb708805ab9c623a5dc17" 2018-10-10 14:48:25,785 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:48:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c414df73-3005-4cae-8241-49c1fda00cea x-openstack-request-id: req-c414df73-3005-4cae-8241-49c1fda00cea Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume a467ef6e-0f99-4035-8842-45aba5ce0e0e could not be found.", "code": 404}} 2018-10-10 14:48:25,786 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/volumes/a467ef6e-0f99-4035-8842-45aba5ce0e0e used request id req-c414df73-3005-4cae-8241-49c1fda00cea 2018-10-10 14:48:25,788 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:26,182 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:48:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["kHYKw-1QQbOEL2UxZ7AmfQ"], "issued_at": "2018-10-10T14:48:26.000000Z"}} 2018-10-10 14:48:26,186 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d88e423adf171192cccce3ca2b4861ed6f473ad9" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-749463ae-2132-420a-b84c-709f382faa81", "description": null}}' 2018-10-10 14:48:26,395 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:26 GMT Server: Apache x-compute-request-id: req-3ed05d09-4547-40ba-b085-59100859b527 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3ed05d09-4547-40ba-b085-59100859b527 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-749463ae-2132-420a-b84c-709f382faa81", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4f9b5405-4018-43d7-a905-9ef54ab59747", "description": null}} 2018-10-10 14:48:26,395 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types used request id req-3ed05d09-4547-40ba-b085-59100859b527 2018-10-10 14:48:26,399 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ed05d09-4547-40ba-b085-59100859b527" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d88e423adf171192cccce3ca2b4861ed6f473ad9" 2018-10-10 14:48:26,577 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:26 GMT Server: Apache x-compute-request-id: req-1d072875-c5af-4217-ae77-f674209041fc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1d072875-c5af-4217-ae77-f674209041fc Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-749463ae-2132-420a-b84c-709f382faa81", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4f9b5405-4018-43d7-a905-9ef54ab59747", "description": null}]} 2018-10-10 14:48:26,577 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types?is_public=None used request id req-1d072875-c5af-4217-ae77-f674209041fc 2018-10-10 14:48:26,580 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4f9b5405-4018-43d7-a905-9ef54ab59747 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ed05d09-4547-40ba-b085-59100859b527" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d88e423adf171192cccce3ca2b4861ed6f473ad9" 2018-10-10 14:48:26,743 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:26 GMT Server: Apache x-compute-request-id: req-48654c96-6a54-4d63-9e19-a39723b6be55 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-48654c96-6a54-4d63-9e19-a39723b6be55 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-749463ae-2132-420a-b84c-709f382faa81", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4f9b5405-4018-43d7-a905-9ef54ab59747", "description": null}} 2018-10-10 14:48:26,744 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4f9b5405-4018-43d7-a905-9ef54ab59747 used request id req-48654c96-6a54-4d63-9e19-a39723b6be55 2018-10-10 14:48:26,747 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4f9b5405-4018-43d7-a905-9ef54ab59747/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ed05d09-4547-40ba-b085-59100859b527" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d88e423adf171192cccce3ca2b4861ed6f473ad9" 2018-10-10 14:48:26,930 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:26 GMT Server: Apache x-compute-request-id: req-fd30f057-436e-4a93-8408-3da731b3205c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fd30f057-436e-4a93-8408-3da731b3205c Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-10 14:48:26,931 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4f9b5405-4018-43d7-a905-9ef54ab59747/encryption used request id req-fd30f057-436e-4a93-8408-3da731b3205c 2018-10-10 14:48:26,931 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-749463ae-2132-420a-b84c-709f382faa81 2018-10-10 14:48:26,934 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4f9b5405-4018-43d7-a905-9ef54ab59747 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ed05d09-4547-40ba-b085-59100859b527" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d88e423adf171192cccce3ca2b4861ed6f473ad9" 2018-10-10 14:48:27,148 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-621b9ded-0e8f-4a23-a9d2-2583ba7cff21 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:27,149 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4f9b5405-4018-43d7-a905-9ef54ab59747 used request id req-621b9ded-0e8f-4a23-a9d2-2583ba7cff21 2018-10-10 14:48:27,152 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4f9b5405-4018-43d7-a905-9ef54ab59747 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ed05d09-4547-40ba-b085-59100859b527" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d88e423adf171192cccce3ca2b4861ed6f473ad9" 2018-10-10 14:48:27,313 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:48:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-08980868-1b78-4e31-a586-cd2dfbfdf904 x-openstack-request-id: req-08980868-1b78-4e31-a586-cd2dfbfdf904 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 4f9b5405-4018-43d7-a905-9ef54ab59747 could not be found.", "code": 404}} 2018-10-10 14:48:27,313 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4f9b5405-4018-43d7-a905-9ef54ab59747 used request id req-08980868-1b78-4e31-a586-cd2dfbfdf904 2018-10-10 14:48:27,314 - cinder_utils - INFO - Volume with ID [4f9b5405-4018-43d7-a905-9ef54ab59747] does not exist 2018-10-10 14:48:27,314 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-749463ae-2132-420a-b84c-709f382faa81 2018-10-10 14:48:27,317 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4f9b5405-4018-43d7-a905-9ef54ab59747 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ed05d09-4547-40ba-b085-59100859b527" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d88e423adf171192cccce3ca2b4861ed6f473ad9" 2018-10-10 14:48:27,336 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:48:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-91682f46-4710-4d75-8b77-0414ef617b3c x-openstack-request-id: req-91682f46-4710-4d75-8b77-0414ef617b3c Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 4f9b5405-4018-43d7-a905-9ef54ab59747 could not be found.", "code": 404}} 2018-10-10 14:48:27,336 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4f9b5405-4018-43d7-a905-9ef54ab59747 used request id req-91682f46-4710-4d75-8b77-0414ef617b3c 2018-10-10 14:48:27,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:27,799 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:48:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["NYV32fAaSRuuOB0WLcuhzA"], "issued_at": "2018-10-10T14:48:27.000000Z"}} 2018-10-10 14:48:27,801 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962a2642aa97e2ceb7c75400eaaa6d877899f16d" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-14cd6ba4-e34a-43fa-bed7-9d97935b32f4", "description": null}}' 2018-10-10 14:48:28,010 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:27 GMT Server: Apache x-compute-request-id: req-61c60c3a-d5b0-4a9b-a974-45546864a705 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-61c60c3a-d5b0-4a9b-a974-45546864a705 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-14cd6ba4-e34a-43fa-bed7-9d97935b32f4", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f92476fa-6cab-4e5d-bdb4-d3bff91b41e4", "description": null}} 2018-10-10 14:48:28,010 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types used request id req-61c60c3a-d5b0-4a9b-a974-45546864a705 2018-10-10 14:48:28,013 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-61c60c3a-d5b0-4a9b-a974-45546864a705" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962a2642aa97e2ceb7c75400eaaa6d877899f16d" 2018-10-10 14:48:28,197 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:28 GMT Server: Apache x-compute-request-id: req-b7793a73-2394-4a0a-a4bf-7a574f1a61ab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b7793a73-2394-4a0a-a4bf-7a574f1a61ab Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-14cd6ba4-e34a-43fa-bed7-9d97935b32f4", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f92476fa-6cab-4e5d-bdb4-d3bff91b41e4", "description": null}]} 2018-10-10 14:48:28,197 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types?is_public=None used request id req-b7793a73-2394-4a0a-a4bf-7a574f1a61ab 2018-10-10 14:48:28,201 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/f92476fa-6cab-4e5d-bdb4-d3bff91b41e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-61c60c3a-d5b0-4a9b-a974-45546864a705" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962a2642aa97e2ceb7c75400eaaa6d877899f16d" 2018-10-10 14:48:28,358 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:28 GMT Server: Apache x-compute-request-id: req-2458a496-e5cb-4fa2-9937-6212ac19f455 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2458a496-e5cb-4fa2-9937-6212ac19f455 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-14cd6ba4-e34a-43fa-bed7-9d97935b32f4", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f92476fa-6cab-4e5d-bdb4-d3bff91b41e4", "description": null}} 2018-10-10 14:48:28,358 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/f92476fa-6cab-4e5d-bdb4-d3bff91b41e4 used request id req-2458a496-e5cb-4fa2-9937-6212ac19f455 2018-10-10 14:48:28,362 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/f92476fa-6cab-4e5d-bdb4-d3bff91b41e4/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-61c60c3a-d5b0-4a9b-a974-45546864a705" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962a2642aa97e2ceb7c75400eaaa6d877899f16d" 2018-10-10 14:48:28,540 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:28 GMT Server: Apache x-compute-request-id: req-0484cace-5a7d-458d-aa10-a66069fb0952 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0484cace-5a7d-458d-aa10-a66069fb0952 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-10 14:48:28,540 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/f92476fa-6cab-4e5d-bdb4-d3bff91b41e4/encryption used request id req-0484cace-5a7d-458d-aa10-a66069fb0952 2018-10-10 14:48:28,543 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/f92476fa-6cab-4e5d-bdb4-d3bff91b41e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-61c60c3a-d5b0-4a9b-a974-45546864a705" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962a2642aa97e2ceb7c75400eaaa6d877899f16d" 2018-10-10 14:48:28,725 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:28 GMT Server: Apache x-compute-request-id: req-75d66d6b-149d-4750-bfc3-2da429aec07d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-75d66d6b-149d-4750-bfc3-2da429aec07d Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-14cd6ba4-e34a-43fa-bed7-9d97935b32f4", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f92476fa-6cab-4e5d-bdb4-d3bff91b41e4", "description": null}} 2018-10-10 14:48:28,725 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/f92476fa-6cab-4e5d-bdb4-d3bff91b41e4 used request id req-75d66d6b-149d-4750-bfc3-2da429aec07d 2018-10-10 14:48:28,728 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/f92476fa-6cab-4e5d-bdb4-d3bff91b41e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-61c60c3a-d5b0-4a9b-a974-45546864a705" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962a2642aa97e2ceb7c75400eaaa6d877899f16d" 2018-10-10 14:48:28,886 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:28 GMT Server: Apache x-compute-request-id: req-ddadb95d-f9a6-4285-baee-a7736ccb8dab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ddadb95d-f9a6-4285-baee-a7736ccb8dab Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-14cd6ba4-e34a-43fa-bed7-9d97935b32f4", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f92476fa-6cab-4e5d-bdb4-d3bff91b41e4", "description": null}} 2018-10-10 14:48:28,887 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/f92476fa-6cab-4e5d-bdb4-d3bff91b41e4 used request id req-ddadb95d-f9a6-4285-baee-a7736ccb8dab 2018-10-10 14:48:28,890 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/f92476fa-6cab-4e5d-bdb4-d3bff91b41e4/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-61c60c3a-d5b0-4a9b-a974-45546864a705" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962a2642aa97e2ceb7c75400eaaa6d877899f16d" 2018-10-10 14:48:28,910 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:28 GMT Server: Apache x-compute-request-id: req-e1dc3124-c0ca-4bc2-99f4-778242f180ca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e1dc3124-c0ca-4bc2-99f4-778242f180ca Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-10 14:48:28,910 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/f92476fa-6cab-4e5d-bdb4-d3bff91b41e4/encryption used request id req-e1dc3124-c0ca-4bc2-99f4-778242f180ca 2018-10-10 14:48:28,911 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-14cd6ba4-e34a-43fa-bed7-9d97935b32f4 2018-10-10 14:48:28,913 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/f92476fa-6cab-4e5d-bdb4-d3bff91b41e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-61c60c3a-d5b0-4a9b-a974-45546864a705" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962a2642aa97e2ceb7c75400eaaa6d877899f16d" 2018-10-10 14:48:29,130 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-573af43f-1c24-4eb4-995f-b6cc5acc07f4 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:29,130 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/f92476fa-6cab-4e5d-bdb4-d3bff91b41e4 used request id req-573af43f-1c24-4eb4-995f-b6cc5acc07f4 2018-10-10 14:48:29,133 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:29,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:48:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["ow124F-YTmGIo-WNisGG7w"], "issued_at": "2018-10-10T14:48:29.000000Z"}} 2018-10-10 14:48:29,531 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8af44dab68c71a022403d9ab310da07fef7ca8f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-bf640f93-152d-45f2-b12c-db6501163af3-type", "description": null}}' 2018-10-10 14:48:29,759 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:29 GMT Server: Apache x-compute-request-id: req-1248b394-dc64-4d18-a09f-face8108d423 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1248b394-dc64-4d18-a09f-face8108d423 Content-Encoding: gzip Content-Length: 200 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-bf640f93-152d-45f2-b12c-db6501163af3-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "68f0a47c-453f-4b3b-899c-73fef2bbe004", "description": null}} 2018-10-10 14:48:29,759 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types used request id req-1248b394-dc64-4d18-a09f-face8108d423 2018-10-10 14:48:29,762 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/68f0a47c-453f-4b3b-899c-73fef2bbe004/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1248b394-dc64-4d18-a09f-face8108d423" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8af44dab68c71a022403d9ab310da07fef7ca8f" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-bf640f93-152d-45f2-b12c-db6501163af3", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-10-10 14:48:29,946 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Wed, 10 Oct 2018 14:48:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-0e9584a7-d902-487b-af55-eb5c46ce3750 x-openstack-request-id: req-0e9584a7-d902-487b-af55-eb5c46ce3750 Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-10-10 14:48:29,946 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/68f0a47c-453f-4b3b-899c-73fef2bbe004/encryption used request id req-0e9584a7-d902-487b-af55-eb5c46ce3750 2018-10-10 14:48:29,946 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-bf640f93-152d-45f2-b12c-db6501163af3-type 2018-10-10 14:48:29,949 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/68f0a47c-453f-4b3b-899c-73fef2bbe004 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1248b394-dc64-4d18-a09f-face8108d423" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8af44dab68c71a022403d9ab310da07fef7ca8f" 2018-10-10 14:48:30,148 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-daa3ab4d-2eee-4dca-bc66-5741615466dd Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:30,148 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/68f0a47c-453f-4b3b-899c-73fef2bbe004 used request id req-daa3ab4d-2eee-4dca-bc66-5741615466dd 2018-10-10 14:48:30,151 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:30,534 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:48:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["ApQq81FZRxqtLIkjlQt37A"], "issued_at": "2018-10-10T14:48:30.000000Z"}} 2018-10-10 14:48:30,537 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee847c03d710633d5da042f02bc6cb2e1b934ca9" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-16995c28-fa19-413e-9351-0e447bc5a2dd-type", "description": null}}' 2018-10-10 14:48:30,770 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:30 GMT Server: Apache x-compute-request-id: req-3301aaee-3c28-4eb4-b63e-549b6de10be2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3301aaee-3c28-4eb4-b63e-549b6de10be2 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-16995c28-fa19-413e-9351-0e447bc5a2dd-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b0889177-2b74-4249-8715-e651eca49d28", "description": null}} 2018-10-10 14:48:30,770 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types used request id req-3301aaee-3c28-4eb4-b63e-549b6de10be2 2018-10-10 14:48:30,774 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3301aaee-3c28-4eb4-b63e-549b6de10be2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee847c03d710633d5da042f02bc6cb2e1b934ca9" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-16995c28-fa19-413e-9351-0e447bc5a2dd", "provider": "LuksEncryptor"}}' 2018-10-10 14:48:30,968 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:30 GMT Server: Apache x-compute-request-id: req-8f2654eb-eb35-4eaf-8e3d-bf183ebd6718 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8f2654eb-eb35-4eaf-8e3d-bf183ebd6718 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "b0889177-2b74-4249-8715-e651eca49d28", "name": "CinderUtilsAddEncryptionTests-16995c28-fa19-413e-9351-0e447bc5a2dd", "control_location": "back-end", "encryption_id": "12766e24-1bb8-4093-bd87-0b78f1265730", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-10-10 14:48:30,969 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28/encryption used request id req-8f2654eb-eb35-4eaf-8e3d-bf183ebd6718 2018-10-10 14:48:30,973 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3301aaee-3c28-4eb4-b63e-549b6de10be2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee847c03d710633d5da042f02bc6cb2e1b934ca9" 2018-10-10 14:48:31,146 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:30 GMT Server: Apache x-compute-request-id: req-36a9def4-0631-4f2b-9dee-a01c41307e14 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-36a9def4-0631-4f2b-9dee-a01c41307e14 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-16995c28-fa19-413e-9351-0e447bc5a2dd-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b0889177-2b74-4249-8715-e651eca49d28", "description": null}} 2018-10-10 14:48:31,147 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28 used request id req-36a9def4-0631-4f2b-9dee-a01c41307e14 2018-10-10 14:48:31,149 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3301aaee-3c28-4eb4-b63e-549b6de10be2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee847c03d710633d5da042f02bc6cb2e1b934ca9" 2018-10-10 14:48:31,847 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:31 GMT Server: Apache x-compute-request-id: req-86fc163c-4916-4c04-9e67-df58fa2789cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-86fc163c-4916-4c04-9e67-df58fa2789cf Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"volume_type_id": "b0889177-2b74-4249-8715-e651eca49d28", "control_location": "back-end", "deleted": false, "created_at": "2018-10-10T14:48:30.000000", "updated_at": null, "encryption_id": "12766e24-1bb8-4093-bd87-0b78f1265730", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-10-10 14:48:31,847 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28/encryption used request id req-86fc163c-4916-4c04-9e67-df58fa2789cf 2018-10-10 14:48:31,847 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-16995c28-fa19-413e-9351-0e447bc5a2dd-type 2018-10-10 14:48:31,850 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3301aaee-3c28-4eb4-b63e-549b6de10be2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee847c03d710633d5da042f02bc6cb2e1b934ca9" 2018-10-10 14:48:32,021 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:31 GMT Server: Apache x-compute-request-id: req-189b14c4-2ee1-4254-a566-5f25ca17b4e0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-189b14c4-2ee1-4254-a566-5f25ca17b4e0 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-16995c28-fa19-413e-9351-0e447bc5a2dd-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b0889177-2b74-4249-8715-e651eca49d28", "description": null}} 2018-10-10 14:48:32,021 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28 used request id req-189b14c4-2ee1-4254-a566-5f25ca17b4e0 2018-10-10 14:48:32,024 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3301aaee-3c28-4eb4-b63e-549b6de10be2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee847c03d710633d5da042f02bc6cb2e1b934ca9" 2018-10-10 14:48:32,230 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3d2f7621-1525-4dad-917a-94b06c8d7e5f Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:32,230 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28/encryption/provider used request id req-3d2f7621-1525-4dad-917a-94b06c8d7e5f 2018-10-10 14:48:32,233 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3301aaee-3c28-4eb4-b63e-549b6de10be2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee847c03d710633d5da042f02bc6cb2e1b934ca9" 2018-10-10 14:48:32,255 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:32 GMT Server: Apache x-compute-request-id: req-240420a3-968e-40cf-b9a4-e8eb2e06ff8c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-240420a3-968e-40cf-b9a4-e8eb2e06ff8c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-16995c28-fa19-413e-9351-0e447bc5a2dd-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b0889177-2b74-4249-8715-e651eca49d28", "description": null}} 2018-10-10 14:48:32,256 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28 used request id req-240420a3-968e-40cf-b9a4-e8eb2e06ff8c 2018-10-10 14:48:32,259 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3301aaee-3c28-4eb4-b63e-549b6de10be2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee847c03d710633d5da042f02bc6cb2e1b934ca9" 2018-10-10 14:48:32,426 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:32 GMT Server: Apache x-compute-request-id: req-1c2498fc-7236-4d34-9ed8-a170a573f330 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1c2498fc-7236-4d34-9ed8-a170a573f330 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-10 14:48:32,426 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28/encryption used request id req-1c2498fc-7236-4d34-9ed8-a170a573f330 2018-10-10 14:48:32,426 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-16995c28-fa19-413e-9351-0e447bc5a2dd-type 2018-10-10 14:48:32,429 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3301aaee-3c28-4eb4-b63e-549b6de10be2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee847c03d710633d5da042f02bc6cb2e1b934ca9" 2018-10-10 14:48:32,606 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:32 GMT Server: Apache x-compute-request-id: req-81447e8d-4b76-477d-9b23-b4966e432221 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-81447e8d-4b76-477d-9b23-b4966e432221 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-16995c28-fa19-413e-9351-0e447bc5a2dd-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b0889177-2b74-4249-8715-e651eca49d28", "description": null}} 2018-10-10 14:48:32,606 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28 used request id req-81447e8d-4b76-477d-9b23-b4966e432221 2018-10-10 14:48:32,609 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3301aaee-3c28-4eb4-b63e-549b6de10be2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee847c03d710633d5da042f02bc6cb2e1b934ca9" 2018-10-10 14:48:33,331 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:48:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2602c4c8-09c1-44c0-be40-a22f019e9116 x-openstack-request-id: req-2602c4c8-09c1-44c0-be40-a22f019e9116 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type b0889177-2b74-4249-8715-e651eca49d28 does not exist.", "code": 404}} 2018-10-10 14:48:33,331 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28/encryption/provider used request id req-2602c4c8-09c1-44c0-be40-a22f019e9116 2018-10-10 14:48:33,331 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-16995c28-fa19-413e-9351-0e447bc5a2dd-type 2018-10-10 14:48:33,334 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3301aaee-3c28-4eb4-b63e-549b6de10be2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee847c03d710633d5da042f02bc6cb2e1b934ca9" 2018-10-10 14:48:33,400 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4c969094-e154-41c5-a77f-64cef1febb8b Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:33,400 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/b0889177-2b74-4249-8715-e651eca49d28 used request id req-4c969094-e154-41c5-a77f-64cef1febb8b 2018-10-10 14:48:33,403 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:33,777 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:48:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["MF2497MURka7yYJTSwRIew"], "issued_at": "2018-10-10T14:48:33.000000Z"}} 2018-10-10 14:48:33,780 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678fbda29613bce6798e81dca2cc0af5092bf9c0" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-b0aa4eaf-8fa8-4c0c-98bb-1b7115179d59-type", "description": null}}' 2018-10-10 14:48:33,997 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:33 GMT Server: Apache x-compute-request-id: req-2dc84925-f203-492e-bbbc-3e80271ebeab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2dc84925-f203-492e-bbbc-3e80271ebeab Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-b0aa4eaf-8fa8-4c0c-98bb-1b7115179d59-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "996642e2-e0b3-4afe-8320-f7103301fd18", "description": null}} 2018-10-10 14:48:33,997 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types used request id req-2dc84925-f203-492e-bbbc-3e80271ebeab 2018-10-10 14:48:34,000 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/996642e2-e0b3-4afe-8320-f7103301fd18/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2dc84925-f203-492e-bbbc-3e80271ebeab" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678fbda29613bce6798e81dca2cc0af5092bf9c0" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-b0aa4eaf-8fa8-4c0c-98bb-1b7115179d59", "provider": "foo"}}' 2018-10-10 14:48:34,214 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:34 GMT Server: Apache x-compute-request-id: req-7b53f7de-6575-4760-9b27-01a3625fdc6a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7b53f7de-6575-4760-9b27-01a3625fdc6a Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "996642e2-e0b3-4afe-8320-f7103301fd18", "name": "CinderUtilsAddEncryptionTests-b0aa4eaf-8fa8-4c0c-98bb-1b7115179d59", "control_location": "front-end", "encryption_id": "db71d47d-3870-4f08-94ce-d8c6de7a4a1c", "provider": "foo", "provider_class": "foo"}} 2018-10-10 14:48:34,215 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/996642e2-e0b3-4afe-8320-f7103301fd18/encryption used request id req-7b53f7de-6575-4760-9b27-01a3625fdc6a 2018-10-10 14:48:34,218 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/996642e2-e0b3-4afe-8320-f7103301fd18 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2dc84925-f203-492e-bbbc-3e80271ebeab" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678fbda29613bce6798e81dca2cc0af5092bf9c0" 2018-10-10 14:48:34,397 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:34 GMT Server: Apache x-compute-request-id: req-94b0ac63-e20c-47d5-80b8-e3ed161eb3bb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-94b0ac63-e20c-47d5-80b8-e3ed161eb3bb Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-b0aa4eaf-8fa8-4c0c-98bb-1b7115179d59-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "996642e2-e0b3-4afe-8320-f7103301fd18", "description": null}} 2018-10-10 14:48:34,398 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/996642e2-e0b3-4afe-8320-f7103301fd18 used request id req-94b0ac63-e20c-47d5-80b8-e3ed161eb3bb 2018-10-10 14:48:34,401 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/996642e2-e0b3-4afe-8320-f7103301fd18/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2dc84925-f203-492e-bbbc-3e80271ebeab" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678fbda29613bce6798e81dca2cc0af5092bf9c0" 2018-10-10 14:48:34,576 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:34 GMT Server: Apache x-compute-request-id: req-b4026220-e6c8-41a1-bb39-f6aa4e56aa48 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b4026220-e6c8-41a1-bb39-f6aa4e56aa48 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "996642e2-e0b3-4afe-8320-f7103301fd18", "control_location": "front-end", "deleted": false, "created_at": "2018-10-10T14:48:34.000000", "updated_at": null, "encryption_id": "db71d47d-3870-4f08-94ce-d8c6de7a4a1c", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-10-10 14:48:34,577 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/996642e2-e0b3-4afe-8320-f7103301fd18/encryption used request id req-b4026220-e6c8-41a1-bb39-f6aa4e56aa48 2018-10-10 14:48:34,577 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-b0aa4eaf-8fa8-4c0c-98bb-1b7115179d59-type 2018-10-10 14:48:34,580 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/996642e2-e0b3-4afe-8320-f7103301fd18 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2dc84925-f203-492e-bbbc-3e80271ebeab" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678fbda29613bce6798e81dca2cc0af5092bf9c0" 2018-10-10 14:48:34,744 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:34 GMT Server: Apache x-compute-request-id: req-cfca5cfa-4083-42b3-bd36-a9d682137d15 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cfca5cfa-4083-42b3-bd36-a9d682137d15 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-b0aa4eaf-8fa8-4c0c-98bb-1b7115179d59-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "996642e2-e0b3-4afe-8320-f7103301fd18", "description": null}} 2018-10-10 14:48:34,745 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/996642e2-e0b3-4afe-8320-f7103301fd18 used request id req-cfca5cfa-4083-42b3-bd36-a9d682137d15 2018-10-10 14:48:34,748 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/996642e2-e0b3-4afe-8320-f7103301fd18/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2dc84925-f203-492e-bbbc-3e80271ebeab" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678fbda29613bce6798e81dca2cc0af5092bf9c0" 2018-10-10 14:48:34,936 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7ce873f1-5dab-4746-a4f2-b743ec15d8c0 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:34,936 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/996642e2-e0b3-4afe-8320-f7103301fd18/encryption/provider used request id req-7ce873f1-5dab-4746-a4f2-b743ec15d8c0 2018-10-10 14:48:34,936 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-b0aa4eaf-8fa8-4c0c-98bb-1b7115179d59-type 2018-10-10 14:48:34,939 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/996642e2-e0b3-4afe-8320-f7103301fd18 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2dc84925-f203-492e-bbbc-3e80271ebeab" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678fbda29613bce6798e81dca2cc0af5092bf9c0" 2018-10-10 14:48:35,165 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4a56b29d-34bd-4754-b325-92ef60840aae Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:35,165 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/996642e2-e0b3-4afe-8320-f7103301fd18 used request id req-4a56b29d-34bd-4754-b325-92ef60840aae 2018-10-10 14:48:35,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:35,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:48:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["fRkBkLuATWmKJmJ67v9pnw"], "issued_at": "2018-10-10T14:48:35.000000Z"}} 2018-10-10 14:48:35,565 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88339fe7a6fb68bbb652945d3301064f4e8208e5" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-ee043eff-faa5-408e-8bfc-f26e4ba670f9-type", "description": null}}' 2018-10-10 14:48:35,770 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:35 GMT Server: Apache x-compute-request-id: req-bee43f03-1001-46f6-9bed-dae8c5c9b348 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bee43f03-1001-46f6-9bed-dae8c5c9b348 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ee043eff-faa5-408e-8bfc-f26e4ba670f9-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4d900618-e255-456f-a6ed-7671af3237e4", "description": null}} 2018-10-10 14:48:35,771 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types used request id req-bee43f03-1001-46f6-9bed-dae8c5c9b348 2018-10-10 14:48:35,774 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4d900618-e255-456f-a6ed-7671af3237e4/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-bee43f03-1001-46f6-9bed-dae8c5c9b348" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88339fe7a6fb68bbb652945d3301064f4e8208e5" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-ee043eff-faa5-408e-8bfc-f26e4ba670f9", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-10-10 14:48:35,998 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:35 GMT Server: Apache x-compute-request-id: req-60859683-edf7-4064-98c2-6d2653772781 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-60859683-edf7-4064-98c2-6d2653772781 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "4d900618-e255-456f-a6ed-7671af3237e4", "name": "CinderUtilsAddEncryptionTests-ee043eff-faa5-408e-8bfc-f26e4ba670f9", "control_location": "back-end", "encryption_id": "19dd08ae-88e3-4e21-9120-925b32cbfb81", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-10-10 14:48:35,998 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4d900618-e255-456f-a6ed-7671af3237e4/encryption used request id req-60859683-edf7-4064-98c2-6d2653772781 2018-10-10 14:48:36,001 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4d900618-e255-456f-a6ed-7671af3237e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bee43f03-1001-46f6-9bed-dae8c5c9b348" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88339fe7a6fb68bbb652945d3301064f4e8208e5" 2018-10-10 14:48:36,181 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:36 GMT Server: Apache x-compute-request-id: req-cc4fefb2-fb91-446f-99c3-bbb776b1b1d3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cc4fefb2-fb91-446f-99c3-bbb776b1b1d3 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ee043eff-faa5-408e-8bfc-f26e4ba670f9-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4d900618-e255-456f-a6ed-7671af3237e4", "description": null}} 2018-10-10 14:48:36,182 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4d900618-e255-456f-a6ed-7671af3237e4 used request id req-cc4fefb2-fb91-446f-99c3-bbb776b1b1d3 2018-10-10 14:48:36,185 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4d900618-e255-456f-a6ed-7671af3237e4/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bee43f03-1001-46f6-9bed-dae8c5c9b348" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88339fe7a6fb68bbb652945d3301064f4e8208e5" 2018-10-10 14:48:36,347 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:36 GMT Server: Apache x-compute-request-id: req-8848b96d-aeee-4406-a672-16105a8c1b44 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8848b96d-aeee-4406-a672-16105a8c1b44 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"volume_type_id": "4d900618-e255-456f-a6ed-7671af3237e4", "control_location": "back-end", "deleted": false, "created_at": "2018-10-10T14:48:35.000000", "updated_at": null, "encryption_id": "19dd08ae-88e3-4e21-9120-925b32cbfb81", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-10-10 14:48:36,347 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4d900618-e255-456f-a6ed-7671af3237e4/encryption used request id req-8848b96d-aeee-4406-a672-16105a8c1b44 2018-10-10 14:48:36,348 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-ee043eff-faa5-408e-8bfc-f26e4ba670f9-type 2018-10-10 14:48:36,350 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4d900618-e255-456f-a6ed-7671af3237e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bee43f03-1001-46f6-9bed-dae8c5c9b348" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88339fe7a6fb68bbb652945d3301064f4e8208e5" 2018-10-10 14:48:36,519 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:36 GMT Server: Apache x-compute-request-id: req-3f9bf46e-ccd7-44fd-9d4f-69e95017a072 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f9bf46e-ccd7-44fd-9d4f-69e95017a072 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ee043eff-faa5-408e-8bfc-f26e4ba670f9-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4d900618-e255-456f-a6ed-7671af3237e4", "description": null}} 2018-10-10 14:48:36,519 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4d900618-e255-456f-a6ed-7671af3237e4 used request id req-3f9bf46e-ccd7-44fd-9d4f-69e95017a072 2018-10-10 14:48:36,523 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4d900618-e255-456f-a6ed-7671af3237e4/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bee43f03-1001-46f6-9bed-dae8c5c9b348" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88339fe7a6fb68bbb652945d3301064f4e8208e5" 2018-10-10 14:48:36,745 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4ee263ef-650c-43d4-831b-db092a0db933 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:36,745 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4d900618-e255-456f-a6ed-7671af3237e4/encryption/provider used request id req-4ee263ef-650c-43d4-831b-db092a0db933 2018-10-10 14:48:36,745 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-ee043eff-faa5-408e-8bfc-f26e4ba670f9-type 2018-10-10 14:48:36,748 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4d900618-e255-456f-a6ed-7671af3237e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bee43f03-1001-46f6-9bed-dae8c5c9b348" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88339fe7a6fb68bbb652945d3301064f4e8208e5" 2018-10-10 14:48:36,949 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c97e931f-8ced-4a92-aa8b-3d5b613390a1 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:36,949 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4d900618-e255-456f-a6ed-7671af3237e4 used request id req-c97e931f-8ced-4a92-aa8b-3d5b613390a1 2018-10-10 14:48:36,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:37,343 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:48:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["NtYY8zSYTRG_7udub_fPwA"], "issued_at": "2018-10-10T14:48:37.000000Z"}} 2018-10-10 14:48:37,346 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d9c4f9f935de720f4fac4725d06b50d2490df1" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-b5775abf-8464-4564-b482-8eda395a0951-qos"}}' 2018-10-10 14:48:37,550 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:37 GMT Server: Apache x-compute-request-id: req-f0bf3d40-3eba-4a23-8e94-34ed80964f8c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f0bf3d40-3eba-4a23-8e94-34ed80964f8c Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "7a58adf2-2e25-4825-8f7e-f9964fff6d74", "name": "CinderUtilsVolumeTypeCompleteTests-b5775abf-8464-4564-b482-8eda395a0951-qos"}, "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/7a58adf2-2e25-4825-8f7e-f9964fff6d74", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/qos-specs/7a58adf2-2e25-4825-8f7e-f9964fff6d74", "rel": "bookmark"}]} 2018-10-10 14:48:37,550 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs used request id req-f0bf3d40-3eba-4a23-8e94-34ed80964f8c 2018-10-10 14:48:37,553 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f0bf3d40-3eba-4a23-8e94-34ed80964f8c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d9c4f9f935de720f4fac4725d06b50d2490df1" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-b5775abf-8464-4564-b482-8eda395a0951", "description": null}}' 2018-10-10 14:48:37,762 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:37 GMT Server: Apache x-compute-request-id: req-601e8f4d-1fa4-4a08-aceb-00160342aa9d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-601e8f4d-1fa4-4a08-aceb-00160342aa9d Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-b5775abf-8464-4564-b482-8eda395a0951", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4091221a-7b22-4604-b7ad-e08110152ef7", "description": null}} 2018-10-10 14:48:37,762 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types used request id req-601e8f4d-1fa4-4a08-aceb-00160342aa9d 2018-10-10 14:48:37,765 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4091221a-7b22-4604-b7ad-e08110152ef7/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f0bf3d40-3eba-4a23-8e94-34ed80964f8c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d9c4f9f935de720f4fac4725d06b50d2490df1" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-10 14:48:38,123 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:37 GMT Server: Apache x-compute-request-id: req-8917c2e9-4cac-4041-a0d8-5bb46dda98f7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8917c2e9-4cac-4041-a0d8-5bb46dda98f7 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "4091221a-7b22-4604-b7ad-e08110152ef7", "name": "foo", "control_location": "back-end", "encryption_id": "e6280bcf-4c5d-40f5-b193-ebba35baa70b", "provider": "bar", "provider_class": "bar"}} 2018-10-10 14:48:38,123 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4091221a-7b22-4604-b7ad-e08110152ef7/encryption used request id req-8917c2e9-4cac-4041-a0d8-5bb46dda98f7 2018-10-10 14:48:38,127 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4091221a-7b22-4604-b7ad-e08110152ef7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0bf3d40-3eba-4a23-8e94-34ed80964f8c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d9c4f9f935de720f4fac4725d06b50d2490df1" 2018-10-10 14:48:38,296 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:38 GMT Server: Apache x-compute-request-id: req-74e7d52d-690e-4f58-8e14-4004debb3876 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-74e7d52d-690e-4f58-8e14-4004debb3876 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-b5775abf-8464-4564-b482-8eda395a0951", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4091221a-7b22-4604-b7ad-e08110152ef7", "description": null}} 2018-10-10 14:48:38,296 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4091221a-7b22-4604-b7ad-e08110152ef7 used request id req-74e7d52d-690e-4f58-8e14-4004debb3876 2018-10-10 14:48:38,299 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4091221a-7b22-4604-b7ad-e08110152ef7/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0bf3d40-3eba-4a23-8e94-34ed80964f8c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d9c4f9f935de720f4fac4725d06b50d2490df1" 2018-10-10 14:48:38,471 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:38 GMT Server: Apache x-compute-request-id: req-08c8f3fe-6e3a-4c71-992d-3bac56e05c3b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-08c8f3fe-6e3a-4c71-992d-3bac56e05c3b Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "4091221a-7b22-4604-b7ad-e08110152ef7", "control_location": "back-end", "deleted": false, "created_at": "2018-10-10T14:48:38.000000", "updated_at": null, "encryption_id": "e6280bcf-4c5d-40f5-b193-ebba35baa70b", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-10 14:48:38,471 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4091221a-7b22-4604-b7ad-e08110152ef7/encryption used request id req-08c8f3fe-6e3a-4c71-992d-3bac56e05c3b 2018-10-10 14:48:38,471 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-b5775abf-8464-4564-b482-8eda395a0951 2018-10-10 14:48:38,474 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4091221a-7b22-4604-b7ad-e08110152ef7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0bf3d40-3eba-4a23-8e94-34ed80964f8c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d9c4f9f935de720f4fac4725d06b50d2490df1" 2018-10-10 14:48:38,637 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:38 GMT Server: Apache x-compute-request-id: req-6d734e64-e1e1-4833-979f-b2dde33ebf50 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6d734e64-e1e1-4833-979f-b2dde33ebf50 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-b5775abf-8464-4564-b482-8eda395a0951", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4091221a-7b22-4604-b7ad-e08110152ef7", "description": null}} 2018-10-10 14:48:38,637 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4091221a-7b22-4604-b7ad-e08110152ef7 used request id req-6d734e64-e1e1-4833-979f-b2dde33ebf50 2018-10-10 14:48:38,640 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4091221a-7b22-4604-b7ad-e08110152ef7/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0bf3d40-3eba-4a23-8e94-34ed80964f8c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d9c4f9f935de720f4fac4725d06b50d2490df1" 2018-10-10 14:48:38,835 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7bda6c43-3de4-4e0a-bf52-7eac19669282 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:38,835 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4091221a-7b22-4604-b7ad-e08110152ef7/encryption/provider used request id req-7bda6c43-3de4-4e0a-bf52-7eac19669282 2018-10-10 14:48:38,835 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-b5775abf-8464-4564-b482-8eda395a0951 2018-10-10 14:48:38,838 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4091221a-7b22-4604-b7ad-e08110152ef7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0bf3d40-3eba-4a23-8e94-34ed80964f8c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d9c4f9f935de720f4fac4725d06b50d2490df1" 2018-10-10 14:48:39,156 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-02fb7e17-f16e-4c1d-8cdc-0a36354804f6 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:39,157 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4091221a-7b22-4604-b7ad-e08110152ef7 used request id req-02fb7e17-f16e-4c1d-8cdc-0a36354804f6 2018-10-10 14:48:39,157 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-b5775abf-8464-4564-b482-8eda395a0951-qos 2018-10-10 14:48:39,160 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/7a58adf2-2e25-4825-8f7e-f9964fff6d74?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0bf3d40-3eba-4a23-8e94-34ed80964f8c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d9c4f9f935de720f4fac4725d06b50d2490df1" 2018-10-10 14:48:39,459 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bcf909e9-e463-458a-bf9a-613e53a19db3 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:39,460 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/7a58adf2-2e25-4825-8f7e-f9964fff6d74?force=False used request id req-bcf909e9-e463-458a-bf9a-613e53a19db3 2018-10-10 14:48:39,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:39,847 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:48:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["tP2D5qGFRwWQjdjpcs_lUg"], "issued_at": "2018-10-10T14:48:39.000000Z"}} 2018-10-10 14:48:39,850 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4354a040c5d660722786c150d32bfaaeacac0a43" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-c69ef222-5a24-4495-9e97-e0dd47ff1b0e-qos"}}' 2018-10-10 14:48:40,041 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:39 GMT Server: Apache x-compute-request-id: req-bf9c2e8c-cc5e-4445-8095-2669dd082109 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bf9c2e8c-cc5e-4445-8095-2669dd082109 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "da82e18e-fd76-4c7f-9cb3-2974326574e6", "name": "CinderUtilsVolumeTypeCompleteTests-c69ef222-5a24-4495-9e97-e0dd47ff1b0e-qos"}, "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/da82e18e-fd76-4c7f-9cb3-2974326574e6", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/qos-specs/da82e18e-fd76-4c7f-9cb3-2974326574e6", "rel": "bookmark"}]} 2018-10-10 14:48:40,041 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs used request id req-bf9c2e8c-cc5e-4445-8095-2669dd082109 2018-10-10 14:48:40,044 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-bf9c2e8c-cc5e-4445-8095-2669dd082109" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4354a040c5d660722786c150d32bfaaeacac0a43" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-c69ef222-5a24-4495-9e97-e0dd47ff1b0e", "description": null}}' 2018-10-10 14:48:40,265 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:40 GMT Server: Apache x-compute-request-id: req-53c1f452-3db4-431f-a611-9d4c88a47cad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-53c1f452-3db4-431f-a611-9d4c88a47cad Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-c69ef222-5a24-4495-9e97-e0dd47ff1b0e", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4360762c-9075-4c18-ab86-0f6084ee7d74", "description": null}} 2018-10-10 14:48:40,265 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types used request id req-53c1f452-3db4-431f-a611-9d4c88a47cad 2018-10-10 14:48:40,268 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bf9c2e8c-cc5e-4445-8095-2669dd082109" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4354a040c5d660722786c150d32bfaaeacac0a43" 2018-10-10 14:48:40,434 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:40 GMT Server: Apache x-compute-request-id: req-e4e10b12-1916-4878-9cac-94bebf95cfb0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e4e10b12-1916-4878-9cac-94bebf95cfb0 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "da82e18e-fd76-4c7f-9cb3-2974326574e6", "name": "CinderUtilsVolumeTypeCompleteTests-c69ef222-5a24-4495-9e97-e0dd47ff1b0e-qos"}]} 2018-10-10 14:48:40,434 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs used request id req-e4e10b12-1916-4878-9cac-94bebf95cfb0 2018-10-10 14:48:40,437 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/None/associate?vol_type_id=4360762c-9075-4c18-ab86-0f6084ee7d74 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bf9c2e8c-cc5e-4445-8095-2669dd082109" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4354a040c5d660722786c150d32bfaaeacac0a43" 2018-10-10 14:48:40,630 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:48:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-88313572-1da8-4559-8171-35873d586f2c x-openstack-request-id: req-88313572-1da8-4559-8171-35873d586f2c Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-10-10 14:48:40,630 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/None/associate?vol_type_id=4360762c-9075-4c18-ab86-0f6084ee7d74 used request id req-88313572-1da8-4559-8171-35873d586f2c 2018-10-10 14:48:40,630 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-88313572-1da8-4559-8171-35873d586f2c) 2018-10-10 14:48:40,630 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-c69ef222-5a24-4495-9e97-e0dd47ff1b0e 2018-10-10 14:48:40,633 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4360762c-9075-4c18-ab86-0f6084ee7d74 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bf9c2e8c-cc5e-4445-8095-2669dd082109" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4354a040c5d660722786c150d32bfaaeacac0a43" 2018-10-10 14:48:40,854 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4b582dbb-07e4-4738-9e92-680860793f27 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:40,855 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/4360762c-9075-4c18-ab86-0f6084ee7d74 used request id req-4b582dbb-07e4-4738-9e92-680860793f27 2018-10-10 14:48:40,855 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-c69ef222-5a24-4495-9e97-e0dd47ff1b0e-qos 2018-10-10 14:48:40,858 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/da82e18e-fd76-4c7f-9cb3-2974326574e6?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bf9c2e8c-cc5e-4445-8095-2669dd082109" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4354a040c5d660722786c150d32bfaaeacac0a43" 2018-10-10 14:48:41,058 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a9c1aa66-8331-4588-a98e-a025d81ead3c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:41,058 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/da82e18e-fd76-4c7f-9cb3-2974326574e6?force=False used request id req-a9c1aa66-8331-4588-a98e-a025d81ead3c 2018-10-10 14:48:41,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:41,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:48:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["x33U4hDGQqqhVZzpditonQ"], "issued_at": "2018-10-10T14:48:41.000000Z"}} 2018-10-10 14:48:41,448 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36402fd648f926bd49f6d8e7e41e3f08ec1ac9f6" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-905b0a43-83f4-45d7-92b2-59d84363b1e6-qos"}}' 2018-10-10 14:48:41,652 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:41 GMT Server: Apache x-compute-request-id: req-6e6d83ab-39c2-424b-bb41-4add143502bb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6e6d83ab-39c2-424b-bb41-4add143502bb Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "ce6196bd-3097-46ec-8d67-4495382c05b3", "name": "CinderUtilsVolumeTypeCompleteTests-905b0a43-83f4-45d7-92b2-59d84363b1e6-qos"}, "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/ce6196bd-3097-46ec-8d67-4495382c05b3", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/qos-specs/ce6196bd-3097-46ec-8d67-4495382c05b3", "rel": "bookmark"}]} 2018-10-10 14:48:41,652 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs used request id req-6e6d83ab-39c2-424b-bb41-4add143502bb 2018-10-10 14:48:41,655 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6e6d83ab-39c2-424b-bb41-4add143502bb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36402fd648f926bd49f6d8e7e41e3f08ec1ac9f6" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-905b0a43-83f4-45d7-92b2-59d84363b1e6", "description": null}}' 2018-10-10 14:48:41,857 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:41 GMT Server: Apache x-compute-request-id: req-16cda128-3027-4477-b22f-7ebb6ca0405c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-16cda128-3027-4477-b22f-7ebb6ca0405c Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-905b0a43-83f4-45d7-92b2-59d84363b1e6", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "58257130-0f8a-4210-82ca-313b7bd22d18", "description": null}} 2018-10-10 14:48:41,858 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types used request id req-16cda128-3027-4477-b22f-7ebb6ca0405c 2018-10-10 14:48:41,862 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e6d83ab-39c2-424b-bb41-4add143502bb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36402fd648f926bd49f6d8e7e41e3f08ec1ac9f6" 2018-10-10 14:48:42,030 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:41 GMT Server: Apache x-compute-request-id: req-6e022640-8ca3-4e42-b5ca-096217c3d39d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6e022640-8ca3-4e42-b5ca-096217c3d39d Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "ce6196bd-3097-46ec-8d67-4495382c05b3", "name": "CinderUtilsVolumeTypeCompleteTests-905b0a43-83f4-45d7-92b2-59d84363b1e6-qos"}]} 2018-10-10 14:48:42,030 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs used request id req-6e022640-8ca3-4e42-b5ca-096217c3d39d 2018-10-10 14:48:42,033 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/ce6196bd-3097-46ec-8d67-4495382c05b3/associate?vol_type_id=58257130-0f8a-4210-82ca-313b7bd22d18 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e6d83ab-39c2-424b-bb41-4add143502bb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36402fd648f926bd49f6d8e7e41e3f08ec1ac9f6" 2018-10-10 14:48:42,231 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8c841e87-cc2e-4ceb-aef3-8da767f9f0bc Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:42,232 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/ce6196bd-3097-46ec-8d67-4495382c05b3/associate?vol_type_id=58257130-0f8a-4210-82ca-313b7bd22d18 used request id req-8c841e87-cc2e-4ceb-aef3-8da767f9f0bc 2018-10-10 14:48:42,232 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-905b0a43-83f4-45d7-92b2-59d84363b1e6 2018-10-10 14:48:42,235 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/58257130-0f8a-4210-82ca-313b7bd22d18 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e6d83ab-39c2-424b-bb41-4add143502bb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36402fd648f926bd49f6d8e7e41e3f08ec1ac9f6" 2018-10-10 14:48:42,441 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c502186b-14a3-480d-9952-752f63a032b7 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:42,442 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/58257130-0f8a-4210-82ca-313b7bd22d18 used request id req-c502186b-14a3-480d-9952-752f63a032b7 2018-10-10 14:48:42,442 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-905b0a43-83f4-45d7-92b2-59d84363b1e6-qos 2018-10-10 14:48:42,445 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/ce6196bd-3097-46ec-8d67-4495382c05b3?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e6d83ab-39c2-424b-bb41-4add143502bb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36402fd648f926bd49f6d8e7e41e3f08ec1ac9f6" 2018-10-10 14:48:43,198 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-92f46615-e46a-48ff-8dca-4443fa8c5994 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:43,198 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/ce6196bd-3097-46ec-8d67-4495382c05b3?force=False used request id req-92f46615-e46a-48ff-8dca-4443fa8c5994 2018-10-10 14:48:43,201 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:43,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92885c70db4342b3bdce8ac0877a13b9", "name": "heat_stack_owner"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "ea253593b8184e37a7600959d7c5a0e6", "name": "Member"}], "expires_at": "2018-10-10T15:48:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50b165d5212f42f49cf85a43939820c6", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/50b165d5212f42f49cf85a43939820c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "id": "f54611d8c62b498a95794cebb93cc5b1"}, "audit_ids": ["D7Yqh5ftStmrmprwdqFEEA"], "issued_at": "2018-10-10T14:48:43.000000Z"}} 2018-10-10 14:48:43,594 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3e7305a1eca457a6652f2436ef39f247ce8652" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-fbfac1c6-ca5d-41ab-acab-4d2cfa120858-qos"}}' 2018-10-10 14:48:43,765 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:43 GMT Server: Apache x-compute-request-id: req-ea3f4cfa-863e-4958-a322-7efcc849c7c2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ea3f4cfa-863e-4958-a322-7efcc849c7c2 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "c395425b-193c-4da7-9174-739a2838296f", "name": "CinderUtilsVolumeTypeCompleteTests-fbfac1c6-ca5d-41ab-acab-4d2cfa120858-qos"}, "links": [{"href": "http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/c395425b-193c-4da7-9174-739a2838296f", "rel": "self"}, {"href": "http://172.30.9.27:8776/50b165d5212f42f49cf85a43939820c6/qos-specs/c395425b-193c-4da7-9174-739a2838296f", "rel": "bookmark"}]} 2018-10-10 14:48:43,765 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs used request id req-ea3f4cfa-863e-4958-a322-7efcc849c7c2 2018-10-10 14:48:43,768 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ea3f4cfa-863e-4958-a322-7efcc849c7c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3e7305a1eca457a6652f2436ef39f247ce8652" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-fbfac1c6-ca5d-41ab-acab-4d2cfa120858", "description": null}}' 2018-10-10 14:48:43,960 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:43 GMT Server: Apache x-compute-request-id: req-4bf64c3b-4dfd-48af-9f9f-cb97747db6e4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4bf64c3b-4dfd-48af-9f9f-cb97747db6e4 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-fbfac1c6-ca5d-41ab-acab-4d2cfa120858", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8d9ff57c-753e-44c1-9def-40d35186fb56", "description": null}} 2018-10-10 14:48:43,960 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types used request id req-4bf64c3b-4dfd-48af-9f9f-cb97747db6e4 2018-10-10 14:48:43,963 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/8d9ff57c-753e-44c1-9def-40d35186fb56/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ea3f4cfa-863e-4958-a322-7efcc849c7c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3e7305a1eca457a6652f2436ef39f247ce8652" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-10 14:48:44,173 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:43 GMT Server: Apache x-compute-request-id: req-fc41b1e2-e450-4d74-b147-182c65704219 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fc41b1e2-e450-4d74-b147-182c65704219 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "8d9ff57c-753e-44c1-9def-40d35186fb56", "name": "foo", "control_location": "back-end", "encryption_id": "0c7e29f1-6697-40c4-b563-4454b1809248", "provider": "bar", "provider_class": "bar"}} 2018-10-10 14:48:44,173 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/8d9ff57c-753e-44c1-9def-40d35186fb56/encryption used request id req-fc41b1e2-e450-4d74-b147-182c65704219 2018-10-10 14:48:44,176 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea3f4cfa-863e-4958-a322-7efcc849c7c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3e7305a1eca457a6652f2436ef39f247ce8652" 2018-10-10 14:48:44,422 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:44 GMT Server: Apache x-compute-request-id: req-c20c477b-13cf-4a8b-8ebd-7a8defd56d0c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c20c477b-13cf-4a8b-8ebd-7a8defd56d0c Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "c395425b-193c-4da7-9174-739a2838296f", "name": "CinderUtilsVolumeTypeCompleteTests-fbfac1c6-ca5d-41ab-acab-4d2cfa120858-qos"}]} 2018-10-10 14:48:44,422 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs used request id req-c20c477b-13cf-4a8b-8ebd-7a8defd56d0c 2018-10-10 14:48:44,426 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/c395425b-193c-4da7-9174-739a2838296f/associate?vol_type_id=8d9ff57c-753e-44c1-9def-40d35186fb56 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea3f4cfa-863e-4958-a322-7efcc849c7c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3e7305a1eca457a6652f2436ef39f247ce8652" 2018-10-10 14:48:44,633 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-31ebf88a-e767-4184-8c72-325ae31262a4 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:44,633 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/c395425b-193c-4da7-9174-739a2838296f/associate?vol_type_id=8d9ff57c-753e-44c1-9def-40d35186fb56 used request id req-31ebf88a-e767-4184-8c72-325ae31262a4 2018-10-10 14:48:44,636 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/8d9ff57c-753e-44c1-9def-40d35186fb56 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea3f4cfa-863e-4958-a322-7efcc849c7c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3e7305a1eca457a6652f2436ef39f247ce8652" 2018-10-10 14:48:44,805 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:44 GMT Server: Apache x-compute-request-id: req-5094d54a-806d-462a-b733-574d53760d56 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5094d54a-806d-462a-b733-574d53760d56 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-fbfac1c6-ca5d-41ab-acab-4d2cfa120858", "qos_specs_id": "c395425b-193c-4da7-9174-739a2838296f", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8d9ff57c-753e-44c1-9def-40d35186fb56", "description": null}} 2018-10-10 14:48:44,806 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/8d9ff57c-753e-44c1-9def-40d35186fb56 used request id req-5094d54a-806d-462a-b733-574d53760d56 2018-10-10 14:48:44,809 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/8d9ff57c-753e-44c1-9def-40d35186fb56/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea3f4cfa-863e-4958-a322-7efcc849c7c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3e7305a1eca457a6652f2436ef39f247ce8652" 2018-10-10 14:48:44,830 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:44 GMT Server: Apache x-compute-request-id: req-e182d697-f905-455f-8017-63c672c93b02 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e182d697-f905-455f-8017-63c672c93b02 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"volume_type_id": "8d9ff57c-753e-44c1-9def-40d35186fb56", "control_location": "back-end", "deleted": false, "created_at": "2018-10-10T14:48:44.000000", "updated_at": null, "encryption_id": "0c7e29f1-6697-40c4-b563-4454b1809248", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-10 14:48:44,830 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/8d9ff57c-753e-44c1-9def-40d35186fb56/encryption used request id req-e182d697-f905-455f-8017-63c672c93b02 2018-10-10 14:48:44,830 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-fbfac1c6-ca5d-41ab-acab-4d2cfa120858 2018-10-10 14:48:44,832 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/8d9ff57c-753e-44c1-9def-40d35186fb56 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea3f4cfa-863e-4958-a322-7efcc849c7c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3e7305a1eca457a6652f2436ef39f247ce8652" 2018-10-10 14:48:44,854 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:44 GMT Server: Apache x-compute-request-id: req-9704cd07-9b37-4a4e-a4b0-2719aea7e1fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9704cd07-9b37-4a4e-a4b0-2719aea7e1fd Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-fbfac1c6-ca5d-41ab-acab-4d2cfa120858", "qos_specs_id": "c395425b-193c-4da7-9174-739a2838296f", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8d9ff57c-753e-44c1-9def-40d35186fb56", "description": null}} 2018-10-10 14:48:44,855 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/8d9ff57c-753e-44c1-9def-40d35186fb56 used request id req-9704cd07-9b37-4a4e-a4b0-2719aea7e1fd 2018-10-10 14:48:44,857 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/8d9ff57c-753e-44c1-9def-40d35186fb56/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea3f4cfa-863e-4958-a322-7efcc849c7c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3e7305a1eca457a6652f2436ef39f247ce8652" 2018-10-10 14:48:45,044 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9af0056b-1eca-4bcd-9f69-1d694105c328 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:45,044 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/8d9ff57c-753e-44c1-9def-40d35186fb56/encryption/provider used request id req-9af0056b-1eca-4bcd-9f69-1d694105c328 2018-10-10 14:48:45,045 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-fbfac1c6-ca5d-41ab-acab-4d2cfa120858 2018-10-10 14:48:45,047 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/8d9ff57c-753e-44c1-9def-40d35186fb56 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea3f4cfa-863e-4958-a322-7efcc849c7c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3e7305a1eca457a6652f2436ef39f247ce8652" 2018-10-10 14:48:45,250 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-04676817-834c-4a9f-8bf8-4ce002dfbe06 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:45,250 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/types/8d9ff57c-753e-44c1-9def-40d35186fb56 used request id req-04676817-834c-4a9f-8bf8-4ce002dfbe06 2018-10-10 14:48:45,250 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-fbfac1c6-ca5d-41ab-acab-4d2cfa120858-qos 2018-10-10 14:48:45,253 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/c395425b-193c-4da7-9174-739a2838296f?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea3f4cfa-863e-4958-a322-7efcc849c7c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3e7305a1eca457a6652f2436ef39f247ce8652" 2018-10-10 14:48:45,459 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:48:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-425a37cf-85cd-4906-8cc4-d207c855233a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:45,459 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/50b165d5212f42f49cf85a43939820c6/qos-specs/c395425b-193c-4da7-9174-739a2838296f?force=False used request id req-425a37cf-85cd-4906-8cc4-d207c855233a 2018-10-10 14:48:45,460 - 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 721.037s OK 2018-10-10 14:48:45,617 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-10 14:48:45,618 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:01 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-10 14:48:45,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:48:45,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:48:45,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01dc80f4-1467-4c98-bf36-432333aa5702 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "92885c70db4342b3bdce8ac0877a13b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:48:45,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-01dc80f4-1467-4c98-bf36-432333aa5702 2018-10-10 14:48:45,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0796279907227s 2018-10-10 14:48:45,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-10 14:48:45,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:48:45,854 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:48:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73786002-73e9-42d3-88e6-5f2077b43083 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:48:45,854 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/92885c70db4342b3bdce8ac0877a13b9 used request id req-73786002-73e9-42d3-88e6-5f2077b43083 2018-10-10 14:48:45,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.150249958038s 2018-10-10 14:48:45,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:48:45,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:48:45,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cb0c404-b5e8-4c29-9eaf-b48941918019 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2", "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "domain_id": "default", "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:48:45,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-4cb0c404-b5e8-4c29-9eaf-b48941918019 2018-10-10 14:48:45,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0918071269989s 2018-10-10 14:48:45,948 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-4cb0c404-b5e8-4c29-9eaf-b48941918019 2018-10-10 14:48:45,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:48:45,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:48:46,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d48d372-621f-4bf6-93b7-abb4cb0028fb Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1"}, "enabled": true, "id": "f54611d8c62b498a95794cebb93cc5b1", "options": {}, "domain_id": "default", "name": "api_check-user_4645f577-9531-446d-9b17-cbbfb1dd99c2"}} 2018-10-10 14:48:46,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1 used request id req-2d48d372-621f-4bf6-93b7-abb4cb0028fb 2018-10-10 14:48:46,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0893478393555s 2018-10-10 14:48:46,043 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1 used request id req-2d48d372-621f-4bf6-93b7-abb4cb0028fb 2018-10-10 14:48:46,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-10 14:48:46,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:48:46,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:48:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d63d92a2-9d2f-4496-a306-31314954ee1a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:48:46,291 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1 used request id req-d63d92a2-9d2f-4496-a306-31314954ee1a 2018-10-10 14:48:46,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.247354030609s 2018-10-10 14:48:46,292 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f54611d8c62b498a95794cebb93cc5b1 used request id req-d63d92a2-9d2f-4496-a306-31314954ee1a 2018-10-10 14:48:46,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:48:46,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:48:46,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e840b47-ebe3-494b-8a6e-be43ff8293f8 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6"}, "enabled": true, "id": "50b165d5212f42f49cf85a43939820c6", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4645f577-9531-446d-9b17-cbbfb1dd99c2"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:48:46,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-7e840b47-ebe3-494b-8a6e-be43ff8293f8 2018-10-10 14:48:46,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0832321643829s 2018-10-10 14:48:46,376 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-7e840b47-ebe3-494b-8a6e-be43ff8293f8 2018-10-10 14:48:46,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-10 14:48:46,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:48:46,545 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:48:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19dd981a-3aa3-41f0-ae32-9eb4512ccb78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:48:46,545 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-19dd981a-3aa3-41f0-ae32-9eb4512ccb78 2018-10-10 14:48:46,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.167213916779s 2018-10-10 14:48:46,546 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/50b165d5212f42f49cf85a43939820c6 used request id req-19dd981a-3aa3-41f0-ae32-9eb4512ccb78 2018-10-10 14:48:46,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:48:46,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:48:46,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f813037-b47d-4bef-8ff3-cf030e502748 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea253593b8184e37a7600959d7c5a0e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6"}, "name": "Member"}]} 2018-10-10 14:48:46,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5f813037-b47d-4bef-8ff3-cf030e502748 2018-10-10 14:48:46,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.084547996521s 2018-10-10 14:48:46,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-10 14:48:46,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:48:46,783 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:48:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-479e5d92-6342-48a4-a86e-913139a6642c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:48:46,783 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/ea253593b8184e37a7600959d7c5a0e6 used request id req-479e5d92-6342-48a4-a86e-913139a6642c 2018-10-10 14:48:46,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.150813102722s 2018-10-10 14:48:46,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 14:48:46,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=50b165d5212f42f49cf85a43939820c6&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}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:48:46,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-47a97d8e-64cb-4845-8500-8a00ab79e135 Date: Wed, 10 Oct 2018 14:48:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:37:13Z", "updated_at": "2018-10-10T14:37:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "0d1f427b-2bd6-4377-8e34-4759b74f7634", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "5565f8e6-48a9-423a-b5fb-e98121a26697", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "b4c0b032-f9a6-4c51-8fc6-f614f0c5a1f0", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "e8b34416-5f74-448b-be41-e4882f1930c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 4, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "name": "default"}]} 2018-10-10 14:48:46,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=50b165d5212f42f49cf85a43939820c6&name=default used request id req-47a97d8e-64cb-4845-8500-8a00ab79e135 2018-10-10 14:48:46,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.180710077286s 2018-10-10 14:48:46,969 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=50b165d5212f42f49cf85a43939820c6&name=default used request id req-47a97d8e-64cb-4845-8500-8a00ab79e135 2018-10-10 14:48:46,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 14:48:46,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:48:47,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5c034c5a-c840-41a3-a4d8-7ab9c3e7314d Date: Wed, 10 Oct 2018 14:48:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:37:13Z", "updated_at": "2018-10-10T14:37:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "b4c0b032-f9a6-4c51-8fc6-f614f0c5a1f0", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "0d1f427b-2bd6-4377-8e34-4759b74f7634", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "e8b34416-5f74-448b-be41-e4882f1930c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:37:13Z", "revision_number": 0, "id": "5565f8e6-48a9-423a-b5fb-e98121a26697", "remote_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "remote_ip_prefix": null, "created_at": "2018-10-10T14:37:13Z", "security_group_id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "tenant_id": "50b165d5212f42f49cf85a43939820c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "50b165d5212f42f49cf85a43939820c6"}], "revision_number": 4, "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "0257a246-1d32-436f-bea0-5a74a6d618e9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "updated_at": "2018-10-10T14:38:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "name": "default"}]} 2018-10-10 14:48:47,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-5c034c5a-c840-41a3-a4d8-7ab9c3e7314d 2018-10-10 14:48:47,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199568986893s 2018-10-10 14:48:47,173 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-5c034c5a-c840-41a3-a4d8-7ab9c3e7314d 2018-10-10 14:48:47,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-10 14:48:47,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/0257a246-1d32-436f-bea0-5a74a6d618e9.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4158cc177f7a348cdea4c835fef0c181f879c564" 2018-10-10 14:48:47,512 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-161fc9e9-df09-40c9-9803-9f99e20b5b38 Content-Length: 0 Date: Wed, 10 Oct 2018 14:48:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:48:47,512 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/0257a246-1d32-436f-bea0-5a74a6d618e9.json used request id req-161fc9e9-df09-40c9-9803-9f99e20b5b38 2018-10-10 14:48:47,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.334774971008s 2018-10-10 14:48:47,512 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/0257a246-1d32-436f-bea0-5a74a6d618e9.json used request id req-161fc9e9-df09-40c9-9803-9f99e20b5b38 2018-10-10 14:48:47,533 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-10-10 14:48:47,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 14:48:47,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 14:48:47,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 14:48:47,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 14:48:47,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 14:48:47,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 14:48:47,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 14:48:47,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 14:48:47,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 14:48:47,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 14:48:47,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 14:48:47,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 14:48:47,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 14:48:47,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 14:48:47,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 14:48:47,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 14:48:47,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 14:48:47,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 14:48:47,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 14:48:47,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 14:48:47,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 14:48:47,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 14:48:47,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-10 14:48:47,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:48:47,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1cd8128-8f35-4fbe-9dbf-8e4086257974 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:48:47,567 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e1cd8128-8f35-4fbe-9dbf-8e4086257974 2018-10-10 14:48:47,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:48,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T15:48:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["cQHwfbogQMKn3TpycwyE8A"], "issued_at": "2018-10-10T14:48:48.000000Z"}} 2018-10-10 14:48:48,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:48,048 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:48: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:48:48,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:48,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e2d560d-2249-4218-9693-5ba952f15882 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/da9a3567bac744d785bfd81a34b9e2bc"}, "description": "", "name": "heat_stack", "enabled": true, "id": "da9a3567bac744d785bfd81a34b9e2bc"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-10-10 14:48:48,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-1e2d560d-2249-4218-9693-5ba952f15882 2018-10-10 14:48:48,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.567358970642s 2018-10-10 14:48:48,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-10 14:48:48,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_26f1f133-7ebb-4eb3-9278-381bb054cf33"}}' 2018-10-10 14:48:48,232 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:48:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a75b1156-837b-465e-9465-75889d39ea7c 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.27:5000/v3/projects/6bceb60bbdfd4054aa19802d3df21d9a"}, "enabled": true, "id": "6bceb60bbdfd4054aa19802d3df21d9a", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_26f1f133-7ebb-4eb3-9278-381bb054cf33"}} 2018-10-10 14:48:48,232 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-a75b1156-837b-465e-9465-75889d39ea7c 2018-10-10 14:48:48,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.104583978653s 2018-10-10 14:48:48,233 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-a75b1156-837b-465e-9465-75889d39ea7c 2018-10-10 14:48:48,233 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_26f1f133-7ebb-4eb3-9278-381bb054cf33', 'id': u'6bceb60bbdfd4054aa19802d3df21d9a', 'description': u'Created by OPNFV Functest: snaps_health_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-10 14:48:48,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-10 14:48:48,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357447862625s 2018-10-10 14:48:48,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/4946cdf3e540432da80c7a0aa16935cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:48,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25644a8e-4a0a-4e1c-b18a-dd4eeac505d7 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/4946cdf3e540432da80c7a0aa16935cc"}, "enabled": true, "id": "4946cdf3e540432da80c7a0aa16935cc", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_26f1f133-7ebb-4eb3-9278-381bb054cf33"}} 2018-10-10 14:48:48,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/4946cdf3e540432da80c7a0aa16935cc used request id req-25644a8e-4a0a-4e1c-b18a-dd4eeac505d7 2018-10-10 14:48:48,682 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4946cdf3e540432da80c7a0aa16935cc', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_26f1f133-7ebb-4eb3-9278-381bb054cf33'}) 2018-10-10 14:48:48,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:48:48,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:48,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93b5f0c5-18a2-46ff-b894-b9e2b9efcbdd Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:48:48,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-93b5f0c5-18a2-46ff-b894-b9e2b9efcbdd 2018-10-10 14:48:48,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0846221446991s 2018-10-10 14:48:48,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:48:48,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:48,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73ea02dc-4be8-427a-a019-c90b1fe8df35 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:48:48,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-73ea02dc-4be8-427a-a019-c90b1fe8df35 2018-10-10 14:48:48,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0883419513702s 2018-10-10 14:48:48,858 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-10 14:48:48,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-10 14:48:48,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" -d '{"role": {"name": "Member"}}' 2018-10-10 14:48:48,950 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:48:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e964fbb1-5bd5-4c69-b4c7-55ccfc0a004c Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bdcebf02c8284753b0de35188ab9894c", "links": {"self": "http://172.30.9.27:5000/v3/roles/bdcebf02c8284753b0de35188ab9894c"}, "name": "Member"}} 2018-10-10 14:48:48,951 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-e964fbb1-5bd5-4c69-b4c7-55ccfc0a004c 2018-10-10 14:48:48,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0925500392914s 2018-10-10 14:48:48,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/bdcebf02c8284753b0de35188ab9894c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:49,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67ca9e57-af52-42f9-b560-31940e141f2c Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/bdcebf02c8284753b0de35188ab9894c"}, "domain_id": null, "name": "Member", "id": "bdcebf02c8284753b0de35188ab9894c"}} 2018-10-10 14:48:49,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/bdcebf02c8284753b0de35188ab9894c used request id req-67ca9e57-af52-42f9-b560-31940e141f2c 2018-10-10 14:48:49,034 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/bdcebf02c8284753b0de35188ab9894c'}, 'domain_id': None, 'human_id': None, 'id': u'bdcebf02c8284753b0de35188ab9894c', 'HUMAN_ID': False}) 2018-10-10 14:48:49,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:48:49,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:49,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2df55389-a4e5-4944-a310-29716a04b475 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bdcebf02c8284753b0de35188ab9894c", "links": {"self": "http://172.30.9.27:5000/v3/roles/bdcebf02c8284753b0de35188ab9894c"}, "name": "Member"}]} 2018-10-10 14:48:49,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2df55389-a4e5-4944-a310-29716a04b475 2018-10-10 14:48:49,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0840079784393s 2018-10-10 14:48:49,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 14:48:49,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:49,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-409412f6-b23a-43ee-aff2-d05d48cff21c 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:48:49,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-409412f6-b23a-43ee-aff2-d05d48cff21c 2018-10-10 14:48:49,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0741910934448s 2018-10-10 14:48:49,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:48:49,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:49,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd2ea633-77fe-4456-b9a2-8d4622d10a35 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_26f1f133-7ebb-4eb3-9278-381bb054cf33", "links": {"self": "http://172.30.9.27:5000/v3/users/4946cdf3e540432da80c7a0aa16935cc"}, "domain_id": "default", "enabled": true, "id": "4946cdf3e540432da80c7a0aa16935cc", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:48:49,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-bd2ea633-77fe-4456-b9a2-8d4622d10a35 2018-10-10 14:48:49,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103544950485s 2018-10-10 14:48:49,299 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-bd2ea633-77fe-4456-b9a2-8d4622d10a35 2018-10-10 14:48:49,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:48:49,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:49,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92825b2d-083d-4f47-88f0-67cbda257d77 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/6bceb60bbdfd4054aa19802d3df21d9a"}, "enabled": true, "id": "6bceb60bbdfd4054aa19802d3df21d9a", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_26f1f133-7ebb-4eb3-9278-381bb054cf33"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:48:49,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-92825b2d-083d-4f47-88f0-67cbda257d77 2018-10-10 14:48:49,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0848488807678s 2018-10-10 14:48:49,390 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-92825b2d-083d-4f47-88f0-67cbda257d77 2018-10-10 14:48:49,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 14:48:49,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=4946cdf3e540432da80c7a0aa16935cc&scope.project.id=6bceb60bbdfd4054aa19802d3df21d9a&role.id=bdcebf02c8284753b0de35188ab9894c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:49,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b313f1d-aa6b-48c4-9246-54bd087a2dcb Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=4946cdf3e540432da80c7a0aa16935cc&scope.project.id=6bceb60bbdfd4054aa19802d3df21d9a&role.id=bdcebf02c8284753b0de35188ab9894c", "previous": null, "next": null}} 2018-10-10 14:48:49,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=4946cdf3e540432da80c7a0aa16935cc&scope.project.id=6bceb60bbdfd4054aa19802d3df21d9a&role.id=bdcebf02c8284753b0de35188ab9894c used request id req-5b313f1d-aa6b-48c4-9246-54bd087a2dcb 2018-10-10 14:48:49,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.075963973999s 2018-10-10 14:48:49,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 14:48:49,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/6bceb60bbdfd4054aa19802d3df21d9a/users/4946cdf3e540432da80c7a0aa16935cc/roles/bdcebf02c8284753b0de35188ab9894c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:49,587 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:48:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a276eeba-c5f4-4193-8fc1-c5d1e7c7023a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:48:49,587 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6bceb60bbdfd4054aa19802d3df21d9a/users/4946cdf3e540432da80c7a0aa16935cc/roles/bdcebf02c8284753b0de35188ab9894c used request id req-a276eeba-c5f4-4193-8fc1-c5d1e7c7023a 2018-10-10 14:48:49,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118930101395s 2018-10-10 14:48:49,588 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_26f1f133-7ebb-4eb3-9278-381bb054cf33', 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': '2a68c085-4065-4761-84b6-1ebee3af8a1e', 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_26f1f133-7ebb-4eb3-9278-381bb054cf33', 'project_id': u'6bceb60bbdfd4054aa19802d3df21d9a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-10 14:48:49,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 14:48:49,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 14:48:49,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 14:48:49,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 14:48:49,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 14:48:49,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 14:48:49,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 14:48:49,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 14:48:49,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 14:48:49,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 14:48:49,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 14:48:49,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 14:48:49,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 14:48:49,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 14:48:49,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 14:48:49,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 14:48:49,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 14:48:49,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 14:48:49,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 14:48:49,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 14:48:49,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 14:48:49,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 14:48:49,593 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_26f1f133-7ebb-4eb3-9278-381bb054cf33', 'password': '2a68c085-4065-4761-84b6-1ebee3af8a1e', 'project_name': 'snaps_health_check-project_26f1f133-7ebb-4eb3-9278-381bb054cf33', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '6bceb60bbdfd4054aa19802d3df21d9a', 'project_domain_name': 'Default'} 2018-10-10 14:48:49,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:48:49,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:49,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76eca539-00a0-4dc5-b44c-2f7db1126101 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bdcebf02c8284753b0de35188ab9894c", "links": {"self": "http://172.30.9.27:5000/v3/roles/bdcebf02c8284753b0de35188ab9894c"}, "name": "Member"}]} 2018-10-10 14:48:49,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-76eca539-00a0-4dc5-b44c-2f7db1126101 2018-10-10 14:48:49,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0811629295349s 2018-10-10 14:48:49,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:48:49,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:49,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddbcbebd-a7fc-440a-a1b1-6f2d8fa814ca Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bdcebf02c8284753b0de35188ab9894c", "links": {"self": "http://172.30.9.27:5000/v3/roles/bdcebf02c8284753b0de35188ab9894c"}, "name": "Member"}]} 2018-10-10 14:48:49,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ddbcbebd-a7fc-440a-a1b1-6f2d8fa814ca 2018-10-10 14:48:49,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0751237869263s 2018-10-10 14:48:49,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 14:48:49,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:49,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c055377a-9392-4c62-ba39-a320ab584b78 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:48:49,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-c055377a-9392-4c62-ba39-a320ab584b78 2018-10-10 14:48:49,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0168340206146s 2018-10-10 14:48:49,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:48:49,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:49,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bb7d0de-6f49-4bef-8237-fd2c1fb8a8e6 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_26f1f133-7ebb-4eb3-9278-381bb054cf33", "links": {"self": "http://172.30.9.27:5000/v3/users/4946cdf3e540432da80c7a0aa16935cc"}, "domain_id": "default", "enabled": true, "id": "4946cdf3e540432da80c7a0aa16935cc", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:48:49,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-1bb7d0de-6f49-4bef-8237-fd2c1fb8a8e6 2018-10-10 14:48:49,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0995938777924s 2018-10-10 14:48:49,871 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-1bb7d0de-6f49-4bef-8237-fd2c1fb8a8e6 2018-10-10 14:48:49,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:48:49,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:49,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c9b3c3c-e107-42da-afb8-0baf25223a95 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/6bceb60bbdfd4054aa19802d3df21d9a"}, "enabled": true, "id": "6bceb60bbdfd4054aa19802d3df21d9a", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_26f1f133-7ebb-4eb3-9278-381bb054cf33"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:48:49,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-1c9b3c3c-e107-42da-afb8-0baf25223a95 2018-10-10 14:48:49,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.07306599617s 2018-10-10 14:48:49,950 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-1c9b3c3c-e107-42da-afb8-0baf25223a95 2018-10-10 14:48:49,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 14:48:49,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=4946cdf3e540432da80c7a0aa16935cc&scope.project.id=6bceb60bbdfd4054aa19802d3df21d9a&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:50,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3ef82f4-a9dc-40bd-9031-413af5e1e985 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=4946cdf3e540432da80c7a0aa16935cc&scope.project.id=6bceb60bbdfd4054aa19802d3df21d9a&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e", "previous": null, "next": null}} 2018-10-10 14:48:50,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=4946cdf3e540432da80c7a0aa16935cc&scope.project.id=6bceb60bbdfd4054aa19802d3df21d9a&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-a3ef82f4-a9dc-40bd-9031-413af5e1e985 2018-10-10 14:48:50,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0784041881561s 2018-10-10 14:48:50,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 14:48:50,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/6bceb60bbdfd4054aa19802d3df21d9a/users/4946cdf3e540432da80c7a0aa16935cc/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:50,151 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:48:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72d17fe1-a445-49ce-ba8b-f57086ee2d47 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:48:50,151 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6bceb60bbdfd4054aa19802d3df21d9a/users/4946cdf3e540432da80c7a0aa16935cc/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-72d17fe1-a445-49ce-ba8b-f57086ee2d47 2018-10-10 14:48:50,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120837926865s 2018-10-10 14:48:50,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:48:50,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:50,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db111853-504e-43d1-b88b-abf916c55dff Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bdcebf02c8284753b0de35188ab9894c", "links": {"self": "http://172.30.9.27:5000/v3/roles/bdcebf02c8284753b0de35188ab9894c"}, "name": "Member"}]} 2018-10-10 14:48:50,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-db111853-504e-43d1-b88b-abf916c55dff 2018-10-10 14:48:50,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0747787952423s 2018-10-10 14:48:50,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-10 14:48:50,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-10 14:48:50,327 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:48:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8d438fa-507e-482d-b422-b1364f1d967e Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "75c5b7a922c64c4d8d9f1e8972ca0ac6", "links": {"self": "http://172.30.9.27:5000/v3/roles/75c5b7a922c64c4d8d9f1e8972ca0ac6"}, "name": "heat_stack_owner"}} 2018-10-10 14:48:50,327 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-a8d438fa-507e-482d-b422-b1364f1d967e 2018-10-10 14:48:50,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0993480682373s 2018-10-10 14:48:50,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/75c5b7a922c64c4d8d9f1e8972ca0ac6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:50,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-204b88cd-7f6d-482d-a480-6ebfe84880bb Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/75c5b7a922c64c4d8d9f1e8972ca0ac6"}, "domain_id": null, "name": "heat_stack_owner", "id": "75c5b7a922c64c4d8d9f1e8972ca0ac6"}} 2018-10-10 14:48:50,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/75c5b7a922c64c4d8d9f1e8972ca0ac6 used request id req-204b88cd-7f6d-482d-a480-6ebfe84880bb 2018-10-10 14:48:50,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:48:50,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:50,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ec7685d-af1d-4219-8de0-0a6596cfa260 Content-Encoding: gzip Content-Length: 343 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "75c5b7a922c64c4d8d9f1e8972ca0ac6", "links": {"self": "http://172.30.9.27:5000/v3/roles/75c5b7a922c64c4d8d9f1e8972ca0ac6"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bdcebf02c8284753b0de35188ab9894c", "links": {"self": "http://172.30.9.27:5000/v3/roles/bdcebf02c8284753b0de35188ab9894c"}, "name": "Member"}]} 2018-10-10 14:48:50,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6ec7685d-af1d-4219-8de0-0a6596cfa260 2018-10-10 14:48:50,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0766670703888s 2018-10-10 14:48:50,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 14:48:50,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:50,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dc7ba6a-c9ae-449c-a7eb-13656dbaa0fc 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:48:50,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-8dc7ba6a-c9ae-449c-a7eb-13656dbaa0fc 2018-10-10 14:48:50,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0806159973145s 2018-10-10 14:48:50,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:48:50,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:50,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-457ed3c2-d3a9-4ef5-84ad-cf96a07043b2 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_26f1f133-7ebb-4eb3-9278-381bb054cf33", "links": {"self": "http://172.30.9.27:5000/v3/users/4946cdf3e540432da80c7a0aa16935cc"}, "domain_id": "default", "enabled": true, "id": "4946cdf3e540432da80c7a0aa16935cc", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:48:50,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-457ed3c2-d3a9-4ef5-84ad-cf96a07043b2 2018-10-10 14:48:50,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.096134185791s 2018-10-10 14:48:50,664 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-457ed3c2-d3a9-4ef5-84ad-cf96a07043b2 2018-10-10 14:48:50,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:48:50,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:50,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74c847e4-82ac-45dd-943e-7e038a393ca0 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/6bceb60bbdfd4054aa19802d3df21d9a"}, "enabled": true, "id": "6bceb60bbdfd4054aa19802d3df21d9a", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_26f1f133-7ebb-4eb3-9278-381bb054cf33"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:48:50,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-74c847e4-82ac-45dd-943e-7e038a393ca0 2018-10-10 14:48:50,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0735659599304s 2018-10-10 14:48:50,744 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-74c847e4-82ac-45dd-943e-7e038a393ca0 2018-10-10 14:48:50,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 14:48:50,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=4946cdf3e540432da80c7a0aa16935cc&scope.project.id=6bceb60bbdfd4054aa19802d3df21d9a&role.id=75c5b7a922c64c4d8d9f1e8972ca0ac6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:50,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cf50abe-01df-4d08-8ada-b85ec4b1f95b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=4946cdf3e540432da80c7a0aa16935cc&scope.project.id=6bceb60bbdfd4054aa19802d3df21d9a&role.id=75c5b7a922c64c4d8d9f1e8972ca0ac6", "previous": null, "next": null}} 2018-10-10 14:48:50,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=4946cdf3e540432da80c7a0aa16935cc&scope.project.id=6bceb60bbdfd4054aa19802d3df21d9a&role.id=75c5b7a922c64c4d8d9f1e8972ca0ac6 used request id req-7cf50abe-01df-4d08-8ada-b85ec4b1f95b 2018-10-10 14:48:50,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0799779891968s 2018-10-10 14:48:50,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 14:48:50,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/6bceb60bbdfd4054aa19802d3df21d9a/users/4946cdf3e540432da80c7a0aa16935cc/roles/75c5b7a922c64c4d8d9f1e8972ca0ac6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:48:50,953 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:48:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfd29cd4-6458-40b7-911f-66de6cae232f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:48:50,953 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6bceb60bbdfd4054aa19802d3df21d9a/users/4946cdf3e540432da80c7a0aa16935cc/roles/75c5b7a922c64c4d8d9f1e8972ca0ac6 used request id req-bfd29cd4-6458-40b7-911f-66de6cae232f 2018-10-10 14:48:50,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12623500824s 2018-10-10 14:48:50,953 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-10 14:48:50,954 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-10 14:48:50,954 - openstack_tests - INFO - OS Credentials = > 2018-10-10 14:48:50,954 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:48:50,955 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:51,341 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "bdcebf02c8284753b0de35188ab9894c", "name": "Member"}, {"id": "75c5b7a922c64c4d8d9f1e8972ca0ac6", "name": "heat_stack_owner"}], "expires_at": "2018-10-10T15:48:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6bceb60bbdfd4054aa19802d3df21d9a", "name": "snaps_health_check-project_26f1f133-7ebb-4eb3-9278-381bb054cf33"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_26f1f133-7ebb-4eb3-9278-381bb054cf33", "id": "4946cdf3e540432da80c7a0aa16935cc"}, "audit_ids": ["xKX-s2nXQTiZWuCgkcehQA"], "issued_at": "2018-10-10T14:48:51.000000Z"}} 2018-10-10 14:48:51,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834338adb0a6be4d602c193eb429e80354a97225" 2018-10-10 14:48:51,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6eec654d-aad9-49d5-a5de-1999e33aea61 Date: Wed, 10 Oct 2018 14:48:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 14:48:51,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True used request id req-6eec654d-aad9-49d5-a5de-1999e33aea61 2018-10-10 14:48:51,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834338adb0a6be4d602c193eb429e80354a97225" 2018-10-10 14:48:51,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-503119bc-833e-4c80-a218-99889e082732 Date: Wed, 10 Oct 2018 14:48:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-10 14:48:51,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6ac47e40-f5a3-4314-aecb-54e9607e2d39 used request id req-503119bc-833e-4c80-a218-99889e082732 2018-10-10 14:48:51,791 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-10 14:48:51,791 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-10-10 14:48:51,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:48:51,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:52,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "bdcebf02c8284753b0de35188ab9894c", "name": "Member"}, {"id": "75c5b7a922c64c4d8d9f1e8972ca0ac6", "name": "heat_stack_owner"}], "expires_at": "2018-10-10T15:48:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6bceb60bbdfd4054aa19802d3df21d9a", "name": "snaps_health_check-project_26f1f133-7ebb-4eb3-9278-381bb054cf33"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_26f1f133-7ebb-4eb3-9278-381bb054cf33", "id": "4946cdf3e540432da80c7a0aa16935cc"}, "audit_ids": ["G19GktqwRhia8t-q7JKy3Q"], "issued_at": "2018-10-10T14:48:52.000000Z"}} 2018-10-10 14:48:52,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44b8c0a7bb8c60618b2f38e34363c619bca201a2" 2018-10-10 14:48:52,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc398d27-cdc2-4dd8-b11d-ac7fcbad0f55 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:48:52,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bc398d27-cdc2-4dd8-b11d-ac7fcbad0f55 2018-10-10 14:48:52,264 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:48:52,265 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:52,638 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "bdcebf02c8284753b0de35188ab9894c", "name": "Member"}, {"id": "75c5b7a922c64c4d8d9f1e8972ca0ac6", "name": "heat_stack_owner"}], "expires_at": "2018-10-10T15:48:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6bceb60bbdfd4054aa19802d3df21d9a", "name": "snaps_health_check-project_26f1f133-7ebb-4eb3-9278-381bb054cf33"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_26f1f133-7ebb-4eb3-9278-381bb054cf33", "id": "4946cdf3e540432da80c7a0aa16935cc"}, "audit_ids": ["gCQevunIQsu9NPYVZVjpyw"], "issued_at": "2018-10-10T14:48:52.000000Z"}} 2018-10-10 14:48:52,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e00bceb2f49f04c142d752047ab963c230f04e4" 2018-10-10 14:48:52,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8cde722-bf19-40bb-925a-79ad75269d99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:48:52,718 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f8cde722-bf19-40bb-925a-79ad75269d99 2018-10-10 14:48:52,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:48:52,728 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:48: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:48:52,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e00bceb2f49f04c142d752047ab963c230f04e4" 2018-10-10 14:48:52,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cec568af-6e93-477c-9f68-149b38ee929e Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj", "previous": null, "next": null}, "projects": []} 2018-10-10 14:48:52,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj used request id req-cec568af-6e93-477c-9f68-149b38ee929e 2018-10-10 14:48:52,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e00bceb2f49f04c142d752047ab963c230f04e4" 2018-10-10 14:48:52,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58739b53-524b-43a1-9dfa-02267786ccca Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:48:52,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-58739b53-524b-43a1-9dfa-02267786ccca 2018-10-10 14:48:52,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e00bceb2f49f04c142d752047ab963c230f04e4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj"}}' 2018-10-10 14:48:53,010 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:48:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b957642-06a9-4048-b2a1-313837370d05 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0"}, "enabled": true, "id": "700bac36079342b29614bfc942c13ed0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj"}} 2018-10-10 14:48:53,010 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-9b957642-06a9-4048-b2a1-313837370d05 2018-10-10 14:48:53,010 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj 2018-10-10 14:48:53,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:48:53,011 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:53,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "bdcebf02c8284753b0de35188ab9894c", "name": "Member"}, {"id": "75c5b7a922c64c4d8d9f1e8972ca0ac6", "name": "heat_stack_owner"}], "expires_at": "2018-10-10T15:48:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6bceb60bbdfd4054aa19802d3df21d9a", "name": "snaps_health_check-project_26f1f133-7ebb-4eb3-9278-381bb054cf33"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_26f1f133-7ebb-4eb3-9278-381bb054cf33", "id": "4946cdf3e540432da80c7a0aa16935cc"}, "audit_ids": ["wFl3UuDeTtmusN5qGNnvkQ"], "issued_at": "2018-10-10T14:48:53.000000Z"}} 2018-10-10 14:48:53,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1ec29437e4da1e36b1fa22bf1b7932b81bd9671" 2018-10-10 14:48:53,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a742a52-25ba-4f34-a712-8413d1703e87 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:48:53,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4a742a52-25ba-4f34-a712-8413d1703e87 2018-10-10 14:48:53,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:48:53,478 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:48:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:48:53,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1ec29437e4da1e36b1fa22bf1b7932b81bd9671" 2018-10-10 14:48:53,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b45838fe-303d-40c7-ada3-f90eba6be3cf Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_26f1f133-7ebb-4eb3-9278-381bb054cf33", "links": {"self": "http://172.30.9.27:5000/v3/users/4946cdf3e540432da80c7a0aa16935cc"}, "domain_id": "default", "enabled": true, "id": "4946cdf3e540432da80c7a0aa16935cc", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:48:53,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b45838fe-303d-40c7-ada3-f90eba6be3cf 2018-10-10 14:48:53,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1ec29437e4da1e36b1fa22bf1b7932b81bd9671" 2018-10-10 14:48:53,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0a35859-44f2-470e-ad6e-6a7bfad48382 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0"}, "enabled": true, "id": "700bac36079342b29614bfc942c13ed0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj"}]} 2018-10-10 14:48:53,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj used request id req-c0a35859-44f2-470e-ad6e-6a7bfad48382 2018-10-10 14:48:53,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1ec29437e4da1e36b1fa22bf1b7932b81bd9671" 2018-10-10 14:48:53,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1b8b0ac-0768-4b69-abc4-101065e8b07a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-10 14:48:53,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-e1b8b0ac-0768-4b69-abc4-101065e8b07a 2018-10-10 14:48:54,058 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-8bf4ed8e-7c47-4a7-user 2018-10-10 14:48:54,058 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:48:54,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e00bceb2f49f04c142d752047ab963c230f04e4" 2018-10-10 14:48:54,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8ddb5a6-a442-4f53-9eeb-f49221ab2921 Content-Encoding: gzip Content-Length: 343 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "75c5b7a922c64c4d8d9f1e8972ca0ac6", "links": {"self": "http://172.30.9.27:5000/v3/roles/75c5b7a922c64c4d8d9f1e8972ca0ac6"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bdcebf02c8284753b0de35188ab9894c", "links": {"self": "http://172.30.9.27:5000/v3/roles/bdcebf02c8284753b0de35188ab9894c"}, "name": "Member"}]} 2018-10-10 14:48:54,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d8ddb5a6-a442-4f53-9eeb-f49221ab2921 2018-10-10 14:48:54,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e00bceb2f49f04c142d752047ab963c230f04e4" -d '{"role": {"name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj-role"}}' 2018-10-10 14:48:54,243 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:48:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b970675-3f70-428e-a316-a5e3ed624e56 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dd3346d5db2d47818c9bad13213ef749", "links": {"self": "http://172.30.9.27:5000/v3/roles/dd3346d5db2d47818c9bad13213ef749"}, "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj-role"}} 2018-10-10 14:48:54,243 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-2b970675-3f70-428e-a316-a5e3ed624e56 2018-10-10 14:48:54,243 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj-role 2018-10-10 14:48:54,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/dd3346d5db2d47818c9bad13213ef749 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e00bceb2f49f04c142d752047ab963c230f04e4" 2018-10-10 14:48:54,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9a723bb-b241-40fa-8fa1-35447de46453 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/dd3346d5db2d47818c9bad13213ef749"}, "domain_id": null, "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj-role", "id": "dd3346d5db2d47818c9bad13213ef749"}} 2018-10-10 14:48:54,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/dd3346d5db2d47818c9bad13213ef749 used request id req-a9a723bb-b241-40fa-8fa1-35447de46453 2018-10-10 14:48:54,330 - keystone_utils - INFO - Granting role SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj-role to project SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj 2018-10-10 14:48:54,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0/users/04db36443372435d88b5af890f27e532/roles/dd3346d5db2d47818c9bad13213ef749 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e00bceb2f49f04c142d752047ab963c230f04e4" 2018-10-10 14:48:54,462 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:48:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1560350f-2b44-4c00-aeed-515d2932b27b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:48:54,462 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0/users/04db36443372435d88b5af890f27e532/roles/dd3346d5db2d47818c9bad13213ef749 used request id req-1560350f-2b44-4c00-aeed-515d2932b27b 2018-10-10 14:48:54,463 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:48:54,464 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-10 14:48:54,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:48:54,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:54,845 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dd3346d5db2d47818c9bad13213ef749", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj-role"}], "expires_at": "2018-10-10T15:48:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "700bac36079342b29614bfc942c13ed0", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/700bac36079342b29614bfc942c13ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/700bac36079342b29614bfc942c13ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/700bac36079342b29614bfc942c13ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/700bac36079342b29614bfc942c13ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/700bac36079342b29614bfc942c13ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/700bac36079342b29614bfc942c13ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/700bac36079342b29614bfc942c13ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/700bac36079342b29614bfc942c13ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/700bac36079342b29614bfc942c13ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/700bac36079342b29614bfc942c13ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/700bac36079342b29614bfc942c13ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/700bac36079342b29614bfc942c13ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-user", "id": "04db36443372435d88b5af890f27e532"}, "audit_ids": ["wMiQuAAZTgCIfDgsdGQkCA"], "issued_at": "2018-10-10T14:48:54.000000Z"}} 2018-10-10 14:48:54,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26d7f67744b8e445bdbd5d554bc9e80e32078c4" 2018-10-10 14:48:54,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72e15b93-212a-4de6-8db6-835b58bbe488 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:48:54,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-72e15b93-212a-4de6-8db6-835b58bbe488 2018-10-10 14:48:54,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f26d7f67744b8e445bdbd5d554bc9e80e32078c4" 2018-10-10 14:48:55,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-49d58cdf-f256-406e-822a-2cbe9458dedc Date: Wed, 10 Oct 2018 14:48:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-image"} 2018-10-10 14:48:55,098 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-image used request id req-49d58cdf-f256-406e-822a-2cbe9458dedc 2018-10-10 14:48:55,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f26d7f67744b8e445bdbd5d554bc9e80e32078c4" 2018-10-10 14:48:55,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-aedda97f-34f8-49ba-ae52-5a94831c2f37 Date: Wed, 10 Oct 2018 14:48:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:48:55,260 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-aedda97f-34f8-49ba-ae52-5a94831c2f37 2018-10-10 14:48:55,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f26d7f67744b8e445bdbd5d554bc9e80e32078c4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-image"}' 2018-10-10 14:48:55,582 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf X-Openstack-Request-Id: req-c9c1194a-461f-4068-806e-707785951003 Date: Wed, 10 Oct 2018 14:48:55 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:48:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T14:48:55Z", "visibility": "shared", "locations": [], "self": "/v2/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "min_disk": 0, "protected": false, "id": "4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "file": "/v2/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf/file", "checksum": null, "owner": "700bac36079342b29614bfc942c13ed0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:48:55,583 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c9c1194a-461f-4068-806e-707785951003 2018-10-10 14:48:55,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f26d7f67744b8e445bdbd5d554bc9e80e32078c4" -d '' 2018-10-10 14:48:57,379 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-39ddea3b-ebaf-46dd-b88a-c7ba3ba8dadc Date: Wed, 10 Oct 2018 14:48:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:48:57,379 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf/file used request id req-39ddea3b-ebaf-46dd-b88a-c7ba3ba8dadc 2018-10-10 14:48:57,380 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 14:48:57,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f26d7f67744b8e445bdbd5d554bc9e80e32078c4" 2018-10-10 14:48:57,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-2db52ec4-6ba8-4ed3-a8ed-d89a1e62eebb Date: Wed, 10 Oct 2018 14:48:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:48:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:48:57Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf/snap", "metadata": {}}], "self": "/v2/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "min_disk": 0, "protected": false, "id": "4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "file": "/v2/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "700bac36079342b29614bfc942c13ed0", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:48:57,400 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf used request id req-2db52ec4-6ba8-4ed3-a8ed-d89a1e62eebb 2018-10-10 14:48:57,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f26d7f67744b8e445bdbd5d554bc9e80e32078c4" 2018-10-10 14:48:57,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2ed2f15e-778d-4e1c-be23-12a41e9fb336 Date: Wed, 10 Oct 2018 14:48:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:48:57,560 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-2ed2f15e-778d-4e1c-be23-12a41e9fb336 2018-10-10 14:48:57,563 - create_image - INFO - Created image with name - SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-image 2018-10-10 14:48:57,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f26d7f67744b8e445bdbd5d554bc9e80e32078c4" 2018-10-10 14:48:57,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-860933e9-9dd0-489f-a70a-a5c94c556e50 Date: Wed, 10 Oct 2018 14:48:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:48:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:48:57Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf/snap", "metadata": {}}], "self": "/v2/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "min_disk": 0, "protected": false, "id": "4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "file": "/v2/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "700bac36079342b29614bfc942c13ed0", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 14:48:57,726 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf used request id req-860933e9-9dd0-489f-a70a-a5c94c556e50 2018-10-10 14:48:57,727 - create_image - DEBUG - Instance status is - active 2018-10-10 14:48:57,727 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-image 2018-10-10 14:48:57,727 - create_image - INFO - Image is now active with name - SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-image 2018-10-10 14:48:57,727 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:48:57,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:48:58,103 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dd3346d5db2d47818c9bad13213ef749", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj-role"}], "expires_at": "2018-10-10T15:48:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "700bac36079342b29614bfc942c13ed0", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/700bac36079342b29614bfc942c13ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/700bac36079342b29614bfc942c13ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/700bac36079342b29614bfc942c13ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/700bac36079342b29614bfc942c13ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/700bac36079342b29614bfc942c13ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/700bac36079342b29614bfc942c13ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/700bac36079342b29614bfc942c13ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/700bac36079342b29614bfc942c13ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/700bac36079342b29614bfc942c13ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/700bac36079342b29614bfc942c13ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/700bac36079342b29614bfc942c13ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/700bac36079342b29614bfc942c13ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-user", "id": "04db36443372435d88b5af890f27e532"}, "audit_ids": ["VR3avNpMR0KDlovz_PSJTQ"], "issued_at": "2018-10-10T14:48:58.000000Z"}} 2018-10-10 14:48:58,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ce65da3024ecd7152b6f988e548332f6da50e7" 2018-10-10 14:48:58,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:48:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c18c0843-f7ea-450c-8d02-f98703c82182 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:48:58,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c18c0843-f7ea-450c-8d02-f98703c82182 2018-10-10 14:48:58,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ce65da3024ecd7152b6f988e548332f6da50e7" 2018-10-10 14:48:58,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8df0780c-9922-44a7-8c7a-630efb7530e7 Date: Wed, 10 Oct 2018 14:48:58 GMT RESP BODY: {"networks":[]} 2018-10-10 14:48:58,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net used request id req-8df0780c-9922-44a7-8c7a-630efb7530e7 2018-10-10 14:48:58,357 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net 2018-10-10 14:48:58,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ce65da3024ecd7152b6f988e548332f6da50e7" -d '{"network": {"name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net", "admin_state_up": true}}' 2018-10-10 14:48:59,128 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-94424746-3baf-4828-9013-e37da52c1a1e Date: Wed, 10 Oct 2018 14:48:59 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-10-10T14:48:58Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"700bac36079342b29614bfc942c13ed0","id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net"}} 2018-10-10 14:48:59,128 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-94424746-3baf-4828-9013-e37da52c1a1e 2018-10-10 14:48:59,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=2cbc9cc5-b262-47b8-962b-ad3650beb984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ce65da3024ecd7152b6f988e548332f6da50e7" 2018-10-10 14:48:59,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-b3b2e807-8be3-47cc-8feb-91cc01c3fe1e Date: Wed, 10 Oct 2018 14:48:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-10T14:48:58Z","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"700bac36079342b29614bfc942c13ed0","id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net"}]} 2018-10-10 14:48:59,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=2cbc9cc5-b262-47b8-962b-ad3650beb984 used request id req-b3b2e807-8be3-47cc-8feb-91cc01c3fe1e 2018-10-10 14:48:59,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ce65da3024ecd7152b6f988e548332f6da50e7" 2018-10-10 14:48:59,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-498d038d-865b-4319-af17-6492cc4cd2dd Date: Wed, 10 Oct 2018 14:48:59 GMT RESP BODY: {"subnets":[]} 2018-10-10 14:48:59,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 used request id req-498d038d-865b-4319-af17-6492cc4cd2dd 2018-10-10 14:48:59,518 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-subnet 2018-10-10 14:48:59,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ce65da3024ecd7152b6f988e548332f6da50e7" -d '{"subnets": [{"ip_version": 4, "network_id": "2cbc9cc5-b262-47b8-962b-ad3650beb984", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-subnet"}]}' 2018-10-10 14:49:00,379 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9c66b31d-7819-4008-8cea-000975381a52 Date: Wed, 10 Oct 2018 14:49:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:49:00Z","dns_nameservers":[],"updated_at":"2018-10-10T14:49:00Z","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":"700bac36079342b29614bfc942c13ed0","id":"93cf391c-26fc-4399-8ac6-755dc2463fe4","subnetpool_id":null,"name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-subnet"}]} 2018-10-10 14:49:00,379 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-9c66b31d-7819-4008-8cea-000975381a52 2018-10-10 14:49:00,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=2cbc9cc5-b262-47b8-962b-ad3650beb984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ce65da3024ecd7152b6f988e548332f6da50e7" 2018-10-10 14:49:00,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-d41386a2-f09e-4dd5-beae-16dd6871772c Date: Wed, 10 Oct 2018 14:49:00 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":["93cf391c-26fc-4399-8ac6-755dc2463fe4"],"updated_at":"2018-10-10T14:49:00Z","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"700bac36079342b29614bfc942c13ed0","id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net"}]} 2018-10-10 14:49:00,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=2cbc9cc5-b262-47b8-962b-ad3650beb984 used request id req-d41386a2-f09e-4dd5-beae-16dd6871772c 2018-10-10 14:49:00,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ce65da3024ecd7152b6f988e548332f6da50e7" 2018-10-10 14:49:00,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-cc787c85-f3cc-4c5d-a175-c1e6650b4ef4 Date: Wed, 10 Oct 2018 14:49:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:49:00Z","dns_nameservers":[],"updated_at":"2018-10-10T14:49:00Z","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":"700bac36079342b29614bfc942c13ed0","id":"93cf391c-26fc-4399-8ac6-755dc2463fe4","subnetpool_id":null,"name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-subnet"}]} 2018-10-10 14:49:00,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 used request id req-cc787c85-f3cc-4c5d-a175-c1e6650b4ef4 2018-10-10 14:49:00,937 - OpenStackNetwork - DEBUG - Network [2cbc9cc5-b262-47b8-962b-ad3650beb984] created successfully 2018-10-10 14:49:00,937 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:49:00,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:49:01,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "bdcebf02c8284753b0de35188ab9894c", "name": "Member"}, {"id": "75c5b7a922c64c4d8d9f1e8972ca0ac6", "name": "heat_stack_owner"}], "expires_at": "2018-10-10T15:49:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6bceb60bbdfd4054aa19802d3df21d9a", "name": "snaps_health_check-project_26f1f133-7ebb-4eb3-9278-381bb054cf33"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/6bceb60bbdfd4054aa19802d3df21d9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_26f1f133-7ebb-4eb3-9278-381bb054cf33", "id": "4946cdf3e540432da80c7a0aa16935cc"}, "audit_ids": ["Au5dK8SvShWDcHd0X3FQ7w"], "issued_at": "2018-10-10T14:49:01.000000Z"}} 2018-10-10 14:49:01,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b30f81f5847c83c28518ba67dc9a57a9af2b85b1" 2018-10-10 14:49:01,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5fbb0f8-54c3-4dce-88b7-2b4b6dbe2c86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:49:01,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e5fbb0f8-54c3-4dce-88b7-2b4b6dbe2c86 2018-10-10 14:49:01,393 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:49:01,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b30f81f5847c83c28518ba67dc9a57a9af2b85b1" 2018-10-10 14:49:01,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-392e7788-a48c-4696-80d6-a5d6e5c8c882 x-compute-request-id: req-392e7788-a48c-4696-80d6-a5d6e5c8c882 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-10 14:49:01,571 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-392e7788-a48c-4696-80d6-a5d6e5c8c882 2018-10-10 14:49:01,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b30f81f5847c83c28518ba67dc9a57a9af2b85b1" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-10 14:49:01,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98d7e1f2-babe-4c9d-bf33-f1fb8e7d5b10 x-compute-request-id: req-98d7e1f2-babe-4c9d-bf33-f1fb8e7d5b10 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c8cbe16a-416c-4e44-a23b-db1859d43d17", "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:49:01,620 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-98d7e1f2-babe-4c9d-bf33-f1fb8e7d5b10 2018-10-10 14:49:01,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:49:01,622 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:49:01,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dd3346d5db2d47818c9bad13213ef749", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj-role"}], "expires_at": "2018-10-10T15:49:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "700bac36079342b29614bfc942c13ed0", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/700bac36079342b29614bfc942c13ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/700bac36079342b29614bfc942c13ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/700bac36079342b29614bfc942c13ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/700bac36079342b29614bfc942c13ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/700bac36079342b29614bfc942c13ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/700bac36079342b29614bfc942c13ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/700bac36079342b29614bfc942c13ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/700bac36079342b29614bfc942c13ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/700bac36079342b29614bfc942c13ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/700bac36079342b29614bfc942c13ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/700bac36079342b29614bfc942c13ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/700bac36079342b29614bfc942c13ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-user", "id": "04db36443372435d88b5af890f27e532"}, "audit_ids": ["cefX_xwOS0OGyOeNx4RjNQ"], "issued_at": "2018-10-10T14:49:01.000000Z"}} 2018-10-10 14:49:01,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:02,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8772514b-3797-4859-b453-7c198761f4f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:49:02,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8772514b-3797-4859-b453-7c198761f4f5 2018-10-10 14:49:02,068 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-10 14:49:02,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:02,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b1fefff-7aff-4047-bac5-d2c9bc9f23ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:49:02,149 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4b1fefff-7aff-4047-bac5-d2c9bc9f23ec 2018-10-10 14:49:02,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:02,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-bfc25826-61d4-4dd1-a343-1344fb6c7998 Date: Wed, 10 Oct 2018 14:49:02 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":["93cf391c-26fc-4399-8ac6-755dc2463fe4"],"updated_at":"2018-10-10T14:49:00Z","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"700bac36079342b29614bfc942c13ed0","id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net"}]} 2018-10-10 14:49:02,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net used request id req-bfc25826-61d4-4dd1-a343-1344fb6c7998 2018-10-10 14:49:02,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:49:02,410 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:49:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:49:02,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:02,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57c3656a-f2de-4474-87af-bdb4b55534a8 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0"}, "enabled": true, "id": "700bac36079342b29614bfc942c13ed0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj"}} 2018-10-10 14:49:02,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0 used request id req-57c3656a-f2de-4474-87af-bdb4b55534a8 2018-10-10 14:49:02,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:02,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-58f9f05e-438f-46d4-bb5d-5c16edf8f36b Date: Wed, 10 Oct 2018 14:49:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:49:00Z","dns_nameservers":[],"updated_at":"2018-10-10T14:49:00Z","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":"700bac36079342b29614bfc942c13ed0","id":"93cf391c-26fc-4399-8ac6-755dc2463fe4","subnetpool_id":null,"name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-subnet"}]} 2018-10-10 14:49:02,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 used request id req-58f9f05e-438f-46d4-bb5d-5c16edf8f36b 2018-10-10 14:49:02,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984&name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:02,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-31893ee4-3a2d-4636-ad22-0635ab712fff Date: Wed, 10 Oct 2018 14:49:02 GMT RESP BODY: {"ports":[]} 2018-10-10 14:49:02,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984&name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9port-1&admin_state_up=True used request id req-31893ee4-3a2d-4636-ad22-0635ab712fff 2018-10-10 14:49:02,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:03,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49: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-34070515-ce94-4eb5-83e7-4e4e4e37194f x-compute-request-id: req-34070515-ce94-4eb5-83e7-4e4e4e37194f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-10 14:49:03,118 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst used request id req-34070515-ce94-4eb5-83e7-4e4e4e37194f 2018-10-10 14:49:03,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:03,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-509c38b4-fd40-4a1a-af13-2ede24f4fec7 Date: Wed, 10 Oct 2018 14:49:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["93cf391c-26fc-4399-8ac6-755dc2463fe4"],"updated_at":"2018-10-10T14:49:00Z","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"700bac36079342b29614bfc942c13ed0","id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net"}]} 2018-10-10 14:49:03,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net used request id req-509c38b4-fd40-4a1a-af13-2ede24f4fec7 2018-10-10 14:49:03,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:03,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e754b45c-37b9-48cd-9889-67042810974d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0"}, "enabled": true, "id": "700bac36079342b29614bfc942c13ed0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj"}} 2018-10-10 14:49:03,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0 used request id req-e754b45c-37b9-48cd-9889-67042810974d 2018-10-10 14:49:03,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:03,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-401110ea-cd5d-4317-8e4e-7d82ff705dc6 Date: Wed, 10 Oct 2018 14:49:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:49:00Z","dns_nameservers":[],"updated_at":"2018-10-10T14:49:00Z","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":"700bac36079342b29614bfc942c13ed0","id":"93cf391c-26fc-4399-8ac6-755dc2463fe4","subnetpool_id":null,"name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-subnet"}]} 2018-10-10 14:49:03,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 used request id req-401110ea-cd5d-4317-8e4e-7d82ff705dc6 2018-10-10 14:49:03,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984&name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:03,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e0ab09a0-3a11-497c-b7cd-0eaebad247a4 Date: Wed, 10 Oct 2018 14:49:03 GMT RESP BODY: {"ports":[]} 2018-10-10 14:49:03,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984&name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9port-1&admin_state_up=True used request id req-e0ab09a0-3a11-497c-b7cd-0eaebad247a4 2018-10-10 14:49:03,831 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-10 14:49:03,832 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:49:04,210 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dd3346d5db2d47818c9bad13213ef749", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj-role"}], "expires_at": "2018-10-10T15:49:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "700bac36079342b29614bfc942c13ed0", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/700bac36079342b29614bfc942c13ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/700bac36079342b29614bfc942c13ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/700bac36079342b29614bfc942c13ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/700bac36079342b29614bfc942c13ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/700bac36079342b29614bfc942c13ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/700bac36079342b29614bfc942c13ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/700bac36079342b29614bfc942c13ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/700bac36079342b29614bfc942c13ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/700bac36079342b29614bfc942c13ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/700bac36079342b29614bfc942c13ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/700bac36079342b29614bfc942c13ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/700bac36079342b29614bfc942c13ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-user", "id": "04db36443372435d88b5af890f27e532"}, "audit_ids": ["58Egc9t1RNG0f3IZeVIv4Q"], "issued_at": "2018-10-10T14:49:04.000000Z"}} 2018-10-10 14:49:04,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880011a761245f4fa8d09d8961fc15c4db3fc104" 2018-10-10 14:49:04,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07bb892f-8090-4d43-aa6d-f03386081e33 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:49:04,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-07bb892f-8090-4d43-aa6d-f03386081e33 2018-10-10 14:49:04,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:04,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-9bfcc397-e43a-491b-badb-fc7fead5e7b0 Date: Wed, 10 Oct 2018 14:49: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":["93cf391c-26fc-4399-8ac6-755dc2463fe4"],"updated_at":"2018-10-10T14:49:00Z","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"700bac36079342b29614bfc942c13ed0","id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net"}]} 2018-10-10 14:49:04,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net used request id req-9bfcc397-e43a-491b-badb-fc7fead5e7b0 2018-10-10 14:49:04,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:04,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-068bc6ec-1170-4ce9-8ecd-710716491028 Date: Wed, 10 Oct 2018 14:49:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:49:00Z","dns_nameservers":[],"updated_at":"2018-10-10T14:49:00Z","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":"700bac36079342b29614bfc942c13ed0","id":"93cf391c-26fc-4399-8ac6-755dc2463fe4","subnetpool_id":null,"name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-subnet"}]} 2018-10-10 14:49:04,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 used request id req-068bc6ec-1170-4ce9-8ecd-710716491028 2018-10-10 14:49:04,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:05,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-9482fb19-222b-4e8d-a9f2-7140a222a5dd Date: Wed, 10 Oct 2018 14:49:05 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":["93cf391c-26fc-4399-8ac6-755dc2463fe4"],"updated_at":"2018-10-10T14:49:00Z","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"700bac36079342b29614bfc942c13ed0","id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net"}]} 2018-10-10 14:49:05,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net used request id req-9482fb19-222b-4e8d-a9f2-7140a222a5dd 2018-10-10 14:49:05,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:49:05,098 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:49: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:49:05,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880011a761245f4fa8d09d8961fc15c4db3fc104" 2018-10-10 14:49:05,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b899b9e4-0c1f-40b5-a549-b1c4dc5bfcf4 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0"}, "enabled": true, "id": "700bac36079342b29614bfc942c13ed0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj"}} 2018-10-10 14:49:05,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0 used request id req-b899b9e4-0c1f-40b5-a549-b1c4dc5bfcf4 2018-10-10 14:49:05,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:05,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-47b1009d-84b4-4f79-8b12-a9366ff3f15e Date: Wed, 10 Oct 2018 14:49:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:49:00Z","dns_nameservers":[],"updated_at":"2018-10-10T14:49:00Z","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":"700bac36079342b29614bfc942c13ed0","id":"93cf391c-26fc-4399-8ac6-755dc2463fe4","subnetpool_id":null,"name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-subnet"}]} 2018-10-10 14:49:05,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 used request id req-47b1009d-84b4-4f79-8b12-a9366ff3f15e 2018-10-10 14:49:05,391 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net 2018-10-10 14:49:05,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" -d '{"port": {"network_id": "2cbc9cc5-b262-47b8-962b-ad3650beb984", "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9port-1", "admin_state_up": true}}' 2018-10-10 14:49:06,212 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-6d4bf5f6-1a6a-4308-9798-c3b0967c09a2 Date: Wed, 10 Oct 2018 14:49:06 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-10-10T14:49:05Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","tenant_id":"700bac36079342b29614bfc942c13ed0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-10-10T14:49:05Z","name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9port-1","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:1b:0d:5f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"700bac36079342b29614bfc942c13ed0","fixed_ips":[{"subnet_id":"93cf391c-26fc-4399-8ac6-755dc2463fe4","ip_address":"10.55.0.14"}],"id":"11b2105a-37e7-4919-86b3-f9c70edead8a","security_groups":["25239651-e032-46a5-b0af-21826d57be6e"],"device_id":""}} 2018-10-10 14:49:06,212 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-6d4bf5f6-1a6a-4308-9798-c3b0967c09a2 2018-10-10 14:49:06,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:06,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-9a7bab73-484c-41e5-9e57-73e8ca1bc72d Date: Wed, 10 Oct 2018 14:49:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["93cf391c-26fc-4399-8ac6-755dc2463fe4"],"updated_at":"2018-10-10T14:49:00Z","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"700bac36079342b29614bfc942c13ed0","id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net"}]} 2018-10-10 14:49:06,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net used request id req-9a7bab73-484c-41e5-9e57-73e8ca1bc72d 2018-10-10 14:49:06,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:06,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-571ce1a1-a249-4a2f-b53e-3f59044cec0c Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0"}, "enabled": true, "id": "700bac36079342b29614bfc942c13ed0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj"}} 2018-10-10 14:49:06,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0 used request id req-571ce1a1-a249-4a2f-b53e-3f59044cec0c 2018-10-10 14:49:06,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:06,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5e91b428-7c25-49a6-abb4-0f41e1e95ee2 Date: Wed, 10 Oct 2018 14:49:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:49:00Z","dns_nameservers":[],"updated_at":"2018-10-10T14:49:00Z","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":"700bac36079342b29614bfc942c13ed0","id":"93cf391c-26fc-4399-8ac6-755dc2463fe4","subnetpool_id":null,"name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-subnet"}]} 2018-10-10 14:49:06,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 used request id req-5e91b428-7c25-49a6-abb4-0f41e1e95ee2 2018-10-10 14:49:06,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984&name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:06,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-1dd7d099-a561-4222-b352-2c27dc11d96d Date: Wed, 10 Oct 2018 14:49:06 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:49:05Z","admin_state_up":true,"updated_at":"2018-10-10T14:49:05Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:1b:0d:5f","id":"11b2105a-37e7-4919-86b3-f9c70edead8a","port_security_enabled":true,"project_id":"700bac36079342b29614bfc942c13ed0","fixed_ips":[{"subnet_id":"93cf391c-26fc-4399-8ac6-755dc2463fe4","ip_address":"10.55.0.14"}],"extra_dhcp_opts":[],"security_groups":["25239651-e032-46a5-b0af-21826d57be6e"],"name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9port-1"}]} 2018-10-10 14:49:06,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984&name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9port-1&admin_state_up=True used request id req-1dd7d099-a561-4222-b352-2c27dc11d96d 2018-10-10 14:49:06,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:07,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e883c5f-aa97-4ca8-a735-83dfd2bab8a7 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0"}, "enabled": true, "id": "700bac36079342b29614bfc942c13ed0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj"}} 2018-10-10 14:49:07,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0 used request id req-0e883c5f-aa97-4ca8-a735-83dfd2bab8a7 2018-10-10 14:49:07,020 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst 2018-10-10 14:49:07,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:07,057 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f880e3f1-e752-4f8b-80fb-28992a53c15a x-compute-request-id: req-f880e3f1-e752-4f8b-80fb-28992a53c15a Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c8cbe16a-416c-4e44-a23b-db1859d43d17", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17", "rel": "bookmark"}], "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-flavor-name"}]} 2018-10-10 14:49:07,057 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-f880e3f1-e752-4f8b-80fb-28992a53c15a 2018-10-10 14:49:07,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:07,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a71ceb4-0097-4a21-b218-74bb1d7f010c x-compute-request-id: req-7a71ceb4-0097-4a21-b218-74bb1d7f010c Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c8cbe16a-416c-4e44-a23b-db1859d43d17", "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:49:07,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17 used request id req-7a71ceb4-0097-4a21-b218-74bb1d7f010c 2018-10-10 14:49:07,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:07,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-bcab4288-f59f-4000-ae42-cce9a70314ee Date: Wed, 10 Oct 2018 14:49:07 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T14:48:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-10T14:48:57Z", "visibility": "shared", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf/snap", "metadata": {}}], "self": "/v2/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "min_disk": 0, "protected": false, "id": "4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "file": "/v2/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "700bac36079342b29614bfc942c13ed0", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-image"} 2018-10-10 14:49:07,254 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-image used request id req-bcab4288-f59f-4000-ae42-cce9a70314ee 2018-10-10 14:49:07,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:07,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-460ec215-24ea-455c-8351-bd59b43eb756 Date: Wed, 10 Oct 2018 14:49:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 14:49:07,406 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-460ec215-24ea-455c-8351-bd59b43eb756 2018-10-10 14:49:07,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" -d '{"server": {"name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst", "imageRef": "4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "flavorRef": "c8cbe16a-416c-4e44-a23b-db1859d43d17", "max_count": 1, "min_count": 1, "networks": [{"port": "11b2105a-37e7-4919-86b3-f9c70edead8a"}]}}' 2018-10-10 14:49:09,030 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:49:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-80f6e77b-0a2d-4a1a-8cc1-e60caf8f2daf x-compute-request-id: req-80f6e77b-0a2d-4a1a-8cc1-e60caf8f2daf Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "bookmark"}], "adminPass": "SDY45pCnJvmm"}} 2018-10-10 14:49:09,030 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-80f6e77b-0a2d-4a1a-8cc1-e60caf8f2daf 2018-10-10 14:49:09,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:09,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8f79750-efb1-4c27-88d8-7d83e65ae3a1 x-compute-request-id: req-a8f79750-efb1-4c27-88d8-7d83e65ae3a1 Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "bookmark"}], "image": {"id": "4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "links": [{"href": "http://172.30.9.27:8774/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c8cbe16a-416c-4e44-a23b-db1859d43d17", "links": [{"href": "http://172.30.9.27:8774/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17", "rel": "bookmark"}]}, "id": "efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "user_id": "04db36443372435d88b5af890f27e532", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:49:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst", "created": "2018-10-10T14:49:08Z", "tenant_id": "700bac36079342b29614bfc942c13ed0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:49:09,386 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb used request id req-a8f79750-efb1-4c27-88d8-7d83e65ae3a1 2018-10-10 14:49:09,386 - create_instance - INFO - Created instance with name - SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst 2018-10-10 14:49:09,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:09,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-822c5e3d-aa30-4253-81cb-e31bd0511c74 x-compute-request-id: req-822c5e3d-aa30-4253-81cb-e31bd0511c74 Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "bookmark"}], "image": {"id": "4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "links": [{"href": "http://172.30.9.27:8774/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c8cbe16a-416c-4e44-a23b-db1859d43d17", "links": [{"href": "http://172.30.9.27:8774/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17", "rel": "bookmark"}]}, "id": "efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "user_id": "04db36443372435d88b5af890f27e532", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:49:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst", "created": "2018-10-10T14:49:08Z", "tenant_id": "700bac36079342b29614bfc942c13ed0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:49:09,691 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb used request id req-822c5e3d-aa30-4253-81cb-e31bd0511c74 2018-10-10 14:49:09,692 - create_instance - DEBUG - Instance status [SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst] is - BUILD 2018-10-10 14:49:09,692 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-10 14:49:12,695 - create_instance - DEBUG - VM status query timeout in 896.691346169 2018-10-10 14:49:12,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:13,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31abe426-b30c-43da-9e60-a4943e3b3f48 x-compute-request-id: req-31abe426-b30c-43da-9e60-a4943e3b3f48 Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "bookmark"}], "image": {"id": "4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "links": [{"href": "http://172.30.9.27:8774/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c8cbe16a-416c-4e44-a23b-db1859d43d17", "links": [{"href": "http://172.30.9.27:8774/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17", "rel": "bookmark"}]}, "id": "efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "security_groups": [{"name": "default"}], "user_id": "04db36443372435d88b5af890f27e532", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:49:10Z", "hostId": "fee18b346a63da7810e5b397090d927e1525e58f2aaedffcd98cf1ef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst", "created": "2018-10-10T14:49:08Z", "tenant_id": "700bac36079342b29614bfc942c13ed0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:49:13,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb used request id req-31abe426-b30c-43da-9e60-a4943e3b3f48 2018-10-10 14:49:13,160 - create_instance - DEBUG - Instance status [SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst] is - BUILD 2018-10-10 14:49:13,161 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-10 14:49:16,164 - create_instance - DEBUG - VM status query timeout in 893.222609043 2018-10-10 14:49:16,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:16,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1da017a6-9ef8-43a9-ad44-bbe45578fa7f x-compute-request-id: req-1da017a6-9ef8-43a9-ad44-bbe45578fa7f Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:0d:5f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "bookmark"}], "image": {"id": "4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "links": [{"href": "http://172.30.9.27:8774/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:49:12.000000", "flavor": {"id": "c8cbe16a-416c-4e44-a23b-db1859d43d17", "links": [{"href": "http://172.30.9.27:8774/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17", "rel": "bookmark"}]}, "id": "efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "security_groups": [{"name": "default"}], "user_id": "04db36443372435d88b5af890f27e532", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:49:13Z", "hostId": "fee18b346a63da7810e5b397090d927e1525e58f2aaedffcd98cf1ef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst", "created": "2018-10-10T14:49:08Z", "tenant_id": "700bac36079342b29614bfc942c13ed0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:49:16,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb used request id req-1da017a6-9ef8-43a9-ad44-bbe45578fa7f 2018-10-10 14:49:16,724 - create_instance - DEBUG - Instance status [SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst] is - ACTIVE 2018-10-10 14:49:16,724 - create_instance - INFO - VM is - ACTIVE 2018-10-10 14:49:16,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:17,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07fc7d38-d711-42c7-aed9-94ec71c494ef x-compute-request-id: req-07fc7d38-d711-42c7-aed9-94ec71c494ef Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:0d:5f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "bookmark"}], "image": {"id": "4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "links": [{"href": "http://172.30.9.27:8774/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:49:12.000000", "flavor": {"id": "c8cbe16a-416c-4e44-a23b-db1859d43d17", "links": [{"href": "http://172.30.9.27:8774/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17", "rel": "bookmark"}]}, "id": "efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "security_groups": [{"name": "default"}], "user_id": "04db36443372435d88b5af890f27e532", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:49:13Z", "hostId": "fee18b346a63da7810e5b397090d927e1525e58f2aaedffcd98cf1ef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst", "created": "2018-10-10T14:49:08Z", "tenant_id": "700bac36079342b29614bfc942c13ed0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:49:17,401 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb used request id req-07fc7d38-d711-42c7-aed9-94ec71c494ef 2018-10-10 14:49:17,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:17,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-7cfb238a-df57-46cf-804b-d03509e9eb14 Date: Wed, 10 Oct 2018 14:49:17 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":["93cf391c-26fc-4399-8ac6-755dc2463fe4"],"updated_at":"2018-10-10T14:49:00Z","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"700bac36079342b29614bfc942c13ed0","id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net"}]} 2018-10-10 14:49:17,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net used request id req-7cfb238a-df57-46cf-804b-d03509e9eb14 2018-10-10 14:49:17,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:17,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dda3fc3-d0bc-4e0a-8bcc-5b337b99d68d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0"}, "enabled": true, "id": "700bac36079342b29614bfc942c13ed0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj"}} 2018-10-10 14:49:17,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0 used request id req-8dda3fc3-d0bc-4e0a-8bcc-5b337b99d68d 2018-10-10 14:49:17,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:17,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-6a876cf2-eb2e-4094-b569-42e6d83dac4a Date: Wed, 10 Oct 2018 14:49:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:49:00Z","dns_nameservers":[],"updated_at":"2018-10-10T14:49:00Z","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":"700bac36079342b29614bfc942c13ed0","id":"93cf391c-26fc-4399-8ac6-755dc2463fe4","subnetpool_id":null,"name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-subnet"}]} 2018-10-10 14:49:17,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 used request id req-6a876cf2-eb2e-4094-b569-42e6d83dac4a 2018-10-10 14:49:17,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:18,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3020 X-Openstack-Request-Id: req-212c31e5-9c54-426d-9f6f-17028a0a9454 Date: Wed, 10 Oct 2018 14:49:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:49:05Z","admin_state_up":true,"updated_at":"2018-10-10T14:49:11Z","binding:vnic_type":"normal","device_id":"efb0829d-bb55-4e65-8ed2-30d39a10bbcb","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:1b:0d:5f","id":"11b2105a-37e7-4919-86b3-f9c70edead8a","port_security_enabled":true,"project_id":"700bac36079342b29614bfc942c13ed0","fixed_ips":[{"subnet_id":"93cf391c-26fc-4399-8ac6-755dc2463fe4","ip_address":"10.55.0.14"}],"extra_dhcp_opts":[],"security_groups":["25239651-e032-46a5-b0af-21826d57be6e"],"name":"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:49:00Z","admin_state_up":true,"updated_at":"2018-10-10T14:49:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2cbc9cc5-b262-47b8-962b-ad3650beb984","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:f3:ca:f3","id":"22c1f6e1-e03f-4263-ad4c-cadb8dd2621d","port_security_enabled":false,"project_id":"700bac36079342b29614bfc942c13ed0","fixed_ips":[{"subnet_id":"93cf391c-26fc-4399-8ac6-755dc2463fe4","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:49:01Z","admin_state_up":true,"updated_at":"2018-10-10T14:49:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2cbc9cc5-b262-47b8-962b-ad3650beb984","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:04:b3:dd","id":"4f6d4e99-0e10-48dc-b49b-e1df08be0b60","port_security_enabled":false,"project_id":"700bac36079342b29614bfc942c13ed0","fixed_ips":[{"subnet_id":"93cf391c-26fc-4399-8ac6-755dc2463fe4","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2cbc9cc5-b262-47b8-962b-ad3650beb984","tenant_id":"700bac36079342b29614bfc942c13ed0","created_at":"2018-10-10T14:49:01Z","admin_state_up":true,"updated_at":"2018-10-10T14:49:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2cbc9cc5-b262-47b8-962b-ad3650beb984","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:64:8d:49","id":"7816904e-af8f-4a11-ad93-ace3c1d4befd","port_security_enabled":false,"project_id":"700bac36079342b29614bfc942c13ed0","fixed_ips":[{"subnet_id":"93cf391c-26fc-4399-8ac6-755dc2463fe4","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-10-10 14:49:18,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2cbc9cc5-b262-47b8-962b-ad3650beb984 used request id req-212c31e5-9c54-426d-9f6f-17028a0a9454 2018-10-10 14:49:18,021 - create_instance_tests - INFO - Looking for IP 10.55.0.14 in the console log 2018-10-10 14:49:18,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:18,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49: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-f727c517-f43d-49b3-b022-c2210b5ad223 x-compute-request-id: req-f727c517-f43d-49b3-b022-c2210b5ad223 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:0d:5f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "bookmark"}], "image": {"id": "4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "links": [{"href": "http://172.30.9.27:8774/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:49:12.000000", "flavor": {"id": "c8cbe16a-416c-4e44-a23b-db1859d43d17", "links": [{"href": "http://172.30.9.27:8774/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17", "rel": "bookmark"}]}, "id": "efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "security_groups": [{"name": "default"}], "user_id": "04db36443372435d88b5af890f27e532", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:49:13Z", "hostId": "fee18b346a63da7810e5b397090d927e1525e58f2aaedffcd98cf1ef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst", "created": "2018-10-10T14:49:08Z", "tenant_id": "700bac36079342b29614bfc942c13ed0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:49:18,430 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb used request id req-f727c517-f43d-49b3-b022-c2210b5ad223 2018-10-10 14:49:18,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:49:19,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49: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-05d0b35a-f707-485a-978a-27e59de9a78f x-compute-request-id: req-05d0b35a-f707-485a-978a-27e59de9a78f Content-Encoding: gzip Content-Length: 9405 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499413290 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.126577] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128181] pid_max: default: 32768 minimum: 301\n[ 0.129051] ACPI: Core revision 20150930\n[ 0.130407] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131688] Security Framework initialized\n[ 0.132484] Yama: becoming mindful.\n[ 0.133194] AppArmor: AppArmor initialized\n[ 0.134033] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.135288] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.136519] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.137687] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139018] Initializing cgroup subsys io\n[ 0.139814] Initializing cgroup subsys memory\n[ 0.140656] Initializing cgroup subsys devices\n[ 0.141508] Initializing cgroup subsys freezer\n[ 0.142362] Initializing cgroup subsys net_cls\n[ 0.143210] Initializing cgroup subsys perf_event\n[ 0.144102] Initializing cgroup subsys net_prio\n[ 0.144967] Initializing cgroup subsys hugetlb\n[ 0.145824] Initializing cgroup subsys pids\n[ 0.146678] CPU: Physical Processor ID: 0\n[ 0.148163] mce: CPU supports 10 MCE banks\n[ 0.149014] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150004] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160578] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166895] ftrace: allocating 31920 entries in 125 pages\n[ 0.192740] smpboot: Max logical packages: 1\n[ 0.193571] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.194888] x2apic enabled\n[ 0.195686] Switched APIC routing to physical x2apic.\n[ 0.197401] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198494] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200434] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202177] KVM setup paravirtual spinlock\n[ 0.203454] x86: Booted up 1 node, 1 CPUs\n[ 0.204235] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205590] devtmpfs: initialized\n[ 0.207269] evm: security.selinux\n[ 0.207951] evm: security.SMACK64\n[ 0.208624] evm: security.SMACK64EXEC\n[ 0.209346] evm: security.SMACK64TRANSMUTE\n[ 0.210134] evm: security.SMACK64MMAP\n[ 0.210859] evm: security.ima\n[ 0.211488] evm: security.capability\n[ 0.212273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214068] pinctrl core: initialized pinctrl subsystem\n[ 0.215130] RTC time: 14:49:12, date: 10/10/18\n[ 0.216065] NET: Registered protocol family 16\n[ 0.217014] cpuidle: using governor ladder\n[ 0.217810] cpuidle: using governor menu\n[ 0.218573] PCCT header not found.\n[ 0.219300] ACPI: bus type PCI registered\n[ 0.220087] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221298] PCI: Using configuration type 1 for base access\n[ 0.223016] ACPI: Added _OSI(Module Device)\n[ 0.223835] ACPI: Added _OSI(Processor Device)\n[ 0.224677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225553] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227613] ACPI: Interpreter enabled\n[ 0.228357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.231969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.233772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235569] ACPI: (supports S0 S5)\n[ 0.236257] ACPI: Using IOAPIC for interrupt routing\n[ 0.237294] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240331] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242644] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.243803] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.245961] acpiphp: Slot [3] registered\n[ 0.246742] acpiphp: Slot [4] registered\n[ 0.247519] acpiphp: Slot [5] registered\n[ 0.248292] acpiphp: Slot [6] registered\n[ 0.249065] acpiphp: Slot [7] registered\n[ 0.249848] acpiphp: Slot [8] registered\n[ 0.250626] acpiphp: Slot [9] registered\n[ 0.251398] acpiphp: Slot [10] registered\n[ 0.252187] acpiphp: Slot [11] registered\n[ 0.252977] acpiphp: Slot [12] registered\n[ 0.253777] acpiphp: Slot [13] registered\n[ 0.254571] acpiphp: Slot [14] registered\n[ 0.255358] acpiphp: Slot [15] registered\n[ 0.266041] acpiphp: Slot [16] registered\n[ 0.266838] acpiphp: Slot [17] registered\n[ 0.267628] acpiphp: Slot [18] registered\n[ 0.268410] acpiphp: Slot [19] registered\n[ 0.269198] acpiphp: Slot [20] registered\n[ 0.269987] acpiphp: Slot [21] registered\n[ 0.270780] acpiphp: Slot [22] registered\n[ 0.271566] acpiphp: Slot [23] registered\n[ 0.272353] acpiphp: Slot [24] registered\n[ 0.273144] acpiphp: Slot [25] registered\n[ 0.273930] acpiphp: Slot [26] registered\n[ 0.274716] acpiphp: Slot [27] registered\n[ 0.275510] acpiphp: Slot [28] registered\n[ 0.276294] acpiphp: Slot [29] registered\n[ 0.277082] acpiphp: Slot [30] registered\n[ 0.277873] acpiphp: Slot [31] registered\n[ 0.278657] PCI host bridge to bus 0000:00\n[ 0.279440] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280622] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281801] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283211] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.284627] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290666] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.291911] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293057] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.300635] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302035] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.346685] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.348170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349557] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.352328] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353551] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354709] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355735] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357249] vgaarb: loaded\n[ 0.357841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358963] SCSI subsystem initialized\n[ 0.359771] ACPI: bus type USB registered\n[ 0.360568] usbcore: registered new interface driver usbfs\n[ 0.361571] usbcore: registered new interface driver hub\n[ 0.362550] usbcore: registered new device driver usb\n[ 0.363589] PCI: Using ACPI for IRQ routing\n[ 0.364590] NetLabel: Initializing\n[ 0.365286] NetLabel: domain hash size = 128\n[ 0.366124] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367052] NetLabel: unlabeled traffic allowed by default\n[ 0.368127] clocksource: Switched to clocksource kvm-clock\n[ 0.373498] AppArmor: AppArmor Filesystem Enabled\n[ 0.374426] pnp: PnP ACPI init\n[ 0.375323] pnp: PnP ACPI: found 5 devices\n[ 0.381332] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.382990] NET: Registered protocol family 2\n[ 0.383930] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.385174] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.386314] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.387455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.388509] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389651] NET: Registered protocol family 1\n[ 0.390495] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.391558] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.392608] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.407035] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.421270] Trying to unpack rootfs image as initramfs...\n[ 0.470910] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.484934] Scanning for low memory corruption every 60 seconds\n[ 0.486225] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.487330] audit: initializing netlink subsys (disabled)\n[ 0.488346] audit: type=2000 audit(1539182952.965:1): initialized\n[ 0.489622] Initialise system trusted keyring\n[ 0.490523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.491649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.493615] zbud: loaded\n[ 0.494309] VFS: Disk quotas dquot_6.6.0\n[ 0.495117] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.496600] fuse init (API version 7.23)\n[ 0.497489] Key type big_key registered\n[ 0.498323] Allocating IMA MOK and blacklist keyrings.\n[ 0.499462] Key type asymmetric registered\n[ 0.500306] Asymmetric key parser 'x509' registered\n[ 0.501277] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.502768] io scheduler noop registered\n[ 0.503579] io scheduler deadline registered (default)\n[ 0.504600] io scheduler cfq registered\n[ 0.505512] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506671] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.508075] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509671] ACPI: Power Button [PWRF]\n[ 0.510570] GHES: HEST is not enabled!\n[ 0.543248] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576424] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600240] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602441] Linux agpgart interface v0.103\n[ 0.604932] brd: module loaded\n[ 0.606117] loop: module loaded\n[ 0.610222] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611719] GPT:90111 != 20971519\n[ 0.612429] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613546] GPT:90111 != 20971519\n[ 0.614244] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615235] vda: vda1 vda15\n[ 0.616665] scsi host0: ata_piix\n[ 0.617422] scsi host1: ata_piix\n[ 0.618143] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619363] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621163] libphy: Fixed MDIO Bus: probed\n[ 0.621976] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622915] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625072] PPP generic driver version 2.4.2\n[ 0.625976] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627259] ehci-pci: EHCI PCI platform driver\n[ 0.628159] ehci-platform: EHCI generic platform driver\n[ 0.629165] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630313] ohci-pci: OHCI PCI platform driver\n[ 0.631193] ohci-platform: OHCI generic platform driver\n[ 0.632162] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646447] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647413] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649840] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650931] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652125] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653546] usb usb1: Product: UHCI Host Controller\n[ 0.654451] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656653] hub 1-0:1.0: USB hub found\n[ 0.657484] hub 1-0:1.0: 2 ports detected\n[ 0.658457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660699] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661722] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662829] mousedev: PS/2 mouse device common for all mice\n[ 0.664152] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666103] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667263] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669827] i2c /dev entries driver\n[ 0.670618] device-mapper: uevent: version 1.0.3\n[ 0.671618] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673392] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674787] NET: Registered protocol family 10\n[ 0.675856] NET: Registered protocol family 17\n[ 0.676811] Key type dns_resolver registered\n[ 0.677789] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678978] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680876] registered taskstats version 1\n[ 0.681767] Loading compiled-in X.509 certificates\n[ 0.683257] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685322] zswap: loaded using pool lzo/zbud\n[ 0.686744] Key type trusted registered\n[ 0.688382] Key type encrypted registered\n[ 0.689311] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690420] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691571] evm: HMAC attrs: 0x1\n[ 0.692549] Magic number: 6:49:839\n[ 0.693460] rtc_cmos 00:00: setting system clock to 2018-10-10 14:49:13 UTC (1539182953)\n[ 0.695206] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696424] EDD information not available.\n[ 0.781113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782875] Write protecting the kernel read-only data: 14336k\n[ 0.794598] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796592] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.477576] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.0.14...\nLease of 10.55.0.14 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.37. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQRudEW9XQ+iuGd+B5/YdSoJBnfdg6G/qWZ15TAtDmL5z0nhnV/bXjMpWAecUiaq1nLVAnZMAEyRAErr7y1qwwrhrYZMciErA+Udcc0125Eep2xZieD7ZKHAJaLta6kQm1kQ5ft440IdUorKNRYpnqeUmYxozur589mSasIIlxNXthQTFZHpbU4VgxQ8nB2uIyAe6Quqgq3yy7CvrdK0+Dpb0hj70GsMta2nyn0wdYd/01ZJWTAUOCaOM2BIcgkxOS3j+7aE3xIsZCU+zeKwlg3ZzyEmmimGMhxAiUQ9S7gg83MDMfp8FLoXdZJbK+jmu5V6cxEwfYPHAksoqpPl2z root@simplehealthcheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAKsQ/6FKu0oCZfqe5veaaoNQanAu+tdMgHe9gkRKAgd2Flu5xHcF6QotSeJXB5bHD68XzkARhbQN0N6FghOpFQfj1j8jrtukJdOYw7WYCybY3ULLMxey7Wm3SRjy4mHuKrtjgVBGmIDfJRvHzOnVU0l0GY2Orh3w/KSIipm9at/7AAAAFQCaCsLsTdDWFQl3psthxsNUEYFEmwAAAIBEqs/1oIWMW9G/iBhZ5drQuUYdCLF05jaudICGUkGjGUWql6RG/cHNQC4eRLpJ5E8HQUGqXJIddw+O9AAXY9SSCTczZanlEmtAlALE/THu+EwuO2O6+bspC7SinJwvr2ldJbprgD36xiQkn9G/nnFp5e220lgzBJe0H185QB2CPgAAAIEAjq/4FG9NPV49+uPU/lX+qWp9pW0ZVVpvIhLzvQnxTdIC+GqItJ1LnitfdrwNS2rdYCNJRaOYKhXSsNbRhfuqs3H93pEF1dCm6uq6HFwL3usrGanjWI+tebHmPWG6DH7kHWz3fRRqtPeUQ2F3M3RthD24rQxZUAxkxwacngd5puk= root@simplehealthcheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-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.14,24,fe80::f816:3eff:fe1b:d5f/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.14 \nip-route:169.254.169.254 via 10.55.0.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000001d\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.59 ===\n"} 2018-10-10 14:49:19,528 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb/action used request id req-05d0b35a-f707-485a-978a-27e59de9a78f 2018-10-10 14:49:19,529 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-10 14:49:19,529 - 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 499413290 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.126577] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.128181] pid_max: default: 32768 minimum: 301 [ 0.129051] ACPI: Core revision 20150930 [ 0.130407] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131688] Security Framework initialized [ 0.132484] Yama: becoming mindful. [ 0.133194] AppArmor: AppArmor initialized [ 0.134033] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.135288] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.136519] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.137687] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139018] Initializing cgroup subsys io [ 0.139814] Initializing cgroup subsys memory [ 0.140656] Initializing cgroup subsys devices [ 0.141508] Initializing cgroup subsys freezer [ 0.142362] Initializing cgroup subsys net_cls [ 0.143210] Initializing cgroup subsys perf_event [ 0.144102] Initializing cgroup subsys net_prio [ 0.144967] Initializing cgroup subsys hugetlb [ 0.145824] Initializing cgroup subsys pids [ 0.146678] CPU: Physical Processor ID: 0 [ 0.148163] mce: CPU supports 10 MCE banks [ 0.149014] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.150004] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160578] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166895] ftrace: allocating 31920 entries in 125 pages [ 0.192740] smpboot: Max logical packages: 1 [ 0.193571] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.194888] x2apic enabled [ 0.195686] Switched APIC routing to physical x2apic. [ 0.197401] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198494] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200434] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202177] KVM setup paravirtual spinlock [ 0.203454] x86: Booted up 1 node, 1 CPUs [ 0.204235] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.205590] devtmpfs: initialized [ 0.207269] evm: security.selinux [ 0.207951] evm: security.SMACK64 [ 0.208624] evm: security.SMACK64EXEC [ 0.209346] evm: security.SMACK64TRANSMUTE [ 0.210134] evm: security.SMACK64MMAP [ 0.210859] evm: security.ima [ 0.211488] evm: security.capability [ 0.212273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214068] pinctrl core: initialized pinctrl subsystem [ 0.215130] RTC time: 14:49:12, date: 10/10/18 [ 0.216065] NET: Registered protocol family 16 [ 0.217014] cpuidle: using governor ladder [ 0.217810] cpuidle: using governor menu [ 0.218573] PCCT header not found. [ 0.219300] ACPI: bus type PCI registered [ 0.220087] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221298] PCI: Using configuration type 1 for base access [ 0.223016] ACPI: Added _OSI(Module Device) [ 0.223835] ACPI: Added _OSI(Processor Device) [ 0.224677] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.225553] ACPI: Added _OSI(Processor Aggregator Device) [ 0.227613] ACPI: Interpreter enabled [ 0.228357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.231969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.233772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.235569] ACPI: (supports S0 S5) [ 0.236257] ACPI: Using IOAPIC for interrupt routing [ 0.237294] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240331] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.242644] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.243803] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.245961] acpiphp: Slot [3] registered [ 0.246742] acpiphp: Slot [4] registered [ 0.247519] acpiphp: Slot [5] registered [ 0.248292] acpiphp: Slot [6] registered [ 0.249065] acpiphp: Slot [7] registered [ 0.249848] acpiphp: Slot [8] registered [ 0.250626] acpiphp: Slot [9] registered [ 0.251398] acpiphp: Slot [10] registered [ 0.252187] acpiphp: Slot [11] registered [ 0.252977] acpiphp: Slot [12] registered [ 0.253777] acpiphp: Slot [13] registered [ 0.254571] acpiphp: Slot [14] registered [ 0.255358] acpiphp: Slot [15] registered [ 0.266041] acpiphp: Slot [16] registered [ 0.266838] acpiphp: Slot [17] registered [ 0.267628] acpiphp: Slot [18] registered [ 0.268410] acpiphp: Slot [19] registered [ 0.269198] acpiphp: Slot [20] registered [ 0.269987] acpiphp: Slot [21] registered [ 0.270780] acpiphp: Slot [22] registered [ 0.271566] acpiphp: Slot [23] registered [ 0.272353] acpiphp: Slot [24] registered [ 0.273144] acpiphp: Slot [25] registered [ 0.273930] acpiphp: Slot [26] registered [ 0.274716] acpiphp: Slot [27] registered [ 0.275510] acpiphp: Slot [28] registered [ 0.276294] acpiphp: Slot [29] registered [ 0.277082] acpiphp: Slot [30] registered [ 0.277873] acpiphp: Slot [31] registered [ 0.278657] PCI host bridge to bus 0000:00 [ 0.279440] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.280622] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.281801] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.283211] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.284627] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.290666] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.291911] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.293057] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.294288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.300635] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.302035] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.346685] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.348170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.349557] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.350967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.352328] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.353551] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.354709] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.355735] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.357249] vgaarb: loaded [ 0.357841] vgaarb: bridge control possible 0000:00:02.0 [ 0.358963] SCSI subsystem initialized [ 0.359771] ACPI: bus type USB registered [ 0.360568] usbcore: registered new interface driver usbfs [ 0.361571] usbcore: registered new interface driver hub [ 0.362550] usbcore: registered new device driver usb [ 0.363589] PCI: Using ACPI for IRQ routing [ 0.364590] NetLabel: Initializing [ 0.365286] NetLabel: domain hash size = 128 [ 0.366124] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.367052] NetLabel: unlabeled traffic allowed by default [ 0.368127] clocksource: Switched to clocksource kvm-clock [ 0.373498] AppArmor: AppArmor Filesystem Enabled [ 0.374426] pnp: PnP ACPI init [ 0.375323] pnp: PnP ACPI: found 5 devices [ 0.381332] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.382990] NET: Registered protocol family 2 [ 0.383930] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.385174] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.386314] TCP: Hash tables configured (established 2048 bind 2048) [ 0.387455] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.388509] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.389651] NET: Registered protocol family 1 [ 0.390495] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.391558] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.392608] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.407035] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.421270] Trying to unpack rootfs image as initramfs... [ 0.470910] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.484934] Scanning for low memory corruption every 60 seconds [ 0.486225] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.487330] audit: initializing netlink subsys (disabled) [ 0.488346] audit: type=2000 audit(1539182952.965:1): initialized [ 0.489622] Initialise system trusted keyring [ 0.490523] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.491649] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.493615] zbud: loaded [ 0.494309] VFS: Disk quotas dquot_6.6.0 [ 0.495117] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.496600] fuse init (API version 7.23) [ 0.497489] Key type big_key registered [ 0.498323] Allocating IMA MOK and blacklist keyrings. [ 0.499462] Key type asymmetric registered [ 0.500306] Asymmetric key parser 'x509' registered [ 0.501277] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.502768] io scheduler noop registered [ 0.503579] io scheduler deadline registered (default) [ 0.504600] io scheduler cfq registered [ 0.505512] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.506671] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.508075] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.509671] ACPI: Power Button [PWRF] [ 0.510570] GHES: HEST is not enabled! [ 0.543248] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576424] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600240] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.602441] Linux agpgart interface v0.103 [ 0.604932] brd: module loaded [ 0.606117] loop: module loaded [ 0.610222] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.611719] GPT:90111 != 20971519 [ 0.612429] GPT:Alternate GPT header not at the end of the disk. [ 0.613546] GPT:90111 != 20971519 [ 0.614244] GPT: Use GNU Parted to correct GPT errors. [ 0.615235] vda: vda1 vda15 [ 0.616665] scsi host0: ata_piix [ 0.617422] scsi host1: ata_piix [ 0.618143] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.619363] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621163] libphy: Fixed MDIO Bus: probed [ 0.621976] tun: Universal TUN/TAP device driver, 1.6 [ 0.622915] tun: (C) 1999-2004 Max Krasnyansky [ 0.625072] PPP generic driver version 2.4.2 [ 0.625976] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627259] ehci-pci: EHCI PCI platform driver [ 0.628159] ehci-platform: EHCI generic platform driver [ 0.629165] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630313] ohci-pci: OHCI PCI platform driver [ 0.631193] ohci-platform: OHCI generic platform driver [ 0.632162] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646447] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647413] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648832] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649840] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650931] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652125] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653546] usb usb1: Product: UHCI Host Controller [ 0.654451] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.655584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.656653] hub 1-0:1.0: USB hub found [ 0.657484] hub 1-0:1.0: 2 ports detected [ 0.658457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660699] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661722] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662829] mousedev: PS/2 mouse device common for all mice [ 0.664152] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666103] rtc_cmos 00:00: RTC can wake from S4 [ 0.667263] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669827] i2c /dev entries driver [ 0.670618] device-mapper: uevent: version 1.0.3 [ 0.671618] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673392] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674787] NET: Registered protocol family 10 [ 0.675856] NET: Registered protocol family 17 [ 0.676811] Key type dns_resolver registered [ 0.677789] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678978] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680876] registered taskstats version 1 [ 0.681767] Loading compiled-in X.509 certificates [ 0.683257] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685322] zswap: loaded using pool lzo/zbud [ 0.686744] Key type trusted registered [ 0.688382] Key type encrypted registered [ 0.689311] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690420] ima: No TPM chip found, activating TPM-bypass! [ 0.691571] evm: HMAC attrs: 0x1 [ 0.692549] Magic number: 6:49:839 [ 0.693460] rtc_cmos 00:00: setting system clock to 2018-10-10 14:49:13 UTC (1539182953) [ 0.695206] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696424] EDD information not available. [ 0.781113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782875] Write protecting the kernel read-only data: 14336k [ 0.794598] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796592] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.477576] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.0.14... Lease of 10.55.0.14 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.37. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQRudEW9XQ+iuGd+B5/YdSoJBnfdg6G/qWZ15TAtDmL5z0nhnV/bXjMpWAecUiaq1nLVAnZMAEyRAErr7y1qwwrhrYZMciErA+Udcc0125Eep2xZieD7ZKHAJaLta6kQm1kQ5ft440IdUorKNRYpnqeUmYxozur589mSasIIlxNXthQTFZHpbU4VgxQ8nB2uIyAe6Quqgq3yy7CvrdK0+Dpb0hj70GsMta2nyn0wdYd/01ZJWTAUOCaOM2BIcgkxOS3j+7aE3xIsZCU+zeKwlg3ZzyEmmimGMhxAiUQ9S7gg83MDMfp8FLoXdZJbK+jmu5V6cxEwfYPHAksoqpPl2z root@simplehealthcheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst ssh-dss AAAAB3NzaC1kc3MAAACBAKsQ/6FKu0oCZfqe5veaaoNQanAu+tdMgHe9gkRKAgd2Flu5xHcF6QotSeJXB5bHD68XzkARhbQN0N6FghOpFQfj1j8jrtukJdOYw7WYCybY3ULLMxey7Wm3SRjy4mHuKrtjgVBGmIDfJRvHzOnVU0l0GY2Orh3w/KSIipm9at/7AAAAFQCaCsLsTdDWFQl3psthxsNUEYFEmwAAAIBEqs/1oIWMW9G/iBhZ5drQuUYdCLF05jaudICGUkGjGUWql6RG/cHNQC4eRLpJ5E8HQUGqXJIddw+O9AAXY9SSCTczZanlEmtAlALE/THu+EwuO2O6+bspC7SinJwvr2ldJbprgD36xiQkn9G/nnFp5e220lgzBJe0H185QB2CPgAAAIEAjq/4FG9NPV49+uPU/lX+qWp9pW0ZVVpvIhLzvQnxTdIC+GqItJ1LnitfdrwNS2rdYCNJRaOYKhXSsNbRhfuqs3H93pEF1dCm6uq6HFwL3usrGanjWI+tebHmPWG6DH7kHWz3fRRqtPeUQ2F3M3RthD24rQxZUAxkxwacngd5puk= root@simplehealthcheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.14,24,fe80::f816:3eff:fe1b:d5f/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.14 ip-route:169.254.169.254 via 10.55.0.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000001d name: N/A availability-zone: nova local-hostname: simplehealthcheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.59 === 2018-10-10 14:49:19,530 - create_instance - INFO - Deleting Port with ID - 11b2105a-37e7-4919-86b3-f9c70edead8a 2018-10-10 14:49:19,530 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9port-1 2018-10-10 14:49:19,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/11b2105a-37e7-4919-86b3-f9c70edead8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:20,561 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-92d4be68-f667-454d-b90b-d0b7658dafc2 Date: Wed, 10 Oct 2018 14:49:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:49:20,561 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/11b2105a-37e7-4919-86b3-f9c70edead8a used request id req-92d4be68-f667-454d-b90b-d0b7658dafc2 2018-10-10 14:49:20,562 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst 2018-10-10 14:49:20,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:20,772 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14: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-70eeb594-d06f-4662-aef8-67c4d201cc79 x-compute-request-id: req-70eeb594-d06f-4662-aef8-67c4d201cc79 Content-Type: application/json 2018-10-10 14:49:20,772 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb used request id req-70eeb594-d06f-4662-aef8-67c4d201cc79 2018-10-10 14:49:20,773 - create_instance - INFO - Checking deletion status 2018-10-10 14:49:20,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:21,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-44ac5539-4375-4ab7-96e4-d69481d60fbd x-compute-request-id: req-44ac5539-4375-4ab7-96e4-d69481d60fbd 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.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "bookmark"}], "image": {"id": "4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "links": [{"href": "http://172.30.9.27:8774/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:49:12.000000", "flavor": {"id": "c8cbe16a-416c-4e44-a23b-db1859d43d17", "links": [{"href": "http://172.30.9.27:8774/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17", "rel": "bookmark"}]}, "id": "efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "user_id": "04db36443372435d88b5af890f27e532", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:49:20Z", "hostId": "fee18b346a63da7810e5b397090d927e1525e58f2aaedffcd98cf1ef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst", "created": "2018-10-10T14:49:08Z", "tenant_id": "700bac36079342b29614bfc942c13ed0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:49:21,166 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb used request id req-44ac5539-4375-4ab7-96e4-d69481d60fbd 2018-10-10 14:49:21,166 - create_instance - DEBUG - Instance status [SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst] is - ACTIVE 2018-10-10 14:49:21,166 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-10 14:49:24,169 - create_instance - DEBUG - VM status query timeout in 296.603908062 2018-10-10 14:49:24,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:24,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-104503d3-dbea-47b0-9bd9-9f8d25458f0f x-compute-request-id: req-104503d3-dbea-47b0-9bd9-9f8d25458f0f 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.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "rel": "bookmark"}], "image": {"id": "4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "links": [{"href": "http://172.30.9.27:8774/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:49:12.000000", "flavor": {"id": "c8cbe16a-416c-4e44-a23b-db1859d43d17", "links": [{"href": "http://172.30.9.27:8774/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17", "rel": "bookmark"}]}, "id": "efb0829d-bb55-4e65-8ed2-30d39a10bbcb", "user_id": "04db36443372435d88b5af890f27e532", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:49:20Z", "hostId": "fee18b346a63da7810e5b397090d927e1525e58f2aaedffcd98cf1ef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst", "created": "2018-10-10T14:49:08Z", "tenant_id": "700bac36079342b29614bfc942c13ed0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 14:49:24,423 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb used request id req-104503d3-dbea-47b0-9bd9-9f8d25458f0f 2018-10-10 14:49:24,424 - create_instance - DEBUG - Instance status [SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst] is - ACTIVE 2018-10-10 14:49:24,424 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-10 14:49:27,427 - create_instance - DEBUG - VM status query timeout in 293.345884085 2018-10-10 14:49:27,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd374e7207ce8f661671a00581811637016b215" 2018-10-10 14:49:27,477 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 10 Oct 2018 14:49:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-092eae8b-9c7c-4c42-bac5-802df69220bb x-compute-request-id: req-092eae8b-9c7c-4c42-bac5-802df69220bb Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance efb0829d-bb55-4e65-8ed2-30d39a10bbcb could not be found.", "code": 404}} 2018-10-10 14:49:27,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/efb0829d-bb55-4e65-8ed2-30d39a10bbcb used request id req-092eae8b-9c7c-4c42-bac5-802df69220bb 2018-10-10 14:49:27,477 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance efb0829d-bb55-4e65-8ed2-30d39a10bbcb could not be found. (HTTP 404) (Request-ID: req-092eae8b-9c7c-4c42-bac5-802df69220bb) 2018-10-10 14:49:27,478 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-inst 2018-10-10 14:49:27,479 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-subnet 2018-10-10 14:49:27,479 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-subnet 2018-10-10 14:49:27,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/93cf391c-26fc-4399-8ac6-755dc2463fe4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ce65da3024ecd7152b6f988e548332f6da50e7" 2018-10-10 14:49:29,814 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e37e7429-87e3-4190-aa97-138c1652b946 Date: Wed, 10 Oct 2018 14:49:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:49:29,815 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/93cf391c-26fc-4399-8ac6-755dc2463fe4 used request id req-e37e7429-87e3-4190-aa97-138c1652b946 2018-10-10 14:49:29,815 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-priv-net 2018-10-10 14:49:29,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/2cbc9cc5-b262-47b8-962b-ad3650beb984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ce65da3024ecd7152b6f988e548332f6da50e7" 2018-10-10 14:49:31,163 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e8312831-5199-494e-b599-65c7c6ee43d5 Date: Wed, 10 Oct 2018 14:49:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:49:31,163 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/2cbc9cc5-b262-47b8-962b-ad3650beb984 used request id req-e8312831-5199-494e-b599-65c7c6ee43d5 2018-10-10 14:49:31,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b30f81f5847c83c28518ba67dc9a57a9af2b85b1" 2018-10-10 14:49:31,238 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:49: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-9e441ba6-569b-4204-94f4-ab8546d2ef94 x-compute-request-id: req-9e441ba6-569b-4204-94f4-ab8546d2ef94 Content-Length: 0 Content-Type: application/json 2018-10-10 14:49:31,238 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/c8cbe16a-416c-4e44-a23b-db1859d43d17 used request id req-9e441ba6-569b-4204-94f4-ab8546d2ef94 2018-10-10 14:49:31,239 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-50c386c0-85ec-4a58-a38f-f47dafc47cb9-image 2018-10-10 14:49:31,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f26d7f67744b8e445bdbd5d554bc9e80e32078c4" 2018-10-10 14:49:33,230 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-53aeab41-ea1e-4485-a4cc-bdfd842e06bc Date: Wed, 10 Oct 2018 14:49:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:49:33,230 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4b1b62e2-fa34-41cf-bf56-4b88b44feaaf used request id req-53aeab41-ea1e-4485-a4cc-bdfd842e06bc 2018-10-10 14:49:33,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e00bceb2f49f04c142d752047ab963c230f04e4" 2018-10-10 14:49:33,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b5efde19-641d-414b-9063-a79cc10b835c Date: Wed, 10 Oct 2018 14:49:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "700bac36079342b29614bfc942c13ed0", "created_at": "2018-10-10T14:48:58Z", "updated_at": "2018-10-10T14:48:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:48:58Z", "revision_number": 0, "id": "186023ec-fb21-40f5-86a6-c9e64d4ba6a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:48:58Z", "security_group_id": "25239651-e032-46a5-b0af-21826d57be6e", "tenant_id": "700bac36079342b29614bfc942c13ed0", "port_range_min": null, "ethertype": "IPv4", "project_id": "700bac36079342b29614bfc942c13ed0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:48:58Z", "revision_number": 0, "id": "1bec5819-a5c3-4710-bd73-0d4c9d90801c", "remote_group_id": "25239651-e032-46a5-b0af-21826d57be6e", "remote_ip_prefix": null, "created_at": "2018-10-10T14:48:58Z", "security_group_id": "25239651-e032-46a5-b0af-21826d57be6e", "tenant_id": "700bac36079342b29614bfc942c13ed0", "port_range_min": null, "ethertype": "IPv4", "project_id": "700bac36079342b29614bfc942c13ed0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:48:58Z", "revision_number": 0, "id": "2e8897fc-9ce2-4cdc-85af-be39d1d74d5e", "remote_group_id": "25239651-e032-46a5-b0af-21826d57be6e", "remote_ip_prefix": null, "created_at": "2018-10-10T14:48:58Z", "security_group_id": "25239651-e032-46a5-b0af-21826d57be6e", "tenant_id": "700bac36079342b29614bfc942c13ed0", "port_range_min": null, "ethertype": "IPv6", "project_id": "700bac36079342b29614bfc942c13ed0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:48:58Z", "revision_number": 0, "id": "4ba38dd9-e4e9-48af-9998-d73175110c3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:48:58Z", "security_group_id": "25239651-e032-46a5-b0af-21826d57be6e", "tenant_id": "700bac36079342b29614bfc942c13ed0", "port_range_min": null, "ethertype": "IPv6", "project_id": "700bac36079342b29614bfc942c13ed0"}], "revision_number": 4, "project_id": "700bac36079342b29614bfc942c13ed0", "id": "25239651-e032-46a5-b0af-21826d57be6e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6bceb60bbdfd4054aa19802d3df21d9a", "created_at": "2018-10-10T14:49:33Z", "updated_at": "2018-10-10T14:49:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:33Z", "revision_number": 0, "id": "22531608-6e4a-4986-8360-32d12bd1e3d1", "remote_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:33Z", "security_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "tenant_id": "6bceb60bbdfd4054aa19802d3df21d9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bceb60bbdfd4054aa19802d3df21d9a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:33Z", "revision_number": 0, "id": "36a5c180-3ac3-4aa4-80f4-e363fb6278e5", "remote_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:33Z", "security_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "tenant_id": "6bceb60bbdfd4054aa19802d3df21d9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bceb60bbdfd4054aa19802d3df21d9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:33Z", "revision_number": 0, "id": "48d8c64a-04dd-493e-8fa8-cf226be0dcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:33Z", "security_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "tenant_id": "6bceb60bbdfd4054aa19802d3df21d9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bceb60bbdfd4054aa19802d3df21d9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:33Z", "revision_number": 0, "id": "528cb4ae-de1a-4e70-9cc2-3c03394f5ec6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:33Z", "security_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "tenant_id": "6bceb60bbdfd4054aa19802d3df21d9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bceb60bbdfd4054aa19802d3df21d9a"}], "revision_number": 4, "project_id": "6bceb60bbdfd4054aa19802d3df21d9a", "id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "updated_at": "2018-10-10T14:38:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "name": "default"}]} 2018-10-10 14:49:33,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-b5efde19-641d-414b-9063-a79cc10b835c 2018-10-10 14:49:33,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e00bceb2f49f04c142d752047ab963c230f04e4" 2018-10-10 14:49:33,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71964383-f0cb-491b-b958-6cbae24a04d0 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0"}, "enabled": true, "id": "700bac36079342b29614bfc942c13ed0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj"}} 2018-10-10 14:49:33,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0 used request id req-71964383-f0cb-491b-b958-6cbae24a04d0 2018-10-10 14:49:33,873 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 25239651-e032-46a5-b0af-21826d57be6e 2018-10-10 14:49:33,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=25239651-e032-46a5-b0af-21826d57be6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e00bceb2f49f04c142d752047ab963c230f04e4" 2018-10-10 14:49:34,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-69113044-288b-47bf-806c-4002ffd78551 Date: Wed, 10 Oct 2018 14:49:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:48:58Z", "security_group_id": "25239651-e032-46a5-b0af-21826d57be6e", "port_range_min": null, "revision_number": 0, "tenant_id": "700bac36079342b29614bfc942c13ed0", "created_at": "2018-10-10T14:48:58Z", "project_id": "700bac36079342b29614bfc942c13ed0", "id": "186023ec-fb21-40f5-86a6-c9e64d4ba6a4"}, {"remote_group_id": "25239651-e032-46a5-b0af-21826d57be6e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:48:58Z", "security_group_id": "25239651-e032-46a5-b0af-21826d57be6e", "port_range_min": null, "revision_number": 0, "tenant_id": "700bac36079342b29614bfc942c13ed0", "created_at": "2018-10-10T14:48:58Z", "project_id": "700bac36079342b29614bfc942c13ed0", "id": "1bec5819-a5c3-4710-bd73-0d4c9d90801c"}, {"remote_group_id": "25239651-e032-46a5-b0af-21826d57be6e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:48:58Z", "security_group_id": "25239651-e032-46a5-b0af-21826d57be6e", "port_range_min": null, "revision_number": 0, "tenant_id": "700bac36079342b29614bfc942c13ed0", "created_at": "2018-10-10T14:48:58Z", "project_id": "700bac36079342b29614bfc942c13ed0", "id": "2e8897fc-9ce2-4cdc-85af-be39d1d74d5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:48:58Z", "security_group_id": "25239651-e032-46a5-b0af-21826d57be6e", "port_range_min": null, "revision_number": 0, "tenant_id": "700bac36079342b29614bfc942c13ed0", "created_at": "2018-10-10T14:48:58Z", "project_id": "700bac36079342b29614bfc942c13ed0", "id": "4ba38dd9-e4e9-48af-9998-d73175110c3b"}]} 2018-10-10 14:49:34,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=25239651-e032-46a5-b0af-21826d57be6e used request id req-69113044-288b-47bf-806c-4002ffd78551 2018-10-10 14:49:34,056 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 14:49:34,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/25239651-e032-46a5-b0af-21826d57be6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e00bceb2f49f04c142d752047ab963c230f04e4" 2018-10-10 14:49:34,423 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-30d87fe1-65ec-4b57-ac0c-ad8bfd2ab04e Content-Length: 0 Date: Wed, 10 Oct 2018 14:49:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:49:34,424 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/25239651-e032-46a5-b0af-21826d57be6e used request id req-30d87fe1-65ec-4b57-ac0c-ad8bfd2ab04e 2018-10-10 14:49:34,424 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj 2018-10-10 14:49:34,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e00bceb2f49f04c142d752047ab963c230f04e4" 2018-10-10 14:49:34,701 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:49:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ecf58d0-6248-4205-88e3-d2cde655d634 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:49:34,702 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/700bac36079342b29614bfc942c13ed0 used request id req-5ecf58d0-6248-4205-88e3-d2cde655d634 2018-10-10 14:49:34,702 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-8bf4ed8e-7c47-4a7-proj-role 2018-10-10 14:49:34,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/dd3346d5db2d47818c9bad13213ef749 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e00bceb2f49f04c142d752047ab963c230f04e4" 2018-10-10 14:49:34,817 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:49:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4a1b103-fd37-40cd-89da-52336f803c1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:49:34,818 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/dd3346d5db2d47818c9bad13213ef749 used request id req-a4a1b103-fd37-40cd-89da-52336f803c1e 2018-10-10 14:49:34,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e00bceb2f49f04c142d752047ab963c230f04e4" 2018-10-10 14:49:34,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-876e1d8d-43c2-4d69-9cc3-c3a4ace714e8 Content-Encoding: gzip Content-Length: 343 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "75c5b7a922c64c4d8d9f1e8972ca0ac6", "links": {"self": "http://172.30.9.27:5000/v3/roles/75c5b7a922c64c4d8d9f1e8972ca0ac6"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bdcebf02c8284753b0de35188ab9894c", "links": {"self": "http://172.30.9.27:5000/v3/roles/bdcebf02c8284753b0de35188ab9894c"}, "name": "Member"}]} 2018-10-10 14:49:34,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-876e1d8d-43c2-4d69-9cc3-c3a4ace714e8 2018-10-10 14:49:34,907 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-8bf4ed8e-7c47-4a7-user 2018-10-10 14:49:34,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/04db36443372435d88b5af890f27e532 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1ec29437e4da1e36b1fa22bf1b7932b81bd9671" 2018-10-10 14:49:35,129 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:49:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4781717-be2b-4424-bc62-1f0ac0852fb4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:49:35,129 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/04db36443372435d88b5af890f27e532 used request id req-e4781717-be2b-4424-bc62-1f0ac0852fb4 2018-10-10 14:49:35,130 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 43.338s OK 2018-10-10 14:49:35,265 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-10 14:49:35,265 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:43 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-10-10 14:49:35,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:49:35,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:49:35,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbcc1dbb-0b13-44d3-a76f-7144dddbcb8d Content-Encoding: gzip Content-Length: 343 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "75c5b7a922c64c4d8d9f1e8972ca0ac6", "links": {"self": "http://172.30.9.27:5000/v3/roles/75c5b7a922c64c4d8d9f1e8972ca0ac6"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bdcebf02c8284753b0de35188ab9894c", "links": {"self": "http://172.30.9.27:5000/v3/roles/bdcebf02c8284753b0de35188ab9894c"}, "name": "Member"}]} 2018-10-10 14:49:35,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cbcc1dbb-0b13-44d3-a76f-7144dddbcb8d 2018-10-10 14:49:35,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0845341682434s 2018-10-10 14:49:35,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-10 14:49:35,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/75c5b7a922c64c4d8d9f1e8972ca0ac6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:49:35,521 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:49:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-707e74ed-ee70-43b3-bcbc-056c9c65891d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:49:35,522 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/75c5b7a922c64c4d8d9f1e8972ca0ac6 used request id req-707e74ed-ee70-43b3-bcbc-056c9c65891d 2018-10-10 14:49:35,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.16451382637s 2018-10-10 14:49:35,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:49:35,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:49:35,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2fb4c70-219e-4d22-99eb-5c46c0273997 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_26f1f133-7ebb-4eb3-9278-381bb054cf33", "links": {"self": "http://172.30.9.27:5000/v3/users/4946cdf3e540432da80c7a0aa16935cc"}, "domain_id": "default", "enabled": true, "id": "4946cdf3e540432da80c7a0aa16935cc", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:49:35,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a2fb4c70-219e-4d22-99eb-5c46c0273997 2018-10-10 14:49:35,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112743854523s 2018-10-10 14:49:35,636 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a2fb4c70-219e-4d22-99eb-5c46c0273997 2018-10-10 14:49:35,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:49:35,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/4946cdf3e540432da80c7a0aa16935cc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:49:35,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cd44692-26dd-4349-b137-7ca6054045ac Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/4946cdf3e540432da80c7a0aa16935cc"}, "enabled": true, "id": "4946cdf3e540432da80c7a0aa16935cc", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_26f1f133-7ebb-4eb3-9278-381bb054cf33"}} 2018-10-10 14:49:35,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/4946cdf3e540432da80c7a0aa16935cc used request id req-5cd44692-26dd-4349-b137-7ca6054045ac 2018-10-10 14:49:35,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0934700965881s 2018-10-10 14:49:35,736 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/4946cdf3e540432da80c7a0aa16935cc used request id req-5cd44692-26dd-4349-b137-7ca6054045ac 2018-10-10 14:49:35,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-10 14:49:35,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/4946cdf3e540432da80c7a0aa16935cc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:49:35,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:49:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f45554d6-5ad0-44a8-94e3-67d7def12af7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:49:35,967 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/4946cdf3e540432da80c7a0aa16935cc used request id req-f45554d6-5ad0-44a8-94e3-67d7def12af7 2018-10-10 14:49:35,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.230971097946s 2018-10-10 14:49:35,968 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/4946cdf3e540432da80c7a0aa16935cc used request id req-f45554d6-5ad0-44a8-94e3-67d7def12af7 2018-10-10 14:49:35,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:49:35,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:49:36,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6dc3f73-2c0d-4a21-a5d7-afedc64e95d9 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/6bceb60bbdfd4054aa19802d3df21d9a"}, "enabled": true, "id": "6bceb60bbdfd4054aa19802d3df21d9a", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_26f1f133-7ebb-4eb3-9278-381bb054cf33"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:49:36,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-c6dc3f73-2c0d-4a21-a5d7-afedc64e95d9 2018-10-10 14:49:36,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0816600322723s 2018-10-10 14:49:36,050 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-c6dc3f73-2c0d-4a21-a5d7-afedc64e95d9 2018-10-10 14:49:36,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-10 14:49:36,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/6bceb60bbdfd4054aa19802d3df21d9a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:49:36,252 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:49:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f3ef73d-b9cf-45d0-a68b-a29ab3c64b79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:49:36,252 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/6bceb60bbdfd4054aa19802d3df21d9a used request id req-8f3ef73d-b9cf-45d0-a68b-a29ab3c64b79 2018-10-10 14:49:36,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.199607849121s 2018-10-10 14:49:36,253 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/6bceb60bbdfd4054aa19802d3df21d9a used request id req-8f3ef73d-b9cf-45d0-a68b-a29ab3c64b79 2018-10-10 14:49:36,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:49:36,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:49:36,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43d52bbf-64ed-477b-b153-43114e398a65 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bdcebf02c8284753b0de35188ab9894c", "links": {"self": "http://172.30.9.27:5000/v3/roles/bdcebf02c8284753b0de35188ab9894c"}, "name": "Member"}]} 2018-10-10 14:49:36,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-43d52bbf-64ed-477b-b153-43114e398a65 2018-10-10 14:49:36,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.078428030014s 2018-10-10 14:49:36,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-10 14:49:36,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/bdcebf02c8284753b0de35188ab9894c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:49:36,434 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:49:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb43e099-564d-4ba4-9a58-31ee50db4425 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:49:36,434 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/bdcebf02c8284753b0de35188ab9894c used request id req-cb43e099-564d-4ba4-9a58-31ee50db4425 2018-10-10 14:49:36,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.10125207901s 2018-10-10 14:49:36,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 14:49:36,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=6bceb60bbdfd4054aa19802d3df21d9a&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}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:49:36,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-d33eca82-ca58-4594-95d8-46ab493e76be Date: Wed, 10 Oct 2018 14:49:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6bceb60bbdfd4054aa19802d3df21d9a", "created_at": "2018-10-10T14:49:33Z", "updated_at": "2018-10-10T14:49:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:33Z", "revision_number": 0, "id": "22531608-6e4a-4986-8360-32d12bd1e3d1", "remote_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:33Z", "security_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "tenant_id": "6bceb60bbdfd4054aa19802d3df21d9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bceb60bbdfd4054aa19802d3df21d9a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:33Z", "revision_number": 0, "id": "36a5c180-3ac3-4aa4-80f4-e363fb6278e5", "remote_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:33Z", "security_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "tenant_id": "6bceb60bbdfd4054aa19802d3df21d9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bceb60bbdfd4054aa19802d3df21d9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:33Z", "revision_number": 0, "id": "48d8c64a-04dd-493e-8fa8-cf226be0dcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:33Z", "security_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "tenant_id": "6bceb60bbdfd4054aa19802d3df21d9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bceb60bbdfd4054aa19802d3df21d9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:33Z", "revision_number": 0, "id": "528cb4ae-de1a-4e70-9cc2-3c03394f5ec6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:33Z", "security_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "tenant_id": "6bceb60bbdfd4054aa19802d3df21d9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bceb60bbdfd4054aa19802d3df21d9a"}], "revision_number": 4, "project_id": "6bceb60bbdfd4054aa19802d3df21d9a", "id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "name": "default"}]} 2018-10-10 14:49:36,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=6bceb60bbdfd4054aa19802d3df21d9a&name=default used request id req-d33eca82-ca58-4594-95d8-46ab493e76be 2018-10-10 14:49:36,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.186253070831s 2018-10-10 14:49:36,626 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=6bceb60bbdfd4054aa19802d3df21d9a&name=default used request id req-d33eca82-ca58-4594-95d8-46ab493e76be 2018-10-10 14:49:36,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 14:49:36,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:49:36,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8555f7c3-bfb3-47ec-99e5-63c56e65fd12 Date: Wed, 10 Oct 2018 14:49:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6bceb60bbdfd4054aa19802d3df21d9a", "created_at": "2018-10-10T14:49:33Z", "updated_at": "2018-10-10T14:49:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:33Z", "revision_number": 0, "id": "22531608-6e4a-4986-8360-32d12bd1e3d1", "remote_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:33Z", "security_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "tenant_id": "6bceb60bbdfd4054aa19802d3df21d9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bceb60bbdfd4054aa19802d3df21d9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:33Z", "revision_number": 0, "id": "48d8c64a-04dd-493e-8fa8-cf226be0dcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:33Z", "security_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "tenant_id": "6bceb60bbdfd4054aa19802d3df21d9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bceb60bbdfd4054aa19802d3df21d9a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:33Z", "revision_number": 0, "id": "36a5c180-3ac3-4aa4-80f4-e363fb6278e5", "remote_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:33Z", "security_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "tenant_id": "6bceb60bbdfd4054aa19802d3df21d9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bceb60bbdfd4054aa19802d3df21d9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:33Z", "revision_number": 0, "id": "528cb4ae-de1a-4e70-9cc2-3c03394f5ec6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:33Z", "security_group_id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "tenant_id": "6bceb60bbdfd4054aa19802d3df21d9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bceb60bbdfd4054aa19802d3df21d9a"}], "revision_number": 4, "project_id": "6bceb60bbdfd4054aa19802d3df21d9a", "id": "d3d8a0ae-12c9-4362-84d3-c87d7969e79d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "updated_at": "2018-10-10T14:38:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "name": "default"}]} 2018-10-10 14:49:36,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-8555f7c3-bfb3-47ec-99e5-63c56e65fd12 2018-10-10 14:49:36,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.198791027069s 2018-10-10 14:49:36,829 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-8555f7c3-bfb3-47ec-99e5-63c56e65fd12 2018-10-10 14:49:36,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-10 14:49:36,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/d3d8a0ae-12c9-4362-84d3-c87d7969e79d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}570668fb2df4bfe6cd399e3b4dd6fed5062b478c" 2018-10-10 14:49:37,146 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-97c31a23-a885-4ad7-bba1-b32b2af88cab Content-Length: 0 Date: Wed, 10 Oct 2018 14:49:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:49:37,146 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/d3d8a0ae-12c9-4362-84d3-c87d7969e79d.json used request id req-97c31a23-a885-4ad7-bba1-b32b2af88cab 2018-10-10 14:49:37,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.313491106033s 2018-10-10 14:49:37,147 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/d3d8a0ae-12c9-4362-84d3-c87d7969e79d.json used request id req-97c31a23-a885-4ad7-bba1-b32b2af88cab 2018-10-10 14:49:37,147 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:12 | PASS | | api_check | functest | healthcheck | 12:01 | PASS | | snaps_health_check | functest | healthcheck | 00:43 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-10-10 14:49:37,152 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-10 14:49:42,521 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-297 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-10 14:49:42,527 - 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=7eFDjBsvejx6D7vj3ZFhbXMUA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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.4 export OS_REGION_NAME=regionOne 2018-10-10 14:49:42,527 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-10 14:49:42,528 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-10-10 14:49:42,564 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-10-10 14:49:45,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 14:49:45,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 14:49:45,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 14:49:45,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 14:49:45,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 14:49:45,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 14:49:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 14:49:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 14:49:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 14:49:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 14:49:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 14:49:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 14:49:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 14:49:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 14:49:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 14:49:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 14:49:45,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 14:49:45,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 14:49:45,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 14:49:45,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 14:49:45,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 14:49:45,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 14:49:45,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 14:49:45,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 14:49:45,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:49:45,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e956cf3f-b940-4013-8d7a-eaff25063cbd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:49:45,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e956cf3f-b940-4013-8d7a-eaff25063cbd 2018-10-10 14:49:45,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:49:45,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T15:49:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["G5L7lBZoRRG-UGnDg96Azw"], "issued_at": "2018-10-10T14:49:45.000000Z"}} 2018-10-10 14:49:45,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 14:49:45,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:49:46,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-56713409-547d-45a5-b1ba-9e7fdf88261c Date: Wed, 10 Oct 2018 14:49:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 14:49:46,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-56713409-547d-45a5-b1ba-9e7fdf88261c 2018-10-10 14:49:46,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.276661872864s 2018-10-10 14:49:46,191 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-56713409-547d-45a5-b1ba-9e7fdf88261c 2018-10-10 14:49:46,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-10 14:49:46,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:49:46,205 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:49:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:49:46,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:49:46,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a857562b-9fc7-48bc-903d-ca0c1d974f1c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/da9a3567bac744d785bfd81a34b9e2bc"}, "description": "", "name": "heat_stack", "enabled": true, "id": "da9a3567bac744d785bfd81a34b9e2bc"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-10-10 14:49:46,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-a857562b-9fc7-48bc-903d-ca0c1d974f1c 2018-10-10 14:49:46,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.418894052505s 2018-10-10 14:49:46,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-10 14:49:46,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}a93c20fa6e2904aa9ccc4800359c146522d5b231" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}}' 2018-10-10 14:49:46,747 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:49:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65e38209-e78a-4458-b698-83731f8cf01d 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.27:5000/v3/projects/5ea391c3f23246858f348b79d506f109"}, "enabled": true, "id": "5ea391c3f23246858f348b79d506f109", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}} 2018-10-10 14:49:46,747 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-65e38209-e78a-4458-b698-83731f8cf01d 2018-10-10 14:49:46,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.129912853241s 2018-10-10 14:49:46,747 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-65e38209-e78a-4458-b698-83731f8cf01d 2018-10-10 14:49:46,748 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_0b214193-33c9-49e2-8add-bb1e9d5c59f7', 'id': u'5ea391c3f23246858f348b79d506f109', 'description': u'Created by OPNFV Functest: vping_ssh', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-10 14:49:46,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-10 14:49:47,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.368812084198s 2018-10-10 14:49:47,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/ae7a425f1c894daf88c465826969343d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:49:47,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3448a213-9a80-4be5-b1ef-e5e9e7dc5499 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/ae7a425f1c894daf88c465826969343d"}, "enabled": true, "id": "ae7a425f1c894daf88c465826969343d", "options": {}, "domain_id": "default", "name": "vping_ssh-user_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}} 2018-10-10 14:49:47,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/ae7a425f1c894daf88c465826969343d used request id req-3448a213-9a80-4be5-b1ef-e5e9e7dc5499 2018-10-10 14:49:47,209 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ae7a425f1c894daf88c465826969343d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_0b214193-33c9-49e2-8add-bb1e9d5c59f7'}) 2018-10-10 14:49:47,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:49:47,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:49:47,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf31ae3c-902f-48fd-abdc-d867daac0465 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:49:47,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-bf31ae3c-902f-48fd-abdc-d867daac0465 2018-10-10 14:49:47,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.15287899971s 2018-10-10 14:49:47,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:49:47,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:49:47,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36ad654c-a597-4b1b-bb6c-ddb91bc99f86 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:49:47,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-36ad654c-a597-4b1b-bb6c-ddb91bc99f86 2018-10-10 14:49:47,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.07990193367s 2018-10-10 14:49:47,445 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-10 14:49:47,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-10 14:49:47,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" -d '{"role": {"name": "Member"}}' 2018-10-10 14:49:47,542 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:49:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eabe0d16-3dbf-4517-9db2-8b428e07fcaf Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3eb0183c5dbd4456a9f28e862bfbc6e5", "links": {"self": "http://172.30.9.27:5000/v3/roles/3eb0183c5dbd4456a9f28e862bfbc6e5"}, "name": "Member"}} 2018-10-10 14:49:47,542 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-eabe0d16-3dbf-4517-9db2-8b428e07fcaf 2018-10-10 14:49:47,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0967819690704s 2018-10-10 14:49:47,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/3eb0183c5dbd4456a9f28e862bfbc6e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:49:47,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00443b22-d4a1-41f0-9064-e1996f985c42 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/3eb0183c5dbd4456a9f28e862bfbc6e5"}, "domain_id": null, "name": "Member", "id": "3eb0183c5dbd4456a9f28e862bfbc6e5"}} 2018-10-10 14:49:47,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/3eb0183c5dbd4456a9f28e862bfbc6e5 used request id req-00443b22-d4a1-41f0-9064-e1996f985c42 2018-10-10 14:49:47,619 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/3eb0183c5dbd4456a9f28e862bfbc6e5'}, 'domain_id': None, 'human_id': None, 'id': u'3eb0183c5dbd4456a9f28e862bfbc6e5', 'HUMAN_ID': False}) 2018-10-10 14:49:47,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:49:47,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:49:47,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9328f922-8710-49bc-a148-c341079ce1ff Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "3eb0183c5dbd4456a9f28e862bfbc6e5", "links": {"self": "http://172.30.9.27:5000/v3/roles/3eb0183c5dbd4456a9f28e862bfbc6e5"}, "name": "Member"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:49:47,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9328f922-8710-49bc-a148-c341079ce1ff 2018-10-10 14:49:47,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0793840885162s 2018-10-10 14:49:47,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 14:49:47,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:49:47,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5cbd6d2-b47b-4ca6-acaf-df979d502bae 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:49:47,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-a5cbd6d2-b47b-4ca6-acaf-df979d502bae 2018-10-10 14:49:47,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0798401832581s 2018-10-10 14:49:47,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:49:47,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:49:47,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ba05d11-26af-43a6-8997-59c1b4aa83a5 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "links": {"self": "http://172.30.9.27:5000/v3/users/ae7a425f1c894daf88c465826969343d"}, "domain_id": "default", "enabled": true, "id": "ae7a425f1c894daf88c465826969343d", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:49:47,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-9ba05d11-26af-43a6-8997-59c1b4aa83a5 2018-10-10 14:49:47,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0909008979797s 2018-10-10 14:49:47,872 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-9ba05d11-26af-43a6-8997-59c1b4aa83a5 2018-10-10 14:49:47,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:49:47,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:49:47,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2659f9e9-0b51-42cb-bcd2-d40bb679244a Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.27:5000/v3/projects/5ea391c3f23246858f348b79d506f109"}, "enabled": true, "id": "5ea391c3f23246858f348b79d506f109", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:49:47,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-2659f9e9-0b51-42cb-bcd2-d40bb679244a 2018-10-10 14:49:47,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0824129581451s 2018-10-10 14:49:47,961 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-2659f9e9-0b51-42cb-bcd2-d40bb679244a 2018-10-10 14:49:47,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 14:49:47,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=ae7a425f1c894daf88c465826969343d&scope.project.id=5ea391c3f23246858f348b79d506f109&role.id=3eb0183c5dbd4456a9f28e862bfbc6e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:49:48,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75d48d59-934a-4f20-8a1f-3780c8c8478d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=ae7a425f1c894daf88c465826969343d&scope.project.id=5ea391c3f23246858f348b79d506f109&role.id=3eb0183c5dbd4456a9f28e862bfbc6e5", "previous": null, "next": null}} 2018-10-10 14:49:48,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=ae7a425f1c894daf88c465826969343d&scope.project.id=5ea391c3f23246858f348b79d506f109&role.id=3eb0183c5dbd4456a9f28e862bfbc6e5 used request id req-75d48d59-934a-4f20-8a1f-3780c8c8478d 2018-10-10 14:49:48,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0815899372101s 2018-10-10 14:49:48,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 14:49:48,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/5ea391c3f23246858f348b79d506f109/users/ae7a425f1c894daf88c465826969343d/roles/3eb0183c5dbd4456a9f28e862bfbc6e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:49:48,162 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:49:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6514d80d-82be-4eb3-a4b8-2c6cf456548a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:49:48,162 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/5ea391c3f23246858f348b79d506f109/users/ae7a425f1c894daf88c465826969343d/roles/3eb0183c5dbd4456a9f28e862bfbc6e5 used request id req-6514d80d-82be-4eb3-a4b8-2c6cf456548a 2018-10-10 14:49:48,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116360902786s 2018-10-10 14:49:48,163 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_0b214193-33c9-49e2-8add-bb1e9d5c59f7', 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': '4d62414c-3709-4048-a051-564fb5cea083', 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_0b214193-33c9-49e2-8add-bb1e9d5c59f7', 'project_id': u'5ea391c3f23246858f348b79d506f109', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-10 14:49:48,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 14:49:48,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 14:49:48,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 14:49:48,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 14:49:48,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 14:49:48,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 14:49:48,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 14:49:48,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 14:49:48,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 14:49:48,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 14:49:48,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 14:49:48,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 14:49:48,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 14:49:48,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 14:49:48,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 14:49:48,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 14:49:48,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 14:49:48,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 14:49:48,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 14:49:48,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 14:49:48,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 14:49:48,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 14:49:48,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 14:49:48,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 14:49:48,169 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_0b214193-33c9-49e2-8add-bb1e9d5c59f7', 'password': '4d62414c-3709-4048-a051-564fb5cea083', 'project_name': 'vping_ssh-project_0b214193-33c9-49e2-8add-bb1e9d5c59f7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '5ea391c3f23246858f348b79d506f109', 'project_domain_name': 'Default'} 2018-10-10 14:49:48,169 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-10-10 14:49:48,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-10 14:49:48,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:49:48,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ff4fc20-af28-42ab-b3ab-6a82f1409dc9 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/da9a3567bac744d785bfd81a34b9e2bc"}, "description": "", "name": "heat_stack", "enabled": true, "id": "da9a3567bac744d785bfd81a34b9e2bc"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-10-10 14:49:48,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-5ff4fc20-af28-42ab-b3ab-6a82f1409dc9 2018-10-10 14:49:48,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0770070552826s 2018-10-10 14:49:48,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:49:48,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:49:48,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffdb8e2d-a769-4a55-a075-c2d294c991bd Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.27:5000/v3/projects/5ea391c3f23246858f348b79d506f109"}, "enabled": true, "id": "5ea391c3f23246858f348b79d506f109", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:49:48,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-ffdb8e2d-a769-4a55-a075-c2d294c991bd 2018-10-10 14:49:48,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0876648426056s 2018-10-10 14:49:48,336 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-ffdb8e2d-a769-4a55-a075-c2d294c991bd 2018-10-10 14:49:48,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-10 14:49:48,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}a93c20fa6e2904aa9ccc4800359c146522d5b231" -d '{"network": {"tenant_id": "5ea391c3f23246858f348b79d506f109", "name": "vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "admin_state_up": true}}' 2018-10-10 14:49:48,864 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-085c67cd-ce34-462d-94b0-3926fc2ca366 Date: Wed, 10 Oct 2018 14:49: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":"68c0a5e0-f4b5-4181-985c-c279321a3cc1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ea391c3f23246858f348b79d506f109","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:49:48Z","is_default":false,"provider:segmentation_id":77,"name":"vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7","admin_state_up":true,"tenant_id":"5ea391c3f23246858f348b79d506f109","created_at":"2018-10-10T14:49:48Z","mtu":1450}} 2018-10-10 14:49:48,864 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-085c67cd-ce34-462d-94b0-3926fc2ca366 2018-10-10 14:49:48,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.52445602417s 2018-10-10 14:49:48,864 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-085c67cd-ce34-462d-94b0-3926fc2ca366 2018-10-10 14:49:48,865 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-10-10T14:49:48Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'68c0a5e0-f4b5-4181-985c-c279321a3cc1', u'provider:segmentation_id': 77, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7', u'admin_state_up': True, u'tenant_id': u'5ea391c3f23246858f348b79d506f109', u'created_at': u'2018-10-10T14:49:48Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5ea391c3f23246858f348b79d506f109'}) 2018-10-10 14:49:48,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:49:48,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-300dd4bb-6731-4ad8-9747-84c004bce101 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:49:48,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-300dd4bb-6731-4ad8-9747-84c004bce101 2018-10-10 14:49:48,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:49:49,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3eb0183c5dbd4456a9f28e862bfbc6e5", "name": "Member"}], "expires_at": "2018-10-10T15:49:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ea391c3f23246858f348b79d506f109", "name": "vping_ssh-project_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/5ea391c3f23246858f348b79d506f109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/5ea391c3f23246858f348b79d506f109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/5ea391c3f23246858f348b79d506f109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5ea391c3f23246858f348b79d506f109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/5ea391c3f23246858f348b79d506f109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/5ea391c3f23246858f348b79d506f109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/5ea391c3f23246858f348b79d506f109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/5ea391c3f23246858f348b79d506f109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/5ea391c3f23246858f348b79d506f109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5ea391c3f23246858f348b79d506f109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/5ea391c3f23246858f348b79d506f109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/5ea391c3f23246858f348b79d506f109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "id": "ae7a425f1c894daf88c465826969343d"}, "audit_ids": ["YD7jOCECRp-yME1GoTt3mQ"], "issued_at": "2018-10-10T14:49:49.000000Z"}} 2018-10-10 14:49:49,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 14:49:49,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:49:49,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-a36957ff-8e7b-4295-a637-0b9f260b5da2 Date: Wed, 10 Oct 2018 14:49:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-10T14:49:48Z","tenant_id":"5ea391c3f23246858f348b79d506f109","created_at":"2018-10-10T14:49:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5ea391c3f23246858f348b79d506f109","id":"68c0a5e0-f4b5-4181-985c-c279321a3cc1","name":"vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"updated_at":"2018-10-10T14:26:55Z","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","name":"external"}]} 2018-10-10 14:49:49,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a36957ff-8e7b-4295-a637-0b9f260b5da2 2018-10-10 14:49:49,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.262607097626s 2018-10-10 14:49:49,516 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a36957ff-8e7b-4295-a637-0b9f260b5da2 2018-10-10 14:49:49,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-10 14:49:49,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" -d '{"subnet": {"name": "vping_ssh-subnet_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "enable_dhcp": true, "network_id": "68c0a5e0-f4b5-4181-985c-c279321a3cc1", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-10 14:49:50,200 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-8419ba0f-0b30-4d9f-9b32-c81792648621 Date: Wed, 10 Oct 2018 14:49:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"68c0a5e0-f4b5-4181-985c-c279321a3cc1","tenant_id":"5ea391c3f23246858f348b79d506f109","created_at":"2018-10-10T14:49:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-10T14:49:49Z","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":"5ea391c3f23246858f348b79d506f109","id":"c495fbaf-2b3c-4149-bbd5-e24ac2a40c70","subnetpool_id":null,"name":"vping_ssh-subnet_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}} 2018-10-10 14:49:50,200 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8419ba0f-0b30-4d9f-9b32-c81792648621 2018-10-10 14:49:50,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.682701826096s 2018-10-10 14:49:50,200 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8419ba0f-0b30-4d9f-9b32-c81792648621 2018-10-10 14:49:50,201 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-10T14:49:49Z', 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'c495fbaf-2b3c-4149-bbd5-e24ac2a40c70', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_0b214193-33c9-49e2-8add-bb1e9d5c59f7', u'enable_dhcp': True, u'network_id': u'68c0a5e0-f4b5-4181-985c-c279321a3cc1', u'tenant_id': u'5ea391c3f23246858f348b79d506f109', u'created_at': u'2018-10-10T14:49:49Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5ea391c3f23246858f348b79d506f109'}) 2018-10-10 14:49:50,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-10 14:49:50,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" -d '{"router": {"external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}, "name": "vping_ssh-router_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "admin_state_up": true}}' 2018-10-10 14:49:52,694 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-3689b2a1-95cb-4217-bd28-67c509603fab Date: Wed, 10 Oct 2018 14:49:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:49:51Z", "admin_state_up": true, "updated_at": "2018-10-10T14:49:52Z", "revision_number": 2, "routes": [], "project_id": "5ea391c3f23246858f348b79d506f109", "id": "d01757f0-914c-4b49-8423-657331446847", "name": "vping_ssh-router_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}} 2018-10-10 14:49:52,694 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3689b2a1-95cb-4217-bd28-67c509603fab 2018-10-10 14:49:52,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.49307394028s 2018-10-10 14:49:52,695 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3689b2a1-95cb-4217-bd28-67c509603fab 2018-10-10 14:49:52,695 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6ac47e40-f5a3-4314-aecb-54e9607e2d39', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b0a0249e-f730-4a48-8032-264a390edf2d', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5ea391c3f23246858f348b79d506f109', u'created_at': u'2018-10-10T14:49:51Z', u'admin_state_up': True, u'updated_at': u'2018-10-10T14:49:52Z', u'revision_number': 2, u'routes': [], u'project_id': u'5ea391c3f23246858f348b79d506f109', u'id': u'd01757f0-914c-4b49-8423-657331446847', u'name': u'vping_ssh-router_0b214193-33c9-49e2-8add-bb1e9d5c59f7'}) 2018-10-10 14:49:52,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-10 14:49:52,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/d01757f0-914c-4b49-8423-657331446847/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}f75e41449a82ce6e8b3b5be4e02742670c153d74" -d '{"subnet_id": "c495fbaf-2b3c-4149-bbd5-e24ac2a40c70"}' 2018-10-10 14:49:54,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-03d12049-1366-47d5-ae3d-0f1a8da6894c Date: Wed, 10 Oct 2018 14:49:54 GMT RESP BODY: {"network_id": "68c0a5e0-f4b5-4181-985c-c279321a3cc1", "tenant_id": "5ea391c3f23246858f348b79d506f109", "subnet_id": "c495fbaf-2b3c-4149-bbd5-e24ac2a40c70", "subnet_ids": ["c495fbaf-2b3c-4149-bbd5-e24ac2a40c70"], "port_id": "54461b20-750f-462d-8420-32f497a819d4", "id": "d01757f0-914c-4b49-8423-657331446847"} 2018-10-10 14:49:54,366 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d01757f0-914c-4b49-8423-657331446847/add_router_interface.json used request id req-03d12049-1366-47d5-ae3d-0f1a8da6894c 2018-10-10 14:49:54,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.66992807388s 2018-10-10 14:49:54,366 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d01757f0-914c-4b49-8423-657331446847/add_router_interface.json used request id req-03d12049-1366-47d5-ae3d-0f1a8da6894c returning object d01757f0-914c-4b49-8423-657331446847 2018-10-10 14:49:54,367 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 14:49:54,496 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-10 14:49:54,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:49:54,502 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 10 Oct 2018 14:49:54 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-10-10 14:49:54,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 14:49:54,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:49:54,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-228a9711-290e-4de4-9525-e9bfafe6dc3f Date: Wed, 10 Oct 2018 14:49:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 14:49:54,669 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-228a9711-290e-4de4-9525-e9bfafe6dc3f 2018-10-10 14:49:54,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.162925004959s 2018-10-10 14:49:54,669 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-228a9711-290e-4de4-9525-e9bfafe6dc3f 2018-10-10 14:49:54,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-10 14:49:54,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}' 2018-10-10 14:49:54,911 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd X-Openstack-Request-Id: req-7877d7bc-2300-4ddd-8312-79976bce9c09 Date: Wed, 10 Oct 2018 14:49:54 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd/file", "owner": "5ea391c3f23246858f348b79d506f109", "id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "size": null, "self": "/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T14:49:54Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "checksum": null, "created_at": "2018-10-10T14:49:54Z", "protected": false} 2018-10-10 14:49:54,912 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-7877d7bc-2300-4ddd-8312-79976bce9c09 2018-10-10 14:49:54,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.241117954254s 2018-10-10 14:49:54,912 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-7877d7bc-2300-4ddd-8312-79976bce9c09 returning object f9150c25-62df-432b-8b4f-74ad75300bdd 2018-10-10 14:49:54,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-10 14:49:54,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd/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}f75e41449a82ce6e8b3b5be4e02742670c153d74" -d '' 2018-10-10 14:49:55,965 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8317c40b-c9d6-44f9-9c94-6069c5eeb30b Date: Wed, 10 Oct 2018 14:49:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:49:55,965 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd/file used request id req-8317c40b-c9d6-44f9-9c94-6069c5eeb30b 2018-10-10 14:49:55,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.05171108246s 2018-10-10 14:49:55,965 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd/file used request id req-8317c40b-c9d6-44f9-9c94-6069c5eeb30b 2018-10-10 14:49:55,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 14:49:55,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:49:56,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-34c99056-7bf3-4ee0-be9e-467d4e9edc34 Date: Wed, 10 Oct 2018 14:49:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/f9150c25-62df-432b-8b4f-74ad75300bdd/snap", "metadata": {}}], "file": "/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd/file", "owner": "5ea391c3f23246858f348b79d506f109", "id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "size": 12716032, "self": "/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/f9150c25-62df-432b-8b4f-74ad75300bdd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T14:49:55Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T14:49:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 14:49:56,134 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-34c99056-7bf3-4ee0-be9e-467d4e9edc34 2018-10-10 14:49:56,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168603897095s 2018-10-10 14:49:56,135 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-34c99056-7bf3-4ee0-be9e-467d4e9edc34 2018-10-10 14:49:56,137 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/f9150c25-62df-432b-8b4f-74ad75300bdd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd/file', 'owner': u'5ea391c3f23246858f348b79d506f109', 'id': u'f9150c25-62df-432b-8b4f-74ad75300bdd', 'size': 12716032, u'self': u'/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5ea391c3f23246858f348b79d506f109', 'name': 'vping_ssh-project_0b214193-33c9-49e2-8add-bb1e9d5c59f7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/f9150c25-62df-432b-8b4f-74ad75300bdd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-10T14:49:55Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-10T14:49:55Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_0b214193-33c9-49e2-8add-bb1e9d5c59f7', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_0b214193-33c9-49e2-8add-bb1e9d5c59f7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_0b214193-33c9-49e2-8add-bb1e9d5c59f7', 'created': u'2018-10-10T14:49:54Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-10T14:49:54Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_0b214193-33c9-49e2-8add-bb1e9d5c59f7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-10 14:49:56,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-10 14:49:56,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}a93c20fa6e2904aa9ccc4800359c146522d5b231" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-10 14:49:56,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49: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-fcfa0326-a9b0-4cdd-93d8-349d902c5227 x-compute-request-id: req-fcfa0326-a9b0-4cdd-93d8-349d902c5227 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "name": "vping_ssh-flavor_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:49:56,346 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-fcfa0326-a9b0-4cdd-93d8-349d902c5227 2018-10-10 14:49:56,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.208045959473s 2018-10-10 14:49:56,346 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-fcfa0326-a9b0-4cdd-93d8-349d902c5227 returning object 6bb81f20-85f3-4a7d-9c01-a43d4afee0df 2018-10-10 14:49:56,347 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_0b214193-33c9-49e2-8add-bb1e9d5c59f7', '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'd00928b339b74d1eac5a92b45f495878', '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'6bb81f20-85f3-4a7d-9c01-a43d4afee0df', 'swap': 0}) 2018-10-10 14:49:56,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-10 14:49:56,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df/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}a93c20fa6e2904aa9ccc4800359c146522d5b231" -d '{"extra_specs": {}}' 2018-10-10 14:49:56,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49: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-9dc9f148-cd38-4baf-bba7-6553d2dfcf96 x-compute-request-id: req-9dc9f148-cd38-4baf-bba7-6553d2dfcf96 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 14:49:56,373 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df/os-extra_specs used request id req-9dc9f148-cd38-4baf-bba7-6553d2dfcf96 2018-10-10 14:49:56,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0249698162079s 2018-10-10 14:49:56,373 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df/os-extra_specs used request id req-9dc9f148-cd38-4baf-bba7-6553d2dfcf96 2018-10-10 14:49:56,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-10-10 14:49:56,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" -d '{"keypair": {"name": "vping_ssh-kp_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}}' 2018-10-10 14:49:56,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49: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-4ee676a5-e947-46c5-9fcc-6be071508f2b x-compute-request-id: req-4ee676a5-e947-46c5-9fcc-6be071508f2b Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbwf3OPryrGrP6hHhhJfI0ncR/19GsVmvy4Y4F07Caj8yMjytbilv9py3TSmooJiNh2Ni8RX+Qberl7/0TdPfUsDXUltAW4cIBf5GAKvRJfR4hC6zL1VZPyB7rdZFC+zPUe3nnRc5SppYTvCrZbBXnsSf++ezNDqjBq+NBY83pBW8yLnLOfElhFFf40CDLv0oiOz/pCgDSypfY6vlMX8F5qcvwXMRaO484Ce2q/wqTyPwCxy69KlW74rvDiHUMexD+KWa4wgH7MCrFdGEephmfkELh9enSz1dcnCR6g94KzPke6MwkrNdh4WoNOa3qdEa/zG4k+aYWuW2om4qBFwUH Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA28H9zj68qxqz+oR4YSXyNJ3Ef9fRrFZr8uGOBdOwmo/MjI8r\nW4pb/act00pqKCYjYdjYvEV/kG3q5e/9E3T31LA11JbQFuHCAX+RgCr0SX0eIQus\ny9VWT8ge63WRQvsz1Ht550XOUqaWE7wq2WwV57En/vnszQ6owavjQWPN6QVvMi5y\nznxJYRRX+NAgy79KIjs/6QoA0sqX2Or5TF/BeanL8FzEWjuPOAntqv8Kk8j8Ascu\nvSpVu+K7w4h1DHsQ/ilmuMIB+zAqxXRhHqYZn5BC4fXp0s9XXJwkeoPeCsz5HujM\nJKzXYeFqDTmt6nRGv8xuJPmmFrltqJuKgRcFBwIDAQABAoIBADMAgNEfClaDqgWY\nPP/++IlxnCs3gXgHzqHd60I68R/OA+ETUTK7l8H0zNPez2hmAYwx8YswbfytJfkb\ni5a6bNI12yhtn/nPh2ElpDUkwvFTUmzE8uOTraZygYqQDJiJCGxmA9LDBrFz7BzE\nbQVs6mCNYwTwKB8nKc9Y/zMr4JwVsq6uXeGRY6C24b/+O32gVRaoXupVAyJaXo18\n8piNiurgmt8aaH8ybsK8vCZXS51nqrUHtieM7w39SWVIBsARiaPUS5KKnNc8eWg0\nmqlrPtsCdoZzg5DV+SuSZ74y3mWG75KjBE4HRUYeorLwlMBUXsqLgLMzDB8tfKfK\nMQ6AdIECgYEA8QrHsqnrYpjj2K6ZR+426VK1zbbGEJajjrDwSAdKuzDyfrws54hu\npeavI3Re5ClAd72DMeEWBGovB1XLB2/fsOc/1NIQuul6WVIXPrGzxZOWtl8Tkljl\nj7uJuaqImQ4qZSp5s38nS9d4axX2lT9n6DIpV9K8TE104I08WxbZAucCgYEA6WUW\nFjfEA5hQO5SszsTlI4dtHZd9CcuPrQaHD9XCZKG5/69eW0tn5GrHKrRUPit2cDI9\nTX4k1eYC42lOaP+aKx22lPvlf3SnkXs09gZhPX0oe0tojVRjRB6BAjbXrbyNwZuX\nAO5OYnuziyzueaIb5wD99C0Uu2cDyccz0HFRyOECgYEA3YjD2zASV48fMcHevN5y\nd2T+FLBcP1jDv9xdKkYRaBPne5VlS/L3huCKrPJCWD6VsrdpwckWnD4fNQWj0RUA\nKS2QXAApQjBds4QgOw3FpNwtkzW03jd33O9G+G6Elu8PBeXQ7qj5q9nAIeOQusEI\ntb6Mgtv7FcHGnq8P/sPz9ZcCgYAsoTvb+8XruhB9lCyHTXdTl+3xnqo2WUqcF4d0\nK7gEbjiW//3XD1BKiXCUZe9GBCGdyr2WN+zrShR7UAPCaD4eyIvFaXW1LaVtWFYE\nRawKighXq0/O1rg0qnCY78vGWSvyPcJeVzN9+ZGXp3vinnEfdz0YmBZCz6wVxZXO\n4hx1gQKBgQDO6NrK8tewzA52l9uRhlxV+nL3TGkp/7g7Ih4wNhSChVZYSHGJE/tI\nJ88DLSg+oS8dzAFbEK1Z7ijzc2KeSlAgqyVfSzgAQzs/lA/ddyW5fZM9XbRPlDRr\nCs/UoWc7td68pn9WSbSUFJ/KS0NwRaX1+gPgMJdtRH9XsyAb4i1NBQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "ae7a425f1c894daf88c465826969343d", "name": "vping_ssh-kp_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "fingerprint": "de:21:41:2a:62:a1:83:6c:3f:a6:68:a1:7b:13:fb:63"}} 2018-10-10 14:49:56,871 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-4ee676a5-e947-46c5-9fcc-6be071508f2b 2018-10-10 14:49:56,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.497577905655s 2018-10-10 14:49:56,872 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-4ee676a5-e947-46c5-9fcc-6be071508f2b 2018-10-10 14:49:56,872 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbwf3OPryrGrP6hHhhJfI0ncR/19GsVmvy4Y4F07Caj8yMjytbilv9py3TSmooJiNh2Ni8RX+Qberl7/0TdPfUsDXUltAW4cIBf5GAKvRJfR4hC6zL1VZPyB7rdZFC+zPUe3nnRc5SppYTvCrZbBXnsSf++ezNDqjBq+NBY83pBW8yLnLOfElhFFf40CDLv0oiOz/pCgDSypfY6vlMX8F5qcvwXMRaO484Ce2q/wqTyPwCxy69KlW74rvDiHUMexD+KWa4wgH7MCrFdGEephmfkELh9enSz1dcnCR6g94KzPke6MwkrNdh4WoNOa3qdEa/zG4k+aYWuW2om4qBFwUH Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA28H9zj68qxqz+oR4YSXyNJ3Ef9fRrFZr8uGOBdOwmo/MjI8r\nW4pb/act00pqKCYjYdjYvEV/kG3q5e/9E3T31LA11JbQFuHCAX+RgCr0SX0eIQus\ny9VWT8ge63WRQvsz1Ht550XOUqaWE7wq2WwV57En/vnszQ6owavjQWPN6QVvMi5y\nznxJYRRX+NAgy79KIjs/6QoA0sqX2Or5TF/BeanL8FzEWjuPOAntqv8Kk8j8Ascu\nvSpVu+K7w4h1DHsQ/ilmuMIB+zAqxXRhHqYZn5BC4fXp0s9XXJwkeoPeCsz5HujM\nJKzXYeFqDTmt6nRGv8xuJPmmFrltqJuKgRcFBwIDAQABAoIBADMAgNEfClaDqgWY\nPP/++IlxnCs3gXgHzqHd60I68R/OA+ETUTK7l8H0zNPez2hmAYwx8YswbfytJfkb\ni5a6bNI12yhtn/nPh2ElpDUkwvFTUmzE8uOTraZygYqQDJiJCGxmA9LDBrFz7BzE\nbQVs6mCNYwTwKB8nKc9Y/zMr4JwVsq6uXeGRY6C24b/+O32gVRaoXupVAyJaXo18\n8piNiurgmt8aaH8ybsK8vCZXS51nqrUHtieM7w39SWVIBsARiaPUS5KKnNc8eWg0\nmqlrPtsCdoZzg5DV+SuSZ74y3mWG75KjBE4HRUYeorLwlMBUXsqLgLMzDB8tfKfK\nMQ6AdIECgYEA8QrHsqnrYpjj2K6ZR+426VK1zbbGEJajjrDwSAdKuzDyfrws54hu\npeavI3Re5ClAd72DMeEWBGovB1XLB2/fsOc/1NIQuul6WVIXPrGzxZOWtl8Tkljl\nj7uJuaqImQ4qZSp5s38nS9d4axX2lT9n6DIpV9K8TE104I08WxbZAucCgYEA6WUW\nFjfEA5hQO5SszsTlI4dtHZd9CcuPrQaHD9XCZKG5/69eW0tn5GrHKrRUPit2cDI9\nTX4k1eYC42lOaP+aKx22lPvlf3SnkXs09gZhPX0oe0tojVRjRB6BAjbXrbyNwZuX\nAO5OYnuziyzueaIb5wD99C0Uu2cDyccz0HFRyOECgYEA3YjD2zASV48fMcHevN5y\nd2T+FLBcP1jDv9xdKkYRaBPne5VlS/L3huCKrPJCWD6VsrdpwckWnD4fNQWj0RUA\nKS2QXAApQjBds4QgOw3FpNwtkzW03jd33O9G+G6Elu8PBeXQ7qj5q9nAIeOQusEI\ntb6Mgtv7FcHGnq8P/sPz9ZcCgYAsoTvb+8XruhB9lCyHTXdTl+3xnqo2WUqcF4d0\nK7gEbjiW//3XD1BKiXCUZe9GBCGdyr2WN+zrShR7UAPCaD4eyIvFaXW1LaVtWFYE\nRawKighXq0/O1rg0qnCY78vGWSvyPcJeVzN9+ZGXp3vinnEfdz0YmBZCz6wVxZXO\n4hx1gQKBgQDO6NrK8tewzA52l9uRhlxV+nL3TGkp/7g7Ih4wNhSChVZYSHGJE/tI\nJ88DLSg+oS8dzAFbEK1Z7ijzc2KeSlAgqyVfSzgAQzs/lA/ddyW5fZM9XbRPlDRr\nCs/UoWc7td68pn9WSbSUFJ/KS0NwRaX1+gPgMJdtRH9XsyAb4i1NBQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'ae7a425f1c894daf88c465826969343d', 'name': u'vping_ssh-kp_0b214193-33c9-49e2-8add-bb1e9d5c59f7', 'created_at': '2018-10-10T14:49:56.872767', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5ea391c3f23246858f348b79d506f109', 'name': 'vping_ssh-project_0b214193-33c9-49e2-8add-bb1e9d5c59f7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'de:21:41:2a:62:a1:83:6c:3f:a6:68:a1:7b:13:fb:63', 'type': 'ssh', 'id': u'vping_ssh-kp_0b214193-33c9-49e2-8add-bb1e9d5c59f7'}) 2018-10-10 14:49:56,873 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA28H9zj68qxqz+oR4YSXyNJ3Ef9fRrFZr8uGOBdOwmo/MjI8r W4pb/act00pqKCYjYdjYvEV/kG3q5e/9E3T31LA11JbQFuHCAX+RgCr0SX0eIQus y9VWT8ge63WRQvsz1Ht550XOUqaWE7wq2WwV57En/vnszQ6owavjQWPN6QVvMi5y znxJYRRX+NAgy79KIjs/6QoA0sqX2Or5TF/BeanL8FzEWjuPOAntqv8Kk8j8Ascu vSpVu+K7w4h1DHsQ/ilmuMIB+zAqxXRhHqYZn5BC4fXp0s9XXJwkeoPeCsz5HujM JKzXYeFqDTmt6nRGv8xuJPmmFrltqJuKgRcFBwIDAQABAoIBADMAgNEfClaDqgWY PP/++IlxnCs3gXgHzqHd60I68R/OA+ETUTK7l8H0zNPez2hmAYwx8YswbfytJfkb i5a6bNI12yhtn/nPh2ElpDUkwvFTUmzE8uOTraZygYqQDJiJCGxmA9LDBrFz7BzE bQVs6mCNYwTwKB8nKc9Y/zMr4JwVsq6uXeGRY6C24b/+O32gVRaoXupVAyJaXo18 8piNiurgmt8aaH8ybsK8vCZXS51nqrUHtieM7w39SWVIBsARiaPUS5KKnNc8eWg0 mqlrPtsCdoZzg5DV+SuSZ74y3mWG75KjBE4HRUYeorLwlMBUXsqLgLMzDB8tfKfK MQ6AdIECgYEA8QrHsqnrYpjj2K6ZR+426VK1zbbGEJajjrDwSAdKuzDyfrws54hu peavI3Re5ClAd72DMeEWBGovB1XLB2/fsOc/1NIQuul6WVIXPrGzxZOWtl8Tkljl j7uJuaqImQ4qZSp5s38nS9d4axX2lT9n6DIpV9K8TE104I08WxbZAucCgYEA6WUW FjfEA5hQO5SszsTlI4dtHZd9CcuPrQaHD9XCZKG5/69eW0tn5GrHKrRUPit2cDI9 TX4k1eYC42lOaP+aKx22lPvlf3SnkXs09gZhPX0oe0tojVRjRB6BAjbXrbyNwZuX AO5OYnuziyzueaIb5wD99C0Uu2cDyccz0HFRyOECgYEA3YjD2zASV48fMcHevN5y d2T+FLBcP1jDv9xdKkYRaBPne5VlS/L3huCKrPJCWD6VsrdpwckWnD4fNQWj0RUA KS2QXAApQjBds4QgOw3FpNwtkzW03jd33O9G+G6Elu8PBeXQ7qj5q9nAIeOQusEI tb6Mgtv7FcHGnq8P/sPz9ZcCgYAsoTvb+8XruhB9lCyHTXdTl+3xnqo2WUqcF4d0 K7gEbjiW//3XD1BKiXCUZe9GBCGdyr2WN+zrShR7UAPCaD4eyIvFaXW1LaVtWFYE RawKighXq0/O1rg0qnCY78vGWSvyPcJeVzN9+ZGXp3vinnEfdz0YmBZCz6wVxZXO 4hx1gQKBgQDO6NrK8tewzA52l9uRhlxV+nL3TGkp/7g7Ih4wNhSChVZYSHGJE/tI J88DLSg+oS8dzAFbEK1Z7ijzc2KeSlAgqyVfSzgAQzs/lA/ddyW5fZM9XbRPlDRr Cs/UoWc7td68pn9WSbSUFJ/KS0NwRaX1+gPgMJdtRH9XsyAb4i1NBQ== -----END RSA PRIVATE KEY----- 2018-10-10 14:49:56,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-10-10 14:49:56,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" -d '{"security_group": {"name": "vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-10-10 14:49:57,262 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-bc860bb3-c78e-4fed-a0dd-7826741b17b6 Date: Wed, 10 Oct 2018 14:49:57 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:49:57Z", "updated_at": "2018-10-10T14:49:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:57Z", "revision_number": 0, "id": "5ecc7953-bceb-440b-a160-e21a08f53a23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:57Z", "security_group_id": "6694a339-d071-4f61-b3cc-bcc28f27cd1c", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:57Z", "revision_number": 0, "id": "8bbd994c-04bf-4ba0-860f-5e0a87177a70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:57Z", "security_group_id": "6694a339-d071-4f61-b3cc-bcc28f27cd1c", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ea391c3f23246858f348b79d506f109"}], "revision_number": 2, "project_id": "5ea391c3f23246858f348b79d506f109", "id": "6694a339-d071-4f61-b3cc-bcc28f27cd1c", "name": "vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}} 2018-10-10 14:49:57,262 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-bc860bb3-c78e-4fed-a0dd-7826741b17b6 2018-10-10 14:49:57,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.386090993881s 2018-10-10 14:49:57,262 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-bc860bb3-c78e-4fed-a0dd-7826741b17b6 2018-10-10 14:49:57,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 14:49:57,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:49:57,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-aa3b1ab3-a4c8-4530-977e-ad67993c6909 Date: Wed, 10 Oct 2018 14:49:57 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:49:57Z", "updated_at": "2018-10-10T14:49:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:57Z", "revision_number": 0, "id": "5ecc7953-bceb-440b-a160-e21a08f53a23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:57Z", "security_group_id": "6694a339-d071-4f61-b3cc-bcc28f27cd1c", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:57Z", "revision_number": 0, "id": "8bbd994c-04bf-4ba0-860f-5e0a87177a70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:57Z", "security_group_id": "6694a339-d071-4f61-b3cc-bcc28f27cd1c", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ea391c3f23246858f348b79d506f109"}], "revision_number": 2, "project_id": "5ea391c3f23246858f348b79d506f109", "id": "6694a339-d071-4f61-b3cc-bcc28f27cd1c", "name": "vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}, {"description": "Default security group", "tags": [], "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:49:48Z", "updated_at": "2018-10-10T14:49:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "a0e733c4-0a34-471a-897d-4133c305cece", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "aa27e919-e863-4c03-b94b-f719b38a03f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "b494235f-b62f-467d-a64d-641054cbcdf2", "remote_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "f7476d49-0ad9-4288-9a99-1344a3d4fd78", "remote_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ea391c3f23246858f348b79d506f109"}], "revision_number": 4, "project_id": "5ea391c3f23246858f348b79d506f109", "id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "name": "default"}]} 2018-10-10 14:49:57,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-aa3b1ab3-a4c8-4530-977e-ad67993c6909 2018-10-10 14:49:57,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.208495855331s 2018-10-10 14:49:57,476 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-aa3b1ab3-a4c8-4530-977e-ad67993c6909 2018-10-10 14:49:57,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-10 14:49:57,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" -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": "6694a339-d071-4f61-b3cc-bcc28f27cd1c"}}' 2018-10-10 14:49:57,819 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-4cb6cb17-1647-4932-b53e-24b6066b5b21 Date: Wed, 10 Oct 2018 14:49:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-10T14:49:57Z", "security_group_id": "6694a339-d071-4f61-b3cc-bcc28f27cd1c", "port_range_min": 22, "revision_number": 0, "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:49:57Z", "project_id": "5ea391c3f23246858f348b79d506f109", "id": "51596a55-1645-41c1-a3b9-9b4a1ba67cba"}} 2018-10-10 14:49:57,819 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-4cb6cb17-1647-4932-b53e-24b6066b5b21 2018-10-10 14:49:57,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.339607954025s 2018-10-10 14:49:57,820 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-4cb6cb17-1647-4932-b53e-24b6066b5b21 2018-10-10 14:49:57,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 14:49:57,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:49:58,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-dd4bbed6-b9d1-43f2-aa36-3d2872e915f5 Date: Wed, 10 Oct 2018 14:49:58 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:49:57Z", "updated_at": "2018-10-10T14:49:57Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T14:49:57Z", "revision_number": 0, "id": "51596a55-1645-41c1-a3b9-9b4a1ba67cba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:57Z", "security_group_id": "6694a339-d071-4f61-b3cc-bcc28f27cd1c", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:57Z", "revision_number": 0, "id": "5ecc7953-bceb-440b-a160-e21a08f53a23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:57Z", "security_group_id": "6694a339-d071-4f61-b3cc-bcc28f27cd1c", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:57Z", "revision_number": 0, "id": "8bbd994c-04bf-4ba0-860f-5e0a87177a70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:57Z", "security_group_id": "6694a339-d071-4f61-b3cc-bcc28f27cd1c", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ea391c3f23246858f348b79d506f109"}], "revision_number": 3, "project_id": "5ea391c3f23246858f348b79d506f109", "id": "6694a339-d071-4f61-b3cc-bcc28f27cd1c", "name": "vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}, {"description": "Default security group", "tags": [], "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:49:48Z", "updated_at": "2018-10-10T14:49:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "a0e733c4-0a34-471a-897d-4133c305cece", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "aa27e919-e863-4c03-b94b-f719b38a03f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "b494235f-b62f-467d-a64d-641054cbcdf2", "remote_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "f7476d49-0ad9-4288-9a99-1344a3d4fd78", "remote_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ea391c3f23246858f348b79d506f109"}], "revision_number": 4, "project_id": "5ea391c3f23246858f348b79d506f109", "id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "name": "default"}]} 2018-10-10 14:49:58,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-dd4bbed6-b9d1-43f2-aa36-3d2872e915f5 2018-10-10 14:49:58,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.187956094742s 2018-10-10 14:49:58,011 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-dd4bbed6-b9d1-43f2-aa36-3d2872e915f5 2018-10-10 14:49:58,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-10 14:49:58,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" -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": "6694a339-d071-4f61-b3cc-bcc28f27cd1c"}}' 2018-10-10 14:49:58,472 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-1072631e-924c-4b4f-9fc3-09b3a9970d31 Date: Wed, 10 Oct 2018 14:49:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:49:58Z", "security_group_id": "6694a339-d071-4f61-b3cc-bcc28f27cd1c", "port_range_min": null, "revision_number": 0, "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:49:58Z", "project_id": "5ea391c3f23246858f348b79d506f109", "id": "6c925937-5992-4363-b41b-9e882d36ca28"}} 2018-10-10 14:49:58,472 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-1072631e-924c-4b4f-9fc3-09b3a9970d31 2018-10-10 14:49:58,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.457319974899s 2018-10-10 14:49:58,472 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-1072631e-924c-4b4f-9fc3-09b3a9970d31 2018-10-10 14:49:58,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 14:49:58,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:49:58,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-b6b1ad36-db5b-421e-9eb1-56cf8f364001 Date: Wed, 10 Oct 2018 14:49:58 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":["c495fbaf-2b3c-4149-bbd5-e24ac2a40c70"],"updated_at":"2018-10-10T14:49:49Z","tenant_id":"5ea391c3f23246858f348b79d506f109","created_at":"2018-10-10T14:49:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5ea391c3f23246858f348b79d506f109","id":"68c0a5e0-f4b5-4181-985c-c279321a3cc1","name":"vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"updated_at":"2018-10-10T14:26:55Z","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","name":"external"}]} 2018-10-10 14:49:58,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b6b1ad36-db5b-421e-9eb1-56cf8f364001 2018-10-10 14:49:58,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115435838699s 2018-10-10 14:49:58,590 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b6b1ad36-db5b-421e-9eb1-56cf8f364001 2018-10-10 14:49:58,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 14:49:58,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:49:58,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-db0b3d6a-681b-4d50-977d-90b3b9cec1b0 Date: Wed, 10 Oct 2018 14:49:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/f9150c25-62df-432b-8b4f-74ad75300bdd/snap", "metadata": {}}], "file": "/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd/file", "owner": "5ea391c3f23246858f348b79d506f109", "id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "size": 12716032, "self": "/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/f9150c25-62df-432b-8b4f-74ad75300bdd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T14:49:55Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T14:49:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 14:49:58,775 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-db0b3d6a-681b-4d50-977d-90b3b9cec1b0 2018-10-10 14:49:58,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.1846139431s 2018-10-10 14:49:58,776 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-db0b3d6a-681b-4d50-977d-90b3b9cec1b0 2018-10-10 14:49:58,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 14:49:58,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:49:58,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:49:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c8e88ae-1a8a-4808-a9e4-a144bd1784ab x-compute-request-id: req-3c8e88ae-1a8a-4808-a9e4-a144bd1784ab Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "name": "vping_ssh-flavor_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 14:49:58,813 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3c8e88ae-1a8a-4808-a9e4-a144bd1784ab 2018-10-10 14:49:58,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0356361865997s 2018-10-10 14:49:58,814 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3c8e88ae-1a8a-4808-a9e4-a144bd1784ab 2018-10-10 14:49:58,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-10 14:49:58,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" -d '{"server": {"name": "vping_ssh-vm2_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "imageRef": "f9150c25-62df-432b-8b4f-74ad75300bdd", "flavorRef": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "max_count": 1, "min_count": 1, "networks": [{"uuid": "68c0a5e0-f4b5-4181-985c-c279321a3cc1"}], "security_groups": [{"name": "6694a339-d071-4f61-b3cc-bcc28f27cd1c"}]}}' 2018-10-10 14:50:01,099 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:49:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-790dfe2f-076f-4d6f-b48b-4b31e168870a x-compute-request-id: req-790dfe2f-076f-4d6f-b48b-4b31e168870a Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "6694a339-d071-4f61-b3cc-bcc28f27cd1c"}], "OS-DCF:diskConfig": "MANUAL", "id": "68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "rel": "bookmark"}], "adminPass": "XRkPvi4hm5Hw"}} 2018-10-10 14:50:01,100 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-790dfe2f-076f-4d6f-b48b-4b31e168870a 2018-10-10 14:50:01,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.28459906578s 2018-10-10 14:50:01,100 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-790dfe2f-076f-4d6f-b48b-4b31e168870a 2018-10-10 14:50:01,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:50:01,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:01,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-254afa41-595b-49ff-9f7d-c000ce3ae54f x-compute-request-id: req-254afa41-595b-49ff-9f7d-c000ce3ae54f 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.27:8774/v2.1/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "rel": "bookmark"}], "image": {"id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "links": [{"href": "http://172.30.9.27:8774/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "links": [{"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}]}, "id": "68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "user_id": "ae7a425f1c894daf88c465826969343d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:50:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "created": "2018-10-10T14:50:01Z", "tenant_id": "5ea391c3f23246858f348b79d506f109", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:50:01,498 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-254afa41-595b-49ff-9f7d-c000ce3ae54f 2018-10-10 14:50:01,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.397577047348s 2018-10-10 14:50:01,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-254afa41-595b-49ff-9f7d-c000ce3ae54f 2018-10-10 14:50:01,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 14:50:01,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:01,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-e56e3fe2-0b75-4eca-b994-547202091f57 Date: Wed, 10 Oct 2018 14:50:01 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":["c495fbaf-2b3c-4149-bbd5-e24ac2a40c70"],"updated_at":"2018-10-10T14:49:49Z","tenant_id":"5ea391c3f23246858f348b79d506f109","created_at":"2018-10-10T14:49:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5ea391c3f23246858f348b79d506f109","id":"68c0a5e0-f4b5-4181-985c-c279321a3cc1","name":"vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"updated_at":"2018-10-10T14:26:55Z","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","name":"external"}]} 2018-10-10 14:50:01,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e56e3fe2-0b75-4eca-b994-547202091f57 2018-10-10 14:50:01,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112406015396s 2018-10-10 14:50:01,618 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e56e3fe2-0b75-4eca-b994-547202091f57 2018-10-10 14:50:01,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-10 14:50:01,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:01,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-3c0cdbe4-0642-4ea4-a34d-b12b6f9c2e2e Date: Wed, 10 Oct 2018 14:50:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"68c0a5e0-f4b5-4181-985c-c279321a3cc1","tenant_id":"5ea391c3f23246858f348b79d506f109","created_at":"2018-10-10T14:49:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-10T14:49:49Z","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":"5ea391c3f23246858f348b79d506f109","id":"c495fbaf-2b3c-4149-bbd5-e24ac2a40c70","subnetpool_id":null,"name":"vping_ssh-subnet_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}]} 2018-10-10 14:50:01,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3c0cdbe4-0642-4ea4-a34d-b12b6f9c2e2e 2018-10-10 14:50:01,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0648448467255s 2018-10-10 14:50:01,684 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3c0cdbe4-0642-4ea4-a34d-b12b6f9c2e2e 2018-10-10 14:50:01,685 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-10 14:50:03,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:50:03,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:04,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c61c6f8a-cb5e-4755-93d7-7cda2a5288c6 x-compute-request-id: req-c61c6f8a-cb5e-4755-93d7-7cda2a5288c6 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.27:8774/v2.1/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "rel": "bookmark"}], "image": {"id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "links": [{"href": "http://172.30.9.27:8774/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "links": [{"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}]}, "id": "68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "security_groups": [{"name": "vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}], "user_id": "ae7a425f1c894daf88c465826969343d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:50:02Z", "hostId": "a533fdf9b5ff5ca610828b200a4de3ee7d775859c3e0846570407631", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "created": "2018-10-10T14:50:01Z", "tenant_id": "5ea391c3f23246858f348b79d506f109", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:50:04,313 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c61c6f8a-cb5e-4755-93d7-7cda2a5288c6 2018-10-10 14:50:04,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.624680042267s 2018-10-10 14:50:04,313 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c61c6f8a-cb5e-4755-93d7-7cda2a5288c6 2018-10-10 14:50:04,317 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-10 14:50:06,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:50:06,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:06,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c31471ea-6685-4389-98a8-c00b8c70f7f6 x-compute-request-id: req-c31471ea-6685-4389-98a8-c00b8c70f7f6 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:1c:e0", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "rel": "bookmark"}], "image": {"id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "links": [{"href": "http://172.30.9.27:8774/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:50:04.000000", "flavor": {"id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "links": [{"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}]}, "id": "68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "security_groups": [{"name": "vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}], "user_id": "ae7a425f1c894daf88c465826969343d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:50:06Z", "hostId": "a533fdf9b5ff5ca610828b200a4de3ee7d775859c3e0846570407631", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "created": "2018-10-10T14:50:01Z", "tenant_id": "5ea391c3f23246858f348b79d506f109", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:50:06,886 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c31471ea-6685-4389-98a8-c00b8c70f7f6 2018-10-10 14:50:06,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.566812992096s 2018-10-10 14:50:06,887 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c31471ea-6685-4389-98a8-c00b8c70f7f6 2018-10-10 14:50:06,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-10 14:50:06,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=68ccfdc9-cb45-4f28-bddd-ab7161035bc1" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:07,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4a44a63e-01b7-464b-b132-b9e4fc6f5723 Date: Wed, 10 Oct 2018 14:50:07 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"68c0a5e0-f4b5-4181-985c-c279321a3cc1","tenant_id":"5ea391c3f23246858f348b79d506f109","created_at":"2018-10-10T14:50:03Z","admin_state_up":true,"updated_at":"2018-10-10T14:50:04Z","binding:vnic_type":"normal","device_id":"68ccfdc9-cb45-4f28-bddd-ab7161035bc1","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:1d:1c:e0","id":"b0a3d114-d119-425d-a8fa-68db39361aee","port_security_enabled":true,"project_id":"5ea391c3f23246858f348b79d506f109","fixed_ips":[{"subnet_id":"c495fbaf-2b3c-4149-bbd5-e24ac2a40c70","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["6694a339-d071-4f61-b3cc-bcc28f27cd1c"],"name":""}]} 2018-10-10 14:50:07,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=68ccfdc9-cb45-4f28-bddd-ab7161035bc1 used request id req-4a44a63e-01b7-464b-b132-b9e4fc6f5723 2018-10-10 14:50:07,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.211399078369s 2018-10-10 14:50:07,103 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=68ccfdc9-cb45-4f28-bddd-ab7161035bc1 used request id req-4a44a63e-01b7-464b-b132-b9e4fc6f5723 2018-10-10 14:50:07,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-10 14:50:07,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=b0a3d114-d119-425d-a8fa-68db39361aee" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:07,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-eee74c99-86a9-4274-888a-cd38f1d86880 Date: Wed, 10 Oct 2018 14:50:07 GMT RESP BODY: {"floatingips": []} 2018-10-10 14:50:07,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=b0a3d114-d119-425d-a8fa-68db39361aee used request id req-eee74c99-86a9-4274-888a-cd38f1d86880 2018-10-10 14:50:07,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.176169872284s 2018-10-10 14:50:07,286 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=b0a3d114-d119-425d-a8fa-68db39361aee used request id req-eee74c99-86a9-4274-888a-cd38f1d86880 2018-10-10 14:50:07,287 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:1d:1c:e0', 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'f9150c25-62df-432b-8b4f-74ad75300bdd'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-10T14:50:04.000000', 'flavor': Munch({u'id': u'6bb81f20-85f3-4a7d-9c01-a43d4afee0df'}), 'az': u'nova', 'id': u'68ccfdc9-cb45-4f28-bddd-ab7161035bc1', 'security_groups': [Munch({u'name': u'vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ae7a425f1c894daf88c465826969343d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5ea391c3f23246858f348b79d506f109', 'name': 'vping_ssh-project_0b214193-33c9-49e2-8add-bb1e9d5c59f7', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-10-10T14:50:04.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-10T14:50:06Z', 'hostId': u'a533fdf9b5ff5ca610828b200a4de3ee7d775859c3e0846570407631', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'a533fdf9b5ff5ca610828b200a4de3ee7d775859c3e0846570407631', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-10T14:50:04.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5ea391c3f23246858f348b79d506f109', 'name': u'vping_ssh-vm2_0b214193-33c9-49e2-8add-bb1e9d5c59f7', 'adminPass': u'XRkPvi4hm5Hw', 'tenant_id': u'5ea391c3f23246858f348b79d506f109', 'region': 'regionOne', 'created': u'2018-10-10T14:50:01Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-10 14:50:07,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 14:50:07,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:07,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-447f5830-4a23-4355-a221-9ad95d37ec67 Date: Wed, 10 Oct 2018 14:50:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c495fbaf-2b3c-4149-bbd5-e24ac2a40c70"],"updated_at":"2018-10-10T14:49:49Z","tenant_id":"5ea391c3f23246858f348b79d506f109","created_at":"2018-10-10T14:49:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5ea391c3f23246858f348b79d506f109","id":"68c0a5e0-f4b5-4181-985c-c279321a3cc1","name":"vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"updated_at":"2018-10-10T14:26:55Z","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","name":"external"}]} 2018-10-10 14:50:07,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-447f5830-4a23-4355-a221-9ad95d37ec67 2018-10-10 14:50:07,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260236024857s 2018-10-10 14:50:07,549 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-447f5830-4a23-4355-a221-9ad95d37ec67 2018-10-10 14:50:07,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 14:50:07,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:07,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-01e71627-9312-4cc0-8815-156210e19f44 Date: Wed, 10 Oct 2018 14:50:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/f9150c25-62df-432b-8b4f-74ad75300bdd/snap", "metadata": {}}], "file": "/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd/file", "owner": "5ea391c3f23246858f348b79d506f109", "id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "size": 12716032, "self": "/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/f9150c25-62df-432b-8b4f-74ad75300bdd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T14:49:55Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T14:49:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 14:50:07,825 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-01e71627-9312-4cc0-8815-156210e19f44 2018-10-10 14:50:07,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.275561094284s 2018-10-10 14:50:07,826 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-01e71627-9312-4cc0-8815-156210e19f44 2018-10-10 14:50:07,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 14:50:07,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:07,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4b0393e-752b-44a6-ad61-28524c94ca1d x-compute-request-id: req-b4b0393e-752b-44a6-ad61-28524c94ca1d Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "name": "vping_ssh-flavor_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 14:50:07,859 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-b4b0393e-752b-44a6-ad61-28524c94ca1d 2018-10-10 14:50:07,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0315008163452s 2018-10-10 14:50:07,859 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-b4b0393e-752b-44a6-ad61-28524c94ca1d 2018-10-10 14:50:07,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-10 14:50:07,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" -d '{"server": {"name": "vping_ssh-vm_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "imageRef": "f9150c25-62df-432b-8b4f-74ad75300bdd", "key_name": "vping_ssh-kp_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "flavorRef": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "max_count": 1, "min_count": 1, "networks": [{"uuid": "68c0a5e0-f4b5-4181-985c-c279321a3cc1"}], "security_groups": [{"name": "6694a339-d071-4f61-b3cc-bcc28f27cd1c"}]}}' 2018-10-10 14:50:10,196 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:50:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ffceafbe-679e-4134-8a78-7a6aa8f06b0a x-compute-request-id: req-ffceafbe-679e-4134-8a78-7a6aa8f06b0a Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "6694a339-d071-4f61-b3cc-bcc28f27cd1c"}], "OS-DCF:diskConfig": "MANUAL", "id": "fa5682ea-d772-4c7d-bb14-d8856924247c", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fa5682ea-d772-4c7d-bb14-d8856924247c", "rel": "bookmark"}], "adminPass": "cpVaZsAm4E8f"}} 2018-10-10 14:50:10,197 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-ffceafbe-679e-4134-8a78-7a6aa8f06b0a 2018-10-10 14:50:10,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.33576083183s 2018-10-10 14:50:10,197 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-ffceafbe-679e-4134-8a78-7a6aa8f06b0a 2018-10-10 14:50:10,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:50:10,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:10,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f19d7fb8-0534-457b-b5a8-11a1fc97db8a x-compute-request-id: req-f19d7fb8-0534-457b-b5a8-11a1fc97db8a Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fa5682ea-d772-4c7d-bb14-d8856924247c", "rel": "bookmark"}], "image": {"id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "links": [{"href": "http://172.30.9.27:8774/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "links": [{"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}]}, "id": "fa5682ea-d772-4c7d-bb14-d8856924247c", "user_id": "ae7a425f1c894daf88c465826969343d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:50:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "name": "vping_ssh-vm_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "created": "2018-10-10T14:50:10Z", "tenant_id": "5ea391c3f23246858f348b79d506f109", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:1c:e0", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "rel": "bookmark"}], "image": {"id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "links": [{"href": "http://172.30.9.27:8774/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:50:04.000000", "flavor": {"id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "links": [{"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}]}, "id": "68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "security_groups": [{"name": "vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}], "user_id": "ae7a425f1c894daf88c465826969343d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:50:06Z", "hostId": "a533fdf9b5ff5ca610828b200a4de3ee7d775859c3e0846570407631", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "created": "2018-10-10T14:50:01Z", "tenant_id": "5ea391c3f23246858f348b79d506f109", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:50:10,714 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f19d7fb8-0534-457b-b5a8-11a1fc97db8a 2018-10-10 14:50:10,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516361951828s 2018-10-10 14:50:10,715 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f19d7fb8-0534-457b-b5a8-11a1fc97db8a 2018-10-10 14:50:10,720 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-10 14:50:12,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:50:12,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:13,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9281ecc3-bfe5-4196-a52b-c4644ed937b0 x-compute-request-id: req-9281ecc3-bfe5-4196-a52b-c4644ed937b0 Content-Encoding: gzip Content-Length: 889 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fa5682ea-d772-4c7d-bb14-d8856924247c", "rel": "bookmark"}], "image": {"id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "links": [{"href": "http://172.30.9.27:8774/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "links": [{"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}]}, "id": "fa5682ea-d772-4c7d-bb14-d8856924247c", "security_groups": [{"name": "vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}], "user_id": "ae7a425f1c894daf88c465826969343d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:50:11Z", "hostId": "b7660c4a7440559464b379b465c0be4332324bb019b9611757a917f5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "name": "vping_ssh-vm_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "created": "2018-10-10T14:50:10Z", "tenant_id": "5ea391c3f23246858f348b79d506f109", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:1c:e0", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "rel": "bookmark"}], "image": {"id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "links": [{"href": "http://172.30.9.27:8774/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:50:04.000000", "flavor": {"id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "links": [{"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}]}, "id": "68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "security_groups": [{"name": "vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}], "user_id": "ae7a425f1c894daf88c465826969343d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:50:06Z", "hostId": "a533fdf9b5ff5ca610828b200a4de3ee7d775859c3e0846570407631", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "created": "2018-10-10T14:50:01Z", "tenant_id": "5ea391c3f23246858f348b79d506f109", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:50:13,383 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9281ecc3-bfe5-4196-a52b-c4644ed937b0 2018-10-10 14:50:13,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.659584999084s 2018-10-10 14:50:13,384 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9281ecc3-bfe5-4196-a52b-c4644ed937b0 2018-10-10 14:50:13,388 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-10 14:50:15,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:50:15,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:15,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce92e2b3-3d19-43b3-8143-06d3c9397bac x-compute-request-id: req-ce92e2b3-3d19-43b3-8143-06d3c9397bac Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:06:08", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fa5682ea-d772-4c7d-bb14-d8856924247c", "rel": "bookmark"}], "image": {"id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "links": [{"href": "http://172.30.9.27:8774/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:50:14.000000", "flavor": {"id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "links": [{"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}]}, "id": "fa5682ea-d772-4c7d-bb14-d8856924247c", "security_groups": [{"name": "vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}], "user_id": "ae7a425f1c894daf88c465826969343d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:50:15Z", "hostId": "b7660c4a7440559464b379b465c0be4332324bb019b9611757a917f5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "name": "vping_ssh-vm_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "created": "2018-10-10T14:50:10Z", "tenant_id": "5ea391c3f23246858f348b79d506f109", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:1c:e0", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "rel": "bookmark"}], "image": {"id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "links": [{"href": "http://172.30.9.27:8774/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:50:04.000000", "flavor": {"id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "links": [{"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}]}, "id": "68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "security_groups": [{"name": "vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}], "user_id": "ae7a425f1c894daf88c465826969343d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:50:06Z", "hostId": "a533fdf9b5ff5ca610828b200a4de3ee7d775859c3e0846570407631", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "created": "2018-10-10T14:50:01Z", "tenant_id": "5ea391c3f23246858f348b79d506f109", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:50:15,903 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ce92e2b3-3d19-43b3-8143-06d3c9397bac 2018-10-10 14:50:15,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511416912079s 2018-10-10 14:50:15,903 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ce92e2b3-3d19-43b3-8143-06d3c9397bac 2018-10-10 14:50:15,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-10 14:50:15,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=fa5682ea-d772-4c7d-bb14-d8856924247c" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:15,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6c2596c7-c97a-48b9-a14c-df01bd45c81b Date: Wed, 10 Oct 2018 14:50:15 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"68c0a5e0-f4b5-4181-985c-c279321a3cc1","tenant_id":"5ea391c3f23246858f348b79d506f109","created_at":"2018-10-10T14:50:12Z","admin_state_up":true,"updated_at":"2018-10-10T14:50:13Z","binding:vnic_type":"normal","device_id":"fa5682ea-d772-4c7d-bb14-d8856924247c","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:bc:06:08","id":"b282bc12-3d1d-43ba-8b8a-5c5517a0fa9f","port_security_enabled":true,"project_id":"5ea391c3f23246858f348b79d506f109","fixed_ips":[{"subnet_id":"c495fbaf-2b3c-4149-bbd5-e24ac2a40c70","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["6694a339-d071-4f61-b3cc-bcc28f27cd1c"],"name":""}]} 2018-10-10 14:50:15,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=fa5682ea-d772-4c7d-bb14-d8856924247c used request id req-6c2596c7-c97a-48b9-a14c-df01bd45c81b 2018-10-10 14:50:15,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0587511062622s 2018-10-10 14:50:15,968 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=fa5682ea-d772-4c7d-bb14-d8856924247c used request id req-6c2596c7-c97a-48b9-a14c-df01bd45c81b 2018-10-10 14:50:15,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-10 14:50:15,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=b282bc12-3d1d-43ba-8b8a-5c5517a0fa9f" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:16,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b355cb2c-2ae1-4cf7-8f27-7efe48c963aa Date: Wed, 10 Oct 2018 14:50:16 GMT RESP BODY: {"floatingips": []} 2018-10-10 14:50:16,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=b282bc12-3d1d-43ba-8b8a-5c5517a0fa9f used request id req-b355cb2c-2ae1-4cf7-8f27-7efe48c963aa 2018-10-10 14:50:16,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.159546852112s 2018-10-10 14:50:16,133 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=b282bc12-3d1d-43ba-8b8a-5c5517a0fa9f used request id req-b355cb2c-2ae1-4cf7-8f27-7efe48c963aa 2018-10-10 14:50:16,133 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:bc:06:08', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f9150c25-62df-432b-8b4f-74ad75300bdd'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-10T14:50:14.000000', 'flavor': Munch({u'id': u'6bb81f20-85f3-4a7d-9c01-a43d4afee0df'}), 'az': u'nova', 'id': u'fa5682ea-d772-4c7d-bb14-d8856924247c', 'security_groups': [Munch({u'name': u'vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ae7a425f1c894daf88c465826969343d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5ea391c3f23246858f348b79d506f109', 'name': 'vping_ssh-project_0b214193-33c9-49e2-8add-bb1e9d5c59f7', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-10-10T14:50:14.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-10T14:50:15Z', 'hostId': u'b7660c4a7440559464b379b465c0be4332324bb019b9611757a917f5', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_0b214193-33c9-49e2-8add-bb1e9d5c59f7', 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'b7660c4a7440559464b379b465c0be4332324bb019b9611757a917f5', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-10T14:50:14.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5ea391c3f23246858f348b79d506f109', 'name': u'vping_ssh-vm_0b214193-33c9-49e2-8add-bb1e9d5c59f7', 'adminPass': u'cpVaZsAm4E8f', 'tenant_id': u'5ea391c3f23246858f348b79d506f109', 'region': 'regionOne', 'created': u'2018-10-10T14:50:10Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-10 14:50:16,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 14:50:16,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:16,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-72bdd33c-c8be-4853-932d-3a7769387e2a Date: Wed, 10 Oct 2018 14:50:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c495fbaf-2b3c-4149-bbd5-e24ac2a40c70"],"updated_at":"2018-10-10T14:49:49Z","tenant_id":"5ea391c3f23246858f348b79d506f109","created_at":"2018-10-10T14:49:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5ea391c3f23246858f348b79d506f109","id":"68c0a5e0-f4b5-4181-985c-c279321a3cc1","name":"vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"updated_at":"2018-10-10T14:26:55Z","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","name":"external"}]} 2018-10-10 14:50:16,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-72bdd33c-c8be-4853-932d-3a7769387e2a 2018-10-10 14:50:16,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109299898148s 2018-10-10 14:50:16,246 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-72bdd33c-c8be-4853-932d-3a7769387e2a 2018-10-10 14:50:16,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-10 14:50:16,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=fa5682ea-d772-4c7d-bb14-d8856924247c" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:16,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-067c8ae8-1cc5-4b65-9e9a-1dd9e7954263 Date: Wed, 10 Oct 2018 14:50:16 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"68c0a5e0-f4b5-4181-985c-c279321a3cc1","tenant_id":"5ea391c3f23246858f348b79d506f109","created_at":"2018-10-10T14:50:12Z","admin_state_up":true,"updated_at":"2018-10-10T14:50:13Z","binding:vnic_type":"normal","device_id":"fa5682ea-d772-4c7d-bb14-d8856924247c","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:bc:06:08","id":"b282bc12-3d1d-43ba-8b8a-5c5517a0fa9f","port_security_enabled":true,"project_id":"5ea391c3f23246858f348b79d506f109","fixed_ips":[{"subnet_id":"c495fbaf-2b3c-4149-bbd5-e24ac2a40c70","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["6694a339-d071-4f61-b3cc-bcc28f27cd1c"],"name":""}]} 2018-10-10 14:50:16,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=fa5682ea-d772-4c7d-bb14-d8856924247c used request id req-067c8ae8-1cc5-4b65-9e9a-1dd9e7954263 2018-10-10 14:50:16,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.203505039215s 2018-10-10 14:50:16,452 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=fa5682ea-d772-4c7d-bb14-d8856924247c used request id req-067c8ae8-1cc5-4b65-9e9a-1dd9e7954263 2018-10-10 14:50:16,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-10-10 14:50:16,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" -d '{"floatingip": {"floating_network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "fixed_ip_address": "192.168.120.11", "port_id": "b282bc12-3d1d-43ba-8b8a-5c5517a0fa9f"}}' 2018-10-10 14:50:18,172 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-8663648a-a012-455a-ae4d-116b1085574e Date: Wed, 10 Oct 2018 14:50:18 GMT RESP BODY: {"floatingip": {"router_id": "d01757f0-914c-4b49-8423-657331446847", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-10-10T14:50:17Z", "floating_network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "b282bc12-3d1d-43ba-8b8a-5c5517a0fa9f", "id": "e5e28ef5-ebdf-4112-b40e-d4715ccbe47f", "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:50:17Z", "project_id": "5ea391c3f23246858f348b79d506f109"}} 2018-10-10 14:50:18,172 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-8663648a-a012-455a-ae4d-116b1085574e 2018-10-10 14:50:18,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.71953511238s 2018-10-10 14:50:18,172 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-8663648a-a012-455a-ae4d-116b1085574e 2018-10-10 14:50:18,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-10 14:50:18,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:18,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-15f12892-ddea-464f-b5d3-255df131bdad Date: Wed, 10 Oct 2018 14:50:18 GMT RESP BODY: {"floatingips": [{"router_id": "d01757f0-914c-4b49-8423-657331446847", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-10-10T14:50:17Z", "floating_network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "b282bc12-3d1d-43ba-8b8a-5c5517a0fa9f", "id": "e5e28ef5-ebdf-4112-b40e-d4715ccbe47f", "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:50:17Z", "project_id": "5ea391c3f23246858f348b79d506f109"}]} 2018-10-10 14:50:18,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-15f12892-ddea-464f-b5d3-255df131bdad 2018-10-10 14:50:18,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0277450084686s 2018-10-10 14:50:18,209 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-15f12892-ddea-464f-b5d3-255df131bdad 2018-10-10 14:50:18,213 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'd01757f0-914c-4b49-8423-657331446847', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'5ea391c3f23246858f348b79d506f109', 'created_at': u'2018-10-10T14:50:17Z', 'attached': True, 'updated_at': u'2018-10-10T14:50:17Z', 'id': u'e5e28ef5-ebdf-4112-b40e-d4715ccbe47f', 'floating_network_id': u'6ac47e40-f5a3-4314-aecb-54e9607e2d39', 'fixed_ip_address': u'192.168.120.11', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5ea391c3f23246858f348b79d506f109', 'name': 'vping_ssh-project_0b214193-33c9-49e2-8add-bb1e9d5c59f7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'd01757f0-914c-4b49-8423-657331446847', 'project_id': u'5ea391c3f23246858f348b79d506f109', 'port_id': u'b282bc12-3d1d-43ba-8b8a-5c5517a0fa9f', 'port': u'b282bc12-3d1d-43ba-8b8a-5c5517a0fa9f', 'network': u'6ac47e40-f5a3-4314-aecb-54e9607e2d39'}) 2018-10-10 14:50:18,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:50:18,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c/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}f75e41449a82ce6e8b3b5be4e02742670c153d74" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:50:19,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ca0c5fd-faa1-4b2a-8e6d-b4a5275d9e31 x-compute-request-id: req-2ca0c5fd-faa1-4b2a-8e6d-b4a5275d9e31 Content-Encoding: gzip Content-Length: 7856 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 803384211 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133505] pid_max: default: 32768 minimum: 301\n[ 0.134418] ACPI: Core revision 20150930\n[ 0.135815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137142] Security Framework initialized\n[ 0.137966] Yama: becoming mindful.\n[ 0.138700] AppArmor: AppArmor initialized\n[ 0.139577] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140926] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142222] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143447] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144847] Initializing cgroup subsys io\n[ 0.145668] Initializing cgroup subsys memory\n[ 0.146538] Initializing cgroup subsys devices\n[ 0.147429] Initializing cgroup subsys freezer\n[ 0.148305] Initializing cgroup subsys net_cls\n[ 0.149178] Initializing cgroup subsys perf_event\n[ 0.150097] Initializing cgroup subsys net_prio\n[ 0.150997] Initializing cgroup subsys hugetlb\n[ 0.151868] Initializing cgroup subsys pids\n[ 0.152748] CPU: Physical Processor ID: 0\n[ 0.154270] mce: CPU supports 10 MCE banks\n[ 0.155134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156143] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174352] ftrace: allocating 31920 entries in 125 pages\n[ 0.200488] smpboot: Max logical packages: 1\n[ 0.201367] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202732] x2apic enabled\n[ 0.203552] Switched APIC routing to physical x2apic.\n[ 0.205308] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206442] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208453] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210259] KVM setup paravirtual spinlock\n[ 0.211554] x86: Booted up 1 node, 1 CPUs\n[ 0.212376] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213780] devtmpfs: initialized\n[ 0.215500] evm: security.selinux\n[ 0.216209] evm: security.SMACK64\n[ 0.216903] evm: security.SMACK64EXEC\n[ 0.217654] evm: security.SMACK64TRANSMUTE\n[ 0.218475] evm: security.SMACK64MMAP\n[ 0.219232] evm: security.ima\n[ 0.219874] evm: security.capability\n[ 0.220684] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222556] pinctrl core: initialized pinctrl subsystem\n[ 0.223673] RTC time: 14:50:14, date: 10/10/18\n[ 0.224634] NET: Registered protocol family 16\n[ 0.225613] cpuidle: using governor ladder\n[ 0.226442] cpuidle: using governor menu\n[ 0.227238] PCCT header not found.\n[ 0.228006] ACPI: bus type PCI registered\n[ 0.228814] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230066] PCI: Using configuration type 1 for base access\n[ 0.231825] ACPI: Added _OSI(Module Device)\n[ 0.232682] ACPI: Added _OSI(Processor Device)\n[ 0.233557] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236639] ACPI: Interpreter enabled\n[ 0.237425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241152] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243024] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244886] ACPI: (supports S0 S5)\n[ 0.245601] ACPI: Using IOAPIC for interrupt routing\n[ 0.246705] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249799] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252210] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253424] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255672] acpiphp: Slot [3] registered\n[ 0.256485] acpiphp: Slot [4] registered\n[ 0.257297] acpiphp: Slot [5] registered\n[ 0.258104] acpiphp: Slot [6] registered\n[ 0.258905] acpiphp: Slot [7] registered\n[ 0.259712] acpiphp: Slot [8] registered\n[ 0.260518] acpiphp: Slot [9] registered\n[ 0.261325] acpiphp: Slot [10] registered\n[ 0.262278] acpiphp: Slot [11] registered\n[ 0.263336] acpiphp: Slot [12] registered\n[ 0.264399] acpiphp: Slot [13] registered\n[ 0.265452] acpiphp: Slot [14] registered\n[ 0.266512] acpiphp: Slot [15] registered\n[ 0.277739] acpiphp: Slot [16] registered\n[ 0.278814] acpiphp: Slot [17] registered\n[ 0.279867] acpiphp: Slot [18] registered\n[ 0.280919] acpiphp: Slot [19] registered\n[ 0.281982] acpiphp: Slot [20] registered\n[ 0.283036] acpiphp: Slot [21] registered\n[ 0.284088] acpiphp: Slot [22] registered\n[ 0.285138] acpiphp: Slot [23] registered\n[ 0.286195] acpiphp: Slot [24] registered\n[ 0.287252] acpiphp: Slot [25] registered\n[ 0.288302] acpiphp: Slot [26] registered\n[ 0.289352] acpiphp: Slot [27] registered\n[ 0.290410] acpiphp: Slot [28] registered\n[ 0.291465] acpiphp: Slot [29] registered\n[ 0.292528] acpiphp: Slot [30] registered\n[ 0.293580] acpiphp: Slot [31] registered\n[ 0.294636] PCI host bridge to bus 0000:00\n[ 0.295689] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297316] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300832] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302743] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309381] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311105] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312673] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314385] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323410] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372080] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373914] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377172] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380691] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382284] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383723] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385109] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387112] vgaarb: loaded\n[ 0.387868] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389306] SCSI subsystem initialized\n[ 0.390348] ACPI: bus type USB registered\n[ 0.391398] usbcore: registered new interface driver usbfs\n[ 0.392738] usbcore: registered new interface driver hub\n[ 0.394054] usbcore: registered new device driver usb\n[ 0.395403] PCI: Using ACPI for IRQ routing\n[ 0.396667] NetLabel: Initializing\n[ 0.397582] NetLabel: domain hash size = 128\n[ 0.398685] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399916] NetLabel: unlabeled traffic allowed by default\n[ 0.401362] clocksource: Switched to clocksource kvm-clock\n[ 0.407066] AppArmor: AppArmor Filesystem Enabled\n[ 0.408299] pnp: PnP ACPI init\n[ 0.409390] pnp: PnP ACPI: found 5 devices\n[ 0.415988] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.418199] NET: Registered protocol family 2\n[ 0.419426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420891] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.422044] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.423175] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424218] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425410] NET: Registered protocol family 1\n[ 0.426262] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.427329] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.428368] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.442476] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456742] Trying to unpack rootfs image as initramfs...\n[ 0.506603] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520753] Scanning for low memory corruption every 60 seconds\n[ 0.522651] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.524258] audit: initializing netlink subsys (disabled)\n[ 0.525711] audit: type=2000 audit(1539183015.495:1): initialized\n[ 0.527526] Initialise system trusted keyring\n[ 0.528782] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530436] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.532846] zbud: loaded\n[ 0.533733] VFS: Disk quotas dquot_6.6.0\n[ 0.534873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.536890] fuse init (API version 7.23)\n[ 0.538100] Key type big_key registered\n[ 0.539188] Allocating IMA MOK and blacklist keyrings.\n[ 0.540692] Key type asymmetric registered\n[ 0.541525] Asymmetric key parser 'x509' registered\n[ 0.542488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544309] io scheduler noop registered\n[ 0.545102] io scheduler deadline registered (default)\n[ 0.546089] io scheduler cfq registered\n[ 0.546928] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.550232] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551642] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553080] ACPI: Power Button [PWRF]\n[ 0.553940] GHES: HEST is not enabled!\n[ 0.567662] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596480] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622443] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624576] Linux agpgart interface v0.103\n[ 0.626636] brd: module loaded\n[ 0.627857] loop: module loaded\n[ 0.632224] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633691] GPT:90111 != 2097151\n[ 0.634375] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635466] GPT:90111 != 2097151\n[ 0.636140] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637103] vda: vda1 vda15\n[ 0.638546] scsi host0: ata_piix\n[ 0.639292] scsi host1: ata_piix\n[ 0.639997] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641331] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643185] libphy: Fixed MDIO Bus: probed\n[ 0.644246] tun: Universal TUN/TAP device driver, 1.6\n[ 0.645489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647951] PPP generic driver version 2.4.2\n[ 0.649191] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650763] ehci-pci: EHCI PCI platform driver\n[ 0.651911] ehci-platform: EHCI generic platform driver\n[ 0.653247] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654742] ohci-pci: OHCI PCI platform driver\n[ 0.655869] ohci-platform: OHCI generic platform driver\n[ 0.657159] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673232] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.675124] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.676420] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.677902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679537] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681370] usb usb1: Product: UHCI Host Controller\n[ 0.682733] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.684237] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.685461] hub 1-0:1.0: USB hub found\n[ 0.686451] hub 1-0:1.0: 2 ports detected\n[ 0.687592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690176] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691417] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692726] mousedev: PS/2 mouse device common for all mice\n[ 0.694312] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696555] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697654] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698847] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700030] i2c /dev entries driver\n[ 0.700775] device-mapper: uevent: version 1.0.3\n[ 0.701716] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703336] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704611] NET: Registered protocol family 10\n[ 0.705602] NET: Registered protocol family 17\n[ 0.706498] Key type dns_resolver registered\n[ 0.707420] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708511] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710255] registered taskstats version 1\n[ 0.711085] Loading compiled-in X.509 certificates\n[ 0.712507] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714357] zswap: loaded using pool lzo/zbud\n[ 0.715731] Key type trusted registered\n[ 0.717264] Key type encrypted registered\n[ 0.718088] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719110] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720144] evm: HMAC attrs: 0x1\n[ 0.721072] Magic number: 6:49:839\n[ 0.721907] rtc_cmos 00:00: setting system clock to 2018-10-10 14:50:15 UTC (1539183015)\n[ 0.723499] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.724612] EDD information not available.\n[ 0.802357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803907] Write protecting the kernel read-only data: 14336k\n[ 0.815766] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817572] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.123242] 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.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.01. iid=i-00000023\n"} 2018-10-10 14:50:19,311 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c/action used request id req-2ca0c5fd-faa1-4b2a-8e6d-b4a5275d9e31 2018-10-10 14:50:19,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09741306305s 2018-10-10 14:50:19,312 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c/action used request id req-2ca0c5fd-faa1-4b2a-8e6d-b4a5275d9e31 2018-10-10 14:50:19,312 - 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 803384211 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.131832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133505] pid_max: default: 32768 minimum: 301 [ 0.134418] ACPI: Core revision 20150930 [ 0.135815] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137142] Security Framework initialized [ 0.137966] Yama: becoming mindful. [ 0.138700] AppArmor: AppArmor initialized [ 0.139577] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140926] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142222] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143447] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144847] Initializing cgroup subsys io [ 0.145668] Initializing cgroup subsys memory [ 0.146538] Initializing cgroup subsys devices [ 0.147429] Initializing cgroup subsys freezer [ 0.148305] Initializing cgroup subsys net_cls [ 0.149178] Initializing cgroup subsys perf_event [ 0.150097] Initializing cgroup subsys net_prio [ 0.150997] Initializing cgroup subsys hugetlb [ 0.151868] Initializing cgroup subsys pids [ 0.152748] CPU: Physical Processor ID: 0 [ 0.154270] mce: CPU supports 10 MCE banks [ 0.155134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156143] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174352] ftrace: allocating 31920 entries in 125 pages [ 0.200488] smpboot: Max logical packages: 1 [ 0.201367] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202732] x2apic enabled [ 0.203552] Switched APIC routing to physical x2apic. [ 0.205308] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206442] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208453] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210259] KVM setup paravirtual spinlock [ 0.211554] x86: Booted up 1 node, 1 CPUs [ 0.212376] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213780] devtmpfs: initialized [ 0.215500] evm: security.selinux [ 0.216209] evm: security.SMACK64 [ 0.216903] evm: security.SMACK64EXEC [ 0.217654] evm: security.SMACK64TRANSMUTE [ 0.218475] evm: security.SMACK64MMAP [ 0.219232] evm: security.ima [ 0.219874] evm: security.capability [ 0.220684] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222556] pinctrl core: initialized pinctrl subsystem [ 0.223673] RTC time: 14:50:14, date: 10/10/18 [ 0.224634] NET: Registered protocol family 16 [ 0.225613] cpuidle: using governor ladder [ 0.226442] cpuidle: using governor menu [ 0.227238] PCCT header not found. [ 0.228006] ACPI: bus type PCI registered [ 0.228814] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230066] PCI: Using configuration type 1 for base access [ 0.231825] ACPI: Added _OSI(Module Device) [ 0.232682] ACPI: Added _OSI(Processor Device) [ 0.233557] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234468] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236639] ACPI: Interpreter enabled [ 0.237425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241152] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243024] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244886] ACPI: (supports S0 S5) [ 0.245601] ACPI: Using IOAPIC for interrupt routing [ 0.246705] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249799] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252210] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253424] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255672] acpiphp: Slot [3] registered [ 0.256485] acpiphp: Slot [4] registered [ 0.257297] acpiphp: Slot [5] registered [ 0.258104] acpiphp: Slot [6] registered [ 0.258905] acpiphp: Slot [7] registered [ 0.259712] acpiphp: Slot [8] registered [ 0.260518] acpiphp: Slot [9] registered [ 0.261325] acpiphp: Slot [10] registered [ 0.262278] acpiphp: Slot [11] registered [ 0.263336] acpiphp: Slot [12] registered [ 0.264399] acpiphp: Slot [13] registered [ 0.265452] acpiphp: Slot [14] registered [ 0.266512] acpiphp: Slot [15] registered [ 0.277739] acpiphp: Slot [16] registered [ 0.278814] acpiphp: Slot [17] registered [ 0.279867] acpiphp: Slot [18] registered [ 0.280919] acpiphp: Slot [19] registered [ 0.281982] acpiphp: Slot [20] registered [ 0.283036] acpiphp: Slot [21] registered [ 0.284088] acpiphp: Slot [22] registered [ 0.285138] acpiphp: Slot [23] registered [ 0.286195] acpiphp: Slot [24] registered [ 0.287252] acpiphp: Slot [25] registered [ 0.288302] acpiphp: Slot [26] registered [ 0.289352] acpiphp: Slot [27] registered [ 0.290410] acpiphp: Slot [28] registered [ 0.291465] acpiphp: Slot [29] registered [ 0.292528] acpiphp: Slot [30] registered [ 0.293580] acpiphp: Slot [31] registered [ 0.294636] PCI host bridge to bus 0000:00 [ 0.295689] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297316] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.300832] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302743] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309381] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311105] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312673] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314385] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323410] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.372080] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.373914] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.377172] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.378955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380691] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382284] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.383723] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385109] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.387112] vgaarb: loaded [ 0.387868] vgaarb: bridge control possible 0000:00:02.0 [ 0.389306] SCSI subsystem initialized [ 0.390348] ACPI: bus type USB registered [ 0.391398] usbcore: registered new interface driver usbfs [ 0.392738] usbcore: registered new interface driver hub [ 0.394054] usbcore: registered new device driver usb [ 0.395403] PCI: Using ACPI for IRQ routing [ 0.396667] NetLabel: Initializing [ 0.397582] NetLabel: domain hash size = 128 [ 0.398685] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.399916] NetLabel: unlabeled traffic allowed by default [ 0.401362] clocksource: Switched to clocksource kvm-clock [ 0.407066] AppArmor: AppArmor Filesystem Enabled [ 0.408299] pnp: PnP ACPI init [ 0.409390] pnp: PnP ACPI: found 5 devices [ 0.415988] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.418199] NET: Registered protocol family 2 [ 0.419426] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420891] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.422044] TCP: Hash tables configured (established 4096 bind 4096) [ 0.423175] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.424218] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.425410] NET: Registered protocol family 1 [ 0.426262] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.427329] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.428368] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.442476] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.456742] Trying to unpack rootfs image as initramfs... [ 0.506603] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.520753] Scanning for low memory corruption every 60 seconds [ 0.522651] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.524258] audit: initializing netlink subsys (disabled) [ 0.525711] audit: type=2000 audit(1539183015.495:1): initialized [ 0.527526] Initialise system trusted keyring [ 0.528782] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.530436] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.532846] zbud: loaded [ 0.533733] VFS: Disk quotas dquot_6.6.0 [ 0.534873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.536890] fuse init (API version 7.23) [ 0.538100] Key type big_key registered [ 0.539188] Allocating IMA MOK and blacklist keyrings. [ 0.540692] Key type asymmetric registered [ 0.541525] Asymmetric key parser 'x509' registered [ 0.542488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.544309] io scheduler noop registered [ 0.545102] io scheduler deadline registered (default) [ 0.546089] io scheduler cfq registered [ 0.546928] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.550232] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551642] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553080] ACPI: Power Button [PWRF] [ 0.553940] GHES: HEST is not enabled! [ 0.567662] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596480] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.598893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.622443] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.624576] Linux agpgart interface v0.103 [ 0.626636] brd: module loaded [ 0.627857] loop: module loaded [ 0.632224] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.633691] GPT:90111 != 2097151 [ 0.634375] GPT:Alternate GPT header not at the end of the disk. [ 0.635466] GPT:90111 != 2097151 [ 0.636140] GPT: Use GNU Parted to correct GPT errors. [ 0.637103] vda: vda1 vda15 [ 0.638546] scsi host0: ata_piix [ 0.639292] scsi host1: ata_piix [ 0.639997] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.641331] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.643185] libphy: Fixed MDIO Bus: probed [ 0.644246] tun: Universal TUN/TAP device driver, 1.6 [ 0.645489] tun: (C) 1999-2004 Max Krasnyansky [ 0.647951] PPP generic driver version 2.4.2 [ 0.649191] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.650763] ehci-pci: EHCI PCI platform driver [ 0.651911] ehci-platform: EHCI generic platform driver [ 0.653247] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654742] ohci-pci: OHCI PCI platform driver [ 0.655869] ohci-platform: OHCI generic platform driver [ 0.657159] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671928] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.673232] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.675124] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.676420] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.677902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.679537] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.681370] usb usb1: Product: UHCI Host Controller [ 0.682733] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.684237] usb usb1: SerialNumber: 0000:00:01.2 [ 0.685461] hub 1-0:1.0: USB hub found [ 0.686451] hub 1-0:1.0: 2 ports detected [ 0.687592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.690176] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.691417] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.692726] mousedev: PS/2 mouse device common for all mice [ 0.694312] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.696555] rtc_cmos 00:00: RTC can wake from S4 [ 0.697654] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.698847] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.700030] i2c /dev entries driver [ 0.700775] device-mapper: uevent: version 1.0.3 [ 0.701716] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.703336] ledtrig-cpu: registered to indicate activity on CPUs [ 0.704611] NET: Registered protocol family 10 [ 0.705602] NET: Registered protocol family 17 [ 0.706498] Key type dns_resolver registered [ 0.707420] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.708511] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.710255] registered taskstats version 1 [ 0.711085] Loading compiled-in X.509 certificates [ 0.712507] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.714357] zswap: loaded using pool lzo/zbud [ 0.715731] Key type trusted registered [ 0.717264] Key type encrypted registered [ 0.718088] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719110] ima: No TPM chip found, activating TPM-bypass! [ 0.720144] evm: HMAC attrs: 0x1 [ 0.721072] Magic number: 6:49:839 [ 0.721907] rtc_cmos 00:00: setting system clock to 2018-10-10 14:50:15 UTC (1539183015) [ 0.723499] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.724612] EDD information not available. [ 0.802357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.803907] Write protecting the kernel read-only data: 14336k [ 0.815766] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817572] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.91 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.123242] 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.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.01. iid=i-00000023 2018-10-10 14:50:20,315 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.203: timed out 2018-10-10 14:50:29,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:50:29,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c/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}f75e41449a82ce6e8b3b5be4e02742670c153d74" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:50:30,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4cb6d64a-0c3f-4ca0-a953-b28887080b62 x-compute-request-id: req-4cb6d64a-0c3f-4ca0-a953-b28887080b62 Content-Encoding: gzip Content-Length: 9545 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 803384211 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133505] pid_max: default: 32768 minimum: 301\n[ 0.134418] ACPI: Core revision 20150930\n[ 0.135815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137142] Security Framework initialized\n[ 0.137966] Yama: becoming mindful.\n[ 0.138700] AppArmor: AppArmor initialized\n[ 0.139577] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140926] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142222] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143447] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144847] Initializing cgroup subsys io\n[ 0.145668] Initializing cgroup subsys memory\n[ 0.146538] Initializing cgroup subsys devices\n[ 0.147429] Initializing cgroup subsys freezer\n[ 0.148305] Initializing cgroup subsys net_cls\n[ 0.149178] Initializing cgroup subsys perf_event\n[ 0.150097] Initializing cgroup subsys net_prio\n[ 0.150997] Initializing cgroup subsys hugetlb\n[ 0.151868] Initializing cgroup subsys pids\n[ 0.152748] CPU: Physical Processor ID: 0\n[ 0.154270] mce: CPU supports 10 MCE banks\n[ 0.155134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156143] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174352] ftrace: allocating 31920 entries in 125 pages\n[ 0.200488] smpboot: Max logical packages: 1\n[ 0.201367] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202732] x2apic enabled\n[ 0.203552] Switched APIC routing to physical x2apic.\n[ 0.205308] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206442] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208453] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210259] KVM setup paravirtual spinlock\n[ 0.211554] x86: Booted up 1 node, 1 CPUs\n[ 0.212376] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213780] devtmpfs: initialized\n[ 0.215500] evm: security.selinux\n[ 0.216209] evm: security.SMACK64\n[ 0.216903] evm: security.SMACK64EXEC\n[ 0.217654] evm: security.SMACK64TRANSMUTE\n[ 0.218475] evm: security.SMACK64MMAP\n[ 0.219232] evm: security.ima\n[ 0.219874] evm: security.capability\n[ 0.220684] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222556] pinctrl core: initialized pinctrl subsystem\n[ 0.223673] RTC time: 14:50:14, date: 10/10/18\n[ 0.224634] NET: Registered protocol family 16\n[ 0.225613] cpuidle: using governor ladder\n[ 0.226442] cpuidle: using governor menu\n[ 0.227238] PCCT header not found.\n[ 0.228006] ACPI: bus type PCI registered\n[ 0.228814] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230066] PCI: Using configuration type 1 for base access\n[ 0.231825] ACPI: Added _OSI(Module Device)\n[ 0.232682] ACPI: Added _OSI(Processor Device)\n[ 0.233557] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236639] ACPI: Interpreter enabled\n[ 0.237425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241152] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243024] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244886] ACPI: (supports S0 S5)\n[ 0.245601] ACPI: Using IOAPIC for interrupt routing\n[ 0.246705] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249799] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252210] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253424] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255672] acpiphp: Slot [3] registered\n[ 0.256485] acpiphp: Slot [4] registered\n[ 0.257297] acpiphp: Slot [5] registered\n[ 0.258104] acpiphp: Slot [6] registered\n[ 0.258905] acpiphp: Slot [7] registered\n[ 0.259712] acpiphp: Slot [8] registered\n[ 0.260518] acpiphp: Slot [9] registered\n[ 0.261325] acpiphp: Slot [10] registered\n[ 0.262278] acpiphp: Slot [11] registered\n[ 0.263336] acpiphp: Slot [12] registered\n[ 0.264399] acpiphp: Slot [13] registered\n[ 0.265452] acpiphp: Slot [14] registered\n[ 0.266512] acpiphp: Slot [15] registered\n[ 0.277739] acpiphp: Slot [16] registered\n[ 0.278814] acpiphp: Slot [17] registered\n[ 0.279867] acpiphp: Slot [18] registered\n[ 0.280919] acpiphp: Slot [19] registered\n[ 0.281982] acpiphp: Slot [20] registered\n[ 0.283036] acpiphp: Slot [21] registered\n[ 0.284088] acpiphp: Slot [22] registered\n[ 0.285138] acpiphp: Slot [23] registered\n[ 0.286195] acpiphp: Slot [24] registered\n[ 0.287252] acpiphp: Slot [25] registered\n[ 0.288302] acpiphp: Slot [26] registered\n[ 0.289352] acpiphp: Slot [27] registered\n[ 0.290410] acpiphp: Slot [28] registered\n[ 0.291465] acpiphp: Slot [29] registered\n[ 0.292528] acpiphp: Slot [30] registered\n[ 0.293580] acpiphp: Slot [31] registered\n[ 0.294636] PCI host bridge to bus 0000:00\n[ 0.295689] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297316] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300832] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302743] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309381] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311105] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312673] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314385] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323410] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372080] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373914] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377172] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380691] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382284] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383723] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385109] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387112] vgaarb: loaded\n[ 0.387868] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389306] SCSI subsystem initialized\n[ 0.390348] ACPI: bus type USB registered\n[ 0.391398] usbcore: registered new interface driver usbfs\n[ 0.392738] usbcore: registered new interface driver hub\n[ 0.394054] usbcore: registered new device driver usb\n[ 0.395403] PCI: Using ACPI for IRQ routing\n[ 0.396667] NetLabel: Initializing\n[ 0.397582] NetLabel: domain hash size = 128\n[ 0.398685] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399916] NetLabel: unlabeled traffic allowed by default\n[ 0.401362] clocksource: Switched to clocksource kvm-clock\n[ 0.407066] AppArmor: AppArmor Filesystem Enabled\n[ 0.408299] pnp: PnP ACPI init\n[ 0.409390] pnp: PnP ACPI: found 5 devices\n[ 0.415988] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.418199] NET: Registered protocol family 2\n[ 0.419426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420891] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.422044] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.423175] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424218] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425410] NET: Registered protocol family 1\n[ 0.426262] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.427329] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.428368] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.442476] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456742] Trying to unpack rootfs image as initramfs...\n[ 0.506603] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520753] Scanning for low memory corruption every 60 seconds\n[ 0.522651] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.524258] audit: initializing netlink subsys (disabled)\n[ 0.525711] audit: type=2000 audit(1539183015.495:1): initialized\n[ 0.527526] Initialise system trusted keyring\n[ 0.528782] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530436] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.532846] zbud: loaded\n[ 0.533733] VFS: Disk quotas dquot_6.6.0\n[ 0.534873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.536890] fuse init (API version 7.23)\n[ 0.538100] Key type big_key registered\n[ 0.539188] Allocating IMA MOK and blacklist keyrings.\n[ 0.540692] Key type asymmetric registered\n[ 0.541525] Asymmetric key parser 'x509' registered\n[ 0.542488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544309] io scheduler noop registered\n[ 0.545102] io scheduler deadline registered (default)\n[ 0.546089] io scheduler cfq registered\n[ 0.546928] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.550232] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551642] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553080] ACPI: Power Button [PWRF]\n[ 0.553940] GHES: HEST is not enabled!\n[ 0.567662] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596480] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622443] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624576] Linux agpgart interface v0.103\n[ 0.626636] brd: module loaded\n[ 0.627857] loop: module loaded\n[ 0.632224] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633691] GPT:90111 != 2097151\n[ 0.634375] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635466] GPT:90111 != 2097151\n[ 0.636140] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637103] vda: vda1 vda15\n[ 0.638546] scsi host0: ata_piix\n[ 0.639292] scsi host1: ata_piix\n[ 0.639997] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641331] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643185] libphy: Fixed MDIO Bus: probed\n[ 0.644246] tun: Universal TUN/TAP device driver, 1.6\n[ 0.645489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647951] PPP generic driver version 2.4.2\n[ 0.649191] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650763] ehci-pci: EHCI PCI platform driver\n[ 0.651911] ehci-platform: EHCI generic platform driver\n[ 0.653247] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654742] ohci-pci: OHCI PCI platform driver\n[ 0.655869] ohci-platform: OHCI generic platform driver\n[ 0.657159] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673232] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.675124] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.676420] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.677902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679537] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681370] usb usb1: Product: UHCI Host Controller\n[ 0.682733] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.684237] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.685461] hub 1-0:1.0: USB hub found\n[ 0.686451] hub 1-0:1.0: 2 ports detected\n[ 0.687592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690176] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691417] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692726] mousedev: PS/2 mouse device common for all mice\n[ 0.694312] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696555] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697654] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698847] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700030] i2c /dev entries driver\n[ 0.700775] device-mapper: uevent: version 1.0.3\n[ 0.701716] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703336] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704611] NET: Registered protocol family 10\n[ 0.705602] NET: Registered protocol family 17\n[ 0.706498] Key type dns_resolver registered\n[ 0.707420] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708511] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710255] registered taskstats version 1\n[ 0.711085] Loading compiled-in X.509 certificates\n[ 0.712507] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714357] zswap: loaded using pool lzo/zbud\n[ 0.715731] Key type trusted registered\n[ 0.717264] Key type encrypted registered\n[ 0.718088] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719110] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720144] evm: HMAC attrs: 0x1\n[ 0.721072] Magic number: 6:49:839\n[ 0.721907] rtc_cmos 00:00: setting system clock to 2018-10-10 14:50:15 UTC (1539183015)\n[ 0.723499] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.724612] EDD information not available.\n[ 0.802357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803907] Write protecting the kernel read-only data: 14336k\n[ 0.815766] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817572] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.123242] 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.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.01. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCA477SvV3aFGsp1K/nmm+vH0KN8opQTKOJLl0PopIa5AiLYezJ5atD9m4OWncUApdGTVMwVPm9MMOGlT2PUpLfPKzP6BhZHlqJPk6oqTxakqUf0GakBd5U93WiNJbfVBJt3ULxK8/zePRoWzixvH/9LOBWknW+Ctx5ZDywmc0BkHTfbkJEReqJXZyhbCxzOkQh+/VBUrBdH6CFOuWMh2k704Y2RlAHk7boRpr4JpGVjm8ecOq3l+gTrLqYKj9cZgg6hcFW9/pmRm+ulTDKPKf9O8T7IDHxeZDKQfQhqVVxpVDaLfznJQSCnsvE10Gc6nHVzanQpiR59eTK18f3sIVL root@vping-ssh-vm-0b214193-33c9-49e2-8add-bb1e9d5c59f7\nssh-dss AAAAB3NzaC1kc3MAAACBANjkvr4LIDhzggfTXDJSmFf+AW++Ab2rnvj/I2R1P/Q9rcfdBCfqnCxt/iIRAsTU0G3L9RjggEdGxlieRUd3s1hCPlrsWrgy4m6/Cf7azeYN5LFacQob69u82OtmEdFdCdt/JPKNgkQNsNd9UsfKQBgXXMJxc3Een3hed7I03BfbAAAAFQD3oZ9d5zUUZf3Tz5XACQe4NH44KwAAAIAGeMyTglGJwZrVXjD/eR+HiUf4fTOzJgEy2hQx2R6K8JbiE6RX5ifbVbrfP49dh3TxlSTAq0n62ckQleNu8robLir8xKq7QiW4iyl2P04KCsEgl+Ocwq2SeRB2aYQE2TFuDCsnZMe3ZN/rS+XaKwff2A5K3os+z4/EGQJ7fIo/8AAAAIBpqYN4BHn7Q4U6mGxux6zog19jkCGOnAE0kbIoBv5vsZz2gMsZ8e/MVHR4TNKThPo+FTBFax89L5w1SAepbyZliuxoLzLx/Q5zdNw2jARr2XZ3C8j6QA6zxO3UGkm9nP5wDFuuz1D5s3rTkn4rLZMJyuZqS8aEWOGfAqbsn2CZcQ== root@vping-ssh-vm-0b214193-33c9-49e2-8add-bb1e9d5c59f7\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:febc:608/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.11 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000023\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-0b214193-33c9-49e2-8add-bb1e9d5c59f7\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.15 ===\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-0b214193-33c9-49e2-8add-bb1e9d5c59f7 login: /dev/root resized successfully [took 3.78s]\n"} 2018-10-10 14:50:30,440 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c/action used request id req-4cb6d64a-0c3f-4ca0-a953-b28887080b62 2018-10-10 14:50:30,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11805391312s 2018-10-10 14:50:30,441 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c/action used request id req-4cb6d64a-0c3f-4ca0-a953-b28887080b62 2018-10-10 14:50:30,442 - 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 803384211 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.131832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133505] pid_max: default: 32768 minimum: 301 [ 0.134418] ACPI: Core revision 20150930 [ 0.135815] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137142] Security Framework initialized [ 0.137966] Yama: becoming mindful. [ 0.138700] AppArmor: AppArmor initialized [ 0.139577] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140926] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142222] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143447] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144847] Initializing cgroup subsys io [ 0.145668] Initializing cgroup subsys memory [ 0.146538] Initializing cgroup subsys devices [ 0.147429] Initializing cgroup subsys freezer [ 0.148305] Initializing cgroup subsys net_cls [ 0.149178] Initializing cgroup subsys perf_event [ 0.150097] Initializing cgroup subsys net_prio [ 0.150997] Initializing cgroup subsys hugetlb [ 0.151868] Initializing cgroup subsys pids [ 0.152748] CPU: Physical Processor ID: 0 [ 0.154270] mce: CPU supports 10 MCE banks [ 0.155134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156143] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174352] ftrace: allocating 31920 entries in 125 pages [ 0.200488] smpboot: Max logical packages: 1 [ 0.201367] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202732] x2apic enabled [ 0.203552] Switched APIC routing to physical x2apic. [ 0.205308] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206442] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208453] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210259] KVM setup paravirtual spinlock [ 0.211554] x86: Booted up 1 node, 1 CPUs [ 0.212376] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213780] devtmpfs: initialized [ 0.215500] evm: security.selinux [ 0.216209] evm: security.SMACK64 [ 0.216903] evm: security.SMACK64EXEC [ 0.217654] evm: security.SMACK64TRANSMUTE [ 0.218475] evm: security.SMACK64MMAP [ 0.219232] evm: security.ima [ 0.219874] evm: security.capability [ 0.220684] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222556] pinctrl core: initialized pinctrl subsystem [ 0.223673] RTC time: 14:50:14, date: 10/10/18 [ 0.224634] NET: Registered protocol family 16 [ 0.225613] cpuidle: using governor ladder [ 0.226442] cpuidle: using governor menu [ 0.227238] PCCT header not found. [ 0.228006] ACPI: bus type PCI registered [ 0.228814] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230066] PCI: Using configuration type 1 for base access [ 0.231825] ACPI: Added _OSI(Module Device) [ 0.232682] ACPI: Added _OSI(Processor Device) [ 0.233557] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234468] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236639] ACPI: Interpreter enabled [ 0.237425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241152] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243024] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244886] ACPI: (supports S0 S5) [ 0.245601] ACPI: Using IOAPIC for interrupt routing [ 0.246705] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249799] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252210] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253424] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255672] acpiphp: Slot [3] registered [ 0.256485] acpiphp: Slot [4] registered [ 0.257297] acpiphp: Slot [5] registered [ 0.258104] acpiphp: Slot [6] registered [ 0.258905] acpiphp: Slot [7] registered [ 0.259712] acpiphp: Slot [8] registered [ 0.260518] acpiphp: Slot [9] registered [ 0.261325] acpiphp: Slot [10] registered [ 0.262278] acpiphp: Slot [11] registered [ 0.263336] acpiphp: Slot [12] registered [ 0.264399] acpiphp: Slot [13] registered [ 0.265452] acpiphp: Slot [14] registered [ 0.266512] acpiphp: Slot [15] registered [ 0.277739] acpiphp: Slot [16] registered [ 0.278814] acpiphp: Slot [17] registered [ 0.279867] acpiphp: Slot [18] registered [ 0.280919] acpiphp: Slot [19] registered [ 0.281982] acpiphp: Slot [20] registered [ 0.283036] acpiphp: Slot [21] registered [ 0.284088] acpiphp: Slot [22] registered [ 0.285138] acpiphp: Slot [23] registered [ 0.286195] acpiphp: Slot [24] registered [ 0.287252] acpiphp: Slot [25] registered [ 0.288302] acpiphp: Slot [26] registered [ 0.289352] acpiphp: Slot [27] registered [ 0.290410] acpiphp: Slot [28] registered [ 0.291465] acpiphp: Slot [29] registered [ 0.292528] acpiphp: Slot [30] registered [ 0.293580] acpiphp: Slot [31] registered [ 0.294636] PCI host bridge to bus 0000:00 [ 0.295689] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297316] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.300832] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302743] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309381] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311105] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312673] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314385] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323410] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.372080] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.373914] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.377172] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.378955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380691] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382284] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.383723] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385109] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.387112] vgaarb: loaded [ 0.387868] vgaarb: bridge control possible 0000:00:02.0 [ 0.389306] SCSI subsystem initialized [ 0.390348] ACPI: bus type USB registered [ 0.391398] usbcore: registered new interface driver usbfs [ 0.392738] usbcore: registered new interface driver hub [ 0.394054] usbcore: registered new device driver usb [ 0.395403] PCI: Using ACPI for IRQ routing [ 0.396667] NetLabel: Initializing [ 0.397582] NetLabel: domain hash size = 128 [ 0.398685] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.399916] NetLabel: unlabeled traffic allowed by default [ 0.401362] clocksource: Switched to clocksource kvm-clock [ 0.407066] AppArmor: AppArmor Filesystem Enabled [ 0.408299] pnp: PnP ACPI init [ 0.409390] pnp: PnP ACPI: found 5 devices [ 0.415988] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.418199] NET: Registered protocol family 2 [ 0.419426] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420891] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.422044] TCP: Hash tables configured (established 4096 bind 4096) [ 0.423175] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.424218] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.425410] NET: Registered protocol family 1 [ 0.426262] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.427329] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.428368] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.442476] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.456742] Trying to unpack rootfs image as initramfs... [ 0.506603] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.520753] Scanning for low memory corruption every 60 seconds [ 0.522651] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.524258] audit: initializing netlink subsys (disabled) [ 0.525711] audit: type=2000 audit(1539183015.495:1): initialized [ 0.527526] Initialise system trusted keyring [ 0.528782] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.530436] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.532846] zbud: loaded [ 0.533733] VFS: Disk quotas dquot_6.6.0 [ 0.534873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.536890] fuse init (API version 7.23) [ 0.538100] Key type big_key registered [ 0.539188] Allocating IMA MOK and blacklist keyrings. [ 0.540692] Key type asymmetric registered [ 0.541525] Asymmetric key parser 'x509' registered [ 0.542488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.544309] io scheduler noop registered [ 0.545102] io scheduler deadline registered (default) [ 0.546089] io scheduler cfq registered [ 0.546928] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.550232] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551642] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553080] ACPI: Power Button [PWRF] [ 0.553940] GHES: HEST is not enabled! [ 0.567662] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596480] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.598893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.622443] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.624576] Linux agpgart interface v0.103 [ 0.626636] brd: module loaded [ 0.627857] loop: module loaded [ 0.632224] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.633691] GPT:90111 != 2097151 [ 0.634375] GPT:Alternate GPT header not at the end of the disk. [ 0.635466] GPT:90111 != 2097151 [ 0.636140] GPT: Use GNU Parted to correct GPT errors. [ 0.637103] vda: vda1 vda15 [ 0.638546] scsi host0: ata_piix [ 0.639292] scsi host1: ata_piix [ 0.639997] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.641331] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.643185] libphy: Fixed MDIO Bus: probed [ 0.644246] tun: Universal TUN/TAP device driver, 1.6 [ 0.645489] tun: (C) 1999-2004 Max Krasnyansky [ 0.647951] PPP generic driver version 2.4.2 [ 0.649191] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.650763] ehci-pci: EHCI PCI platform driver [ 0.651911] ehci-platform: EHCI generic platform driver [ 0.653247] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654742] ohci-pci: OHCI PCI platform driver [ 0.655869] ohci-platform: OHCI generic platform driver [ 0.657159] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671928] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.673232] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.675124] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.676420] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.677902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.679537] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.681370] usb usb1: Product: UHCI Host Controller [ 0.682733] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.684237] usb usb1: SerialNumber: 0000:00:01.2 [ 0.685461] hub 1-0:1.0: USB hub found [ 0.686451] hub 1-0:1.0: 2 ports detected [ 0.687592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.690176] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.691417] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.692726] mousedev: PS/2 mouse device common for all mice [ 0.694312] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.696555] rtc_cmos 00:00: RTC can wake from S4 [ 0.697654] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.698847] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.700030] i2c /dev entries driver [ 0.700775] device-mapper: uevent: version 1.0.3 [ 0.701716] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.703336] ledtrig-cpu: registered to indicate activity on CPUs [ 0.704611] NET: Registered protocol family 10 [ 0.705602] NET: Registered protocol family 17 [ 0.706498] Key type dns_resolver registered [ 0.707420] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.708511] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.710255] registered taskstats version 1 [ 0.711085] Loading compiled-in X.509 certificates [ 0.712507] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.714357] zswap: loaded using pool lzo/zbud [ 0.715731] Key type trusted registered [ 0.717264] Key type encrypted registered [ 0.718088] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719110] ima: No TPM chip found, activating TPM-bypass! [ 0.720144] evm: HMAC attrs: 0x1 [ 0.721072] Magic number: 6:49:839 [ 0.721907] rtc_cmos 00:00: setting system clock to 2018-10-10 14:50:15 UTC (1539183015) [ 0.723499] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.724612] EDD information not available. [ 0.802357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.803907] Write protecting the kernel read-only data: 14336k [ 0.815766] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817572] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.91 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.123242] 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.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.01. 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.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCA477SvV3aFGsp1K/nmm+vH0KN8opQTKOJLl0PopIa5AiLYezJ5atD9m4OWncUApdGTVMwVPm9MMOGlT2PUpLfPKzP6BhZHlqJPk6oqTxakqUf0GakBd5U93WiNJbfVBJt3ULxK8/zePRoWzixvH/9LOBWknW+Ctx5ZDywmc0BkHTfbkJEReqJXZyhbCxzOkQh+/VBUrBdH6CFOuWMh2k704Y2RlAHk7boRpr4JpGVjm8ecOq3l+gTrLqYKj9cZgg6hcFW9/pmRm+ulTDKPKf9O8T7IDHxeZDKQfQhqVVxpVDaLfznJQSCnsvE10Gc6nHVzanQpiR59eTK18f3sIVL root@vping-ssh-vm-0b214193-33c9-49e2-8add-bb1e9d5c59f7 ssh-dss AAAAB3NzaC1kc3MAAACBANjkvr4LIDhzggfTXDJSmFf+AW++Ab2rnvj/I2R1P/Q9rcfdBCfqnCxt/iIRAsTU0G3L9RjggEdGxlieRUd3s1hCPlrsWrgy4m6/Cf7azeYN5LFacQob69u82OtmEdFdCdt/JPKNgkQNsNd9UsfKQBgXXMJxc3Een3hed7I03BfbAAAAFQD3oZ9d5zUUZf3Tz5XACQe4NH44KwAAAIAGeMyTglGJwZrVXjD/eR+HiUf4fTOzJgEy2hQx2R6K8JbiE6RX5ifbVbrfP49dh3TxlSTAq0n62ckQleNu8robLir8xKq7QiW4iyl2P04KCsEgl+Ocwq2SeRB2aYQE2TFuDCsnZMe3ZN/rS+XaKwff2A5K3os+z4/EGQJ7fIo/8AAAAIBpqYN4BHn7Q4U6mGxux6zog19jkCGOnAE0kbIoBv5vsZz2gMsZ8e/MVHR4TNKThPo+FTBFax89L5w1SAepbyZliuxoLzLx/Q5zdNw2jARr2XZ3C8j6QA6zxO3UGkm9nP5wDFuuz1D5s3rTkn4rLZMJyuZqS8aEWOGfAqbsn2CZcQ== root@vping-ssh-vm-0b214193-33c9-49e2-8add-bb1e9d5c59f7 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:febc:608/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.11 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000023 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-0b214193-33c9-49e2-8add-bb1e9d5c59f7 launch-index: 0 === cirros: current=0.4.0 uptime=4.15 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-0b214193-33c9-49e2-8add-bb1e9d5c59f7 login: /dev/root resized successfully [took 3.78s] 2018-10-10 14:50:30,445 - paramiko.transport - DEBUG - starting thread (client mode): 0xd3ddf10L 2018-10-10 14:50:30,445 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 14:50:30,446 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-10 14:50:30,446 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-10 14:50:30,447 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 14:50:30,447 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 14:50:30,448 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-10 14:50:30,448 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 14:50:30,448 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 14:50:30,448 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 14:50:30,467 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 14:50:30,468 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 14:50:30,478 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: c0b6892fdc97948bfa370f08362c5e36 2018-10-10 14:50:30,479 - paramiko.transport - DEBUG - Trying key de21412a62a1836c3fa668a17b13fb63 from /tmp/tmp91g4sn 2018-10-10 14:50:30,504 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 14:50:30,510 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 14:50:30,512 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 14:50:30,513 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-10 14:50:30,513 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 14:50:30,514 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 14:50:40,516 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 14:50:40,517 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.14 (192.168.120.14): 56 data bytes --- 192.168.120.14 ping statistics --- 1 packets transmitted, 0 packets received, 100% packet loss 2018-10-10 14:50:40,517 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-10-10 14:50:40,524 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 14:50:40,650 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-10 14:50:40,650 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:52 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-10-10 14:50:40,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-10 14:50:40,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:40,838 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:50:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8bc1c3ca-63a0-4c21-b6c6-53383e0946ec x-compute-request-id: req-8bc1c3ca-63a0-4c21-b6c6-53383e0946ec Content-Type: application/json 2018-10-10 14:50:40,838 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1 used request id req-8bc1c3ca-63a0-4c21-b6c6-53383e0946ec 2018-10-10 14:50:40,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.182017803192s 2018-10-10 14:50:40,838 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1 used request id req-8bc1c3ca-63a0-4c21-b6c6-53383e0946ec 2018-10-10 14:50:40,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:50:40,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:41,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5e4f858-66ce-457a-b981-d89150a1eb1c x-compute-request-id: req-a5e4f858-66ce-457a-b981-d89150a1eb1c Content-Encoding: gzip Content-Length: 897 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:06:08", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:06:08", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fa5682ea-d772-4c7d-bb14-d8856924247c", "rel": "bookmark"}], "image": {"id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "links": [{"href": "http://172.30.9.27:8774/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:50:14.000000", "flavor": {"id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "links": [{"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}]}, "id": "fa5682ea-d772-4c7d-bb14-d8856924247c", "security_groups": [{"name": "vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}], "user_id": "ae7a425f1c894daf88c465826969343d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:50:15Z", "hostId": "b7660c4a7440559464b379b465c0be4332324bb019b9611757a917f5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "name": "vping_ssh-vm_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "created": "2018-10-10T14:50:10Z", "tenant_id": "5ea391c3f23246858f348b79d506f109", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:1c:e0", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "rel": "bookmark"}], "image": {"id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "links": [{"href": "http://172.30.9.27:8774/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:50:04.000000", "flavor": {"id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "links": [{"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}]}, "id": "68ccfdc9-cb45-4f28-bddd-ab7161035bc1", "security_groups": [{"name": "vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}], "user_id": "ae7a425f1c894daf88c465826969343d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:50:40Z", "hostId": "a533fdf9b5ff5ca610828b200a4de3ee7d775859c3e0846570407631", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "created": "2018-10-10T14:50:01Z", "tenant_id": "5ea391c3f23246858f348b79d506f109", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:50:41,508 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a5e4f858-66ce-457a-b981-d89150a1eb1c 2018-10-10 14:50:41,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.668763875961s 2018-10-10 14:50:41,508 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a5e4f858-66ce-457a-b981-d89150a1eb1c 2018-10-10 14:50:41,511 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-10 14:50:43,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:50:43,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:44,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50: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-8d306bf9-404e-4164-8a5b-f24ac42adcf5 x-compute-request-id: req-8d306bf9-404e-4164-8a5b-f24ac42adcf5 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:06:08", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:06:08", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fa5682ea-d772-4c7d-bb14-d8856924247c", "rel": "bookmark"}], "image": {"id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "links": [{"href": "http://172.30.9.27:8774/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:50:14.000000", "flavor": {"id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "links": [{"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}]}, "id": "fa5682ea-d772-4c7d-bb14-d8856924247c", "security_groups": [{"name": "vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}], "user_id": "ae7a425f1c894daf88c465826969343d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:50:15Z", "hostId": "b7660c4a7440559464b379b465c0be4332324bb019b9611757a917f5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "name": "vping_ssh-vm_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "created": "2018-10-10T14:50:10Z", "tenant_id": "5ea391c3f23246858f348b79d506f109", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:50:44,143 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8d306bf9-404e-4164-8a5b-f24ac42adcf5 2018-10-10 14:50:44,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.629935979843s 2018-10-10 14:50:44,144 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8d306bf9-404e-4164-8a5b-f24ac42adcf5 2018-10-10 14:50:44,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-10 14:50:44,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/e5e28ef5-ebdf-4112-b40e-d4715ccbe47f.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:44,885 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-04a9ec1c-f9b0-4f39-8b33-f4edafd56f71 Content-Length: 0 Date: Wed, 10 Oct 2018 14:50:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:50:44,885 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/e5e28ef5-ebdf-4112-b40e-d4715ccbe47f.json used request id req-04a9ec1c-f9b0-4f39-8b33-f4edafd56f71 2018-10-10 14:50:44,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.737035989761s 2018-10-10 14:50:44,886 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/e5e28ef5-ebdf-4112-b40e-d4715ccbe47f.json used request id req-04a9ec1c-f9b0-4f39-8b33-f4edafd56f71 2018-10-10 14:50:44,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-10 14:50:44,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:44,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-157d980c-fa6d-48bc-8adb-d750379b760a Date: Wed, 10 Oct 2018 14:50:44 GMT RESP BODY: {"floatingips": []} 2018-10-10 14:50:44,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-157d980c-fa6d-48bc-8adb-d750379b760a 2018-10-10 14:50:44,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0331180095673s 2018-10-10 14:50:44,924 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-157d980c-fa6d-48bc-8adb-d750379b760a 2018-10-10 14:50:44,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-10 14:50:44,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:45,101 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:50:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1b5fcb25-8a31-43a8-a836-1e638528220a x-compute-request-id: req-1b5fcb25-8a31-43a8-a836-1e638528220a Content-Type: application/json 2018-10-10 14:50:45,102 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c used request id req-1b5fcb25-8a31-43a8-a836-1e638528220a 2018-10-10 14:50:45,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.176488161087s 2018-10-10 14:50:45,102 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c used request id req-1b5fcb25-8a31-43a8-a836-1e638528220a 2018-10-10 14:50:45,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:50:45,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:45,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a5f9483-cf1b-4aea-8872-053b0ae6632d x-compute-request-id: req-5a5f9483-cf1b-4aea-8872-053b0ae6632d Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:06:08", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:06:08", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fa5682ea-d772-4c7d-bb14-d8856924247c", "rel": "bookmark"}], "image": {"id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "links": [{"href": "http://172.30.9.27:8774/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:50:14.000000", "flavor": {"id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "links": [{"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}]}, "id": "fa5682ea-d772-4c7d-bb14-d8856924247c", "security_groups": [{"name": "vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}], "user_id": "ae7a425f1c894daf88c465826969343d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:50:45Z", "hostId": "b7660c4a7440559464b379b465c0be4332324bb019b9611757a917f5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "name": "vping_ssh-vm_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "created": "2018-10-10T14:50:10Z", "tenant_id": "5ea391c3f23246858f348b79d506f109", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:50:45,323 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5a5f9483-cf1b-4aea-8872-053b0ae6632d 2018-10-10 14:50:45,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.22014093399s 2018-10-10 14:50:45,323 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5a5f9483-cf1b-4aea-8872-053b0ae6632d 2018-10-10 14:50:45,325 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-10 14:50:47,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:50:47,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:47,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94784ebc-0150-4583-b2b3-c399183fc751 x-compute-request-id: req-94784ebc-0150-4583-b2b3-c399183fc751 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:06:08", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fa5682ea-d772-4c7d-bb14-d8856924247c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fa5682ea-d772-4c7d-bb14-d8856924247c", "rel": "bookmark"}], "image": {"id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "links": [{"href": "http://172.30.9.27:8774/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:50:14.000000", "flavor": {"id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "links": [{"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}]}, "id": "fa5682ea-d772-4c7d-bb14-d8856924247c", "security_groups": [{"name": "vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}], "user_id": "ae7a425f1c894daf88c465826969343d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:50:47Z", "hostId": "b7660c4a7440559464b379b465c0be4332324bb019b9611757a917f5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "name": "vping_ssh-vm_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "created": "2018-10-10T14:50:10Z", "tenant_id": "5ea391c3f23246858f348b79d506f109", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:50:47,537 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-94784ebc-0150-4583-b2b3-c399183fc751 2018-10-10 14:50:47,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.209943056107s 2018-10-10 14:50:47,538 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-94784ebc-0150-4583-b2b3-c399183fc751 2018-10-10 14:50:47,539 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-10 14:50:49,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:50:49,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:49,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba390938-f5be-4a7d-9ee9-de6bfa42b6a2 x-compute-request-id: req-ba390938-f5be-4a7d-9ee9-de6bfa42b6a2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-10 14:50:49,625 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ba390938-f5be-4a7d-9ee9-de6bfa42b6a2 2018-10-10 14:50:49,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.082396030426s 2018-10-10 14:50:49,625 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ba390938-f5be-4a7d-9ee9-de6bfa42b6a2 2018-10-10 14:50:49,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 14:50:49,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:49,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-afb2864a-f6c4-41a7-b973-8680dfe61087 Date: Wed, 10 Oct 2018 14:50:49 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:49:57Z", "updated_at": "2018-10-10T14:49:58Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T14:49:57Z", "revision_number": 0, "id": "51596a55-1645-41c1-a3b9-9b4a1ba67cba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:57Z", "security_group_id": "6694a339-d071-4f61-b3cc-bcc28f27cd1c", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:57Z", "revision_number": 0, "id": "5ecc7953-bceb-440b-a160-e21a08f53a23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:57Z", "security_group_id": "6694a339-d071-4f61-b3cc-bcc28f27cd1c", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:58Z", "revision_number": 0, "id": "6c925937-5992-4363-b41b-9e882d36ca28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:58Z", "security_group_id": "6694a339-d071-4f61-b3cc-bcc28f27cd1c", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:57Z", "revision_number": 0, "id": "8bbd994c-04bf-4ba0-860f-5e0a87177a70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:57Z", "security_group_id": "6694a339-d071-4f61-b3cc-bcc28f27cd1c", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ea391c3f23246858f348b79d506f109"}], "revision_number": 4, "project_id": "5ea391c3f23246858f348b79d506f109", "id": "6694a339-d071-4f61-b3cc-bcc28f27cd1c", "name": "vping_ssh-sg_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}, {"description": "Default security group", "tags": [], "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:49:48Z", "updated_at": "2018-10-10T14:49:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "a0e733c4-0a34-471a-897d-4133c305cece", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "aa27e919-e863-4c03-b94b-f719b38a03f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "b494235f-b62f-467d-a64d-641054cbcdf2", "remote_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "f7476d49-0ad9-4288-9a99-1344a3d4fd78", "remote_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ea391c3f23246858f348b79d506f109"}], "revision_number": 4, "project_id": "5ea391c3f23246858f348b79d506f109", "id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "name": "default"}]} 2018-10-10 14:50:49,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-afb2864a-f6c4-41a7-b973-8680dfe61087 2018-10-10 14:50:49,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0548770427704s 2018-10-10 14:50:49,684 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-afb2864a-f6c4-41a7-b973-8680dfe61087 2018-10-10 14:50:49,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-10 14:50:49,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/6694a339-d071-4f61-b3cc-bcc28f27cd1c.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:49,887 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8e32f70b-b690-4b2d-97ba-9878ce20bdb0 Content-Length: 0 Date: Wed, 10 Oct 2018 14:50:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:50:49,887 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/6694a339-d071-4f61-b3cc-bcc28f27cd1c.json used request id req-8e32f70b-b690-4b2d-97ba-9878ce20bdb0 2018-10-10 14:50:49,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.200340032578s 2018-10-10 14:50:49,888 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/6694a339-d071-4f61-b3cc-bcc28f27cd1c.json used request id req-8e32f70b-b690-4b2d-97ba-9878ce20bdb0 2018-10-10 14:50:49,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-10-10 14:50:49,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_0b214193-33c9-49e2-8add-bb1e9d5c59f7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:49,968 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:50:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5072663b-4a38-4c8e-bfbc-149ce50e7aac x-compute-request-id: req-5072663b-4a38-4c8e-bfbc-149ce50e7aac Content-Length: 0 Content-Type: application/json 2018-10-10 14:50:49,968 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_0b214193-33c9-49e2-8add-bb1e9d5c59f7 used request id req-5072663b-4a38-4c8e-bfbc-149ce50e7aac 2018-10-10 14:50:49,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0799691677094s 2018-10-10 14:50:49,968 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_0b214193-33c9-49e2-8add-bb1e9d5c59f7 used request id req-5072663b-4a38-4c8e-bfbc-149ce50e7aac 2018-10-10 14:50:49,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-10 14:50:49,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/d01757f0-914c-4b49-8423-657331446847/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}f75e41449a82ce6e8b3b5be4e02742670c153d74" -d '{"subnet_id": "c495fbaf-2b3c-4149-bbd5-e24ac2a40c70"}' 2018-10-10 14:50:51,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2dc45b9b-7c49-4613-8a43-10954bb61917 Date: Wed, 10 Oct 2018 14:50:51 GMT RESP BODY: {"network_id": "68c0a5e0-f4b5-4181-985c-c279321a3cc1", "tenant_id": "5ea391c3f23246858f348b79d506f109", "subnet_id": "c495fbaf-2b3c-4149-bbd5-e24ac2a40c70", "subnet_ids": ["c495fbaf-2b3c-4149-bbd5-e24ac2a40c70"], "port_id": "54461b20-750f-462d-8420-32f497a819d4", "id": "d01757f0-914c-4b49-8423-657331446847"} 2018-10-10 14:50:51,186 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d01757f0-914c-4b49-8423-657331446847/remove_router_interface.json used request id req-2dc45b9b-7c49-4613-8a43-10954bb61917 2018-10-10 14:50:51,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.2175719738s 2018-10-10 14:50:51,187 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d01757f0-914c-4b49-8423-657331446847/remove_router_interface.json used request id req-2dc45b9b-7c49-4613-8a43-10954bb61917 returning object d01757f0-914c-4b49-8423-657331446847 2018-10-10 14:50:51,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-10 14:50:51,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:51,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1233 X-Openstack-Request-Id: req-cb82823a-d872-4e10-8257-a320885047e8 Date: Wed, 10 Oct 2018 14:50:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:49:50Z", "admin_state_up": true, "updated_at": "2018-10-10T14:49:51Z", "revision_number": 2, "routes": [], "project_id": "5ea391c3f23246858f348b79d506f109", "id": "607e5713-b25e-483d-ba1f-2ddfe7936757", "name": "vping_ssh-router_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:49:51Z", "admin_state_up": true, "updated_at": "2018-10-10T14:50:50Z", "revision_number": 4, "routes": [], "project_id": "5ea391c3f23246858f348b79d506f109", "id": "d01757f0-914c-4b49-8423-657331446847", "name": "vping_ssh-router_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}]} 2018-10-10 14:50:51,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-cb82823a-d872-4e10-8257-a320885047e8 2018-10-10 14:50:51,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0789120197296s 2018-10-10 14:50:51,267 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-cb82823a-d872-4e10-8257-a320885047e8 2018-10-10 14:50:51,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-10 14:50:51,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/d01757f0-914c-4b49-8423-657331446847.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:52,484 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f4c9ff69-4159-4704-a13b-490b7998b9f6 Content-Length: 0 Date: Wed, 10 Oct 2018 14:50:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:50:52,484 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/d01757f0-914c-4b49-8423-657331446847.json used request id req-f4c9ff69-4159-4704-a13b-490b7998b9f6 2018-10-10 14:50:52,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.21517395973s 2018-10-10 14:50:52,484 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/d01757f0-914c-4b49-8423-657331446847.json used request id req-f4c9ff69-4159-4704-a13b-490b7998b9f6 2018-10-10 14:50:52,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-10 14:50:52,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:52,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-7925aaae-e249-4ec7-a382-dc26d50af4e5 Date: Wed, 10 Oct 2018 14:50:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"68c0a5e0-f4b5-4181-985c-c279321a3cc1","tenant_id":"5ea391c3f23246858f348b79d506f109","created_at":"2018-10-10T14:49:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-10T14:49:49Z","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":"5ea391c3f23246858f348b79d506f109","id":"c495fbaf-2b3c-4149-bbd5-e24ac2a40c70","subnetpool_id":null,"name":"vping_ssh-subnet_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}]} 2018-10-10 14:50:52,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-7925aaae-e249-4ec7-a382-dc26d50af4e5 2018-10-10 14:50:52,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0570828914642s 2018-10-10 14:50:52,542 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-7925aaae-e249-4ec7-a382-dc26d50af4e5 2018-10-10 14:50:52,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-10 14:50:52,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/c495fbaf-2b3c-4149-bbd5-e24ac2a40c70.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:54,981 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-24a390f0-8ff1-40ab-a7ec-ac6870d96b5f Date: Wed, 10 Oct 2018 14:50:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:50:54,981 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/c495fbaf-2b3c-4149-bbd5-e24ac2a40c70.json used request id req-24a390f0-8ff1-40ab-a7ec-ac6870d96b5f 2018-10-10 14:50:54,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.43742609024s 2018-10-10 14:50:54,981 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/c495fbaf-2b3c-4149-bbd5-e24ac2a40c70.json used request id req-24a390f0-8ff1-40ab-a7ec-ac6870d96b5f 2018-10-10 14:50:54,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 14:50:54,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:55,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-526542fa-4f39-4990-8cc4-9396675554fa Date: Wed, 10 Oct 2018 14:50:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-10T14:50:54Z","tenant_id":"5ea391c3f23246858f348b79d506f109","created_at":"2018-10-10T14:49:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ea391c3f23246858f348b79d506f109","id":"68c0a5e0-f4b5-4181-985c-c279321a3cc1","name":"vping_ssh-net_0b214193-33c9-49e2-8add-bb1e9d5c59f7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"updated_at":"2018-10-10T14:26:55Z","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","name":"external"}]} 2018-10-10 14:50:55,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-526542fa-4f39-4990-8cc4-9396675554fa 2018-10-10 14:50:55,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255732059479s 2018-10-10 14:50:55,238 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-526542fa-4f39-4990-8cc4-9396675554fa 2018-10-10 14:50:55,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-10 14:50:55,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/68c0a5e0-f4b5-4181-985c-c279321a3cc1.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:56,476 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf567434-d65c-4bbb-851c-0d43d2be7a54 Date: Wed, 10 Oct 2018 14:50:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:50:56,476 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/68c0a5e0-f4b5-4181-985c-c279321a3cc1.json used request id req-cf567434-d65c-4bbb-851c-0d43d2be7a54 2018-10-10 14:50:56,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.23750090599s 2018-10-10 14:50:56,477 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/68c0a5e0-f4b5-4181-985c-c279321a3cc1.json used request id req-cf567434-d65c-4bbb-851c-0d43d2be7a54 2018-10-10 14:50:56,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 14:50:56,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:56,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-1835c784-59c1-4b96-824d-af9e50f997c0 Date: Wed, 10 Oct 2018 14:50:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/f9150c25-62df-432b-8b4f-74ad75300bdd/snap", "metadata": {}}], "file": "/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd/file", "owner": "5ea391c3f23246858f348b79d506f109", "id": "f9150c25-62df-432b-8b4f-74ad75300bdd", "size": 12716032, "self": "/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/f9150c25-62df-432b-8b4f-74ad75300bdd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T14:49:55Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T14:49:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 14:50:56,694 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-1835c784-59c1-4b96-824d-af9e50f997c0 2018-10-10 14:50:56,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.21657204628s 2018-10-10 14:50:56,694 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-1835c784-59c1-4b96-824d-af9e50f997c0 2018-10-10 14:50:56,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-10 14:50:56,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f75e41449a82ce6e8b3b5be4e02742670c153d74" 2018-10-10 14:50:57,435 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7da857af-c44d-4105-a962-31766de40598 Date: Wed, 10 Oct 2018 14:50:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:50:57,435 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd used request id req-7da857af-c44d-4105-a962-31766de40598 2018-10-10 14:50:57,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.738872051239s 2018-10-10 14:50:57,435 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/f9150c25-62df-432b-8b4f-74ad75300bdd used request id req-7da857af-c44d-4105-a962-31766de40598 2018-10-10 14:50:57,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 14:50:57,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:50:57,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-238d8c86-a63b-4346-bf3e-2e0fee0a65df x-compute-request-id: req-238d8c86-a63b-4346-bf3e-2e0fee0a65df Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "6bb81f20-85f3-4a7d-9c01-a43d4afee0df", "name": "vping_ssh-flavor_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 14:50:57,470 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-238d8c86-a63b-4346-bf3e-2e0fee0a65df 2018-10-10 14:50:57,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0337879657745s 2018-10-10 14:50:57,470 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-238d8c86-a63b-4346-bf3e-2e0fee0a65df 2018-10-10 14:50:57,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-10 14:50:57,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:50:57,521 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:50:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1377dc24-5b18-4530-834a-6c17ddc86e48 x-compute-request-id: req-1377dc24-5b18-4530-834a-6c17ddc86e48 Content-Length: 0 Content-Type: application/json 2018-10-10 14:50:57,521 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df used request id req-1377dc24-5b18-4530-834a-6c17ddc86e48 2018-10-10 14:50:57,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0496048927307s 2018-10-10 14:50:57,521 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/6bb81f20-85f3-4a7d-9c01-a43d4afee0df used request id req-1377dc24-5b18-4530-834a-6c17ddc86e48 2018-10-10 14:50:57,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:50:57,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:50:57,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b40ba30f-5792-4328-88a8-ffdf1e32b8c4 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_0b214193-33c9-49e2-8add-bb1e9d5c59f7", "links": {"self": "http://172.30.9.27:5000/v3/users/ae7a425f1c894daf88c465826969343d"}, "domain_id": "default", "enabled": true, "id": "ae7a425f1c894daf88c465826969343d", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:50:57,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b40ba30f-5792-4328-88a8-ffdf1e32b8c4 2018-10-10 14:50:57,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0952048301697s 2018-10-10 14:50:57,618 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b40ba30f-5792-4328-88a8-ffdf1e32b8c4 2018-10-10 14:50:57,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:50:57,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/ae7a425f1c894daf88c465826969343d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:50:57,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e9c93c8-ddb6-44d8-8587-2651c4a40091 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/ae7a425f1c894daf88c465826969343d"}, "enabled": true, "id": "ae7a425f1c894daf88c465826969343d", "options": {}, "domain_id": "default", "name": "vping_ssh-user_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}} 2018-10-10 14:50:57,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/ae7a425f1c894daf88c465826969343d used request id req-5e9c93c8-ddb6-44d8-8587-2651c4a40091 2018-10-10 14:50:57,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.086541891098s 2018-10-10 14:50:57,710 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/ae7a425f1c894daf88c465826969343d used request id req-5e9c93c8-ddb6-44d8-8587-2651c4a40091 2018-10-10 14:50:57,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-10 14:50:57,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/ae7a425f1c894daf88c465826969343d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:50:57,895 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:50:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13ecb54e-8d7c-43f6-bb65-94d7cde0b24a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:50:57,895 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ae7a425f1c894daf88c465826969343d used request id req-13ecb54e-8d7c-43f6-bb65-94d7cde0b24a 2018-10-10 14:50:57,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.18362903595s 2018-10-10 14:50:57,895 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ae7a425f1c894daf88c465826969343d used request id req-13ecb54e-8d7c-43f6-bb65-94d7cde0b24a 2018-10-10 14:50:57,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:50:57,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:50:57,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ff99069-a795-4fd7-ac1a-00894c27dbd1 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.27:5000/v3/projects/5ea391c3f23246858f348b79d506f109"}, "enabled": true, "id": "5ea391c3f23246858f348b79d506f109", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:50:57,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-2ff99069-a795-4fd7-ac1a-00894c27dbd1 2018-10-10 14:50:57,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0793039798737s 2018-10-10 14:50:57,975 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-2ff99069-a795-4fd7-ac1a-00894c27dbd1 2018-10-10 14:50:57,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-10 14:50:57,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/5ea391c3f23246858f348b79d506f109 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:50:58,132 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:50:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0af6e62-08c7-4a33-a7ef-f5cbc27bd05a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:50:58,132 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/5ea391c3f23246858f348b79d506f109 used request id req-a0af6e62-08c7-4a33-a7ef-f5cbc27bd05a 2018-10-10 14:50:58,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.154361963272s 2018-10-10 14:50:58,132 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/5ea391c3f23246858f348b79d506f109 used request id req-a0af6e62-08c7-4a33-a7ef-f5cbc27bd05a 2018-10-10 14:50:58,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:50:58,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:50:58,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26da800b-59d6-4185-82d5-6288b3f27a75 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "3eb0183c5dbd4456a9f28e862bfbc6e5", "links": {"self": "http://172.30.9.27:5000/v3/roles/3eb0183c5dbd4456a9f28e862bfbc6e5"}, "name": "Member"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:50:58,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-26da800b-59d6-4185-82d5-6288b3f27a75 2018-10-10 14:50:58,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0811898708344s 2018-10-10 14:50:58,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-10 14:50:58,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/3eb0183c5dbd4456a9f28e862bfbc6e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:50:58,321 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:50:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5c16acb-4210-40d3-a539-ba60ee64e826 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:50:58,321 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/3eb0183c5dbd4456a9f28e862bfbc6e5 used request id req-b5c16acb-4210-40d3-a539-ba60ee64e826 2018-10-10 14:50:58,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.105720996857s 2018-10-10 14:50:58,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 14:50:58,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=5ea391c3f23246858f348b79d506f109&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}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:50:58,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-94abcad6-2d7d-4e0b-9b8d-8c9639c18b95 Date: Wed, 10 Oct 2018 14:50:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:49:48Z", "updated_at": "2018-10-10T14:49:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "a0e733c4-0a34-471a-897d-4133c305cece", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "aa27e919-e863-4c03-b94b-f719b38a03f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "b494235f-b62f-467d-a64d-641054cbcdf2", "remote_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "f7476d49-0ad9-4288-9a99-1344a3d4fd78", "remote_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ea391c3f23246858f348b79d506f109"}], "revision_number": 4, "project_id": "5ea391c3f23246858f348b79d506f109", "id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "name": "default"}]} 2018-10-10 14:50:58,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=5ea391c3f23246858f348b79d506f109&name=default used request id req-94abcad6-2d7d-4e0b-9b8d-8c9639c18b95 2018-10-10 14:50:58,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.301019906998s 2018-10-10 14:50:58,626 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=5ea391c3f23246858f348b79d506f109&name=default used request id req-94abcad6-2d7d-4e0b-9b8d-8c9639c18b95 2018-10-10 14:50:58,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 14:50:58,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:50:58,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3416f8a5-abe7-43ed-8710-789ba907579a Date: Wed, 10 Oct 2018 14:50:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:49:48Z", "updated_at": "2018-10-10T14:49:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "b494235f-b62f-467d-a64d-641054cbcdf2", "remote_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "aa27e919-e863-4c03-b94b-f719b38a03f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "a0e733c4-0a34-471a-897d-4133c305cece", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ea391c3f23246858f348b79d506f109"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:49:48Z", "revision_number": 0, "id": "f7476d49-0ad9-4288-9a99-1344a3d4fd78", "remote_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "remote_ip_prefix": null, "created_at": "2018-10-10T14:49:48Z", "security_group_id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "tenant_id": "5ea391c3f23246858f348b79d506f109", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ea391c3f23246858f348b79d506f109"}], "revision_number": 4, "project_id": "5ea391c3f23246858f348b79d506f109", "id": "ab807672-5871-42e7-b5ce-0dcfa1709660", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "updated_at": "2018-10-10T14:38:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "name": "default"}]} 2018-10-10 14:50:58,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-3416f8a5-abe7-43ed-8710-789ba907579a 2018-10-10 14:50:58,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.198125839233s 2018-10-10 14:50:58,828 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-3416f8a5-abe7-43ed-8710-789ba907579a 2018-10-10 14:50:58,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-10 14:50:58,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/ab807672-5871-42e7-b5ce-0dcfa1709660.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a93c20fa6e2904aa9ccc4800359c146522d5b231" 2018-10-10 14:50:59,165 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-55d3e91b-0e48-4369-aa7e-b6ddec645c9b Content-Length: 0 Date: Wed, 10 Oct 2018 14:50:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:50:59,165 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/ab807672-5871-42e7-b5ce-0dcfa1709660.json used request id req-55d3e91b-0e48-4369-aa7e-b6ddec645c9b 2018-10-10 14:50:59,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.332216024399s 2018-10-10 14:50:59,165 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/ab807672-5871-42e7-b5ce-0dcfa1709660.json used request id req-55d3e91b-0e48-4369-aa7e-b6ddec645c9b 2018-10-10 14:50:59,165 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-10-10 14:50:59,219 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-10-10 14:50:59,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 14:50:59,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 14:50:59,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 14:50:59,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 14:50:59,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 14:50:59,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 14:50:59,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 14:50:59,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 14:50:59,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 14:50:59,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 14:50:59,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 14:50:59,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 14:50:59,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 14:50:59,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 14:50:59,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 14:50:59,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 14:50:59,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 14:50:59,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 14:50:59,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 14:50:59,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 14:50:59,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 14:50:59,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 14:50:59,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 14:50:59,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 14:50:59,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:50:59,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9b5a638-5ec4-4c13-9c7c-f5183239bff5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:50:59,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f9b5a638-5ec4-4c13-9c7c-f5183239bff5 2018-10-10 14:50:59,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:50:59,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T15:50:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["oLOYBfaDS-6QRphFr6b-yw"], "issued_at": "2018-10-10T14:50:59.000000Z"}} 2018-10-10 14:50:59,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 14:50:59,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:50:59,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ae5f6f4a-2525-49fc-aa2e-1fcd9575b651 Date: Wed, 10 Oct 2018 14:50:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 14:50:59,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ae5f6f4a-2525-49fc-aa2e-1fcd9575b651 2018-10-10 14:50:59,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.245809078217s 2018-10-10 14:50:59,914 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ae5f6f4a-2525-49fc-aa2e-1fcd9575b651 2018-10-10 14:50:59,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-10 14:50:59,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:50:59,924 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:50:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:50:59,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:51:00,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:50:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17798f5b-09b3-4db8-8dbe-05f87d4a7d4d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/da9a3567bac744d785bfd81a34b9e2bc"}, "description": "", "name": "heat_stack", "enabled": true, "id": "da9a3567bac744d785bfd81a34b9e2bc"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-10-10 14:51:00,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-17798f5b-09b3-4db8-8dbe-05f87d4a7d4d 2018-10-10 14:51:00,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0857009887695s 2018-10-10 14:51:00,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-10 14:51:00,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_fc72716b-d772-4456-bbb0-689964bd9445"}}' 2018-10-10 14:51:00,110 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:51:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-823f5d87-16f6-4bf7-b89b-30cca365bdc6 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.27:5000/v3/projects/2ba8f31dc3d64de281b6ba1d0976b2e5"}, "enabled": true, "id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_fc72716b-d772-4456-bbb0-689964bd9445"}} 2018-10-10 14:51:00,111 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-823f5d87-16f6-4bf7-b89b-30cca365bdc6 2018-10-10 14:51:00,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.10840511322s 2018-10-10 14:51:00,111 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-823f5d87-16f6-4bf7-b89b-30cca365bdc6 2018-10-10 14:51:00,112 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_fc72716b-d772-4456-bbb0-689964bd9445', 'id': u'2ba8f31dc3d64de281b6ba1d0976b2e5', 'description': u'Created by OPNFV Functest: vping_userdata', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-10 14:51:00,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-10 14:51:00,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.395933151245s 2018-10-10 14:51:00,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/2a321555de634ac693fa825a203af239 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:51:00,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a9b3398-0de4-4f3a-9c86-8482fcc516bc Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/2a321555de634ac693fa825a203af239"}, "enabled": true, "id": "2a321555de634ac693fa825a203af239", "options": {}, "domain_id": "default", "name": "vping_userdata-user_fc72716b-d772-4456-bbb0-689964bd9445"}} 2018-10-10 14:51:00,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/2a321555de634ac693fa825a203af239 used request id req-2a9b3398-0de4-4f3a-9c86-8482fcc516bc 2018-10-10 14:51:00,598 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2a321555de634ac693fa825a203af239', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_fc72716b-d772-4456-bbb0-689964bd9445'}) 2018-10-10 14:51:00,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:51:00,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:51:00,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c095a99e-51fe-4d2f-be3f-68ed6ccb768d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:51:00,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c095a99e-51fe-4d2f-be3f-68ed6ccb768d 2018-10-10 14:51:00,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.082300901413s 2018-10-10 14:51:00,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:51:00,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:51:00,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0beb1a6a-be4d-4a02-b524-eb954f494705 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:51:00,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0beb1a6a-be4d-4a02-b524-eb954f494705 2018-10-10 14:51:00,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0805261135101s 2018-10-10 14:51:00,763 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-10 14:51:00,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-10 14:51:00,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" -d '{"role": {"name": "Member"}}' 2018-10-10 14:51:00,853 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:51:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16904577-24c4-401d-b47c-0de78884940e Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ca1e7e0a6c114e4a8e843cbd80fc8b33", "links": {"self": "http://172.30.9.27:5000/v3/roles/ca1e7e0a6c114e4a8e843cbd80fc8b33"}, "name": "Member"}} 2018-10-10 14:51:00,853 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-16904577-24c4-401d-b47c-0de78884940e 2018-10-10 14:51:00,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0901710987091s 2018-10-10 14:51:00,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/ca1e7e0a6c114e4a8e843cbd80fc8b33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:51:00,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f41a118e-0564-4a69-8792-9deb99bccce5 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/ca1e7e0a6c114e4a8e843cbd80fc8b33"}, "domain_id": null, "name": "Member", "id": "ca1e7e0a6c114e4a8e843cbd80fc8b33"}} 2018-10-10 14:51:00,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/ca1e7e0a6c114e4a8e843cbd80fc8b33 used request id req-f41a118e-0564-4a69-8792-9deb99bccce5 2018-10-10 14:51:00,933 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/ca1e7e0a6c114e4a8e843cbd80fc8b33'}, 'domain_id': None, 'human_id': None, 'id': u'ca1e7e0a6c114e4a8e843cbd80fc8b33', 'HUMAN_ID': False}) 2018-10-10 14:51:00,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:51:00,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:51:01,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5db3475a-01fb-49c9-a4db-a53f34d9038e Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ca1e7e0a6c114e4a8e843cbd80fc8b33", "links": {"self": "http://172.30.9.27:5000/v3/roles/ca1e7e0a6c114e4a8e843cbd80fc8b33"}, "name": "Member"}]} 2018-10-10 14:51:01,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5db3475a-01fb-49c9-a4db-a53f34d9038e 2018-10-10 14:51:01,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0827238559723s 2018-10-10 14:51:01,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 14:51:01,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:51:01,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7311423d-15f3-4ed3-9fa0-e39f95b45b38 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:51:01,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-7311423d-15f3-4ed3-9fa0-e39f95b45b38 2018-10-10 14:51:01,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.152672052383s 2018-10-10 14:51:01,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:51:01,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:51:01,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-441ea4de-958e-4023-b3c3-90d4aeff8769 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_fc72716b-d772-4456-bbb0-689964bd9445", "links": {"self": "http://172.30.9.27:5000/v3/users/2a321555de634ac693fa825a203af239"}, "domain_id": "default", "enabled": true, "id": "2a321555de634ac693fa825a203af239", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:51:01,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-441ea4de-958e-4023-b3c3-90d4aeff8769 2018-10-10 14:51:01,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0970749855042s 2018-10-10 14:51:01,269 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-441ea4de-958e-4023-b3c3-90d4aeff8769 2018-10-10 14:51:01,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:51:01,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:51:01,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f172fead-d38e-474a-afdf-99e6783e983f Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.27:5000/v3/projects/2ba8f31dc3d64de281b6ba1d0976b2e5"}, "enabled": true, "id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_fc72716b-d772-4456-bbb0-689964bd9445"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:51:01,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-f172fead-d38e-474a-afdf-99e6783e983f 2018-10-10 14:51:01,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0855522155762s 2018-10-10 14:51:01,361 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-f172fead-d38e-474a-afdf-99e6783e983f 2018-10-10 14:51:01,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 14:51:01,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=2a321555de634ac693fa825a203af239&scope.project.id=2ba8f31dc3d64de281b6ba1d0976b2e5&role.id=ca1e7e0a6c114e4a8e843cbd80fc8b33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:51:01,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bb9021b-3e80-4aec-bca7-cd7e1e0300e0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=2a321555de634ac693fa825a203af239&scope.project.id=2ba8f31dc3d64de281b6ba1d0976b2e5&role.id=ca1e7e0a6c114e4a8e843cbd80fc8b33", "previous": null, "next": null}} 2018-10-10 14:51:01,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=2a321555de634ac693fa825a203af239&scope.project.id=2ba8f31dc3d64de281b6ba1d0976b2e5&role.id=ca1e7e0a6c114e4a8e843cbd80fc8b33 used request id req-6bb9021b-3e80-4aec-bca7-cd7e1e0300e0 2018-10-10 14:51:01,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0733230113983s 2018-10-10 14:51:01,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 14:51:01,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/2ba8f31dc3d64de281b6ba1d0976b2e5/users/2a321555de634ac693fa825a203af239/roles/ca1e7e0a6c114e4a8e843cbd80fc8b33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:51:01,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:51:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e8a6ba0-902b-4af0-9593-9c8bccea1e3e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:51:01,556 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/2ba8f31dc3d64de281b6ba1d0976b2e5/users/2a321555de634ac693fa825a203af239/roles/ca1e7e0a6c114e4a8e843cbd80fc8b33 used request id req-4e8a6ba0-902b-4af0-9593-9c8bccea1e3e 2018-10-10 14:51:01,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.11919093132s 2018-10-10 14:51:01,557 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_fc72716b-d772-4456-bbb0-689964bd9445', 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': 'ce66272d-eb1a-4fdb-9a00-d4df4ce820cb', 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_fc72716b-d772-4456-bbb0-689964bd9445', 'project_id': u'2ba8f31dc3d64de281b6ba1d0976b2e5', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-10 14:51:01,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 14:51:01,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 14:51:01,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 14:51:01,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 14:51:01,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 14:51:01,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 14:51:01,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 14:51:01,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 14:51:01,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 14:51:01,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 14:51:01,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 14:51:01,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 14:51:01,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 14:51:01,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 14:51:01,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 14:51:01,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 14:51:01,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 14:51:01,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 14:51:01,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 14:51:01,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 14:51:01,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 14:51:01,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 14:51:01,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 14:51:01,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 14:51:01,563 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_fc72716b-d772-4456-bbb0-689964bd9445', 'password': 'ce66272d-eb1a-4fdb-9a00-d4df4ce820cb', 'project_name': 'vping_userdata-project_fc72716b-d772-4456-bbb0-689964bd9445', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '2ba8f31dc3d64de281b6ba1d0976b2e5', 'project_domain_name': 'Default'} 2018-10-10 14:51:01,563 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-10-10 14:51:01,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-10 14:51:01,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:51:01,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7831432f-8a88-4e25-9a89-eafb2fe1bff6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/da9a3567bac744d785bfd81a34b9e2bc"}, "description": "", "name": "heat_stack", "enabled": true, "id": "da9a3567bac744d785bfd81a34b9e2bc"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-10-10 14:51:01,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-7831432f-8a88-4e25-9a89-eafb2fe1bff6 2018-10-10 14:51:01,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0815880298615s 2018-10-10 14:51:01,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:51:01,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:51:01,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b694ce3-f6a9-4107-898e-857396085e02 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.27:5000/v3/projects/2ba8f31dc3d64de281b6ba1d0976b2e5"}, "enabled": true, "id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_fc72716b-d772-4456-bbb0-689964bd9445"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:51:01,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-8b694ce3-f6a9-4107-898e-857396085e02 2018-10-10 14:51:01,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0761241912842s 2018-10-10 14:51:01,723 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-8b694ce3-f6a9-4107-898e-857396085e02 2018-10-10 14:51:01,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-10 14:51:01,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" -d '{"network": {"tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "name": "vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445", "admin_state_up": true}}' 2018-10-10 14:51:02,259 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-fce1a105-da86-4fe6-8dca-102dba4c0669 Date: Wed, 10 Oct 2018 14:51: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":"920f2e71-9548-40fa-8cb1-8038b50f0d05","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T14:51:02Z","is_default":false,"provider:segmentation_id":55,"name":"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445","admin_state_up":true,"tenant_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","created_at":"2018-10-10T14:51:02Z","mtu":1450}} 2018-10-10 14:51:02,259 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-fce1a105-da86-4fe6-8dca-102dba4c0669 2018-10-10 14:51:02,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.532204151154s 2018-10-10 14:51:02,259 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-fce1a105-da86-4fe6-8dca-102dba4c0669 2018-10-10 14:51:02,260 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-10-10T14:51:02Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'920f2e71-9548-40fa-8cb1-8038b50f0d05', u'provider:segmentation_id': 55, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445', u'admin_state_up': True, u'tenant_id': u'2ba8f31dc3d64de281b6ba1d0976b2e5', u'created_at': u'2018-10-10T14:51:02Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2ba8f31dc3d64de281b6ba1d0976b2e5'}) 2018-10-10 14:51:02,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:51:02,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83b3b3f9-06b9-4e50-ab09-185a9c092d6b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:51:02,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-83b3b3f9-06b9-4e50-ab09-185a9c092d6b 2018-10-10 14:51:02,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:51:02,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca1e7e0a6c114e4a8e843cbd80fc8b33", "name": "Member"}], "expires_at": "2018-10-10T15:51:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "name": "vping_userdata-project_fc72716b-d772-4456-bbb0-689964bd9445"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/2ba8f31dc3d64de281b6ba1d0976b2e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/2ba8f31dc3d64de281b6ba1d0976b2e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/2ba8f31dc3d64de281b6ba1d0976b2e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/2ba8f31dc3d64de281b6ba1d0976b2e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/2ba8f31dc3d64de281b6ba1d0976b2e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/2ba8f31dc3d64de281b6ba1d0976b2e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/2ba8f31dc3d64de281b6ba1d0976b2e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/2ba8f31dc3d64de281b6ba1d0976b2e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/2ba8f31dc3d64de281b6ba1d0976b2e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2ba8f31dc3d64de281b6ba1d0976b2e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/2ba8f31dc3d64de281b6ba1d0976b2e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/2ba8f31dc3d64de281b6ba1d0976b2e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_fc72716b-d772-4456-bbb0-689964bd9445", "id": "2a321555de634ac693fa825a203af239"}, "audit_ids": ["mOctsbxNTjizp20hqnyoJA"], "issued_at": "2018-10-10T14:51:02.000000Z"}} 2018-10-10 14:51:02,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 14:51:02,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:02,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-1e302463-3f81-4783-bfff-35e185c9ed47 Date: Wed, 10 Oct 2018 14:51: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":["b0a0249e-f730-4a48-8032-264a390edf2d"],"updated_at":"2018-10-10T14:26:55Z","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-10T14:51:02Z","tenant_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","created_at":"2018-10-10T14:51:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","id":"920f2e71-9548-40fa-8cb1-8038b50f0d05","name":"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445"}]} 2018-10-10 14:51:02,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1e302463-3f81-4783-bfff-35e185c9ed47 2018-10-10 14:51:02,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255927085876s 2018-10-10 14:51:02,918 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1e302463-3f81-4783-bfff-35e185c9ed47 2018-10-10 14:51:02,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-10 14:51:02,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"subnet": {"name": "vping_userdata-subnet_fc72716b-d772-4456-bbb0-689964bd9445", "enable_dhcp": true, "network_id": "920f2e71-9548-40fa-8cb1-8038b50f0d05", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-10 14:51:03,595 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8c08e624-5339-48a4-8ff1-2b79738eb844 Date: Wed, 10 Oct 2018 14:51:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"920f2e71-9548-40fa-8cb1-8038b50f0d05","tenant_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","created_at":"2018-10-10T14:51:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-10T14:51:03Z","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":"2ba8f31dc3d64de281b6ba1d0976b2e5","id":"22ecd1e3-e666-46e7-a5df-6cdebef77a7b","subnetpool_id":null,"name":"vping_userdata-subnet_fc72716b-d772-4456-bbb0-689964bd9445"}} 2018-10-10 14:51:03,595 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8c08e624-5339-48a4-8ff1-2b79738eb844 2018-10-10 14:51:03,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.675873994827s 2018-10-10 14:51:03,596 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8c08e624-5339-48a4-8ff1-2b79738eb844 2018-10-10 14:51:03,596 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-10T14:51:03Z', 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'22ecd1e3-e666-46e7-a5df-6cdebef77a7b', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_fc72716b-d772-4456-bbb0-689964bd9445', u'enable_dhcp': True, u'network_id': u'920f2e71-9548-40fa-8cb1-8038b50f0d05', u'tenant_id': u'2ba8f31dc3d64de281b6ba1d0976b2e5', u'created_at': u'2018-10-10T14:51:03Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'2ba8f31dc3d64de281b6ba1d0976b2e5'}) 2018-10-10 14:51:03,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-10 14:51:03,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"router": {"external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}, "name": "vping_userdata-router_fc72716b-d772-4456-bbb0-689964bd9445", "admin_state_up": true}}' 2018-10-10 14:51:07,304 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-efbdda22-b78e-4889-bdd0-43a1ef6a5efb Date: Wed, 10 Oct 2018 14:51:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "created_at": "2018-10-10T14:51:06Z", "admin_state_up": true, "updated_at": "2018-10-10T14:51:07Z", "revision_number": 2, "routes": [], "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "id": "aeed00b5-3c3c-4e6a-8191-7d81d50e7297", "name": "vping_userdata-router_fc72716b-d772-4456-bbb0-689964bd9445"}} 2018-10-10 14:51:07,304 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-efbdda22-b78e-4889-bdd0-43a1ef6a5efb 2018-10-10 14:51:07,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 3.70747709274s 2018-10-10 14:51:07,305 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-efbdda22-b78e-4889-bdd0-43a1ef6a5efb 2018-10-10 14:51:07,305 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6ac47e40-f5a3-4314-aecb-54e9607e2d39', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b0a0249e-f730-4a48-8032-264a390edf2d', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'2ba8f31dc3d64de281b6ba1d0976b2e5', u'created_at': u'2018-10-10T14:51:06Z', u'admin_state_up': True, u'updated_at': u'2018-10-10T14:51:07Z', u'revision_number': 2, u'routes': [], u'project_id': u'2ba8f31dc3d64de281b6ba1d0976b2e5', u'id': u'aeed00b5-3c3c-4e6a-8191-7d81d50e7297', u'name': u'vping_userdata-router_fc72716b-d772-4456-bbb0-689964bd9445'}) 2018-10-10 14:51:07,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-10 14:51:07,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/aeed00b5-3c3c-4e6a-8191-7d81d50e7297/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"subnet_id": "22ecd1e3-e666-46e7-a5df-6cdebef77a7b"}' 2018-10-10 14:51:09,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-24d005bd-74c7-406f-b1c5-91aa0a3edbe3 Date: Wed, 10 Oct 2018 14:51:09 GMT RESP BODY: {"network_id": "920f2e71-9548-40fa-8cb1-8038b50f0d05", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "subnet_id": "22ecd1e3-e666-46e7-a5df-6cdebef77a7b", "subnet_ids": ["22ecd1e3-e666-46e7-a5df-6cdebef77a7b"], "port_id": "c0c6e1e6-15a5-4227-8b19-1100cd3f7b1b", "id": "aeed00b5-3c3c-4e6a-8191-7d81d50e7297"} 2018-10-10 14:51:09,416 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/aeed00b5-3c3c-4e6a-8191-7d81d50e7297/add_router_interface.json used request id req-24d005bd-74c7-406f-b1c5-91aa0a3edbe3 2018-10-10 14:51:09,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.11084699631s 2018-10-10 14:51:09,417 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/aeed00b5-3c3c-4e6a-8191-7d81d50e7297/add_router_interface.json used request id req-24d005bd-74c7-406f-b1c5-91aa0a3edbe3 returning object aeed00b5-3c3c-4e6a-8191-7d81d50e7297 2018-10-10 14:51:09,418 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 14:51:09,550 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-10 14:51:09,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:09,556 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 10 Oct 2018 14:51:09 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-10-10 14:51:09,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 14:51:09,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:09,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f1461f74-0dec-488b-9b3c-d8ef87ebe627 Date: Wed, 10 Oct 2018 14:51:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 14:51:09,718 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f1461f74-0dec-488b-9b3c-d8ef87ebe627 2018-10-10 14:51:09,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.160070896149s 2018-10-10 14:51:09,719 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f1461f74-0dec-488b-9b3c-d8ef87ebe627 2018-10-10 14:51:09,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-10 14:51:09,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_fc72716b-d772-4456-bbb0-689964bd9445", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_fc72716b-d772-4456-bbb0-689964bd9445"}' 2018-10-10 14:51:10,004 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d X-Openstack-Request-Id: req-70d4350e-50dd-4c92-9eba-49672a494256 Date: Wed, 10 Oct 2018 14:51:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/file", "owner": "2ba8f31dc3d64de281b6ba1d0976b2e5", "id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "size": null, "self": "/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T14:51:09Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_fc72716b-d772-4456-bbb0-689964bd9445", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_fc72716b-d772-4456-bbb0-689964bd9445", "checksum": null, "created_at": "2018-10-10T14:51:09Z", "protected": false} 2018-10-10 14:51:10,005 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-70d4350e-50dd-4c92-9eba-49672a494256 2018-10-10 14:51:10,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.284567117691s 2018-10-10 14:51:10,005 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-70d4350e-50dd-4c92-9eba-49672a494256 returning object 04a3d9fb-17b3-49ab-9ec5-00475bed213d 2018-10-10 14:51:10,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-10 14:51:10,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '' 2018-10-10 14:51:11,564 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a70dbb33-a458-4002-825e-83a59018091d Date: Wed, 10 Oct 2018 14:51:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:51:11,564 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/file used request id req-a70dbb33-a458-4002-825e-83a59018091d 2018-10-10 14:51:11,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.55833983421s 2018-10-10 14:51:11,565 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/file used request id req-a70dbb33-a458-4002-825e-83a59018091d 2018-10-10 14:51:11,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 14:51:11,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:11,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-58a10d16-24c7-45f1-a437-78b964ed8629 Date: Wed, 10 Oct 2018 14:51:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/snap", "metadata": {}}], "file": "/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/file", "owner": "2ba8f31dc3d64de281b6ba1d0976b2e5", "id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "size": 12716032, "self": "/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T14:51:11Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_fc72716b-d772-4456-bbb0-689964bd9445", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_fc72716b-d772-4456-bbb0-689964bd9445", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T14:51:09Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 14:51:11,728 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-58a10d16-24c7-45f1-a437-78b964ed8629 2018-10-10 14:51:11,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.163276910782s 2018-10-10 14:51:11,729 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-58a10d16-24c7-45f1-a437-78b964ed8629 2018-10-10 14:51:11,731 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/file', 'owner': u'2ba8f31dc3d64de281b6ba1d0976b2e5', 'id': u'04a3d9fb-17b3-49ab-9ec5-00475bed213d', 'size': 12716032, u'self': u'/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2ba8f31dc3d64de281b6ba1d0976b2e5', 'name': 'vping_userdata-project_fc72716b-d772-4456-bbb0-689964bd9445', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-10T14:51:11Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-10T14:51:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_fc72716b-d772-4456-bbb0-689964bd9445', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_fc72716b-d772-4456-bbb0-689964bd9445', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_fc72716b-d772-4456-bbb0-689964bd9445', 'created': u'2018-10-10T14:51:09Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-10T14:51:09Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_fc72716b-d772-4456-bbb0-689964bd9445', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-10 14:51:11,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-10 14:51:11,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_fc72716b-d772-4456-bbb0-689964bd9445", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-10 14:51:11,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-5fc137ad-e39d-4bff-bcb0-ebfe77236fd6 x-compute-request-id: req-5fc137ad-e39d-4bff-bcb0-ebfe77236fd6 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "name": "vping_userdata-flavor_fc72716b-d772-4456-bbb0-689964bd9445", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:51:11,971 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5fc137ad-e39d-4bff-bcb0-ebfe77236fd6 2018-10-10 14:51:11,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.238822937012s 2018-10-10 14:51:11,971 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5fc137ad-e39d-4bff-bcb0-ebfe77236fd6 returning object 6467e0dd-11c3-4232-969e-cb516192a4e6 2018-10-10 14:51:11,972 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_fc72716b-d772-4456-bbb0-689964bd9445', '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'd00928b339b74d1eac5a92b45f495878', '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'6467e0dd-11c3-4232-969e-cb516192a4e6', 'swap': 0}) 2018-10-10 14:51:11,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-10 14:51:11,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6/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}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" -d '{"extra_specs": {}}' 2018-10-10 14:51:11,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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 x-openstack-request-id: req-cff46339-363d-4a43-92df-f4de56e621f4 x-compute-request-id: req-cff46339-363d-4a43-92df-f4de56e621f4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 14:51:11,996 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6/os-extra_specs used request id req-cff46339-363d-4a43-92df-f4de56e621f4 2018-10-10 14:51:11,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0233931541443s 2018-10-10 14:51:11,996 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6/os-extra_specs used request id req-cff46339-363d-4a43-92df-f4de56e621f4 2018-10-10 14:51:11,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 14:51:11,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:12,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-6557e1d0-39ff-4b44-b148-75db834204c2 Date: Wed, 10 Oct 2018 14:51:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"updated_at":"2018-10-10T14:26:55Z","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["22ecd1e3-e666-46e7-a5df-6cdebef77a7b"],"updated_at":"2018-10-10T14:51:03Z","tenant_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","created_at":"2018-10-10T14:51:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","id":"920f2e71-9548-40fa-8cb1-8038b50f0d05","name":"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445"}]} 2018-10-10 14:51:12,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6557e1d0-39ff-4b44-b148-75db834204c2 2018-10-10 14:51:12,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258460998535s 2018-10-10 14:51:12,256 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6557e1d0-39ff-4b44-b148-75db834204c2 2018-10-10 14:51:12,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 14:51:12,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:12,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-514852a9-c81d-44ae-a128-c458ae94d8ac Date: Wed, 10 Oct 2018 14:51:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/snap", "metadata": {}}], "file": "/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/file", "owner": "2ba8f31dc3d64de281b6ba1d0976b2e5", "id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "size": 12716032, "self": "/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T14:51:11Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_fc72716b-d772-4456-bbb0-689964bd9445", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_fc72716b-d772-4456-bbb0-689964bd9445", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T14:51:09Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 14:51:12,426 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-514852a9-c81d-44ae-a128-c458ae94d8ac 2018-10-10 14:51:12,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.16828584671s 2018-10-10 14:51:12,426 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-514852a9-c81d-44ae-a128-c458ae94d8ac 2018-10-10 14:51:12,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 14:51:12,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:12,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f5ac71b-3e5b-4269-b3d1-a4c1b8c83d07 x-compute-request-id: req-3f5ac71b-3e5b-4269-b3d1-a4c1b8c83d07 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "name": "vping_userdata-flavor_fc72716b-d772-4456-bbb0-689964bd9445", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 14:51:12,608 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3f5ac71b-3e5b-4269-b3d1-a4c1b8c83d07 2018-10-10 14:51:12,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.180621147156s 2018-10-10 14:51:12,609 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3f5ac71b-3e5b-4269-b3d1-a4c1b8c83d07 2018-10-10 14:51:12,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-10 14:51:12,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"server": {"name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "imageRef": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "flavorRef": "6467e0dd-11c3-4232-969e-cb516192a4e6", "max_count": 1, "min_count": 1, "networks": [{"uuid": "920f2e71-9548-40fa-8cb1-8038b50f0d05"}]}}' 2018-10-10 14:51:14,442 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:51:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-51c282d1-0271-4011-bad8-145254de3b8f x-compute-request-id: req-51c282d1-0271-4011-bad8-145254de3b8f Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "adminPass": "3pizXjx5AS8Q"}} 2018-10-10 14:51:14,442 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-51c282d1-0271-4011-bad8-145254de3b8f 2018-10-10 14:51:14,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.8313498497s 2018-10-10 14:51:14,443 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-51c282d1-0271-4011-bad8-145254de3b8f 2018-10-10 14:51:14,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:14,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:14,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51: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-7e8c5763-6ec2-490e-b23c-8658df305302 x-compute-request-id: req-7e8c5763-6ec2-490e-b23c-8658df305302 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.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:51:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:14,877 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7e8c5763-6ec2-490e-b23c-8658df305302 2018-10-10 14:51:14,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.433896064758s 2018-10-10 14:51:14,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7e8c5763-6ec2-490e-b23c-8658df305302 2018-10-10 14:51:14,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 14:51:14,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:14,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-d2058029-93c0-43ce-84ed-618d2fa447b3 Date: Wed, 10 Oct 2018 14:51:14 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":["b0a0249e-f730-4a48-8032-264a390edf2d"],"updated_at":"2018-10-10T14:26:55Z","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["22ecd1e3-e666-46e7-a5df-6cdebef77a7b"],"updated_at":"2018-10-10T14:51:03Z","tenant_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","created_at":"2018-10-10T14:51:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","id":"920f2e71-9548-40fa-8cb1-8038b50f0d05","name":"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445"}]} 2018-10-10 14:51:14,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d2058029-93c0-43ce-84ed-618d2fa447b3 2018-10-10 14:51:14,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109214782715s 2018-10-10 14:51:14,994 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d2058029-93c0-43ce-84ed-618d2fa447b3 2018-10-10 14:51:14,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-10 14:51:14,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:15,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4af51ab5-496f-494c-bdee-f402a3075423 Date: Wed, 10 Oct 2018 14:51:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"920f2e71-9548-40fa-8cb1-8038b50f0d05","tenant_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","created_at":"2018-10-10T14:51:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-10T14:51:03Z","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":"2ba8f31dc3d64de281b6ba1d0976b2e5","id":"22ecd1e3-e666-46e7-a5df-6cdebef77a7b","subnetpool_id":null,"name":"vping_userdata-subnet_fc72716b-d772-4456-bbb0-689964bd9445"}]} 2018-10-10 14:51:15,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4af51ab5-496f-494c-bdee-f402a3075423 2018-10-10 14:51:15,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0527739524841s 2018-10-10 14:51:15,048 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4af51ab5-496f-494c-bdee-f402a3075423 2018-10-10 14:51:15,049 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-10 14:51:17,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:17,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:17,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-924d0ee9-2b07-4017-81d9-2fb74a4e2946 x-compute-request-id: req-924d0ee9-2b07-4017-81d9-2fb74a4e2946 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:51:15Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:17,677 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-924d0ee9-2b07-4017-81d9-2fb74a4e2946 2018-10-10 14:51:17,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.625352144241s 2018-10-10 14:51:17,677 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-924d0ee9-2b07-4017-81d9-2fb74a4e2946 2018-10-10 14:51:17,681 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-10 14:51:19,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:19,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:20,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-46fc473b-19a2-4204-a9fb-4df12850937b x-compute-request-id: req-46fc473b-19a2-4204-a9fb-4df12850937b Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:51:15Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:20,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-46fc473b-19a2-4204-a9fb-4df12850937b 2018-10-10 14:51:20,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.648684978485s 2018-10-10 14:51:20,332 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-46fc473b-19a2-4204-a9fb-4df12850937b 2018-10-10 14:51:20,336 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-10 14:51:22,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:22,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:22,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09a74bc6-a182-45bc-9409-aa4639315b5e x-compute-request-id: req-09a74bc6-a182-45bc-9409-aa4639315b5e Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:22,545 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-09a74bc6-a182-45bc-9409-aa4639315b5e 2018-10-10 14:51:22,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.205971002579s 2018-10-10 14:51:22,545 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-09a74bc6-a182-45bc-9409-aa4639315b5e 2018-10-10 14:51:22,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-10 14:51:22,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=0f736068-bb5c-4fb5-8b51-fd638c5c41cb" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:22,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-40011a79-8be7-46a9-b629-9ba58a75f472 Date: Wed, 10 Oct 2018 14:51:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"920f2e71-9548-40fa-8cb1-8038b50f0d05","tenant_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","created_at":"2018-10-10T14:51:16Z","admin_state_up":true,"updated_at":"2018-10-10T14:51:17Z","binding:vnic_type":"normal","device_id":"0f736068-bb5c-4fb5-8b51-fd638c5c41cb","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:8e:1d:fb","id":"afcb6669-8408-4a43-9d1c-5fb0d13609f1","port_security_enabled":true,"project_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","fixed_ips":[{"subnet_id":"22ecd1e3-e666-46e7-a5df-6cdebef77a7b","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["f8b2331f-549e-403e-9c56-f710a5a707be"],"name":""}]} 2018-10-10 14:51:22,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=0f736068-bb5c-4fb5-8b51-fd638c5c41cb used request id req-40011a79-8be7-46a9-b629-9ba58a75f472 2018-10-10 14:51:22,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0590829849243s 2018-10-10 14:51:22,609 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=0f736068-bb5c-4fb5-8b51-fd638c5c41cb used request id req-40011a79-8be7-46a9-b629-9ba58a75f472 2018-10-10 14:51:22,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-10 14:51:22,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=afcb6669-8408-4a43-9d1c-5fb0d13609f1" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:22,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-81092a46-269e-4203-ab2d-0c7ac0996c45 Date: Wed, 10 Oct 2018 14:51:22 GMT RESP BODY: {"floatingips": []} 2018-10-10 14:51:22,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=afcb6669-8408-4a43-9d1c-5fb0d13609f1 used request id req-81092a46-269e-4203-ab2d-0c7ac0996c45 2018-10-10 14:51:22,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0181529521942s 2018-10-10 14:51:22,632 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=afcb6669-8408-4a43-9d1c-5fb0d13609f1 used request id req-81092a46-269e-4203-ab2d-0c7ac0996c45 2018-10-10 14:51:22,633 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:8e:1d:fb', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'04a3d9fb-17b3-49ab-9ec5-00475bed213d'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-10T14:51:18.000000', 'flavor': Munch({u'id': u'6467e0dd-11c3-4232-969e-cb516192a4e6'}), 'az': u'nova', 'id': u'0f736068-bb5c-4fb5-8b51-fd638c5c41cb', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2a321555de634ac693fa825a203af239', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2ba8f31dc3d64de281b6ba1d0976b2e5', 'name': 'vping_userdata-project_fc72716b-d772-4456-bbb0-689964bd9445', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-10-10T14:51:18.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-10T14:51:19Z', 'hostId': u'9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-10T14:51:18.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2ba8f31dc3d64de281b6ba1d0976b2e5', 'name': u'vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445', 'adminPass': u'3pizXjx5AS8Q', 'tenant_id': u'2ba8f31dc3d64de281b6ba1d0976b2e5', 'region': 'regionOne', 'created': u'2018-10-10T14:51:14Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-10 14:51:22,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 14:51:22,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:22,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-ac9a584b-d9cf-40d4-9902-b1f04a5dd0c5 Date: Wed, 10 Oct 2018 14:51:22 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":["b0a0249e-f730-4a48-8032-264a390edf2d"],"updated_at":"2018-10-10T14:26:55Z","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["22ecd1e3-e666-46e7-a5df-6cdebef77a7b"],"updated_at":"2018-10-10T14:51:03Z","tenant_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","created_at":"2018-10-10T14:51:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","id":"920f2e71-9548-40fa-8cb1-8038b50f0d05","name":"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445"}]} 2018-10-10 14:51:22,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ac9a584b-d9cf-40d4-9902-b1f04a5dd0c5 2018-10-10 14:51:22,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.248337030411s 2018-10-10 14:51:22,883 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ac9a584b-d9cf-40d4-9902-b1f04a5dd0c5 2018-10-10 14:51:22,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 14:51:22,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:23,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-a850cf01-cbda-4278-9e7d-e3bf9dad08bc Date: Wed, 10 Oct 2018 14:51:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/snap", "metadata": {}}], "file": "/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/file", "owner": "2ba8f31dc3d64de281b6ba1d0976b2e5", "id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "size": 12716032, "self": "/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T14:51:11Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_fc72716b-d772-4456-bbb0-689964bd9445", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_fc72716b-d772-4456-bbb0-689964bd9445", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T14:51:09Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 14:51:23,061 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a850cf01-cbda-4278-9e7d-e3bf9dad08bc 2018-10-10 14:51:23,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17688703537s 2018-10-10 14:51:23,061 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a850cf01-cbda-4278-9e7d-e3bf9dad08bc 2018-10-10 14:51:23,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 14:51:23,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:23,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-cb0f0e86-466f-4eea-9d36-e707a3a2509d x-compute-request-id: req-cb0f0e86-466f-4eea-9d36-e707a3a2509d Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "name": "vping_userdata-flavor_fc72716b-d772-4456-bbb0-689964bd9445", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 14:51:23,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-cb0f0e86-466f-4eea-9d36-e707a3a2509d 2018-10-10 14:51:23,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0456190109253s 2018-10-10 14:51:23,109 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-cb0f0e86-466f-4eea-9d36-e707a3a2509d 2018-10-10 14:51:23,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-10 14:51:23,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"server": {"name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "imageRef": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "flavorRef": "6467e0dd-11c3-4232-969e-cb516192a4e6", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjEwIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "920f2e71-9548-40fa-8cb1-8038b50f0d05"}]}}' 2018-10-10 14:51:24,333 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14: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 x-openstack-request-id: req-3f293cda-23ca-4e52-8239-ff413d3a4b60 x-compute-request-id: req-3f293cda-23ca-4e52-8239-ff413d3a4b60 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "adminPass": "cqUKXefNU4SA"}} 2018-10-10 14:51:24,333 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-3f293cda-23ca-4e52-8239-ff413d3a4b60 2018-10-10 14:51:24,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.22299408913s 2018-10-10 14:51:24,334 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-3f293cda-23ca-4e52-8239-ff413d3a4b60 2018-10-10 14:51:24,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:24,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:24,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9128615-1f59-4b7e-a205-77c52c464fba x-compute-request-id: req-b9128615-1f59-4b7e-a205-77c52c464fba Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:51:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:24,996 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b9128615-1f59-4b7e-a205-77c52c464fba 2018-10-10 14:51:24,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.661804199219s 2018-10-10 14:51:24,997 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b9128615-1f59-4b7e-a205-77c52c464fba 2018-10-10 14:51:25,002 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-10 14:51:27,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:27,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:27,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51: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-f4764ee5-bcaf-47b8-85bc-6ddf8f1cc7fe x-compute-request-id: req-f4764ee5-bcaf-47b8-85bc-6ddf8f1cc7fe Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T14:51:25Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:27,675 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f4764ee5-bcaf-47b8-85bc-6ddf8f1cc7fe 2018-10-10 14:51:27,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.670336961746s 2018-10-10 14:51:27,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f4764ee5-bcaf-47b8-85bc-6ddf8f1cc7fe 2018-10-10 14:51:27,680 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-10 14:51:29,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:29,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:30,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51: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-586e24a5-d319-4c55-826d-e020a7b5dcaa x-compute-request-id: req-586e24a5-d319-4c55-826d-e020a7b5dcaa Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:30,384 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-586e24a5-d319-4c55-826d-e020a7b5dcaa 2018-10-10 14:51:30,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.700989961624s 2018-10-10 14:51:30,384 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-586e24a5-d319-4c55-826d-e020a7b5dcaa 2018-10-10 14:51:30,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-10 14:51:30,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=3809b444-f87a-44ea-9f76-515e1c0605eb" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:30,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e76b8c3b-3724-4c54-8709-06ee8e20bdc7 Date: Wed, 10 Oct 2018 14:51:30 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"920f2e71-9548-40fa-8cb1-8038b50f0d05","tenant_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","created_at":"2018-10-10T14:51:25Z","admin_state_up":true,"updated_at":"2018-10-10T14:51:27Z","binding:vnic_type":"normal","device_id":"3809b444-f87a-44ea-9f76-515e1c0605eb","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:33:dd:d5","id":"6f145866-6104-4a83-8f03-ca0645ebde0e","port_security_enabled":true,"project_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","fixed_ips":[{"subnet_id":"22ecd1e3-e666-46e7-a5df-6cdebef77a7b","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["f8b2331f-549e-403e-9c56-f710a5a707be"],"name":""}]} 2018-10-10 14:51:30,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=3809b444-f87a-44ea-9f76-515e1c0605eb used request id req-e76b8c3b-3724-4c54-8709-06ee8e20bdc7 2018-10-10 14:51:30,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0566048622131s 2018-10-10 14:51:30,446 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=3809b444-f87a-44ea-9f76-515e1c0605eb used request id req-e76b8c3b-3724-4c54-8709-06ee8e20bdc7 2018-10-10 14:51:30,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-10 14:51:30,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=6f145866-6104-4a83-8f03-ca0645ebde0e" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:30,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-94de2bac-5828-4beb-95bd-295815c99a6c Date: Wed, 10 Oct 2018 14:51:30 GMT RESP BODY: {"floatingips": []} 2018-10-10 14:51:30,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=6f145866-6104-4a83-8f03-ca0645ebde0e used request id req-94de2bac-5828-4beb-95bd-295815c99a6c 2018-10-10 14:51:30,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.16065788269s 2018-10-10 14:51:30,612 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=6f145866-6104-4a83-8f03-ca0645ebde0e used request id req-94de2bac-5828-4beb-95bd-295815c99a6c 2018-10-10 14:51:30,613 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:33:dd:d5', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'04a3d9fb-17b3-49ab-9ec5-00475bed213d'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-10T14:51:28.000000', 'flavor': Munch({u'id': u'6467e0dd-11c3-4232-969e-cb516192a4e6'}), 'az': u'nova', 'id': u'3809b444-f87a-44ea-9f76-515e1c0605eb', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2a321555de634ac693fa825a203af239', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2ba8f31dc3d64de281b6ba1d0976b2e5', 'name': 'vping_userdata-project_fc72716b-d772-4456-bbb0-689964bd9445', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-10-10T14:51:28.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-10T14:51:29Z', 'hostId': u'435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-10T14:51:28.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2ba8f31dc3d64de281b6ba1d0976b2e5', 'name': u'vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445', 'adminPass': u'cqUKXefNU4SA', 'tenant_id': u'2ba8f31dc3d64de281b6ba1d0976b2e5', 'region': 'regionOne', 'created': u'2018-10-10T14:51:24Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-10 14:51:30,613 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-10-10 14:51:31,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:31,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:32,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73d85670-f94c-4fe7-b469-f15b6fd540ef x-compute-request-id: req-73d85670-f94c-4fe7-b469-f15b6fd540ef Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:32,408 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-73d85670-f94c-4fe7-b469-f15b6fd540ef 2018-10-10 14:51:32,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.793437957764s 2018-10-10 14:51:32,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-73d85670-f94c-4fe7-b469-f15b6fd540ef 2018-10-10 14:51:32,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:51:32,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:51:33,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51: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-86d97775-e162-483c-bcf2-993098f8f4a8 x-compute-request-id: req-86d97775-e162-483c-bcf2-993098f8f4a8 Content-Encoding: gzip Content-Length: 7928 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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: "} 2018-10-10 14:51:33,511 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-86d97775-e162-483c-bcf2-993098f8f4a8 2018-10-10 14:51:33,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09991621971s 2018-10-10 14:51:33,512 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-86d97775-e162-483c-bcf2-993098f8f4a8 2018-10-10 14:51:33,513 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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: 2018-10-10 14:51:33,514 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.10. Waiting for response... 2018-10-10 14:51:34,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:34,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:34,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-46b91b8f-787f-48c6-99fb-cb4ac609e453 x-compute-request-id: req-46b91b8f-787f-48c6-99fb-cb4ac609e453 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:34,887 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-46b91b8f-787f-48c6-99fb-cb4ac609e453 2018-10-10 14:51:34,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371043920517s 2018-10-10 14:51:34,887 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-46b91b8f-787f-48c6-99fb-cb4ac609e453 2018-10-10 14:51:34,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:51:34,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:51:35,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-f281edb9-8aed-4718-9a84-2952606e2585 x-compute-request-id: req-f281edb9-8aed-4718-9a84-2952606e2585 Content-Encoding: gzip Content-Length: 7992 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n"} 2018-10-10 14:51:35,991 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-f281edb9-8aed-4718-9a84-2952606e2585 2018-10-10 14:51:35,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10084795952s 2018-10-10 14:51:35,992 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-f281edb9-8aed-4718-9a84-2952606e2585 2018-10-10 14:51:35,992 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 2018-10-10 14:51:36,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:36,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:37,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-dd807cd5-5882-4589-9f35-3dfa1f06fbda x-compute-request-id: req-dd807cd5-5882-4589-9f35-3dfa1f06fbda Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:37,463 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dd807cd5-5882-4589-9f35-3dfa1f06fbda 2018-10-10 14:51:37,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.468850135803s 2018-10-10 14:51:37,464 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dd807cd5-5882-4589-9f35-3dfa1f06fbda 2018-10-10 14:51:37,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:51:37,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:51:38,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-0c04593f-72cc-490b-9e3f-fc1e7b0c0b0d x-compute-request-id: req-0c04593f-72cc-490b-9e3f-fc1e7b0c0b0d Content-Encoding: gzip Content-Length: 8019 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\n"} 2018-10-10 14:51:38,542 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-0c04593f-72cc-490b-9e3f-fc1e7b0c0b0d 2018-10-10 14:51:38,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07582592964s 2018-10-10 14:51:38,543 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-0c04593f-72cc-490b-9e3f-fc1e7b0c0b0d 2018-10-10 14:51:38,543 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] 2018-10-10 14:51:39,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:39,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:40,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51: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-6b5ec957-5fd1-4d91-9e53-831aafdd4ea8 x-compute-request-id: req-6b5ec957-5fd1-4d91-9e53-831aafdd4ea8 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:40,227 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6b5ec957-5fd1-4d91-9e53-831aafdd4ea8 2018-10-10 14:51:40,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.681334018707s 2018-10-10 14:51:40,228 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6b5ec957-5fd1-4d91-9e53-831aafdd4ea8 2018-10-10 14:51:40,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:51:40,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:51:41,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b7c8cdc-0eba-4671-829c-a0fa2182f82a x-compute-request-id: req-1b7c8cdc-0eba-4671-829c-a0fa2182f82a Content-Encoding: gzip Content-Length: 8019 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\n"} 2018-10-10 14:51:41,335 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-1b7c8cdc-0eba-4671-829c-a0fa2182f82a 2018-10-10 14:51:41,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10448718071s 2018-10-10 14:51:41,336 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-1b7c8cdc-0eba-4671-829c-a0fa2182f82a 2018-10-10 14:51:41,336 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] 2018-10-10 14:51:42,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:42,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:43,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51: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-9555d252-dec7-4dcb-bae3-86d82f8d2e6a x-compute-request-id: req-9555d252-dec7-4dcb-bae3-86d82f8d2e6a Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:43,130 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9555d252-dec7-4dcb-bae3-86d82f8d2e6a 2018-10-10 14:51:43,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.791088104248s 2018-10-10 14:51:43,130 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9555d252-dec7-4dcb-bae3-86d82f8d2e6a 2018-10-10 14:51:43,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:51:43,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:51:44,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9438840-90ad-4d7a-b0bf-78dfe4565e89 x-compute-request-id: req-e9438840-90ad-4d7a-b0bf-78dfe4565e89 Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\n"} 2018-10-10 14:51:44,247 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-e9438840-90ad-4d7a-b0bf-78dfe4565e89 2018-10-10 14:51:44,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11442089081s 2018-10-10 14:51:44,248 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-e9438840-90ad-4d7a-b0bf-78dfe4565e89 2018-10-10 14:51:44,248 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO 2018-10-10 14:51:45,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:45,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:45,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be7953df-7fba-4657-b497-568230d3da0f x-compute-request-id: req-be7953df-7fba-4657-b497-568230d3da0f Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:45,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-be7953df-7fba-4657-b497-568230d3da0f 2018-10-10 14:51:45,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.674462080002s 2018-10-10 14:51:45,926 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-be7953df-7fba-4657-b497-568230d3da0f 2018-10-10 14:51:45,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:51:45,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:51:47,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1712dda8-6210-4b30-9b89-05f95e0ce5c2 x-compute-request-id: req-1712dda8-6210-4b30-9b89-05f95e0ce5c2 Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\n"} 2018-10-10 14:51:47,021 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-1712dda8-6210-4b30-9b89-05f95e0ce5c2 2018-10-10 14:51:47,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09314894676s 2018-10-10 14:51:47,022 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-1712dda8-6210-4b30-9b89-05f95e0ce5c2 2018-10-10 14:51:47,023 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO 2018-10-10 14:51:48,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:48,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:48,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-40db9b3e-732b-47cd-9f6b-e81ef6c3113e x-compute-request-id: req-40db9b3e-732b-47cd-9f6b-e81ef6c3113e Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:48,679 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-40db9b3e-732b-47cd-9f6b-e81ef6c3113e 2018-10-10 14:51:48,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.653284072876s 2018-10-10 14:51:48,679 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-40db9b3e-732b-47cd-9f6b-e81ef6c3113e 2018-10-10 14:51:48,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:51:48,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:51:49,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-acf85b14-3c36-475f-91fd-38f819af1d56 x-compute-request-id: req-acf85b14-3c36-475f-91fd-38f819af1d56 Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\n"} 2018-10-10 14:51:49,752 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-acf85b14-3c36-475f-91fd-38f819af1d56 2018-10-10 14:51:49,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07120800018s 2018-10-10 14:51:49,753 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-acf85b14-3c36-475f-91fd-38f819af1d56 2018-10-10 14:51:49,754 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO 2018-10-10 14:51:50,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:50,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:51,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4cfa149f-6512-46c4-b5e6-d19814ba771c x-compute-request-id: req-4cfa149f-6512-46c4-b5e6-d19814ba771c Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:51,272 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4cfa149f-6512-46c4-b5e6-d19814ba771c 2018-10-10 14:51:51,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515429019928s 2018-10-10 14:51:51,272 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4cfa149f-6512-46c4-b5e6-d19814ba771c 2018-10-10 14:51:51,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:51:51,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:51:52,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e36db11b-c5fe-418f-af13-6521db60ca12 x-compute-request-id: req-e36db11b-c5fe-418f-af13-6521db60ca12 Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\n"} 2018-10-10 14:51:52,383 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-e36db11b-c5fe-418f-af13-6521db60ca12 2018-10-10 14:51:52,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10834503174s 2018-10-10 14:51:52,384 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-e36db11b-c5fe-418f-af13-6521db60ca12 2018-10-10 14:51:52,385 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO 2018-10-10 14:51:53,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:53,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:54,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3f23eb1-8599-42c6-a53a-4261c586f687 x-compute-request-id: req-f3f23eb1-8599-42c6-a53a-4261c586f687 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:54,051 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f3f23eb1-8599-42c6-a53a-4261c586f687 2018-10-10 14:51:54,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.663367986679s 2018-10-10 14:51:54,051 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f3f23eb1-8599-42c6-a53a-4261c586f687 2018-10-10 14:51:54,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:51:54,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:51:55,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfd1e490-e84d-414a-9489-641ecb262863 x-compute-request-id: req-bfd1e490-e84d-414a-9489-641ecb262863 Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\nvPing KO\n"} 2018-10-10 14:51:55,148 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-bfd1e490-e84d-414a-9489-641ecb262863 2018-10-10 14:51:55,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09394097328s 2018-10-10 14:51:55,149 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-bfd1e490-e84d-414a-9489-641ecb262863 2018-10-10 14:51:55,149 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO vPing KO 2018-10-10 14:51:56,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:56,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:56,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-c55f29d9-5716-47af-9ecb-1a4102b9f55c x-compute-request-id: req-c55f29d9-5716-47af-9ecb-1a4102b9f55c Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:56,675 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c55f29d9-5716-47af-9ecb-1a4102b9f55c 2018-10-10 14:51:56,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523538827896s 2018-10-10 14:51:56,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c55f29d9-5716-47af-9ecb-1a4102b9f55c 2018-10-10 14:51:56,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:51:56,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:51:57,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-a772f055-1182-478f-a27e-b687bf0c2335 x-compute-request-id: req-a772f055-1182-478f-a27e-b687bf0c2335 Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\nvPing KO\n"} 2018-10-10 14:51:57,790 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-a772f055-1182-478f-a27e-b687bf0c2335 2018-10-10 14:51:57,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11231923103s 2018-10-10 14:51:57,791 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-a772f055-1182-478f-a27e-b687bf0c2335 2018-10-10 14:51:57,792 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO vPing KO 2018-10-10 14:51:58,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:51:58,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:51:59,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c802ccb-3e9c-4e5f-bd3b-7e4dda9643e7 x-compute-request-id: req-7c802ccb-3e9c-4e5f-bd3b-7e4dda9643e7 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:51:59,321 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7c802ccb-3e9c-4e5f-bd3b-7e4dda9643e7 2018-10-10 14:51:59,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52663898468s 2018-10-10 14:51:59,322 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7c802ccb-3e9c-4e5f-bd3b-7e4dda9643e7 2018-10-10 14:51:59,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:51:59,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:52:00,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:51:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b86ec46-017d-4431-9a6b-aa2d2367588a x-compute-request-id: req-6b86ec46-017d-4431-9a6b-aa2d2367588a Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\nvPing KO\n"} 2018-10-10 14:52:00,431 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-6b86ec46-017d-4431-9a6b-aa2d2367588a 2018-10-10 14:52:00,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10706520081s 2018-10-10 14:52:00,432 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-6b86ec46-017d-4431-9a6b-aa2d2367588a 2018-10-10 14:52:00,432 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO vPing KO 2018-10-10 14:52:00,434 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.10. Waiting for response... 2018-10-10 14:52:01,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:52:01,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:02,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dddc1735-96d1-406e-b38a-7faf1edf7348 x-compute-request-id: req-dddc1735-96d1-406e-b38a-7faf1edf7348 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:52:02,137 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dddc1735-96d1-406e-b38a-7faf1edf7348 2018-10-10 14:52:02,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.702064990997s 2018-10-10 14:52:02,138 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dddc1735-96d1-406e-b38a-7faf1edf7348 2018-10-10 14:52:02,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:52:02,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:52:03,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-efb282b5-838d-42a1-8226-74eb006b1738 x-compute-request-id: req-efb282b5-838d-42a1-8226-74eb006b1738 Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\nvPing KO\n"} 2018-10-10 14:52:03,246 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-efb282b5-838d-42a1-8226-74eb006b1738 2018-10-10 14:52:03,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10536193848s 2018-10-10 14:52:03,247 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-efb282b5-838d-42a1-8226-74eb006b1738 2018-10-10 14:52:03,247 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO vPing KO 2018-10-10 14:52:04,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:52:04,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:04,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75c20e2d-0e54-47a6-9936-5c58b8830c36 x-compute-request-id: req-75c20e2d-0e54-47a6-9936-5c58b8830c36 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:52:04,785 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-75c20e2d-0e54-47a6-9936-5c58b8830c36 2018-10-10 14:52:04,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535470962524s 2018-10-10 14:52:04,785 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-75c20e2d-0e54-47a6-9936-5c58b8830c36 2018-10-10 14:52:04,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:52:04,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:52:05,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22a78897-091d-4085-96b9-d44bf79623e8 x-compute-request-id: req-22a78897-091d-4085-96b9-d44bf79623e8 Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\nvPing KO\n"} 2018-10-10 14:52:05,859 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-22a78897-091d-4085-96b9-d44bf79623e8 2018-10-10 14:52:05,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07152199745s 2018-10-10 14:52:05,860 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-22a78897-091d-4085-96b9-d44bf79623e8 2018-10-10 14:52:05,860 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO vPing KO 2018-10-10 14:52:06,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:52:06,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:07,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-2dc830b8-a895-42ea-85be-090fc96b7a0d x-compute-request-id: req-2dc830b8-a895-42ea-85be-090fc96b7a0d Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:52:07,511 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2dc830b8-a895-42ea-85be-090fc96b7a0d 2018-10-10 14:52:07,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.648108005524s 2018-10-10 14:52:07,512 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2dc830b8-a895-42ea-85be-090fc96b7a0d 2018-10-10 14:52:07,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:52:07,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:52:08,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52: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-8495c684-ee14-4472-ab9b-781af13c106c x-compute-request-id: req-8495c684-ee14-4472-ab9b-781af13c106c Content-Encoding: gzip Content-Length: 8027 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-10 14:52:08,584 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-8495c684-ee14-4472-ab9b-781af13c106c 2018-10-10 14:52:08,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06916189194s 2018-10-10 14:52:08,585 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-8495c684-ee14-4472-ab9b-781af13c106c 2018-10-10 14:52:08,585 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO vPing KO vPing KO 2018-10-10 14:52:09,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:52:09,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:10,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52: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-aa193d05-50c3-4d07-b9e9-c99e3d7b9c4d x-compute-request-id: req-aa193d05-50c3-4d07-b9e9-c99e3d7b9c4d Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:52:10,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-aa193d05-50c3-4d07-b9e9-c99e3d7b9c4d 2018-10-10 14:52:10,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.550803899765s 2018-10-10 14:52:10,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-aa193d05-50c3-4d07-b9e9-c99e3d7b9c4d 2018-10-10 14:52:10,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:52:10,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:52:11,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-f9354773-3fe1-4b75-a2a8-691a30e6a84b x-compute-request-id: req-f9354773-3fe1-4b75-a2a8-691a30e6a84b Content-Encoding: gzip Content-Length: 8027 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-10 14:52:11,221 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-f9354773-3fe1-4b75-a2a8-691a30e6a84b 2018-10-10 14:52:11,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07915019989s 2018-10-10 14:52:11,222 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-f9354773-3fe1-4b75-a2a8-691a30e6a84b 2018-10-10 14:52:11,222 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO vPing KO vPing KO 2018-10-10 14:52:12,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:52:12,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:12,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f18e92b-f1ff-46bc-b8d6-ece458a0d105 x-compute-request-id: req-5f18e92b-f1ff-46bc-b8d6-ece458a0d105 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:52:12,791 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5f18e92b-f1ff-46bc-b8d6-ece458a0d105 2018-10-10 14:52:12,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.56667804718s 2018-10-10 14:52:12,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5f18e92b-f1ff-46bc-b8d6-ece458a0d105 2018-10-10 14:52:12,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:52:12,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:52:13,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe16c57f-0621-46f2-ac27-0b754944360e x-compute-request-id: req-fe16c57f-0621-46f2-ac27-0b754944360e Content-Encoding: gzip Content-Length: 8027 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-10 14:52:13,865 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-fe16c57f-0621-46f2-ac27-0b754944360e 2018-10-10 14:52:13,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07005977631s 2018-10-10 14:52:13,866 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-fe16c57f-0621-46f2-ac27-0b754944360e 2018-10-10 14:52:13,866 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO vPing KO vPing KO 2018-10-10 14:52:14,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:52:14,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:15,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ea7a5ae-07e9-47ef-b913-fa42bcdf4822 x-compute-request-id: req-9ea7a5ae-07e9-47ef-b913-fa42bcdf4822 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:52:15,642 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9ea7a5ae-07e9-47ef-b913-fa42bcdf4822 2018-10-10 14:52:15,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.773701906204s 2018-10-10 14:52:15,643 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9ea7a5ae-07e9-47ef-b913-fa42bcdf4822 2018-10-10 14:52:15,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:52:15,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:52:16,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29b7e25e-e6bb-4790-9e2b-2599066b27b2 x-compute-request-id: req-29b7e25e-e6bb-4790-9e2b-2599066b27b2 Content-Encoding: gzip Content-Length: 8027 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-10 14:52:16,667 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-29b7e25e-e6bb-4790-9e2b-2599066b27b2 2018-10-10 14:52:16,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.02163696289s 2018-10-10 14:52:16,668 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-29b7e25e-e6bb-4790-9e2b-2599066b27b2 2018-10-10 14:52:16,668 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO vPing KO vPing KO 2018-10-10 14:52:17,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:52:17,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:18,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-8ab5ee70-53aa-468b-b3ad-1184b9777aae x-compute-request-id: req-8ab5ee70-53aa-468b-b3ad-1184b9777aae Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:52:18,064 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8ab5ee70-53aa-468b-b3ad-1184b9777aae 2018-10-10 14:52:18,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.393275976181s 2018-10-10 14:52:18,065 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8ab5ee70-53aa-468b-b3ad-1184b9777aae 2018-10-10 14:52:18,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:52:18,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:52:19,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52: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-82e97f77-cb5d-4eef-94cb-d03889d3f7ca x-compute-request-id: req-82e97f77-cb5d-4eef-94cb-d03889d3f7ca Content-Encoding: gzip Content-Length: 8027 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-10 14:52:19,139 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-82e97f77-cb5d-4eef-94cb-d03889d3f7ca 2018-10-10 14:52:19,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07187700272s 2018-10-10 14:52:19,140 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-82e97f77-cb5d-4eef-94cb-d03889d3f7ca 2018-10-10 14:52:19,140 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO vPing KO vPing KO vPing KO 2018-10-10 14:52:20,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:52:20,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:20,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-ac3792f4-cf9f-4651-9ee5-79ab94dad261 x-compute-request-id: req-ac3792f4-cf9f-4651-9ee5-79ab94dad261 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:52:20,668 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ac3792f4-cf9f-4651-9ee5-79ab94dad261 2018-10-10 14:52:20,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524875164032s 2018-10-10 14:52:20,668 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ac3792f4-cf9f-4651-9ee5-79ab94dad261 2018-10-10 14:52:20,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:52:20,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:52:21,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-a547af9b-15c4-4a4d-81d9-1854e0475123 x-compute-request-id: req-a547af9b-15c4-4a4d-81d9-1854e0475123 Content-Encoding: gzip Content-Length: 8027 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-10 14:52:21,771 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-a547af9b-15c4-4a4d-81d9-1854e0475123 2018-10-10 14:52:21,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10030412674s 2018-10-10 14:52:21,772 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-a547af9b-15c4-4a4d-81d9-1854e0475123 2018-10-10 14:52:21,772 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO vPing KO vPing KO vPing KO 2018-10-10 14:52:22,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:52:22,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:23,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52: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-e22413bb-7606-448b-b739-d5d8a6c36c53 x-compute-request-id: req-e22413bb-7606-448b-b739-d5d8a6c36c53 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:52:23,459 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e22413bb-7606-448b-b739-d5d8a6c36c53 2018-10-10 14:52:23,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.683776140213s 2018-10-10 14:52:23,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e22413bb-7606-448b-b739-d5d8a6c36c53 2018-10-10 14:52:23,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:52:23,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:52:24,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c96d976c-ef9d-4050-a740-6c06120de869 x-compute-request-id: req-c96d976c-ef9d-4050-a740-6c06120de869 Content-Encoding: gzip Content-Length: 8027 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-10 14:52:24,534 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-c96d976c-ef9d-4050-a740-6c06120de869 2018-10-10 14:52:24,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07176303864s 2018-10-10 14:52:24,535 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-c96d976c-ef9d-4050-a740-6c06120de869 2018-10-10 14:52:24,535 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO vPing KO vPing KO vPing KO 2018-10-10 14:52:25,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:52:25,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:26,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c9801ea-e253-448b-b707-c542b6aba732 x-compute-request-id: req-0c9801ea-e253-448b-b707-c542b6aba732 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:52:26,307 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0c9801ea-e253-448b-b707-c542b6aba732 2018-10-10 14:52:26,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.769500017166s 2018-10-10 14:52:26,308 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0c9801ea-e253-448b-b707-c542b6aba732 2018-10-10 14:52:26,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:52:26,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:52:27,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52: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-c1f7d14a-3789-4bf7-ad18-6677a934baf0 x-compute-request-id: req-c1f7d14a-3789-4bf7-ad18-6677a934baf0 Content-Encoding: gzip Content-Length: 8027 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-10 14:52:27,465 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-c1f7d14a-3789-4bf7-ad18-6677a934baf0 2018-10-10 14:52:27,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.15425801277s 2018-10-10 14:52:27,465 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-c1f7d14a-3789-4bf7-ad18-6677a934baf0 2018-10-10 14:52:27,466 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO vPing KO vPing KO vPing KO 2018-10-10 14:52:27,467 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.10. Waiting for response... 2018-10-10 14:52:28,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:52:28,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:28,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52: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-172a299a-8200-490e-b62d-1a836de139b0 x-compute-request-id: req-172a299a-8200-490e-b62d-1a836de139b0 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:19Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:52:28,988 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-172a299a-8200-490e-b62d-1a836de139b0 2018-10-10 14:52:28,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519508123398s 2018-10-10 14:52:28,989 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-172a299a-8200-490e-b62d-1a836de139b0 2018-10-10 14:52:28,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-10 14:52:28,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 14:52:30,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52: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-f83e3ad9-37cb-4ee0-80e7-d847b6323a85 x-compute-request-id: req-f83e3ad9-37cb-4ee0-80e7-d847b6323a85 Content-Encoding: gzip Content-Length: 9409 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501926663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132201] pid_max: default: 32768 minimum: 301\n[ 0.133093] ACPI: Core revision 20150930\n[ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135795] Security Framework initialized\n[ 0.136608] Yama: becoming mindful.\n[ 0.137333] AppArmor: AppArmor initialized\n[ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143420] Initializing cgroup subsys io\n[ 0.144228] Initializing cgroup subsys memory\n[ 0.145087] Initializing cgroup subsys devices\n[ 0.145966] Initializing cgroup subsys freezer\n[ 0.146833] Initializing cgroup subsys net_cls\n[ 0.147696] Initializing cgroup subsys perf_event\n[ 0.148601] Initializing cgroup subsys net_prio\n[ 0.149479] Initializing cgroup subsys hugetlb\n[ 0.150343] Initializing cgroup subsys pids\n[ 0.151216] CPU: Physical Processor ID: 0\n[ 0.152729] mce: CPU supports 10 MCE banks\n[ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173685] ftrace: allocating 31920 entries in 125 pages\n[ 0.200721] smpboot: Max logical packages: 1\n[ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202912] x2apic enabled\n[ 0.203721] Switched APIC routing to physical x2apic.\n[ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210340] KVM setup paravirtual spinlock\n[ 0.211676] x86: Booted up 1 node, 1 CPUs\n[ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213867] devtmpfs: initialized\n[ 0.215588] evm: security.selinux\n[ 0.216281] evm: security.SMACK64\n[ 0.216968] evm: security.SMACK64EXEC\n[ 0.217707] evm: security.SMACK64TRANSMUTE\n[ 0.218510] evm: security.SMACK64MMAP\n[ 0.219249] evm: security.ima\n[ 0.219897] evm: security.capability\n[ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222540] pinctrl core: initialized pinctrl subsystem\n[ 0.223633] RTC time: 14:51:28, date: 10/10/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225552] cpuidle: using governor ladder\n[ 0.226365] cpuidle: using governor menu\n[ 0.227140] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229915] PCI: Using configuration type 1 for base access\n[ 0.231677] ACPI: Added _OSI(Module Device)\n[ 0.232515] ACPI: Added _OSI(Processor Device)\n[ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236372] ACPI: Interpreter enabled\n[ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244449] ACPI: (supports S0 S5)\n[ 0.245145] ACPI: Using IOAPIC for interrupt routing\n[ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254919] acpiphp: Slot [3] registered\n[ 0.255719] acpiphp: Slot [4] registered\n[ 0.256514] acpiphp: Slot [5] registered\n[ 0.257304] acpiphp: Slot [6] registered\n[ 0.258093] acpiphp: Slot [7] registered\n[ 0.258893] acpiphp: Slot [8] registered\n[ 0.259688] acpiphp: Slot [9] registered\n[ 0.260479] acpiphp: Slot [10] registered\n[ 0.261278] acpiphp: Slot [11] registered\n[ 0.262093] acpiphp: Slot [12] registered\n[ 0.262906] acpiphp: Slot [13] registered\n[ 0.263711] acpiphp: Slot [14] registered\n[ 0.264514] acpiphp: Slot [15] registered\n[ 0.275489] acpiphp: Slot [16] registered\n[ 0.276293] acpiphp: Slot [17] registered\n[ 0.277099] acpiphp: Slot [18] registered\n[ 0.277901] acpiphp: Slot [19] registered\n[ 0.278702] acpiphp: Slot [20] registered\n[ 0.279510] acpiphp: Slot [21] registered\n[ 0.280310] acpiphp: Slot [22] registered\n[ 0.281121] acpiphp: Slot [23] registered\n[ 0.281926] acpiphp: Slot [24] registered\n[ 0.282735] acpiphp: Slot [25] registered\n[ 0.283541] acpiphp: Slot [26] registered\n[ 0.284340] acpiphp: Slot [27] registered\n[ 0.285145] acpiphp: Slot [28] registered\n[ 0.285949] acpiphp: Slot [29] registered\n[ 0.286760] acpiphp: Slot [30] registered\n[ 0.287569] acpiphp: Slot [31] registered\n[ 0.288372] PCI host bridge to bus 0000:00\n[ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300750] 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.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370939] vgaarb: loaded\n[ 0.371617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372842] SCSI subsystem initialized\n[ 0.373731] ACPI: bus type USB registered\n[ 0.374598] usbcore: registered new interface driver usbfs\n[ 0.375702] usbcore: registered new interface driver hub\n[ 0.376759] usbcore: registered new device driver usb\n[ 0.377884] PCI: Using ACPI for IRQ routing\n[ 0.379188] NetLabel: Initializing\n[ 0.380065] NetLabel: domain hash size = 128\n[ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382020] NetLabel: unlabeled traffic allowed by default\n[ 0.383196] clocksource: Switched to clocksource kvm-clock\n[ 0.388642] AppArmor: AppArmor Filesystem Enabled\n[ 0.390031] pnp: PnP ACPI init\n[ 0.391231] pnp: PnP ACPI: found 5 devices\n[ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400496] NET: Registered protocol family 2\n[ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405513] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410646] NET: Registered protocol family 1\n[ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443893] Trying to unpack rootfs image as initramfs...\n[ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510083] Scanning for low memory corruption every 60 seconds\n[ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512654] audit: initializing netlink subsys (disabled)\n[ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized\n[ 0.515045] Initialise system trusted keyring\n[ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519431] zbud: loaded\n[ 0.520139] VFS: Disk quotas dquot_6.6.0\n[ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522539] fuse init (API version 7.23)\n[ 0.523469] Key type big_key registered\n[ 0.524283] Allocating IMA MOK and blacklist keyrings.\n[ 0.525790] Key type asymmetric registered\n[ 0.526637] Asymmetric key parser 'x509' registered\n[ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529138] io scheduler noop registered\n[ 0.529953] io scheduler deadline registered (default)\n[ 0.530965] io scheduler cfq registered\n[ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535703] ACPI: Power Button [PWRF]\n[ 0.536555] GHES: HEST is not enabled!\n[ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609202] Linux agpgart interface v0.103\n[ 0.611324] brd: module loaded\n[ 0.612565] loop: module loaded\n[ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619615] GPT:90111 != 2097151\n[ 0.620306] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621432] GPT:90111 != 2097151\n[ 0.622115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623192] vda: vda1 vda15\n[ 0.624943] scsi host0: ata_piix\n[ 0.625696] scsi host1: ata_piix\n[ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629617] libphy: Fixed MDIO Bus: probed\n[ 0.630457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631440] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633824] PPP generic driver version 2.4.2\n[ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637043] ehci-pci: EHCI PCI platform driver\n[ 0.638262] ehci-platform: EHCI generic platform driver\n[ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640574] ohci-pci: OHCI PCI platform driver\n[ 0.641463] ohci-platform: OHCI generic platform driver\n[ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666975] usb usb1: Product: UHCI Host Controller\n[ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669868] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671169] hub 1-0:1.0: USB hub found\n[ 0.672236] hub 1-0:1.0: 2 ports detected\n[ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678864] mousedev: PS/2 mouse device common for all mice\n[ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682323] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685888] i2c /dev entries driver\n[ 0.686662] device-mapper: uevent: version 1.0.3\n[ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690602] NET: Registered protocol family 10\n[ 0.691629] NET: Registered protocol family 17\n[ 0.692537] Key type dns_resolver registered\n[ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696802] registered taskstats version 1\n[ 0.697782] Loading compiled-in X.509 certificates\n[ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701564] zswap: loaded using pool lzo/zbud\n[ 0.703138] Key type trusted registered\n[ 0.705365] Key type encrypted registered\n[ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708855] evm: HMAC attrs: 0x1\n[ 0.709897] Magic number: 6:599:889\n[ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089)\n[ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714123] EDD information not available.\n[ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790128] Write protecting the kernel read-only data: 14336k\n[ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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\n/dev/root resized successfully [took 3.73s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcrS5KlwyANNYRmUilZrcQpTrZa0z88aBa84KepkyRGicZLD1b1XX2mJmq6zMsGuqSoH1a1qDYK+2SoBVs9rVjWFswk6rb9mi9/vThNRdahnbklXaqZmz15N/yJeBc+qpX8IBM1lyq0ALfZ1Cs4wU8Bn1EHfcGeRSgjdl83X5d3hJidqtL8zd/pD04mLp08/CATFLB9pxTf7+iOFgaHtcoMySoEx9dxvaTB92SgQYECx3WSxpKTNcLWDXTFmr/uXcPFwhxNg1UqI1uTgouakShv0QYJshHPZ+7DvIf58Kg5EPM0At/BZ/OF/QFGj5EIg2z/Wg50rp9vN3RG1OHr7+J root@vping-userdata-vm2-fc72716b-d772-4456-bbb0-689964bd9445\nssh-dss AAAAB3NzaC1kc3MAAACBALW3KaojE6gzHorMJdx90KdWxJKNMLzfsqo+IA2Lz0zB9sXottTBqBYV9+W4nAwn4JMWOLL/Bn7w6oEfu9TjT9FazkM5nl44ey1oCZKGBAONmZdzKuMouzNJLVCe3NOzTZaRBLLuUUTz0GNnfGE94z7g9iAkEJwLlKj8qlZalsAxAAAAFQDoCE00XNuGJmYTJBE+VFrxpCWoZQAAAIBOE2l++GltFjhLFpRmg3zRZdQB6NMhLM/j1103rA94U+AaGxw6xhb/3Fv1pCIhWv0lRd+sm2+yYos1bTgiGROYvQ9C+CzwAd2+KGVQ8p3N34Q8Rf9vD1rsK2s7P6DyolWlDr9UfTBR1TTFg6bjjhl35N3cyTERtM7Ct6VOYX+qwwAAAIA6+lhflNb4yOz6zOe56wBjXfXjZZ0A9qspeS/mgAeLAAj+SW4U2cJd1NXnNZ0pRztwzCDIa3PLZMy9232JxiV4vdT3CVrgcVGjNb+4IPMeYwNftzVGVaZJPlrewZLiLQPMFgpkBBtGSu4FstKWblmzav9dJIgLhA6PkWy1Spw6bg== root@vping-userdata-vm2-fc72716b-d772-4456-bbb0-689964bd9445\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe33:ddd5/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000029\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-fc72716b-d772-4456-bbb0-689964bd9445\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=59.50 ===\n"} 2018-10-10 14:52:30,062 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-f83e3ad9-37cb-4ee0-80e7-d847b6323a85 2018-10-10 14:52:30,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07092404366s 2018-10-10 14:52:30,063 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb/action used request id req-f83e3ad9-37cb-4ee0-80e7-d847b6323a85 2018-10-10 14:52:30,063 - 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 501926663 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132201] pid_max: default: 32768 minimum: 301 [ 0.133093] ACPI: Core revision 20150930 [ 0.134488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135795] Security Framework initialized [ 0.136608] Yama: becoming mindful. [ 0.137333] AppArmor: AppArmor initialized [ 0.138201] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140811] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143420] Initializing cgroup subsys io [ 0.144228] Initializing cgroup subsys memory [ 0.145087] Initializing cgroup subsys devices [ 0.145966] Initializing cgroup subsys freezer [ 0.146833] Initializing cgroup subsys net_cls [ 0.147696] Initializing cgroup subsys perf_event [ 0.148601] Initializing cgroup subsys net_prio [ 0.149479] Initializing cgroup subsys hugetlb [ 0.150343] Initializing cgroup subsys pids [ 0.151216] CPU: Physical Processor ID: 0 [ 0.152729] mce: CPU supports 10 MCE banks [ 0.153576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167070] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173685] ftrace: allocating 31920 entries in 125 pages [ 0.200721] smpboot: Max logical packages: 1 [ 0.201575] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202912] x2apic enabled [ 0.203721] Switched APIC routing to physical x2apic. [ 0.205465] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210340] KVM setup paravirtual spinlock [ 0.211676] x86: Booted up 1 node, 1 CPUs [ 0.212479] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213867] devtmpfs: initialized [ 0.215588] evm: security.selinux [ 0.216281] evm: security.SMACK64 [ 0.216968] evm: security.SMACK64EXEC [ 0.217707] evm: security.SMACK64TRANSMUTE [ 0.218510] evm: security.SMACK64MMAP [ 0.219249] evm: security.ima [ 0.219897] evm: security.capability [ 0.220702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222540] pinctrl core: initialized pinctrl subsystem [ 0.223633] RTC time: 14:51:28, date: 10/10/18 [ 0.224589] NET: Registered protocol family 16 [ 0.225552] cpuidle: using governor ladder [ 0.226365] cpuidle: using governor menu [ 0.227140] PCCT header not found. [ 0.227893] ACPI: bus type PCI registered [ 0.228690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229915] PCI: Using configuration type 1 for base access [ 0.231677] ACPI: Added _OSI(Module Device) [ 0.232515] ACPI: Added _OSI(Processor Device) [ 0.233366] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236372] ACPI: Interpreter enabled [ 0.237137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244449] ACPI: (supports S0 S5) [ 0.245145] ACPI: Using IOAPIC for interrupt routing [ 0.246092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250314] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254919] acpiphp: Slot [3] registered [ 0.255719] acpiphp: Slot [4] registered [ 0.256514] acpiphp: Slot [5] registered [ 0.257304] acpiphp: Slot [6] registered [ 0.258093] acpiphp: Slot [7] registered [ 0.258893] acpiphp: Slot [8] registered [ 0.259688] acpiphp: Slot [9] registered [ 0.260479] acpiphp: Slot [10] registered [ 0.261278] acpiphp: Slot [11] registered [ 0.262093] acpiphp: Slot [12] registered [ 0.262906] acpiphp: Slot [13] registered [ 0.263711] acpiphp: Slot [14] registered [ 0.264514] acpiphp: Slot [15] registered [ 0.275489] acpiphp: Slot [16] registered [ 0.276293] acpiphp: Slot [17] registered [ 0.277099] acpiphp: Slot [18] registered [ 0.277901] acpiphp: Slot [19] registered [ 0.278702] acpiphp: Slot [20] registered [ 0.279510] acpiphp: Slot [21] registered [ 0.280310] acpiphp: Slot [22] registered [ 0.281121] acpiphp: Slot [23] registered [ 0.281926] acpiphp: Slot [24] registered [ 0.282735] acpiphp: Slot [25] registered [ 0.283541] acpiphp: Slot [26] registered [ 0.284340] acpiphp: Slot [27] registered [ 0.285145] acpiphp: Slot [28] registered [ 0.285949] acpiphp: Slot [29] registered [ 0.286760] acpiphp: Slot [30] registered [ 0.287569] acpiphp: Slot [31] registered [ 0.288372] PCI host bridge to bus 0000:00 [ 0.289172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310921] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363110] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370939] vgaarb: loaded [ 0.371617] vgaarb: bridge control possible 0000:00:02.0 [ 0.372842] SCSI subsystem initialized [ 0.373731] ACPI: bus type USB registered [ 0.374598] usbcore: registered new interface driver usbfs [ 0.375702] usbcore: registered new interface driver hub [ 0.376759] usbcore: registered new device driver usb [ 0.377884] PCI: Using ACPI for IRQ routing [ 0.379188] NetLabel: Initializing [ 0.380065] NetLabel: domain hash size = 128 [ 0.380977] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382020] NetLabel: unlabeled traffic allowed by default [ 0.383196] clocksource: Switched to clocksource kvm-clock [ 0.388642] AppArmor: AppArmor Filesystem Enabled [ 0.390031] pnp: PnP ACPI init [ 0.391231] pnp: PnP ACPI: found 5 devices [ 0.397979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400496] NET: Registered protocol family 2 [ 0.401826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405513] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410646] NET: Registered protocol family 1 [ 0.411916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443893] Trying to unpack rootfs image as initramfs... [ 0.495387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510083] Scanning for low memory corruption every 60 seconds [ 0.511488] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512654] audit: initializing netlink subsys (disabled) [ 0.513711] audit: type=2000 audit(1539183089.072:1): initialized [ 0.515045] Initialise system trusted keyring [ 0.515999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519431] zbud: loaded [ 0.520139] VFS: Disk quotas dquot_6.6.0 [ 0.520977] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522539] fuse init (API version 7.23) [ 0.523469] Key type big_key registered [ 0.524283] Allocating IMA MOK and blacklist keyrings. [ 0.525790] Key type asymmetric registered [ 0.526637] Asymmetric key parser 'x509' registered [ 0.527632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529138] io scheduler noop registered [ 0.529953] io scheduler deadline registered (default) [ 0.530965] io scheduler cfq registered [ 0.531827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535703] ACPI: Power Button [PWRF] [ 0.536555] GHES: HEST is not enabled! [ 0.550232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578594] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609202] Linux agpgart interface v0.103 [ 0.611324] brd: module loaded [ 0.612565] loop: module loaded [ 0.618120] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619615] GPT:90111 != 2097151 [ 0.620306] GPT:Alternate GPT header not at the end of the disk. [ 0.621432] GPT:90111 != 2097151 [ 0.622115] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.624943] scsi host0: ata_piix [ 0.625696] scsi host1: ata_piix [ 0.626412] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629617] libphy: Fixed MDIO Bus: probed [ 0.630457] tun: Universal TUN/TAP device driver, 1.6 [ 0.631440] tun: (C) 1999-2004 Max Krasnyansky [ 0.633824] PPP generic driver version 2.4.2 [ 0.635295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637043] ehci-pci: EHCI PCI platform driver [ 0.638262] ehci-platform: EHCI generic platform driver [ 0.639420] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640574] ohci-pci: OHCI PCI platform driver [ 0.641463] ohci-platform: OHCI generic platform driver [ 0.642470] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657031] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660223] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666975] usb usb1: Product: UHCI Host Controller [ 0.668255] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669868] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671169] hub 1-0:1.0: USB hub found [ 0.672236] hub 1-0:1.0: 2 ports detected [ 0.673518] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677492] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678864] mousedev: PS/2 mouse device common for all mice [ 0.680453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682323] rtc_cmos 00:00: RTC can wake from S4 [ 0.683443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685888] i2c /dev entries driver [ 0.686662] device-mapper: uevent: version 1.0.3 [ 0.687623] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689281] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690602] NET: Registered protocol family 10 [ 0.691629] NET: Registered protocol family 17 [ 0.692537] Key type dns_resolver registered [ 0.693485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696802] registered taskstats version 1 [ 0.697782] Loading compiled-in X.509 certificates [ 0.699393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701564] zswap: loaded using pool lzo/zbud [ 0.703138] Key type trusted registered [ 0.705365] Key type encrypted registered [ 0.706348] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707582] ima: No TPM chip found, activating TPM-bypass! [ 0.708855] evm: HMAC attrs: 0x1 [ 0.709897] Magic number: 6:599:889 [ 0.710874] rtc_cmos 00:00: setting system clock to 2018-10-10 14:51:29 UTC (1539183089) [ 0.712784] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714123] EDD information not available. [ 0.788186] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790128] Write protecting the kernel read-only data: 14336k [ 0.802428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.268719] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 /dev/root resized successfully [took 3.73s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcrS5KlwyANNYRmUilZrcQpTrZa0z88aBa84KepkyRGicZLD1b1XX2mJmq6zMsGuqSoH1a1qDYK+2SoBVs9rVjWFswk6rb9mi9/vThNRdahnbklXaqZmz15N/yJeBc+qpX8IBM1lyq0ALfZ1Cs4wU8Bn1EHfcGeRSgjdl83X5d3hJidqtL8zd/pD04mLp08/CATFLB9pxTf7+iOFgaHtcoMySoEx9dxvaTB92SgQYECx3WSxpKTNcLWDXTFmr/uXcPFwhxNg1UqI1uTgouakShv0QYJshHPZ+7DvIf58Kg5EPM0At/BZ/OF/QFGj5EIg2z/Wg50rp9vN3RG1OHr7+J root@vping-userdata-vm2-fc72716b-d772-4456-bbb0-689964bd9445 ssh-dss AAAAB3NzaC1kc3MAAACBALW3KaojE6gzHorMJdx90KdWxJKNMLzfsqo+IA2Lz0zB9sXottTBqBYV9+W4nAwn4JMWOLL/Bn7w6oEfu9TjT9FazkM5nl44ey1oCZKGBAONmZdzKuMouzNJLVCe3NOzTZaRBLLuUUTz0GNnfGE94z7g9iAkEJwLlKj8qlZalsAxAAAAFQDoCE00XNuGJmYTJBE+VFrxpCWoZQAAAIBOE2l++GltFjhLFpRmg3zRZdQB6NMhLM/j1103rA94U+AaGxw6xhb/3Fv1pCIhWv0lRd+sm2+yYos1bTgiGROYvQ9C+CzwAd2+KGVQ8p3N34Q8Rf9vD1rsK2s7P6DyolWlDr9UfTBR1TTFg6bjjhl35N3cyTERtM7Ct6VOYX+qwwAAAIA6+lhflNb4yOz6zOe56wBjXfXjZZ0A9qspeS/mgAeLAAj+SW4U2cJd1NXnNZ0pRztwzCDIa3PLZMy9232JxiV4vdT3CVrgcVGjNb+4IPMeYwNftzVGVaZJPlrewZLiLQPMFgpkBBtGSu4FstKWblmzav9dJIgLhA6PkWy1Spw6bg== root@vping-userdata-vm2-fc72716b-d772-4456-bbb0-689964bd9445 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe33:ddd5/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000029 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-fc72716b-d772-4456-bbb0-689964bd9445 launch-index: 0 === cirros: current=0.4.0 uptime=59.50 === 2018-10-10 14:52:30,065 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-10-10 14:52:30,200 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-10 14:52:30,200 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:29 | PASS | +------------------------+------------------+------------------+----------------+ 2018-10-10 14:52:30,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-10 14:52:30,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:30,340 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:52: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-2169f84b-798f-4a9e-b05f-36f40dfeb6e1 x-compute-request-id: req-2169f84b-798f-4a9e-b05f-36f40dfeb6e1 Content-Type: application/json 2018-10-10 14:52:30,340 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb used request id req-2169f84b-798f-4a9e-b05f-36f40dfeb6e1 2018-10-10 14:52:30,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.134516954422s 2018-10-10 14:52:30,340 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb used request id req-2169f84b-798f-4a9e-b05f-36f40dfeb6e1 2018-10-10 14:52:30,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:52:30,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:31,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52: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-e6a115d2-a67f-4e91-8dad-4f4b32f86746 x-compute-request-id: req-e6a115d2-a67f-4e91-8dad-4f4b32f86746 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:1d:fb", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:52:30Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:52:31,001 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e6a115d2-a67f-4e91-8dad-4f4b32f86746 2018-10-10 14:52:31,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.660561084747s 2018-10-10 14:52:31,002 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e6a115d2-a67f-4e91-8dad-4f4b32f86746 2018-10-10 14:52:31,004 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-10 14:52:33,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:52:33,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:33,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a64428f7-2eb8-456c-beed-a4727371d9bb x-compute-request-id: req-a64428f7-2eb8-456c-beed-a4727371d9bb Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:18.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "0f736068-bb5c-4fb5-8b51-fd638c5c41cb", "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:52:32Z", "hostId": "9b9fa411c5d17775e15f0d78b1a273d3c69bb966623c6957a3112206", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:14Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:52:33,503 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a64428f7-2eb8-456c-beed-a4727371d9bb 2018-10-10 14:52:33,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.496394872665s 2018-10-10 14:52:33,504 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a64428f7-2eb8-456c-beed-a4727371d9bb 2018-10-10 14:52:33,506 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-10 14:52:35,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:52:35,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:35,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-fea78cd8-c20b-4bba-96c2-95587a152366 x-compute-request-id: req-fea78cd8-c20b-4bba-96c2-95587a152366 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:51:29Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:52:35,950 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fea78cd8-c20b-4bba-96c2-95587a152366 2018-10-10 14:52:35,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.441194057465s 2018-10-10 14:52:35,950 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fea78cd8-c20b-4bba-96c2-95587a152366 2018-10-10 14:52:35,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-10 14:52:35,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:36,124 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:52:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ab029eb6-9c3f-45c3-b8a8-f7cdc60ae706 x-compute-request-id: req-ab029eb6-9c3f-45c3-b8a8-f7cdc60ae706 Content-Type: application/json 2018-10-10 14:52:36,124 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb used request id req-ab029eb6-9c3f-45c3-b8a8-f7cdc60ae706 2018-10-10 14:52:36,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.172538995743s 2018-10-10 14:52:36,125 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb used request id req-ab029eb6-9c3f-45c3-b8a8-f7cdc60ae706 2018-10-10 14:52:36,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:52:36,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:36,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2608aea-6dc4-4fc8-8ae4-849f0ff6b1dc x-compute-request-id: req-f2608aea-6dc4-4fc8-8ae4-849f0ff6b1dc Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dd:d5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3809b444-f87a-44ea-9f76-515e1c0605eb", "rel": "bookmark"}], "image": {"id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "links": [{"href": "http://172.30.9.27:8774/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-10T14:51:28.000000", "flavor": {"id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}]}, "id": "3809b444-f87a-44ea-9f76-515e1c0605eb", "security_groups": [{"name": "default"}], "user_id": "2a321555de634ac693fa825a203af239", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T14:52:36Z", "hostId": "435ac422e076ee001ba99c0e72cc87e1e45c82b00997b2225b14ad5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fc72716b-d772-4456-bbb0-689964bd9445", "created": "2018-10-10T14:51:24Z", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-10 14:52:36,476 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f2608aea-6dc4-4fc8-8ae4-849f0ff6b1dc 2018-10-10 14:52:36,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.350691795349s 2018-10-10 14:52:36,476 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f2608aea-6dc4-4fc8-8ae4-849f0ff6b1dc 2018-10-10 14:52:36,478 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-10 14:52:38,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-10 14:52:38,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:38,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f784a196-6dce-423d-91d1-acdeaf0460c7 x-compute-request-id: req-f784a196-6dce-423d-91d1-acdeaf0460c7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-10 14:52:38,569 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f784a196-6dce-423d-91d1-acdeaf0460c7 2018-10-10 14:52:38,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0880868434906s 2018-10-10 14:52:38,569 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f784a196-6dce-423d-91d1-acdeaf0460c7 2018-10-10 14:52:38,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-10 14:52:38,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/aeed00b5-3c3c-4e6a-8191-7d81d50e7297/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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" -d '{"subnet_id": "22ecd1e3-e666-46e7-a5df-6cdebef77a7b"}' 2018-10-10 14:52:39,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c7e278fe-e9d4-4b23-bc35-39ddf4f73b61 Date: Wed, 10 Oct 2018 14:52:39 GMT RESP BODY: {"network_id": "920f2e71-9548-40fa-8cb1-8038b50f0d05", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "subnet_id": "22ecd1e3-e666-46e7-a5df-6cdebef77a7b", "subnet_ids": ["22ecd1e3-e666-46e7-a5df-6cdebef77a7b"], "port_id": "c0c6e1e6-15a5-4227-8b19-1100cd3f7b1b", "id": "aeed00b5-3c3c-4e6a-8191-7d81d50e7297"} 2018-10-10 14:52:39,618 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/aeed00b5-3c3c-4e6a-8191-7d81d50e7297/remove_router_interface.json used request id req-c7e278fe-e9d4-4b23-bc35-39ddf4f73b61 2018-10-10 14:52:39,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.0484290123s 2018-10-10 14:52:39,619 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/aeed00b5-3c3c-4e6a-8191-7d81d50e7297/remove_router_interface.json used request id req-c7e278fe-e9d4-4b23-bc35-39ddf4f73b61 returning object aeed00b5-3c3c-4e6a-8191-7d81d50e7297 2018-10-10 14:52:39,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-10 14:52:39,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:39,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1858 X-Openstack-Request-Id: req-24c1a4e0-3312-4cef-b6a9-b5a9a132fc6d Date: Wed, 10 Oct 2018 14:52:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "created_at": "2018-10-10T14:51:03Z", "admin_state_up": true, "updated_at": "2018-10-10T14:51:04Z", "revision_number": 2, "routes": [], "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "id": "9e387883-7295-427c-b997-7f9730d2c77f", "name": "vping_userdata-router_fc72716b-d772-4456-bbb0-689964bd9445"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "created_at": "2018-10-10T14:51:06Z", "admin_state_up": true, "updated_at": "2018-10-10T14:52:39Z", "revision_number": 4, "routes": [], "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "id": "aeed00b5-3c3c-4e6a-8191-7d81d50e7297", "name": "vping_userdata-router_fc72716b-d772-4456-bbb0-689964bd9445"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "created_at": "2018-10-10T14:51:05Z", "admin_state_up": true, "updated_at": "2018-10-10T14:51:05Z", "revision_number": 2, "routes": [], "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "id": "cf36f6e0-119a-4303-8fda-6b9e0052e318", "name": "vping_userdata-router_fc72716b-d772-4456-bbb0-689964bd9445"}]} 2018-10-10 14:52:39,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-24c1a4e0-3312-4cef-b6a9-b5a9a132fc6d 2018-10-10 14:52:39,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0767059326172s 2018-10-10 14:52:39,697 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-24c1a4e0-3312-4cef-b6a9-b5a9a132fc6d 2018-10-10 14:52:39,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-10 14:52:39,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/aeed00b5-3c3c-4e6a-8191-7d81d50e7297.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:40,785 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c1e8eb0a-c500-4bc4-8f22-47771425f3c8 Content-Length: 0 Date: Wed, 10 Oct 2018 14:52:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:52:40,785 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/aeed00b5-3c3c-4e6a-8191-7d81d50e7297.json used request id req-c1e8eb0a-c500-4bc4-8f22-47771425f3c8 2018-10-10 14:52:40,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.08667492867s 2018-10-10 14:52:40,785 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/aeed00b5-3c3c-4e6a-8191-7d81d50e7297.json used request id req-c1e8eb0a-c500-4bc4-8f22-47771425f3c8 2018-10-10 14:52:40,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-10 14:52:40,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:40,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d396576b-ef20-435c-9d39-75e743baad0b Date: Wed, 10 Oct 2018 14:52:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"920f2e71-9548-40fa-8cb1-8038b50f0d05","tenant_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","created_at":"2018-10-10T14:51:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-10T14:51:03Z","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":"2ba8f31dc3d64de281b6ba1d0976b2e5","id":"22ecd1e3-e666-46e7-a5df-6cdebef77a7b","subnetpool_id":null,"name":"vping_userdata-subnet_fc72716b-d772-4456-bbb0-689964bd9445"}]} 2018-10-10 14:52:40,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-d396576b-ef20-435c-9d39-75e743baad0b 2018-10-10 14:52:40,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0627551078796s 2018-10-10 14:52:40,849 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-d396576b-ef20-435c-9d39-75e743baad0b 2018-10-10 14:52:40,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-10 14:52:40,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/22ecd1e3-e666-46e7-a5df-6cdebef77a7b.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:43,114 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c42d7d3c-4ec4-4aaf-9894-d7853b6452d9 Date: Wed, 10 Oct 2018 14:52:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:52:43,114 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/22ecd1e3-e666-46e7-a5df-6cdebef77a7b.json used request id req-c42d7d3c-4ec4-4aaf-9894-d7853b6452d9 2018-10-10 14:52:43,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.26363492012s 2018-10-10 14:52:43,114 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/22ecd1e3-e666-46e7-a5df-6cdebef77a7b.json used request id req-c42d7d3c-4ec4-4aaf-9894-d7853b6452d9 2018-10-10 14:52:43,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 14:52:43,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:43,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-bdf539bf-aa50-4636-9558-9e70369cdb94 Date: Wed, 10 Oct 2018 14:52: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":["b0a0249e-f730-4a48-8032-264a390edf2d"],"updated_at":"2018-10-10T14:26:55Z","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-10T14:52:42Z","tenant_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","created_at":"2018-10-10T14:51:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2ba8f31dc3d64de281b6ba1d0976b2e5","id":"920f2e71-9548-40fa-8cb1-8038b50f0d05","name":"vping_userdata-net_fc72716b-d772-4456-bbb0-689964bd9445"}]} 2018-10-10 14:52:43,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bdf539bf-aa50-4636-9558-9e70369cdb94 2018-10-10 14:52:43,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118517875671s 2018-10-10 14:52:43,234 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bdf539bf-aa50-4636-9558-9e70369cdb94 2018-10-10 14:52:43,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-10 14:52:43,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/920f2e71-9548-40fa-8cb1-8038b50f0d05.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:44,480 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a009eaf0-4b39-4348-8905-2c7c3a08327b Date: Wed, 10 Oct 2018 14:52:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:52:44,480 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/920f2e71-9548-40fa-8cb1-8038b50f0d05.json used request id req-a009eaf0-4b39-4348-8905-2c7c3a08327b 2018-10-10 14:52:44,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.2455470562s 2018-10-10 14:52:44,481 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/920f2e71-9548-40fa-8cb1-8038b50f0d05.json used request id req-a009eaf0-4b39-4348-8905-2c7c3a08327b 2018-10-10 14:52:44,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 14:52:44,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:44,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-2e84513d-50fe-494e-bb67-ab702ab41d4a Date: Wed, 10 Oct 2018 14:52:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/snap", "metadata": {}}], "file": "/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/file", "owner": "2ba8f31dc3d64de281b6ba1d0976b2e5", "id": "04a3d9fb-17b3-49ab-9ec5-00475bed213d", "size": 12716032, "self": "/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T14:51:11Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_fc72716b-d772-4456-bbb0-689964bd9445", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_fc72716b-d772-4456-bbb0-689964bd9445", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T14:51:09Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 14:52:44,512 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2e84513d-50fe-494e-bb67-ab702ab41d4a 2018-10-10 14:52:44,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0312650203705s 2018-10-10 14:52:44,513 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2e84513d-50fe-494e-bb67-ab702ab41d4a 2018-10-10 14:52:44,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-10 14:52:44,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41470d6c40e0da19068f6f23cc8346ee89cba8cb" 2018-10-10 14:52:45,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ca115a7f-7b51-423f-a628-cfcda1a49660 Date: Wed, 10 Oct 2018 14:52:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:52:45,788 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d used request id req-ca115a7f-7b51-423f-a628-cfcda1a49660 2018-10-10 14:52:45,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.27351307869s 2018-10-10 14:52:45,788 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/04a3d9fb-17b3-49ab-9ec5-00475bed213d used request id req-ca115a7f-7b51-423f-a628-cfcda1a49660 2018-10-10 14:52:45,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 14:52:45,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:52:45,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14: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-5b5f1949-bf82-4b5a-be73-2d23d289c93e x-compute-request-id: req-5b5f1949-bf82-4b5a-be73-2d23d289c93e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "6467e0dd-11c3-4232-969e-cb516192a4e6", "name": "vping_userdata-flavor_fc72716b-d772-4456-bbb0-689964bd9445", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 14:52:45,822 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5b5f1949-bf82-4b5a-be73-2d23d289c93e 2018-10-10 14:52:45,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0336298942566s 2018-10-10 14:52:45,823 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5b5f1949-bf82-4b5a-be73-2d23d289c93e 2018-10-10 14:52:45,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-10 14:52:45,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:52:45,886 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 14:52:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-56869935-4052-4ae8-8da4-65e6b3fac5fe x-compute-request-id: req-56869935-4052-4ae8-8da4-65e6b3fac5fe Content-Length: 0 Content-Type: application/json 2018-10-10 14:52:45,886 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6 used request id req-56869935-4052-4ae8-8da4-65e6b3fac5fe 2018-10-10 14:52:45,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0617589950562s 2018-10-10 14:52:45,886 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/6467e0dd-11c3-4232-969e-cb516192a4e6 used request id req-56869935-4052-4ae8-8da4-65e6b3fac5fe 2018-10-10 14:52:45,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:52:45,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:52:45,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-206111aa-3881-4515-a2d2-f4c510c3b20e Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_fc72716b-d772-4456-bbb0-689964bd9445", "links": {"self": "http://172.30.9.27:5000/v3/users/2a321555de634ac693fa825a203af239"}, "domain_id": "default", "enabled": true, "id": "2a321555de634ac693fa825a203af239", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:52:45,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-206111aa-3881-4515-a2d2-f4c510c3b20e 2018-10-10 14:52:45,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109753131866s 2018-10-10 14:52:45,997 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-206111aa-3881-4515-a2d2-f4c510c3b20e 2018-10-10 14:52:46,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:52:46,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/2a321555de634ac693fa825a203af239 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:52:46,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7daa8d23-1652-41cf-bf2e-eb772ddac01c Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/2a321555de634ac693fa825a203af239"}, "enabled": true, "id": "2a321555de634ac693fa825a203af239", "options": {}, "domain_id": "default", "name": "vping_userdata-user_fc72716b-d772-4456-bbb0-689964bd9445"}} 2018-10-10 14:52:46,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/2a321555de634ac693fa825a203af239 used request id req-7daa8d23-1652-41cf-bf2e-eb772ddac01c 2018-10-10 14:52:46,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0936770439148s 2018-10-10 14:52:46,097 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/2a321555de634ac693fa825a203af239 used request id req-7daa8d23-1652-41cf-bf2e-eb772ddac01c 2018-10-10 14:52:46,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-10 14:52:46,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/2a321555de634ac693fa825a203af239 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:52:46,319 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:52:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0934fd4e-1242-49c4-aa1d-14c6e0edd4fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:52:46,319 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/2a321555de634ac693fa825a203af239 used request id req-0934fd4e-1242-49c4-aa1d-14c6e0edd4fd 2018-10-10 14:52:46,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.221524953842s 2018-10-10 14:52:46,319 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/2a321555de634ac693fa825a203af239 used request id req-0934fd4e-1242-49c4-aa1d-14c6e0edd4fd 2018-10-10 14:52:46,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:52:46,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:52:46,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6f239fb-492b-4c9b-a6ea-40062d9042f8 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.27:5000/v3/projects/2ba8f31dc3d64de281b6ba1d0976b2e5"}, "enabled": true, "id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_fc72716b-d772-4456-bbb0-689964bd9445"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:52:46,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-a6f239fb-492b-4c9b-a6ea-40062d9042f8 2018-10-10 14:52:46,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0736081600189s 2018-10-10 14:52:46,394 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-a6f239fb-492b-4c9b-a6ea-40062d9042f8 2018-10-10 14:52:46,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-10 14:52:46,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/2ba8f31dc3d64de281b6ba1d0976b2e5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:52:46,586 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:52:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22c0a48a-f0a5-4f11-ae60-0410fb567556 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:52:46,586 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/2ba8f31dc3d64de281b6ba1d0976b2e5 used request id req-22c0a48a-f0a5-4f11-ae60-0410fb567556 2018-10-10 14:52:46,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.190439939499s 2018-10-10 14:52:46,587 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/2ba8f31dc3d64de281b6ba1d0976b2e5 used request id req-22c0a48a-f0a5-4f11-ae60-0410fb567556 2018-10-10 14:52:46,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:52:46,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:52:46,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96c7674b-7794-4485-b1f4-26b966474f3e Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ca1e7e0a6c114e4a8e843cbd80fc8b33", "links": {"self": "http://172.30.9.27:5000/v3/roles/ca1e7e0a6c114e4a8e843cbd80fc8b33"}, "name": "Member"}]} 2018-10-10 14:52:46,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-96c7674b-7794-4485-b1f4-26b966474f3e 2018-10-10 14:52:46,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0781049728394s 2018-10-10 14:52:46,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-10 14:52:46,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/ca1e7e0a6c114e4a8e843cbd80fc8b33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:52:46,756 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:52:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e7ad7b1-c658-4670-83d8-de397656541f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:52:46,756 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/ca1e7e0a6c114e4a8e843cbd80fc8b33 used request id req-1e7ad7b1-c658-4670-83d8-de397656541f 2018-10-10 14:52:46,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.08957695961s 2018-10-10 14:52:46,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 14:52:46,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=2ba8f31dc3d64de281b6ba1d0976b2e5&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}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:52:46,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-658ce2f2-a43f-419b-b711-25ce6aa4c39c Date: Wed, 10 Oct 2018 14:52:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "created_at": "2018-10-10T14:51:01Z", "updated_at": "2018-10-10T14:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:51:01Z", "revision_number": 0, "id": "8f55a150-7bcc-458f-a9eb-a89837f9ff72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:51:01Z", "security_group_id": "f8b2331f-549e-403e-9c56-f710a5a707be", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:51:01Z", "revision_number": 0, "id": "c6327ba5-c780-46d3-b140-dd729e2dd22a", "remote_group_id": "f8b2331f-549e-403e-9c56-f710a5a707be", "remote_ip_prefix": null, "created_at": "2018-10-10T14:51:01Z", "security_group_id": "f8b2331f-549e-403e-9c56-f710a5a707be", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:51:01Z", "revision_number": 0, "id": "e8f22a92-9ac2-47dc-8b70-eacdfd901640", "remote_group_id": "f8b2331f-549e-403e-9c56-f710a5a707be", "remote_ip_prefix": null, "created_at": "2018-10-10T14:51:01Z", "security_group_id": "f8b2331f-549e-403e-9c56-f710a5a707be", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:51:01Z", "revision_number": 0, "id": "f64258a7-a46a-4183-8cc1-eecd97de8f70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:51:01Z", "security_group_id": "f8b2331f-549e-403e-9c56-f710a5a707be", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5"}], "revision_number": 4, "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "id": "f8b2331f-549e-403e-9c56-f710a5a707be", "name": "default"}]} 2018-10-10 14:52:46,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=2ba8f31dc3d64de281b6ba1d0976b2e5&name=default used request id req-658ce2f2-a43f-419b-b711-25ce6aa4c39c 2018-10-10 14:52:46,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.193586111069s 2018-10-10 14:52:46,953 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=2ba8f31dc3d64de281b6ba1d0976b2e5&name=default used request id req-658ce2f2-a43f-419b-b711-25ce6aa4c39c 2018-10-10 14:52:46,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 14:52:46,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:52:47,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-45d062e2-b68c-417e-965f-068cc8279278 Date: Wed, 10 Oct 2018 14:52:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "updated_at": "2018-10-10T14:38:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "created_at": "2018-10-10T14:51:01Z", "updated_at": "2018-10-10T14:51:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:51:01Z", "revision_number": 0, "id": "c6327ba5-c780-46d3-b140-dd729e2dd22a", "remote_group_id": "f8b2331f-549e-403e-9c56-f710a5a707be", "remote_ip_prefix": null, "created_at": "2018-10-10T14:51:01Z", "security_group_id": "f8b2331f-549e-403e-9c56-f710a5a707be", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:51:01Z", "revision_number": 0, "id": "f64258a7-a46a-4183-8cc1-eecd97de8f70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:51:01Z", "security_group_id": "f8b2331f-549e-403e-9c56-f710a5a707be", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:51:01Z", "revision_number": 0, "id": "8f55a150-7bcc-458f-a9eb-a89837f9ff72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:51:01Z", "security_group_id": "f8b2331f-549e-403e-9c56-f710a5a707be", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:51:01Z", "revision_number": 0, "id": "e8f22a92-9ac2-47dc-8b70-eacdfd901640", "remote_group_id": "f8b2331f-549e-403e-9c56-f710a5a707be", "remote_ip_prefix": null, "created_at": "2018-10-10T14:51:01Z", "security_group_id": "f8b2331f-549e-403e-9c56-f710a5a707be", "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5"}], "revision_number": 4, "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "id": "f8b2331f-549e-403e-9c56-f710a5a707be", "name": "default"}]} 2018-10-10 14:52:47,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-45d062e2-b68c-417e-965f-068cc8279278 2018-10-10 14:52:47,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.190723180771s 2018-10-10 14:52:47,148 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-45d062e2-b68c-417e-965f-068cc8279278 2018-10-10 14:52:47,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-10 14:52:47,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/f8b2331f-549e-403e-9c56-f710a5a707be.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2b0a6623ec1a8e78dc8b1055d1bb3195cd2647" 2018-10-10 14:52:47,623 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1cabb7dc-c0c1-4288-a5d3-f6cbc0bfb83d Content-Length: 0 Date: Wed, 10 Oct 2018 14:52:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 14:52:47,623 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/f8b2331f-549e-403e-9c56-f710a5a707be.json used request id req-1cabb7dc-c0c1-4288-a5d3-f6cbc0bfb83d 2018-10-10 14:52:47,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.470651865005s 2018-10-10 14:52:47,623 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/f8b2331f-549e-403e-9c56-f710a5a707be.json used request id req-1cabb7dc-c0c1-4288-a5d3-f6cbc0bfb83d 2018-10-10 14:52:47,676 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-10-10 14:52:47,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 14:52:47,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 14:52:47,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 14:52:47,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 14:52:47,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 14:52:47,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 14:52:47,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 14:52:47,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 14:52:47,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 14:52:47,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 14:52:47,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 14:52:47,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 14:52:47,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 14:52:47,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 14:52:47,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 14:52:47,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 14:52:47,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 14:52:47,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 14:52:47,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 14:52:47,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 14:52:47,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 14:52:47,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 14:52:47,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 14:52:47,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 14:52:47,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:52:47,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91a6e638-a5d7-45f0-99d0-f269860b1b85 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:52:47,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-91a6e638-a5d7-45f0-99d0-f269860b1b85 2018-10-10 14:52:47,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:52:48,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T15:52:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["sGpYMO-AROeygSGs_i7Vmg"], "issued_at": "2018-10-10T14:52:48.000000Z"}} 2018-10-10 14:52:48,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 14:52:48,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:48,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-56bd9137-f637-44a6-b3cd-85c1034a8d53 Date: Wed, 10 Oct 2018 14:52:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 14:52:48,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-56bd9137-f637-44a6-b3cd-85c1034a8d53 2018-10-10 14:52:48,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.219089984894s 2018-10-10 14:52:48,324 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-56bd9137-f637-44a6-b3cd-85c1034a8d53 2018-10-10 14:52:48,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-10 14:52:48,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:48,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:52: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:52:48,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:48,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3a364d7-0c2b-4fc3-b17b-bf688a4aafbc Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/da9a3567bac744d785bfd81a34b9e2bc"}, "description": "", "name": "heat_stack", "enabled": true, "id": "da9a3567bac744d785bfd81a34b9e2bc"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-10-10 14:52:48,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-a3a364d7-0c2b-4fc3-b17b-bf688a4aafbc 2018-10-10 14:52:48,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0986771583557s 2018-10-10 14:52:48,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-10 14:52:48,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_3af1bce7-5b8a-4593-8a13-8ead839fa022"}}' 2018-10-10 14:52:48,530 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:52:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a264ee1b-9748-45cc-aaba-c9a36c207702 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.27:5000/v3/projects/86e95c8a43044b62b08701dc114f0dce"}, "enabled": true, "id": "86e95c8a43044b62b08701dc114f0dce", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_3af1bce7-5b8a-4593-8a13-8ead839fa022"}} 2018-10-10 14:52:48,530 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-a264ee1b-9748-45cc-aaba-c9a36c207702 2018-10-10 14:52:48,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.104880094528s 2018-10-10 14:52:48,530 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-a264ee1b-9748-45cc-aaba-c9a36c207702 2018-10-10 14:52:48,531 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_3af1bce7-5b8a-4593-8a13-8ead839fa022', 'id': u'86e95c8a43044b62b08701dc114f0dce', 'description': u'Created by OPNFV Functest: tempest_smoke_serial', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-10 14:52:48,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-10 14:52:48,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.363631010056s 2018-10-10 14:52:48,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/91e89e2c3fa74faa8c9bc0d1a6ffca14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:48,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e6702d3-03c8-49cb-9e23-91f0bb26f129 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/91e89e2c3fa74faa8c9bc0d1a6ffca14"}, "enabled": true, "id": "91e89e2c3fa74faa8c9bc0d1a6ffca14", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_3af1bce7-5b8a-4593-8a13-8ead839fa022"}} 2018-10-10 14:52:48,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/91e89e2c3fa74faa8c9bc0d1a6ffca14 used request id req-1e6702d3-03c8-49cb-9e23-91f0bb26f129 2018-10-10 14:52:48,987 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'91e89e2c3fa74faa8c9bc0d1a6ffca14', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_3af1bce7-5b8a-4593-8a13-8ead839fa022'}) 2018-10-10 14:52:48,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:52:48,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:49,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12aafbba-4727-4fd2-a3c1-4b7bce7c76b7 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:52:49,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-12aafbba-4727-4fd2-a3c1-4b7bce7c76b7 2018-10-10 14:52:49,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0910170078278s 2018-10-10 14:52:49,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:52:49,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:49,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e0c859b-830e-4be2-b099-d62f8b2a85b4 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 14:52:49,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0e0c859b-830e-4be2-b099-d62f8b2a85b4 2018-10-10 14:52:49,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0782799720764s 2018-10-10 14:52:49,159 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-10 14:52:49,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-10 14:52:49,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" -d '{"role": {"name": "Member"}}' 2018-10-10 14:52:49,315 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f117f7ab-f835-493e-8667-b7bbdc46cd2e Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d48ac2de8a0c45efbf657a5b6eff56c1", "links": {"self": "http://172.30.9.27:5000/v3/roles/d48ac2de8a0c45efbf657a5b6eff56c1"}, "name": "Member"}} 2018-10-10 14:52:49,315 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-f117f7ab-f835-493e-8667-b7bbdc46cd2e 2018-10-10 14:52:49,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.155856847763s 2018-10-10 14:52:49,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/d48ac2de8a0c45efbf657a5b6eff56c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:49,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-885cd1fc-dc6d-416e-b44b-deddd69dfcc8 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/d48ac2de8a0c45efbf657a5b6eff56c1"}, "domain_id": null, "name": "Member", "id": "d48ac2de8a0c45efbf657a5b6eff56c1"}} 2018-10-10 14:52:49,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/d48ac2de8a0c45efbf657a5b6eff56c1 used request id req-885cd1fc-dc6d-416e-b44b-deddd69dfcc8 2018-10-10 14:52:49,332 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/d48ac2de8a0c45efbf657a5b6eff56c1'}, 'domain_id': None, 'human_id': None, 'id': u'd48ac2de8a0c45efbf657a5b6eff56c1', 'HUMAN_ID': False}) 2018-10-10 14:52:49,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:52:49,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:49,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c540625-d5e9-455b-85a4-3a32f246b668 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d48ac2de8a0c45efbf657a5b6eff56c1", "links": {"self": "http://172.30.9.27:5000/v3/roles/d48ac2de8a0c45efbf657a5b6eff56c1"}, "name": "Member"}]} 2018-10-10 14:52:49,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5c540625-d5e9-455b-85a4-3a32f246b668 2018-10-10 14:52:49,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0749537944794s 2018-10-10 14:52:49,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 14:52:49,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:49,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32c19eb2-b570-4b27-b658-e7aa2330149b 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:52:49,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-32c19eb2-b570-4b27-b658-e7aa2330149b 2018-10-10 14:52:49,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0785531997681s 2018-10-10 14:52:49,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:52:49,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:49,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3414e4ab-2db4-4a1c-b475-d1c060f7414f Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_3af1bce7-5b8a-4593-8a13-8ead839fa022", "links": {"self": "http://172.30.9.27:5000/v3/users/91e89e2c3fa74faa8c9bc0d1a6ffca14"}, "domain_id": "default", "enabled": true, "id": "91e89e2c3fa74faa8c9bc0d1a6ffca14", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:52:49,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-3414e4ab-2db4-4a1c-b475-d1c060f7414f 2018-10-10 14:52:49,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102155923843s 2018-10-10 14:52:49,591 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-3414e4ab-2db4-4a1c-b475-d1c060f7414f 2018-10-10 14:52:49,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:52:49,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:49,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6868ff72-8bda-4619-8078-072e12afd6df Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.27:5000/v3/projects/86e95c8a43044b62b08701dc114f0dce"}, "enabled": true, "id": "86e95c8a43044b62b08701dc114f0dce", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_3af1bce7-5b8a-4593-8a13-8ead839fa022"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:52:49,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-6868ff72-8bda-4619-8078-072e12afd6df 2018-10-10 14:52:49,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.099130153656s 2018-10-10 14:52:49,697 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-6868ff72-8bda-4619-8078-072e12afd6df 2018-10-10 14:52:49,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 14:52:49,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=91e89e2c3fa74faa8c9bc0d1a6ffca14&scope.project.id=86e95c8a43044b62b08701dc114f0dce&role.id=d48ac2de8a0c45efbf657a5b6eff56c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:49,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29ef338f-b136-4f88-b5ab-df459345356d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=91e89e2c3fa74faa8c9bc0d1a6ffca14&scope.project.id=86e95c8a43044b62b08701dc114f0dce&role.id=d48ac2de8a0c45efbf657a5b6eff56c1", "previous": null, "next": null}} 2018-10-10 14:52:49,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=91e89e2c3fa74faa8c9bc0d1a6ffca14&scope.project.id=86e95c8a43044b62b08701dc114f0dce&role.id=d48ac2de8a0c45efbf657a5b6eff56c1 used request id req-29ef338f-b136-4f88-b5ab-df459345356d 2018-10-10 14:52:49,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0822057723999s 2018-10-10 14:52:49,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 14:52:49,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/86e95c8a43044b62b08701dc114f0dce/users/91e89e2c3fa74faa8c9bc0d1a6ffca14/roles/d48ac2de8a0c45efbf657a5b6eff56c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:49,897 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-728c7c06-c747-4e62-b20b-c94445907964 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:52:49,897 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/86e95c8a43044b62b08701dc114f0dce/users/91e89e2c3fa74faa8c9bc0d1a6ffca14/roles/d48ac2de8a0c45efbf657a5b6eff56c1 used request id req-728c7c06-c747-4e62-b20b-c94445907964 2018-10-10 14:52:49,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115175008774s 2018-10-10 14:52:49,898 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_3af1bce7-5b8a-4593-8a13-8ead839fa022', 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': '8a0ab651-096a-4fa3-b7ed-bf02e2e8f22b', 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_3af1bce7-5b8a-4593-8a13-8ead839fa022', 'project_id': u'86e95c8a43044b62b08701dc114f0dce', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-10 14:52:49,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 14:52:49,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 14:52:49,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 14:52:49,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 14:52:49,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 14:52:49,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 14:52:49,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 14:52:49,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 14:52:49,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 14:52:49,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 14:52:49,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 14:52:49,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 14:52:49,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 14:52:49,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 14:52:49,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 14:52:49,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 14:52:49,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 14:52:49,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 14:52:49,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 14:52:49,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 14:52:49,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 14:52:49,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 14:52:49,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 14:52:49,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 14:52:49,905 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_3af1bce7-5b8a-4593-8a13-8ead839fa022', 'password': '8a0ab651-096a-4fa3-b7ed-bf02e2e8f22b', 'project_name': 'tempest_smoke_seri-project_3af1bce7-5b8a-4593-8a13-8ead839fa022', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '86e95c8a43044b62b08701dc114f0dce', 'project_domain_name': 'Default'} 2018-10-10 14:52:49,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:52:49,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:49,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58b225c1-1eed-4185-a553-56788d738be5 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d48ac2de8a0c45efbf657a5b6eff56c1", "links": {"self": "http://172.30.9.27:5000/v3/roles/d48ac2de8a0c45efbf657a5b6eff56c1"}, "name": "Member"}]} 2018-10-10 14:52:49,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-58b225c1-1eed-4185-a553-56788d738be5 2018-10-10 14:52:49,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.070503950119s 2018-10-10 14:52:49,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:52:49,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:50,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64bffbcf-8d6a-4e38-aa3e-0b09b46f697e Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d48ac2de8a0c45efbf657a5b6eff56c1", "links": {"self": "http://172.30.9.27:5000/v3/roles/d48ac2de8a0c45efbf657a5b6eff56c1"}, "name": "Member"}]} 2018-10-10 14:52:50,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-64bffbcf-8d6a-4e38-aa3e-0b09b46f697e 2018-10-10 14:52:50,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824580192566s 2018-10-10 14:52:50,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 14:52:50,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:50,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc850437-1810-48f8-89b9-88fd7bb4286c 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:52:50,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-cc850437-1810-48f8-89b9-88fd7bb4286c 2018-10-10 14:52:50,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0780107975006s 2018-10-10 14:52:50,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:52:50,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:50,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94c06a34-d26a-495b-baac-c3950e1fabf3 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_3af1bce7-5b8a-4593-8a13-8ead839fa022", "links": {"self": "http://172.30.9.27:5000/v3/users/91e89e2c3fa74faa8c9bc0d1a6ffca14"}, "domain_id": "default", "enabled": true, "id": "91e89e2c3fa74faa8c9bc0d1a6ffca14", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:52:50,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-94c06a34-d26a-495b-baac-c3950e1fabf3 2018-10-10 14:52:50,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0934209823608s 2018-10-10 14:52:50,234 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-94c06a34-d26a-495b-baac-c3950e1fabf3 2018-10-10 14:52:50,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 14:52:50,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:50,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-312fb70e-4697-4f49-8fc5-0c3ad279df7c Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.27:5000/v3/projects/86e95c8a43044b62b08701dc114f0dce"}, "enabled": true, "id": "86e95c8a43044b62b08701dc114f0dce", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_3af1bce7-5b8a-4593-8a13-8ead839fa022"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 14:52:50,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-312fb70e-4697-4f49-8fc5-0c3ad279df7c 2018-10-10 14:52:50,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0795080661774s 2018-10-10 14:52:50,320 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-312fb70e-4697-4f49-8fc5-0c3ad279df7c 2018-10-10 14:52:50,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 14:52:50,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=91e89e2c3fa74faa8c9bc0d1a6ffca14&scope.project.id=86e95c8a43044b62b08701dc114f0dce&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:50,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e60ce73-2475-44e1-ac1a-7c705e9ee722 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=91e89e2c3fa74faa8c9bc0d1a6ffca14&scope.project.id=86e95c8a43044b62b08701dc114f0dce&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e", "previous": null, "next": null}} 2018-10-10 14:52:50,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=91e89e2c3fa74faa8c9bc0d1a6ffca14&scope.project.id=86e95c8a43044b62b08701dc114f0dce&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-4e60ce73-2475-44e1-ac1a-7c705e9ee722 2018-10-10 14:52:50,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0785040855408s 2018-10-10 14:52:50,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 14:52:50,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/86e95c8a43044b62b08701dc114f0dce/users/91e89e2c3fa74faa8c9bc0d1a6ffca14/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:50,510 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:52:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3beec953-1868-42dc-b4b5-ee1478526d29 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:52:50,510 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/86e95c8a43044b62b08701dc114f0dce/users/91e89e2c3fa74faa8c9bc0d1a6ffca14/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-3beec953-1868-42dc-b4b5-ee1478526d29 2018-10-10 14:52:50,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.109246015549s 2018-10-10 14:52:50,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:52:50,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:50,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bad9e2f-6863-40fc-a1b0-eedc69848ba2 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d48ac2de8a0c45efbf657a5b6eff56c1", "links": {"self": "http://172.30.9.27:5000/v3/roles/d48ac2de8a0c45efbf657a5b6eff56c1"}, "name": "Member"}]} 2018-10-10 14:52:50,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7bad9e2f-6863-40fc-a1b0-eedc69848ba2 2018-10-10 14:52:50,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0797410011292s 2018-10-10 14:52:50,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 14:52:50,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:50,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7031bbd1-af8e-4100-a99b-bc9d4bbad885 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 14:52:50,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-7031bbd1-af8e-4100-a99b-bc9d4bbad885 2018-10-10 14:52:50,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0911331176758s 2018-10-10 14:52:50,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 14:52:50,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:50,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d74c9bf-b782-46b4-974d-94b91291829a Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_3af1bce7-5b8a-4593-8a13-8ead839fa022", "links": {"self": "http://172.30.9.27:5000/v3/users/91e89e2c3fa74faa8c9bc0d1a6ffca14"}, "domain_id": "default", "enabled": true, "id": "91e89e2c3fa74faa8c9bc0d1a6ffca14", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 14:52:50,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-4d74c9bf-b782-46b4-974d-94b91291829a 2018-10-10 14:52:50,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.090017080307s 2018-10-10 14:52:50,774 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-4d74c9bf-b782-46b4-974d-94b91291829a 2018-10-10 14:52:50,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 14:52:50,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=91e89e2c3fa74faa8c9bc0d1a6ffca14&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:50,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-082dedf7-7781-4cf1-8c42-175c43408a90 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=91e89e2c3fa74faa8c9bc0d1a6ffca14&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e&scope.domain.id=default", "previous": null, "next": null}} 2018-10-10 14:52:50,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=91e89e2c3fa74faa8c9bc0d1a6ffca14&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e&scope.domain.id=default used request id req-082dedf7-7781-4cf1-8c42-175c43408a90 2018-10-10 14:52:50,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0816419124603s 2018-10-10 14:52:50,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 14:52:50,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/domains/default/users/91e89e2c3fa74faa8c9bc0d1a6ffca14/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 14:52:50,975 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 14:52:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bc1ea8b-7498-45bc-a8c8-07975882653c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 14:52:50,975 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/domains/default/users/91e89e2c3fa74faa8c9bc0d1a6ffca14/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-8bc1ea8b-7498-45bc-a8c8-07975882653c 2018-10-10 14:52:50,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.11362695694s 2018-10-10 14:52:50,976 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-10 14:53:00,419 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-10 14:53:00.127 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=368e35c0-c91c-4f3d-8280-6b42bc826a80) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 368e35c0-c91c-4f3d-8280-6b42bc826a80 | 2018-10-10T14:53:00 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 368e35c0-c91c-4f3d-8280-6b42bc826a80 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-10 14:53:03,720 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-10 14:53:03,721 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-10 14:53:11,186 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-10 14:53:08.032 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-10 14:53:08.182 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-10 14:53:10.979 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dd4d7f10-2990-46bc-b9fd-37828c2d67cb) has been successfully created! Using verifier 'opnfv-tempest' (UUID=dd4d7f10-2990-46bc-b9fd-37828c2d67cb) as the default verifier for the future CLI operations. 2018-10-10 14:53:14,146 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-10-10 14:53:14,147 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 14:53:14,259 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-10 14:53:14,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 14:53:14,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:53:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-520b2da9-87d8-4863-8bb1-96b723e2060f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 14:53:14,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-520b2da9-87d8-4863-8bb1-96b723e2060f 2018-10-10 14:53:14,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 14:53:14,673 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "d48ac2de8a0c45efbf657a5b6eff56c1", "name": "Member"}], "expires_at": "2018-10-10T15:53:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86e95c8a43044b62b08701dc114f0dce", "name": "tempest_smoke_seri-project_3af1bce7-5b8a-4593-8a13-8ead839fa022"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/86e95c8a43044b62b08701dc114f0dce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/86e95c8a43044b62b08701dc114f0dce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/86e95c8a43044b62b08701dc114f0dce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/86e95c8a43044b62b08701dc114f0dce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/86e95c8a43044b62b08701dc114f0dce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/86e95c8a43044b62b08701dc114f0dce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/86e95c8a43044b62b08701dc114f0dce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/86e95c8a43044b62b08701dc114f0dce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/86e95c8a43044b62b08701dc114f0dce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/86e95c8a43044b62b08701dc114f0dce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/86e95c8a43044b62b08701dc114f0dce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/86e95c8a43044b62b08701dc114f0dce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_3af1bce7-5b8a-4593-8a13-8ead839fa022", "id": "91e89e2c3fa74faa8c9bc0d1a6ffca14"}, "audit_ids": ["xtvBkMayQQ6Zd1bYH8iAAg"], "issued_at": "2018-10-10T14:53:14.000000Z"}} 2018-10-10 14:53:14,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cb9b3ca39c73b29921df9a6daafaf9ed4af0f44c" 2018-10-10 14:53:14,683 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 10 Oct 2018 14:53:14 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-10-10 14:53:14,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 14:53:14,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cb9b3ca39c73b29921df9a6daafaf9ed4af0f44c" 2018-10-10 14:53:14,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4eebabf9-8053-468a-bde0-965075cb4722 Date: Wed, 10 Oct 2018 14:53:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 14:53:14,864 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4eebabf9-8053-468a-bde0-965075cb4722 2018-10-10 14:53:14,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177166938782s 2018-10-10 14:53:14,864 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4eebabf9-8053-468a-bde0-965075cb4722 2018-10-10 14:53:14,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-10 14:53:14,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}cb9b3ca39c73b29921df9a6daafaf9ed4af0f44c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_3af1bce7-5b8a-4593-8a13-8ead839fa022", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_3af1bce7-5b8a-4593-8a13-8ead839fa022"}' 2018-10-10 14:53:15,131 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf X-Openstack-Request-Id: req-9cc9e810-89f7-4d71-bb81-8958cf0a3062 Date: Wed, 10 Oct 2018 14:53:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/file", "owner": "86e95c8a43044b62b08701dc114f0dce", "id": "4cd61e24-0ce8-452d-9b42-1219fbfd43bf", "size": null, "self": "/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T14:53:15Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_3af1bce7-5b8a-4593-8a13-8ead839fa022", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_3af1bce7-5b8a-4593-8a13-8ead839fa022", "checksum": null, "created_at": "2018-10-10T14:53:15Z", "protected": false} 2018-10-10 14:53:15,131 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-9cc9e810-89f7-4d71-bb81-8958cf0a3062 2018-10-10 14:53:15,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.264876127243s 2018-10-10 14:53:15,132 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-9cc9e810-89f7-4d71-bb81-8958cf0a3062 returning object 4cd61e24-0ce8-452d-9b42-1219fbfd43bf 2018-10-10 14:53:15,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-10 14:53:15,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/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}cb9b3ca39c73b29921df9a6daafaf9ed4af0f44c" -d '' 2018-10-10 14:53:17,201 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-86636ad4-8eb7-47f0-af94-08371cf702a5 Date: Wed, 10 Oct 2018 14:53:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:53:17,201 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/file used request id req-86636ad4-8eb7-47f0-af94-08371cf702a5 2018-10-10 14:53:17,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.06887388229s 2018-10-10 14:53:17,202 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/file used request id req-86636ad4-8eb7-47f0-af94-08371cf702a5 2018-10-10 14:53:17,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 14:53:17,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cb9b3ca39c73b29921df9a6daafaf9ed4af0f44c" 2018-10-10 14:53:17,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-cde4e93a-2ed6-427a-94e5-093469151dd7 Date: Wed, 10 Oct 2018 14:53:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/snap", "metadata": {}}], "file": "/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/file", "owner": "86e95c8a43044b62b08701dc114f0dce", "id": "4cd61e24-0ce8-452d-9b42-1219fbfd43bf", "size": 12716032, "self": "/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T14:53:17Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_3af1bce7-5b8a-4593-8a13-8ead839fa022", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_3af1bce7-5b8a-4593-8a13-8ead839fa022", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T14:53:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 14:53:17,444 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cde4e93a-2ed6-427a-94e5-093469151dd7 2018-10-10 14:53:17,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.242447137833s 2018-10-10 14:53:17,445 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cde4e93a-2ed6-427a-94e5-093469151dd7 2018-10-10 14:53:17,447 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/file', 'owner': u'86e95c8a43044b62b08701dc114f0dce', 'id': u'4cd61e24-0ce8-452d-9b42-1219fbfd43bf', 'size': 12716032, u'self': u'/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'86e95c8a43044b62b08701dc114f0dce', 'name': 'tempest_smoke_seri-project_3af1bce7-5b8a-4593-8a13-8ead839fa022', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-10T14:53:17Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-10T14:53:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_3af1bce7-5b8a-4593-8a13-8ead839fa022', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_3af1bce7-5b8a-4593-8a13-8ead839fa022', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_3af1bce7-5b8a-4593-8a13-8ead839fa022', 'created': u'2018-10-10T14:53:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-10T14:53:15Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_3af1bce7-5b8a-4593-8a13-8ead839fa022', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-10 14:53:17,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-10 14:53:17,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_3af1bce7-5b8a-4593-8a13-8ead839fa022", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-10 14:53:17,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c32bb7fc-9226-448d-bb3a-c53cf29d11f4 x-compute-request-id: req-c32bb7fc-9226-448d-bb3a-c53cf29d11f4 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/65e3ee35-8e8f-4d1a-aa0c-0716f95639e4", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/65e3ee35-8e8f-4d1a-aa0c-0716f95639e4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "65e3ee35-8e8f-4d1a-aa0c-0716f95639e4", "name": "tempest_smoke_serial-flavor_3af1bce7-5b8a-4593-8a13-8ead839fa022", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:53:17,647 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c32bb7fc-9226-448d-bb3a-c53cf29d11f4 2018-10-10 14:53:17,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.198918104172s 2018-10-10 14:53:17,648 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c32bb7fc-9226-448d-bb3a-c53cf29d11f4 returning object 65e3ee35-8e8f-4d1a-aa0c-0716f95639e4 2018-10-10 14:53:17,648 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_3af1bce7-5b8a-4593-8a13-8ead839fa022', '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'd00928b339b74d1eac5a92b45f495878', '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'65e3ee35-8e8f-4d1a-aa0c-0716f95639e4', 'swap': 0}) 2018-10-10 14:53:17,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-10 14:53:17,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/65e3ee35-8e8f-4d1a-aa0c-0716f95639e4/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}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" -d '{"extra_specs": {}}' 2018-10-10 14:53:17,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-916b6d45-37a4-42ac-a3e0-67bf0482d4af x-compute-request-id: req-916b6d45-37a4-42ac-a3e0-67bf0482d4af Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 14:53:17,670 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/65e3ee35-8e8f-4d1a-aa0c-0716f95639e4/os-extra_specs used request id req-916b6d45-37a4-42ac-a3e0-67bf0482d4af 2018-10-10 14:53:17,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206639766693s 2018-10-10 14:53:17,670 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/65e3ee35-8e8f-4d1a-aa0c-0716f95639e4/os-extra_specs used request id req-916b6d45-37a4-42ac-a3e0-67bf0482d4af 2018-10-10 14:53:17,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 14:53:17,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cb9b3ca39c73b29921df9a6daafaf9ed4af0f44c" 2018-10-10 14:53:17,681 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 14:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 14:53:17,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9b3ca39c73b29921df9a6daafaf9ed4af0f44c" 2018-10-10 14:53:17,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd5abd8e-1e8f-4881-a9c0-1cca1c12202f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d48ac2de8a0c45efbf657a5b6eff56c1", "links": {"self": "http://172.30.9.27:5000/v3/roles/d48ac2de8a0c45efbf657a5b6eff56c1"}, "name": "Member"}]} 2018-10-10 14:53:17,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-bd5abd8e-1e8f-4881-a9c0-1cca1c12202f 2018-10-10 14:53:17,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0937988758087s 2018-10-10 14:53:17,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-10 14:53:17,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cb9b3ca39c73b29921df9a6daafaf9ed4af0f44c" 2018-10-10 14:53:17,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b36e86d-e9ee-4620-b746-335af30ef0f0 x-compute-request-id: req-4b36e86d-e9ee-4620-b746-335af30ef0f0 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.3", "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-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "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.6", "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}]} 2018-10-10 14:53:17,973 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-4b36e86d-e9ee-4620-b746-335af30ef0f0 2018-10-10 14:53:17,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.203250169754s 2018-10-10 14:53:17,973 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-4b36e86d-e9ee-4620-b746-335af30ef0f0 2018-10-10 14:53:17,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 14:53:17,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cb9b3ca39c73b29921df9a6daafaf9ed4af0f44c" 2018-10-10 14:53:18,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-ccb3b3ef-f1c2-47af-9a53-0bd0b8177d4a Date: Wed, 10 Oct 2018 14:53:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/snap", "metadata": {}}], "file": "/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/file", "owner": "86e95c8a43044b62b08701dc114f0dce", "id": "4cd61e24-0ce8-452d-9b42-1219fbfd43bf", "size": 12716032, "self": "/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T14:53:17Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_3af1bce7-5b8a-4593-8a13-8ead839fa022", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_3af1bce7-5b8a-4593-8a13-8ead839fa022", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T14:53:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 14:53:18,138 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ccb3b3ef-f1c2-47af-9a53-0bd0b8177d4a 2018-10-10 14:53:18,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.16391992569s 2018-10-10 14:53:18,139 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ccb3b3ef-f1c2-47af-9a53-0bd0b8177d4a 2018-10-10 14:53:18,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-10 14:53:18,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}cb9b3ca39c73b29921df9a6daafaf9ed4af0f44c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_3af1bce7-5b8a-4593-8a13-8ead839fa022", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_3af1bce7-5b8a-4593-8a13-8ead839fa022"}' 2018-10-10 14:53:18,378 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/ce9b0209-fb5b-4887-bc38-d6c79807149a X-Openstack-Request-Id: req-a133ae59-b184-4805-be0b-93d3263f6ef8 Date: Wed, 10 Oct 2018 14:53:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ce9b0209-fb5b-4887-bc38-d6c79807149a/file", "owner": "86e95c8a43044b62b08701dc114f0dce", "id": "ce9b0209-fb5b-4887-bc38-d6c79807149a", "size": null, "self": "/v2/images/ce9b0209-fb5b-4887-bc38-d6c79807149a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T14:53:18Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_3af1bce7-5b8a-4593-8a13-8ead839fa022", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_3af1bce7-5b8a-4593-8a13-8ead839fa022", "checksum": null, "created_at": "2018-10-10T14:53:18Z", "protected": false} 2018-10-10 14:53:18,378 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-a133ae59-b184-4805-be0b-93d3263f6ef8 2018-10-10 14:53:18,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.237565040588s 2018-10-10 14:53:18,379 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-a133ae59-b184-4805-be0b-93d3263f6ef8 returning object ce9b0209-fb5b-4887-bc38-d6c79807149a 2018-10-10 14:53:18,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-10 14:53:18,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/ce9b0209-fb5b-4887-bc38-d6c79807149a/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}cb9b3ca39c73b29921df9a6daafaf9ed4af0f44c" -d '' 2018-10-10 14:53:19,368 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2dfb1c2d-64e0-44ea-b280-87ef522f60de Date: Wed, 10 Oct 2018 14:53:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 14:53:19,368 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/ce9b0209-fb5b-4887-bc38-d6c79807149a/file used request id req-2dfb1c2d-64e0-44ea-b280-87ef522f60de 2018-10-10 14:53:19,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.988216876984s 2018-10-10 14:53:19,368 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/ce9b0209-fb5b-4887-bc38-d6c79807149a/file used request id req-2dfb1c2d-64e0-44ea-b280-87ef522f60de 2018-10-10 14:53:19,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 14:53:19,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cb9b3ca39c73b29921df9a6daafaf9ed4af0f44c" 2018-10-10 14:53:19,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-8a3b5020-5872-448e-8433-980ec159aba0 Date: Wed, 10 Oct 2018 14:53:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/ce9b0209-fb5b-4887-bc38-d6c79807149a/snap", "metadata": {}}], "file": "/v2/images/ce9b0209-fb5b-4887-bc38-d6c79807149a/file", "owner": "86e95c8a43044b62b08701dc114f0dce", "id": "ce9b0209-fb5b-4887-bc38-d6c79807149a", "size": 12716032, "self": "/v2/images/ce9b0209-fb5b-4887-bc38-d6c79807149a", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/ce9b0209-fb5b-4887-bc38-d6c79807149a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T14:53:19Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_3af1bce7-5b8a-4593-8a13-8ead839fa022", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_3af1bce7-5b8a-4593-8a13-8ead839fa022", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T14:53:18Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/snap", "metadata": {}}], "file": "/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/file", "owner": "86e95c8a43044b62b08701dc114f0dce", "id": "4cd61e24-0ce8-452d-9b42-1219fbfd43bf", "size": 12716032, "self": "/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T14:53:17Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_3af1bce7-5b8a-4593-8a13-8ead839fa022", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_3af1bce7-5b8a-4593-8a13-8ead839fa022", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T14:53:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 14:53:19,546 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8a3b5020-5872-448e-8433-980ec159aba0 2018-10-10 14:53:19,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177044868469s 2018-10-10 14:53:19,547 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8a3b5020-5872-448e-8433-980ec159aba0 2018-10-10 14:53:19,549 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/ce9b0209-fb5b-4887-bc38-d6c79807149a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ce9b0209-fb5b-4887-bc38-d6c79807149a/file', 'owner': u'86e95c8a43044b62b08701dc114f0dce', 'id': u'ce9b0209-fb5b-4887-bc38-d6c79807149a', 'size': 12716032, u'self': u'/v2/images/ce9b0209-fb5b-4887-bc38-d6c79807149a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'86e95c8a43044b62b08701dc114f0dce', 'name': 'tempest_smoke_seri-project_3af1bce7-5b8a-4593-8a13-8ead839fa022', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/ce9b0209-fb5b-4887-bc38-d6c79807149a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-10T14:53:19Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-10T14:53:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_3af1bce7-5b8a-4593-8a13-8ead839fa022', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/ce9b0209-fb5b-4887-bc38-d6c79807149a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_3af1bce7-5b8a-4593-8a13-8ead839fa022', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_3af1bce7-5b8a-4593-8a13-8ead839fa022', 'created': u'2018-10-10T14:53:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-10T14:53:18Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ce9b0209-fb5b-4887-bc38-d6c79807149a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_3af1bce7-5b8a-4593-8a13-8ead839fa022', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-10 14:53:19,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-10 14:53:19,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_3af1bce7-5b8a-4593-8a13-8ead839fa022", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-10 14:53:19,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:53:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b702c7c-7635-4258-96f5-b2fd1ebccfd7 x-compute-request-id: req-8b702c7c-7635-4258-96f5-b2fd1ebccfd7 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/61b026f1-d6a4-4567-85bc-2b9b9fef5149", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/61b026f1-d6a4-4567-85bc-2b9b9fef5149", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "61b026f1-d6a4-4567-85bc-2b9b9fef5149", "name": "tempest_smoke_serial-flavor_alt_3af1bce7-5b8a-4593-8a13-8ead839fa022", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 14:53:19,637 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-8b702c7c-7635-4258-96f5-b2fd1ebccfd7 2018-10-10 14:53:19,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0871160030365s 2018-10-10 14:53:19,638 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-8b702c7c-7635-4258-96f5-b2fd1ebccfd7 returning object 61b026f1-d6a4-4567-85bc-2b9b9fef5149 2018-10-10 14:53:19,639 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_3af1bce7-5b8a-4593-8a13-8ead839fa022', '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'd00928b339b74d1eac5a92b45f495878', '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'61b026f1-d6a4-4567-85bc-2b9b9fef5149', 'swap': 0}) 2018-10-10 14:53:19,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-10 14:53:19,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/61b026f1-d6a4-4567-85bc-2b9b9fef5149/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}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" -d '{"extra_specs": {}}' 2018-10-10 14:53:19,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 14:53:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8df7f061-bd8f-4e32-a4e5-c3b0b7764492 x-compute-request-id: req-8df7f061-bd8f-4e32-a4e5-c3b0b7764492 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 14:53:19,660 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/61b026f1-d6a4-4567-85bc-2b9b9fef5149/os-extra_specs used request id req-8df7f061-bd8f-4e32-a4e5-c3b0b7764492 2018-10-10 14:53:19,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020987033844s 2018-10-10 14:53:19,661 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/61b026f1-d6a4-4567-85bc-2b9b9fef5149/os-extra_specs used request id req-8df7f061-bd8f-4e32-a4e5-c3b0b7764492 2018-10-10 14:53:19,661 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_3af1bce7-5b8a-4593-8a13-8ead839fa022', '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'd00928b339b74d1eac5a92b45f495878', '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'61b026f1-d6a4-4567-85bc-2b9b9fef5149', 'swap': 0}) 2018-10-10 14:53:22,906 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-10 14:53:21.762 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=dd4d7f10-2990-46bc-b9fd-37828c2d67cb) for deployment 'opnfv-rally' (UUID=368e35c0-c91c-4f3d-8280-6b42bc826a80). 2018-10-10 14:53:22.731 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-10 14:53:22.733 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dd4d7f10-2990-46bc-b9fd-37828c2d67cb) has been successfully configured for deployment 'opnfv-rally' (UUID=368e35c0-c91c-4f3d-8280-6b42bc826a80)! 2018-10-10 14:53:22,907 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-10 14:53:22,907 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-10 14:53:22,910 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-10 14:53:22,931 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-10 14:53:27,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-dd4d7f10-2990-46bc-b9fd-37828c2d67cb/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-10-10 14:53:27,867 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-10 14:53:27,891 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-10 14:53:27,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt', u'--concurrency=1']'. 2018-10-10 14:53:30,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 14:53:30.040 51 INFO rally.api [-] Starting verification (UUID=0c7233a4-d376-493f-b13e-217d9fcb1c34) for deployment 'opnfv-rally' (UUID=368e35c0-c91c-4f3d-8280-6b42bc826a80) by verifier 'opnfv-tempest' (UUID=dd4d7f10-2990-46bc-b9fd-37828c2d67cb). 2018-10-10 14:53:30,042 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0c7233a4-d376-493f-b13e-217d9fcb1c34 2018-10-10 14:53:36,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 14:53:36.233 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.193s] 2018-10-10 14:53:36,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 14:53:36.294 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.062s] 2018-10-10 14:53:43,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 14:53:43.117 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.689s] 2018-10-10 14:53:46,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 14:53:46.539 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.420s] 2018-10-10 14:54:00,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 14:54:00.169 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.373s] 2018-10-10 14:54:16,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 14:54:16.616 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.964s] 2018-10-10 14:54:50,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 14:54:50.445 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-10-10 14:54:50,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 14:54:50.447 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-10-10 14:55:23,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 14:55:23.364 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-10-10 14:55:23,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 14:55:23.366 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-10-10 14:55:54,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 14:55:54.897 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-10-10 14:55:54,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 14:55:54.900 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-10-10 14:59:30,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 14:59:30.099 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.539s] 2018-10-10 14:59:54,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 14:59:54.372 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.071s] 2018-10-10 14:59:54,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 14:59:54.484 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.111s] 2018-10-10 15:00:02,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:00:02.185 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.660s] 2018-10-10 15:00:02,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:00:02.195 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-10-10 15:00:03,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:00:03.499 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-10 15:00:03,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:00:03.500 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-10 15:00:07,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:00:07.777 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.304s] 2018-10-10 15:00:14,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:00:14.251 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.430s] 2018-10-10 15:00:21,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:00:21.279 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.555s] 2018-10-10 15:00:29,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:00:29.004 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.497s] 2018-10-10 15:00:38,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:00:38.515 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.944s] 2018-10-10 15:00:45,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:00:45.151 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.677s] 2018-10-10 15:00:51,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:00:51.247 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.200s] 2018-10-10 15:00:59,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:00:59.395 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.432s] 2018-10-10 15:01:06,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:01:06.687 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.728s] 2018-10-10 15:01:16,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:01:16.177 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.581s] 2018-10-10 15:01:19,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:01:19.270 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-10 15:01:21,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:01:21.201 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.079s] 2018-10-10 15:01:21,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:01:21.270 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.068s] 2018-10-10 15:01:21,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:01:21.347 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.077s] 2018-10-10 15:01:21,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:01:21.354 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-10-10 15:01:25,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:01:25.322 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.819s] 2018-10-10 15:01:27,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:01:27.130 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.808s] 2018-10-10 15:01:29,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:01:29.388 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.257s] 2018-10-10 15:01:35,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:01:35.589 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-10-10 15:01:42,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:01:42.342 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.479s] 2018-10-10 15:01:54,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:01:54.287 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.373s] 2018-10-10 15:01:58,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:01:58.040 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.752s] 2018-10-10 15:02:08,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:02:08.885 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.841s] 2018-10-10 15:02:12,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:02:12.523 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.637s] 2018-10-10 15:02:21,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:02:21.617 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.094s] 2018-10-10 15:02:30,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:02:30.722 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.789s] 2018-10-10 15:02:34,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:02:34.576 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.853s] 2018-10-10 15:02:41,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:02:41.362 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.785s] 2018-10-10 15:02:58,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:02:58.499 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.032s] 2018-10-10 15:02:58,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:02:58.994 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.496s] 2018-10-10 15:02:59,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:02:59.105 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.111s] 2018-10-10 15:02:59,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:02:59.160 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.054s] 2018-10-10 15:02:59,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:02:59.269 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.108s] 2018-10-10 15:02:59,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:02:59.463 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.194s] 2018-10-10 15:03:15,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:03:15.091 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.338s] 2018-10-10 15:03:15,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:03:15.523 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.432s] 2018-10-10 15:03:15,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:03:15.777 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.254s] 2018-10-10 15:03:15,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:03:15.831 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.053s] 2018-10-10 15:03:15,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:03:15.961 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.129s] 2018-10-10 15:03:16,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:03:16.011 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.050s] 2018-10-10 15:03:29,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:03:29.169 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.051s] 2018-10-10 15:03:35,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:03:35.336 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.167s] 2018-10-10 15:03:37,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:03:37.332 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.994s] 2018-10-10 15:03:37,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:03:37.526 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.195s] 2018-10-10 15:03:37,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:03:37.725 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.199s] 2018-10-10 15:03:49,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:03:49.168 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.812s] 2018-10-10 15:03:55,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:03:55.780 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.611s] 2018-10-10 15:03:57,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:03:57.500 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.720s] 2018-10-10 15:03:57,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:03:57.557 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.057s] 2018-10-10 15:03:57,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:03:57.831 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.273s] 2018-10-10 15:04:12,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:04:12.591 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.377s] 2018-10-10 15:04:18,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:04:18.127 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.536s] 2018-10-10 15:04:22,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:04:22.824 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.695s] 2018-10-10 15:04:25,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:04:25.720 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.895s] 2018-10-10 15:04:51,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:04:51.469 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.094s] 2018-10-10 15:04:57,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:04:57.454 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.985s] 2018-10-10 15:05:02,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:05:02.217 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.762s] 2018-10-10 15:05:06,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:05:06.772 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.555s] 2018-10-10 15:05:23,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:05:23.504 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.976s] 2018-10-10 15:05:25,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:05:25.501 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.993s] 2018-10-10 15:05:25,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:05:25.677 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.179s] 2018-10-10 15:05:30,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:05:30.393 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.629s] 2018-10-10 15:05:32,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:05:32.779 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.383s] 2018-10-10 15:05:32,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:05:32.961 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.185s] 2018-10-10 15:05:37,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:05:37.344 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.269s] 2018-10-10 15:05:40,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:05:40.698 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-10-10 15:05:42,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:05:42.055 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-10 15:05:42,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:05:42.057 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-10 15:05:42,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:05:42.059 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-10 15:05:42,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:05:42.060 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-10 15:05:42,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:05:42.060 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-10 15:05:43,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:05:43.923 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-10-10 15:05:58,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:05:58.975 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.164s] 2018-10-10 15:06:12,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:06:12.426 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.240s] 2018-10-10 15:06:28,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:06:28.316 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [15.889s] 2018-10-10 15:06:38,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:06:38.246 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-10-10 15:09:16,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:09:16.170 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [151.499s] 2018-10-10 15:09:52,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:09:52.832 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [27.717s] 2018-10-10 15:10:36,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:10:36.763 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [25.279s] 2018-10-10 15:10:52,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 0c7233a4-d376-493f-b13e-217d9fcb1c34 2018-10-10 15:10:52,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0c7233a4-d376-493f-b13e-217d9fcb1c34']'. 2018-10-10 15:10:53,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-10 15:10:53,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-10 15:10:53,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-10 15:10:53,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0c7233a4-d376-493f-b13e-217d9fcb1c34 | 2018-10-10 15:10:53,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-10 15:10:53,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-10 14:53:29 | 2018-10-10 15:10:53,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-10 15:10:52 | 2018-10-10 15:10:53,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:17:23 | 2018-10-10 15:10:53,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-10-10 15:10:53,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-10 15:10:53,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-10 15:10:53,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: dd4d7f10-2990-46bc-b9fd-37828c2d67cb) | 2018-10-10 15:10:53,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-10 15:10:53,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 368e35c0-c91c-4f3d-8280-6b42bc826a80) | 2018-10-10 15:10:53,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-10-10 15:10:53,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1022.581 | 2018-10-10 15:10:53,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-10-10 15:10:53,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-10-10 15:10:53,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-10 15:10:53,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-10 15:10:53,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-10-10 15:10:53,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-10 15:10:53,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-10 15:10:53,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-10 15:10:53,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 97.7777777778% 2018-10-10 15:10:54,131 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-10 15:10:54,131 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 17:40 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-10-10 15:10:54,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-10 15:10:54,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/ce9b0209-fb5b-4887-bc38-d6c79807149a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb9b3ca39c73b29921df9a6daafaf9ed4af0f44c" 2018-10-10 15:10:55,226 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c6feefd6-cf64-4070-9e94-4c840db3ac85 Date: Wed, 10 Oct 2018 15:10:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 15:10:55,226 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/ce9b0209-fb5b-4887-bc38-d6c79807149a used request id req-c6feefd6-cf64-4070-9e94-4c840db3ac85 2018-10-10 15:10:55,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.08898496628s 2018-10-10 15:10:55,227 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/ce9b0209-fb5b-4887-bc38-d6c79807149a used request id req-c6feefd6-cf64-4070-9e94-4c840db3ac85 2018-10-10 15:10:55,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 15:10:55,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 15:10:55,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15: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-662b7f99-57ed-474c-801a-a9a50e1f4f64 x-compute-request-id: req-662b7f99-57ed-474c-801a-a9a50e1f4f64 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/61b026f1-d6a4-4567-85bc-2b9b9fef5149", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/61b026f1-d6a4-4567-85bc-2b9b9fef5149", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "61b026f1-d6a4-4567-85bc-2b9b9fef5149", "name": "tempest_smoke_serial-flavor_alt_3af1bce7-5b8a-4593-8a13-8ead839fa022", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/65e3ee35-8e8f-4d1a-aa0c-0716f95639e4", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/65e3ee35-8e8f-4d1a-aa0c-0716f95639e4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "65e3ee35-8e8f-4d1a-aa0c-0716f95639e4", "name": "tempest_smoke_serial-flavor_3af1bce7-5b8a-4593-8a13-8ead839fa022", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 15:10:55,400 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-662b7f99-57ed-474c-801a-a9a50e1f4f64 2018-10-10 15:10:55,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.172714948654s 2018-10-10 15:10:55,400 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-662b7f99-57ed-474c-801a-a9a50e1f4f64 2018-10-10 15:10:55,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-10 15:10:55,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/61b026f1-d6a4-4567-85bc-2b9b9fef5149 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 15:10:55,469 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 15: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 x-openstack-request-id: req-e943b77b-5624-4586-938c-cb28cc97b9d0 x-compute-request-id: req-e943b77b-5624-4586-938c-cb28cc97b9d0 Content-Length: 0 Content-Type: application/json 2018-10-10 15:10:55,470 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/61b026f1-d6a4-4567-85bc-2b9b9fef5149 used request id req-e943b77b-5624-4586-938c-cb28cc97b9d0 2018-10-10 15:10:55,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0671539306641s 2018-10-10 15:10:55,470 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/61b026f1-d6a4-4567-85bc-2b9b9fef5149 used request id req-e943b77b-5624-4586-938c-cb28cc97b9d0 2018-10-10 15:10:55,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 15:10:55,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cb9b3ca39c73b29921df9a6daafaf9ed4af0f44c" 2018-10-10 15:10:55,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-30c22af3-672e-4a54-b9ea-2b2ca54fd327 Date: Wed, 10 Oct 2018 15:10:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/snap", "metadata": {}}], "file": "/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/file", "owner": "86e95c8a43044b62b08701dc114f0dce", "id": "4cd61e24-0ce8-452d-9b42-1219fbfd43bf", "size": 12716032, "self": "/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T14:53:17Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_3af1bce7-5b8a-4593-8a13-8ead839fa022", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_3af1bce7-5b8a-4593-8a13-8ead839fa022", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T14:53:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 15:10:55,647 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-30c22af3-672e-4a54-b9ea-2b2ca54fd327 2018-10-10 15:10:55,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176451921463s 2018-10-10 15:10:55,647 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-30c22af3-672e-4a54-b9ea-2b2ca54fd327 2018-10-10 15:10:55,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-10 15:10:55,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb9b3ca39c73b29921df9a6daafaf9ed4af0f44c" 2018-10-10 15:10:57,524 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f4a2f280-fde0-42bd-889a-391d8685c434 Date: Wed, 10 Oct 2018 15:10:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 15:10:57,525 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf used request id req-f4a2f280-fde0-42bd-889a-391d8685c434 2018-10-10 15:10:57,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.87545490265s 2018-10-10 15:10:57,525 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4cd61e24-0ce8-452d-9b42-1219fbfd43bf used request id req-f4a2f280-fde0-42bd-889a-391d8685c434 2018-10-10 15:10:57,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 15:10:57,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 15:10:57,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:10: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-3650b8f8-5350-44eb-8ce4-52846e2e702e x-compute-request-id: req-3650b8f8-5350-44eb-8ce4-52846e2e702e Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/65e3ee35-8e8f-4d1a-aa0c-0716f95639e4", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/65e3ee35-8e8f-4d1a-aa0c-0716f95639e4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "65e3ee35-8e8f-4d1a-aa0c-0716f95639e4", "name": "tempest_smoke_serial-flavor_3af1bce7-5b8a-4593-8a13-8ead839fa022", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 15:10:57,560 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3650b8f8-5350-44eb-8ce4-52846e2e702e 2018-10-10 15:10:57,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0340909957886s 2018-10-10 15:10:57,560 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3650b8f8-5350-44eb-8ce4-52846e2e702e 2018-10-10 15:10:57,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-10 15:10:57,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/65e3ee35-8e8f-4d1a-aa0c-0716f95639e4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 15:10:57,605 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 15:10: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-cd5bddef-98c2-4317-a0f8-1ea64bdedff0 x-compute-request-id: req-cd5bddef-98c2-4317-a0f8-1ea64bdedff0 Content-Length: 0 Content-Type: application/json 2018-10-10 15:10:57,605 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/65e3ee35-8e8f-4d1a-aa0c-0716f95639e4 used request id req-cd5bddef-98c2-4317-a0f8-1ea64bdedff0 2018-10-10 15:10:57,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0430319309235s 2018-10-10 15:10:57,605 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/65e3ee35-8e8f-4d1a-aa0c-0716f95639e4 used request id req-cd5bddef-98c2-4317-a0f8-1ea64bdedff0 2018-10-10 15:10:57,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 15:10:57,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 15:10:57,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:10:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cb17db1-5944-4e10-b9b6-49a719d6fbe3 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_3af1bce7-5b8a-4593-8a13-8ead839fa022", "links": {"self": "http://172.30.9.27:5000/v3/users/91e89e2c3fa74faa8c9bc0d1a6ffca14"}, "domain_id": "default", "enabled": true, "id": "91e89e2c3fa74faa8c9bc0d1a6ffca14", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 15:10:57,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7cb17db1-5944-4e10-b9b6-49a719d6fbe3 2018-10-10 15:10:57,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0954029560089s 2018-10-10 15:10:57,702 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7cb17db1-5944-4e10-b9b6-49a719d6fbe3 2018-10-10 15:10:57,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 15:10:57,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/91e89e2c3fa74faa8c9bc0d1a6ffca14 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 15:10:57,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:10:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdd824ec-d719-4c1a-bfbf-b08bacd381b7 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/91e89e2c3fa74faa8c9bc0d1a6ffca14"}, "enabled": true, "id": "91e89e2c3fa74faa8c9bc0d1a6ffca14", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_3af1bce7-5b8a-4593-8a13-8ead839fa022"}} 2018-10-10 15:10:57,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/91e89e2c3fa74faa8c9bc0d1a6ffca14 used request id req-fdd824ec-d719-4c1a-bfbf-b08bacd381b7 2018-10-10 15:10:57,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104481935501s 2018-10-10 15:10:57,812 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/91e89e2c3fa74faa8c9bc0d1a6ffca14 used request id req-fdd824ec-d719-4c1a-bfbf-b08bacd381b7 2018-10-10 15:10:57,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-10 15:10:57,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/91e89e2c3fa74faa8c9bc0d1a6ffca14 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 15:10:58,021 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:10:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b045ff0b-ea44-4eac-a88b-a7442bdcbc27 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:10:58,021 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/91e89e2c3fa74faa8c9bc0d1a6ffca14 used request id req-b045ff0b-ea44-4eac-a88b-a7442bdcbc27 2018-10-10 15:10:58,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.208278179169s 2018-10-10 15:10:58,022 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/91e89e2c3fa74faa8c9bc0d1a6ffca14 used request id req-b045ff0b-ea44-4eac-a88b-a7442bdcbc27 2018-10-10 15:10:58,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 15:10:58,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 15:10:58,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:10:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a30fc58-f90c-4bda-868d-8b519969c23a Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.27:5000/v3/projects/86e95c8a43044b62b08701dc114f0dce"}, "enabled": true, "id": "86e95c8a43044b62b08701dc114f0dce", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_3af1bce7-5b8a-4593-8a13-8ead839fa022"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 15:10:58,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-4a30fc58-f90c-4bda-868d-8b519969c23a 2018-10-10 15:10:58,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.074560880661s 2018-10-10 15:10:58,097 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-4a30fc58-f90c-4bda-868d-8b519969c23a 2018-10-10 15:10:58,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-10 15:10:58,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/86e95c8a43044b62b08701dc114f0dce -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 15:10:58,252 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:10:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a25bcbf6-2d29-47f5-bc7f-8bc6f37082df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:10:58,252 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/86e95c8a43044b62b08701dc114f0dce used request id req-a25bcbf6-2d29-47f5-bc7f-8bc6f37082df 2018-10-10 15:10:58,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.15266418457s 2018-10-10 15:10:58,252 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/86e95c8a43044b62b08701dc114f0dce used request id req-a25bcbf6-2d29-47f5-bc7f-8bc6f37082df 2018-10-10 15:10:58,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:10:58,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 15:10:58,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:10:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26fa0d84-e406-4eec-968d-7d7f0db82da3 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d48ac2de8a0c45efbf657a5b6eff56c1", "links": {"self": "http://172.30.9.27:5000/v3/roles/d48ac2de8a0c45efbf657a5b6eff56c1"}, "name": "Member"}]} 2018-10-10 15:10:58,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-26fa0d84-e406-4eec-968d-7d7f0db82da3 2018-10-10 15:10:58,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0783560276031s 2018-10-10 15:10:58,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-10 15:10:58,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/d48ac2de8a0c45efbf657a5b6eff56c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 15:10:58,447 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:10:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-944d9cfb-2e53-4f63-9ccc-03e6e1d52e8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:10:58,447 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/d48ac2de8a0c45efbf657a5b6eff56c1 used request id req-944d9cfb-2e53-4f63-9ccc-03e6e1d52e8d 2018-10-10 15:10:58,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.114362001419s 2018-10-10 15:10:58,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 15:10:58,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=86e95c8a43044b62b08701dc114f0dce&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}772009dab3cc0ce84e6244e2d1ff1f6f2e12721b" 2018-10-10 15:10:58,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-43022bd7-803d-43ff-8bf3-cd6808916c54 Date: Wed, 10 Oct 2018 15:10:58 GMT RESP BODY: {"security_groups": []} 2018-10-10 15:10:58,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=86e95c8a43044b62b08701dc114f0dce&name=default used request id req-43022bd7-803d-43ff-8bf3-cd6808916c54 2018-10-10 15:10:58,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.196305036545s 2018-10-10 15:10:58,647 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=86e95c8a43044b62b08701dc114f0dce&name=default used request id req-43022bd7-803d-43ff-8bf3-cd6808916c54 2018-10-10 15:10:58,647 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-10-10 15:10:58,698 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-10-10 15:10:58,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 15:10:58,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 15:10:58,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 15:10:58,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 15:10:58,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 15:10:58,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 15:10:58,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 15:10:58,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 15:10:58,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 15:10:58,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 15:10:58,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 15:10:58,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 15:10:58,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 15:10:58,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 15:10:58,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 15:10:58,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 15:10:58,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 15:10:58,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 15:10:58,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 15:10:58,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 15:10:58,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 15:10:58,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 15:10:58,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 15:10:58,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 15:10:58,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 15:10:58,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:10:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b07c6634-af99-46b6-af86-798c80e1a10f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 15:10:58,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b07c6634-af99-46b6-af86-798c80e1a10f 2018-10-10 15:10:58,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 15:10:59,171 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T16:10:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["XK7G6y8vRDmHRyHgIT_Nhw"], "issued_at": "2018-10-10T15:10:59.000000Z"}} 2018-10-10 15:10:59,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 15:10:59,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:10:59,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-de65def4-afcf-4071-b172-0ccc186aedb8 Date: Wed, 10 Oct 2018 15:10:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 15:10:59,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-de65def4-afcf-4071-b172-0ccc186aedb8 2018-10-10 15:10:59,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.236973047256s 2018-10-10 15:10:59,412 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-de65def4-afcf-4071-b172-0ccc186aedb8 2018-10-10 15:10:59,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-10 15:10:59,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:10:59,421 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 15:10: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 15:10:59,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:10:59,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:10:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ecc048d-1051-4d41-8aca-811ab99455d1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/da9a3567bac744d785bfd81a34b9e2bc"}, "description": "", "name": "heat_stack", "enabled": true, "id": "da9a3567bac744d785bfd81a34b9e2bc"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-10-10 15:10:59,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-3ecc048d-1051-4d41-8aca-811ab99455d1 2018-10-10 15:10:59,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.093740940094s 2018-10-10 15:10:59,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-10 15:10:59,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}bea302d7470876a88b9b12d1f9e35e3c734a1015" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd"}}' 2018-10-10 15:10:59,621 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 15:10:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfa1a590-37f8-4cb1-a6fe-5056db188b66 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.27:5000/v3/projects/6fd09c0df82847159e97595e0ba6290d"}, "enabled": true, "id": "6fd09c0df82847159e97595e0ba6290d", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd"}} 2018-10-10 15:10:59,621 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-cfa1a590-37f8-4cb1-a6fe-5056db188b66 2018-10-10 15:10:59,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.113466978073s 2018-10-10 15:10:59,622 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-cfa1a590-37f8-4cb1-a6fe-5056db188b66 2018-10-10 15:10:59,622 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'id': u'6fd09c0df82847159e97595e0ba6290d', 'description': u'Created by OPNFV Functest: rally_sanity', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-10 15:10:59,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-10 15:10:59,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.345175027847s 2018-10-10 15:10:59,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/4fb0581bac444c9b9e707f66f00ff027 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:00,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:10:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ae01564-ebde-4501-b556-c5e2bbdbe907 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/4fb0581bac444c9b9e707f66f00ff027"}, "enabled": true, "id": "4fb0581bac444c9b9e707f66f00ff027", "options": {}, "domain_id": "default", "name": "rally_sanity-user_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd"}} 2018-10-10 15:11:00,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/4fb0581bac444c9b9e707f66f00ff027 used request id req-1ae01564-ebde-4501-b556-c5e2bbdbe907 2018-10-10 15:11:00,059 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4fb0581bac444c9b9e707f66f00ff027', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd'}) 2018-10-10 15:11:00,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:11:00,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:00,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b37c744-db4c-45ad-8f5b-5770955c118d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 15:11:00,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9b37c744-db4c-45ad-8f5b-5770955c118d 2018-10-10 15:11:00,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0834410190582s 2018-10-10 15:11:00,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:11:00,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:00,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ade0bc7-823b-4697-86d3-6601c1a03753 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 15:11:00,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5ade0bc7-823b-4697-86d3-6601c1a03753 2018-10-10 15:11:00,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0755341053009s 2018-10-10 15:11:00,221 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-10 15:11:00,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-10 15:11:00,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" -d '{"role": {"name": "Member"}}' 2018-10-10 15:11:00,321 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 15:11:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43833d15-1a4c-4c47-80df-8eb4a01603dc Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "20d76047e57b4edca5010ac4a038f35b", "links": {"self": "http://172.30.9.27:5000/v3/roles/20d76047e57b4edca5010ac4a038f35b"}, "name": "Member"}} 2018-10-10 15:11:00,321 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-43833d15-1a4c-4c47-80df-8eb4a01603dc 2018-10-10 15:11:00,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.100421190262s 2018-10-10 15:11:00,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/20d76047e57b4edca5010ac4a038f35b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:00,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d45a88a-89e2-4c16-bd4b-aeece04e868d Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/20d76047e57b4edca5010ac4a038f35b"}, "domain_id": null, "name": "Member", "id": "20d76047e57b4edca5010ac4a038f35b"}} 2018-10-10 15:11:00,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/20d76047e57b4edca5010ac4a038f35b used request id req-1d45a88a-89e2-4c16-bd4b-aeece04e868d 2018-10-10 15:11:00,338 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/20d76047e57b4edca5010ac4a038f35b'}, 'domain_id': None, 'human_id': None, 'id': u'20d76047e57b4edca5010ac4a038f35b', 'HUMAN_ID': False}) 2018-10-10 15:11:00,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:11:00,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:00,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0aa2ee1a-6d60-40e5-a1b0-b1c4858bd34c Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20d76047e57b4edca5010ac4a038f35b", "links": {"self": "http://172.30.9.27:5000/v3/roles/20d76047e57b4edca5010ac4a038f35b"}, "name": "Member"}, {"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 15:11:00,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0aa2ee1a-6d60-40e5-a1b0-b1c4858bd34c 2018-10-10 15:11:00,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0763359069824s 2018-10-10 15:11:00,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 15:11:00,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:00,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ebb6de2-f82a-458f-ab60-420973bcf5d0 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 15:11:00,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-7ebb6de2-f82a-458f-ab60-420973bcf5d0 2018-10-10 15:11:00,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0793399810791s 2018-10-10 15:11:00,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 15:11:00,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:00,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11ba80c0-4a16-4402-bb80-f44b9048e2ca Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "links": {"self": "http://172.30.9.27:5000/v3/users/4fb0581bac444c9b9e707f66f00ff027"}, "domain_id": "default", "enabled": true, "id": "4fb0581bac444c9b9e707f66f00ff027", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 15:11:00,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-11ba80c0-4a16-4402-bb80-f44b9048e2ca 2018-10-10 15:11:00,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0979149341583s 2018-10-10 15:11:00,595 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-11ba80c0-4a16-4402-bb80-f44b9048e2ca 2018-10-10 15:11:00,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 15:11:00,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:00,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5266a8bb-1ff0-4578-b862-72c82ceb9f20 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.27:5000/v3/projects/6fd09c0df82847159e97595e0ba6290d"}, "enabled": true, "id": "6fd09c0df82847159e97595e0ba6290d", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 15:11:00,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-5266a8bb-1ff0-4578-b862-72c82ceb9f20 2018-10-10 15:11:00,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0715939998627s 2018-10-10 15:11:00,673 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-5266a8bb-1ff0-4578-b862-72c82ceb9f20 2018-10-10 15:11:00,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 15:11:00,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=4fb0581bac444c9b9e707f66f00ff027&scope.project.id=6fd09c0df82847159e97595e0ba6290d&role.id=20d76047e57b4edca5010ac4a038f35b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:00,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3c24416-f090-4531-8f38-cc4b3025513a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=4fb0581bac444c9b9e707f66f00ff027&scope.project.id=6fd09c0df82847159e97595e0ba6290d&role.id=20d76047e57b4edca5010ac4a038f35b", "previous": null, "next": null}} 2018-10-10 15:11:00,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=4fb0581bac444c9b9e707f66f00ff027&scope.project.id=6fd09c0df82847159e97595e0ba6290d&role.id=20d76047e57b4edca5010ac4a038f35b used request id req-c3c24416-f090-4531-8f38-cc4b3025513a 2018-10-10 15:11:00,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0775971412659s 2018-10-10 15:11:00,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 15:11:00,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/6fd09c0df82847159e97595e0ba6290d/users/4fb0581bac444c9b9e707f66f00ff027/roles/20d76047e57b4edca5010ac4a038f35b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:00,869 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:11:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bb26ced-4c3d-439b-b6bb-ffb76054377e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:11:00,869 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6fd09c0df82847159e97595e0ba6290d/users/4fb0581bac444c9b9e707f66f00ff027/roles/20d76047e57b4edca5010ac4a038f35b used request id req-2bb26ced-4c3d-439b-b6bb-ffb76054377e 2018-10-10 15:11:00,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115486860275s 2018-10-10 15:11:00,870 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 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': '9471b45b-1113-4157-a49f-c4f73dc79bf7', 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_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'project_id': u'6fd09c0df82847159e97595e0ba6290d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-10 15:11:00,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 15:11:00,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 15:11:00,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 15:11:00,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 15:11:00,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 15:11:00,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 15:11:00,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 15:11:00,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 15:11:00,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 15:11:00,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 15:11:00,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 15:11:00,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 15:11:00,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 15:11:00,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 15:11:00,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 15:11:00,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 15:11:00,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 15:11:00,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 15:11:00,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 15:11:00,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 15:11:00,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 15:11:00,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 15:11:00,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 15:11:00,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 15:11:00,875 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'password': '9471b45b-1113-4157-a49f-c4f73dc79bf7', 'project_name': 'rally_sanity-project_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '6fd09c0df82847159e97595e0ba6290d', 'project_domain_name': 'Default'} 2018-10-10 15:11:00,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:11:00,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:00,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01e6d089-91d2-42c3-b032-a6fd77f98dea Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20d76047e57b4edca5010ac4a038f35b", "links": {"self": "http://172.30.9.27:5000/v3/roles/20d76047e57b4edca5010ac4a038f35b"}, "name": "Member"}, {"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 15:11:00,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-01e6d089-91d2-42c3-b032-a6fd77f98dea 2018-10-10 15:11:00,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0767300128937s 2018-10-10 15:11:00,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:11:00,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:01,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49e35b7a-af36-452a-a5bc-0ac68f83fdc6 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20d76047e57b4edca5010ac4a038f35b", "links": {"self": "http://172.30.9.27:5000/v3/roles/20d76047e57b4edca5010ac4a038f35b"}, "name": "Member"}, {"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 15:11:01,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-49e35b7a-af36-452a-a5bc-0ac68f83fdc6 2018-10-10 15:11:01,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0793380737305s 2018-10-10 15:11:01,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 15:11:01,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:01,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06a81a0f-ac0c-4914-9a70-3afe2f5c14a1 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 15:11:01,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-06a81a0f-ac0c-4914-9a70-3afe2f5c14a1 2018-10-10 15:11:01,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0785348415375s 2018-10-10 15:11:01,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 15:11:01,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:01,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a10f7d6b-b8fe-4b09-b9cc-a2f460cb5de3 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "links": {"self": "http://172.30.9.27:5000/v3/users/4fb0581bac444c9b9e707f66f00ff027"}, "domain_id": "default", "enabled": true, "id": "4fb0581bac444c9b9e707f66f00ff027", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 15:11:01,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a10f7d6b-b8fe-4b09-b9cc-a2f460cb5de3 2018-10-10 15:11:01,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0961389541626s 2018-10-10 15:11:01,210 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a10f7d6b-b8fe-4b09-b9cc-a2f460cb5de3 2018-10-10 15:11:01,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 15:11:01,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:01,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6730b8f1-0f03-40a6-aa3a-6e273e7a2f3f Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.27:5000/v3/projects/6fd09c0df82847159e97595e0ba6290d"}, "enabled": true, "id": "6fd09c0df82847159e97595e0ba6290d", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 15:11:01,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-6730b8f1-0f03-40a6-aa3a-6e273e7a2f3f 2018-10-10 15:11:01,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0749380588531s 2018-10-10 15:11:01,291 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-6730b8f1-0f03-40a6-aa3a-6e273e7a2f3f 2018-10-10 15:11:01,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 15:11:01,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=4fb0581bac444c9b9e707f66f00ff027&scope.project.id=6fd09c0df82847159e97595e0ba6290d&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:01,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a326523e-13bd-4953-ba70-05bc843efd01 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=4fb0581bac444c9b9e707f66f00ff027&scope.project.id=6fd09c0df82847159e97595e0ba6290d&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e", "previous": null, "next": null}} 2018-10-10 15:11:01,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=4fb0581bac444c9b9e707f66f00ff027&scope.project.id=6fd09c0df82847159e97595e0ba6290d&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-a326523e-13bd-4953-ba70-05bc843efd01 2018-10-10 15:11:01,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0804440975189s 2018-10-10 15:11:01,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 15:11:01,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/6fd09c0df82847159e97595e0ba6290d/users/4fb0581bac444c9b9e707f66f00ff027/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:01,510 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:11:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a645c2d2-ae2a-4ddd-8523-1b6fa81a932b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:11:01,510 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6fd09c0df82847159e97595e0ba6290d/users/4fb0581bac444c9b9e707f66f00ff027/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-a645c2d2-ae2a-4ddd-8523-1b6fa81a932b 2018-10-10 15:11:01,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.135614871979s 2018-10-10 15:11:01,510 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-10-10 15:11:05,693 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by ConnectTimeoutError(, 'Connection to energy.opnfv.fr timed out. (connect timeout=4)')) 2018-10-10 15:11:05,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-10 15:11:05,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:05,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83962634-3fd3-44de-a85b-172f1d08dfa9 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/da9a3567bac744d785bfd81a34b9e2bc"}, "description": "", "name": "heat_stack", "enabled": true, "id": "da9a3567bac744d785bfd81a34b9e2bc"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-10-10 15:11:05,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-83962634-3fd3-44de-a85b-172f1d08dfa9 2018-10-10 15:11:05,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0847110748291s 2018-10-10 15:11:05,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 15:11:05,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:11:05,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a035bb17-3d80-4f58-bd82-6580c3cc1992 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.27:5000/v3/projects/6fd09c0df82847159e97595e0ba6290d"}, "enabled": true, "id": "6fd09c0df82847159e97595e0ba6290d", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 15:11:05,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-a035bb17-3d80-4f58-bd82-6580c3cc1992 2018-10-10 15:11:05,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.195374965668s 2018-10-10 15:11:05,976 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-a035bb17-3d80-4f58-bd82-6580c3cc1992 2018-10-10 15:11:05,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-10 15:11:05,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}bea302d7470876a88b9b12d1f9e35e3c734a1015" -d '{"network": {"shared": true, "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "name": "rally_sanity-net_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "admin_state_up": true}}' 2018-10-10 15:11:06,536 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-ef1c1b4f-9804-40b8-b294-2b243235338f Date: Wed, 10 Oct 2018 15:11: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":"4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"6fd09c0df82847159e97595e0ba6290d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T15:11:06Z","is_default":false,"provider:segmentation_id":9,"name":"rally_sanity-net_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd","admin_state_up":true,"tenant_id":"6fd09c0df82847159e97595e0ba6290d","created_at":"2018-10-10T15:11:06Z","mtu":1450}} 2018-10-10 15:11:06,536 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ef1c1b4f-9804-40b8-b294-2b243235338f 2018-10-10 15:11:06,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.557137012482s 2018-10-10 15:11:06,536 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ef1c1b4f-9804-40b8-b294-2b243235338f 2018-10-10 15:11:06,537 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-10-10T15:11:06Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4', u'provider:segmentation_id': 9, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', u'admin_state_up': True, u'tenant_id': u'6fd09c0df82847159e97595e0ba6290d', u'created_at': u'2018-10-10T15:11:06Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'6fd09c0df82847159e97595e0ba6290d'}) 2018-10-10 15:11:06,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 15:11:06,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f562ef24-682c-4ad1-8178-d10467a17438 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 15:11:06,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f562ef24-682c-4ad1-8178-d10467a17438 2018-10-10 15:11:06,545 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 15:11:06,927 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "20d76047e57b4edca5010ac4a038f35b", "name": "Member"}], "expires_at": "2018-10-10T16:11:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6fd09c0df82847159e97595e0ba6290d", "name": "rally_sanity-project_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/6fd09c0df82847159e97595e0ba6290d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/6fd09c0df82847159e97595e0ba6290d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/6fd09c0df82847159e97595e0ba6290d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/6fd09c0df82847159e97595e0ba6290d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/6fd09c0df82847159e97595e0ba6290d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/6fd09c0df82847159e97595e0ba6290d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/6fd09c0df82847159e97595e0ba6290d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/6fd09c0df82847159e97595e0ba6290d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/6fd09c0df82847159e97595e0ba6290d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6fd09c0df82847159e97595e0ba6290d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/6fd09c0df82847159e97595e0ba6290d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/6fd09c0df82847159e97595e0ba6290d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "id": "4fb0581bac444c9b9e707f66f00ff027"}, "audit_ids": ["fhuq2qvCRI-bj-KTaWSFWQ"], "issued_at": "2018-10-10T15:11:06.000000Z"}} 2018-10-10 15:11:06,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 15:11:06,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" 2018-10-10 15:11:07,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1348 X-Openstack-Request-Id: req-63f0dd69-f114-4aeb-b582-71bd4959645a Date: Wed, 10 Oct 2018 15:11:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"6fd09c0df82847159e97595e0ba6290d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T15:11:06Z","provider:segmentation_id":9,"name":"rally_sanity-net_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd","admin_state_up":true,"tenant_id":"6fd09c0df82847159e97595e0ba6290d","created_at":"2018-10-10T15:11:06Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 15:11:07,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-63f0dd69-f114-4aeb-b582-71bd4959645a 2018-10-10 15:11:07,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.231917142868s 2018-10-10 15:11:07,163 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-63f0dd69-f114-4aeb-b582-71bd4959645a 2018-10-10 15:11:07,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-10 15:11:07,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" -d '{"subnet": {"name": "rally_sanity-subnet_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "enable_dhcp": true, "network_id": "4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-10 15:11:07,738 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-3a0a13ff-47fa-49c8-b475-56af16f551f0 Date: Wed, 10 Oct 2018 15:11:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4","tenant_id":"6fd09c0df82847159e97595e0ba6290d","created_at":"2018-10-10T15:11:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-10T15:11: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":"6fd09c0df82847159e97595e0ba6290d","id":"c0c14e78-a46e-4cf8-9f28-fef6402da6a4","subnetpool_id":null,"name":"rally_sanity-subnet_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd"}} 2018-10-10 15:11:07,738 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3a0a13ff-47fa-49c8-b475-56af16f551f0 2018-10-10 15:11:07,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.573652029037s 2018-10-10 15:11:07,739 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3a0a13ff-47fa-49c8-b475-56af16f551f0 2018-10-10 15:11:07,739 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-10T15:11: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'c0c14e78-a46e-4cf8-9f28-fef6402da6a4', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', u'enable_dhcp': True, u'network_id': u'4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4', u'tenant_id': u'6fd09c0df82847159e97595e0ba6290d', u'created_at': u'2018-10-10T15:11: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'6fd09c0df82847159e97595e0ba6290d'}) 2018-10-10 15:11:07,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-10 15:11:07,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" -d '{"router": {"external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}, "name": "rally_sanity-router_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "admin_state_up": true}}' 2018-10-10 15:11:10,048 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-e8dcc5c8-e05d-4e93-9095-690d759a4ccf Date: Wed, 10 Oct 2018 15:11:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "created_at": "2018-10-10T15:11:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T15:11:09Z", "revision_number": 2, "routes": [], "project_id": "6fd09c0df82847159e97595e0ba6290d", "id": "bf7329c9-e719-49ab-89b3-048a35016cdc", "name": "rally_sanity-router_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd"}} 2018-10-10 15:11:10,048 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-e8dcc5c8-e05d-4e93-9095-690d759a4ccf 2018-10-10 15:11:10,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.30801510811s 2018-10-10 15:11:10,048 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-e8dcc5c8-e05d-4e93-9095-690d759a4ccf 2018-10-10 15:11:10,049 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6ac47e40-f5a3-4314-aecb-54e9607e2d39', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b0a0249e-f730-4a48-8032-264a390edf2d', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'6fd09c0df82847159e97595e0ba6290d', u'created_at': u'2018-10-10T15:11:09Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-10-10T15:11:09Z', u'revision_number': 2, u'routes': [], u'project_id': u'6fd09c0df82847159e97595e0ba6290d', u'id': u'bf7329c9-e719-49ab-89b3-048a35016cdc', u'name': u'rally_sanity-router_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd'}) 2018-10-10 15:11:10,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-10 15:11:10,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/bf7329c9-e719-49ab-89b3-048a35016cdc/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}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" -d '{"subnet_id": "c0c14e78-a46e-4cf8-9f28-fef6402da6a4"}' 2018-10-10 15:11:11,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5616360a-ada7-4269-9e0c-98c7649af67f Date: Wed, 10 Oct 2018 15:11:11 GMT RESP BODY: {"network_id": "4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4", "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "subnet_id": "c0c14e78-a46e-4cf8-9f28-fef6402da6a4", "subnet_ids": ["c0c14e78-a46e-4cf8-9f28-fef6402da6a4"], "port_id": "f1d0e8d8-75a5-4e1c-8481-1f71702824d9", "id": "bf7329c9-e719-49ab-89b3-048a35016cdc"} 2018-10-10 15:11:11,615 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/bf7329c9-e719-49ab-89b3-048a35016cdc/add_router_interface.json used request id req-5616360a-ada7-4269-9e0c-98c7649af67f 2018-10-10 15:11:11,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.56520485878s 2018-10-10 15:11:11,615 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/bf7329c9-e719-49ab-89b3-048a35016cdc/add_router_interface.json used request id req-5616360a-ada7-4269-9e0c-98c7649af67f returning object bf7329c9-e719-49ab-89b3-048a35016cdc 2018-10-10 15:11:11,616 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 15:11:11,744 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-10 15:11:11,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" 2018-10-10 15:11:11,751 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 10 Oct 2018 15:11:11 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-10-10 15:11:11,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 15:11:11,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" 2018-10-10 15:11:11,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f262786d-4f5a-43d9-aa75-2b90451fc34e Date: Wed, 10 Oct 2018 15:11:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 15:11:11,996 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f262786d-4f5a-43d9-aa75-2b90451fc34e 2018-10-10 15:11:11,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.243549108505s 2018-10-10 15:11:11,997 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f262786d-4f5a-43d9-aa75-2b90451fc34e 2018-10-10 15:11:11,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-10 15:11:11,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd"}' 2018-10-10 15:11:12,199 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5 X-Openstack-Request-Id: req-3a428090-50fd-4905-9509-525325416506 Date: Wed, 10 Oct 2018 15:11:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5/file", "owner": "6fd09c0df82847159e97595e0ba6290d", "id": "cde87db2-b4ab-4699-b99a-0d13cba1fec5", "size": null, "self": "/v2/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T15:11:12Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "checksum": null, "created_at": "2018-10-10T15:11:12Z", "protected": false} 2018-10-10 15:11:12,199 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-3a428090-50fd-4905-9509-525325416506 2018-10-10 15:11:12,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.20051407814s 2018-10-10 15:11:12,200 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-3a428090-50fd-4905-9509-525325416506 returning object cde87db2-b4ab-4699-b99a-0d13cba1fec5 2018-10-10 15:11:12,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-10 15:11:12,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5/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}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" -d '' 2018-10-10 15:11:14,050 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c5b77b92-2b60-41bf-944f-badfdf16189d Date: Wed, 10 Oct 2018 15:11:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 15:11:14,050 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5/file used request id req-c5b77b92-2b60-41bf-944f-badfdf16189d 2018-10-10 15:11:14,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.84956216812s 2018-10-10 15:11:14,050 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5/file used request id req-c5b77b92-2b60-41bf-944f-badfdf16189d 2018-10-10 15:11:14,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 15:11:14,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" 2018-10-10 15:11:14,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-5e62f9d6-c54c-42ae-8125-1de22fb78217 Date: Wed, 10 Oct 2018 15:11:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5/snap", "metadata": {}}], "file": "/v2/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5/file", "owner": "6fd09c0df82847159e97595e0ba6290d", "id": "cde87db2-b4ab-4699-b99a-0d13cba1fec5", "size": 12716032, "self": "/v2/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T15:11:14Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T15:11:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 15:11:14,294 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5e62f9d6-c54c-42ae-8125-1de22fb78217 2018-10-10 15:11:14,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.242998838425s 2018-10-10 15:11:14,294 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5e62f9d6-c54c-42ae-8125-1de22fb78217 2018-10-10 15:11:14,297 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5/file', 'owner': u'6fd09c0df82847159e97595e0ba6290d', 'id': u'cde87db2-b4ab-4699-b99a-0d13cba1fec5', 'size': 12716032, u'self': u'/v2/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6fd09c0df82847159e97595e0ba6290d', 'name': 'rally_sanity-project_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-10T15:11:14Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-10T15:11:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'created': u'2018-10-10T15:11:12Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-10T15:11:12Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-10 15:11:14,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-10 15:11:14,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}bea302d7470876a88b9b12d1f9e35e3c734a1015" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-10 15:11:14,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15: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-e8ceb074-ed54-4099-aea5-4f6fca4938c7 x-compute-request-id: req-e8ceb074-ed54-4099-aea5-4f6fca4938c7 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/89f14002-1d99-447a-8910-82c9da9b0111", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/89f14002-1d99-447a-8910-82c9da9b0111", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "89f14002-1d99-447a-8910-82c9da9b0111", "name": "rally_sanity-flavor_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 15:11:14,500 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-e8ceb074-ed54-4099-aea5-4f6fca4938c7 2018-10-10 15:11:14,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.202263116837s 2018-10-10 15:11:14,500 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-e8ceb074-ed54-4099-aea5-4f6fca4938c7 returning object 89f14002-1d99-447a-8910-82c9da9b0111 2018-10-10 15:11:14,501 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', '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'd00928b339b74d1eac5a92b45f495878', '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'89f14002-1d99-447a-8910-82c9da9b0111', 'swap': 0}) 2018-10-10 15:11:14,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-10 15:11:14,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/89f14002-1d99-447a-8910-82c9da9b0111/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}bea302d7470876a88b9b12d1f9e35e3c734a1015" -d '{"extra_specs": {}}' 2018-10-10 15:11:14,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15: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 x-openstack-request-id: req-dee27515-f2df-460f-bf2b-e2690c36cd38 x-compute-request-id: req-dee27515-f2df-460f-bf2b-e2690c36cd38 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 15:11:14,523 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/89f14002-1d99-447a-8910-82c9da9b0111/os-extra_specs used request id req-dee27515-f2df-460f-bf2b-e2690c36cd38 2018-10-10 15:11:14,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0208249092102s 2018-10-10 15:11:14,523 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/89f14002-1d99-447a-8910-82c9da9b0111/os-extra_specs used request id req-dee27515-f2df-460f-bf2b-e2690c36cd38 2018-10-10 15:11:14,524 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-10 15:11:17,065 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-10 15:11:16.651 148 INFO rally.deployment.engine [-] Deployment 368e35c0-c91c-4f3d-8280-6b42bc826a80 | Starting: Destroy cloud and free allocated resources. 2018-10-10 15:11:16.737 148 INFO rally.deployment.engine [-] Deployment 368e35c0-c91c-4f3d-8280-6b42bc826a80 | Completed: Destroy cloud and free allocated resources. 2018-10-10 15:11:16.780 148 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=dd4d7f10-2990-46bc-b9fd-37828c2d67cb) for deployment 'opnfv-rally'. 2018-10-10 15:11:16.797 148 INFO rally.api [-] Deleting verification (UUID=0c7233a4-d376-493f-b13e-217d9fcb1c34). 2018-10-10 15:11:16.839 148 INFO rally.api [-] Verification has been successfully deleted! 2018-10-10 15:11:16.839 148 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=dd4d7f10-2990-46bc-b9fd-37828c2d67cb). 2018-10-10 15:11:16.847 148 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-10 15:11:19,538 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-10 15:11:19.240 151 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3cf42a8c-a869-4aad-b71d-f4ace8dbd2f3) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3cf42a8c-a869-4aad-b71d-f4ace8dbd2f3 | 2018-10-10T15:11:19 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3cf42a8c-a869-4aad-b71d-f4ace8dbd2f3 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-10 15:11:22,967 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-10 15:11:22,967 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-10-10 15:11:22,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-10 15:11:22,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" 2018-10-10 15:11:23,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15: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,Accept-Encoding x-openstack-request-id: req-73efc0e4-a426-44a1-8de3-57ddf668c62a x-compute-request-id: req-73efc0e4-a426-44a1-8de3-57ddf668c62a Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.3", "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-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "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.6", "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}]} 2018-10-10 15:11:23,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-73efc0e4-a426-44a1-8de3-57ddf668c62a 2018-10-10 15:11:23,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.194752931595s 2018-10-10 15:11:23,164 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-73efc0e4-a426-44a1-8de3-57ddf668c62a 2018-10-10 15:11:23,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-10 15:11:23,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}bea302d7470876a88b9b12d1f9e35e3c734a1015" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-10 15:11:23,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11: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-41024f77-9569-4d7d-8c16-44220f293ff6 x-compute-request-id: req-41024f77-9569-4d7d-8c16-44220f293ff6 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b00ba894-77a9-4efd-81e2-da43339ae57b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b00ba894-77a9-4efd-81e2-da43339ae57b", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b00ba894-77a9-4efd-81e2-da43339ae57b", "name": "rally_sanity-flavor_alt_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 15:11:23,228 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-41024f77-9569-4d7d-8c16-44220f293ff6 2018-10-10 15:11:23,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0625450611115s 2018-10-10 15:11:23,228 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-41024f77-9569-4d7d-8c16-44220f293ff6 returning object b00ba894-77a9-4efd-81e2-da43339ae57b 2018-10-10 15:11:23,229 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', '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'd00928b339b74d1eac5a92b45f495878', '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'b00ba894-77a9-4efd-81e2-da43339ae57b', 'swap': 0}) 2018-10-10 15:11:23,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-10 15:11:23,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/b00ba894-77a9-4efd-81e2-da43339ae57b/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}bea302d7470876a88b9b12d1f9e35e3c734a1015" -d '{"extra_specs": {}}' 2018-10-10 15:11:23,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:11: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-0da47007-3baa-4a0b-8109-4b47c2095c94 x-compute-request-id: req-0da47007-3baa-4a0b-8109-4b47c2095c94 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 15:11:23,251 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b00ba894-77a9-4efd-81e2-da43339ae57b/os-extra_specs used request id req-0da47007-3baa-4a0b-8109-4b47c2095c94 2018-10-10 15:11:23,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210959911346s 2018-10-10 15:11:23,251 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b00ba894-77a9-4efd-81e2-da43339ae57b/os-extra_specs used request id req-0da47007-3baa-4a0b-8109-4b47c2095c94 2018-10-10 15:11:23,252 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', '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'd00928b339b74d1eac5a92b45f495878', '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'b00ba894-77a9-4efd-81e2-da43339ae57b', 'swap': 0}) 2018-10-10 15:11:23,252 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-10-10 15:11:23,252 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-10-10 15:11:23,254 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-10 15:11:23,271 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-10 15:11:23,278 - 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': '4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'flavor_name': 'rally_sanity-flavor_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', '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_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-10 15:12:25,904 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 190777d6-c9b3-4d40-9389-83e1932e4f5d 2018-10-10 15:12:25,905 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-10-10 15:12:25,906 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '190777d6-c9b3-4d40-9389-83e1932e4f5d'] 2018-10-10 15:12:26,999 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 190777d6-c9b3-4d40-9389-83e1932e4f5d -------------------------------------------------------------------------------- Task 190777d6-c9b3-4d40-9389-83e1932e4f5d: 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 190777d6-c9b3-4d40-9389-83e1932e4f5d 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.463 | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 100.0% | 1 | | total | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 100.0% | 1 | | -> duration | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.462821 Full duration: 7.489391 -------------------------------------------------------------------------------- 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 190777d6-c9b3-4d40-9389-83e1932e4f5d 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.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | total | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> duration | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.785547 Full duration: 7.564954 -------------------------------------------------------------------------------- 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 190777d6-c9b3-4d40-9389-83e1932e4f5d 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.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 100.0% | 1 | | total | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> duration | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.920135 Full duration: 7.66805 -------------------------------------------------------------------------------- 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 190777d6-c9b3-4d40-9389-83e1932e4f5d 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.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.778573 Full duration: 7.581027 -------------------------------------------------------------------------------- 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 190777d6-c9b3-4d40-9389-83e1932e4f5d 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.533 | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 100.0% | 1 | | total | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 100.0% | 1 | | -> duration | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.034388 Full duration: 8.217483 -------------------------------------------------------------------------------- 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 190777d6-c9b3-4d40-9389-83e1932e4f5d 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.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> duration | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.692489 Full duration: 7.682042 HINTS: * To plot HTML graphics with this data, run: rally task report 190777d6-c9b3-4d40-9389-83e1932e4f5d --out output.html * To generate a JUnit report, run: rally task export 190777d6-c9b3-4d40-9389-83e1932e4f5d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 190777d6-c9b3-4d40-9389-83e1932e4f5d --json --out output.json 2018-10-10 15:12:27,000 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '190777d6-c9b3-4d40-9389-83e1932e4f5d', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-10-10 15:12:29,167 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 190777d6-c9b3-4d40-9389-83e1932e4f5d --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-10-10 15:12:29.060 759 INFO rally.api [-] Building 'json' report for the following task(s): '190777d6-c9b3-4d40-9389-83e1932e4f5d'. 2018-10-10 15:12:29.065 759 INFO rally.api [-] The report has been successfully built. 2018-10-10 15:12:29,167 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '190777d6-c9b3-4d40-9389-83e1932e4f5d', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-10-10 15:12:31,385 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 190777d6-c9b3-4d40-9389-83e1932e4f5d --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-10-10 15:12:31.251 762 INFO rally.api [-] Building 'html' report for the following task(s): '190777d6-c9b3-4d40-9389-83e1932e4f5d'. 2018-10-10 15:12:31.284 762 INFO rally.api [-] The report has been successfully built. 2018-10-10 15:12:31,392 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-10-10 15:12:31,392 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-10-10 15:12:31,399 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-10-10 15:12:31,399 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-10 15:12:31,414 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-10 15:12:31,426 - 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': '4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'flavor_name': 'rally_sanity-flavor_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', '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_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-10 15:14:07,822 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 357ddcf1-2195-4ea2-83f2-909e3b4c41af 2018-10-10 15:14:07,822 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '357ddcf1-2195-4ea2-83f2-909e3b4c41af'] 2018-10-10 15:14:08,887 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 357ddcf1-2195-4ea2-83f2-909e3b4c41af -------------------------------------------------------------------------------- Task 357ddcf1-2195-4ea2-83f2-909e3b4c41af: 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 357ddcf1-2195-4ea2-83f2-909e3b4c41af 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.719 | 4.719 | 4.719 | 4.719 | 4.719 | 4.719 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | -> glance_v2.upload_data | 1.781 | 1.781 | 1.781 | 1.781 | 1.781 | 1.781 | 100.0% | 1 | | glance_v2.delete_image | 1.139 | 1.139 | 1.139 | 1.139 | 1.139 | 1.139 | 100.0% | 1 | | total | 5.859 | 5.859 | 5.859 | 5.859 | 5.859 | 5.859 | 100.0% | 1 | | -> duration | 5.859 | 5.859 | 5.859 | 5.859 | 5.859 | 5.859 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.858754 Full duration: 14.616797 -------------------------------------------------------------------------------- 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 357ddcf1-2195-4ea2-83f2-909e3b4c41af 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.526 | 4.526 | 4.526 | 4.526 | 4.526 | 4.526 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | -> glance_v2.upload_data | 1.589 | 1.589 | 1.589 | 1.589 | 1.589 | 1.589 | 100.0% | 1 | | glance_v2.list_images | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 4.704 | 4.704 | 4.704 | 4.704 | 4.704 | 4.704 | 100.0% | 1 | | -> duration | 4.704 | 4.704 | 4.704 | 4.704 | 4.704 | 4.704 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.704456 Full duration: 16.868236 -------------------------------------------------------------------------------- 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 357ddcf1-2195-4ea2-83f2-909e3b4c41af 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.432 | 0.432 | 0.432 | 0.432 | 0.432 | 0.432 | 100.0% | 1 | | total | 0.432 | 0.432 | 0.432 | 0.432 | 0.432 | 0.432 | 100.0% | 1 | | -> duration | 0.432 | 0.432 | 0.432 | 0.432 | 0.432 | 0.432 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.431792 Full duration: 7.919868 -------------------------------------------------------------------------------- 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_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "number_instances": 2, "nics": [ { "net-id": "4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4" } ] }, "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 357ddcf1-2195-4ea2-83f2-909e3b4c41af has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.984 | 3.984 | 3.984 | 3.984 | 3.984 | 3.984 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | -> glance_v2.upload_data | 1.08 | 1.08 | 1.08 | 1.08 | 1.08 | 1.08 | 100.0% | 1 | | nova.boot_servers | 13.256 | 13.256 | 13.256 | 13.256 | 13.256 | 13.256 | 100.0% | 1 | | total | 17.241 | 17.241 | 17.241 | 17.241 | 17.241 | 17.241 | 100.0% | 1 | | -> duration | 16.241 | 16.241 | 16.241 | 16.241 | 16.241 | 16.241 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.241036 Full duration: 39.501207 HINTS: * To plot HTML graphics with this data, run: rally task report 357ddcf1-2195-4ea2-83f2-909e3b4c41af --out output.html * To generate a JUnit report, run: rally task export 357ddcf1-2195-4ea2-83f2-909e3b4c41af --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 357ddcf1-2195-4ea2-83f2-909e3b4c41af --json --out output.json 2018-10-10 15:14:08,887 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '357ddcf1-2195-4ea2-83f2-909e3b4c41af', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-10-10 15:14:10,997 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 357ddcf1-2195-4ea2-83f2-909e3b4c41af --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-10-10 15:14:10.888 1315 INFO rally.api [-] Building 'json' report for the following task(s): '357ddcf1-2195-4ea2-83f2-909e3b4c41af'. 2018-10-10 15:14:10.894 1315 INFO rally.api [-] The report has been successfully built. 2018-10-10 15:14:10,998 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '357ddcf1-2195-4ea2-83f2-909e3b4c41af', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-10-10 15:14:13,232 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 357ddcf1-2195-4ea2-83f2-909e3b4c41af --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-10-10 15:14:13.109 1318 INFO rally.api [-] Building 'html' report for the following task(s): '357ddcf1-2195-4ea2-83f2-909e3b4c41af'. 2018-10-10 15:14:13.130 1318 INFO rally.api [-] The report has been successfully built. 2018-10-10 15:14:13,238 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-10-10 15:14:13,238 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-10-10 15:14:13,239 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-10-10 15:14:13,239 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-10 15:14:13,256 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-10 15:14:13,265 - 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': '4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'flavor_name': 'rally_sanity-flavor_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', '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_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-10 15:17:28,429 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 96192bae-b7f8-4bbe-89c1-8d8cdef6b830 2018-10-10 15:17:28,429 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '96192bae-b7f8-4bbe-89c1-8d8cdef6b830'] 2018-10-10 15:17:29,526 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 96192bae-b7f8-4bbe-89c1-8d8cdef6b830 -------------------------------------------------------------------------------- Task 96192bae-b7f8-4bbe-89c1-8d8cdef6b830: 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 96192bae-b7f8-4bbe-89c1-8d8cdef6b830 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.256 | 3.256 | 3.256 | 3.256 | 3.256 | 3.256 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.087 | 3.087 | 3.087 | 3.087 | 3.087 | 3.087 | 100.0% | 1 | | total | 6.344 | 6.344 | 6.344 | 6.344 | 6.344 | 6.344 | 100.0% | 1 | | -> duration | 6.344 | 6.344 | 6.344 | 6.344 | 6.344 | 6.344 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.343854 Full duration: 23.430204 -------------------------------------------------------------------------------- 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 96192bae-b7f8-4bbe-89c1-8d8cdef6b830 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 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | total | 4.128 | 4.128 | 4.128 | 4.128 | 4.128 | 4.128 | 100.0% | 1 | | -> duration | 4.128 | 4.128 | 4.128 | 4.128 | 4.128 | 4.128 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.128051 Full duration: 14.058008 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 96192bae-b7f8-4bbe-89c1-8d8cdef6b830 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.654 | 8.654 | 8.654 | 8.654 | 8.654 | 8.654 | 100.0% | 1 | | cinder_v2.delete_volume | 2.474 | 2.474 | 2.474 | 2.474 | 2.474 | 2.474 | 100.0% | 1 | | total | 11.128 | 11.128 | 11.128 | 11.128 | 11.128 | 11.128 | 100.0% | 1 | | -> duration | 11.128 | 11.128 | 11.128 | 11.128 | 11.128 | 11.128 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.128467 Full duration: 22.061518 -------------------------------------------------------------------------------- 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 96192bae-b7f8-4bbe-89c1-8d8cdef6b830 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.126 | 3.126 | 3.126 | 3.126 | 3.126 | 3.126 | 100.0% | 1 | | cinder_v2.delete_volume | 2.763 | 2.763 | 2.763 | 2.763 | 2.763 | 2.763 | 100.0% | 1 | | total | 5.89 | 5.89 | 5.89 | 5.89 | 5.89 | 5.89 | 100.0% | 1 | | -> duration | 5.89 | 5.89 | 5.89 | 5.89 | 5.89 | 5.89 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.889512 Full duration: 15.988405 -------------------------------------------------------------------------------- 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 96192bae-b7f8-4bbe-89c1-8d8cdef6b830 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.137 | 3.137 | 3.137 | 3.137 | 3.137 | 3.137 | 100.0% | 1 | | cinder_v2.extend_volume | 2.495 | 2.495 | 2.495 | 2.495 | 2.495 | 2.495 | 100.0% | 1 | | cinder_v2.delete_volume | 2.501 | 2.501 | 2.501 | 2.501 | 2.501 | 2.501 | 100.0% | 1 | | total | 8.133 | 8.133 | 8.133 | 8.133 | 8.133 | 8.133 | 100.0% | 1 | | -> duration | 8.133 | 8.133 | 8.133 | 8.133 | 8.133 | 8.133 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.133029 Full duration: 18.565467 -------------------------------------------------------------------------------- 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 96192bae-b7f8-4bbe-89c1-8d8cdef6b830 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.181 | 3.181 | 3.181 | 3.181 | 3.181 | 3.181 | 100.0% | 1 | | cinder_v2.delete_volume | 2.607 | 2.607 | 2.607 | 2.607 | 2.607 | 2.607 | 100.0% | 1 | | total | 5.788 | 5.788 | 5.788 | 5.788 | 5.788 | 5.788 | 100.0% | 1 | | -> duration | 5.788 | 5.788 | 5.788 | 5.788 | 5.788 | 5.788 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.787942 Full duration: 23.066249 -------------------------------------------------------------------------------- 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 96192bae-b7f8-4bbe-89c1-8d8cdef6b830 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | cinder_v2.list_qos | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 100.0% | 1 | | total | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 100.0% | 1 | | -> duration | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.871143 Full duration: 12.986731 -------------------------------------------------------------------------------- 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 96192bae-b7f8-4bbe-89c1-8d8cdef6b830 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.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | cinder_v2.set_qos | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 100.0% | 1 | | total | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | -> duration | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.804814 Full duration: 12.403995 -------------------------------------------------------------------------------- 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 96192bae-b7f8-4bbe-89c1-8d8cdef6b830 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.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | cinder_v2.list_types | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 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.789165 Full duration: 12.55981 -------------------------------------------------------------------------------- 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 96192bae-b7f8-4bbe-89c1-8d8cdef6b830 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.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> duration | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.825966 Full duration: 12.346202 HINTS: * To plot HTML graphics with this data, run: rally task report 96192bae-b7f8-4bbe-89c1-8d8cdef6b830 --out output.html * To generate a JUnit report, run: rally task export 96192bae-b7f8-4bbe-89c1-8d8cdef6b830 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 96192bae-b7f8-4bbe-89c1-8d8cdef6b830 --json --out output.json 2018-10-10 15:17:29,527 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '96192bae-b7f8-4bbe-89c1-8d8cdef6b830', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-10-10 15:17:31,762 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 96192bae-b7f8-4bbe-89c1-8d8cdef6b830 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-10-10 15:17:31.652 3107 INFO rally.api [-] Building 'json' report for the following task(s): '96192bae-b7f8-4bbe-89c1-8d8cdef6b830'. 2018-10-10 15:17:31.660 3107 INFO rally.api [-] The report has been successfully built. 2018-10-10 15:17:31,763 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '96192bae-b7f8-4bbe-89c1-8d8cdef6b830', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-10-10 15:17:34,098 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 96192bae-b7f8-4bbe-89c1-8d8cdef6b830 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-10-10 15:17:33.921 3110 INFO rally.api [-] Building 'html' report for the following task(s): '96192bae-b7f8-4bbe-89c1-8d8cdef6b830'. 2018-10-10 15:17:33.952 3110 INFO rally.api [-] The report has been successfully built. 2018-10-10 15:17:34,109 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-10-10 15:17:34,110 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-10-10 15:17:34,110 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-10-10 15:17:34,111 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-10 15:17:34,129 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-10 15:17:34,140 - 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': '4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'flavor_name': 'rally_sanity-flavor_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', '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_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-10 15:18:57,256 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1b836952-4276-405c-9e96-68ef65a6b484 2018-10-10 15:18:57,256 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '1b836952-4276-405c-9e96-68ef65a6b484'] 2018-10-10 15:18:58,307 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 1b836952-4276-405c-9e96-68ef65a6b484 -------------------------------------------------------------------------------- Task 1b836952-4276-405c-9e96-68ef65a6b484: 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 1b836952-4276-405c-9e96-68ef65a6b484 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.567 | 4.567 | 4.567 | 4.567 | 4.567 | 4.567 | 100.0% | 1 | | heat.update_stack | 2.694 | 2.694 | 2.694 | 2.694 | 2.694 | 2.694 | 100.0% | 1 | | heat.delete_stack | 2.797 | 2.797 | 2.797 | 2.797 | 2.797 | 2.797 | 100.0% | 1 | | total | 10.057 | 10.057 | 10.057 | 10.057 | 10.057 | 10.057 | 100.0% | 1 | | -> duration | 6.057 | 6.057 | 6.057 | 6.057 | 6.057 | 6.057 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.057178 Full duration: 18.720382 -------------------------------------------------------------------------------- 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 1b836952-4276-405c-9e96-68ef65a6b484 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.288 | 4.288 | 4.288 | 4.288 | 4.288 | 4.288 | 100.0% | 1 | | heat.check_stack | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 100.0% | 1 | | heat.delete_stack | 1.594 | 1.594 | 1.594 | 1.594 | 1.594 | 1.594 | 100.0% | 1 | | total | 7.141 | 7.141 | 7.141 | 7.141 | 7.141 | 7.141 | 100.0% | 1 | | -> duration | 5.141 | 5.141 | 5.141 | 5.141 | 5.141 | 5.141 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.141039 Full duration: 16.922374 -------------------------------------------------------------------------------- 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 1b836952-4276-405c-9e96-68ef65a6b484 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.593 | 4.593 | 4.593 | 4.593 | 4.593 | 4.593 | 100.0% | 1 | | heat.suspend_stack | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | heat.resume_stack | 1.864 | 1.864 | 1.864 | 1.864 | 1.864 | 1.864 | 100.0% | 1 | | heat.delete_stack | 2.541 | 2.541 | 2.541 | 2.541 | 2.541 | 2.541 | 100.0% | 1 | | total | 9.816 | 9.816 | 9.816 | 9.816 | 9.816 | 9.816 | 100.0% | 1 | | -> duration | 7.816 | 7.816 | 7.816 | 7.816 | 7.816 | 7.816 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.816205 Full duration: 18.487928 -------------------------------------------------------------------------------- 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 1b836952-4276-405c-9e96-68ef65a6b484 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.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | total | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | -> duration | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.594637 Full duration: 8.330993 HINTS: * To plot HTML graphics with this data, run: rally task report 1b836952-4276-405c-9e96-68ef65a6b484 --out output.html * To generate a JUnit report, run: rally task export 1b836952-4276-405c-9e96-68ef65a6b484 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1b836952-4276-405c-9e96-68ef65a6b484 --json --out output.json 2018-10-10 15:18:58,308 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '1b836952-4276-405c-9e96-68ef65a6b484', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-10-10 15:19:00,639 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 1b836952-4276-405c-9e96-68ef65a6b484 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-10-10 15:19:00.485 3843 INFO rally.api [-] Building 'json' report for the following task(s): '1b836952-4276-405c-9e96-68ef65a6b484'. 2018-10-10 15:19:00.489 3843 INFO rally.api [-] The report has been successfully built. 2018-10-10 15:19:00,640 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '1b836952-4276-405c-9e96-68ef65a6b484', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-10-10 15:19:02,868 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 1b836952-4276-405c-9e96-68ef65a6b484 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-10-10 15:19:02.700 3846 INFO rally.api [-] Building 'html' report for the following task(s): '1b836952-4276-405c-9e96-68ef65a6b484'. 2018-10-10 15:19:02.722 3846 INFO rally.api [-] The report has been successfully built. 2018-10-10 15:19:02,874 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-10-10 15:19:02,874 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-10-10 15:19:02,875 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-10-10 15:19:02,875 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-10 15:19:02,893 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-10 15:19:02,902 - 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': '4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'flavor_name': 'rally_sanity-flavor_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', '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_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-10 15:22:19,702 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : effae5fb-26c5-4bd2-b5a3-5dd998e9d102 2018-10-10 15:22:19,703 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'effae5fb-26c5-4bd2-b5a3-5dd998e9d102'] 2018-10-10 15:22:20,801 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid effae5fb-26c5-4bd2-b5a3-5dd998e9d102 -------------------------------------------------------------------------------- Task effae5fb-26c5-4bd2-b5a3-5dd998e9d102: 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 effae5fb-26c5-4bd2-b5a3-5dd998e9d102 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 100.0% | 1 | | keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.revoke_role | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> duration | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.772238 Full duration: 14.391582 -------------------------------------------------------------------------------- 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 effae5fb-26c5-4bd2-b5a3-5dd998e9d102 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.514 | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 100.0% | 1 | | keystone_v3.add_role | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | keystone_v3.list_roles | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | -> duration | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.743772 Full duration: 14.19083 -------------------------------------------------------------------------------- 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 effae5fb-26c5-4bd2-b5a3-5dd998e9d102 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.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | keystone_v3.list_projects | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | total | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> duration | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.767132 Full duration: 14.793582 -------------------------------------------------------------------------------- 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 effae5fb-26c5-4bd2-b5a3-5dd998e9d102 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.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | keystone_v3.delete_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> duration | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.608595 Full duration: 12.681875 -------------------------------------------------------------------------------- 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 effae5fb-26c5-4bd2-b5a3-5dd998e9d102 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.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | keystone_v3.delete_service | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | total | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | -> duration | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.613638 Full duration: 12.22227 -------------------------------------------------------------------------------- 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 effae5fb-26c5-4bd2-b5a3-5dd998e9d102 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.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 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.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | -> keystone_v3.add_role | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 100.0% | 1 | | keystone_v3.create_role | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | keystone_v3.get_project | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.get_user | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | keystone_v3.get_role | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.list_services | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_services | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | total | 1.927 | 1.927 | 1.927 | 1.927 | 1.927 | 1.927 | 100.0% | 1 | | -> duration | 1.927 | 1.927 | 1.927 | 1.927 | 1.927 | 1.927 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.926622 Full duration: 19.693718 -------------------------------------------------------------------------------- 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 effae5fb-26c5-4bd2-b5a3-5dd998e9d102 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.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | keystone_v3.update_project | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.delete_project | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 100.0% | 1 | | total | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | -> duration | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.922148 Full duration: 12.706504 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task effae5fb-26c5-4bd2-b5a3-5dd998e9d102 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | total | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> duration | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.780043 Full duration: 14.730409 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task effae5fb-26c5-4bd2-b5a3-5dd998e9d102 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.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | total | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | -> duration | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.690852 Full duration: 14.216601 -------------------------------------------------------------------------------- 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 effae5fb-26c5-4bd2-b5a3-5dd998e9d102 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | keystone_v3.list_users | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | -> duration | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.942285 Full duration: 15.048138 -------------------------------------------------------------------------------- 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 effae5fb-26c5-4bd2-b5a3-5dd998e9d102 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.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | keystone_v3.create_users | 5.231 | 5.231 | 5.231 | 5.231 | 5.231 | 5.231 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.23 | 5.23 | 5.23 | 5.23 | 5.23 | 5.23 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.272 | 1.272 | 1.272 | 1.272 | 1.272 | 1.272 | 100.0% | 1 | | total | 7.023 | 7.023 | 7.023 | 7.023 | 7.023 | 7.023 | 100.0% | 1 | | -> duration | 7.023 | 7.023 | 7.023 | 7.023 | 7.023 | 7.023 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.023193 Full duration: 23.694297 HINTS: * To plot HTML graphics with this data, run: rally task report effae5fb-26c5-4bd2-b5a3-5dd998e9d102 --out output.html * To generate a JUnit report, run: rally task export effae5fb-26c5-4bd2-b5a3-5dd998e9d102 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report effae5fb-26c5-4bd2-b5a3-5dd998e9d102 --json --out output.json 2018-10-10 15:22:20,802 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'effae5fb-26c5-4bd2-b5a3-5dd998e9d102', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-10-10 15:22:23,156 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid effae5fb-26c5-4bd2-b5a3-5dd998e9d102 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-10-10 15:22:23.039 5761 INFO rally.api [-] Building 'json' report for the following task(s): 'effae5fb-26c5-4bd2-b5a3-5dd998e9d102'. 2018-10-10 15:22:23.050 5761 INFO rally.api [-] The report has been successfully built. 2018-10-10 15:22:23,157 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'effae5fb-26c5-4bd2-b5a3-5dd998e9d102', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-10-10 15:22:25,461 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid effae5fb-26c5-4bd2-b5a3-5dd998e9d102 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-10-10 15:22:25.327 5764 INFO rally.api [-] Building 'html' report for the following task(s): 'effae5fb-26c5-4bd2-b5a3-5dd998e9d102'. 2018-10-10 15:22:25.358 5764 INFO rally.api [-] The report has been successfully built. 2018-10-10 15:22:25,475 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-10-10 15:22:25,475 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-10-10 15:22:25,476 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-10-10 15:22:25,476 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-10 15:22:25,492 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-10 15:22:25,502 - 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': '4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'flavor_name': 'rally_sanity-flavor_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', '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_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-10 15:27:39,487 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ec5ecb05-fbb1-4ed3-a160-9421498bd02e 2018-10-10 15:27:39,488 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'ec5ecb05-fbb1-4ed3-a160-9421498bd02e'] 2018-10-10 15:27:40,571 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid ec5ecb05-fbb1-4ed3-a160-9421498bd02e -------------------------------------------------------------------------------- Task ec5ecb05-fbb1-4ed3-a160-9421498bd02e: 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 ec5ecb05-fbb1-4ed3-a160-9421498bd02e 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.008 | 1.008 | 1.008 | 1.008 | 1.008 | 1.008 | 100.0% | 1 | | neutron.delete_network | 1.254 | 1.254 | 1.254 | 1.254 | 1.254 | 1.254 | 100.0% | 1 | | total | 2.262 | 2.262 | 2.262 | 2.262 | 2.262 | 2.262 | 100.0% | 1 | | -> duration | 2.262 | 2.262 | 2.262 | 2.262 | 2.262 | 2.262 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.261663 Full duration: 15.749509 -------------------------------------------------------------------------------- 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 ec5ecb05-fbb1-4ed3-a160-9421498bd02e 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.385 | 1.385 | 1.385 | 1.385 | 1.385 | 1.385 | 100.0% | 1 | | neutron.delete_port | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | total | 2.156 | 2.156 | 2.156 | 2.156 | 2.156 | 2.156 | 100.0% | 1 | | -> duration | 2.156 | 2.156 | 2.156 | 2.156 | 2.156 | 2.156 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.15563 Full duration: 28.346518 -------------------------------------------------------------------------------- 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 ec5ecb05-fbb1-4ed3-a160-9421498bd02e 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.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | neutron.create_subnet | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | neutron.create_router | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 100.0% | 1 | | neutron.add_interface_router | 1.539 | 1.539 | 1.539 | 1.539 | 1.539 | 1.539 | 100.0% | 1 | | neutron.remove_interface_router | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 100.0% | 1 | | neutron.delete_router | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 100.0% | 1 | | total | 5.407 | 5.407 | 5.407 | 5.407 | 5.407 | 5.407 | 100.0% | 1 | | -> duration | 5.407 | 5.407 | 5.407 | 5.407 | 5.407 | 5.407 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.407176 Full duration: 36.630895 -------------------------------------------------------------------------------- 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 ec5ecb05-fbb1-4ed3-a160-9421498bd02e 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.13 | 1.13 | 1.13 | 1.13 | 1.13 | 1.13 | 100.0% | 1 | | neutron.delete_subnet | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 100.0% | 1 | | total | 1.882 | 1.882 | 1.882 | 1.882 | 1.882 | 1.882 | 100.0% | 1 | | -> duration | 1.882 | 1.882 | 1.882 | 1.882 | 1.882 | 1.882 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.882012 Full duration: 31.232308 -------------------------------------------------------------------------------- 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 ec5ecb05-fbb1-4ed3-a160-9421498bd02e 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.list_networks | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 100.0% | 1 | | total | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 100.0% | 1 | | -> duration | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.276478 Full duration: 16.859129 -------------------------------------------------------------------------------- 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 ec5ecb05-fbb1-4ed3-a160-9421498bd02e 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.254 | 1.254 | 1.254 | 1.254 | 1.254 | 1.254 | 100.0% | 1 | | neutron.list_ports | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 100.0% | 1 | | total | 1.499 | 1.499 | 1.499 | 1.499 | 1.499 | 1.499 | 100.0% | 1 | | -> duration | 1.499 | 1.499 | 1.499 | 1.499 | 1.499 | 1.499 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.498823 Full duration: 28.942689 -------------------------------------------------------------------------------- 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 ec5ecb05-fbb1-4ed3-a160-9421498bd02e 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.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | neutron.create_subnet | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | neutron.create_router | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 100.0% | 1 | | neutron.add_interface_router | 1.559 | 1.559 | 1.559 | 1.559 | 1.559 | 1.559 | 100.0% | 1 | | neutron.list_routers | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 100.0% | 1 | | total | 4.081 | 4.081 | 4.081 | 4.081 | 4.081 | 4.081 | 100.0% | 1 | | -> duration | 4.081 | 4.081 | 4.081 | 4.081 | 4.081 | 4.081 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.081075 Full duration: 37.16893 -------------------------------------------------------------------------------- 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 ec5ecb05-fbb1-4ed3-a160-9421498bd02e 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.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | neutron.create_subnet | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | neutron.list_subnets | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 100.0% | 1 | | -> duration | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.764375 Full duration: 34.031402 -------------------------------------------------------------------------------- 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 ec5ecb05-fbb1-4ed3-a160-9421498bd02e 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.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | neutron.delete_security_group | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 100.0% | 1 | | total | 1.267 | 1.267 | 1.267 | 1.267 | 1.267 | 1.267 | 100.0% | 1 | | -> duration | 1.267 | 1.267 | 1.267 | 1.267 | 1.267 | 1.267 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.266583 Full duration: 14.64948 -------------------------------------------------------------------------------- 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 ec5ecb05-fbb1-4ed3-a160-9421498bd02e 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.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | neutron.create_security_group_rule | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.262 | 0.262 | 0.262 | 0.262 | 0.262 | 0.262 | 100.0% | 1 | | neutron.delete_security_group | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 100.0% | 1 | | total | 1.836 | 1.836 | 1.836 | 1.836 | 1.836 | 1.836 | 100.0% | 1 | | -> duration | 1.836 | 1.836 | 1.836 | 1.836 | 1.836 | 1.836 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.836182 Full duration: 14.666953 -------------------------------------------------------------------------------- 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 ec5ecb05-fbb1-4ed3-a160-9421498bd02e 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.128 | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 100.0% | 1 | | neutron.create_router | 0.396 | 0.396 | 0.396 | 0.396 | 0.396 | 0.396 | 100.0% | 1 | | neutron.add_gateway_router | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 100.0% | 1 | | neutron.remove_gateway_router | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | total | 3.806 | 3.806 | 3.806 | 3.806 | 3.806 | 3.806 | 100.0% | 1 | | -> duration | 3.806 | 3.806 | 3.806 | 3.806 | 3.806 | 3.806 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.806483 Full duration: 24.614258 HINTS: * To plot HTML graphics with this data, run: rally task report ec5ecb05-fbb1-4ed3-a160-9421498bd02e --out output.html * To generate a JUnit report, run: rally task export ec5ecb05-fbb1-4ed3-a160-9421498bd02e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ec5ecb05-fbb1-4ed3-a160-9421498bd02e --json --out output.json 2018-10-10 15:27:40,571 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'ec5ecb05-fbb1-4ed3-a160-9421498bd02e', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-10-10 15:27:42,905 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid ec5ecb05-fbb1-4ed3-a160-9421498bd02e --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-10-10 15:27:42.753 9059 INFO rally.api [-] Building 'json' report for the following task(s): 'ec5ecb05-fbb1-4ed3-a160-9421498bd02e'. 2018-10-10 15:27:42.763 9059 INFO rally.api [-] The report has been successfully built. 2018-10-10 15:27:42,905 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'ec5ecb05-fbb1-4ed3-a160-9421498bd02e', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-10-10 15:27:45,142 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid ec5ecb05-fbb1-4ed3-a160-9421498bd02e --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-10-10 15:27:45.008 9062 INFO rally.api [-] Building 'html' report for the following task(s): 'ec5ecb05-fbb1-4ed3-a160-9421498bd02e'. 2018-10-10 15:27:45.039 9062 INFO rally.api [-] The report has been successfully built. 2018-10-10 15:27:45,157 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-10-10 15:27:45,157 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-10-10 15:27:45,158 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-10-10 15:27:45,158 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-10 15:27:45,175 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-10 15:27:45,187 - 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': '4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'flavor_name': 'rally_sanity-flavor_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', '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_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-10 15:34:33,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f2fad51f-2582-4370-9b2b-045f2d452d56 2018-10-10 15:34:33,250 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f2fad51f-2582-4370-9b2b-045f2d452d56'] 2018-10-10 15:34:34,363 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f2fad51f-2582-4370-9b2b-045f2d452d56 -------------------------------------------------------------------------------- Task f2fad51f-2582-4370-9b2b-045f2d452d56: 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_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "image": { "name": "rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "block_migration": false, "nics": [ { "net-id": "4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f2fad51f-2582-4370-9b2b-045f2d452d56 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 | 10.16 | 10.16 | 10.16 | 10.16 | 10.16 | 10.16 | 100.0% | 1 | | nova.find_host_to_migrate | 1.393 | 1.393 | 1.393 | 1.393 | 1.393 | 1.393 | 100.0% | 1 | | nova.live_migrate | 11.215 | 11.215 | 11.215 | 11.215 | 11.215 | 11.215 | 100.0% | 1 | | nova.delete_server | 2.927 | 2.927 | 2.927 | 2.927 | 2.927 | 2.927 | 100.0% | 1 | | total | 25.695 | 25.695 | 25.695 | 25.695 | 25.695 | 25.695 | 100.0% | 1 | | -> duration | 24.695 | 24.695 | 24.695 | 24.695 | 24.695 | 24.695 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 24.694702 Full duration: 35.098376 -------------------------------------------------------------------------------- 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_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "image": { "name": "rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f2fad51f-2582-4370-9b2b-045f2d452d56 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.496 | 9.496 | 9.496 | 9.496 | 9.496 | 9.496 | 100.0% | 1 | | cinder_v2.create_volume | 3.311 | 3.311 | 3.311 | 3.311 | 3.311 | 3.311 | 100.0% | 1 | | nova.attach_volume | 3.948 | 3.948 | 3.948 | 3.948 | 3.948 | 3.948 | 100.0% | 1 | | nova.find_host_to_migrate | 1.479 | 1.479 | 1.479 | 1.479 | 1.479 | 1.479 | 100.0% | 1 | | nova.live_migrate | 10.774 | 10.774 | 10.774 | 10.774 | 10.774 | 10.774 | 100.0% | 1 | | nova.detach_volume | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 100.0% | 1 | | cinder_v2.delete_volume | 2.463 | 2.463 | 2.463 | 2.463 | 2.463 | 2.463 | 100.0% | 1 | | nova.delete_server | 3.048 | 3.048 | 3.048 | 3.048 | 3.048 | 3.048 | 100.0% | 1 | | total | 35.736 | 35.736 | 35.736 | 35.736 | 35.736 | 35.736 | 100.0% | 1 | | -> duration | 34.736 | 34.736 | 34.736 | 34.736 | 34.736 | 34.736 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 34.736101 Full duration: 47.749008 -------------------------------------------------------------------------------- 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_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "image": { "name": "rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f2fad51f-2582-4370-9b2b-045f2d452d56 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.667 | 8.667 | 8.667 | 8.667 | 8.667 | 8.667 | 100.0% | 1 | | nova.boot_server | 9.478 | 9.478 | 9.478 | 9.478 | 9.478 | 9.478 | 100.0% | 1 | | nova.find_host_to_migrate | 1.361 | 1.361 | 1.361 | 1.361 | 1.361 | 1.361 | 100.0% | 1 | | nova.live_migrate | 16.281 | 16.281 | 16.281 | 16.281 | 16.281 | 16.281 | 100.0% | 1 | | nova.delete_server | 5.37 | 5.37 | 5.37 | 5.37 | 5.37 | 5.37 | 100.0% | 1 | | total | 41.158 | 41.158 | 41.158 | 41.158 | 41.158 | 41.158 | 100.0% | 1 | | -> duration | 40.158 | 40.158 | 40.158 | 40.158 | 40.158 | 40.158 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.157896 Full duration: 52.869902 -------------------------------------------------------------------------------- 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_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "image": { "name": "rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "server_kwargs": { "nics": [ { "net-id": "4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4" } ] } }, "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 f2fad51f-2582-4370-9b2b-045f2d452d56 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.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | nova.boot_server | 8.725 | 8.725 | 8.725 | 8.725 | 8.725 | 8.725 | 100.0% | 1 | | nova.delete_server | 2.56 | 2.56 | 2.56 | 2.56 | 2.56 | 2.56 | 100.0% | 1 | | nova.delete_keypair | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 100.0% | 1 | | total | 12.011 | 12.011 | 12.011 | 12.011 | 12.011 | 12.011 | 100.0% | 1 | | -> duration | 11.011 | 11.011 | 11.011 | 11.011 | 11.011 | 11.011 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.011334 Full duration: 35.78449 -------------------------------------------------------------------------------- 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_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "image": { "name": "rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "volume_size": 5, "nics": [ { "net-id": "4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4" } ] }, "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 f2fad51f-2582-4370-9b2b-045f2d452d56 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.778 | 8.778 | 8.778 | 8.778 | 8.778 | 8.778 | 100.0% | 1 | | nova.boot_server | 8.938 | 8.938 | 8.938 | 8.938 | 8.938 | 8.938 | 100.0% | 1 | | nova.delete_server | 3.146 | 3.146 | 3.146 | 3.146 | 3.146 | 3.146 | 100.0% | 1 | | total | 20.863 | 20.863 | 20.863 | 20.863 | 20.863 | 20.863 | 100.0% | 1 | | -> duration | 19.863 | 19.863 | 19.863 | 19.863 | 19.863 | 19.863 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.862698 Full duration: 48.58607 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "image": { "name": "rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "force_delete": false, "nics": [ { "net-id": "4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4" } ] }, "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 f2fad51f-2582-4370-9b2b-045f2d452d56 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.1 | 9.1 | 9.1 | 9.1 | 9.1 | 9.1 | 100.0% | 1 | | nova.pause_server | 2.915 | 2.915 | 2.915 | 2.915 | 2.915 | 2.915 | 100.0% | 1 | | nova.unpause_server | 2.768 | 2.768 | 2.768 | 2.768 | 2.768 | 2.768 | 100.0% | 1 | | nova.delete_server | 2.804 | 2.804 | 2.804 | 2.804 | 2.804 | 2.804 | 100.0% | 1 | | total | 17.587 | 17.587 | 17.587 | 17.587 | 17.587 | 17.587 | 100.0% | 1 | | -> duration | 12.587 | 12.587 | 12.587 | 12.587 | 12.587 | 12.587 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.587317 Full duration: 40.86 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "image": { "name": "rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "nics": [ { "net-id": "4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f2fad51f-2582-4370-9b2b-045f2d452d56 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.453 | 9.453 | 9.453 | 9.453 | 9.453 | 9.453 | 100.0% | 1 | | nova.migrate | 43.199 | 43.199 | 43.199 | 43.199 | 43.199 | 43.199 | 100.0% | 1 | | nova.resize_confirm | 2.817 | 2.817 | 2.817 | 2.817 | 2.817 | 2.817 | 100.0% | 1 | | nova.delete_server | 2.65 | 2.65 | 2.65 | 2.65 | 2.65 | 2.65 | 100.0% | 1 | | total | 58.119 | 58.119 | 58.119 | 58.119 | 58.119 | 58.119 | 100.0% | 1 | | -> duration | 57.119 | 57.119 | 57.119 | 57.119 | 57.119 | 57.119 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 57.119277 Full duration: 67.707894 -------------------------------------------------------------------------------- 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_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "image": { "name": "rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task f2fad51f-2582-4370-9b2b-045f2d452d56 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 | 6.896 | 6.896 | 6.896 | 6.896 | 6.896 | 6.896 | 100.0% | 1 | | nova.list_interfaces | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 100.0% | 1 | | total | 7.175 | 7.175 | 7.175 | 7.175 | 7.175 | 7.175 | 100.0% | 1 | | -> duration | 6.175 | 6.175 | 6.175 | 6.175 | 6.175 | 6.175 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.175034 Full duration: 35.793058 -------------------------------------------------------------------------------- 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 f2fad51f-2582-4370-9b2b-045f2d452d56 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.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | nova.delete_server_group | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 100.0% | 1 | | total | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> duration | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.722101 Full duration: 9.553826 HINTS: * To plot HTML graphics with this data, run: rally task report f2fad51f-2582-4370-9b2b-045f2d452d56 --out output.html * To generate a JUnit report, run: rally task export f2fad51f-2582-4370-9b2b-045f2d452d56 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f2fad51f-2582-4370-9b2b-045f2d452d56 --json --out output.json 2018-10-10 15:34:34,364 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f2fad51f-2582-4370-9b2b-045f2d452d56', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-10-10 15:34:36,632 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f2fad51f-2582-4370-9b2b-045f2d452d56 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-10-10 15:34:36.519 10705 INFO rally.api [-] Building 'json' report for the following task(s): 'f2fad51f-2582-4370-9b2b-045f2d452d56'. 2018-10-10 15:34:36.528 10705 INFO rally.api [-] The report has been successfully built. 2018-10-10 15:34:36,633 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f2fad51f-2582-4370-9b2b-045f2d452d56', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-10-10 15:34:38,913 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f2fad51f-2582-4370-9b2b-045f2d452d56 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-10-10 15:34:38.780 10708 INFO rally.api [-] Building 'html' report for the following task(s): 'f2fad51f-2582-4370-9b2b-045f2d452d56'. 2018-10-10 15:34:38.810 10708 INFO rally.api [-] The report has been successfully built. 2018-10-10 15:34:38,926 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-10-10 15:34:38,927 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-10-10 15:34:38,927 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-10-10 15:34:38,928 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-10 15:34:38,944 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-10 15:34:38,953 - 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': '4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'flavor_name': 'rally_sanity-flavor_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', '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_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-10 15:35:32,461 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d42cd99c-af27-4595-a53e-dd875928f24f 2018-10-10 15:35:32,462 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd42cd99c-af27-4595-a53e-dd875928f24f'] 2018-10-10 15:35:33,546 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d42cd99c-af27-4595-a53e-dd875928f24f -------------------------------------------------------------------------------- Task d42cd99c-af27-4595-a53e-dd875928f24f: 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 d42cd99c-af27-4595-a53e-dd875928f24f 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | quotas.delete_quotas | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | -> duration | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.875943 Full duration: 9.063028 -------------------------------------------------------------------------------- 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 d42cd99c-af27-4595-a53e-dd875928f24f 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.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | total | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> duration | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.737765 Full duration: 8.811339 -------------------------------------------------------------------------------- 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 d42cd99c-af27-4595-a53e-dd875928f24f 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.289 | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 100.0% | 1 | | total | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> duration | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.683228 Full duration: 9.627424 -------------------------------------------------------------------------------- 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 d42cd99c-af27-4595-a53e-dd875928f24f 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.619 | 1.619 | 1.619 | 1.619 | 1.619 | 1.619 | 100.0% | 1 | | total | 1.619 | 1.619 | 1.619 | 1.619 | 1.619 | 1.619 | 100.0% | 1 | | -> duration | 1.619 | 1.619 | 1.619 | 1.619 | 1.619 | 1.619 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.61893 Full duration: 9.647764 HINTS: * To plot HTML graphics with this data, run: rally task report d42cd99c-af27-4595-a53e-dd875928f24f --out output.html * To generate a JUnit report, run: rally task export d42cd99c-af27-4595-a53e-dd875928f24f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d42cd99c-af27-4595-a53e-dd875928f24f --json --out output.json 2018-10-10 15:35:33,546 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd42cd99c-af27-4595-a53e-dd875928f24f', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-10-10 15:35:35,549 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d42cd99c-af27-4595-a53e-dd875928f24f --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-10-10 15:35:35.451 11221 INFO rally.api [-] Building 'json' report for the following task(s): 'd42cd99c-af27-4595-a53e-dd875928f24f'. 2018-10-10 15:35:35.455 11221 INFO rally.api [-] The report has been successfully built. 2018-10-10 15:35:35,549 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd42cd99c-af27-4595-a53e-dd875928f24f', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-10-10 15:35:37,556 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d42cd99c-af27-4595-a53e-dd875928f24f --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-10-10 15:35:37.443 11224 INFO rally.api [-] Building 'html' report for the following task(s): 'd42cd99c-af27-4595-a53e-dd875928f24f'. 2018-10-10 15:35:37.463 11224 INFO rally.api [-] The report has been successfully built. 2018-10-10 15:35:37,561 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-10-10 15:35:37,565 - 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:47 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 04:42 | 11 | 100.00% | | nova | 06:14 | 9 | 100.00% | | quotas | 00:37 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:17 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-10-10 15:35:37,565 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-10-10 15:35:37,721 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-10 15:35:37,722 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:32 | PASS | +----------------------+------------------+------------------+----------------+ 2018-10-10 15:35:37,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 15:35:37,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:35:38,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2289ed99-75b9-40d5-b831-ed9a380e4889 x-compute-request-id: req-2289ed99-75b9-40d5-b831-ed9a380e4889 Content-Encoding: gzip Content-Length: 361 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/89f14002-1d99-447a-8910-82c9da9b0111", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/89f14002-1d99-447a-8910-82c9da9b0111", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "89f14002-1d99-447a-8910-82c9da9b0111", "name": "rally_sanity-flavor_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b00ba894-77a9-4efd-81e2-da43339ae57b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b00ba894-77a9-4efd-81e2-da43339ae57b", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b00ba894-77a9-4efd-81e2-da43339ae57b", "name": "rally_sanity-flavor_alt_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 15:35:38,285 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-2289ed99-75b9-40d5-b831-ed9a380e4889 2018-10-10 15:35:38,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.556443929672s 2018-10-10 15:35:38,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-2289ed99-75b9-40d5-b831-ed9a380e4889 2018-10-10 15:35:38,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-10 15:35:38,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/b00ba894-77a9-4efd-81e2-da43339ae57b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:35:38,322 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 15:35:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0e11bb42-9da5-42ac-8ea8-3161956c7190 x-compute-request-id: req-0e11bb42-9da5-42ac-8ea8-3161956c7190 Content-Length: 0 Content-Type: application/json 2018-10-10 15:35:38,322 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b00ba894-77a9-4efd-81e2-da43339ae57b used request id req-0e11bb42-9da5-42ac-8ea8-3161956c7190 2018-10-10 15:35:38,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0334990024567s 2018-10-10 15:35:38,322 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b00ba894-77a9-4efd-81e2-da43339ae57b used request id req-0e11bb42-9da5-42ac-8ea8-3161956c7190 2018-10-10 15:35:38,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-10 15:35:38,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/bf7329c9-e719-49ab-89b3-048a35016cdc/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}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" -d '{"subnet_id": "c0c14e78-a46e-4cf8-9f28-fef6402da6a4"}' 2018-10-10 15:35:39,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e9ca70b9-deac-4aa9-9887-11d6415bacef Date: Wed, 10 Oct 2018 15:35:39 GMT RESP BODY: {"network_id": "4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4", "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "subnet_id": "c0c14e78-a46e-4cf8-9f28-fef6402da6a4", "subnet_ids": ["c0c14e78-a46e-4cf8-9f28-fef6402da6a4"], "port_id": "f1d0e8d8-75a5-4e1c-8481-1f71702824d9", "id": "bf7329c9-e719-49ab-89b3-048a35016cdc"} 2018-10-10 15:35:39,870 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/bf7329c9-e719-49ab-89b3-048a35016cdc/remove_router_interface.json used request id req-e9ca70b9-deac-4aa9-9887-11d6415bacef 2018-10-10 15:35:39,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.54701709747s 2018-10-10 15:35:39,870 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/bf7329c9-e719-49ab-89b3-048a35016cdc/remove_router_interface.json used request id req-e9ca70b9-deac-4aa9-9887-11d6415bacef returning object bf7329c9-e719-49ab-89b3-048a35016cdc 2018-10-10 15:35:39,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-10 15:35:39,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" 2018-10-10 15:35:40,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8791 X-Openstack-Request-Id: req-3942109f-bae4-47d8-a30a-ac8a58a9ce48 Date: Wed, 10 Oct 2018 15:35:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:40:27Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "1645bc79-9c29-4181-ae4a-aaef70627dbe", "name": "NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:39:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:39:02Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "4d4138a0-6dcb-456c-84c2-6cee70d41092", "name": "NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:49:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:49:51Z", "revision_number": 2, "routes": [], "project_id": "5ea391c3f23246858f348b79d506f109", "id": "607e5713-b25e-483d-ba1f-2ddfe7936757", "name": "vping_ssh-router_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "0746f35c74b840f7aef3c92ee109960c", "created_at": "2018-10-10T14:55:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:55:07Z", "revision_number": 2, "routes": [], "project_id": "0746f35c74b840f7aef3c92ee109960c", "id": "7b8e33a4-1169-4c89-8e9f-12a38f637c2b", "name": "tempest-ServersTestJSON-502282081-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "4c2dd1b5366444299405bce5285aa0e5", "created_at": "2018-10-10T15:31:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T15:31:11Z", "revision_number": 2, "routes": [], "project_id": "4c2dd1b5366444299405bce5285aa0e5", "id": "81cf76a2-380b-426d-9d08-1cc184e82af1", "name": "c_rally_f3a3213f_xo5ZBzGH"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "cd5cb79f8e43468db636d8d26cc1c79d", "created_at": "2018-10-10T15:33:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T15:33:51Z", "revision_number": 2, "routes": [], "project_id": "cd5cb79f8e43468db636d8d26cc1c79d", "id": "9aea58f1-2786-4c74-9cc3-4ddc67ec6feb", "name": "c_rally_ed2bdf63_4qxhLKsx"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "created_at": "2018-10-10T14:51:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:51:04Z", "revision_number": 2, "routes": [], "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "id": "9e387883-7295-427c-b997-7f9730d2c77f", "name": "vping_userdata-router_fc72716b-d772-4456-bbb0-689964bd9445"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "created_at": "2018-10-10T15:11:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T15:11:08Z", "revision_number": 2, "routes": [], "project_id": "6fd09c0df82847159e97595e0ba6290d", "id": "a2ecaba1-97a1-42b7-87a0-692ac3d3ebdd", "name": "rally_sanity-router_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "d530f5a8efa241e2a9e64cc1fe9ce516", "created_at": "2018-10-10T15:05:02Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-10T15:05:03Z", "revision_number": 2, "routes": [], "project_id": "d530f5a8efa241e2a9e64cc1fe9ce516", "id": "adffb267-d269-48ad-9b32-a138f28da0b8", "name": "tempest-RoutersTest-router-1857727964"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "created_at": "2018-10-10T15:11:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T15:35:39Z", "revision_number": 4, "routes": [], "project_id": "6fd09c0df82847159e97595e0ba6290d", "id": "bf7329c9-e719-49ab-89b3-048a35016cdc", "name": "rally_sanity-router_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "created_at": "2018-10-10T14:51:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:51:05Z", "revision_number": 2, "routes": [], "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "id": "cf36f6e0-119a-4303-8fda-6b9e0052e318", "name": "vping_userdata-router_fc72716b-d772-4456-bbb0-689964bd9445"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "c9a9e0f491eb42509f850c2b8be6e451", "created_at": "2018-10-10T15:24:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T15:24:11Z", "revision_number": 2, "routes": [], "project_id": "c9a9e0f491eb42509f850c2b8be6e451", "id": "d6368e59-9d4a-4256-b7ce-85e3003774c1", "name": "c_rally_d6d0e8bf_PM0izVkg"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:40:28Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "e06cff2c-0faa-4e1e-a758-0ebfade18b86", "name": "NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "cd5cb79f8e43468db636d8d26cc1c79d", "created_at": "2018-10-10T15:33:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T15:33:52Z", "revision_number": 2, "routes": [], "project_id": "cd5cb79f8e43468db636d8d26cc1c79d", "id": "e381be23-d2c4-4e8f-b55f-9ea36abc9b95", "name": "c_rally_ed2bdf63_4qxhLKsx"}]} 2018-10-10 15:35:40,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3942109f-bae4-47d8-a30a-ac8a58a9ce48 2018-10-10 15:35:40,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.225457191467s 2018-10-10 15:35:40,097 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3942109f-bae4-47d8-a30a-ac8a58a9ce48 2018-10-10 15:35:40,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-10 15:35:40,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/bf7329c9-e719-49ab-89b3-048a35016cdc.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" 2018-10-10 15:35:41,367 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-67042101-3fd1-4948-9862-8cdcf891c16e Content-Length: 0 Date: Wed, 10 Oct 2018 15:35:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 15:35:41,367 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/bf7329c9-e719-49ab-89b3-048a35016cdc.json used request id req-67042101-3fd1-4948-9862-8cdcf891c16e 2018-10-10 15:35:41,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.26690101624s 2018-10-10 15:35:41,368 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/bf7329c9-e719-49ab-89b3-048a35016cdc.json used request id req-67042101-3fd1-4948-9862-8cdcf891c16e 2018-10-10 15:35:41,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-10 15:35:41,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" 2018-10-10 15:35:41,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-e2acccc2-dfa9-442b-9b68-e7795300b69f Date: Wed, 10 Oct 2018 15:35:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4","tenant_id":"6fd09c0df82847159e97595e0ba6290d","created_at":"2018-10-10T15:11:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-10T15:11: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":"6fd09c0df82847159e97595e0ba6290d","id":"c0c14e78-a46e-4cf8-9f28-fef6402da6a4","subnetpool_id":null,"name":"rally_sanity-subnet_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd"}]} 2018-10-10 15:35:41,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-e2acccc2-dfa9-442b-9b68-e7795300b69f 2018-10-10 15:35:41,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.562644004822s 2018-10-10 15:35:41,931 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-e2acccc2-dfa9-442b-9b68-e7795300b69f 2018-10-10 15:35:41,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-10 15:35:41,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/c0c14e78-a46e-4cf8-9f28-fef6402da6a4.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" 2018-10-10 15:35:44,611 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3ecb5764-44c0-43a5-83b0-3f4571825844 Date: Wed, 10 Oct 2018 15:35:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 15:35:44,611 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/c0c14e78-a46e-4cf8-9f28-fef6402da6a4.json used request id req-3ecb5764-44c0-43a5-83b0-3f4571825844 2018-10-10 15:35:44,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.67844796181s 2018-10-10 15:35:44,612 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/c0c14e78-a46e-4cf8-9f28-fef6402da6a4.json used request id req-3ecb5764-44c0-43a5-83b0-3f4571825844 2018-10-10 15:35:44,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 15:35:44,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" 2018-10-10 15:35:45,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-8ee3b303-2d5c-4ef0-b797-34adf08db5c4 Date: Wed, 10 Oct 2018 15:35:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"6fd09c0df82847159e97595e0ba6290d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T15:35:44Z","provider:segmentation_id":9,"name":"rally_sanity-net_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd","admin_state_up":true,"tenant_id":"6fd09c0df82847159e97595e0ba6290d","created_at":"2018-10-10T15:11:06Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 15:35:45,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8ee3b303-2d5c-4ef0-b797-34adf08db5c4 2018-10-10 15:35:45,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.608111858368s 2018-10-10 15:35:45,221 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8ee3b303-2d5c-4ef0-b797-34adf08db5c4 2018-10-10 15:35:45,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-10 15:35:45,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" 2018-10-10 15:35:46,534 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8e47f3d0-3766-41bd-9aae-e627de948b8b Date: Wed, 10 Oct 2018 15:35:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 15:35:46,534 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4.json used request id req-8e47f3d0-3766-41bd-9aae-e627de948b8b 2018-10-10 15:35:46,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.31227993965s 2018-10-10 15:35:46,535 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/4389dc1f-fb8e-4e16-8620-72a5bc8cf4e4.json used request id req-8e47f3d0-3766-41bd-9aae-e627de948b8b 2018-10-10 15:35:46,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 15:35:46,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" 2018-10-10 15:35:46,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-7a3142f6-cc93-4ea9-8a41-0042a64d3e52 Date: Wed, 10 Oct 2018 15:35:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5/snap", "metadata": {}}], "file": "/v2/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5/file", "owner": "6fd09c0df82847159e97595e0ba6290d", "id": "cde87db2-b4ab-4699-b99a-0d13cba1fec5", "size": 12716032, "self": "/v2/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T15:11:14Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T15:11:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 15:35:46,714 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7a3142f6-cc93-4ea9-8a41-0042a64d3e52 2018-10-10 15:35:46,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179089069366s 2018-10-10 15:35:46,715 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7a3142f6-cc93-4ea9-8a41-0042a64d3e52 2018-10-10 15:35:46,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-10 15:35:46,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}afda1dc8297af3b02bcfdc7ee76b5b40a8176007" 2018-10-10 15:35:47,722 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a00a684e-5148-45dd-8d23-a98ee55447a8 Date: Wed, 10 Oct 2018 15:35:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 15:35:47,722 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5 used request id req-a00a684e-5148-45dd-8d23-a98ee55447a8 2018-10-10 15:35:47,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.00576806068s 2018-10-10 15:35:47,723 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/cde87db2-b4ab-4699-b99a-0d13cba1fec5 used request id req-a00a684e-5148-45dd-8d23-a98ee55447a8 2018-10-10 15:35:47,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 15:35:47,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:35:47,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84174c14-e950-44b2-9a39-150f14f74611 x-compute-request-id: req-84174c14-e950-44b2-9a39-150f14f74611 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/89f14002-1d99-447a-8910-82c9da9b0111", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/89f14002-1d99-447a-8910-82c9da9b0111", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "89f14002-1d99-447a-8910-82c9da9b0111", "name": "rally_sanity-flavor_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 15:35:47,755 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-84174c14-e950-44b2-9a39-150f14f74611 2018-10-10 15:35:47,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0315999984741s 2018-10-10 15:35:47,755 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-84174c14-e950-44b2-9a39-150f14f74611 2018-10-10 15:35:47,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-10 15:35:47,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/89f14002-1d99-447a-8910-82c9da9b0111 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:35:47,810 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 15:35:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fb265962-9c1d-4e4f-8c92-77bdaadc4266 x-compute-request-id: req-fb265962-9c1d-4e4f-8c92-77bdaadc4266 Content-Length: 0 Content-Type: application/json 2018-10-10 15:35:47,810 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/89f14002-1d99-447a-8910-82c9da9b0111 used request id req-fb265962-9c1d-4e4f-8c92-77bdaadc4266 2018-10-10 15:35:47,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0524170398712s 2018-10-10 15:35:47,811 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/89f14002-1d99-447a-8910-82c9da9b0111 used request id req-fb265962-9c1d-4e4f-8c92-77bdaadc4266 2018-10-10 15:35:47,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 15:35:47,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:35:47,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d75512b7-ad9f-4a39-b054-0d954069abd2 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd", "links": {"self": "http://172.30.9.27:5000/v3/users/4fb0581bac444c9b9e707f66f00ff027"}, "domain_id": "default", "enabled": true, "id": "4fb0581bac444c9b9e707f66f00ff027", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 15:35:47,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d75512b7-ad9f-4a39-b054-0d954069abd2 2018-10-10 15:35:47,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0991289615631s 2018-10-10 15:35:47,911 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d75512b7-ad9f-4a39-b054-0d954069abd2 2018-10-10 15:35:47,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 15:35:47,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/4fb0581bac444c9b9e707f66f00ff027 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:35:48,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7ecb894-59d9-42a7-bc0f-d57d49621074 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/4fb0581bac444c9b9e707f66f00ff027"}, "enabled": true, "id": "4fb0581bac444c9b9e707f66f00ff027", "options": {}, "domain_id": "default", "name": "rally_sanity-user_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd"}} 2018-10-10 15:35:48,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/4fb0581bac444c9b9e707f66f00ff027 used request id req-c7ecb894-59d9-42a7-bc0f-d57d49621074 2018-10-10 15:35:48,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0878531932831s 2018-10-10 15:35:48,005 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/4fb0581bac444c9b9e707f66f00ff027 used request id req-c7ecb894-59d9-42a7-bc0f-d57d49621074 2018-10-10 15:35:48,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-10 15:35:48,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/4fb0581bac444c9b9e707f66f00ff027 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:35:48,194 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:35:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ea7c8ac-72a8-4296-9893-ac8e7ee7f905 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:35:48,194 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/4fb0581bac444c9b9e707f66f00ff027 used request id req-1ea7c8ac-72a8-4296-9893-ac8e7ee7f905 2018-10-10 15:35:48,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.187982082367s 2018-10-10 15:35:48,194 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/4fb0581bac444c9b9e707f66f00ff027 used request id req-1ea7c8ac-72a8-4296-9893-ac8e7ee7f905 2018-10-10 15:35:48,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 15:35:48,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:35:48,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08a764c3-27fd-4195-a31e-dc1194f135d0 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.27:5000/v3/projects/6fd09c0df82847159e97595e0ba6290d"}, "enabled": true, "id": "6fd09c0df82847159e97595e0ba6290d", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 15:35:48,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-08a764c3-27fd-4195-a31e-dc1194f135d0 2018-10-10 15:35:48,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.074676990509s 2018-10-10 15:35:48,270 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-08a764c3-27fd-4195-a31e-dc1194f135d0 2018-10-10 15:35:48,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-10 15:35:48,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/6fd09c0df82847159e97595e0ba6290d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:35:48,422 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:35:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-335a48a7-b579-4cc9-b6c3-4ed4f8c0816c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:35:48,422 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/6fd09c0df82847159e97595e0ba6290d used request id req-335a48a7-b579-4cc9-b6c3-4ed4f8c0816c 2018-10-10 15:35:48,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.149122953415s 2018-10-10 15:35:48,422 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/6fd09c0df82847159e97595e0ba6290d used request id req-335a48a7-b579-4cc9-b6c3-4ed4f8c0816c 2018-10-10 15:35:48,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:35:48,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:35:48,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-309a385a-4361-437d-94fc-2fbbfc5b263f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20d76047e57b4edca5010ac4a038f35b", "links": {"self": "http://172.30.9.27:5000/v3/roles/20d76047e57b4edca5010ac4a038f35b"}, "name": "Member"}, {"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 15:35:48,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-309a385a-4361-437d-94fc-2fbbfc5b263f 2018-10-10 15:35:48,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0787889957428s 2018-10-10 15:35:48,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-10 15:35:48,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/20d76047e57b4edca5010ac4a038f35b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:35:48,607 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:35:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50a33ea6-322a-4824-9376-d94d067e97a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:35:48,608 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/20d76047e57b4edca5010ac4a038f35b used request id req-50a33ea6-322a-4824-9376-d94d067e97a9 2018-10-10 15:35:48,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.104639053345s 2018-10-10 15:35:48,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 15:35:48,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=6fd09c0df82847159e97595e0ba6290d&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}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:35:49,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-6d639e3f-fb54-4e57-8b10-06b75eb10728 Date: Wed, 10 Oct 2018 15:35:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "created_at": "2018-10-10T15:11:06Z", "updated_at": "2018-10-10T15:11:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T15:11:06Z", "revision_number": 0, "id": "21bde34f-e035-4422-9236-c5d4e113b393", "remote_group_id": "c2d56427-7cac-4dc7-a4fe-beb1dee29e17", "remote_ip_prefix": null, "created_at": "2018-10-10T15:11:06Z", "security_group_id": "c2d56427-7cac-4dc7-a4fe-beb1dee29e17", "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "port_range_min": null, "ethertype": "IPv4", "project_id": "6fd09c0df82847159e97595e0ba6290d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T15:11:06Z", "revision_number": 0, "id": "3bacc0db-f0c0-412c-849b-71240512f14c", "remote_group_id": "c2d56427-7cac-4dc7-a4fe-beb1dee29e17", "remote_ip_prefix": null, "created_at": "2018-10-10T15:11:06Z", "security_group_id": "c2d56427-7cac-4dc7-a4fe-beb1dee29e17", "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "port_range_min": null, "ethertype": "IPv6", "project_id": "6fd09c0df82847159e97595e0ba6290d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T15:11:06Z", "revision_number": 0, "id": "6b5ace3d-f6d5-4a5c-ab61-c348062be743", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T15:11:06Z", "security_group_id": "c2d56427-7cac-4dc7-a4fe-beb1dee29e17", "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "port_range_min": null, "ethertype": "IPv6", "project_id": "6fd09c0df82847159e97595e0ba6290d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T15:11:06Z", "revision_number": 0, "id": "cee239b1-98ea-4a07-8d22-0d7d33fd845d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T15:11:06Z", "security_group_id": "c2d56427-7cac-4dc7-a4fe-beb1dee29e17", "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "port_range_min": null, "ethertype": "IPv4", "project_id": "6fd09c0df82847159e97595e0ba6290d"}], "revision_number": 4, "project_id": "6fd09c0df82847159e97595e0ba6290d", "id": "c2d56427-7cac-4dc7-a4fe-beb1dee29e17", "name": "default"}]} 2018-10-10 15:35:49,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=6fd09c0df82847159e97595e0ba6290d&name=default used request id req-6d639e3f-fb54-4e57-8b10-06b75eb10728 2018-10-10 15:35:49,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.571865081787s 2018-10-10 15:35:49,183 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=6fd09c0df82847159e97595e0ba6290d&name=default used request id req-6d639e3f-fb54-4e57-8b10-06b75eb10728 2018-10-10 15:35:49,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 15:35:49,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:35:49,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ca9030e5-9f60-4241-954b-fe0e129c70f2 Date: Wed, 10 Oct 2018 15:35:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "created_at": "2018-10-10T15:11:06Z", "updated_at": "2018-10-10T15:11:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T15:11:06Z", "revision_number": 0, "id": "21bde34f-e035-4422-9236-c5d4e113b393", "remote_group_id": "c2d56427-7cac-4dc7-a4fe-beb1dee29e17", "remote_ip_prefix": null, "created_at": "2018-10-10T15:11:06Z", "security_group_id": "c2d56427-7cac-4dc7-a4fe-beb1dee29e17", "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "port_range_min": null, "ethertype": "IPv4", "project_id": "6fd09c0df82847159e97595e0ba6290d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T15:11:06Z", "revision_number": 0, "id": "cee239b1-98ea-4a07-8d22-0d7d33fd845d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T15:11:06Z", "security_group_id": "c2d56427-7cac-4dc7-a4fe-beb1dee29e17", "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "port_range_min": null, "ethertype": "IPv4", "project_id": "6fd09c0df82847159e97595e0ba6290d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T15:11:06Z", "revision_number": 0, "id": "3bacc0db-f0c0-412c-849b-71240512f14c", "remote_group_id": "c2d56427-7cac-4dc7-a4fe-beb1dee29e17", "remote_ip_prefix": null, "created_at": "2018-10-10T15:11:06Z", "security_group_id": "c2d56427-7cac-4dc7-a4fe-beb1dee29e17", "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "port_range_min": null, "ethertype": "IPv6", "project_id": "6fd09c0df82847159e97595e0ba6290d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T15:11:06Z", "revision_number": 0, "id": "6b5ace3d-f6d5-4a5c-ab61-c348062be743", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T15:11:06Z", "security_group_id": "c2d56427-7cac-4dc7-a4fe-beb1dee29e17", "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "port_range_min": null, "ethertype": "IPv6", "project_id": "6fd09c0df82847159e97595e0ba6290d"}], "revision_number": 4, "project_id": "6fd09c0df82847159e97595e0ba6290d", "id": "c2d56427-7cac-4dc7-a4fe-beb1dee29e17", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "updated_at": "2018-10-10T14:38:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "name": "default"}]} 2018-10-10 15:35:49,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-ca9030e5-9f60-4241-954b-fe0e129c70f2 2018-10-10 15:35:49,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199601888657s 2018-10-10 15:35:49,387 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-ca9030e5-9f60-4241-954b-fe0e129c70f2 2018-10-10 15:35:49,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-10 15:35:49,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/c2d56427-7cac-4dc7-a4fe-beb1dee29e17.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bea302d7470876a88b9b12d1f9e35e3c734a1015" 2018-10-10 15:35:49,792 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-02fa5fbc-87d6-45a2-8239-cfdc2c531538 Content-Length: 0 Date: Wed, 10 Oct 2018 15:35:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 15:35:49,792 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/c2d56427-7cac-4dc7-a4fe-beb1dee29e17.json used request id req-02fa5fbc-87d6-45a2-8239-cfdc2c531538 2018-10-10 15:35:49,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.400374174118s 2018-10-10 15:35:49,793 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/c2d56427-7cac-4dc7-a4fe-beb1dee29e17.json used request id req-02fa5fbc-87d6-45a2-8239-cfdc2c531538 2018-10-10 15:35:49,846 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-10-10 15:35:49,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 15:35:49,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 15:35:49,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 15:35:49,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 15:35:49,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 15:35:49,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 15:35:49,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 15:35:49,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 15:35:49,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 15:35:49,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 15:35:49,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 15:35:49,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 15:35:49,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 15:35:49,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 15:35:49,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 15:35:49,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 15:35:49,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 15:35:49,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 15:35:49,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 15:35:49,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 15:35:49,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 15:35:49,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 15:35:49,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 15:35:49,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 15:35:49,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 15:35:49,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75be5398-8464-48e9-941a-593325038fd6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 15:35:49,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-75be5398-8464-48e9-941a-593325038fd6 2018-10-10 15:35:49,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 15:35:50,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T16:35:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["OhwlW8j9Rk-7xSvLYU54xw"], "issued_at": "2018-10-10T15:35:50.000000Z"}} 2018-10-10 15:35:50,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 15:35:50,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:50,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-52b457b0-5b7a-4f67-8307-b404535701f3 Date: Wed, 10 Oct 2018 15:35:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 15:35:50,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-52b457b0-5b7a-4f67-8307-b404535701f3 2018-10-10 15:35:50,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.228895187378s 2018-10-10 15:35:50,551 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-52b457b0-5b7a-4f67-8307-b404535701f3 2018-10-10 15:35:50,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-10 15:35:50,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:50,561 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 15:35: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 15:35:50,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:50,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce0f20db-ce5d-409d-a4b9-a26f66eb14b1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/da9a3567bac744d785bfd81a34b9e2bc"}, "description": "", "name": "heat_stack", "enabled": true, "id": "da9a3567bac744d785bfd81a34b9e2bc"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-10-10 15:35:50,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-ce0f20db-ce5d-409d-a4b9-a26f66eb14b1 2018-10-10 15:35:50,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0972399711609s 2018-10-10 15:35:50,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-10 15:35:50,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}726c3e3b760c3d7231050318aa4810ac7d1394c1" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_c4962f30-e271-4b3e-aa69-9123252d9f9f"}}' 2018-10-10 15:35:50,765 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 15:35:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a348971-00e6-432c-9d3b-10c86bea9c01 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.27:5000/v3/projects/83281260d267408ab8f2b1c731ac3035"}, "enabled": true, "id": "83281260d267408ab8f2b1c731ac3035", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_c4962f30-e271-4b3e-aa69-9123252d9f9f"}} 2018-10-10 15:35:50,765 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-0a348971-00e6-432c-9d3b-10c86bea9c01 2018-10-10 15:35:50,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.113759040833s 2018-10-10 15:35:50,765 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-0a348971-00e6-432c-9d3b-10c86bea9c01 2018-10-10 15:35:50,766 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_c4962f30-e271-4b3e-aa69-9123252d9f9f', 'id': u'83281260d267408ab8f2b1c731ac3035', 'description': u'Created by OPNFV Functest: refstack_defcore', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-10 15:35:50,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-10 15:35:51,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.359586954117s 2018-10-10 15:35:51,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/c7da0d37ad1542bc9b6a802cfd8a7154 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:51,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e68c9ea1-cd31-4ea2-beae-751555d77265 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/c7da0d37ad1542bc9b6a802cfd8a7154"}, "enabled": true, "id": "c7da0d37ad1542bc9b6a802cfd8a7154", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_c4962f30-e271-4b3e-aa69-9123252d9f9f"}} 2018-10-10 15:35:51,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/c7da0d37ad1542bc9b6a802cfd8a7154 used request id req-e68c9ea1-cd31-4ea2-beae-751555d77265 2018-10-10 15:35:51,218 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c7da0d37ad1542bc9b6a802cfd8a7154', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_c4962f30-e271-4b3e-aa69-9123252d9f9f'}) 2018-10-10 15:35:51,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:35:51,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:51,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edcc1d30-3c97-42be-b48c-a5a4b7007d88 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 15:35:51,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-edcc1d30-3c97-42be-b48c-a5a4b7007d88 2018-10-10 15:35:51,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0836911201477s 2018-10-10 15:35:51,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:35:51,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:51,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c4ab80b-5dc3-4cbc-94f7-315b078c221f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 15:35:51,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4c4ab80b-5dc3-4cbc-94f7-315b078c221f 2018-10-10 15:35:51,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0776469707489s 2018-10-10 15:35:51,382 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-10 15:35:51,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-10 15:35:51,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" -d '{"role": {"name": "Member"}}' 2018-10-10 15:35:51,483 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 15:35:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86fd8854-50d2-436c-922b-9290e4d59cfb Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6919517f5fd4458a84a0a79f82b713b2", "links": {"self": "http://172.30.9.27:5000/v3/roles/6919517f5fd4458a84a0a79f82b713b2"}, "name": "Member"}} 2018-10-10 15:35:51,483 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-86fd8854-50d2-436c-922b-9290e4d59cfb 2018-10-10 15:35:51,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.100383043289s 2018-10-10 15:35:51,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/6919517f5fd4458a84a0a79f82b713b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:51,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-214aaaed-359b-481c-a386-dfa7dccb8cc3 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/6919517f5fd4458a84a0a79f82b713b2"}, "domain_id": null, "name": "Member", "id": "6919517f5fd4458a84a0a79f82b713b2"}} 2018-10-10 15:35:51,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/6919517f5fd4458a84a0a79f82b713b2 used request id req-214aaaed-359b-481c-a386-dfa7dccb8cc3 2018-10-10 15:35:51,562 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/6919517f5fd4458a84a0a79f82b713b2'}, 'domain_id': None, 'human_id': None, 'id': u'6919517f5fd4458a84a0a79f82b713b2', 'HUMAN_ID': False}) 2018-10-10 15:35:51,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:35:51,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:51,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3e15856-d1c2-4b1b-9a41-6f0f50921441 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "6919517f5fd4458a84a0a79f82b713b2", "links": {"self": "http://172.30.9.27:5000/v3/roles/6919517f5fd4458a84a0a79f82b713b2"}, "name": "Member"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 15:35:51,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e3e15856-d1c2-4b1b-9a41-6f0f50921441 2018-10-10 15:35:51,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0793459415436s 2018-10-10 15:35:51,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 15:35:51,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:51,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca5c50b1-49b7-4baf-82a9-e2ffd702876b 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 15:35:51,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-ca5c50b1-49b7-4baf-82a9-e2ffd702876b 2018-10-10 15:35:51,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0768611431122s 2018-10-10 15:35:51,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 15:35:51,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:51,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75425908-93c3-4a32-abff-e42f8bacf98b Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_c4962f30-e271-4b3e-aa69-9123252d9f9f", "links": {"self": "http://172.30.9.27:5000/v3/users/c7da0d37ad1542bc9b6a802cfd8a7154"}, "domain_id": "default", "enabled": true, "id": "c7da0d37ad1542bc9b6a802cfd8a7154", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 15:35:51,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-75425908-93c3-4a32-abff-e42f8bacf98b 2018-10-10 15:35:51,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0971450805664s 2018-10-10 15:35:51,818 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-75425908-93c3-4a32-abff-e42f8bacf98b 2018-10-10 15:35:51,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 15:35:51,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:51,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-990e91c8-831a-4b4d-8572-b0b120061b77 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.27:5000/v3/projects/83281260d267408ab8f2b1c731ac3035"}, "enabled": true, "id": "83281260d267408ab8f2b1c731ac3035", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_c4962f30-e271-4b3e-aa69-9123252d9f9f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 15:35:51,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-990e91c8-831a-4b4d-8572-b0b120061b77 2018-10-10 15:35:51,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0809011459351s 2018-10-10 15:35:51,906 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-990e91c8-831a-4b4d-8572-b0b120061b77 2018-10-10 15:35:51,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 15:35:51,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=c7da0d37ad1542bc9b6a802cfd8a7154&scope.project.id=83281260d267408ab8f2b1c731ac3035&role.id=6919517f5fd4458a84a0a79f82b713b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:51,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f0ea3df-1859-49c8-8f69-7b32d4c34a28 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=c7da0d37ad1542bc9b6a802cfd8a7154&scope.project.id=83281260d267408ab8f2b1c731ac3035&role.id=6919517f5fd4458a84a0a79f82b713b2", "previous": null, "next": null}} 2018-10-10 15:35:51,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=c7da0d37ad1542bc9b6a802cfd8a7154&scope.project.id=83281260d267408ab8f2b1c731ac3035&role.id=6919517f5fd4458a84a0a79f82b713b2 used request id req-4f0ea3df-1859-49c8-8f69-7b32d4c34a28 2018-10-10 15:35:51,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0791730880737s 2018-10-10 15:35:51,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 15:35:51,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/83281260d267408ab8f2b1c731ac3035/users/c7da0d37ad1542bc9b6a802cfd8a7154/roles/6919517f5fd4458a84a0a79f82b713b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:52,193 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:35:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60005e7e-5ed0-4146-8812-1f2bc424a097 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:35:52,193 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/83281260d267408ab8f2b1c731ac3035/users/c7da0d37ad1542bc9b6a802cfd8a7154/roles/6919517f5fd4458a84a0a79f82b713b2 used request id req-60005e7e-5ed0-4146-8812-1f2bc424a097 2018-10-10 15:35:52,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.205141067505s 2018-10-10 15:35:52,194 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_c4962f30-e271-4b3e-aa69-9123252d9f9f', 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': 'f9909a1d-4038-4557-b5f3-af2e832d3e71', 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_c4962f30-e271-4b3e-aa69-9123252d9f9f', 'project_id': u'83281260d267408ab8f2b1c731ac3035', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-10 15:35:52,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 15:35:52,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 15:35:52,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 15:35:52,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 15:35:52,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 15:35:52,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 15:35:52,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 15:35:52,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 15:35:52,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 15:35:52,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 15:35:52,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 15:35:52,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 15:35:52,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 15:35:52,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 15:35:52,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 15:35:52,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 15:35:52,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 15:35:52,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 15:35:52,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 15:35:52,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 15:35:52,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 15:35:52,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 15:35:52,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 15:35:52,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 15:35:52,200 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_c4962f30-e271-4b3e-aa69-9123252d9f9f', 'password': 'f9909a1d-4038-4557-b5f3-af2e832d3e71', 'project_name': 'refstack_defcore-project_c4962f30-e271-4b3e-aa69-9123252d9f9f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '83281260d267408ab8f2b1c731ac3035', 'project_domain_name': 'Default'} 2018-10-10 15:35:52,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:35:52,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:52,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab43954e-42a2-47e3-adae-b2ed6ede6485 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "6919517f5fd4458a84a0a79f82b713b2", "links": {"self": "http://172.30.9.27:5000/v3/roles/6919517f5fd4458a84a0a79f82b713b2"}, "name": "Member"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 15:35:52,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ab43954e-42a2-47e3-adae-b2ed6ede6485 2018-10-10 15:35:52,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0796389579773s 2018-10-10 15:35:52,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:35:52,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:52,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3f03489-a004-4055-8c5c-1b5eb21eecd4 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "6919517f5fd4458a84a0a79f82b713b2", "links": {"self": "http://172.30.9.27:5000/v3/roles/6919517f5fd4458a84a0a79f82b713b2"}, "name": "Member"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 15:35:52,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a3f03489-a004-4055-8c5c-1b5eb21eecd4 2018-10-10 15:35:52,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0728030204773s 2018-10-10 15:35:52,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 15:35:52,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:52,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e70d3d9-aaa8-4124-b550-04cb6ea4f5cd 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 15:35:52,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-7e70d3d9-aaa8-4124-b550-04cb6ea4f5cd 2018-10-10 15:35:52,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0785009860992s 2018-10-10 15:35:52,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 15:35:52,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:52,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b55ff24-d7bc-4d83-b9a2-2c4b022e3358 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_c4962f30-e271-4b3e-aa69-9123252d9f9f", "links": {"self": "http://172.30.9.27:5000/v3/users/c7da0d37ad1542bc9b6a802cfd8a7154"}, "domain_id": "default", "enabled": true, "id": "c7da0d37ad1542bc9b6a802cfd8a7154", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 15:35:52,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-9b55ff24-d7bc-4d83-b9a2-2c4b022e3358 2018-10-10 15:35:52,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0950710773468s 2018-10-10 15:35:52,531 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-9b55ff24-d7bc-4d83-b9a2-2c4b022e3358 2018-10-10 15:35:52,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 15:35:52,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:52,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d813bb8-b9c9-4189-952d-905b9a70dc9a Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.27:5000/v3/projects/83281260d267408ab8f2b1c731ac3035"}, "enabled": true, "id": "83281260d267408ab8f2b1c731ac3035", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_c4962f30-e271-4b3e-aa69-9123252d9f9f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 15:35:52,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-0d813bb8-b9c9-4189-952d-905b9a70dc9a 2018-10-10 15:35:52,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0744471549988s 2018-10-10 15:35:52,612 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-0d813bb8-b9c9-4189-952d-905b9a70dc9a 2018-10-10 15:35:52,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 15:35:52,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=c7da0d37ad1542bc9b6a802cfd8a7154&scope.project.id=83281260d267408ab8f2b1c731ac3035&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:52,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd0ca88e-d08c-4fe5-b1fc-e3a1abfee61c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=c7da0d37ad1542bc9b6a802cfd8a7154&scope.project.id=83281260d267408ab8f2b1c731ac3035&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e", "previous": null, "next": null}} 2018-10-10 15:35:52,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=c7da0d37ad1542bc9b6a802cfd8a7154&scope.project.id=83281260d267408ab8f2b1c731ac3035&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-dd0ca88e-d08c-4fe5-b1fc-e3a1abfee61c 2018-10-10 15:35:52,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.078262090683s 2018-10-10 15:35:52,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 15:35:52,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/83281260d267408ab8f2b1c731ac3035/users/c7da0d37ad1542bc9b6a802cfd8a7154/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:52,814 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:35:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-baa8d064-e456-4407-9263-003ed955f7f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:35:52,814 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/83281260d267408ab8f2b1c731ac3035/users/c7da0d37ad1542bc9b6a802cfd8a7154/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-baa8d064-e456-4407-9263-003ed955f7f9 2018-10-10 15:35:52,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12201499939s 2018-10-10 15:35:52,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:35:52,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:52,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7745d46b-c3e3-499f-8037-940b1a0e59e8 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "6919517f5fd4458a84a0a79f82b713b2", "links": {"self": "http://172.30.9.27:5000/v3/roles/6919517f5fd4458a84a0a79f82b713b2"}, "name": "Member"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 15:35:52,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7745d46b-c3e3-499f-8037-940b1a0e59e8 2018-10-10 15:35:52,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0726630687714s 2018-10-10 15:35:52,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 15:35:52,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:52,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-316f4e48-46d0-4e22-aee5-700cbd4a2d04 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 15:35:52,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-316f4e48-46d0-4e22-aee5-700cbd4a2d04 2018-10-10 15:35:52,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0806429386139s 2018-10-10 15:35:52,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 15:35:52,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:53,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da744cf8-9986-4788-8c13-dcd4c46a80bc Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_c4962f30-e271-4b3e-aa69-9123252d9f9f", "links": {"self": "http://172.30.9.27:5000/v3/users/c7da0d37ad1542bc9b6a802cfd8a7154"}, "domain_id": "default", "enabled": true, "id": "c7da0d37ad1542bc9b6a802cfd8a7154", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 15:35:53,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-da744cf8-9986-4788-8c13-dcd4c46a80bc 2018-10-10 15:35:53,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.096097946167s 2018-10-10 15:35:53,067 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-da744cf8-9986-4788-8c13-dcd4c46a80bc 2018-10-10 15:35:53,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 15:35:53,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=c7da0d37ad1542bc9b6a802cfd8a7154&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:53,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:35:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-537ba277-9456-4710-8a4d-d2b8e5b02566 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=c7da0d37ad1542bc9b6a802cfd8a7154&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e&scope.domain.id=default", "previous": null, "next": null}} 2018-10-10 15:35:53,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=c7da0d37ad1542bc9b6a802cfd8a7154&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e&scope.domain.id=default used request id req-537ba277-9456-4710-8a4d-d2b8e5b02566 2018-10-10 15:35:53,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0732128620148s 2018-10-10 15:35:53,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 15:35:53,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/domains/default/users/c7da0d37ad1542bc9b6a802cfd8a7154/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:35:53,264 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:35:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-040868a3-a6de-4f46-bbb2-77156f97026f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:35:53,264 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/domains/default/users/c7da0d37ad1542bc9b6a802cfd8a7154/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-040868a3-a6de-4f46-bbb2-77156f97026f 2018-10-10 15:35:53,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117130994797s 2018-10-10 15:35:53,264 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-10 15:35:55,732 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-10 15:35:55.391 11227 INFO rally.deployment.engine [-] Deployment 3cf42a8c-a869-4aad-b71d-f4ace8dbd2f3 | Starting: Destroy cloud and free allocated resources. 2018-10-10 15:35:55.490 11227 INFO rally.deployment.engine [-] Deployment 3cf42a8c-a869-4aad-b71d-f4ace8dbd2f3 | Completed: Destroy cloud and free allocated resources. 2018-10-10 15:35:55.515 11227 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=dd4d7f10-2990-46bc-b9fd-37828c2d67cb). 2018-10-10 15:35:55.519 11227 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-10 15:35:58,225 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-10 15:35:57.912 11230 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b577a8d2-5610-4b5c-a28a-a0449832edc1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b577a8d2-5610-4b5c-a28a-a0449832edc1 | 2018-10-10T15:35:57 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b577a8d2-5610-4b5c-a28a-a0449832edc1 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-10 15:36:01,598 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-10 15:36:01,598 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-10 15:36:04,090 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-10 15:36:03.828 11236 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=dd4d7f10-2990-46bc-b9fd-37828c2d67cb). 2018-10-10 15:36:03.964 11236 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-10 15:36:07,549 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-10 15:36:06.227 11239 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-10 15:36:06.372 11239 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-10 15:36:07.388 11239 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=99deba51-67c2-4036-865d-aab5607f5a53) has been successfully created! Using verifier 'opnfv-tempest' (UUID=99deba51-67c2-4036-865d-aab5607f5a53) as the default verifier for the future CLI operations. 2018-10-10 15:36:10,528 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-10-10 15:36:10,529 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 15:36:10,643 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-10 15:36:10,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 15:36:10,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f85dd4ca-8260-4a05-baae-8ba62cfdbb65 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 15:36:10,651 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f85dd4ca-8260-4a05-baae-8ba62cfdbb65 2018-10-10 15:36:10,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 15:36:11,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "6919517f5fd4458a84a0a79f82b713b2", "name": "Member"}], "expires_at": "2018-10-10T16:36:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83281260d267408ab8f2b1c731ac3035", "name": "refstack_defcore-project_c4962f30-e271-4b3e-aa69-9123252d9f9f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/83281260d267408ab8f2b1c731ac3035", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/83281260d267408ab8f2b1c731ac3035", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/83281260d267408ab8f2b1c731ac3035", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/83281260d267408ab8f2b1c731ac3035", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/83281260d267408ab8f2b1c731ac3035", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/83281260d267408ab8f2b1c731ac3035", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/83281260d267408ab8f2b1c731ac3035", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/83281260d267408ab8f2b1c731ac3035", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/83281260d267408ab8f2b1c731ac3035", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/83281260d267408ab8f2b1c731ac3035", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/83281260d267408ab8f2b1c731ac3035", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/83281260d267408ab8f2b1c731ac3035", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_c4962f30-e271-4b3e-aa69-9123252d9f9f", "id": "c7da0d37ad1542bc9b6a802cfd8a7154"}, "audit_ids": ["UAR41l21Qemk7HO0dgSCiQ"], "issued_at": "2018-10-10T15:36:11.000000Z"}} 2018-10-10 15:36:11,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}1244f299b228f3637b67741e0dccd92bb69ae094" 2018-10-10 15:36:11,046 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 10 Oct 2018 15:36:11 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-10-10 15:36:11,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 15:36:11,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}1244f299b228f3637b67741e0dccd92bb69ae094" 2018-10-10 15:36:11,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ba5f286f-9d01-40e7-b284-18285e6dff82 Date: Wed, 10 Oct 2018 15:36:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 15:36:11,597 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ba5f286f-9d01-40e7-b284-18285e6dff82 2018-10-10 15:36:11,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.54768204689s 2018-10-10 15:36:11,598 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ba5f286f-9d01-40e7-b284-18285e6dff82 2018-10-10 15:36:11,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-10 15:36:11,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}1244f299b228f3637b67741e0dccd92bb69ae094" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_c4962f30-e271-4b3e-aa69-9123252d9f9f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_c4962f30-e271-4b3e-aa69-9123252d9f9f"}' 2018-10-10 15:36:11,892 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571 X-Openstack-Request-Id: req-485900e6-a98a-4dc3-aef9-1c80fa0b2bed Date: Wed, 10 Oct 2018 15:36:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/file", "owner": "83281260d267408ab8f2b1c731ac3035", "id": "6e0f1e6a-d802-4142-afbc-2b56573b1571", "size": null, "self": "/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T15:36:11Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c4962f30-e271-4b3e-aa69-9123252d9f9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c4962f30-e271-4b3e-aa69-9123252d9f9f", "checksum": null, "created_at": "2018-10-10T15:36:11Z", "protected": false} 2018-10-10 15:36:11,892 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-485900e6-a98a-4dc3-aef9-1c80fa0b2bed 2018-10-10 15:36:11,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.2923848629s 2018-10-10 15:36:11,893 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-485900e6-a98a-4dc3-aef9-1c80fa0b2bed returning object 6e0f1e6a-d802-4142-afbc-2b56573b1571 2018-10-10 15:36:11,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-10 15:36:11,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/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}1244f299b228f3637b67741e0dccd92bb69ae094" -d '' 2018-10-10 15:36:13,495 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aea67d3c-9ab6-494d-8bc1-3c83705e7031 Date: Wed, 10 Oct 2018 15:36:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 15:36:13,495 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/file used request id req-aea67d3c-9ab6-494d-8bc1-3c83705e7031 2018-10-10 15:36:13,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.60143089294s 2018-10-10 15:36:13,495 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/file used request id req-aea67d3c-9ab6-494d-8bc1-3c83705e7031 2018-10-10 15:36:13,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 15:36:13,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}1244f299b228f3637b67741e0dccd92bb69ae094" 2018-10-10 15:36:13,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-0f6d9c90-8aad-49f1-82ea-0ccef74f5338 Date: Wed, 10 Oct 2018 15:36:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/snap", "metadata": {}}], "file": "/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/file", "owner": "83281260d267408ab8f2b1c731ac3035", "id": "6e0f1e6a-d802-4142-afbc-2b56573b1571", "size": 12716032, "self": "/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T15:36:13Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c4962f30-e271-4b3e-aa69-9123252d9f9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c4962f30-e271-4b3e-aa69-9123252d9f9f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T15:36:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 15:36:13,662 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0f6d9c90-8aad-49f1-82ea-0ccef74f5338 2018-10-10 15:36:13,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166146039963s 2018-10-10 15:36:13,662 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0f6d9c90-8aad-49f1-82ea-0ccef74f5338 2018-10-10 15:36:13,665 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/file', 'owner': u'83281260d267408ab8f2b1c731ac3035', 'id': u'6e0f1e6a-d802-4142-afbc-2b56573b1571', 'size': 12716032, u'self': u'/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'83281260d267408ab8f2b1c731ac3035', 'name': 'refstack_defcore-project_c4962f30-e271-4b3e-aa69-9123252d9f9f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-10T15:36:13Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-10T15:36:13Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_c4962f30-e271-4b3e-aa69-9123252d9f9f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_c4962f30-e271-4b3e-aa69-9123252d9f9f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_c4962f30-e271-4b3e-aa69-9123252d9f9f', 'created': u'2018-10-10T15:36:11Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-10T15:36:11Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_c4962f30-e271-4b3e-aa69-9123252d9f9f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-10 15:36:13,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-10 15:36:13,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}726c3e3b760c3d7231050318aa4810ac7d1394c1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_c4962f30-e271-4b3e-aa69-9123252d9f9f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-10 15:36:13,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:36:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8495a7af-9767-4ef6-87af-9faa564048ec x-compute-request-id: req-8495a7af-9767-4ef6-87af-9faa564048ec Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/7fd04f58-a5db-4e11-9fd2-326b37f47879", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/7fd04f58-a5db-4e11-9fd2-326b37f47879", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7fd04f58-a5db-4e11-9fd2-326b37f47879", "name": "refstack_defcore-flavor_c4962f30-e271-4b3e-aa69-9123252d9f9f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 15:36:13,848 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-8495a7af-9767-4ef6-87af-9faa564048ec 2018-10-10 15:36:13,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.182161808014s 2018-10-10 15:36:13,848 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-8495a7af-9767-4ef6-87af-9faa564048ec returning object 7fd04f58-a5db-4e11-9fd2-326b37f47879 2018-10-10 15:36:13,849 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_c4962f30-e271-4b3e-aa69-9123252d9f9f', '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'd00928b339b74d1eac5a92b45f495878', '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'7fd04f58-a5db-4e11-9fd2-326b37f47879', 'swap': 0}) 2018-10-10 15:36:13,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-10 15:36:13,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/7fd04f58-a5db-4e11-9fd2-326b37f47879/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}726c3e3b760c3d7231050318aa4810ac7d1394c1" -d '{"extra_specs": {}}' 2018-10-10 15:36:13,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:36:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ddcdbdcd-8ca4-4c2e-9c36-9c4ac4d2cba4 x-compute-request-id: req-ddcdbdcd-8ca4-4c2e-9c36-9c4ac4d2cba4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 15:36:13,869 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/7fd04f58-a5db-4e11-9fd2-326b37f47879/os-extra_specs used request id req-ddcdbdcd-8ca4-4c2e-9c36-9c4ac4d2cba4 2018-10-10 15:36:13,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0196449756622s 2018-10-10 15:36:13,870 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/7fd04f58-a5db-4e11-9fd2-326b37f47879/os-extra_specs used request id req-ddcdbdcd-8ca4-4c2e-9c36-9c4ac4d2cba4 2018-10-10 15:36:13,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:36:13,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}1244f299b228f3637b67741e0dccd92bb69ae094" 2018-10-10 15:36:13,880 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 15:36: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 15:36:13,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1244f299b228f3637b67741e0dccd92bb69ae094" 2018-10-10 15:36:13,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:36:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb5f89a6-c6f5-4a7a-9964-99ed62aa8579 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "6919517f5fd4458a84a0a79f82b713b2", "links": {"self": "http://172.30.9.27:5000/v3/roles/6919517f5fd4458a84a0a79f82b713b2"}, "name": "Member"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 15:36:13,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cb5f89a6-c6f5-4a7a-9964-99ed62aa8579 2018-10-10 15:36:13,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0883259773254s 2018-10-10 15:36:13,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-10 15:36:13,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}1244f299b228f3637b67741e0dccd92bb69ae094" 2018-10-10 15:36:14,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:36:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9780d51a-d1ff-4d3f-9355-33809ece1607 x-compute-request-id: req-9780d51a-d1ff-4d3f-9355-33809ece1607 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.3", "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-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "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.6", "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}]} 2018-10-10 15:36:14,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-9780d51a-d1ff-4d3f-9355-33809ece1607 2018-10-10 15:36:14,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.176321029663s 2018-10-10 15:36:14,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-9780d51a-d1ff-4d3f-9355-33809ece1607 2018-10-10 15:36:14,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 15:36:14,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}1244f299b228f3637b67741e0dccd92bb69ae094" 2018-10-10 15:36:14,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-e356260b-9556-4f70-a7f9-dfabcf69f9ec Date: Wed, 10 Oct 2018 15:36:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/snap", "metadata": {}}], "file": "/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/file", "owner": "83281260d267408ab8f2b1c731ac3035", "id": "6e0f1e6a-d802-4142-afbc-2b56573b1571", "size": 12716032, "self": "/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T15:36:13Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c4962f30-e271-4b3e-aa69-9123252d9f9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c4962f30-e271-4b3e-aa69-9123252d9f9f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T15:36:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 15:36:14,303 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-e356260b-9556-4f70-a7f9-dfabcf69f9ec 2018-10-10 15:36:14,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.163204193115s 2018-10-10 15:36:14,303 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-e356260b-9556-4f70-a7f9-dfabcf69f9ec 2018-10-10 15:36:14,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-10 15:36:14,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}1244f299b228f3637b67741e0dccd92bb69ae094" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_c4962f30-e271-4b3e-aa69-9123252d9f9f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_c4962f30-e271-4b3e-aa69-9123252d9f9f"}' 2018-10-10 15:36:14,566 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/b3f95826-5dd4-47c6-8992-56a454a0aa00 X-Openstack-Request-Id: req-0d54a776-182d-4f00-91b6-34c996412e51 Date: Wed, 10 Oct 2018 15:36:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b3f95826-5dd4-47c6-8992-56a454a0aa00/file", "owner": "83281260d267408ab8f2b1c731ac3035", "id": "b3f95826-5dd4-47c6-8992-56a454a0aa00", "size": null, "self": "/v2/images/b3f95826-5dd4-47c6-8992-56a454a0aa00", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T15:36:14Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_c4962f30-e271-4b3e-aa69-9123252d9f9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_c4962f30-e271-4b3e-aa69-9123252d9f9f", "checksum": null, "created_at": "2018-10-10T15:36:14Z", "protected": false} 2018-10-10 15:36:14,566 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-0d54a776-182d-4f00-91b6-34c996412e51 2018-10-10 15:36:14,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.260938167572s 2018-10-10 15:36:14,567 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-0d54a776-182d-4f00-91b6-34c996412e51 returning object b3f95826-5dd4-47c6-8992-56a454a0aa00 2018-10-10 15:36:14,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-10 15:36:14,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/b3f95826-5dd4-47c6-8992-56a454a0aa00/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}1244f299b228f3637b67741e0dccd92bb69ae094" -d '' 2018-10-10 15:36:15,898 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1c186985-2bd4-42e5-893d-3a3ba1c656bf Date: Wed, 10 Oct 2018 15:36:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 15:36:15,898 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/b3f95826-5dd4-47c6-8992-56a454a0aa00/file used request id req-1c186985-2bd4-42e5-893d-3a3ba1c656bf 2018-10-10 15:36:15,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.33061885834s 2018-10-10 15:36:15,899 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/b3f95826-5dd4-47c6-8992-56a454a0aa00/file used request id req-1c186985-2bd4-42e5-893d-3a3ba1c656bf 2018-10-10 15:36:15,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 15:36:15,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}1244f299b228f3637b67741e0dccd92bb69ae094" 2018-10-10 15:36:16,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-65a98998-e836-45f5-bb5e-7b5899041898 Date: Wed, 10 Oct 2018 15:36:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/b3f95826-5dd4-47c6-8992-56a454a0aa00/snap", "metadata": {}}], "file": "/v2/images/b3f95826-5dd4-47c6-8992-56a454a0aa00/file", "owner": "83281260d267408ab8f2b1c731ac3035", "id": "b3f95826-5dd4-47c6-8992-56a454a0aa00", "size": 12716032, "self": "/v2/images/b3f95826-5dd4-47c6-8992-56a454a0aa00", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/b3f95826-5dd4-47c6-8992-56a454a0aa00/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T15:36:15Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_c4962f30-e271-4b3e-aa69-9123252d9f9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_c4962f30-e271-4b3e-aa69-9123252d9f9f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T15:36:14Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/snap", "metadata": {}}], "file": "/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/file", "owner": "83281260d267408ab8f2b1c731ac3035", "id": "6e0f1e6a-d802-4142-afbc-2b56573b1571", "size": 12716032, "self": "/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T15:36:13Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c4962f30-e271-4b3e-aa69-9123252d9f9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c4962f30-e271-4b3e-aa69-9123252d9f9f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T15:36:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 15:36:16,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-65a98998-e836-45f5-bb5e-7b5899041898 2018-10-10 15:36:16,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184443950653s 2018-10-10 15:36:16,084 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-65a98998-e836-45f5-bb5e-7b5899041898 2018-10-10 15:36:16,087 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/b3f95826-5dd4-47c6-8992-56a454a0aa00/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b3f95826-5dd4-47c6-8992-56a454a0aa00/file', 'owner': u'83281260d267408ab8f2b1c731ac3035', 'id': u'b3f95826-5dd4-47c6-8992-56a454a0aa00', 'size': 12716032, u'self': u'/v2/images/b3f95826-5dd4-47c6-8992-56a454a0aa00', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'83281260d267408ab8f2b1c731ac3035', 'name': 'refstack_defcore-project_c4962f30-e271-4b3e-aa69-9123252d9f9f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/b3f95826-5dd4-47c6-8992-56a454a0aa00/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-10T15:36:15Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-10T15:36:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_c4962f30-e271-4b3e-aa69-9123252d9f9f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b3f95826-5dd4-47c6-8992-56a454a0aa00', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_c4962f30-e271-4b3e-aa69-9123252d9f9f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_c4962f30-e271-4b3e-aa69-9123252d9f9f', 'created': u'2018-10-10T15:36:14Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-10T15:36:14Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b3f95826-5dd4-47c6-8992-56a454a0aa00', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_c4962f30-e271-4b3e-aa69-9123252d9f9f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-10 15:36:16,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-10 15:36:16,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}726c3e3b760c3d7231050318aa4810ac7d1394c1" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_c4962f30-e271-4b3e-aa69-9123252d9f9f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-10 15:36:16,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:36: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-22983498-d209-46a0-b738-7a59616de5c4 x-compute-request-id: req-22983498-d209-46a0-b738-7a59616de5c4 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/17659429-37c3-464e-a85f-cc63baa2dd2d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/17659429-37c3-464e-a85f-cc63baa2dd2d", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "17659429-37c3-464e-a85f-cc63baa2dd2d", "name": "refstack_defcore-flavor_alt_c4962f30-e271-4b3e-aa69-9123252d9f9f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 15:36:16,134 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-22983498-d209-46a0-b738-7a59616de5c4 2018-10-10 15:36:16,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0467240810394s 2018-10-10 15:36:16,135 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-22983498-d209-46a0-b738-7a59616de5c4 returning object 17659429-37c3-464e-a85f-cc63baa2dd2d 2018-10-10 15:36:16,135 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_c4962f30-e271-4b3e-aa69-9123252d9f9f', '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'd00928b339b74d1eac5a92b45f495878', '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'17659429-37c3-464e-a85f-cc63baa2dd2d', 'swap': 0}) 2018-10-10 15:36:16,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-10 15:36:16,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/17659429-37c3-464e-a85f-cc63baa2dd2d/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}726c3e3b760c3d7231050318aa4810ac7d1394c1" -d '{"extra_specs": {}}' 2018-10-10 15:36:16,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:36: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-c3c86ffb-39a7-4488-865f-be7ab0830f98 x-compute-request-id: req-c3c86ffb-39a7-4488-865f-be7ab0830f98 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 15:36:16,156 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/17659429-37c3-464e-a85f-cc63baa2dd2d/os-extra_specs used request id req-c3c86ffb-39a7-4488-865f-be7ab0830f98 2018-10-10 15:36:16,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0196549892426s 2018-10-10 15:36:16,156 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/17659429-37c3-464e-a85f-cc63baa2dd2d/os-extra_specs used request id req-c3c86ffb-39a7-4488-865f-be7ab0830f98 2018-10-10 15:36:16,156 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_c4962f30-e271-4b3e-aa69-9123252d9f9f', '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'd00928b339b74d1eac5a92b45f495878', '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'17659429-37c3-464e-a85f-cc63baa2dd2d', 'swap': 0}) 2018-10-10 15:36:20,051 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-10 15:36:18.259 11258 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=99deba51-67c2-4036-865d-aab5607f5a53) for deployment 'opnfv-rally' (UUID=b577a8d2-5610-4b5c-a28a-a0449832edc1). 2018-10-10 15:36:19.882 11258 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-10 15:36:19.885 11258 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=99deba51-67c2-4036-865d-aab5607f5a53) has been successfully configured for deployment 'opnfv-rally' (UUID=b577a8d2-5610-4b5c-a28a-a0449832edc1)! 2018-10-10 15:36:20,051 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-10 15:36:20,052 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-10 15:36:20,054 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-10 15:36:24,622 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata not found in Tempest list. 2018-10-10 15:36:24,622 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server not found in Tempest list. 2018-10-10 15:36:24,622 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size not found in Tempest list. 2018-10-10 15:36:24,622 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id not found in Tempest list. 2018-10-10 15:36:24,622 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id not found in Tempest list. 2018-10-10 15:36:24,622 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-10-10 15:36:24,623 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2018-10-10 15:36:24,623 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2018-10-10 15:36:24,623 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2018-10-10 15:36:24,623 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-10-10 15:36:24,623 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-10-10 15:36:24,623 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format not found in Tempest list. 2018-10-10 15:36:24,623 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id not found in Tempest list. 2018-10-10 15:36:24,623 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2018-10-10 15:36:24,623 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2018-10-10 15:36:24,623 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative not found in Tempest list. 2018-10-10 15:36:24,624 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2018-10-10 15:36:24,624 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-10-10 15:36:24,624 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id not found in Tempest list. 2018-10-10 15:36:24,624 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status not found in Tempest list. 2018-10-10 15:36:24,624 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata not found in Tempest list. 2018-10-10 15:36:24,624 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-10-10 15:36:24,624 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name not found in Tempest list. 2018-10-10 15:36:24,624 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete not found in Tempest list. 2018-10-10 15:36:24,624 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone not found in Tempest list. 2018-10-10 15:36:24,624 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero not found in Tempest list. 2018-10-10 15:36:24,625 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-10-10 15:36:24,625 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2018-10-10 15:36:24,625 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name not found in Tempest list. 2018-10-10 15:36:24,625 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-10-10 15:36:24,625 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-10-10 15:36:24,625 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status not found in Tempest list. 2018-10-10 15:36:24,625 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-10-10 15:36:24,625 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-10-10 15:36:24,625 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format not found in Tempest list. 2018-10-10 15:36:24,626 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image not found in Tempest list. 2018-10-10 15:36:24,626 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp not found in Tempest list. 2018-10-10 15:36:24,626 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools not found in Tempest list. 2018-10-10 15:36:24,626 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid not found in Tempest list. 2018-10-10 15:36:24,626 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-10-10 15:36:24,626 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone not found in Tempest list. 2018-10-10 15:36:24,626 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-10-10 15:36:24,626 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type not found in Tempest list. 2018-10-10 15:36:24,626 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id not found in Tempest list. 2018-10-10 15:36:24,626 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status not found in Tempest list. 2018-10-10 15:36:24,627 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params not found in Tempest list. 2018-10-10 15:36:24,627 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2018-10-10 15:36:24,627 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled not found in Tempest list. 2018-10-10 15:36:24,627 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2018-10-10 15:36:24,627 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-10-10 15:36:24,627 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status not found in Tempest list. 2018-10-10 15:36:24,627 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-10-10 15:36:24,627 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size not found in Tempest list. 2018-10-10 15:36:24,627 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-10-10 15:36:24,627 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-10-10 15:36:24,628 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-10-10 15:36:24,628 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size not found in Tempest list. 2018-10-10 15:36:24,628 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination not found in Tempest list. 2018-10-10 15:36:24,628 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-10-10 15:36:24,628 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id not found in Tempest list. 2018-10-10 15:36:24,628 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete not found in Tempest list. 2018-10-10 15:36:24,628 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id not found in Tempest list. 2018-10-10 15:36:24,628 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size not found in Tempest list. 2018-10-10 15:36:24,628 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-10-10 15:36:24,628 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-10-10 15:36:24,629 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2018-10-10 15:36:24,629 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone not found in Tempest list. 2018-10-10 15:36:24,629 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2018-10-10 15:36:24,629 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-10-10 15:36:24,629 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id not found in Tempest list. 2018-10-10 15:36:24,629 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata not found in Tempest list. 2018-10-10 15:36:24,629 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name not found in Tempest list. 2018-10-10 15:36:24,629 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-10-10 15:36:24,629 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2018-10-10 15:36:24,629 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-10-10 15:36:24,630 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status not found in Tempest list. 2018-10-10 15:36:24,630 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id not found in Tempest list. 2018-10-10 15:36:24,630 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-10-10 15:36:24,630 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-10-10 15:36:24,630 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata not found in Tempest list. 2018-10-10 15:36:24,630 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-10-10 15:36:24,630 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-10-10 15:36:24,630 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-10-10 15:36:24,630 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers not found in Tempest list. 2018-10-10 15:36:24,630 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status not found in Tempest list. 2018-10-10 15:36:24,630 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2018-10-10 15:36:24,631 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-10-10 15:36:24,631 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-10-10 15:36:24,631 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools not found in Tempest list. 2018-10-10 15:36:24,631 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2018-10-10 15:36:24,631 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-10-10 15:36:24,631 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-10-10 15:36:24,631 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id not found in Tempest list. 2018-10-10 15:36:24,631 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2018-10-10 15:36:24,631 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-10-10 15:36:24,634 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-10 15:36:24,650 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-10 15:36:24,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt', u'--concurrency=4']'. 2018-10-10 15:36:26,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:26.750 11270 INFO rally.api [-] Starting verification (UUID=b29d9a6f-e29b-462f-a493-fa67a00d6aba) for deployment 'opnfv-rally' (UUID=b577a8d2-5610-4b5c-a28a-a0449832edc1) by verifier 'opnfv-tempest' (UUID=99deba51-67c2-4036-865d-aab5607f5a53). 2018-10-10 15:36:26,752 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b29d9a6f-e29b-462f-a493-fa67a00d6aba 2018-10-10 15:36:33,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:33.410 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.572s] 2018-10-10 15:36:33,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:33.468 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.058s] 2018-10-10 15:36:35,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:35.633 11270 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.821s] 2018-10-10 15:36:39,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:39.818 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [2.615s] 2018-10-10 15:36:46,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:46.390 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.430s] 2018-10-10 15:36:55,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:55.734 11270 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [20.094s] 2018-10-10 15:36:57,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:57.892 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.063s] 2018-10-10 15:36:57,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:57.902 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.010s] 2018-10-10 15:36:58,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:58.035 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.132s] 2018-10-10 15:36:58,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:58.047 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-10-10 15:36:58,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:58.058 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-10-10 15:36:58,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:58.089 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-10-10 15:36:58,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:58.152 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.062s] 2018-10-10 15:36:58,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:58.215 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.063s] 2018-10-10 15:36:58,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:58.640 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.425s] 2018-10-10 15:36:58,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:58.655 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-10-10 15:36:58,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:36:58.750 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.095s] 2018-10-10 15:37:01,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:01.041 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.058s] 2018-10-10 15:37:03,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:03.388 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [2.346s] 2018-10-10 15:37:05,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:05.859 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-10-10 15:37:09,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:09.436 11270 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.075s] 2018-10-10 15:37:09,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:09.506 11270 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.069s] 2018-10-10 15:37:09,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:09.572 11270 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.065s] 2018-10-10 15:37:13,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:13.394 11270 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.139s] 2018-10-10 15:37:13,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:13.541 11270 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.147s] 2018-10-10 15:37:14,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:14.616 11270 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.073s] 2018-10-10 15:37:14,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:14.778 11270 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.162s] 2018-10-10 15:37:14,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:14.936 11270 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.159s] 2018-10-10 15:37:16,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:16.570 11270 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [20.833s] 2018-10-10 15:37:16,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:16.926 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [32.738s] 2018-10-10 15:37:17,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:17.719 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.798s] 2018-10-10 15:37:27,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:27.657 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.930s] 2018-10-10 15:37:28,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:28.027 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.937s] 2018-10-10 15:37:28,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:28.289 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.631s] 2018-10-10 15:37:28,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:28.777 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.488s] 2018-10-10 15:37:29,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:29.340 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.562s] 2018-10-10 15:37:29,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:29.941 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.601s] 2018-10-10 15:37:30,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:30.020 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.078s] 2018-10-10 15:37:30,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:30.100 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.080s] 2018-10-10 15:37:30,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:30.170 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.069s] 2018-10-10 15:37:30,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:30.237 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.066s] 2018-10-10 15:37:30,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:30.309 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.070s] 2018-10-10 15:37:30,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:30.494 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.185s] 2018-10-10 15:37:31,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:31.164 11270 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.593s] 2018-10-10 15:37:33,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:33.040 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.012s] 2018-10-10 15:37:39,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:39.359 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [6.318s] 2018-10-10 15:37:44,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:44.400 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.040s] 2018-10-10 15:37:48,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:48.104 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.703s] 2018-10-10 15:37:52,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:52.466 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.361s] 2018-10-10 15:37:56,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:37:56.094 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.628s] 2018-10-10 15:38:02,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:02.899 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.803s] 2018-10-10 15:38:07,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:07.143 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.243s] 2018-10-10 15:38:07,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:07.400 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.257s] 2018-10-10 15:38:07,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:07.532 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.132s] 2018-10-10 15:38:07,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:07.617 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.085s] 2018-10-10 15:38:07,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:07.683 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.065s] 2018-10-10 15:38:07,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:07.933 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.250s] 2018-10-10 15:38:08,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:08.078 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.144s] 2018-10-10 15:38:08,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:08.129 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.051s] 2018-10-10 15:38:08,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:08.183 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.053s] 2018-10-10 15:38:14,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:14.896 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.712s] 2018-10-10 15:38:22,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:22.459 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.157s] 2018-10-10 15:38:24,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:24.672 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.211s] 2018-10-10 15:38:24,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:24.914 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [12.591s] 2018-10-10 15:38:25,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:25.643 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.971s] 2018-10-10 15:38:26,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:26.946 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.302s] 2018-10-10 15:38:28,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:28.371 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.424s] 2018-10-10 15:38:29,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:29.869 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.496s] 2018-10-10 15:38:30,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:30.827 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.958s] 2018-10-10 15:38:31,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:31.054 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.228s] 2018-10-10 15:38:31,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:31.256 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.201s] 2018-10-10 15:38:31,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:31.275 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-10-10 15:38:31,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:31.293 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-10-10 15:38:35,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:35.000 11270 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [63.822s] 2018-10-10 15:38:38,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:38.184 11270 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.450s] 2018-10-10 15:38:38,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:38.882 11270 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.699s] 2018-10-10 15:38:39,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:39.569 11270 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.252s] 2018-10-10 15:38:39,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:39.918 11270 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.348s] 2018-10-10 15:38:50,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:50.595 11270 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.046s] 2018-10-10 15:38:54,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:54.740 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [66.530s] 2018-10-10 15:38:54,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:54.806 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-10-10 15:38:55,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:55.201 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.394s] 2018-10-10 15:38:55,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:55.298 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.096s] 2018-10-10 15:38:55,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:55.300 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-10 15:38:57,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:38:57.777 11270 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.180s] 2018-10-10 15:39:28,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:39:28.608 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [2.612s] 2018-10-10 15:39:28,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:39:28.679 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.071s] 2018-10-10 15:39:29,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:39:29.284 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.603s] 2018-10-10 15:39:29,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:39:29.412 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.125s] 2018-10-10 15:39:29,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:39:29.414 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-10-10 15:39:32,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:39:32.560 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [67.645s] 2018-10-10 15:39:54,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:39:54.596 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.563s] 2018-10-10 15:39:54,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:39:54.831 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.234s] 2018-10-10 15:39:55,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:39:55.022 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.191s] 2018-10-10 15:39:55,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:39:55.401 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.378s] 2018-10-10 15:39:55,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:39:55.918 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.516s] 2018-10-10 15:39:56,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:39:56.366 11270 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.448s] 2018-10-10 15:39:59,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:39:59.170 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [26.604s] 2018-10-10 15:40:02,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:02.603 11270 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.221s] 2018-10-10 15:40:05,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:05.917 11270 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.313s] 2018-10-10 15:40:12,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:12.976 11270 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.545s] 2018-10-10 15:40:14,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:14.283 11270 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.306s] 2018-10-10 15:40:16,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:16.230 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.060s] 2018-10-10 15:40:18,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:18.334 11270 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.046s] 2018-10-10 15:40:19,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:19.335 11270 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.004s] 2018-10-10 15:40:22,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:22.062 11270 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.724s] 2018-10-10 15:40:23,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:23.545 11270 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.483s] 2018-10-10 15:40:25,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:25.724 11270 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.177s] 2018-10-10 15:40:25,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:25.783 11270 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.061s] 2018-10-10 15:40:29,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:29.133 11270 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.158s] 2018-10-10 15:40:35,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:35.039 11270 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.647s] 2018-10-10 15:40:35,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:35.830 11270 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.790s] 2018-10-10 15:40:37,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:37.956 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.754s] 2018-10-10 15:40:39,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:39.007 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.051s] 2018-10-10 15:40:39,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:39.885 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.877s] 2018-10-10 15:40:41,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:41.160 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.274s] 2018-10-10 15:40:42,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:42.325 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.165s] 2018-10-10 15:40:43,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:43.296 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.970s] 2018-10-10 15:40:43,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:43.678 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.382s] 2018-10-10 15:40:44,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:44.048 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.370s] 2018-10-10 15:40:44,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:44.589 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.540s] 2018-10-10 15:40:45,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:45.361 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.770s] 2018-10-10 15:40:45,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:45.734 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.373s] 2018-10-10 15:40:46,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:46.123 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.387s] 2018-10-10 15:40:46,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:46.880 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.757s] 2018-10-10 15:40:47,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:47.762 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.879s] 2018-10-10 15:40:48,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:48.308 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.546s] 2018-10-10 15:40:48,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:48.864 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.555s] 2018-10-10 15:40:49,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:49.438 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.574s] 2018-10-10 15:40:49,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:49.953 11270 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.513s] 2018-10-10 15:40:57,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:40:57.444 11270 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.098s] 2018-10-10 15:41:06,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:41:06.035 11270 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.108s] 2018-10-10 15:41:10,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:41:10.776 11270 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.739s] 2018-10-10 15:41:11,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:41:11.196 11270 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [35.363s] 2018-10-10 15:41:12,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:41:12.502 11270 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.726s] 2018-10-10 15:41:12,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:41:12.689 11270 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.187s] 2018-10-10 15:41:12,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:41:12.737 11270 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.047s] 2018-10-10 15:41:12,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:41:12.787 11270 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.050s] 2018-10-10 15:41:12,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:41:12.971 11270 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.183s] 2018-10-10 15:41:18,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:41:18.905 11270 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.155s] 2018-10-10 15:41:24,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:41:24.199 11270 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.717s] 2018-10-10 15:41:24,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:41:24.410 11270 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.210s] 2018-10-10 15:41:29,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:41:29.336 11270 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.253s] 2018-10-10 15:41:33,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:41:33.362 11270 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.202s] 2018-10-10 15:41:33,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:41:33.534 11270 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.172s] 2018-10-10 15:41:38,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:41:38.500 11270 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.162s] 2018-10-10 15:41:51,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:41:51.425 11270 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.921s] 2018-10-10 15:42:13,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:42:13.976 11270 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [206.287s] 2018-10-10 15:42:43,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:42:43.988 11270 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [30.003s] 2018-10-10 15:42:55,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:42:55.239 11270 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.394s] 2018-10-10 15:43:09,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:09.854 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.010s] 2018-10-10 15:43:09,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:09.862 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-10-10 15:43:10,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:10.418 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.554s] 2018-10-10 15:43:10,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:10.451 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.033s] 2018-10-10 15:43:11,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:11.105 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.653s] 2018-10-10 15:43:11,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:11.782 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.676s] 2018-10-10 15:43:11,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:11.967 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.185s] 2018-10-10 15:43:12,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:12.169 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.199s] 2018-10-10 15:43:12,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:12.465 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.296s] 2018-10-10 15:43:12,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:12.739 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.273s] 2018-10-10 15:43:24,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:24.786 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.665s] 2018-10-10 15:43:24,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:24.948 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.161s] 2018-10-10 15:43:30,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:30.555 11270 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.532s] 2018-10-10 15:43:38,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:38.604 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.463s] 2018-10-10 15:43:39,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:39.555 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.951s] 2018-10-10 15:43:52,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:52.866 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-10-10 15:43:52,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:52.905 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.039s] 2018-10-10 15:43:53,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:53.092 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.186s] 2018-10-10 15:43:53,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:53.964 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.870s] 2018-10-10 15:43:54,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:54.202 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.238s] 2018-10-10 15:43:54,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:54.855 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.652s] 2018-10-10 15:43:54,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:54.893 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.038s] 2018-10-10 15:43:54,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:54.943 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.049s] 2018-10-10 15:43:54,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:54.997 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.054s] 2018-10-10 15:43:55,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:55.044 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.046s] 2018-10-10 15:43:55,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:55.602 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.557s] 2018-10-10 15:43:55,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:55.684 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.081s] 2018-10-10 15:43:55,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:55.763 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.077s] 2018-10-10 15:43:55,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:55.962 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.198s] 2018-10-10 15:43:56,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:43:56.011 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.050s] 2018-10-10 15:44:02,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:02.507 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2018-10-10 15:44:02,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:02.679 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.171s] 2018-10-10 15:44:02,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:02.862 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.184s] 2018-10-10 15:44:03,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:03.028 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.164s] 2018-10-10 15:44:03,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:03.175 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.147s] 2018-10-10 15:44:03,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:03.341 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.166s] 2018-10-10 15:44:03,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:03.532 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.190s] 2018-10-10 15:44:03,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:03.710 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.178s] 2018-10-10 15:44:03,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:03.867 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.156s] 2018-10-10 15:44:03,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:03.902 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.035s] 2018-10-10 15:44:04,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:04.055 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.152s] 2018-10-10 15:44:04,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:04.098 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.043s] 2018-10-10 15:44:04,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:04.278 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.179s] 2018-10-10 15:44:04,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:04.456 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.177s] 2018-10-10 15:44:04,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:04.633 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.176s] 2018-10-10 15:44:04,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:04.642 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-10-10 15:44:04,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:04.679 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.036s] 2018-10-10 15:44:04,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:04.712 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.033s] 2018-10-10 15:44:04,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:04.748 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.035s] 2018-10-10 15:44:04,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:04.781 11270 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2018-10-10 15:44:08,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: b29d9a6f-e29b-462f-a493-fa67a00d6aba 2018-10-10 15:44:08,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b29d9a6f-e29b-462f-a493-fa67a00d6aba']'. 2018-10-10 15:44:09,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-10 15:44:09,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-10 15:44:09,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-10 15:44:09,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b29d9a6f-e29b-462f-a493-fa67a00d6aba | 2018-10-10 15:44:09,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-10 15:44:09,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-10 15:36:26 | 2018-10-10 15:44:09,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-10 15:44:08 | 2018-10-10 15:44:09,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:42 | 2018-10-10 15:44:09,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-10 15:44:09,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-10 15:44:09,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-10 15:44:09,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 99deba51-67c2-4036-865d-aab5607f5a53) | 2018-10-10 15:44:09,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-10 15:44:09,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b577a8d2-5610-4b5c-a28a-a0449832edc1) | 2018-10-10 15:44:09,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-10-10 15:44:09,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 453.777 | 2018-10-10 15:44:09,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 199 | 2018-10-10 15:44:09,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-10 15:44:09,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-10 15:44:09,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-10 15:44:09,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-10-10 15:44:09,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-10 15:44:09,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-10 15:44:09,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-10 15:44:09,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 99.5% 2018-10-10 15:44:10,170 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-10 15:44:10,170 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 07:59 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-10-10 15:44:10,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-10 15:44:10,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/b3f95826-5dd4-47c6-8992-56a454a0aa00 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1244f299b228f3637b67741e0dccd92bb69ae094" 2018-10-10 15:44:11,690 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e57801ec-951b-4b77-8e2a-cd6e3b2fd6f1 Date: Wed, 10 Oct 2018 15:44:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 15:44:11,690 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/b3f95826-5dd4-47c6-8992-56a454a0aa00 used request id req-e57801ec-951b-4b77-8e2a-cd6e3b2fd6f1 2018-10-10 15:44:11,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.51459598541s 2018-10-10 15:44:11,690 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/b3f95826-5dd4-47c6-8992-56a454a0aa00 used request id req-e57801ec-951b-4b77-8e2a-cd6e3b2fd6f1 2018-10-10 15:44:11,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 15:44:11,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:44:11,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e31ab4c-2428-4519-b38a-7973cea9e6cf x-compute-request-id: req-5e31ab4c-2428-4519-b38a-7973cea9e6cf Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/17659429-37c3-464e-a85f-cc63baa2dd2d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/17659429-37c3-464e-a85f-cc63baa2dd2d", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "17659429-37c3-464e-a85f-cc63baa2dd2d", "name": "refstack_defcore-flavor_alt_c4962f30-e271-4b3e-aa69-9123252d9f9f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/7fd04f58-a5db-4e11-9fd2-326b37f47879", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/7fd04f58-a5db-4e11-9fd2-326b37f47879", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7fd04f58-a5db-4e11-9fd2-326b37f47879", "name": "refstack_defcore-flavor_c4962f30-e271-4b3e-aa69-9123252d9f9f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 15:44:11,880 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5e31ab4c-2428-4519-b38a-7973cea9e6cf 2018-10-10 15:44:11,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.189517021179s 2018-10-10 15:44:11,881 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5e31ab4c-2428-4519-b38a-7973cea9e6cf 2018-10-10 15:44:11,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-10 15:44:11,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/17659429-37c3-464e-a85f-cc63baa2dd2d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:44:11,925 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 15:44:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f626ca4b-2efe-41fe-bc04-de95fb7df315 x-compute-request-id: req-f626ca4b-2efe-41fe-bc04-de95fb7df315 Content-Length: 0 Content-Type: application/json 2018-10-10 15:44:11,925 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/17659429-37c3-464e-a85f-cc63baa2dd2d used request id req-f626ca4b-2efe-41fe-bc04-de95fb7df315 2018-10-10 15:44:11,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0420899391174s 2018-10-10 15:44:11,926 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/17659429-37c3-464e-a85f-cc63baa2dd2d used request id req-f626ca4b-2efe-41fe-bc04-de95fb7df315 2018-10-10 15:44:11,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 15:44:11,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}1244f299b228f3637b67741e0dccd92bb69ae094" 2018-10-10 15:44:12,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-ef029f11-2093-40aa-8adc-0b90d70f8670 Date: Wed, 10 Oct 2018 15:44:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/snap", "metadata": {}}], "file": "/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/file", "owner": "83281260d267408ab8f2b1c731ac3035", "id": "6e0f1e6a-d802-4142-afbc-2b56573b1571", "size": 12716032, "self": "/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/6e0f1e6a-d802-4142-afbc-2b56573b1571/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T15:36:13Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c4962f30-e271-4b3e-aa69-9123252d9f9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c4962f30-e271-4b3e-aa69-9123252d9f9f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T15:36:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 15:44:12,095 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ef029f11-2093-40aa-8adc-0b90d70f8670 2018-10-10 15:44:12,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.16929602623s 2018-10-10 15:44:12,096 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ef029f11-2093-40aa-8adc-0b90d70f8670 2018-10-10 15:44:12,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-10 15:44:12,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1244f299b228f3637b67741e0dccd92bb69ae094" 2018-10-10 15:44:13,815 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-118a7647-97ba-42b4-beba-623b3c1cfed6 Date: Wed, 10 Oct 2018 15:44:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 15:44:13,816 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571 used request id req-118a7647-97ba-42b4-beba-623b3c1cfed6 2018-10-10 15:44:13,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.71794104576s 2018-10-10 15:44:13,816 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/6e0f1e6a-d802-4142-afbc-2b56573b1571 used request id req-118a7647-97ba-42b4-beba-623b3c1cfed6 2018-10-10 15:44:13,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 15:44:13,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:44:13,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73165abd-c232-40e3-97f3-e33578024fc6 x-compute-request-id: req-73165abd-c232-40e3-97f3-e33578024fc6 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/7fd04f58-a5db-4e11-9fd2-326b37f47879", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/7fd04f58-a5db-4e11-9fd2-326b37f47879", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7fd04f58-a5db-4e11-9fd2-326b37f47879", "name": "refstack_defcore-flavor_c4962f30-e271-4b3e-aa69-9123252d9f9f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 15:44:13,849 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-73165abd-c232-40e3-97f3-e33578024fc6 2018-10-10 15:44:13,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0325381755829s 2018-10-10 15:44:13,850 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-73165abd-c232-40e3-97f3-e33578024fc6 2018-10-10 15:44:13,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-10 15:44:13,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/7fd04f58-a5db-4e11-9fd2-326b37f47879 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:44:13,895 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 15:44:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b64101e1-579c-40c5-9cb4-d9b7a3b12cf8 x-compute-request-id: req-b64101e1-579c-40c5-9cb4-d9b7a3b12cf8 Content-Length: 0 Content-Type: application/json 2018-10-10 15:44:13,895 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/7fd04f58-a5db-4e11-9fd2-326b37f47879 used request id req-b64101e1-579c-40c5-9cb4-d9b7a3b12cf8 2018-10-10 15:44:13,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0436968803406s 2018-10-10 15:44:13,895 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/7fd04f58-a5db-4e11-9fd2-326b37f47879 used request id req-b64101e1-579c-40c5-9cb4-d9b7a3b12cf8 2018-10-10 15:44:13,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 15:44:13,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:44:13,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60dd28f4-1dfa-4530-92b0-79539eb85a34 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_c4962f30-e271-4b3e-aa69-9123252d9f9f", "links": {"self": "http://172.30.9.27:5000/v3/users/c7da0d37ad1542bc9b6a802cfd8a7154"}, "domain_id": "default", "enabled": true, "id": "c7da0d37ad1542bc9b6a802cfd8a7154", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 15:44:13,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-60dd28f4-1dfa-4530-92b0-79539eb85a34 2018-10-10 15:44:13,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0942239761353s 2018-10-10 15:44:13,991 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-60dd28f4-1dfa-4530-92b0-79539eb85a34 2018-10-10 15:44:13,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 15:44:13,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/c7da0d37ad1542bc9b6a802cfd8a7154 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:44:14,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-502780ae-3d50-43c0-a5b3-128854326379 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/c7da0d37ad1542bc9b6a802cfd8a7154"}, "enabled": true, "id": "c7da0d37ad1542bc9b6a802cfd8a7154", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_c4962f30-e271-4b3e-aa69-9123252d9f9f"}} 2018-10-10 15:44:14,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/c7da0d37ad1542bc9b6a802cfd8a7154 used request id req-502780ae-3d50-43c0-a5b3-128854326379 2018-10-10 15:44:14,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0887680053711s 2018-10-10 15:44:14,086 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/c7da0d37ad1542bc9b6a802cfd8a7154 used request id req-502780ae-3d50-43c0-a5b3-128854326379 2018-10-10 15:44:14,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-10 15:44:14,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/c7da0d37ad1542bc9b6a802cfd8a7154 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:44:14,260 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:44:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25ca36f9-c6eb-4332-949d-3e4b50e5ba67 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:44:14,261 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/c7da0d37ad1542bc9b6a802cfd8a7154 used request id req-25ca36f9-c6eb-4332-949d-3e4b50e5ba67 2018-10-10 15:44:14,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.174176931381s 2018-10-10 15:44:14,261 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/c7da0d37ad1542bc9b6a802cfd8a7154 used request id req-25ca36f9-c6eb-4332-949d-3e4b50e5ba67 2018-10-10 15:44:14,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 15:44:14,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:44:14,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb401bd1-fe19-437b-be00-2963ee93b159 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.27:5000/v3/projects/83281260d267408ab8f2b1c731ac3035"}, "enabled": true, "id": "83281260d267408ab8f2b1c731ac3035", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_c4962f30-e271-4b3e-aa69-9123252d9f9f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 15:44:14,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-fb401bd1-fe19-437b-be00-2963ee93b159 2018-10-10 15:44:14,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0792450904846s 2018-10-10 15:44:14,341 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-fb401bd1-fe19-437b-be00-2963ee93b159 2018-10-10 15:44:14,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-10 15:44:14,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/83281260d267408ab8f2b1c731ac3035 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:44:14,495 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:44:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc47cad4-857b-4c49-af21-38057e7d2cc5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:44:14,495 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/83281260d267408ab8f2b1c731ac3035 used request id req-cc47cad4-857b-4c49-af21-38057e7d2cc5 2018-10-10 15:44:14,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.151319980621s 2018-10-10 15:44:14,495 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/83281260d267408ab8f2b1c731ac3035 used request id req-cc47cad4-857b-4c49-af21-38057e7d2cc5 2018-10-10 15:44:14,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:44:14,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:44:14,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-689c3358-187a-4f67-855a-a6e07da4ff5d Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "6919517f5fd4458a84a0a79f82b713b2", "links": {"self": "http://172.30.9.27:5000/v3/roles/6919517f5fd4458a84a0a79f82b713b2"}, "name": "Member"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 15:44:14,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-689c3358-187a-4f67-855a-a6e07da4ff5d 2018-10-10 15:44:14,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0752420425415s 2018-10-10 15:44:14,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-10 15:44:14,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/6919517f5fd4458a84a0a79f82b713b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:44:14,683 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:44:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-653e77a3-ccca-4179-b9c4-06ac4987e02c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:44:14,683 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/6919517f5fd4458a84a0a79f82b713b2 used request id req-653e77a3-ccca-4179-b9c4-06ac4987e02c 2018-10-10 15:44:14,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.110957860947s 2018-10-10 15:44:14,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 15:44:14,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=83281260d267408ab8f2b1c731ac3035&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}726c3e3b760c3d7231050318aa4810ac7d1394c1" 2018-10-10 15:44:14,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-183fee46-7e7c-48ce-87d0-586f9c907b2c Date: Wed, 10 Oct 2018 15:44:14 GMT RESP BODY: {"security_groups": []} 2018-10-10 15:44:14,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=83281260d267408ab8f2b1c731ac3035&name=default used request id req-183fee46-7e7c-48ce-87d0-586f9c907b2c 2018-10-10 15:44:14,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.181915998459s 2018-10-10 15:44:14,869 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=83281260d267408ab8f2b1c731ac3035&name=default used request id req-183fee46-7e7c-48ce-87d0-586f9c907b2c 2018-10-10 15:44:14,869 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-10-10 15:44:14,923 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-10-10 15:44:14,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 15:44:14,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 15:44:14,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 15:44:14,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 15:44:14,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 15:44:14,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 15:44:14,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 15:44:14,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 15:44:14,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 15:44:14,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 15:44:14,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 15:44:14,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 15:44:14,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 15:44:14,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 15:44:14,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 15:44:14,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 15:44:14,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 15:44:14,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 15:44:14,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 15:44:14,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 15:44:14,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 15:44:14,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 15:44:14,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 15:44:14,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 15:44:14,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 15:44:14,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a184e69-d0cb-49e3-970f-c8e7d31717f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 15:44:14,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8a184e69-d0cb-49e3-970f-c8e7d31717f6 2018-10-10 15:44:14,991 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 15:44:15,372 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T16:44:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["sbyCLLVQTvGoOtPdQ3GuJw"], "issued_at": "2018-10-10T15:44:15.000000Z"}} 2018-10-10 15:44:15,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 15:44:15,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:15,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ed5698bc-5d94-4f99-89de-a2826035ca70 Date: Wed, 10 Oct 2018 15:44:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 15:44:15,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ed5698bc-5d94-4f99-89de-a2826035ca70 2018-10-10 15:44:15,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.267683982849s 2018-10-10 15:44:15,643 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ed5698bc-5d94-4f99-89de-a2826035ca70 2018-10-10 15:44:15,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-10 15:44:15,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:15,653 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 15:44: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 15:44:15,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:15,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-894699b1-50ab-4b28-a973-b69fd7d15fee Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/da9a3567bac744d785bfd81a34b9e2bc"}, "description": "", "name": "heat_stack", "enabled": true, "id": "da9a3567bac744d785bfd81a34b9e2bc"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-10-10 15:44:15,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-894699b1-50ab-4b28-a973-b69fd7d15fee 2018-10-10 15:44:15,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.085116147995s 2018-10-10 15:44:15,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-10 15:44:15,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}1089610cf317fc25e0e51f69985802a917617ee0" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_89d1353c-a6de-44e7-8be5-4fdefd5d85ba"}}' 2018-10-10 15:44:15,840 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 15:44:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aea6cd68-9272-42ae-9022-63d638434288 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.27:5000/v3/projects/31408b4a6c6e4a71b10c34f934070c03"}, "enabled": true, "id": "31408b4a6c6e4a71b10c34f934070c03", "parent_id": "default", "domain_id": "default", "name": "patrole-project_89d1353c-a6de-44e7-8be5-4fdefd5d85ba"}} 2018-10-10 15:44:15,840 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-aea6cd68-9272-42ae-9022-63d638434288 2018-10-10 15:44:15,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.109252929688s 2018-10-10 15:44:15,840 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-aea6cd68-9272-42ae-9022-63d638434288 2018-10-10 15:44:15,841 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', 'id': u'31408b4a6c6e4a71b10c34f934070c03', 'description': u'Created by OPNFV Functest: patrole', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-10 15:44:15,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-10 15:44:16,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.368283987045s 2018-10-10 15:44:16,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/8dc69e8c950243138553f08b6bc39b9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:16,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fd23126-d4cb-40ac-a4e3-f82ac35d793d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/8dc69e8c950243138553f08b6bc39b9c"}, "enabled": true, "id": "8dc69e8c950243138553f08b6bc39b9c", "options": {}, "domain_id": "default", "name": "patrole-user_89d1353c-a6de-44e7-8be5-4fdefd5d85ba"}} 2018-10-10 15:44:16,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/8dc69e8c950243138553f08b6bc39b9c used request id req-4fd23126-d4cb-40ac-a4e3-f82ac35d793d 2018-10-10 15:44:16,302 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8dc69e8c950243138553f08b6bc39b9c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_89d1353c-a6de-44e7-8be5-4fdefd5d85ba'}) 2018-10-10 15:44:16,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:44:16,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:16,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bb36bbd-8aa5-4317-8f04-2cfae55a636d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 15:44:16,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6bb36bbd-8aa5-4317-8f04-2cfae55a636d 2018-10-10 15:44:16,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0161349773407s 2018-10-10 15:44:16,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:44:16,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:16,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ea36a95-b935-4efe-975d-368bcaa09c9f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 15:44:16,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3ea36a95-b935-4efe-975d-368bcaa09c9f 2018-10-10 15:44:16,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0800528526306s 2018-10-10 15:44:16,401 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-10 15:44:16,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-10 15:44:16,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" -d '{"role": {"name": "Member"}}' 2018-10-10 15:44:16,494 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 15:44:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11add9ac-40ed-46bb-bc1c-8790ae9aeea7 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b3ba3a29257f40b190207fdb76b65ed7", "links": {"self": "http://172.30.9.27:5000/v3/roles/b3ba3a29257f40b190207fdb76b65ed7"}, "name": "Member"}} 2018-10-10 15:44:16,494 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-11add9ac-40ed-46bb-bc1c-8790ae9aeea7 2018-10-10 15:44:16,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0927531719208s 2018-10-10 15:44:16,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/b3ba3a29257f40b190207fdb76b65ed7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:16,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fc80179-d22b-4be3-97cb-f00aba230e96 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b3ba3a29257f40b190207fdb76b65ed7"}, "domain_id": null, "name": "Member", "id": "b3ba3a29257f40b190207fdb76b65ed7"}} 2018-10-10 15:44:16,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b3ba3a29257f40b190207fdb76b65ed7 used request id req-6fc80179-d22b-4be3-97cb-f00aba230e96 2018-10-10 15:44:16,573 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/b3ba3a29257f40b190207fdb76b65ed7'}, 'domain_id': None, 'human_id': None, 'id': u'b3ba3a29257f40b190207fdb76b65ed7', 'HUMAN_ID': False}) 2018-10-10 15:44:16,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:44:16,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:16,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2798a361-c5d6-4818-a150-9f494e3ca48b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3ba3a29257f40b190207fdb76b65ed7", "links": {"self": "http://172.30.9.27:5000/v3/roles/b3ba3a29257f40b190207fdb76b65ed7"}, "name": "Member"}]} 2018-10-10 15:44:16,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2798a361-c5d6-4818-a150-9f494e3ca48b 2018-10-10 15:44:16,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0809299945831s 2018-10-10 15:44:16,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 15:44:16,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:16,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c572b13-7e2d-43af-880e-8dd4e8ce2ae7 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 15:44:16,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-4c572b13-7e2d-43af-880e-8dd4e8ce2ae7 2018-10-10 15:44:16,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.075385093689s 2018-10-10 15:44:16,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 15:44:16,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:16,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e151691f-2c9c-40a1-b7de-c78e41edf6c2 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "links": {"self": "http://172.30.9.27:5000/v3/users/8dc69e8c950243138553f08b6bc39b9c"}, "domain_id": "default", "enabled": true, "id": "8dc69e8c950243138553f08b6bc39b9c", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 15:44:16,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e151691f-2c9c-40a1-b7de-c78e41edf6c2 2018-10-10 15:44:16,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0988748073578s 2018-10-10 15:44:16,831 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e151691f-2c9c-40a1-b7de-c78e41edf6c2 2018-10-10 15:44:16,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 15:44:16,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:16,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6419dbac-674a-4a03-af2e-0083137c91f0 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.27:5000/v3/projects/31408b4a6c6e4a71b10c34f934070c03"}, "enabled": true, "id": "31408b4a6c6e4a71b10c34f934070c03", "parent_id": "default", "domain_id": "default", "name": "patrole-project_89d1353c-a6de-44e7-8be5-4fdefd5d85ba"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 15:44:16,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-6419dbac-674a-4a03-af2e-0083137c91f0 2018-10-10 15:44:16,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0812950134277s 2018-10-10 15:44:16,919 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-6419dbac-674a-4a03-af2e-0083137c91f0 2018-10-10 15:44:16,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 15:44:16,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=8dc69e8c950243138553f08b6bc39b9c&scope.project.id=31408b4a6c6e4a71b10c34f934070c03&role.id=b3ba3a29257f40b190207fdb76b65ed7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:16,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b516dbe7-7be4-45e1-894d-2bfcb5d0a1b4 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=8dc69e8c950243138553f08b6bc39b9c&scope.project.id=31408b4a6c6e4a71b10c34f934070c03&role.id=b3ba3a29257f40b190207fdb76b65ed7", "previous": null, "next": null}} 2018-10-10 15:44:16,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=8dc69e8c950243138553f08b6bc39b9c&scope.project.id=31408b4a6c6e4a71b10c34f934070c03&role.id=b3ba3a29257f40b190207fdb76b65ed7 used request id req-b516dbe7-7be4-45e1-894d-2bfcb5d0a1b4 2018-10-10 15:44:16,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0751149654388s 2018-10-10 15:44:16,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 15:44:16,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/31408b4a6c6e4a71b10c34f934070c03/users/8dc69e8c950243138553f08b6bc39b9c/roles/b3ba3a29257f40b190207fdb76b65ed7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:17,129 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:44:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-164df1c4-42dc-4307-abcb-3670bbccaca6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:44:17,129 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/31408b4a6c6e4a71b10c34f934070c03/users/8dc69e8c950243138553f08b6bc39b9c/roles/b3ba3a29257f40b190207fdb76b65ed7 used request id req-164df1c4-42dc-4307-abcb-3670bbccaca6 2018-10-10 15:44:17,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.132203102112s 2018-10-10 15:44:17,130 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', 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': '0d23626f-ec5b-49d0-a7a2-9eed458930bc', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', 'project_id': u'31408b4a6c6e4a71b10c34f934070c03', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-10 15:44:17,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 15:44:17,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 15:44:17,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 15:44:17,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 15:44:17,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 15:44:17,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 15:44:17,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 15:44:17,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 15:44:17,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 15:44:17,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 15:44:17,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 15:44:17,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 15:44:17,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 15:44:17,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 15:44:17,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 15:44:17,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 15:44:17,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 15:44:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 15:44:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 15:44:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 15:44:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 15:44:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 15:44:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 15:44:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 15:44:17,136 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', 'password': '0d23626f-ec5b-49d0-a7a2-9eed458930bc', 'project_name': 'patrole-project_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '31408b4a6c6e4a71b10c34f934070c03', 'project_domain_name': 'Default'} 2018-10-10 15:44:17,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:44:17,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:17,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f34dee6-a015-4cab-996b-876a89612bcd Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3ba3a29257f40b190207fdb76b65ed7", "links": {"self": "http://172.30.9.27:5000/v3/roles/b3ba3a29257f40b190207fdb76b65ed7"}, "name": "Member"}]} 2018-10-10 15:44:17,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0f34dee6-a015-4cab-996b-876a89612bcd 2018-10-10 15:44:17,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806181430817s 2018-10-10 15:44:17,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:44:17,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:17,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06cba645-2392-4a29-a008-6688d5ad889e Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3ba3a29257f40b190207fdb76b65ed7", "links": {"self": "http://172.30.9.27:5000/v3/roles/b3ba3a29257f40b190207fdb76b65ed7"}, "name": "Member"}]} 2018-10-10 15:44:17,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-06cba645-2392-4a29-a008-6688d5ad889e 2018-10-10 15:44:17,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0758340358734s 2018-10-10 15:44:17,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 15:44:17,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:17,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cafa0981-662b-4172-b416-e2650cb76465 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 15:44:17,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-cafa0981-662b-4172-b416-e2650cb76465 2018-10-10 15:44:17,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0793240070343s 2018-10-10 15:44:17,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 15:44:17,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:17,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0981240e-7cb0-4bbe-91e0-e96c7a13829b Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "links": {"self": "http://172.30.9.27:5000/v3/users/8dc69e8c950243138553f08b6bc39b9c"}, "domain_id": "default", "enabled": true, "id": "8dc69e8c950243138553f08b6bc39b9c", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 15:44:17,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-0981240e-7cb0-4bbe-91e0-e96c7a13829b 2018-10-10 15:44:17,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0964860916138s 2018-10-10 15:44:17,472 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-0981240e-7cb0-4bbe-91e0-e96c7a13829b 2018-10-10 15:44:17,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 15:44:17,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:17,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e754bcc5-cb01-4b36-b006-6eea8fadf13a Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.27:5000/v3/projects/31408b4a6c6e4a71b10c34f934070c03"}, "enabled": true, "id": "31408b4a6c6e4a71b10c34f934070c03", "parent_id": "default", "domain_id": "default", "name": "patrole-project_89d1353c-a6de-44e7-8be5-4fdefd5d85ba"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 15:44:17,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-e754bcc5-cb01-4b36-b006-6eea8fadf13a 2018-10-10 15:44:17,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0771780014038s 2018-10-10 15:44:17,556 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-e754bcc5-cb01-4b36-b006-6eea8fadf13a 2018-10-10 15:44:17,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 15:44:17,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=8dc69e8c950243138553f08b6bc39b9c&scope.project.id=31408b4a6c6e4a71b10c34f934070c03&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:17,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f3f106c-1bcb-4125-8d7a-5142ad2de375 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=8dc69e8c950243138553f08b6bc39b9c&scope.project.id=31408b4a6c6e4a71b10c34f934070c03&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e", "previous": null, "next": null}} 2018-10-10 15:44:17,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=8dc69e8c950243138553f08b6bc39b9c&scope.project.id=31408b4a6c6e4a71b10c34f934070c03&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-7f3f106c-1bcb-4125-8d7a-5142ad2de375 2018-10-10 15:44:17,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0849258899689s 2018-10-10 15:44:17,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 15:44:17,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/31408b4a6c6e4a71b10c34f934070c03/users/8dc69e8c950243138553f08b6bc39b9c/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:17,770 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:44:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1a7b2c5-b7de-44cf-be33-dd55f3ce8004 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:44:17,770 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/31408b4a6c6e4a71b10c34f934070c03/users/8dc69e8c950243138553f08b6bc39b9c/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-f1a7b2c5-b7de-44cf-be33-dd55f3ce8004 2018-10-10 15:44:17,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.126980066299s 2018-10-10 15:44:17,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:44:17,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:17,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8792249-1545-4bdd-88bc-8d95ca42a978 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3ba3a29257f40b190207fdb76b65ed7", "links": {"self": "http://172.30.9.27:5000/v3/roles/b3ba3a29257f40b190207fdb76b65ed7"}, "name": "Member"}]} 2018-10-10 15:44:17,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b8792249-1545-4bdd-88bc-8d95ca42a978 2018-10-10 15:44:17,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0765218734741s 2018-10-10 15:44:17,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 15:44:17,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:17,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7b34d7c-82fe-4874-8698-02ebbc2b8db0 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 15:44:17,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-d7b34d7c-82fe-4874-8698-02ebbc2b8db0 2018-10-10 15:44:17,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0831210613251s 2018-10-10 15:44:17,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 15:44:17,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:18,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-118da040-ee5d-4407-9249-f9f17c558fb9 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "links": {"self": "http://172.30.9.27:5000/v3/users/8dc69e8c950243138553f08b6bc39b9c"}, "domain_id": "default", "enabled": true, "id": "8dc69e8c950243138553f08b6bc39b9c", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 15:44:18,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-118da040-ee5d-4407-9249-f9f17c558fb9 2018-10-10 15:44:18,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.096549987793s 2018-10-10 15:44:18,030 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-118da040-ee5d-4407-9249-f9f17c558fb9 2018-10-10 15:44:18,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 15:44:18,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=8dc69e8c950243138553f08b6bc39b9c&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:18,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec5b34fa-f4c7-4077-a1fd-0065dead1605 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=8dc69e8c950243138553f08b6bc39b9c&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e&scope.domain.id=default", "previous": null, "next": null}} 2018-10-10 15:44:18,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=8dc69e8c950243138553f08b6bc39b9c&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e&scope.domain.id=default used request id req-ec5b34fa-f4c7-4077-a1fd-0065dead1605 2018-10-10 15:44:18,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0754339694977s 2018-10-10 15:44:18,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 15:44:18,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/domains/default/users/8dc69e8c950243138553f08b6bc39b9c/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:44:18,237 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:44:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e7d3ed1-97d8-42ea-8091-1e25391b8b06 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:44:18,237 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/domains/default/users/8dc69e8c950243138553f08b6bc39b9c/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-7e7d3ed1-97d8-42ea-8091-1e25391b8b06 2018-10-10 15:44:18,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.126242160797s 2018-10-10 15:44:18,238 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-10 15:44:20,798 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-10 15:44:20.352 11316 INFO rally.deployment.engine [-] Deployment b577a8d2-5610-4b5c-a28a-a0449832edc1 | Starting: Destroy cloud and free allocated resources. 2018-10-10 15:44:20.456 11316 INFO rally.deployment.engine [-] Deployment b577a8d2-5610-4b5c-a28a-a0449832edc1 | Completed: Destroy cloud and free allocated resources. 2018-10-10 15:44:20.508 11316 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=99deba51-67c2-4036-865d-aab5607f5a53) for deployment 'opnfv-rally'. 2018-10-10 15:44:20.532 11316 INFO rally.api [-] Deleting verification (UUID=b29d9a6f-e29b-462f-a493-fa67a00d6aba). 2018-10-10 15:44:20.579 11316 INFO rally.api [-] Verification has been successfully deleted! 2018-10-10 15:44:20.580 11316 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=99deba51-67c2-4036-865d-aab5607f5a53). 2018-10-10 15:44:20.588 11316 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-10 15:44:23,333 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-10 15:44:23.043 11319 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=fe2c03fd-64e8-4d08-aa86-42ca56f6a9b7) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | fe2c03fd-64e8-4d08-aa86-42ca56f6a9b7 | 2018-10-10T15:44:22 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: fe2c03fd-64e8-4d08-aa86-42ca56f6a9b7 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-10 15:44:26,684 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-10 15:44:26,685 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-10 15:44:29,006 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-10 15:44:28.723 11325 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=99deba51-67c2-4036-865d-aab5607f5a53). 2018-10-10 15:44:28.851 11325 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-10 15:44:32,606 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-10 15:44:31.107 11328 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-10 15:44:31.249 11328 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-10 15:44:32.408 11328 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c806cbc0-3bb2-42fe-b89b-0d8349e49c78) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c806cbc0-3bb2-42fe-b89b-0d8349e49c78) as the default verifier for the future CLI operations. 2018-10-10 15:44:35,521 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-10-10 15:44:35,522 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 15:44:35,655 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-10 15:44:35,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 15:44:35,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a191562b-8fb7-4ec5-9e40-d153ae77f79e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 15:44:35,662 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a191562b-8fb7-4ec5-9e40-d153ae77f79e 2018-10-10 15:44:35,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 15:44:36,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3ba3a29257f40b190207fdb76b65ed7", "name": "Member"}, {"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T16:44:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31408b4a6c6e4a71b10c34f934070c03", "name": "patrole-project_89d1353c-a6de-44e7-8be5-4fdefd5d85ba"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/31408b4a6c6e4a71b10c34f934070c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/31408b4a6c6e4a71b10c34f934070c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/31408b4a6c6e4a71b10c34f934070c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/31408b4a6c6e4a71b10c34f934070c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/31408b4a6c6e4a71b10c34f934070c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/31408b4a6c6e4a71b10c34f934070c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/31408b4a6c6e4a71b10c34f934070c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/31408b4a6c6e4a71b10c34f934070c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/31408b4a6c6e4a71b10c34f934070c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/31408b4a6c6e4a71b10c34f934070c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/31408b4a6c6e4a71b10c34f934070c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/31408b4a6c6e4a71b10c34f934070c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "id": "8dc69e8c950243138553f08b6bc39b9c"}, "audit_ids": ["ZtzXYGH0Qs-6T1Rv0UGHwQ"], "issued_at": "2018-10-10T15:44:36.000000Z"}} 2018-10-10 15:44:36,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a80f370078cd336bd45302158bad7acef35f851f" 2018-10-10 15:44:36,053 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 10 Oct 2018 15:44:36 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-10-10 15:44:36,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 15:44:36,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a80f370078cd336bd45302158bad7acef35f851f" 2018-10-10 15:44:36,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-144668eb-d0bf-480d-87aa-34a88261118d Date: Wed, 10 Oct 2018 15:44:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 15:44:36,233 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-144668eb-d0bf-480d-87aa-34a88261118d 2018-10-10 15:44:36,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175913095474s 2018-10-10 15:44:36,233 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-144668eb-d0bf-480d-87aa-34a88261118d 2018-10-10 15:44:36,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-10 15:44:36,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}a80f370078cd336bd45302158bad7acef35f851f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_89d1353c-a6de-44e7-8be5-4fdefd5d85ba"}' 2018-10-10 15:44:36,434 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a X-Openstack-Request-Id: req-7c323938-0db2-471b-af3b-de69af9414b3 Date: Wed, 10 Oct 2018 15:44:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/file", "owner": "31408b4a6c6e4a71b10c34f934070c03", "id": "e9e2a33f-bdc3-4545-8c4c-39a225bb251a", "size": null, "self": "/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T15:44:36Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "checksum": null, "created_at": "2018-10-10T15:44:36Z", "protected": false} 2018-10-10 15:44:36,434 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-7c323938-0db2-471b-af3b-de69af9414b3 2018-10-10 15:44:36,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.199496030807s 2018-10-10 15:44:36,435 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-7c323938-0db2-471b-af3b-de69af9414b3 returning object e9e2a33f-bdc3-4545-8c4c-39a225bb251a 2018-10-10 15:44:36,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-10 15:44:36,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/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}a80f370078cd336bd45302158bad7acef35f851f" -d '' 2018-10-10 15:44:37,865 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d627ae87-203f-4d5c-8be0-cad62179f6a4 Date: Wed, 10 Oct 2018 15:44:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 15:44:37,865 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/file used request id req-d627ae87-203f-4d5c-8be0-cad62179f6a4 2018-10-10 15:44:37,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.42981886864s 2018-10-10 15:44:37,866 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/file used request id req-d627ae87-203f-4d5c-8be0-cad62179f6a4 2018-10-10 15:44:37,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 15:44:37,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a80f370078cd336bd45302158bad7acef35f851f" 2018-10-10 15:44:38,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-b9b93080-fab8-4770-96c9-6f32189a8553 Date: Wed, 10 Oct 2018 15:44:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/snap", "metadata": {}}], "file": "/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/file", "owner": "31408b4a6c6e4a71b10c34f934070c03", "id": "e9e2a33f-bdc3-4545-8c4c-39a225bb251a", "size": 12716032, "self": "/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T15:44:37Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T15:44:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 15:44:38,039 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b9b93080-fab8-4770-96c9-6f32189a8553 2018-10-10 15:44:38,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17266201973s 2018-10-10 15:44:38,040 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b9b93080-fab8-4770-96c9-6f32189a8553 2018-10-10 15:44:38,042 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/file', 'owner': u'31408b4a6c6e4a71b10c34f934070c03', 'id': u'e9e2a33f-bdc3-4545-8c4c-39a225bb251a', 'size': 12716032, u'self': u'/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'31408b4a6c6e4a71b10c34f934070c03', 'name': 'patrole-project_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-10T15:44:37Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-10T15:44:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', 'created': u'2018-10-10T15:44:36Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-10T15:44:36Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-10 15:44:38,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-10 15:44:38,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}1089610cf317fc25e0e51f69985802a917617ee0" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-10 15:44:38,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb2460d9-6643-4cb1-a9d7-67f50886d4b2 x-compute-request-id: req-cb2460d9-6643-4cb1-a9d7-67f50886d4b2 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/5fd78116-b50a-4db3-b364-563b1c58625f", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/5fd78116-b50a-4db3-b364-563b1c58625f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5fd78116-b50a-4db3-b364-563b1c58625f", "name": "patrole-flavor_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 15:44:38,248 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-cb2460d9-6643-4cb1-a9d7-67f50886d4b2 2018-10-10 15:44:38,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.205456018448s 2018-10-10 15:44:38,249 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-cb2460d9-6643-4cb1-a9d7-67f50886d4b2 returning object 5fd78116-b50a-4db3-b364-563b1c58625f 2018-10-10 15:44:38,249 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', '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'd00928b339b74d1eac5a92b45f495878', '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'5fd78116-b50a-4db3-b364-563b1c58625f', 'swap': 0}) 2018-10-10 15:44:38,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-10 15:44:38,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/5fd78116-b50a-4db3-b364-563b1c58625f/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}1089610cf317fc25e0e51f69985802a917617ee0" -d '{"extra_specs": {}}' 2018-10-10 15:44:38,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7ecbc249-87da-42e2-978e-8b7539bf4b8a x-compute-request-id: req-7ecbc249-87da-42e2-978e-8b7539bf4b8a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 15:44:38,271 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/5fd78116-b50a-4db3-b364-563b1c58625f/os-extra_specs used request id req-7ecbc249-87da-42e2-978e-8b7539bf4b8a 2018-10-10 15:44:38,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206940174103s 2018-10-10 15:44:38,271 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/5fd78116-b50a-4db3-b364-563b1c58625f/os-extra_specs used request id req-7ecbc249-87da-42e2-978e-8b7539bf4b8a 2018-10-10 15:44:38,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:44:38,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a80f370078cd336bd45302158bad7acef35f851f" 2018-10-10 15:44:38,282 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 15:44:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 15:44:38,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a80f370078cd336bd45302158bad7acef35f851f" 2018-10-10 15:44:38,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dbf2c1f-a780-4a33-8796-7fa3c1864ec1 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3ba3a29257f40b190207fdb76b65ed7", "links": {"self": "http://172.30.9.27:5000/v3/roles/b3ba3a29257f40b190207fdb76b65ed7"}, "name": "Member"}]} 2018-10-10 15:44:38,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8dbf2c1f-a780-4a33-8796-7fa3c1864ec1 2018-10-10 15:44:38,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0897498130798s 2018-10-10 15:44:38,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-10 15:44:38,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a80f370078cd336bd45302158bad7acef35f851f" 2018-10-10 15:44:38,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59a998ea-a41d-4d54-a67b-42c2ea6cc2d7 x-compute-request-id: req-59a998ea-a41d-4d54-a67b-42c2ea6cc2d7 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.3", "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-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "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.6", "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}]} 2018-10-10 15:44:38,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-59a998ea-a41d-4d54-a67b-42c2ea6cc2d7 2018-10-10 15:44:38,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.181982040405s 2018-10-10 15:44:38,548 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-59a998ea-a41d-4d54-a67b-42c2ea6cc2d7 2018-10-10 15:44:38,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 15:44:38,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a80f370078cd336bd45302158bad7acef35f851f" 2018-10-10 15:44:38,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-16478ca9-4aa1-4798-bd17-a9b46a0205d9 Date: Wed, 10 Oct 2018 15:44:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/snap", "metadata": {}}], "file": "/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/file", "owner": "31408b4a6c6e4a71b10c34f934070c03", "id": "e9e2a33f-bdc3-4545-8c4c-39a225bb251a", "size": 12716032, "self": "/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T15:44:37Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T15:44:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 15:44:38,720 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-16478ca9-4aa1-4798-bd17-a9b46a0205d9 2018-10-10 15:44:38,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171238183975s 2018-10-10 15:44:38,721 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-16478ca9-4aa1-4798-bd17-a9b46a0205d9 2018-10-10 15:44:38,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-10 15:44:38,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}a80f370078cd336bd45302158bad7acef35f851f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_89d1353c-a6de-44e7-8be5-4fdefd5d85ba"}' 2018-10-10 15:44:38,914 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4 X-Openstack-Request-Id: req-cead682e-6115-42a8-b9e9-980dd4b55f5d Date: Wed, 10 Oct 2018 15:44:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4/file", "owner": "31408b4a6c6e4a71b10c34f934070c03", "id": "ac82e8d0-bb97-46ee-ab84-8c6c65d694e4", "size": null, "self": "/v2/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T15:44:38Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "checksum": null, "created_at": "2018-10-10T15:44:38Z", "protected": false} 2018-10-10 15:44:38,914 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-cead682e-6115-42a8-b9e9-980dd4b55f5d 2018-10-10 15:44:38,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.190685987473s 2018-10-10 15:44:38,914 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-cead682e-6115-42a8-b9e9-980dd4b55f5d returning object ac82e8d0-bb97-46ee-ab84-8c6c65d694e4 2018-10-10 15:44:38,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-10 15:44:38,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4/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}a80f370078cd336bd45302158bad7acef35f851f" -d '' 2018-10-10 15:44:40,161 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-01624eb9-d11a-4027-826e-ec17413a6a7b Date: Wed, 10 Oct 2018 15:44:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 15:44:40,161 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4/file used request id req-01624eb9-d11a-4027-826e-ec17413a6a7b 2018-10-10 15:44:40,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.24625086784s 2018-10-10 15:44:40,162 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4/file used request id req-01624eb9-d11a-4027-826e-ec17413a6a7b 2018-10-10 15:44:40,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 15:44:40,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a80f370078cd336bd45302158bad7acef35f851f" 2018-10-10 15:44:40,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-324dee7e-7967-4794-b890-d999b9125617 Date: Wed, 10 Oct 2018 15:44:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4/snap", "metadata": {}}], "file": "/v2/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4/file", "owner": "31408b4a6c6e4a71b10c34f934070c03", "id": "ac82e8d0-bb97-46ee-ab84-8c6c65d694e4", "size": 12716032, "self": "/v2/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T15:44:40Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T15:44:38Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/snap", "metadata": {}}], "file": "/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/file", "owner": "31408b4a6c6e4a71b10c34f934070c03", "id": "e9e2a33f-bdc3-4545-8c4c-39a225bb251a", "size": 12716032, "self": "/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T15:44:37Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T15:44:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 15:44:40,196 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-324dee7e-7967-4794-b890-d999b9125617 2018-10-10 15:44:40,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0339848995209s 2018-10-10 15:44:40,197 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-324dee7e-7967-4794-b890-d999b9125617 2018-10-10 15:44:40,200 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4/file', 'owner': u'31408b4a6c6e4a71b10c34f934070c03', 'id': u'ac82e8d0-bb97-46ee-ab84-8c6c65d694e4', 'size': 12716032, u'self': u'/v2/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'31408b4a6c6e4a71b10c34f934070c03', 'name': 'patrole-project_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-10T15:44:40Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-10T15:44:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', 'created': u'2018-10-10T15:44:38Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-10T15:44:38Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-10 15:44:40,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-10 15:44:40,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}1089610cf317fc25e0e51f69985802a917617ee0" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-10 15:44:40,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44: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-d1731a02-b00e-462b-ac3a-562bdd87e088 x-compute-request-id: req-d1731a02-b00e-462b-ac3a-562bdd87e088 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b54fdcb0-29d1-4430-8bf6-a56af2a15d6e", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b54fdcb0-29d1-4430-8bf6-a56af2a15d6e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b54fdcb0-29d1-4430-8bf6-a56af2a15d6e", "name": "patrole-flavor_alt_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 15:44:40,253 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d1731a02-b00e-462b-ac3a-562bdd87e088 2018-10-10 15:44:40,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0530250072479s 2018-10-10 15:44:40,254 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d1731a02-b00e-462b-ac3a-562bdd87e088 returning object b54fdcb0-29d1-4430-8bf6-a56af2a15d6e 2018-10-10 15:44:40,255 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', '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'd00928b339b74d1eac5a92b45f495878', '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'b54fdcb0-29d1-4430-8bf6-a56af2a15d6e', 'swap': 0}) 2018-10-10 15:44:40,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-10 15:44:40,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/b54fdcb0-29d1-4430-8bf6-a56af2a15d6e/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}1089610cf317fc25e0e51f69985802a917617ee0" -d '{"extra_specs": {}}' 2018-10-10 15:44:40,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:44: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-a40d22ab-4769-4eba-b8c0-b16a4d6b3466 x-compute-request-id: req-a40d22ab-4769-4eba-b8c0-b16a4d6b3466 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 15:44:40,277 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b54fdcb0-29d1-4430-8bf6-a56af2a15d6e/os-extra_specs used request id req-a40d22ab-4769-4eba-b8c0-b16a4d6b3466 2018-10-10 15:44:40,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0212490558624s 2018-10-10 15:44:40,277 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b54fdcb0-29d1-4430-8bf6-a56af2a15d6e/os-extra_specs used request id req-a40d22ab-4769-4eba-b8c0-b16a4d6b3466 2018-10-10 15:44:40,278 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_89d1353c-a6de-44e7-8be5-4fdefd5d85ba', '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'd00928b339b74d1eac5a92b45f495878', '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'b54fdcb0-29d1-4430-8bf6-a56af2a15d6e', 'swap': 0}) 2018-10-10 15:44:43,407 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-10 15:44:42.387 11347 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c806cbc0-3bb2-42fe-b89b-0d8349e49c78) for deployment 'opnfv-rally' (UUID=fe2c03fd-64e8-4d08-aa86-42ca56f6a9b7). 2018-10-10 15:44:43.230 11347 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-10 15:44:43.232 11347 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c806cbc0-3bb2-42fe-b89b-0d8349e49c78) has been successfully configured for deployment 'opnfv-rally' (UUID=fe2c03fd-64e8-4d08-aa86-42ca56f6a9b7)! 2018-10-10 15:44:43,408 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-10 15:44:43,408 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-10 15:44:43,411 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-10 15:44:43,436 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-10 15:44:46,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c806cbc0-3bb2-42fe-b89b-0d8349e49c78/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-10-10 15:44:46,638 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-10 15:44:47,116 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-10 15:44:47,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-10-10 15:44:49,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 15:44:49.299 11356 INFO rally.api [-] Starting verification (UUID=56ba87d4-2e1d-4fd7-8b25-160a228621e1) for deployment 'opnfv-rally' (UUID=fe2c03fd-64e8-4d08-aa86-42ca56f6a9b7) by verifier 'opnfv-tempest' (UUID=c806cbc0-3bb2-42fe-b89b-0d8349e49c78). 2018-10-10 15:44:49,300 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 56ba87d4-2e1d-4fd7-8b25-160a228621e1 2018-10-10 15:47:28,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 56ba87d4-2e1d-4fd7-8b25-160a228621e1 2018-10-10 15:47:28,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '56ba87d4-2e1d-4fd7-8b25-160a228621e1']'. 2018-10-10 15:47:29,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-10 15:47:29,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-10 15:47:29,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-10 15:47:29,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 56ba87d4-2e1d-4fd7-8b25-160a228621e1 | 2018-10-10 15:47:29,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-10 15:47:29,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-10 15:44:49 | 2018-10-10 15:47:29,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-10 15:47:27 | 2018-10-10 15:47:29,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:38 | 2018-10-10 15:47:29,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-10 15:47:29,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-10 15:47:29,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c806cbc0-3bb2-42fe-b89b-0d8349e49c78) | 2018-10-10 15:47:29,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-10 15:47:29,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: fe2c03fd-64e8-4d08-aa86-42ca56f6a9b7) | 2018-10-10 15:47:29,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-10-10 15:47:29,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 150.673 | 2018-10-10 15:47:29,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-10-10 15:47:29,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-10-10 15:47:29,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-10 15:47:29,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-10 15:47:29,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-10 15:47:29,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-10 15:47:29,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-10 15:47:29,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-10 15:47:29,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-10-10 15:47:29,623 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-10 15:47:29,624 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:54 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-10 15:47:29,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-10 15:47:29,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a80f370078cd336bd45302158bad7acef35f851f" 2018-10-10 15:47:30,485 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-25f31b1e-6d21-45ce-92b0-0e5f4bd75a15 Date: Wed, 10 Oct 2018 15:47:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 15:47:30,486 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4 used request id req-25f31b1e-6d21-45ce-92b0-0e5f4bd75a15 2018-10-10 15:47:30,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.859591007233s 2018-10-10 15:47:30,486 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/ac82e8d0-bb97-46ee-ab84-8c6c65d694e4 used request id req-25f31b1e-6d21-45ce-92b0-0e5f4bd75a15 2018-10-10 15:47:30,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 15:47:30,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:47:30,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:47: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-2d589d12-0a2f-44d9-9d33-df50cb04586e x-compute-request-id: req-2d589d12-0a2f-44d9-9d33-df50cb04586e Content-Encoding: gzip Content-Length: 359 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/5fd78116-b50a-4db3-b364-563b1c58625f", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/5fd78116-b50a-4db3-b364-563b1c58625f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5fd78116-b50a-4db3-b364-563b1c58625f", "name": "patrole-flavor_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b54fdcb0-29d1-4430-8bf6-a56af2a15d6e", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b54fdcb0-29d1-4430-8bf6-a56af2a15d6e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b54fdcb0-29d1-4430-8bf6-a56af2a15d6e", "name": "patrole-flavor_alt_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 15:47:30,519 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-2d589d12-0a2f-44d9-9d33-df50cb04586e 2018-10-10 15:47:30,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0322630405426s 2018-10-10 15:47:30,519 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-2d589d12-0a2f-44d9-9d33-df50cb04586e 2018-10-10 15:47:30,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-10 15:47:30,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/b54fdcb0-29d1-4430-8bf6-a56af2a15d6e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:47:30,721 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 15:47: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-9ae2f3ba-fd90-4df9-b033-a75db1c12310 x-compute-request-id: req-9ae2f3ba-fd90-4df9-b033-a75db1c12310 Content-Length: 0 Content-Type: application/json 2018-10-10 15:47:30,721 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b54fdcb0-29d1-4430-8bf6-a56af2a15d6e used request id req-9ae2f3ba-fd90-4df9-b033-a75db1c12310 2018-10-10 15:47:30,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.199570894241s 2018-10-10 15:47:30,721 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b54fdcb0-29d1-4430-8bf6-a56af2a15d6e used request id req-9ae2f3ba-fd90-4df9-b033-a75db1c12310 2018-10-10 15:47:30,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 15:47:30,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a80f370078cd336bd45302158bad7acef35f851f" 2018-10-10 15:47:30,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-4494f830-e0e5-43de-8d33-fa10fa2f7198 Date: Wed, 10 Oct 2018 15:47:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/snap", "metadata": {}}], "file": "/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/file", "owner": "31408b4a6c6e4a71b10c34f934070c03", "id": "e9e2a33f-bdc3-4545-8c4c-39a225bb251a", "size": 12716032, "self": "/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T15:44:37Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T15:44:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 15:47:30,891 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4494f830-e0e5-43de-8d33-fa10fa2f7198 2018-10-10 15:47:30,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168774843216s 2018-10-10 15:47:30,891 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4494f830-e0e5-43de-8d33-fa10fa2f7198 2018-10-10 15:47:30,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-10 15:47:30,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a80f370078cd336bd45302158bad7acef35f851f" 2018-10-10 15:47:32,923 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a7fa883c-4a89-4475-9a17-bf8e068c3bd9 Date: Wed, 10 Oct 2018 15:47:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 15:47:32,923 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a used request id req-a7fa883c-4a89-4475-9a17-bf8e068c3bd9 2018-10-10 15:47:32,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.03036594391s 2018-10-10 15:47:32,923 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/e9e2a33f-bdc3-4545-8c4c-39a225bb251a used request id req-a7fa883c-4a89-4475-9a17-bf8e068c3bd9 2018-10-10 15:47:32,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 15:47:32,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:47:32,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:47: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-e58c3514-d8f8-4afb-b877-cfe341279f2c x-compute-request-id: req-e58c3514-d8f8-4afb-b877-cfe341279f2c Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/5fd78116-b50a-4db3-b364-563b1c58625f", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/5fd78116-b50a-4db3-b364-563b1c58625f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5fd78116-b50a-4db3-b364-563b1c58625f", "name": "patrole-flavor_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 15:47:32,957 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-e58c3514-d8f8-4afb-b877-cfe341279f2c 2018-10-10 15:47:32,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0328390598297s 2018-10-10 15:47:32,957 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-e58c3514-d8f8-4afb-b877-cfe341279f2c 2018-10-10 15:47:32,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-10 15:47:32,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/5fd78116-b50a-4db3-b364-563b1c58625f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:47:33,011 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 15:47: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-c541b228-97b3-4ffe-aa44-def252682d27 x-compute-request-id: req-c541b228-97b3-4ffe-aa44-def252682d27 Content-Length: 0 Content-Type: application/json 2018-10-10 15:47:33,012 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/5fd78116-b50a-4db3-b364-563b1c58625f used request id req-c541b228-97b3-4ffe-aa44-def252682d27 2018-10-10 15:47:33,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0524709224701s 2018-10-10 15:47:33,012 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/5fd78116-b50a-4db3-b364-563b1c58625f used request id req-c541b228-97b3-4ffe-aa44-def252682d27 2018-10-10 15:47:33,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 15:47:33,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:47:33,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:47:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba04dc11-0389-4b82-93dc-9e1a8f67b4ff Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_89d1353c-a6de-44e7-8be5-4fdefd5d85ba", "links": {"self": "http://172.30.9.27:5000/v3/users/8dc69e8c950243138553f08b6bc39b9c"}, "domain_id": "default", "enabled": true, "id": "8dc69e8c950243138553f08b6bc39b9c", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 15:47:33,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ba04dc11-0389-4b82-93dc-9e1a8f67b4ff 2018-10-10 15:47:33,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0905539989471s 2018-10-10 15:47:33,104 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ba04dc11-0389-4b82-93dc-9e1a8f67b4ff 2018-10-10 15:47:33,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 15:47:33,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/8dc69e8c950243138553f08b6bc39b9c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:47:33,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:47:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce6ad08a-091b-407a-a18e-3fe8cbdf6cf8 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/8dc69e8c950243138553f08b6bc39b9c"}, "enabled": true, "id": "8dc69e8c950243138553f08b6bc39b9c", "options": {}, "domain_id": "default", "name": "patrole-user_89d1353c-a6de-44e7-8be5-4fdefd5d85ba"}} 2018-10-10 15:47:33,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/8dc69e8c950243138553f08b6bc39b9c used request id req-ce6ad08a-091b-407a-a18e-3fe8cbdf6cf8 2018-10-10 15:47:33,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0912570953369s 2018-10-10 15:47:33,201 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/8dc69e8c950243138553f08b6bc39b9c used request id req-ce6ad08a-091b-407a-a18e-3fe8cbdf6cf8 2018-10-10 15:47:33,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-10 15:47:33,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/8dc69e8c950243138553f08b6bc39b9c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:47:33,389 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:47:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e8a19e5-d64f-4308-8704-25ccdd248767 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:47:33,390 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/8dc69e8c950243138553f08b6bc39b9c used request id req-6e8a19e5-d64f-4308-8704-25ccdd248767 2018-10-10 15:47:33,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.187769889832s 2018-10-10 15:47:33,390 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/8dc69e8c950243138553f08b6bc39b9c used request id req-6e8a19e5-d64f-4308-8704-25ccdd248767 2018-10-10 15:47:33,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 15:47:33,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:47:33,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:47:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-955cc459-2b6a-43d1-920a-31804dd7a225 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.27:5000/v3/projects/31408b4a6c6e4a71b10c34f934070c03"}, "enabled": true, "id": "31408b4a6c6e4a71b10c34f934070c03", "parent_id": "default", "domain_id": "default", "name": "patrole-project_89d1353c-a6de-44e7-8be5-4fdefd5d85ba"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 15:47:33,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-955cc459-2b6a-43d1-920a-31804dd7a225 2018-10-10 15:47:33,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0762181282043s 2018-10-10 15:47:33,467 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-955cc459-2b6a-43d1-920a-31804dd7a225 2018-10-10 15:47:33,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-10 15:47:33,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/31408b4a6c6e4a71b10c34f934070c03 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:47:33,674 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:47:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03a7c918-a89c-44c4-9245-49bd535bdab3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:47:33,674 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/31408b4a6c6e4a71b10c34f934070c03 used request id req-03a7c918-a89c-44c4-9245-49bd535bdab3 2018-10-10 15:47:33,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.204851865768s 2018-10-10 15:47:33,675 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/31408b4a6c6e4a71b10c34f934070c03 used request id req-03a7c918-a89c-44c4-9245-49bd535bdab3 2018-10-10 15:47:33,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 15:47:33,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:47:33,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:47:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93ccb288-382b-481a-95e0-fb0af8d266e7 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3ba3a29257f40b190207fdb76b65ed7", "links": {"self": "http://172.30.9.27:5000/v3/roles/b3ba3a29257f40b190207fdb76b65ed7"}, "name": "Member"}]} 2018-10-10 15:47:33,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-93ccb288-382b-481a-95e0-fb0af8d266e7 2018-10-10 15:47:33,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0863189697266s 2018-10-10 15:47:33,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-10 15:47:33,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/b3ba3a29257f40b190207fdb76b65ed7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:47:33,868 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 15:47:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8baa9924-f244-4136-ae62-c8a0df89aab6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 15:47:33,869 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/b3ba3a29257f40b190207fdb76b65ed7 used request id req-8baa9924-f244-4136-ae62-c8a0df89aab6 2018-10-10 15:47:33,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.105849981308s 2018-10-10 15:47:33,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 15:47:33,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=31408b4a6c6e4a71b10c34f934070c03&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}1089610cf317fc25e0e51f69985802a917617ee0" 2018-10-10 15:47:34,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a5a8baf6-923b-4834-a8d3-ee7f34e1baca Date: Wed, 10 Oct 2018 15:47:34 GMT RESP BODY: {"security_groups": []} 2018-10-10 15:47:34,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=31408b4a6c6e4a71b10c34f934070c03&name=default used request id req-a5a8baf6-923b-4834-a8d3-ee7f34e1baca 2018-10-10 15:47:34,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.181217908859s 2018-10-10 15:47:34,053 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=31408b4a6c6e4a71b10c34f934070c03&name=default used request id req-a5a8baf6-923b-4834-a8d3-ee7f34e1baca 2018-10-10 15:47:34,106 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-10-10 15:47:34,806 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-10-10 15:47:34,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 15:47:34,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 15:47:34,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 15:47:34,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 15:47:34,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 15:47:34,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 15:47:34,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 15:47:34,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 15:47:34,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 15:47:34,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 15:47:34,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 15:47:34,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 15:47:34,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 15:47:34,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 15:47:34,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 15:47:34,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 15:47:34,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 15:47:34,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 15:47:34,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 15:47:34,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 15:47:34,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 15:47:34,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 15:47:34,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 15:47:34,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 15:47:34,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-10-10 15:47:34,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 15:47:34,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:47:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41992472-858d-4d51-b2b8-45771641556f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 15:47:34,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-41992472-858d-4d51-b2b8-45771641556f 2018-10-10 15:47:34,819 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 15:47:35,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T16:47:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["rqWcfCTeR8SGVhG2Cws0hQ"], "issued_at": "2018-10-10T15:47:35.000000Z"}} 2018-10-10 15:47:35,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e209542ecb37cd8044c310534c5ad98235948e2c" 2018-10-10 15:47:35,205 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 15:47: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 15:47:35,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e209542ecb37cd8044c310534c5ad98235948e2c" 2018-10-10 15:47:35,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:47:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db75e422-7cfa-440f-a241-eb4757a58570 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.27:5000/v3/services/28debe965155443dbb7d37218c9998aa"}, "enabled": true, "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.27:5000/v3/services/364f389263804cd59772b65503624fbb"}, "enabled": true, "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.27:5000/v3/services/3c2aaeeada6d4c6d8c4969819852d596"}, "enabled": true, "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.27:5000/v3/services/3c35b60289ab4f1a8fe84bd43ff20614"}, "enabled": true, "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.27:5000/v3/services/52eca4ef4a964c8bb12dbdc506907321"}, "enabled": true, "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.27:5000/v3/services/681f8687802742ca9c1da284b179fab1"}, "enabled": true, "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.27:5000/v3/services/786f9df4820646e3953e3a041a5b72db"}, "enabled": true, "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.27:5000/v3/services/7be829531b8149b88b3b8b3ce777287c"}, "enabled": true, "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.27:5000/v3/services/969764c49c33483e8f22e5ca38418f61"}, "enabled": true, "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.27:5000/v3/services/9a362d24518e4a0a8db9bddb5bd4b92b"}, "enabled": true, "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.27:5000/v3/services/a9cf975418054c35b31c2d84b4d9879f"}, "enabled": true, "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.27:5000/v3/services/c9646023c6b94d4590b05b69a3e59529"}, "enabled": true, "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.27:5000/v3/services/d57ad3c3c07b47f7beb34feebecbc1e9"}, "enabled": true, "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.27:5000/v3/services/dcad6908d186431c8dfeb6b085e0ac32"}, "enabled": true, "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.27:5000/v3/services/e7b9bf1bfd3f43a8a8f6527267eba876"}, "enabled": true, "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "links": {"self": "http://172.30.9.27:5000/v3/services", "previous": null, "next": null}} 2018-10-10 15:47:35,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/services used request id req-db75e422-7cfa-440f-a241-eb4757a58570 2018-10-10 15:47:35,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.478389024734s 2018-10-10 15:47:35,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-10-10 15:47:35,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e209542ecb37cd8044c310534c5ad98235948e2c" 2018-10-10 15:47:35,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 15:47:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ffaf235-c664-421b-8944-25c7ed7e2940 Content-Encoding: gzip Content-Length: 1951 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/01225c7f4c0b4c5f934365a346598429"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "364f389263804cd59772b65503624fbb", "id": "01225c7f4c0b4c5f934365a346598429"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/028382c9fb074348b675930305da307e"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "786f9df4820646e3953e3a041a5b72db", "id": "028382c9fb074348b675930305da307e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/02a740e72bc142b3a31534f968be6197"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "681f8687802742ca9c1da284b179fab1", "id": "02a740e72bc142b3a31534f968be6197"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0cb45cce97294716a60839c7309edc1c"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "364f389263804cd59772b65503624fbb", "id": "0cb45cce97294716a60839c7309edc1c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/129c38363f794511ac7d492a45fd2435"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7be829531b8149b88b3b8b3ce777287c", "id": "129c38363f794511ac7d492a45fd2435"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/133a382f646e48b484b872af47ead2c0"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "28debe965155443dbb7d37218c9998aa", "id": "133a382f646e48b484b872af47ead2c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/149dd8156a4c44fd83afd04bc4f4871d"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dcad6908d186431c8dfeb6b085e0ac32", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/154b0822791f44a099bf9312516e2842"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e7b9bf1bfd3f43a8a8f6527267eba876", "id": "154b0822791f44a099bf9312516e2842"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1d182cb6c18a4bd2bb382777afabd5a8"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7be829531b8149b88b3b8b3ce777287c", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/29d55670eee040d1acb29501cc0787a2"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "786f9df4820646e3953e3a041a5b72db", "id": "29d55670eee040d1acb29501cc0787a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2e38aeab746c438ba3b1dedf4877119e"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c9646023c6b94d4590b05b69a3e59529", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2f81559452934776979a9e85ad7f624a"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9a362d24518e4a0a8db9bddb5bd4b92b", "id": "2f81559452934776979a9e85ad7f624a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3a7e0304e8cf406ba33308fcc6791145"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e7b9bf1bfd3f43a8a8f6527267eba876", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/409d56d414cb4b5ab49c36f2ef406325"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a9cf975418054c35b31c2d84b4d9879f", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/606fc06e06f64bee8ca72e0ff4daa0f5"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "969764c49c33483e8f22e5ca38418f61", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6516489826d544108b5e6de252d18ea6"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d57ad3c3c07b47f7beb34feebecbc1e9", "id": "6516489826d544108b5e6de252d18ea6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7a3bdff3507f4b81bea33f7ed61ac01e"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "681f8687802742ca9c1da284b179fab1", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7e8f71ac79744fd3bffab48152a18b60"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9a362d24518e4a0a8db9bddb5bd4b92b", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/83f3315f2c154cc1995d029ea79f9859"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "681f8687802742ca9c1da284b179fab1", "id": "83f3315f2c154cc1995d029ea79f9859"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/84a5be0f03994e78b965f51e01a4e3be"}, "url": "http://172.30.9.27:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a9cf975418054c35b31c2d84b4d9879f", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/864cd0feef8449e485431071a9f0ec79"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "28debe965155443dbb7d37218c9998aa", "id": "864cd0feef8449e485431071a9f0ec79"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/8a7d113848cc4b7a9ff2e4c074f12644"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "969764c49c33483e8f22e5ca38418f61", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/8ee132d9982a4ab38a9d47af26398cf6"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "52eca4ef4a964c8bb12dbdc506907321", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/965a7e4ab0274d40813906b20f5e42d3"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "364f389263804cd59772b65503624fbb", "id": "965a7e4ab0274d40813906b20f5e42d3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/9d363d0e0dbd4016bfdecef5c9a90b48"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "52eca4ef4a964c8bb12dbdc506907321", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a1e865982fc5417eb66a23c3b0c25bc1"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "969764c49c33483e8f22e5ca38418f61", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a452435ebf9147a98155b7badcf98721"}, "url": "http://172.30.9.27:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c9646023c6b94d4590b05b69a3e59529", "id": "a452435ebf9147a98155b7badcf98721"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bd785a99adf94e6ca5da87405c9a749b"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9a362d24518e4a0a8db9bddb5bd4b92b", "id": "bd785a99adf94e6ca5da87405c9a749b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bf8bcbf8d31947ecadb64a74df0dd0ff"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c9646023c6b94d4590b05b69a3e59529", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c121c978ca7c4dea924724eb5e717dde"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dcad6908d186431c8dfeb6b085e0ac32", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c6990583614647dbafbbdaa3eba75477"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3c35b60289ab4f1a8fe84bd43ff20614", "id": "c6990583614647dbafbbdaa3eba75477"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c87eb0ae7f0f449a893d258eb460b95b"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dcad6908d186431c8dfeb6b085e0ac32", "id": "c87eb0ae7f0f449a893d258eb460b95b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c9dc82fe28e349759d54d678dd4471fa"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3c35b60289ab4f1a8fe84bd43ff20614", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/cbb2a1a2b719467e8c6ba50d66c07c87"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7be829531b8149b88b3b8b3ce777287c", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d4fed96cff0143cca468b24e44dbc1d7"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d57ad3c3c07b47f7beb34feebecbc1e9", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d5677b595f664d45a174df08a9d3f16f"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e7b9bf1bfd3f43a8a8f6527267eba876", "id": "d5677b595f664d45a174df08a9d3f16f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/dc26a47068a04a4b8e2b26ba17f3812e"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a9cf975418054c35b31c2d84b4d9879f", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/de2d49574b084589bc5aa0b241191742"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d57ad3c3c07b47f7beb34feebecbc1e9", "id": "de2d49574b084589bc5aa0b241191742"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e49e5ffe730e4891a01b35c2fe342586"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3c35b60289ab4f1a8fe84bd43ff20614", "id": "e49e5ffe730e4891a01b35c2fe342586"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ef25206ae02b406d9cbac5291c63af19"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "786f9df4820646e3953e3a041a5b72db", "id": "ef25206ae02b406d9cbac5291c63af19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/fa6d1fd308ef4927939293959503f9c2"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "52eca4ef4a964c8bb12dbdc506907321", "id": "fa6d1fd308ef4927939293959503f9c2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/fc493fbb7e14425ab80ae3631ed40802"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "28debe965155443dbb7d37218c9998aa", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-10-10 15:47:35,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-7ffaf235-c664-421b-8944-25c7ed7e2940 2018-10-10 15:47:35,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0826768875122s 2018-10-10 15:47:55,304 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-10-10 15:47:55,349 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-10-10 15:47:55,601 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-10-10 15:47:55,746 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-10 15:47:55,747 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-10 15:47:55,802 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-10-10 15:47:57,396 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-10 15:47:59,511 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-10 15:47:59,512 - openstack_tests - INFO - OS Credentials = > 2018-10-10 15:48:00,359 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-10 15:48:00,359 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-10-10 15:48:01,574 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-d479aa54-7568-44f-proj 2018-10-10 15:48:02,700 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-d479aa54-7568-44f-user 2018-10-10 15:48:02,819 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-d479aa54-7568-44f-proj-role 2018-10-10 15:48:02,902 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-d479aa54-7568-44f-proj-role to project CreateSecurityGroupTests-d479aa54-7568-44f-proj 2018-10-10 15:48:03,784 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-40a5eb8b-1df9-439a-9929-9ec5e3c8388dname... 2018-10-10 15:48:03,784 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-40a5eb8b-1df9-439a-9929-9ec5e3c8388dname 2018-10-10 15:48:04,318 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5352061-0225-441b-8729-ae498239ca84 2018-10-10 15:48:04,509 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5352061-0225-441b-8729-ae498239ca84 2018-10-10 15:48:04,682 - neutron_utils - INFO - Retrieving security group with ID - f5352061-0225-441b-8729-ae498239ca84 2018-10-10 15:48:04,885 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5352061-0225-441b-8729-ae498239ca84 2018-10-10 15:48:05,045 - neutron_utils - INFO - Retrieving security group with ID - f5352061-0225-441b-8729-ae498239ca84 2018-10-10 15:48:05,250 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5352061-0225-441b-8729-ae498239ca84 2018-10-10 15:48:05,429 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-40a5eb8b-1df9-439a-9929-9ec5e3c8388dname 2018-10-10 15:48:05,700 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5352061-0225-441b-8729-ae498239ca84 2018-10-10 15:48:06,198 - neutron_utils - INFO - Retrieving security group with ID - f5352061-0225-441b-8729-ae498239ca84 2018-10-10 15:48:06,409 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5352061-0225-441b-8729-ae498239ca84 2018-10-10 15:48:07,190 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5352061-0225-441b-8729-ae498239ca84 2018-10-10 15:48:07,364 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5352061-0225-441b-8729-ae498239ca84 2018-10-10 15:48:07,746 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5352061-0225-441b-8729-ae498239ca84 2018-10-10 15:48:08,125 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5352061-0225-441b-8729-ae498239ca84 2018-10-10 15:48:08,506 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5352061-0225-441b-8729-ae498239ca84 2018-10-10 15:48:08,685 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5352061-0225-441b-8729-ae498239ca84 2018-10-10 15:48:08,864 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-40a5eb8b-1df9-439a-9929-9ec5e3c8388dname 2018-10-10 15:48:09,137 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5352061-0225-441b-8729-ae498239ca84 2018-10-10 15:48:09,653 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5352061-0225-441b-8729-ae498239ca84 2018-10-10 15:48:09,828 - neutron_utils - INFO - Deleting security group rule with ID - d6bc76b1-1683-4120-ab12-9fedf082cadf 2018-10-10 15:48:10,072 - neutron_utils - INFO - Deleting security group rule with ID - 470cd239-9afc-4f26-b3e1-b384231f8bd6 2018-10-10 15:48:10,358 - neutron_utils - INFO - Deleting security group rule with ID - 4b25faa6-f329-478d-abdb-174e1f264252 2018-10-10 15:48:10,618 - neutron_utils - INFO - Deleting security group rule with ID - 6ac61b00-7cb8-42c7-9b55-73319bc57504 2018-10-10 15:48:10,744 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-40a5eb8b-1df9-439a-9929-9ec5e3c8388dname 2018-10-10 15:48:11,755 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a014ae7f-d4c6-438d-bdd5-267cca4403da 2018-10-10 15:48:11,935 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:48:12,229 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-d479aa54-7568-44f-proj 2018-10-10 15:48:12,452 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-d479aa54-7568-44f-proj-role 2018-10-10 15:48:12,698 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-d479aa54-7568-44f-user 2018-10-10 15:48:14,107 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-e13ccb1e-e679-4d6-proj 2018-10-10 15:48:15,161 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-e13ccb1e-e679-4d6-user 2018-10-10 15:48:15,347 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-e13ccb1e-e679-4d6-proj-role 2018-10-10 15:48:15,435 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-e13ccb1e-e679-4d6-proj-role to project CreateSecurityGroupTests-e13ccb1e-e679-4d6-proj 2018-10-10 15:48:16,311 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-63594869-f5cc-4c5e-9934-9681d6546177name... 2018-10-10 15:48:16,311 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-63594869-f5cc-4c5e-9934-9681d6546177name 2018-10-10 15:48:16,755 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30558038-60b8-49fb-b4d2-58b2075a48c1 2018-10-10 15:48:16,993 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30558038-60b8-49fb-b4d2-58b2075a48c1 2018-10-10 15:48:17,181 - neutron_utils - INFO - Retrieving security group with ID - 30558038-60b8-49fb-b4d2-58b2075a48c1 2018-10-10 15:48:17,537 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30558038-60b8-49fb-b4d2-58b2075a48c1 2018-10-10 15:48:17,744 - neutron_utils - INFO - Retrieving security group with ID - 30558038-60b8-49fb-b4d2-58b2075a48c1 2018-10-10 15:48:17,946 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30558038-60b8-49fb-b4d2-58b2075a48c1 2018-10-10 15:48:18,108 - neutron_utils - INFO - Retrieving security group with ID - 30558038-60b8-49fb-b4d2-58b2075a48c1 2018-10-10 15:48:18,312 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30558038-60b8-49fb-b4d2-58b2075a48c1 2018-10-10 15:48:18,493 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-63594869-f5cc-4c5e-9934-9681d6546177name 2018-10-10 15:48:19,347 - neutron_utils - INFO - Deleting security group rule with ID - 5e98c965-f5f8-4691-b19d-436d196b9082 2018-10-10 15:48:19,372 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 5e98c965-f5f8-4691-b19d-436d196b9082 does not exist Neutron server returns request_ids: ['req-bd9ad96e-8846-455f-8780-3d714fc8209c'] 2018-10-10 15:48:19,373 - neutron_utils - INFO - Deleting security group rule with ID - 82dee500-27e5-4105-8e59-858cfd4ac98c 2018-10-10 15:48:19,397 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 82dee500-27e5-4105-8e59-858cfd4ac98c does not exist Neutron server returns request_ids: ['req-b41a7cb0-8b06-478e-bd2c-3aca773deed5'] 2018-10-10 15:48:19,397 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-63594869-f5cc-4c5e-9934-9681d6546177name 2018-10-10 15:48:19,565 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 30558038-60b8-49fb-b4d2-58b2075a48c1 does not exist Neutron server returns request_ids: ['req-05152e40-8a63-40bb-9962-641673fd3598'] 2018-10-10 15:48:19,953 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 32fd60f1-443f-447c-8f24-6e2cbc456f36 2018-10-10 15:48:20,168 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:48:20,477 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-e13ccb1e-e679-4d6-proj 2018-10-10 15:48:20,775 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-e13ccb1e-e679-4d6-proj-role 2018-10-10 15:48:20,980 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-e13ccb1e-e679-4d6-user 2018-10-10 15:48:22,417 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-3f7cca2e-7bad-4be-proj 2018-10-10 15:48:23,504 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-3f7cca2e-7bad-4be-user 2018-10-10 15:48:23,808 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-3f7cca2e-7bad-4be-proj-role 2018-10-10 15:48:23,829 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-3f7cca2e-7bad-4be-proj-role to project CreateSecurityGroupTests-3f7cca2e-7bad-4be-proj 2018-10-10 15:48:24,616 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-10d9170e-c73a-4b2b-9409-9df461e6017ename... 2018-10-10 15:48:24,616 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-10d9170e-c73a-4b2b-9409-9df461e6017ename 2018-10-10 15:48:25,276 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b87949f8-5822-40d7-ba0c-72caea3f2c2e 2018-10-10 15:48:25,442 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b87949f8-5822-40d7-ba0c-72caea3f2c2e 2018-10-10 15:48:25,466 - neutron_utils - INFO - Retrieving security group with ID - b87949f8-5822-40d7-ba0c-72caea3f2c2e 2018-10-10 15:48:25,790 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b87949f8-5822-40d7-ba0c-72caea3f2c2e 2018-10-10 15:48:25,985 - neutron_utils - INFO - Retrieving security group with ID - b87949f8-5822-40d7-ba0c-72caea3f2c2e 2018-10-10 15:48:26,036 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b87949f8-5822-40d7-ba0c-72caea3f2c2e 2018-10-10 15:48:26,060 - neutron_utils - INFO - Retrieving security group with ID - b87949f8-5822-40d7-ba0c-72caea3f2c2e 2018-10-10 15:48:26,260 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b87949f8-5822-40d7-ba0c-72caea3f2c2e 2018-10-10 15:48:27,100 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b87949f8-5822-40d7-ba0c-72caea3f2c2e 2018-10-10 15:48:27,255 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b87949f8-5822-40d7-ba0c-72caea3f2c2e 2018-10-10 15:48:28,093 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b87949f8-5822-40d7-ba0c-72caea3f2c2e 2018-10-10 15:48:28,252 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b87949f8-5822-40d7-ba0c-72caea3f2c2e 2018-10-10 15:48:28,549 - neutron_utils - INFO - Retrieving security group with ID - b87949f8-5822-40d7-ba0c-72caea3f2c2e 2018-10-10 15:48:28,600 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b87949f8-5822-40d7-ba0c-72caea3f2c2e 2018-10-10 15:48:28,779 - neutron_utils - INFO - Deleting security group rule with ID - 42d1b6a2-0528-47db-b904-09a5fa1f0c59 2018-10-10 15:48:28,910 - neutron_utils - INFO - Deleting security group rule with ID - e35495e0-fa05-4bae-97d1-1a1fd504e43b 2018-10-10 15:48:29,169 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-10d9170e-c73a-4b2b-9409-9df461e6017ename 2018-10-10 15:48:30,003 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f46bab-ebab-4a98-a7f1-e5f748cb6707 2018-10-10 15:48:30,183 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:48:30,516 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-3f7cca2e-7bad-4be-proj 2018-10-10 15:48:30,763 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-3f7cca2e-7bad-4be-proj-role 2018-10-10 15:48:30,970 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-3f7cca2e-7bad-4be-user 2018-10-10 15:48:32,413 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-59aa7152-602a-4f8-proj 2018-10-10 15:48:33,466 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-59aa7152-602a-4f8-user 2018-10-10 15:48:33,688 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-59aa7152-602a-4f8-proj-role 2018-10-10 15:48:33,773 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-59aa7152-602a-4f8-proj-role to project CreateSecurityGroupTests-59aa7152-602a-4f8-proj 2018-10-10 15:48:34,571 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-0eea3090-f71b-49fd-b710-2e1524e2f327name... 2018-10-10 15:48:34,571 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-0eea3090-f71b-49fd-b710-2e1524e2f327name 2018-10-10 15:48:35,174 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 703d50d1-a008-4b9b-9b6a-04da7848b9e6 2018-10-10 15:48:35,359 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 703d50d1-a008-4b9b-9b6a-04da7848b9e6 2018-10-10 15:48:35,530 - neutron_utils - INFO - Retrieving security group with ID - 703d50d1-a008-4b9b-9b6a-04da7848b9e6 2018-10-10 15:48:35,746 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 703d50d1-a008-4b9b-9b6a-04da7848b9e6 2018-10-10 15:48:35,927 - neutron_utils - INFO - Retrieving security group with ID - 703d50d1-a008-4b9b-9b6a-04da7848b9e6 2018-10-10 15:48:35,982 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 703d50d1-a008-4b9b-9b6a-04da7848b9e6 2018-10-10 15:48:36,152 - neutron_utils - INFO - Retrieving security group with ID - 703d50d1-a008-4b9b-9b6a-04da7848b9e6 2018-10-10 15:48:36,201 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 703d50d1-a008-4b9b-9b6a-04da7848b9e6 2018-10-10 15:48:36,928 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 703d50d1-a008-4b9b-9b6a-04da7848b9e6 2018-10-10 15:48:37,101 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 703d50d1-a008-4b9b-9b6a-04da7848b9e6 2018-10-10 15:48:37,261 - neutron_utils - INFO - Deleting security group rule with ID - a2ba798d-f0a5-49a6-bd14-13a2424fe1b2 2018-10-10 15:48:37,518 - neutron_utils - INFO - Deleting security group rule with ID - 849b7167-30a2-4e66-8bd5-3733ada6d679 2018-10-10 15:48:37,785 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-0eea3090-f71b-49fd-b710-2e1524e2f327name 2018-10-10 15:48:38,378 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2267a008-3699-4504-a6ea-098ea3a90d62 2018-10-10 15:48:38,562 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:48:38,850 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-59aa7152-602a-4f8-proj 2018-10-10 15:48:39,111 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-59aa7152-602a-4f8-proj-role 2018-10-10 15:48:39,320 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-59aa7152-602a-4f8-user 2018-10-10 15:48:40,741 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-a770f422-3cc7-4e1-proj 2018-10-10 15:48:41,748 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-a770f422-3cc7-4e1-user 2018-10-10 15:48:41,957 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-a770f422-3cc7-4e1-proj-role 2018-10-10 15:48:42,047 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-a770f422-3cc7-4e1-proj-role to project CreateSecurityGroupTests-a770f422-3cc7-4e1-proj 2018-10-10 15:48:42,954 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-85862ce5-363d-426b-bfa7-5fb6d4c31fb4name... 2018-10-10 15:48:42,954 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-85862ce5-363d-426b-bfa7-5fb6d4c31fb4name 2018-10-10 15:48:43,372 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7054b99-5271-46de-a5cf-1afeca751c20 2018-10-10 15:48:43,541 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7054b99-5271-46de-a5cf-1afeca751c20 2018-10-10 15:48:43,569 - neutron_utils - INFO - Retrieving security group with ID - c7054b99-5271-46de-a5cf-1afeca751c20 2018-10-10 15:48:43,651 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7054b99-5271-46de-a5cf-1afeca751c20 2018-10-10 15:48:43,692 - neutron_utils - INFO - Retrieving security group with ID - c7054b99-5271-46de-a5cf-1afeca751c20 2018-10-10 15:48:43,899 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7054b99-5271-46de-a5cf-1afeca751c20 2018-10-10 15:48:43,956 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-85862ce5-363d-426b-bfa7-5fb6d4c31fb4name 2018-10-10 15:48:44,272 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7054b99-5271-46de-a5cf-1afeca751c20 2018-10-10 15:48:44,606 - neutron_utils - INFO - Retrieving security group with ID - c7054b99-5271-46de-a5cf-1afeca751c20 2018-10-10 15:48:44,798 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7054b99-5271-46de-a5cf-1afeca751c20 2018-10-10 15:48:45,642 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7054b99-5271-46de-a5cf-1afeca751c20 2018-10-10 15:48:45,840 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7054b99-5271-46de-a5cf-1afeca751c20 2018-10-10 15:48:46,211 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7054b99-5271-46de-a5cf-1afeca751c20 2018-10-10 15:48:46,242 - neutron_utils - INFO - Deleting security group rule with ID - 3594dd5f-3cce-494d-af3a-3a65b1b0195c 2018-10-10 15:48:46,358 - neutron_utils - INFO - Deleting security group rule with ID - 4b812295-f200-47de-96e1-9bb8805dc794 2018-10-10 15:48:46,630 - neutron_utils - INFO - Deleting security group rule with ID - 041bfcdb-fda7-46a2-871d-8c6fed0c95f3 2018-10-10 15:48:46,899 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-85862ce5-363d-426b-bfa7-5fb6d4c31fb4name 2018-10-10 15:48:47,428 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fdbe39f-9a26-4d21-8834-ac9adb370ce6 2018-10-10 15:48:47,609 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:48:47,948 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-a770f422-3cc7-4e1-proj 2018-10-10 15:48:48,213 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-a770f422-3cc7-4e1-proj-role 2018-10-10 15:48:48,445 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-a770f422-3cc7-4e1-user 2018-10-10 15:48:50,048 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-81ecf851-4c6e-4b5-proj 2018-10-10 15:48:51,107 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-81ecf851-4c6e-4b5-user 2018-10-10 15:48:51,311 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-81ecf851-4c6e-4b5-proj-role 2018-10-10 15:48:51,396 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-81ecf851-4c6e-4b5-proj-role to project CreateSecurityGroupTests-81ecf851-4c6e-4b5-proj 2018-10-10 15:48:52,316 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-17d18077-2920-4d85-b602-da740592fe68name... 2018-10-10 15:48:52,316 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-17d18077-2920-4d85-b602-da740592fe68name 2018-10-10 15:48:52,713 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f31d49ae-69f3-41d4-9ea0-4ad2f4c81806 2018-10-10 15:48:52,924 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f31d49ae-69f3-41d4-9ea0-4ad2f4c81806 2018-10-10 15:48:53,209 - neutron_utils - INFO - Retrieving security group with ID - f31d49ae-69f3-41d4-9ea0-4ad2f4c81806 2018-10-10 15:48:53,409 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f31d49ae-69f3-41d4-9ea0-4ad2f4c81806 2018-10-10 15:48:53,438 - neutron_utils - INFO - Retrieving security group with ID - f31d49ae-69f3-41d4-9ea0-4ad2f4c81806 2018-10-10 15:48:53,487 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f31d49ae-69f3-41d4-9ea0-4ad2f4c81806 2018-10-10 15:48:53,654 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-17d18077-2920-4d85-b602-da740592fe68name 2018-10-10 15:48:53,945 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f31d49ae-69f3-41d4-9ea0-4ad2f4c81806 2018-10-10 15:48:54,486 - neutron_utils - INFO - Retrieving security group with ID - f31d49ae-69f3-41d4-9ea0-4ad2f4c81806 2018-10-10 15:48:54,683 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f31d49ae-69f3-41d4-9ea0-4ad2f4c81806 2018-10-10 15:48:55,544 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f31d49ae-69f3-41d4-9ea0-4ad2f4c81806 2018-10-10 15:48:55,761 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f31d49ae-69f3-41d4-9ea0-4ad2f4c81806 2018-10-10 15:48:56,132 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f31d49ae-69f3-41d4-9ea0-4ad2f4c81806 2018-10-10 15:48:56,313 - neutron_utils - INFO - Deleting security group rule with ID - 972a8da4-62e1-4782-92f8-4f8a8c5c5166 2018-10-10 15:48:56,414 - neutron_utils - INFO - Deleting security group rule with ID - a1dd6526-633a-4a72-9ba0-9cdfc8280674 2018-10-10 15:48:56,656 - neutron_utils - INFO - Deleting security group rule with ID - 16ce25c4-dbe8-47fd-bad0-1ea9be16cb79 2018-10-10 15:48:56,767 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-17d18077-2920-4d85-b602-da740592fe68name 2018-10-10 15:48:57,608 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e6364466-a9ba-4b79-82c9-2c721c1d5144 2018-10-10 15:48:57,774 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:48:58,085 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-81ecf851-4c6e-4b5-proj 2018-10-10 15:48:58,440 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-81ecf851-4c6e-4b5-proj-role 2018-10-10 15:48:58,652 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-81ecf851-4c6e-4b5-user 2018-10-10 15:48:59,993 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-f478f829-bc1b-4e6-proj 2018-10-10 15:49:01,118 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-f478f829-bc1b-4e6-user 2018-10-10 15:49:01,317 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-f478f829-bc1b-4e6-proj-role 2018-10-10 15:49:01,405 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-f478f829-bc1b-4e6-proj-role to project CreateSecurityGroupTests-f478f829-bc1b-4e6-proj 2018-10-10 15:49:02,304 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-554e290f-6040-473f-b32d-eb6298443471name... 2018-10-10 15:49:02,304 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-554e290f-6040-473f-b32d-eb6298443471name 2018-10-10 15:49:02,839 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:03,019 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:03,177 - neutron_utils - INFO - Retrieving security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:03,256 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:03,419 - neutron_utils - INFO - Retrieving security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:03,643 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:03,817 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-554e290f-6040-473f-b32d-eb6298443471name 2018-10-10 15:49:04,099 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:04,288 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-554e290f-6040-473f-b32d-eb6298443471name 2018-10-10 15:49:04,424 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:04,916 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-554e290f-6040-473f-b32d-eb6298443471name 2018-10-10 15:49:05,189 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:05,528 - neutron_utils - INFO - Retrieving security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:05,729 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:06,375 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:06,569 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:06,948 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:07,320 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:07,744 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:08,211 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:08,448 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:08,676 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:08,920 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:09,149 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:09,467 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:09,711 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:09,950 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:10,181 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a62cf2f-2d13-48b5-b609-a81d2b47d5bd 2018-10-10 15:49:10,367 - neutron_utils - INFO - Deleting security group rule with ID - 8a08962a-72a3-4ac3-af4d-1ef4ca6d6c96 2018-10-10 15:49:10,641 - neutron_utils - INFO - Deleting security group rule with ID - eaeff6f7-dff0-4643-a1c0-990ca0d80cca 2018-10-10 15:49:10,882 - neutron_utils - INFO - Deleting security group rule with ID - ecac9569-1ad3-4eee-8335-f5a9614a3c59 2018-10-10 15:49:11,161 - neutron_utils - INFO - Deleting security group rule with ID - b1662084-b6f5-46de-9fcd-af9ad86db7c5 2018-10-10 15:49:11,269 - neutron_utils - INFO - Deleting security group rule with ID - 2439a2a4-6ae7-4cd6-99c1-f7baba18ea72 2018-10-10 15:49:11,534 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-554e290f-6040-473f-b32d-eb6298443471name 2018-10-10 15:49:12,426 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aa6e2437-ac4b-40d0-8ee6-5724a8bfd3c1 2018-10-10 15:49:12,607 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:49:12,916 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-f478f829-bc1b-4e6-proj 2018-10-10 15:49:13,164 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-f478f829-bc1b-4e6-proj-role 2018-10-10 15:49:13,366 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-f478f829-bc1b-4e6-user 2018-10-10 15:49:14,778 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-803aeef7-6936-412-proj 2018-10-10 15:49:15,899 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-803aeef7-6936-412-user 2018-10-10 15:49:16,095 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-803aeef7-6936-412-proj-role 2018-10-10 15:49:16,113 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-803aeef7-6936-412-proj-role to project CreateSecurityGroupTests-803aeef7-6936-412-proj 2018-10-10 15:49:17,011 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-90398db1-e0eb-4785-b28a-e19a75245fcbname... 2018-10-10 15:49:17,012 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-90398db1-e0eb-4785-b28a-e19a75245fcbname 2018-10-10 15:49:17,398 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9ecb2e6e-c04a-4775-b96b-9ffd819e5012 2018-10-10 15:49:17,568 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9ecb2e6e-c04a-4775-b96b-9ffd819e5012 2018-10-10 15:49:17,763 - neutron_utils - INFO - Retrieving security group with ID - 9ecb2e6e-c04a-4775-b96b-9ffd819e5012 2018-10-10 15:49:17,949 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9ecb2e6e-c04a-4775-b96b-9ffd819e5012 2018-10-10 15:49:17,978 - neutron_utils - INFO - Retrieving security group with ID - 9ecb2e6e-c04a-4775-b96b-9ffd819e5012 2018-10-10 15:49:18,177 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9ecb2e6e-c04a-4775-b96b-9ffd819e5012 2018-10-10 15:49:18,249 - neutron_utils - INFO - Retrieving security group with ID - 9ecb2e6e-c04a-4775-b96b-9ffd819e5012 2018-10-10 15:49:18,445 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9ecb2e6e-c04a-4775-b96b-9ffd819e5012 2018-10-10 15:49:19,213 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9ecb2e6e-c04a-4775-b96b-9ffd819e5012 2018-10-10 15:49:19,378 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9ecb2e6e-c04a-4775-b96b-9ffd819e5012 2018-10-10 15:49:19,555 - neutron_utils - INFO - Deleting security group rule with ID - f04dbb87-4dcb-41e5-9370-f30a70e46bee 2018-10-10 15:49:19,848 - neutron_utils - INFO - Deleting security group rule with ID - 2877af55-c41c-4346-94fd-f18758afb292 2018-10-10 15:49:20,114 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-90398db1-e0eb-4785-b28a-e19a75245fcbname 2018-10-10 15:49:20,748 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 528740aa-dfaa-44c3-84b0-d9213dd1ab53 2018-10-10 15:49:20,920 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:49:21,253 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-803aeef7-6936-412-proj 2018-10-10 15:49:21,463 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-803aeef7-6936-412-proj-role 2018-10-10 15:49:21,660 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-803aeef7-6936-412-user 2018-10-10 15:49:23,184 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-81864500-e461-43f-proj 2018-10-10 15:49:24,155 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-81864500-e461-43f-user 2018-10-10 15:49:24,351 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-81864500-e461-43f-proj-role 2018-10-10 15:49:24,439 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-81864500-e461-43f-proj-role to project CreateSecurityGroupTests-81864500-e461-43f-proj 2018-10-10 15:49:25,338 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-a26935dd-3b44-4cc7-a806-44979ac3c0ffname... 2018-10-10 15:49:25,338 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-a26935dd-3b44-4cc7-a806-44979ac3c0ffname 2018-10-10 15:49:25,808 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:25,978 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:26,165 - neutron_utils - INFO - Retrieving security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:26,372 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:26,529 - neutron_utils - INFO - Retrieving security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:26,732 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:26,911 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-a26935dd-3b44-4cc7-a806-44979ac3c0ffname 2018-10-10 15:49:27,055 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:27,557 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-a26935dd-3b44-4cc7-a806-44979ac3c0ffname 2018-10-10 15:49:27,847 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:28,329 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-a26935dd-3b44-4cc7-a806-44979ac3c0ffname 2018-10-10 15:49:28,603 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:28,971 - neutron_utils - INFO - Retrieving security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:29,026 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:29,642 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:29,823 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:30,198 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:30,432 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:30,654 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:31,036 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:31,419 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:31,795 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:32,036 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:32,249 - neutron_utils - INFO - Deleting security group rule with ID - 424f2447-7cab-4c64-ae77-8905be716806 2018-10-10 15:49:32,529 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-10-10 15:49:32,529 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 619379b2-0306-4156-a0d1-4dae6cffa665 2018-10-10 15:49:32,561 - neutron_utils - INFO - Deleting security group rule with ID - 61381812-22e8-4c43-891a-6aa928a7d5b7 2018-10-10 15:49:32,695 - neutron_utils - INFO - Deleting security group rule with ID - 9be8e6e9-071c-408f-84b4-d25244dcefe8 2018-10-10 15:49:32,802 - neutron_utils - INFO - Deleting security group rule with ID - 4cf1f45f-09be-4fb1-8fb4-df933ae974da 2018-10-10 15:49:33,057 - neutron_utils - INFO - Deleting security group rule with ID - 424f2447-7cab-4c64-ae77-8905be716806 2018-10-10 15:49:33,225 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 424f2447-7cab-4c64-ae77-8905be716806 does not exist Neutron server returns request_ids: ['req-5a438cea-41e9-43df-96c8-f0c71c4d92a7'] 2018-10-10 15:49:33,225 - neutron_utils - INFO - Deleting security group rule with ID - cbe0d632-5e9b-4b01-8c06-55d8b7ebfaed 2018-10-10 15:49:33,343 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-a26935dd-3b44-4cc7-a806-44979ac3c0ffname 2018-10-10 15:49:34,092 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7006ff08-60e8-4e51-92dc-437c40728ebb 2018-10-10 15:49:34,273 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:49:34,635 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-81864500-e461-43f-proj 2018-10-10 15:49:34,942 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-81864500-e461-43f-proj-role 2018-10-10 15:49:35,225 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-81864500-e461-43f-user 2018-10-10 15:49:36,683 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-f0e5a0d1-1542-414-proj 2018-10-10 15:49:37,742 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-f0e5a0d1-1542-414-user 2018-10-10 15:49:37,945 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-f0e5a0d1-1542-414-proj-role 2018-10-10 15:49:38,039 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-f0e5a0d1-1542-414-proj-role to project CreateSecurityGroupTests-f0e5a0d1-1542-414-proj 2018-10-10 15:49:39,023 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-ca294c40-55b3-4778-bbe1-6b3a67448ad7name... 2018-10-10 15:49:39,023 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-ca294c40-55b3-4778-bbe1-6b3a67448ad7name 2018-10-10 15:49:39,396 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:39,561 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:39,764 - neutron_utils - INFO - Retrieving security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:39,842 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:40,016 - neutron_utils - INFO - Retrieving security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:40,220 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:40,387 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-ca294c40-55b3-4778-bbe1-6b3a67448ad7name 2018-10-10 15:49:40,516 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:41,013 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-ca294c40-55b3-4778-bbe1-6b3a67448ad7name 2018-10-10 15:49:41,308 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:41,743 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-ca294c40-55b3-4778-bbe1-6b3a67448ad7name 2018-10-10 15:49:42,043 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:42,234 - neutron_utils - INFO - Retrieving security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:42,290 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:42,941 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:43,134 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:43,518 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:43,777 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:44,145 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:44,383 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:44,615 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:44,870 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:45,099 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:45,337 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:45,462 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:45,689 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:45,907 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:45,956 - neutron_utils - INFO - Deleting security group rule with ID - a02210ff-fa7c-4c9a-af7f-f0adef3212d3 2018-10-10 15:49:46,254 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-10-10 15:49:46,255 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e534220d-c18c-4845-b3dc-12a2382ce66b 2018-10-10 15:49:46,436 - neutron_utils - INFO - Deleting security group rule with ID - 7d19d48f-c4d1-447e-9b71-8b41ad288272 2018-10-10 15:49:46,683 - neutron_utils - INFO - Deleting security group rule with ID - 26095118-5aff-48ff-ba0b-48532719051c 2018-10-10 15:49:47,003 - neutron_utils - INFO - Deleting security group rule with ID - a02210ff-fa7c-4c9a-af7f-f0adef3212d3 2018-10-10 15:49:47,182 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule a02210ff-fa7c-4c9a-af7f-f0adef3212d3 does not exist Neutron server returns request_ids: ['req-47a2afd8-ad1b-457a-b5be-e39134536281'] 2018-10-10 15:49:47,182 - neutron_utils - INFO - Deleting security group rule with ID - a77b1cb1-22a4-4800-982c-5f0512bfadb2 2018-10-10 15:49:47,415 - neutron_utils - INFO - Deleting security group rule with ID - 10e8b3d9-e702-46bf-a0f1-071cae8c8a17 2018-10-10 15:49:47,667 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-ca294c40-55b3-4778-bbe1-6b3a67448ad7name 2018-10-10 15:49:48,215 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5bf4142b-9936-4f7b-9769-a007a1c0b932 2018-10-10 15:49:48,390 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:49:48,750 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-f0e5a0d1-1542-414-proj 2018-10-10 15:49:48,995 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-f0e5a0d1-1542-414-proj-role 2018-10-10 15:49:49,248 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-f0e5a0d1-1542-414-user 2018-10-10 15:49:50,616 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-691030a3-4fbc-449-proj 2018-10-10 15:49:51,712 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-691030a3-4fbc-449-user 2018-10-10 15:49:51,825 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-691030a3-4fbc-449-proj-role 2018-10-10 15:49:51,916 - keystone_utils - INFO - Granting role CreateImageSuccessTests-691030a3-4fbc-449-proj-role to project CreateImageSuccessTests-691030a3-4fbc-449-proj 2018-10-10 15:49:55,372 - create_image - INFO - Created image with name - CreateImageSuccessTests-fc50ee8c-b4da-4368-a9aa-57545e1f642a 2018-10-10 15:49:55,392 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-fc50ee8c-b4da-4368-a9aa-57545e1f642a 2018-10-10 15:49:56,111 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-fc50ee8c-b4da-4368-a9aa-57545e1f642a 2018-10-10 15:49:57,279 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-fc50ee8c-b4da-4368-a9aa-57545e1f642a 2018-10-10 15:49:57,925 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-691030a3-4fbc-449-proj 2018-10-10 15:49:58,141 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-691030a3-4fbc-449-proj-role 2018-10-10 15:49:58,342 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-691030a3-4fbc-449-user 2018-10-10 15:49:59,736 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-ff31c965-5594-46f-proj 2018-10-10 15:50:00,771 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-ff31c965-5594-46f-user 2018-10-10 15:50:00,951 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-ff31c965-5594-46f-proj-role 2018-10-10 15:50:01,040 - keystone_utils - INFO - Granting role CreateImageSuccessTests-ff31c965-5594-46f-proj-role to project CreateImageSuccessTests-ff31c965-5594-46f-proj 2018-10-10 15:50:03,936 - create_image - INFO - Created image with name - CreateImageSuccessTests-c022c6ba-71bc-4235-9ce2-0d7c2c3ce84d 2018-10-10 15:50:03,955 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-c022c6ba-71bc-4235-9ce2-0d7c2c3ce84d 2018-10-10 15:50:04,661 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-c022c6ba-71bc-4235-9ce2-0d7c2c3ce84d 2018-10-10 15:50:06,474 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-ff31c965-5594-46f-proj 2018-10-10 15:50:06,703 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-ff31c965-5594-46f-proj-role 2018-10-10 15:50:06,896 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-ff31c965-5594-46f-user 2018-10-10 15:50:08,317 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-dbdcd3bc-d50e-499-proj 2018-10-10 15:50:09,460 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-dbdcd3bc-d50e-499-user 2018-10-10 15:50:09,658 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-dbdcd3bc-d50e-499-proj-role 2018-10-10 15:50:09,759 - keystone_utils - INFO - Granting role CreateImageSuccessTests-dbdcd3bc-d50e-499-proj-role to project CreateImageSuccessTests-dbdcd3bc-d50e-499-proj 2018-10-10 15:50:13,061 - create_image - INFO - Created image with name - CreateImageSuccessTests-592d0963-8743-47a8-bccf-6926d502bc30 2018-10-10 15:50:13,231 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-592d0963-8743-47a8-bccf-6926d502bc30 2018-10-10 15:50:13,937 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-592d0963-8743-47a8-bccf-6926d502bc30 2018-10-10 15:50:15,782 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-dbdcd3bc-d50e-499-proj 2018-10-10 15:50:16,013 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-dbdcd3bc-d50e-499-proj-role 2018-10-10 15:50:16,218 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-dbdcd3bc-d50e-499-user 2018-10-10 15:50:17,616 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-05a2881c-2c83-498-proj 2018-10-10 15:50:18,670 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-05a2881c-2c83-498-user 2018-10-10 15:50:18,861 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-05a2881c-2c83-498-proj-role 2018-10-10 15:50:18,960 - keystone_utils - INFO - Granting role CreateImageSuccessTests-05a2881c-2c83-498-proj-role to project CreateImageSuccessTests-05a2881c-2c83-498-proj 2018-10-10 15:50:21,957 - create_image - INFO - Created image with name - CreateImageSuccessTests-66cc3088-f683-476e-b3ac-a0dc676f0bad 2018-10-10 15:50:22,124 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-66cc3088-f683-476e-b3ac-a0dc676f0bad 2018-10-10 15:50:22,825 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-66cc3088-f683-476e-b3ac-a0dc676f0bad 2018-10-10 15:50:24,520 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-05a2881c-2c83-498-proj 2018-10-10 15:50:24,732 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-05a2881c-2c83-498-proj-role 2018-10-10 15:50:24,934 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-05a2881c-2c83-498-user 2018-10-10 15:50:26,437 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-c6680c1a-5dc8-450-proj 2018-10-10 15:50:27,556 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-c6680c1a-5dc8-450-user 2018-10-10 15:50:27,693 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-c6680c1a-5dc8-450-proj-role 2018-10-10 15:50:27,781 - keystone_utils - INFO - Granting role CreateImageSuccessTests-c6680c1a-5dc8-450-proj-role to project CreateImageSuccessTests-c6680c1a-5dc8-450-proj 2018-10-10 15:50:30,992 - create_image - INFO - Created image with name - CreateImageSuccessTests-3e926b5a-4383-4323-8100-5de01fcd4919 2018-10-10 15:50:31,158 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-3e926b5a-4383-4323-8100-5de01fcd4919 2018-10-10 15:50:32,727 - create_image - INFO - Found image with name - CreateImageSuccessTests-3e926b5a-4383-4323-8100-5de01fcd4919 2018-10-10 15:50:32,728 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-3e926b5a-4383-4323-8100-5de01fcd4919 2018-10-10 15:50:34,628 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-c6680c1a-5dc8-450-proj 2018-10-10 15:50:34,846 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-c6680c1a-5dc8-450-proj-role 2018-10-10 15:50:35,036 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-c6680c1a-5dc8-450-user 2018-10-10 15:50:36,419 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-e3740222-dfd4-453-proj 2018-10-10 15:50:37,519 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-e3740222-dfd4-453-user 2018-10-10 15:50:37,718 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-e3740222-dfd4-453-proj-role 2018-10-10 15:50:37,802 - keystone_utils - INFO - Granting role CreateImageSuccessTests-e3740222-dfd4-453-proj-role to project CreateImageSuccessTests-e3740222-dfd4-453-proj 2018-10-10 15:50:40,782 - create_image - INFO - Created image with name - CreateImageSuccessTests-0fd8d06b-4e2b-4f83-ac40-68bfbf1cc631 2018-10-10 15:50:40,947 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-0fd8d06b-4e2b-4f83-ac40-68bfbf1cc631 2018-10-10 15:50:42,432 - create_image - INFO - Found image with name - CreateImageSuccessTests-0fd8d06b-4e2b-4f83-ac40-68bfbf1cc631 2018-10-10 15:50:42,432 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-0fd8d06b-4e2b-4f83-ac40-68bfbf1cc631 2018-10-10 15:50:44,702 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-e3740222-dfd4-453-proj 2018-10-10 15:50:44,931 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-e3740222-dfd4-453-proj-role 2018-10-10 15:50:45,132 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-e3740222-dfd4-453-user 2018-10-10 15:50:46,568 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-8a71dd99-3aaf-433-proj 2018-10-10 15:50:47,688 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-8a71dd99-3aaf-433-user 2018-10-10 15:50:47,886 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-8a71dd99-3aaf-433-proj-role 2018-10-10 15:50:47,906 - keystone_utils - INFO - Granting role CreateImageNegativeTests-8a71dd99-3aaf-433-proj-role to project CreateImageNegativeTests-8a71dd99-3aaf-433-proj 2018-10-10 15:50:49,032 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-10-10 15:50:49,032 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-fd4036a3-c793-42f0-a1f8-4cc7c5ab0e16 2018-10-10 15:50:49,728 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-8a71dd99-3aaf-433-proj 2018-10-10 15:50:49,924 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-8a71dd99-3aaf-433-proj-role 2018-10-10 15:50:50,115 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-8a71dd99-3aaf-433-user 2018-10-10 15:50:51,544 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-6bdc2595-981c-475-proj 2018-10-10 15:50:52,538 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-6bdc2595-981c-475-user 2018-10-10 15:50:52,801 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-6bdc2595-981c-475-proj-role 2018-10-10 15:50:52,890 - keystone_utils - INFO - Granting role CreateImageNegativeTests-6bdc2595-981c-475-proj-role to project CreateImageNegativeTests-6bdc2595-981c-475-proj 2018-10-10 15:50:54,326 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-10-10 15:50:54,326 - glance_utils - INFO - Removing file ./tmp/a1f9fc39-62f5-4ac6-b1b3-5a7d580f22a4 2018-10-10 15:50:54,844 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-6bdc2595-981c-475-proj 2018-10-10 15:50:55,079 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-6bdc2595-981c-475-proj-role 2018-10-10 15:50:55,285 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-6bdc2595-981c-475-user 2018-10-10 15:50:56,718 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-30f53d67-2cdf-449-proj 2018-10-10 15:50:57,766 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-30f53d67-2cdf-449-user 2018-10-10 15:50:57,982 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-30f53d67-2cdf-449-proj-role 2018-10-10 15:50:58,065 - keystone_utils - INFO - Granting role CreateImageNegativeTests-30f53d67-2cdf-449-proj-role to project CreateImageNegativeTests-30f53d67-2cdf-449-proj 2018-10-10 15:50:59,223 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-30f53d67-2cdf-449-proj 2018-10-10 15:50:59,438 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-30f53d67-2cdf-449-proj-role 2018-10-10 15:50:59,639 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-30f53d67-2cdf-449-user 2018-10-10 15:51:01,047 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-ddccd19e-0556-458-proj 2018-10-10 15:51:02,089 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-ddccd19e-0556-458-user 2018-10-10 15:51:02,286 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-ddccd19e-0556-458-proj-role 2018-10-10 15:51:02,306 - keystone_utils - INFO - Granting role CreateImageNegativeTests-ddccd19e-0556-458-proj-role to project CreateImageNegativeTests-ddccd19e-0556-458-proj 2018-10-10 15:51:03,574 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-ddccd19e-0556-458-proj 2018-10-10 15:51:03,780 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-ddccd19e-0556-458-proj-role 2018-10-10 15:51:03,980 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-ddccd19e-0556-458-user 2018-10-10 15:51:05,388 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-f8c42b78-b5a2-4ff-proj 2018-10-10 15:51:06,580 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-f8c42b78-b5a2-4ff-user 2018-10-10 15:51:06,771 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-f8c42b78-b5a2-4ff-proj-role 2018-10-10 15:51:06,864 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-f8c42b78-b5a2-4ff-proj-role to project CreateMultiPartImageTests-f8c42b78-b5a2-4ff-proj 2018-10-10 15:51:07,074 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-10-10 15:51:07,543 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-f8c42b78-b5a2-4ff-proj 2018-10-10 15:51:07,757 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-f8c42b78-b5a2-4ff-proj-role 2018-10-10 15:51:07,956 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-f8c42b78-b5a2-4ff-user 2018-10-10 15:51:09,370 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-36ebd270-b207-458-proj 2018-10-10 15:51:10,436 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-36ebd270-b207-458-user 2018-10-10 15:51:10,646 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-36ebd270-b207-458-proj-role 2018-10-10 15:51:10,664 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-36ebd270-b207-458-proj-role to project CreateMultiPartImageTests-36ebd270-b207-458-proj 2018-10-10 15:51:10,801 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-10 15:51:11,372 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-36ebd270-b207-458-proj 2018-10-10 15:51:11,553 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-36ebd270-b207-458-proj-role 2018-10-10 15:51:11,751 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-36ebd270-b207-458-user 2018-10-10 15:51:13,155 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-8ae8096a-f9b2-449-proj 2018-10-10 15:51:14,262 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-8ae8096a-f9b2-449-user 2018-10-10 15:51:14,460 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-8ae8096a-f9b2-449-proj-role 2018-10-10 15:51:14,549 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-8ae8096a-f9b2-449-proj-role to project CreateMultiPartImageTests-8ae8096a-f9b2-449-proj 2018-10-10 15:51:14,688 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-10 15:51:15,156 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-8ae8096a-f9b2-449-proj 2018-10-10 15:51:15,355 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-8ae8096a-f9b2-449-proj-role 2018-10-10 15:51:15,548 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-8ae8096a-f9b2-449-user 2018-10-10 15:51:17,035 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-5bf6103a-f442-4ff-proj 2018-10-10 15:51:18,148 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-5bf6103a-f442-4ff-user 2018-10-10 15:51:18,418 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-5bf6103a-f442-4ff-proj-role 2018-10-10 15:51:18,506 - keystone_utils - INFO - Granting role CreateKeypairsTests-5bf6103a-f442-4ff-proj-role to project CreateKeypairsTests-5bf6103a-f442-4ff-proj 2018-10-10 15:51:19,340 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-24bcce61-772e-4088-a4c2-ce52d1d5a2d3... 2018-10-10 15:51:19,340 - OpenStackKeypair - INFO - Creating new keypair 2018-10-10 15:51:19,377 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-24bcce61-772e-4088-a4c2-ce52d1d5a2d3 2018-10-10 15:51:20,638 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-5bf6103a-f442-4ff-proj 2018-10-10 15:51:20,846 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-5bf6103a-f442-4ff-proj-role 2018-10-10 15:51:21,040 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-5bf6103a-f442-4ff-user 2018-10-10 15:51:22,442 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-5f07174a-1b9a-45b-proj 2018-10-10 15:51:23,556 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-5f07174a-1b9a-45b-user 2018-10-10 15:51:23,675 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-5f07174a-1b9a-45b-proj-role 2018-10-10 15:51:23,763 - keystone_utils - INFO - Granting role CreateKeypairsTests-5f07174a-1b9a-45b-proj-role to project CreateKeypairsTests-5f07174a-1b9a-45b-proj 2018-10-10 15:51:24,063 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-1a60098b-9246-4583-a678-e85e9ba69cd1.pub 2018-10-10 15:51:24,677 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-1a60098b-9246-4583-a678-e85e9ba69cd1... 2018-10-10 15:51:24,678 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-10 15:51:24,678 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-1a60098b-9246-4583-a678-e85e9ba69cd1.pub 2018-10-10 15:51:24,678 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-1a60098b-9246-4583-a678-e85e9ba69cd1 2018-10-10 15:51:26,368 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-5f07174a-1b9a-45b-proj 2018-10-10 15:51:26,546 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-5f07174a-1b9a-45b-proj-role 2018-10-10 15:51:26,743 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-5f07174a-1b9a-45b-user 2018-10-10 15:51:28,197 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-c5334d59-9dfe-4e0-proj 2018-10-10 15:51:29,292 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-c5334d59-9dfe-4e0-user 2018-10-10 15:51:29,484 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-c5334d59-9dfe-4e0-proj-role 2018-10-10 15:51:29,564 - keystone_utils - INFO - Granting role CreateKeypairsTests-c5334d59-9dfe-4e0-proj-role to project CreateKeypairsTests-c5334d59-9dfe-4e0-proj 2018-10-10 15:51:30,301 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-2f93e557-6e83-4045-b861-40c0c0feee4e... 2018-10-10 15:51:30,301 - OpenStackKeypair - INFO - Creating new keypair 2018-10-10 15:51:52,416 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-2f93e557-6e83-4045-b861-40c0c0feee4e 2018-10-10 15:51:53,549 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-c5334d59-9dfe-4e0-proj 2018-10-10 15:51:53,750 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-c5334d59-9dfe-4e0-proj-role 2018-10-10 15:51:53,945 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-c5334d59-9dfe-4e0-user 2018-10-10 15:51:55,347 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-769258d2-1fe3-45a-proj 2018-10-10 15:51:56,401 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-769258d2-1fe3-45a-user 2018-10-10 15:51:56,591 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-769258d2-1fe3-45a-proj-role 2018-10-10 15:51:56,613 - keystone_utils - INFO - Granting role CreateKeypairsTests-769258d2-1fe3-45a-proj-role to project CreateKeypairsTests-769258d2-1fe3-45a-proj 2018-10-10 15:51:57,306 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-8a217053-b1ef-4675-a653-07566b06a686... 2018-10-10 15:51:57,306 - OpenStackKeypair - INFO - Creating new keypair 2018-10-10 15:51:57,326 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-8a217053-b1ef-4675-a653-07566b06a686 2018-10-10 15:51:58,449 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-769258d2-1fe3-45a-proj 2018-10-10 15:51:58,642 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-769258d2-1fe3-45a-proj-role 2018-10-10 15:51:58,839 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-769258d2-1fe3-45a-user 2018-10-10 15:52:00,250 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-fb799afc-eb7f-49b-proj 2018-10-10 15:52:01,400 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-fb799afc-eb7f-49b-user 2018-10-10 15:52:01,598 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-fb799afc-eb7f-49b-proj-role 2018-10-10 15:52:01,778 - keystone_utils - INFO - Granting role CreateKeypairsTests-fb799afc-eb7f-49b-proj-role to project CreateKeypairsTests-fb799afc-eb7f-49b-proj 2018-10-10 15:52:02,543 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-c22ea3fa-bcc9-462f-b42f-210974ca6664... 2018-10-10 15:52:02,543 - OpenStackKeypair - INFO - Creating new keypair 2018-10-10 15:52:02,628 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-c22ea3fa-bcc9-462f-b42f-210974ca6664 2018-10-10 15:52:02,689 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-c22ea3fa-bcc9-462f-b42f-210974ca6664.pub 2018-10-10 15:52:02,690 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-c22ea3fa-bcc9-462f-b42f-210974ca6664 2018-10-10 15:52:03,280 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-c22ea3fa-bcc9-462f-b42f-210974ca6664.pub] 2018-10-10 15:52:03,280 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-c22ea3fa-bcc9-462f-b42f-210974ca6664] 2018-10-10 15:52:03,748 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-fb799afc-eb7f-49b-proj 2018-10-10 15:52:03,936 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-fb799afc-eb7f-49b-proj-role 2018-10-10 15:52:04,061 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-fb799afc-eb7f-49b-user 2018-10-10 15:52:05,472 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-852e537b-b3d4-49a-proj 2018-10-10 15:52:06,580 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-852e537b-b3d4-49a-user 2018-10-10 15:52:06,778 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-852e537b-b3d4-49a-proj-role 2018-10-10 15:52:06,866 - keystone_utils - INFO - Granting role CreateKeypairsTests-852e537b-b3d4-49a-proj-role to project CreateKeypairsTests-852e537b-b3d4-49a-proj 2018-10-10 15:52:07,617 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-d7d58932-8244-4168-8001-d40029159c16... 2018-10-10 15:52:07,617 - OpenStackKeypair - INFO - Creating new keypair 2018-10-10 15:52:07,649 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-d7d58932-8244-4168-8001-d40029159c16 2018-10-10 15:52:07,737 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-d7d58932-8244-4168-8001-d40029159c16.pub 2018-10-10 15:52:08,310 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-d7d58932-8244-4168-8001-d40029159c16.pub] 2018-10-10 15:52:08,893 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-852e537b-b3d4-49a-proj 2018-10-10 15:52:09,110 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-852e537b-b3d4-49a-proj-role 2018-10-10 15:52:09,308 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-852e537b-b3d4-49a-user 2018-10-10 15:52:10,705 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-de35eafb-9c73-49a-proj 2018-10-10 15:52:11,921 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-de35eafb-9c73-49a-user 2018-10-10 15:52:12,160 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-de35eafb-9c73-49a-proj-role 2018-10-10 15:52:12,250 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-de35eafb-9c73-49a-proj-role to project CreateKeypairsCleanupTests-de35eafb-9c73-49a-proj 2018-10-10 15:52:12,408 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-50961a2b-e489-4c62-9399-fba7e9ccc5a6.pub 2018-10-10 15:52:12,409 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-50961a2b-e489-4c62-9399-fba7e9ccc5a6 2018-10-10 15:52:13,027 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-50961a2b-e489-4c62-9399-fba7e9ccc5a6... 2018-10-10 15:52:13,028 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-10 15:52:13,028 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-50961a2b-e489-4c62-9399-fba7e9ccc5a6.pub 2018-10-10 15:52:13,028 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-50961a2b-e489-4c62-9399-fba7e9ccc5a6 2018-10-10 15:52:13,113 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-50961a2b-e489-4c62-9399-fba7e9ccc5a6.pub] 2018-10-10 15:52:13,113 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-50961a2b-e489-4c62-9399-fba7e9ccc5a6] 2018-10-10 15:52:13,512 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-de35eafb-9c73-49a-proj 2018-10-10 15:52:13,731 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-de35eafb-9c73-49a-proj-role 2018-10-10 15:52:13,875 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-de35eafb-9c73-49a-user 2018-10-10 15:52:15,353 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-0f763093-38a4-43b-proj 2018-10-10 15:52:16,381 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-0f763093-38a4-43b-user 2018-10-10 15:52:16,507 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-0f763093-38a4-43b-proj-role 2018-10-10 15:52:16,591 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-0f763093-38a4-43b-proj-role to project CreateKeypairsCleanupTests-0f763093-38a4-43b-proj 2018-10-10 15:52:16,809 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-348e2159-f08d-46d5-8e1d-18c6cd959dac.pub 2018-10-10 15:52:16,809 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-348e2159-f08d-46d5-8e1d-18c6cd959dac 2018-10-10 15:52:17,427 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-348e2159-f08d-46d5-8e1d-18c6cd959dac... 2018-10-10 15:52:17,427 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-10 15:52:17,428 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-348e2159-f08d-46d5-8e1d-18c6cd959dac.pub 2018-10-10 15:52:17,428 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-348e2159-f08d-46d5-8e1d-18c6cd959dac 2018-10-10 15:52:18,030 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-0f763093-38a4-43b-proj 2018-10-10 15:52:18,229 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-0f763093-38a4-43b-proj-role 2018-10-10 15:52:18,431 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-0f763093-38a4-43b-user 2018-10-10 15:52:19,860 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-95d6502e-bff9-460-proj 2018-10-10 15:52:21,018 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-95d6502e-bff9-460-user 2018-10-10 15:52:21,221 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-95d6502e-bff9-460-proj-role 2018-10-10 15:52:21,311 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-95d6502e-bff9-460-proj-role to project CreateKeypairsCleanupTests-95d6502e-bff9-460-proj 2018-10-10 15:52:22,065 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-ab242bab-4089-4a05-ab53-a060d157ccd0... 2018-10-10 15:52:22,065 - OpenStackKeypair - INFO - Creating new keypair 2018-10-10 15:52:22,085 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-ab242bab-4089-4a05-ab53-a060d157ccd0 2018-10-10 15:52:22,138 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-ab242bab-4089-4a05-ab53-a060d157ccd0.pub 2018-10-10 15:52:22,139 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-ab242bab-4089-4a05-ab53-a060d157ccd0 2018-10-10 15:52:22,172 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-ab242bab-4089-4a05-ab53-a060d157ccd0.pub] 2018-10-10 15:52:22,172 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-ab242bab-4089-4a05-ab53-a060d157ccd0] 2018-10-10 15:52:22,651 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-95d6502e-bff9-460-proj 2018-10-10 15:52:22,858 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-95d6502e-bff9-460-proj-role 2018-10-10 15:52:23,053 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-95d6502e-bff9-460-user 2018-10-10 15:52:24,406 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-87c5ec43-f739-4cc-proj 2018-10-10 15:52:25,550 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-87c5ec43-f739-4cc-user 2018-10-10 15:52:25,759 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-87c5ec43-f739-4cc-proj-role 2018-10-10 15:52:25,853 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-87c5ec43-f739-4cc-proj-role to project CreateKeypairsCleanupTests-87c5ec43-f739-4cc-proj 2018-10-10 15:52:26,607 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-6bec5c5b-5898-45f7-ae7b-eee6a4ffd7b6... 2018-10-10 15:52:26,607 - OpenStackKeypair - INFO - Creating new keypair 2018-10-10 15:52:26,642 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-6bec5c5b-5898-45f7-ae7b-eee6a4ffd7b6 2018-10-10 15:52:26,715 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-6bec5c5b-5898-45f7-ae7b-eee6a4ffd7b6.pub 2018-10-10 15:52:26,715 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-6bec5c5b-5898-45f7-ae7b-eee6a4ffd7b6 2018-10-10 15:52:26,755 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-6bec5c5b-5898-45f7-ae7b-eee6a4ffd7b6.pub] 2018-10-10 15:52:26,755 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-6bec5c5b-5898-45f7-ae7b-eee6a4ffd7b6] 2018-10-10 15:52:27,240 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-87c5ec43-f739-4cc-proj 2018-10-10 15:52:27,444 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-87c5ec43-f739-4cc-proj-role 2018-10-10 15:52:27,654 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-87c5ec43-f739-4cc-user 2018-10-10 15:52:29,059 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-f38f2ddb-7316-477-proj 2018-10-10 15:52:30,185 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-f38f2ddb-7316-477-user 2018-10-10 15:52:30,401 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-f38f2ddb-7316-477-proj-role 2018-10-10 15:52:30,485 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-f38f2ddb-7316-477-proj-role to project CreateKeypairsCleanupTests-f38f2ddb-7316-477-proj 2018-10-10 15:52:31,244 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-b3d65d6d-d72c-46d1-b38f-107465751a7b... 2018-10-10 15:52:31,244 - OpenStackKeypair - INFO - Creating new keypair 2018-10-10 15:52:31,287 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-b3d65d6d-d72c-46d1-b38f-107465751a7b 2018-10-10 15:52:31,355 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-b3d65d6d-d72c-46d1-b38f-107465751a7b.pub 2018-10-10 15:52:31,356 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-b3d65d6d-d72c-46d1-b38f-107465751a7b 2018-10-10 15:52:31,882 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-f38f2ddb-7316-477-proj 2018-10-10 15:52:32,194 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-f38f2ddb-7316-477-proj-role 2018-10-10 15:52:32,405 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-f38f2ddb-7316-477-user 2018-10-10 15:52:33,825 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-ba37a340-6435-47d-proj 2018-10-10 15:52:34,956 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-ba37a340-6435-47d-user 2018-10-10 15:52:35,155 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-ba37a340-6435-47d-proj-role 2018-10-10 15:52:35,174 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-ba37a340-6435-47d-proj-role to project CreateNetworkSuccessTests-ba37a340-6435-47d-proj 2018-10-10 15:52:35,923 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-27b56ec6-5368-4b20-b65a-13d68edce917-pub-net 2018-10-10 15:52:36,994 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-27b56ec6-5368-4b20-b65a-13d68edce917-pub-subnet 2018-10-10 15:52:39,282 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-27b56ec6-5368-4b20-b65a-13d68edce917-pub-subnet 2018-10-10 15:52:39,283 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-27b56ec6-5368-4b20-b65a-13d68edce917-pub-subnet 2018-10-10 15:52:41,778 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-27b56ec6-5368-4b20-b65a-13d68edce917-pub-net 2018-10-10 15:52:43,258 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-27b56ec6-5368-4b20-b65a-13d68edce917-pub-subnet 2018-10-10 15:52:43,258 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-27b56ec6-5368-4b20-b65a-13d68edce917-pub-subnet 2018-10-10 15:52:43,297 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-27b56ec6-5368-4b20-b65a-13d68edce917-pub-net 2018-10-10 15:52:44,122 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c768758e-cac3-4e12-acbf-6c40875a95ac 2018-10-10 15:52:44,304 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:52:44,629 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-ba37a340-6435-47d-proj 2018-10-10 15:52:44,881 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-ba37a340-6435-47d-proj-role 2018-10-10 15:52:45,096 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-ba37a340-6435-47d-user 2018-10-10 15:52:46,574 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-a244996b-ae80-494-proj 2018-10-10 15:52:47,609 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-a244996b-ae80-494-user 2018-10-10 15:52:47,819 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-a244996b-ae80-494-proj-role 2018-10-10 15:52:47,902 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-a244996b-ae80-494-proj-role to project CreateNetworkSuccessTests-a244996b-ae80-494-proj 2018-10-10 15:52:48,701 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-15ffb906-11a0-47e1-a519-eabb5e916529-pub-net 2018-10-10 15:52:50,845 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-15ffb906-11a0-47e1-a519-eabb5e916529-pub-subnet 2018-10-10 15:52:55,361 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-15ffb906-11a0-47e1-a519-eabb5e916529-pub-router 2018-10-10 15:52:58,481 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-15ffb906-11a0-47e1-a519-eabb5e916529-pub-router 2018-10-10 15:53:01,424 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-15ffb906-11a0-47e1-a519-eabb5e916529-pub-router and subnet CreateNetworkSuccessTests-15ffb906-11a0-47e1-a519-eabb5e916529-pub-subnet 2018-10-10 15:53:01,424 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-15ffb906-11a0-47e1-a519-eabb5e916529-pub-router 2018-10-10 15:53:02,599 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-15ffb906-11a0-47e1-a519-eabb5e916529-pub-router 2018-10-10 15:53:02,600 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-15ffb906-11a0-47e1-a519-eabb5e916529-pub-router 2018-10-10 15:53:03,879 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-15ffb906-11a0-47e1-a519-eabb5e916529-pub-subnet 2018-10-10 15:53:03,879 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-15ffb906-11a0-47e1-a519-eabb5e916529-pub-subnet 2018-10-10 15:53:06,046 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-15ffb906-11a0-47e1-a519-eabb5e916529-pub-net 2018-10-10 15:53:07,907 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 138645d9-9f15-4d52-8a74-d15f85cd80ea 2018-10-10 15:53:08,093 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:53:08,454 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-a244996b-ae80-494-proj 2018-10-10 15:53:08,714 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-a244996b-ae80-494-proj-role 2018-10-10 15:53:08,906 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-a244996b-ae80-494-user 2018-10-10 15:53:10,352 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-61d57574-1f18-4fc-proj 2018-10-10 15:53:11,496 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-61d57574-1f18-4fc-user 2018-10-10 15:53:11,694 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-61d57574-1f18-4fc-proj-role 2018-10-10 15:53:11,712 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-61d57574-1f18-4fc-proj-role to project CreateNetworkSuccessTests-61d57574-1f18-4fc-proj 2018-10-10 15:53:12,482 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-5f96261b-3f17-40bd-b5d7-23e4137a0d04-pub-net 2018-10-10 15:53:14,603 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-5f96261b-3f17-40bd-b5d7-23e4137a0d04-pub-subnet 2018-10-10 15:53:18,299 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-5f96261b-3f17-40bd-b5d7-23e4137a0d04-pub-router 2018-10-10 15:53:21,439 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-5f96261b-3f17-40bd-b5d7-23e4137a0d04-pub-router 2018-10-10 15:53:23,734 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-5f96261b-3f17-40bd-b5d7-23e4137a0d04-pub-router and subnet CreateNetworkSuccessTests-5f96261b-3f17-40bd-b5d7-23e4137a0d04-pub-subnet 2018-10-10 15:53:23,735 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-5f96261b-3f17-40bd-b5d7-23e4137a0d04-pub-router 2018-10-10 15:53:24,941 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-5f96261b-3f17-40bd-b5d7-23e4137a0d04-pub-router 2018-10-10 15:53:24,941 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-5f96261b-3f17-40bd-b5d7-23e4137a0d04-pub-router 2018-10-10 15:53:25,986 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-5f96261b-3f17-40bd-b5d7-23e4137a0d04-pub-subnet 2018-10-10 15:53:25,986 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-5f96261b-3f17-40bd-b5d7-23e4137a0d04-pub-subnet 2018-10-10 15:53:28,228 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-5f96261b-3f17-40bd-b5d7-23e4137a0d04-pub-net 2018-10-10 15:53:30,035 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 80d39f69-b285-4123-b194-e6ed6bf0e820 2018-10-10 15:53:30,217 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:53:30,549 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-61d57574-1f18-4fc-proj 2018-10-10 15:53:30,822 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-61d57574-1f18-4fc-proj-role 2018-10-10 15:53:31,022 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-61d57574-1f18-4fc-user 2018-10-10 15:53:32,460 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-423df765-27e4-4d1-proj 2018-10-10 15:53:33,658 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-423df765-27e4-4d1-user 2018-10-10 15:53:33,861 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-423df765-27e4-4d1-proj-role 2018-10-10 15:53:33,952 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-423df765-27e4-4d1-proj-role to project CreateNetworkSuccessTests-423df765-27e4-4d1-proj 2018-10-10 15:53:34,695 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-b45af787-8ea1-4391-a258-86bcb7a43c34-pub-net 2018-10-10 15:53:35,664 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-b45af787-8ea1-4391-a258-86bcb7a43c34-pub-subnet 2018-10-10 15:53:38,418 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-b45af787-8ea1-4391-a258-86bcb7a43c34-pub-router 2018-10-10 15:53:40,193 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-b45af787-8ea1-4391-a258-86bcb7a43c34-pub-router 2018-10-10 15:53:44,136 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-b45af787-8ea1-4391-a258-86bcb7a43c34-pub-router and subnet CreateNetworkSuccessTests-b45af787-8ea1-4391-a258-86bcb7a43c34-pub-subnet 2018-10-10 15:53:44,136 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-b45af787-8ea1-4391-a258-86bcb7a43c34-pub-router 2018-10-10 15:53:45,384 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-b45af787-8ea1-4391-a258-86bcb7a43c34-pub-router 2018-10-10 15:53:45,385 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-b45af787-8ea1-4391-a258-86bcb7a43c34-pub-router 2018-10-10 15:53:46,690 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b45af787-8ea1-4391-a258-86bcb7a43c34-pub-subnet 2018-10-10 15:53:46,690 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b45af787-8ea1-4391-a258-86bcb7a43c34-pub-subnet 2018-10-10 15:53:49,142 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-b45af787-8ea1-4391-a258-86bcb7a43c34-pub-net 2018-10-10 15:53:51,277 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c779f33-dd18-47d9-b6bc-aa5b5ffa5918 2018-10-10 15:53:51,482 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:53:51,988 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-423df765-27e4-4d1-proj 2018-10-10 15:53:52,387 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-423df765-27e4-4d1-proj-role 2018-10-10 15:53:52,588 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-423df765-27e4-4d1-user 2018-10-10 15:53:54,076 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-cadbf473-04ea-40d-proj 2018-10-10 15:53:55,215 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-cadbf473-04ea-40d-user 2018-10-10 15:53:55,417 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-cadbf473-04ea-40d-proj-role 2018-10-10 15:53:55,438 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-cadbf473-04ea-40d-proj-role to project CreateNetworkSuccessTests-cadbf473-04ea-40d-proj 2018-10-10 15:53:56,192 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-5d3f4cfd-7ed3-4cfb-aada-4eb656afe290-pub-net 2018-10-10 15:53:57,222 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-5d3f4cfd-7ed3-4cfb-aada-4eb656afe290-pub-subnet 2018-10-10 15:53:59,321 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-5d3f4cfd-7ed3-4cfb-aada-4eb656afe290-pub-subnet 2018-10-10 15:53:59,321 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-5d3f4cfd-7ed3-4cfb-aada-4eb656afe290-pub-subnet 2018-10-10 15:54:01,864 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-5d3f4cfd-7ed3-4cfb-aada-4eb656afe290-pub-net 2018-10-10 15:54:03,990 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2be3fec2-8d0c-45e6-9e50-54542a5c7da7 2018-10-10 15:54:04,183 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:54:04,516 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-cadbf473-04ea-40d-proj 2018-10-10 15:54:04,798 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-cadbf473-04ea-40d-proj-role 2018-10-10 15:54:05,009 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-cadbf473-04ea-40d-user 2018-10-10 15:54:06,525 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-cd3682c7-ee0c-419-proj 2018-10-10 15:54:07,592 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-cd3682c7-ee0c-419-user 2018-10-10 15:54:07,783 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-cd3682c7-ee0c-419-proj-role 2018-10-10 15:54:07,896 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-cd3682c7-ee0c-419-proj-role to project CreateNetworkSuccessTests-cd3682c7-ee0c-419-proj 2018-10-10 15:54:08,668 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-0a8facd1-80d3-4e90-a712-4d20ff8d60df-pub-net 2018-10-10 15:54:09,487 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-0a8facd1-80d3-4e90-a712-4d20ff8d60df-pub-subnet 2018-10-10 15:54:11,418 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-0a8facd1-80d3-4e90-a712-4d20ff8d60df-pub-subnet 2018-10-10 15:54:11,419 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-0a8facd1-80d3-4e90-a712-4d20ff8d60df-pub-subnet 2018-10-10 15:54:13,721 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-0a8facd1-80d3-4e90-a712-4d20ff8d60df-pub-net 2018-10-10 15:54:15,692 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc448b2c-c7ca-46a8-a92e-7cccac50f75d 2018-10-10 15:54:15,875 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:54:16,218 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-cd3682c7-ee0c-419-proj 2018-10-10 15:54:16,444 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-cd3682c7-ee0c-419-proj-role 2018-10-10 15:54:16,647 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-cd3682c7-ee0c-419-user 2018-10-10 15:54:18,087 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-48d262df-e176-4fc-proj 2018-10-10 15:54:19,268 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-48d262df-e176-4fc-user 2018-10-10 15:54:19,483 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-48d262df-e176-4fc-proj-role 2018-10-10 15:54:19,571 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-48d262df-e176-4fc-proj-role to project CreateRouterSuccessTests-48d262df-e176-4fc-proj 2018-10-10 15:54:21,237 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-267efd08-63f5-4521-b4c9-15baf6856199-pub-router 2018-10-10 15:54:23,829 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-267efd08-63f5-4521-b4c9-15baf6856199-pub-router 2018-10-10 15:54:25,263 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-267efd08-63f5-4521-b4c9-15baf6856199-pub-router 2018-10-10 15:54:25,263 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-267efd08-63f5-4521-b4c9-15baf6856199-pub-router 2018-10-10 15:54:26,094 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-48d262df-e176-4fc-proj 2018-10-10 15:54:26,331 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-48d262df-e176-4fc-proj-role 2018-10-10 15:54:26,529 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-48d262df-e176-4fc-user 2018-10-10 15:54:27,944 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-4d9f0f61-1024-4b2-proj 2018-10-10 15:54:28,986 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-4d9f0f61-1024-4b2-user 2018-10-10 15:54:29,178 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-4d9f0f61-1024-4b2-proj-role 2018-10-10 15:54:29,268 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-4d9f0f61-1024-4b2-proj-role to project CreateRouterSuccessTests-4d9f0f61-1024-4b2-proj 2018-10-10 15:54:30,481 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-e0d16796-50e6-4eba-ac6b-564396e5bb34-pub-router 2018-10-10 15:54:32,266 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-e0d16796-50e6-4eba-ac6b-564396e5bb34-pub-router 2018-10-10 15:54:32,266 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-e0d16796-50e6-4eba-ac6b-564396e5bb34-pub-router 2018-10-10 15:54:33,217 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-4d9f0f61-1024-4b2-proj 2018-10-10 15:54:33,476 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-4d9f0f61-1024-4b2-proj-role 2018-10-10 15:54:33,704 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-4d9f0f61-1024-4b2-user 2018-10-10 15:54:35,126 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-7da54c07-ccbc-438-proj 2018-10-10 15:54:36,268 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-7da54c07-ccbc-438-user 2018-10-10 15:54:36,465 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-7da54c07-ccbc-438-proj-role 2018-10-10 15:54:36,491 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-7da54c07-ccbc-438-proj-role to project CreateRouterSuccessTests-7da54c07-ccbc-438-proj 2018-10-10 15:54:37,707 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-a1a6fa84-50eb-452c-ad25-be86eecae263-pub-router 2018-10-10 15:54:39,467 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-a1a6fa84-50eb-452c-ad25-be86eecae263-pub-router 2018-10-10 15:54:39,467 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-a1a6fa84-50eb-452c-ad25-be86eecae263-pub-router 2018-10-10 15:54:40,166 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-7da54c07-ccbc-438-proj 2018-10-10 15:54:40,372 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-7da54c07-ccbc-438-proj-role 2018-10-10 15:54:40,560 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-7da54c07-ccbc-438-user 2018-10-10 15:54:41,950 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-e805ba3b-2cc4-49f-proj 2018-10-10 15:54:42,926 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-e805ba3b-2cc4-49f-user 2018-10-10 15:54:43,117 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-e805ba3b-2cc4-49f-proj-role 2018-10-10 15:54:43,138 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-e805ba3b-2cc4-49f-proj-role to project CreateRouterSuccessTests-e805ba3b-2cc4-49f-proj 2018-10-10 15:54:44,950 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-2d97d97a-276c-4804-b24b-e9421e8fe1a5-pub-router 2018-10-10 15:54:49,026 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-2d97d97a-276c-4804-b24b-e9421e8fe1a5-pub-router 2018-10-10 15:54:49,026 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-2d97d97a-276c-4804-b24b-e9421e8fe1a5-pub-router 2018-10-10 15:54:50,584 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-e805ba3b-2cc4-49f-proj 2018-10-10 15:54:50,785 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-e805ba3b-2cc4-49f-proj-role 2018-10-10 15:54:50,985 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-e805ba3b-2cc4-49f-user 2018-10-10 15:54:52,424 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-7576b12b-f4ef-456-proj 2018-10-10 15:54:53,544 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-7576b12b-f4ef-456-user 2018-10-10 15:54:53,668 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-7576b12b-f4ef-456-proj-role 2018-10-10 15:54:53,751 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-7576b12b-f4ef-456-proj-role to project CreateRouterSuccessTests-7576b12b-f4ef-456-proj 2018-10-10 15:54:54,507 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-58e62156-12a7-46c6-9049-52415851f373-pub-net1 2018-10-10 15:54:55,693 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-58e62156-12a7-46c6-9049-52415851f373-pub-subnet1 2018-10-10 15:54:58,125 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-58e62156-12a7-46c6-9049-52415851f373-pub-router 2018-10-10 15:55:00,079 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-58e62156-12a7-46c6-9049-52415851f373-port1 for router - CreateRouterSuccessTests-58e62156-12a7-46c6-9049-52415851f373-pub-router 2018-10-10 15:55:01,514 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-58e62156-12a7-46c6-9049-52415851f373-pub-net1 2018-10-10 15:55:02,657 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-58e62156-12a7-46c6-9049-52415851f373-port1 for router - CreateRouterSuccessTests-58e62156-12a7-46c6-9049-52415851f373-pub-router 2018-10-10 15:55:02,657 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-58e62156-12a7-46c6-9049-52415851f373-pub-router 2018-10-10 15:55:07,561 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-58e62156-12a7-46c6-9049-52415851f373-pub-router and port CreateRouterSuccessTests-58e62156-12a7-46c6-9049-52415851f373-port1 2018-10-10 15:55:07,561 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-58e62156-12a7-46c6-9049-52415851f373-pub-router 2018-10-10 15:55:08,744 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-58e62156-12a7-46c6-9049-52415851f373-pub-router 2018-10-10 15:55:08,744 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-58e62156-12a7-46c6-9049-52415851f373-pub-router 2018-10-10 15:55:09,865 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-58e62156-12a7-46c6-9049-52415851f373-pub-subnet1 2018-10-10 15:55:09,865 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-58e62156-12a7-46c6-9049-52415851f373-pub-subnet1 2018-10-10 15:55:12,379 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-58e62156-12a7-46c6-9049-52415851f373-pub-net1 2018-10-10 15:55:14,094 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 542be861-6f24-49b0-950d-dc65da51a3f9 2018-10-10 15:55:14,282 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:55:14,634 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-7576b12b-f4ef-456-proj 2018-10-10 15:55:14,894 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-7576b12b-f4ef-456-proj-role 2018-10-10 15:55:15,119 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-7576b12b-f4ef-456-user 2018-10-10 15:55:16,537 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-96661ffd-80d4-468-proj 2018-10-10 15:55:17,657 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-96661ffd-80d4-468-user 2018-10-10 15:55:17,854 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-96661ffd-80d4-468-proj-role 2018-10-10 15:55:17,947 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-96661ffd-80d4-468-proj-role to project CreateRouterSuccessTests-96661ffd-80d4-468-proj 2018-10-10 15:55:19,923 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-5b8657ab-7ae5-42aa-bf2c-0b19e6421e42-pub-router 2018-10-10 15:55:22,929 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-5b8657ab-7ae5-42aa-bf2c-0b19e6421e42-pub-router 2018-10-10 15:55:22,929 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-5b8657ab-7ae5-42aa-bf2c-0b19e6421e42-pub-router 2018-10-10 15:55:24,689 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-96661ffd-80d4-468-proj 2018-10-10 15:55:24,913 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-96661ffd-80d4-468-proj-role 2018-10-10 15:55:25,118 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-96661ffd-80d4-468-user 2018-10-10 15:55:26,580 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-e0612802-586d-48b-proj 2018-10-10 15:55:27,687 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-e0612802-586d-48b-user 2018-10-10 15:55:27,902 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-e0612802-586d-48b-proj-role 2018-10-10 15:55:27,985 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-e0612802-586d-48b-proj-role to project CreateRouterSuccessTests-e0612802-586d-48b-proj 2018-10-10 15:55:28,746 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-net1 2018-10-10 15:55:29,886 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-subnet1 2018-10-10 15:55:31,850 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-net2 2018-10-10 15:55:32,767 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-subnet2 2018-10-10 15:55:35,179 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-router 2018-10-10 15:55:36,430 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-port1 for router - CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-router 2018-10-10 15:55:38,070 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-net1 2018-10-10 15:55:39,170 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-port1 for router - CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-router 2018-10-10 15:55:39,170 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-router 2018-10-10 15:55:41,470 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-port2 for router - CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-router 2018-10-10 15:55:42,674 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-net2 2018-10-10 15:55:43,427 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-port2 for router - CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-router 2018-10-10 15:55:43,428 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-router 2018-10-10 15:55:53,120 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-router and port CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-port1 2018-10-10 15:55:53,120 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-router 2018-10-10 15:55:54,179 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-router and port CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-port2 2018-10-10 15:55:54,180 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-router 2018-10-10 15:55:55,063 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-router 2018-10-10 15:55:55,063 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-router 2018-10-10 15:55:55,391 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-subnet1 2018-10-10 15:55:55,391 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-subnet1 2018-10-10 15:55:57,577 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-net1 2018-10-10 15:55:58,930 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-subnet2 2018-10-10 15:55:58,930 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-subnet2 2018-10-10 15:56:01,253 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-abf7a16b-f1cb-491e-aea0-72593c1adb6d-pub-net2 2018-10-10 15:56:02,925 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 211384ed-9872-4b5e-997b-40396cb1e7a5 2018-10-10 15:56:03,111 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:56:03,453 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-e0612802-586d-48b-proj 2018-10-10 15:56:03,684 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-e0612802-586d-48b-proj-role 2018-10-10 15:56:03,890 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-e0612802-586d-48b-user 2018-10-10 15:56:05,357 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-6d61f8ea-28fb-431-proj 2018-10-10 15:56:06,418 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-6d61f8ea-28fb-431-user 2018-10-10 15:56:06,620 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-6d61f8ea-28fb-431-proj-role 2018-10-10 15:56:06,646 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-6d61f8ea-28fb-431-proj-role to project CreateRouterSuccessTests-6d61f8ea-28fb-431-proj 2018-10-10 15:56:08,515 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-63908fc9-7b87-433c-930a-3d85c23976a2-pub-router 2018-10-10 15:56:11,712 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-63908fc9-7b87-433c-930a-3d85c23976a2-pub-router 2018-10-10 15:56:11,712 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-63908fc9-7b87-433c-930a-3d85c23976a2-pub-router 2018-10-10 15:56:13,607 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-6d61f8ea-28fb-431-proj 2018-10-10 15:56:13,796 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-6d61f8ea-28fb-431-proj-role 2018-10-10 15:56:14,013 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-6d61f8ea-28fb-431-user 2018-10-10 15:56:15,462 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-34bb28c6-789f-41c-proj 2018-10-10 15:56:16,639 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-34bb28c6-789f-41c-user 2018-10-10 15:56:16,829 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-34bb28c6-789f-41c-proj-role 2018-10-10 15:56:16,913 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-34bb28c6-789f-41c-proj-role to project CreateRouterSuccessTests-34bb28c6-789f-41c-proj 2018-10-10 15:56:18,164 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-bdf87272-c249-49c9-92d8-58667e061a3f-pub-router 2018-10-10 15:56:19,000 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-bdf87272-c249-49c9-92d8-58667e061a3f-port1 for router - CreateRouterSuccessTests-bdf87272-c249-49c9-92d8-58667e061a3f-pub-router 2018-10-10 15:56:20,083 - neutron_utils - INFO - Creating port for network with name - external 2018-10-10 15:56:21,044 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-bdf87272-c249-49c9-92d8-58667e061a3f-port1 for router - CreateRouterSuccessTests-bdf87272-c249-49c9-92d8-58667e061a3f-pub-router 2018-10-10 15:56:21,044 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-bdf87272-c249-49c9-92d8-58667e061a3f-pub-router 2018-10-10 15:56:24,332 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-bdf87272-c249-49c9-92d8-58667e061a3f-pub-router and port CreateRouterSuccessTests-bdf87272-c249-49c9-92d8-58667e061a3f-port1 2018-10-10 15:56:24,332 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-bdf87272-c249-49c9-92d8-58667e061a3f-pub-router 2018-10-10 15:56:25,433 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-bdf87272-c249-49c9-92d8-58667e061a3f-pub-router 2018-10-10 15:56:25,433 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-bdf87272-c249-49c9-92d8-58667e061a3f-pub-router 2018-10-10 15:56:26,242 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-34bb28c6-789f-41c-proj 2018-10-10 15:56:26,467 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-34bb28c6-789f-41c-proj-role 2018-10-10 15:56:26,667 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-34bb28c6-789f-41c-user 2018-10-10 15:56:28,093 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-f4935df6-252b-4e4-proj 2018-10-10 15:56:29,201 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-f4935df6-252b-4e4-user 2018-10-10 15:56:29,380 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-f4935df6-252b-4e4-proj-role 2018-10-10 15:56:29,401 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-f4935df6-252b-4e4-proj-role to project CreateRouterSuccessTests-f4935df6-252b-4e4-proj 2018-10-10 15:56:30,141 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-5262a718-7bb9-4435-890a-d4b2941c975a-pub-net1 2018-10-10 15:56:31,129 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-5262a718-7bb9-4435-890a-d4b2941c975a-pub-subnet1 2018-10-10 15:56:34,133 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-5262a718-7bb9-4435-890a-d4b2941c975a-pub-router 2018-10-10 15:56:35,958 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-5262a718-7bb9-4435-890a-d4b2941c975a-pub-router 2018-10-10 15:56:38,232 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-5262a718-7bb9-4435-890a-d4b2941c975a-pub-router and subnet CreateRouterSuccessTests-5262a718-7bb9-4435-890a-d4b2941c975a-pub-subnet1 2018-10-10 15:56:38,232 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-5262a718-7bb9-4435-890a-d4b2941c975a-pub-router 2018-10-10 15:56:39,298 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-5262a718-7bb9-4435-890a-d4b2941c975a-pub-router 2018-10-10 15:56:39,298 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-5262a718-7bb9-4435-890a-d4b2941c975a-pub-router 2018-10-10 15:56:40,576 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-5262a718-7bb9-4435-890a-d4b2941c975a-pub-subnet1 2018-10-10 15:56:40,576 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-5262a718-7bb9-4435-890a-d4b2941c975a-pub-subnet1 2018-10-10 15:56:43,020 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-5262a718-7bb9-4435-890a-d4b2941c975a-pub-net1 2018-10-10 15:56:45,073 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bbbe75f4-4892-498f-9f8a-2684c63d16b1 2018-10-10 15:56:45,263 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 15:56:45,591 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-f4935df6-252b-4e4-proj 2018-10-10 15:56:45,887 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-f4935df6-252b-4e4-proj-role 2018-10-10 15:56:46,113 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-f4935df6-252b-4e4-user 2018-10-10 15:56:47,608 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-793700e5-1df9-495-proj 2018-10-10 15:56:48,660 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-793700e5-1df9-495-user 2018-10-10 15:56:48,865 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-793700e5-1df9-495-proj-role 2018-10-10 15:56:48,950 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-793700e5-1df9-495-proj-role to project CreateRouterSuccessTests-793700e5-1df9-495-proj 2018-10-10 15:56:49,657 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-232653c3-5e48-4d12-a5b2-51786cf847c4-pub-net1 2018-10-10 15:56:50,588 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-232653c3-5e48-4d12-a5b2-51786cf847c4-pub-subnet1 2018-10-10 15:56:53,121 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-232653c3-5e48-4d12-a5b2-51786cf847c4-pub-router 2018-10-10 15:56:54,686 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-232653c3-5e48-4d12-a5b2-51786cf847c4-pub-router 2018-10-10 15:56:54,686 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-232653c3-5e48-4d12-a5b2-51786cf847c4-pub-router 2018-10-10 15:56:55,970 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-232653c3-5e48-4d12-a5b2-51786cf847c4-pub-subnet1 2018-10-10 15:56:55,970 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-232653c3-5e48-4d12-a5b2-51786cf847c4-pub-subnet1 2018-10-10 15:56:58,148 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-232653c3-5e48-4d12-a5b2-51786cf847c4-pub-net1 2018-10-10 15:57:00,266 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-793700e5-1df9-495-proj 2018-10-10 15:57:00,472 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-793700e5-1df9-495-proj-role 2018-10-10 15:57:00,680 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-793700e5-1df9-495-user 2018-10-10 15:57:02,103 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-77da8e12-f77b-492-proj 2018-10-10 15:57:03,333 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-77da8e12-f77b-492-user 2018-10-10 15:57:03,542 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-77da8e12-f77b-492-proj-role 2018-10-10 15:57:03,634 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-77da8e12-f77b-492-proj-role to project CreateRouterNegativeTests-77da8e12-f77b-492-proj 2018-10-10 15:57:04,406 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-3f5fbe4f-b9bb-4980-b2f2-414358c0f8b8-pub-net1 2018-10-10 15:57:05,331 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-3f5fbe4f-b9bb-4980-b2f2-414358c0f8b8-pub-subnet1 2018-10-10 15:57:07,697 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-3f5fbe4f-b9bb-4980-b2f2-414358c0f8b8-pub-router 2018-10-10 15:57:09,592 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-3f5fbe4f-b9bb-4980-b2f2-414358c0f8b8-port1 for router - CreateRouterNegativeTests-3f5fbe4f-b9bb-4980-b2f2-414358c0f8b8-pub-router 2018-10-10 15:57:10,087 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-3f5fbe4f-b9bb-4980-b2f2-414358c0f8b8-pub-router 2018-10-10 15:57:10,087 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-3f5fbe4f-b9bb-4980-b2f2-414358c0f8b8-pub-router 2018-10-10 15:57:11,411 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-3f5fbe4f-b9bb-4980-b2f2-414358c0f8b8-pub-subnet1 2018-10-10 15:57:11,411 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-3f5fbe4f-b9bb-4980-b2f2-414358c0f8b8-pub-subnet1 2018-10-10 15:57:13,612 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-3f5fbe4f-b9bb-4980-b2f2-414358c0f8b8-pub-net1 2018-10-10 15:57:15,578 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-77da8e12-f77b-492-proj 2018-10-10 15:57:15,849 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-77da8e12-f77b-492-proj-role 2018-10-10 15:57:16,137 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-77da8e12-f77b-492-user 2018-10-10 15:57:17,548 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-64e8a6ef-74a1-49c-proj 2018-10-10 15:57:18,645 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-64e8a6ef-74a1-49c-user 2018-10-10 15:57:18,847 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-64e8a6ef-74a1-49c-proj-role 2018-10-10 15:57:18,865 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-64e8a6ef-74a1-49c-proj-role to project CreateRouterNegativeTests-64e8a6ef-74a1-49c-proj 2018-10-10 15:57:20,683 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-64e8a6ef-74a1-49c-proj 2018-10-10 15:57:20,886 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-64e8a6ef-74a1-49c-proj-role 2018-10-10 15:57:21,083 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-64e8a6ef-74a1-49c-user 2018-10-10 15:57:22,506 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-b84535eb-786d-45e-proj 2018-10-10 15:57:23,548 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-b84535eb-786d-45e-user 2018-10-10 15:57:23,739 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-b84535eb-786d-45e-proj-role 2018-10-10 15:57:23,822 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-b84535eb-786d-45e-proj-role to project CreateRouterNegativeTests-b84535eb-786d-45e-proj 2018-10-10 15:57:24,419 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-b84535eb-786d-45e-proj 2018-10-10 15:57:24,617 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-b84535eb-786d-45e-proj-role 2018-10-10 15:57:24,807 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-b84535eb-786d-45e-user 2018-10-10 15:57:26,213 - keystone_utils - INFO - Created project with name - CreateQoSTests-cd21ba7c-f373-46c-proj 2018-10-10 15:57:27,333 - keystone_utils - INFO - Created user with name - CreateQoSTests-cd21ba7c-f373-46c-user 2018-10-10 15:57:27,458 - keystone_utils - INFO - Created role with name - CreateQoSTests-cd21ba7c-f373-46c-proj-role 2018-10-10 15:57:27,547 - keystone_utils - INFO - Granting role CreateQoSTests-cd21ba7c-f373-46c-proj-role to project CreateQoSTests-cd21ba7c-f373-46c-proj 2018-10-10 15:57:28,626 - create_qos - INFO - Created qos with name - CreateQoSTests-dfd0d959-7bf4-40c5-9416-f5b738e5ef52 2018-10-10 15:57:29,173 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-dfd0d959-7bf4-40c5-9416-f5b738e5ef52 2018-10-10 15:57:29,560 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-dfd0d959-7bf4-40c5-9416-f5b738e5ef52 2018-10-10 15:57:30,687 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-cd21ba7c-f373-46c-proj 2018-10-10 15:57:30,868 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-cd21ba7c-f373-46c-proj-role 2018-10-10 15:57:31,066 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-cd21ba7c-f373-46c-user 2018-10-10 15:57:32,446 - keystone_utils - INFO - Created project with name - CreateQoSTests-2e10f666-ab2e-4a4-proj 2018-10-10 15:57:33,656 - keystone_utils - INFO - Created user with name - CreateQoSTests-2e10f666-ab2e-4a4-user 2018-10-10 15:57:33,847 - keystone_utils - INFO - Created role with name - CreateQoSTests-2e10f666-ab2e-4a4-proj-role 2018-10-10 15:57:33,929 - keystone_utils - INFO - Granting role CreateQoSTests-2e10f666-ab2e-4a4-proj-role to project CreateQoSTests-2e10f666-ab2e-4a4-proj 2018-10-10 15:57:34,914 - create_qos - INFO - Created qos with name - CreateQoSTests-614ccea0-1172-4b8b-b439-a7349d0a8d2b 2018-10-10 15:57:35,083 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-614ccea0-1172-4b8b-b439-a7349d0a8d2b 2018-10-10 15:57:35,783 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-2e10f666-ab2e-4a4-proj 2018-10-10 15:57:35,976 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-2e10f666-ab2e-4a4-proj-role 2018-10-10 15:57:36,170 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-2e10f666-ab2e-4a4-user 2018-10-10 15:57:37,590 - keystone_utils - INFO - Created project with name - CreateQoSTests-41978c5f-4a60-4b5-proj 2018-10-10 15:57:38,566 - keystone_utils - INFO - Created user with name - CreateQoSTests-41978c5f-4a60-4b5-user 2018-10-10 15:57:38,757 - keystone_utils - INFO - Created role with name - CreateQoSTests-41978c5f-4a60-4b5-proj-role 2018-10-10 15:57:38,848 - keystone_utils - INFO - Granting role CreateQoSTests-41978c5f-4a60-4b5-proj-role to project CreateQoSTests-41978c5f-4a60-4b5-proj 2018-10-10 15:57:40,179 - create_qos - INFO - Created qos with name - CreateQoSTests-353d4c77-ca13-4822-9c2d-22a808cb0758 2018-10-10 15:57:40,986 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-353d4c77-ca13-4822-9c2d-22a808cb0758 2018-10-10 15:57:41,656 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-41978c5f-4a60-4b5-proj 2018-10-10 15:57:41,854 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-41978c5f-4a60-4b5-proj-role 2018-10-10 15:57:41,978 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-41978c5f-4a60-4b5-user 2018-10-10 15:57:43,306 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-0e5f30bc-292f-4bf-proj 2018-10-10 15:57:44,368 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-0e5f30bc-292f-4bf-user 2018-10-10 15:57:44,566 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-0e5f30bc-292f-4bf-proj-role 2018-10-10 15:57:44,657 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-0e5f30bc-292f-4bf-proj-role to project CreateSimpleVolumeTypeSuccessTests-0e5f30bc-292f-4bf-proj 2018-10-10 15:57:46,008 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-ac161b25-0428-4e20-87d8-50f9232228d1 2018-10-10 15:57:46,544 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-ac161b25-0428-4e20-87d8-50f9232228d1 2018-10-10 15:57:46,913 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-ac161b25-0428-4e20-87d8-50f9232228d1 2018-10-10 15:57:47,568 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-0e5f30bc-292f-4bf-proj 2018-10-10 15:57:47,767 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-0e5f30bc-292f-4bf-proj-role 2018-10-10 15:57:47,958 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-0e5f30bc-292f-4bf-user 2018-10-10 15:57:49,306 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-33a03433-1299-454-proj 2018-10-10 15:57:50,446 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-33a03433-1299-454-user 2018-10-10 15:57:50,641 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-33a03433-1299-454-proj-role 2018-10-10 15:57:50,659 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-33a03433-1299-454-proj-role to project CreateSimpleVolumeTypeSuccessTests-33a03433-1299-454-proj 2018-10-10 15:57:51,590 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-fef55993-de67-47a9-9bc7-e8ca09efd22c 2018-10-10 15:57:53,204 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-fef55993-de67-47a9-9bc7-e8ca09efd22c 2018-10-10 15:57:53,804 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-33a03433-1299-454-proj 2018-10-10 15:57:54,007 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-33a03433-1299-454-proj-role 2018-10-10 15:57:54,209 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-33a03433-1299-454-user 2018-10-10 15:57:55,608 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-3fd8cf2d-4ba9-429-proj 2018-10-10 15:57:56,600 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-3fd8cf2d-4ba9-429-user 2018-10-10 15:57:56,793 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-3fd8cf2d-4ba9-429-proj-role 2018-10-10 15:57:56,883 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-3fd8cf2d-4ba9-429-proj-role to project CreateSimpleVolumeTypeSuccessTests-3fd8cf2d-4ba9-429-proj 2018-10-10 15:57:57,865 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-078ddc2b-4fc3-4d23-8a8d-4e6fa724b6c8 2018-10-10 15:57:58,918 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-078ddc2b-4fc3-4d23-8a8d-4e6fa724b6c8 2018-10-10 15:57:59,921 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-3fd8cf2d-4ba9-429-proj 2018-10-10 15:58:00,108 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-3fd8cf2d-4ba9-429-proj-role 2018-10-10 15:58:00,321 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-3fd8cf2d-4ba9-429-user 2018-10-10 15:58:01,811 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-cac5ec84-5404-471-proj 2018-10-10 15:58:02,865 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-cac5ec84-5404-471-user 2018-10-10 15:58:03,085 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-cac5ec84-5404-471-proj-role 2018-10-10 15:58:03,175 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-cac5ec84-5404-471-proj-role to project CreateVolumeTypeComplexTests-cac5ec84-5404-471-proj 2018-10-10 15:58:04,178 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-f6ebf385-10ec-4b96-9eb8-3eb102358589-qos-spec 2018-10-10 15:58:05,267 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-f6ebf385-10ec-4b96-9eb8-3eb102358589-vol_type 2018-10-10 15:58:06,176 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-f6ebf385-10ec-4b96-9eb8-3eb102358589-vol_type 2018-10-10 15:58:06,380 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-f6ebf385-10ec-4b96-9eb8-3eb102358589-qos-spec 2018-10-10 15:58:07,448 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-cac5ec84-5404-471-proj 2018-10-10 15:58:07,640 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-cac5ec84-5404-471-proj-role 2018-10-10 15:58:07,833 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-cac5ec84-5404-471-user 2018-10-10 15:58:09,273 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-32f865e0-22d0-4ad-proj 2018-10-10 15:58:10,464 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-32f865e0-22d0-4ad-user 2018-10-10 15:58:10,674 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-32f865e0-22d0-4ad-proj-role 2018-10-10 15:58:10,692 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-32f865e0-22d0-4ad-proj-role to project CreateVolumeTypeComplexTests-32f865e0-22d0-4ad-proj 2018-10-10 15:58:11,663 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-ae1e11a0-be70-4060-90af-2b7de79732a1-qos-spec 2018-10-10 15:58:12,895 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-ae1e11a0-be70-4060-90af-2b7de79732a1-vol_type 2018-10-10 15:58:14,055 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-ae1e11a0-be70-4060-90af-2b7de79732a1-vol_type 2018-10-10 15:58:14,267 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-ae1e11a0-be70-4060-90af-2b7de79732a1-qos-spec 2018-10-10 15:58:14,930 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-32f865e0-22d0-4ad-proj 2018-10-10 15:58:15,119 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-32f865e0-22d0-4ad-proj-role 2018-10-10 15:58:15,402 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-32f865e0-22d0-4ad-user 2018-10-10 15:58:16,811 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-877e0ee1-b3e1-4c4-proj 2018-10-10 15:58:17,919 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-877e0ee1-b3e1-4c4-user 2018-10-10 15:58:18,117 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-877e0ee1-b3e1-4c4-proj-role 2018-10-10 15:58:18,203 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-877e0ee1-b3e1-4c4-proj-role to project CreateVolumeTypeComplexTests-877e0ee1-b3e1-4c4-proj 2018-10-10 15:58:19,148 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-5b0e0963-cd25-4c42-bce0-1e859115c10e-qos-spec 2018-10-10 15:58:20,644 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-5b0e0963-cd25-4c42-bce0-1e859115c10e-vol_type 2018-10-10 15:58:21,202 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-5b0e0963-cd25-4c42-bce0-1e859115c10e-vol_type 2018-10-10 15:58:21,405 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-5b0e0963-cd25-4c42-bce0-1e859115c10e-qos-spec 2018-10-10 15:58:22,320 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-877e0ee1-b3e1-4c4-proj 2018-10-10 15:58:22,515 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-877e0ee1-b3e1-4c4-proj-role 2018-10-10 15:58:22,728 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-877e0ee1-b3e1-4c4-user 2018-10-10 15:58:24,051 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-1f8c4de0-5c74-4d1-proj 2018-10-10 15:58:25,164 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-1f8c4de0-5c74-4d1-user 2018-10-10 15:58:25,362 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-1f8c4de0-5c74-4d1-proj-role 2018-10-10 15:58:25,379 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-1f8c4de0-5c74-4d1-proj-role to project CreateSimpleVolumeSuccessTests-1f8c4de0-5c74-4d1-proj 2018-10-10 15:58:27,114 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-2da100c0-78f5-438c-918c-217e9fbcf783 2018-10-10 15:58:30,374 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-2da100c0-78f5-438c-918c-217e9fbcf783 2018-10-10 15:58:30,852 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-2da100c0-78f5-438c-918c-217e9fbcf783 2018-10-10 15:58:34,392 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-2da100c0-78f5-438c-918c-217e9fbcf783 2018-10-10 15:58:35,101 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-1f8c4de0-5c74-4d1-proj 2018-10-10 15:58:35,324 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-1f8c4de0-5c74-4d1-proj-role 2018-10-10 15:58:35,531 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-1f8c4de0-5c74-4d1-user 2018-10-10 15:58:36,943 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-a832eeb1-b056-411-proj 2018-10-10 15:58:37,991 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-a832eeb1-b056-411-user 2018-10-10 15:58:38,178 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-a832eeb1-b056-411-proj-role 2018-10-10 15:58:38,268 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-a832eeb1-b056-411-proj-role to project CreateSimpleVolumeSuccessTests-a832eeb1-b056-411-proj 2018-10-10 15:58:40,048 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-bab6b83c-69cd-4e36-bddb-39d5144229eb 2018-10-10 15:58:40,244 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-bab6b83c-69cd-4e36-bddb-39d5144229eb 2018-10-10 15:58:41,617 - create_volume - INFO - Did not create volume due to cleanup mode 2018-10-10 15:58:41,672 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-bab6b83c-69cd-4e36-bddb-39d5144229eb 2018-10-10 15:58:45,130 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-bab6b83c-69cd-4e36-bddb-39d5144229eb 2018-10-10 15:58:45,626 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-a832eeb1-b056-411-proj 2018-10-10 15:58:45,838 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-a832eeb1-b056-411-proj-role 2018-10-10 15:58:46,031 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-a832eeb1-b056-411-user 2018-10-10 15:58:47,507 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-9743b8f5-b76a-465-proj 2018-10-10 15:58:48,722 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-9743b8f5-b76a-465-user 2018-10-10 15:58:48,847 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-9743b8f5-b76a-465-proj-role 2018-10-10 15:58:48,867 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-9743b8f5-b76a-465-proj-role to project CreateSimpleVolumeSuccessTests-9743b8f5-b76a-465-proj 2018-10-10 15:58:50,620 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-b5282480-dde9-41e6-9fa1-c9bfc0a57c49 2018-10-10 15:58:50,804 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-b5282480-dde9-41e6-9fa1-c9bfc0a57c49 2018-10-10 15:58:51,265 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-b5282480-dde9-41e6-9fa1-c9bfc0a57c49 2018-10-10 15:58:54,578 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-b5282480-dde9-41e6-9fa1-c9bfc0a57c49 2018-10-10 15:58:55,068 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-9743b8f5-b76a-465-proj 2018-10-10 15:58:55,269 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-9743b8f5-b76a-465-proj-role 2018-10-10 15:58:55,468 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-9743b8f5-b76a-465-user 2018-10-10 15:58:56,876 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-75606d14-ae3b-43d-proj 2018-10-10 15:58:57,931 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-75606d14-ae3b-43d-user 2018-10-10 15:58:58,134 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-75606d14-ae3b-43d-proj-role 2018-10-10 15:58:58,226 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-75606d14-ae3b-43d-proj-role to project CreateSimpleVolumeFailureTests-75606d14-ae3b-43d-proj 2018-10-10 15:58:59,931 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-75606d14-ae3b-43d-proj 2018-10-10 15:59:00,148 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-75606d14-ae3b-43d-proj-role 2018-10-10 15:59:00,338 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-75606d14-ae3b-43d-user 2018-10-10 15:59:01,739 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-cf32b931-b597-480-proj 2018-10-10 15:59:02,860 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-cf32b931-b597-480-user 2018-10-10 15:59:03,068 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-cf32b931-b597-480-proj-role 2018-10-10 15:59:03,086 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-cf32b931-b597-480-proj-role to project CreateSimpleVolumeFailureTests-cf32b931-b597-480-proj 2018-10-10 15:59:04,518 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-cf32b931-b597-480-proj 2018-10-10 15:59:04,717 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-cf32b931-b597-480-proj-role 2018-10-10 15:59:04,918 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-cf32b931-b597-480-user 2018-10-10 15:59:06,308 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-4efbbe58-d924-4de-proj 2018-10-10 15:59:07,344 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-4efbbe58-d924-4de-user 2018-10-10 15:59:07,546 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-4efbbe58-d924-4de-proj-role 2018-10-10 15:59:07,630 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-4efbbe58-d924-4de-proj-role to project CreateSimpleVolumeFailureTests-4efbbe58-d924-4de-proj 2018-10-10 15:59:08,930 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-4efbbe58-d924-4de-proj 2018-10-10 15:59:09,166 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-4efbbe58-d924-4de-proj-role 2018-10-10 15:59:09,362 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-4efbbe58-d924-4de-user 2018-10-10 15:59:10,799 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-93c97d50-57e4-4e6-proj 2018-10-10 15:59:11,931 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-93c97d50-57e4-4e6-user 2018-10-10 15:59:12,051 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-93c97d50-57e4-4e6-proj-role 2018-10-10 15:59:12,070 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-93c97d50-57e4-4e6-proj-role to project CreateVolumeWithTypeTests-93c97d50-57e4-4e6-proj 2018-10-10 15:59:13,030 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-ea3e2edb-24d6-4cd2-bb23-6554f5ce751a-vol-type 2018-10-10 15:59:13,834 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-ea3e2edb-24d6-4cd2-bb23-6554f5ce751a-vol-type 2018-10-10 15:59:14,536 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-93c97d50-57e4-4e6-proj 2018-10-10 15:59:14,772 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-93c97d50-57e4-4e6-proj-role 2018-10-10 15:59:14,974 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-93c97d50-57e4-4e6-user 2018-10-10 15:59:16,319 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-522674c0-a982-481-proj 2018-10-10 15:59:17,441 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-522674c0-a982-481-user 2018-10-10 15:59:17,625 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-522674c0-a982-481-proj-role 2018-10-10 15:59:17,643 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-522674c0-a982-481-proj-role to project CreateVolumeWithTypeTests-522674c0-a982-481-proj 2018-10-10 15:59:18,607 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-ef876421-3d1d-48e6-8dc3-ffbdb5bbfac4-vol-type 2018-10-10 15:59:19,871 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-ef876421-3d1d-48e6-8dc3-ffbdb5bbfac4-vol 2018-10-10 15:59:20,070 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-ef876421-3d1d-48e6-8dc3-ffbdb5bbfac4-vol 2018-10-10 15:59:20,349 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-ef876421-3d1d-48e6-8dc3-ffbdb5bbfac4-vol 2018-10-10 15:59:23,992 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-ef876421-3d1d-48e6-8dc3-ffbdb5bbfac4-vol 2018-10-10 15:59:23,993 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-ef876421-3d1d-48e6-8dc3-ffbdb5bbfac4-vol-type 2018-10-10 15:59:24,558 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-522674c0-a982-481-proj 2018-10-10 15:59:24,778 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-522674c0-a982-481-proj-role 2018-10-10 15:59:24,905 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-522674c0-a982-481-user 2018-10-10 15:59:26,320 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-ea919a1a-06a4-4e0-proj 2018-10-10 15:59:27,452 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-ea919a1a-06a4-4e0-user 2018-10-10 15:59:27,643 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-ea919a1a-06a4-4e0-proj-role 2018-10-10 15:59:27,732 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-ea919a1a-06a4-4e0-proj-role to project CreateVolumeWithImageTests-ea919a1a-06a4-4e0-proj 2018-10-10 15:59:30,337 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-54602484-45db-4907-805d-4ae4d250c9b1-image 2018-10-10 15:59:30,503 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-54602484-45db-4907-805d-4ae4d250c9b1-image 2018-10-10 15:59:31,485 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-54602484-45db-4907-805d-4ae4d250c9b1-image 2018-10-10 15:59:33,052 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-ea919a1a-06a4-4e0-proj 2018-10-10 15:59:33,330 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-ea919a1a-06a4-4e0-proj-role 2018-10-10 15:59:33,592 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-ea919a1a-06a4-4e0-user 2018-10-10 15:59:35,104 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-d26cbe37-186f-4e3-proj 2018-10-10 15:59:36,164 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-d26cbe37-186f-4e3-user 2018-10-10 15:59:36,362 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-d26cbe37-186f-4e3-proj-role 2018-10-10 15:59:36,382 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-d26cbe37-186f-4e3-proj-role to project CreateVolumeWithImageTests-d26cbe37-186f-4e3-proj 2018-10-10 15:59:39,137 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-2415ed8c-dde8-45a3-b102-ccf3ca205c5f-image 2018-10-10 15:59:39,297 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-2415ed8c-dde8-45a3-b102-ccf3ca205c5f-image 2018-10-10 15:59:41,768 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-2415ed8c-dde8-45a3-b102-ccf3ca205c5f-vol 2018-10-10 15:59:48,516 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-2415ed8c-dde8-45a3-b102-ccf3ca205c5f-vol 2018-10-10 15:59:49,485 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-2415ed8c-dde8-45a3-b102-ccf3ca205c5f-vol 2018-10-10 15:59:52,944 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-2415ed8c-dde8-45a3-b102-ccf3ca205c5f-vol 2018-10-10 15:59:52,945 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-2415ed8c-dde8-45a3-b102-ccf3ca205c5f-image 2018-10-10 15:59:55,071 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-d26cbe37-186f-4e3-proj 2018-10-10 15:59:55,299 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-d26cbe37-186f-4e3-proj-role 2018-10-10 15:59:55,494 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-d26cbe37-186f-4e3-user 2018-10-10 15:59:56,919 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-1ba53f9c-e6d7-4e6-proj 2018-10-10 15:59:57,990 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-1ba53f9c-e6d7-4e6-user 2018-10-10 15:59:58,188 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-1ba53f9c-e6d7-4e6-proj-role 2018-10-10 15:59:58,279 - keystone_utils - INFO - Granting role SimpleHealthCheck-1ba53f9c-e6d7-4e6-proj-role to project SimpleHealthCheck-1ba53f9c-e6d7-4e6-proj 2018-10-10 16:00:01,598 - create_image - INFO - Created image with name - SimpleHealthCheck-3eedb25d-b8b5-4058-8d3e-d893fd78fe65-image 2018-10-10 16:00:01,770 - create_image - INFO - Image is now active with name - SimpleHealthCheck-3eedb25d-b8b5-4058-8d3e-d893fd78fe65-image 2018-10-10 16:00:02,326 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-3eedb25d-b8b5-4058-8d3e-d893fd78fe65-priv-net 2018-10-10 16:00:03,673 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-3eedb25d-b8b5-4058-8d3e-d893fd78fe65-priv-subnet 2018-10-10 16:00:09,097 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-3eedb25d-b8b5-4058-8d3e-d893fd78fe65-priv-net 2018-10-10 16:00:11,072 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-3eedb25d-b8b5-4058-8d3e-d893fd78fe65-inst 2018-10-10 16:00:13,367 - create_instance - INFO - Created instance with name - SimpleHealthCheck-3eedb25d-b8b5-4058-8d3e-d893fd78fe65-inst 2018-10-10 16:00:21,213 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:00:22,178 - create_instance_tests - INFO - Looking for IP 10.55.0.13 in the console log 2018-10-10 16:01:21,122 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-10 16:01:21,126 - create_instance - INFO - Deleting Port with ID - 05708935-0d1a-4f60-8c90-5ab476adc0d5 2018-10-10 16:01:21,126 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-3eedb25d-b8b5-4058-8d3e-d893fd78fe65port-1 2018-10-10 16:01:21,604 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-3eedb25d-b8b5-4058-8d3e-d893fd78fe65-inst 2018-10-10 16:01:21,801 - create_instance - INFO - Checking deletion status 2018-10-10 16:01:25,116 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-3eedb25d-b8b5-4058-8d3e-d893fd78fe65-inst 2018-10-10 16:01:25,117 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-3eedb25d-b8b5-4058-8d3e-d893fd78fe65-priv-subnet 2018-10-10 16:01:25,117 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-3eedb25d-b8b5-4058-8d3e-d893fd78fe65-priv-subnet 2018-10-10 16:01:27,958 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-3eedb25d-b8b5-4058-8d3e-d893fd78fe65-priv-net 2018-10-10 16:01:29,483 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-3eedb25d-b8b5-4058-8d3e-d893fd78fe65-image 2018-10-10 16:01:31,357 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9553be82-65ea-47c1-a688-b47f1d4ed7cd 2018-10-10 16:01:31,528 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:01:31,884 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-1ba53f9c-e6d7-4e6-proj 2018-10-10 16:01:32,114 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-1ba53f9c-e6d7-4e6-proj-role 2018-10-10 16:01:32,323 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-1ba53f9c-e6d7-4e6-user 2018-10-10 16:01:33,661 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-d3868882-984a-4b8-proj 2018-10-10 16:01:34,710 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-d3868882-984a-4b8-user 2018-10-10 16:01:34,918 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-d3868882-984a-4b8-proj-role 2018-10-10 16:01:35,003 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-d3868882-984a-4b8-proj-role to project CreateInstanceTwoNetTests-d3868882-984a-4b8-proj 2018-10-10 16:01:38,118 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-204d13b8-a75e-4a45-a354-4e3cf1422b36 2018-10-10 16:01:38,287 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-204d13b8-a75e-4a45-a354-4e3cf1422b36 2018-10-10 16:01:39,069 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-net1 2018-10-10 16:01:40,151 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-subnet1 2018-10-10 16:01:41,895 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-net2 2018-10-10 16:01:42,738 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-subnet2 2018-10-10 16:01:45,407 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-pub-router 2018-10-10 16:01:46,633 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-router-port1 for router - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-pub-router 2018-10-10 16:01:48,294 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-net1 2018-10-10 16:01:49,539 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-router-port1 for router - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-pub-router 2018-10-10 16:01:49,540 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-pub-router 2018-10-10 16:01:51,575 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-router-port2 for router - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-pub-router 2018-10-10 16:01:52,955 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-net2 2018-10-10 16:01:53,737 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-router-port2 for router - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-pub-router 2018-10-10 16:01:53,738 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-pub-router 2018-10-10 16:01:57,111 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-sec-grp... 2018-10-10 16:01:57,111 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-sec-grp 2018-10-10 16:01:57,458 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - be90ae3d-86bd-4125-a178-0a9a0a02b2a0 2018-10-10 16:01:57,629 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - be90ae3d-86bd-4125-a178-0a9a0a02b2a0 2018-10-10 16:01:57,804 - neutron_utils - INFO - Retrieving security group with ID - be90ae3d-86bd-4125-a178-0a9a0a02b2a0 2018-10-10 16:01:57,994 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - be90ae3d-86bd-4125-a178-0a9a0a02b2a0 2018-10-10 16:01:58,174 - neutron_utils - INFO - Retrieving security group with ID - be90ae3d-86bd-4125-a178-0a9a0a02b2a0 2018-10-10 16:01:58,383 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - be90ae3d-86bd-4125-a178-0a9a0a02b2a0 2018-10-10 16:01:58,551 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-sec-grp 2018-10-10 16:01:58,838 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - be90ae3d-86bd-4125-a178-0a9a0a02b2a0 2018-10-10 16:01:59,200 - neutron_utils - INFO - Retrieving security group with ID - be90ae3d-86bd-4125-a178-0a9a0a02b2a0 2018-10-10 16:01:59,391 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - be90ae3d-86bd-4125-a178-0a9a0a02b2a0 2018-10-10 16:02:03,735 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-net1 2018-10-10 16:02:05,638 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-inst1 2018-10-10 16:02:07,755 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-inst1 2018-10-10 16:02:15,240 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:02:20,401 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-net2 2018-10-10 16:02:22,017 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-inst2 2018-10-10 16:02:24,401 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-inst2 2018-10-10 16:02:34,367 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:02:35,445 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-10-10 16:02:37,080 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-10 16:02:37,080 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-10-10 16:02:38,636 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-10 16:02:44,070 - create_instance - INFO - Deleting Port with ID - 046743a0-19f8-4ef9-a562-679761dfe0bb 2018-10-10 16:02:44,070 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-vm1-port 2018-10-10 16:02:44,659 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-inst1 2018-10-10 16:02:44,860 - create_instance - INFO - Checking deletion status 2018-10-10 16:02:58,213 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-inst1 2018-10-10 16:02:58,215 - create_instance - INFO - Deleting Port with ID - 6194dd9b-e615-4259-bac7-fb5628920ab5 2018-10-10 16:02:58,215 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-vm2-port 2018-10-10 16:02:58,646 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-inst2 2018-10-10 16:02:58,813 - create_instance - INFO - Checking deletion status 2018-10-10 16:03:05,222 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-inst2 2018-10-10 16:03:05,280 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-pub-router and port CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-router-port1 2018-10-10 16:03:05,280 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-pub-router 2018-10-10 16:03:06,500 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-pub-router and port CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-router-port2 2018-10-10 16:03:06,500 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-pub-router 2018-10-10 16:03:07,805 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-pub-router 2018-10-10 16:03:07,805 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-pub-router 2018-10-10 16:03:08,103 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-subnet1 2018-10-10 16:03:08,103 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-subnet1 2018-10-10 16:03:10,563 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-net1 2018-10-10 16:03:11,975 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-subnet2 2018-10-10 16:03:11,975 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-subnet2 2018-10-10 16:03:14,311 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-net2 2018-10-10 16:03:15,635 - neutron_utils - INFO - Deleting security group rule with ID - 8cd9b4eb-24a7-49b8-bcfb-d4ba3103bbc3 2018-10-10 16:03:15,897 - neutron_utils - INFO - Deleting security group rule with ID - 7678e1a4-c170-4463-94cd-d011a8bc00da 2018-10-10 16:03:16,012 - neutron_utils - INFO - Deleting security group rule with ID - 4b67129b-b9f7-436c-a0dd-709901b7917a 2018-10-10 16:03:16,290 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-cde3f00d-50bf-4938-86c9-0f988a04d469-sec-grp 2018-10-10 16:03:16,597 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-204d13b8-a75e-4a45-a354-4e3cf1422b36 2018-10-10 16:03:18,404 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1af6c8e1-a817-46d1-a753-4d466e8786e9 2018-10-10 16:03:18,575 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:03:18,884 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-d3868882-984a-4b8-proj 2018-10-10 16:03:19,148 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-d3868882-984a-4b8-proj-role 2018-10-10 16:03:19,354 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-d3868882-984a-4b8-user 2018-10-10 16:03:20,907 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-04266fd7-a00f-4ac-proj 2018-10-10 16:03:22,044 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-04266fd7-a00f-4ac-user 2018-10-10 16:03:22,289 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-04266fd7-a00f-4ac-proj-role 2018-10-10 16:03:22,383 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-04266fd7-a00f-4ac-proj-role to project CreateInstanceSimpleTests-04266fd7-a00f-4ac-proj 2018-10-10 16:03:25,537 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-26d75e58-aa80-4cec-8943-4d6446d630e2-image 2018-10-10 16:03:25,710 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-26d75e58-aa80-4cec-8943-4d6446d630e2-image 2018-10-10 16:03:27,074 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-26d75e58-aa80-4cec-8943-4d6446d630e2-pub-net 2018-10-10 16:03:27,903 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-26d75e58-aa80-4cec-8943-4d6446d630e2-pub-subnet 2018-10-10 16:03:32,708 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-26d75e58-aa80-4cec-8943-4d6446d630e2-pub-net 2018-10-10 16:03:34,286 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-26d75e58-aa80-4cec-8943-4d6446d630e2-inst 2018-10-10 16:03:36,537 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-26d75e58-aa80-4cec-8943-4d6446d630e2-inst 2018-10-10 16:03:44,224 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:03:49,987 - create_instance - INFO - Deleting Port with ID - d9cc5032-29f7-424a-9c1a-68e9c54b9415 2018-10-10 16:03:49,987 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-26d75e58-aa80-4cec-8943-4d6446d630e2-port 2018-10-10 16:03:50,412 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-26d75e58-aa80-4cec-8943-4d6446d630e2-inst 2018-10-10 16:03:50,567 - create_instance - INFO - Checking deletion status 2018-10-10 16:03:53,743 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-26d75e58-aa80-4cec-8943-4d6446d630e2-inst 2018-10-10 16:03:53,813 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-26d75e58-aa80-4cec-8943-4d6446d630e2-pub-subnet 2018-10-10 16:03:53,813 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-26d75e58-aa80-4cec-8943-4d6446d630e2-pub-subnet 2018-10-10 16:03:56,119 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-26d75e58-aa80-4cec-8943-4d6446d630e2-pub-net 2018-10-10 16:03:57,725 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-26d75e58-aa80-4cec-8943-4d6446d630e2-image 2018-10-10 16:04:00,588 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-04266fd7-a00f-4ac-proj 2018-10-10 16:04:00,812 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-04266fd7-a00f-4ac-proj-role 2018-10-10 16:04:01,013 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-04266fd7-a00f-4ac-user 2018-10-10 16:04:02,433 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-527ca1b0-f726-481-proj 2018-10-10 16:04:03,541 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-527ca1b0-f726-481-user 2018-10-10 16:04:03,673 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-527ca1b0-f726-481-proj-role 2018-10-10 16:04:03,757 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-527ca1b0-f726-481-proj-role to project CreateInstanceSimpleTests-527ca1b0-f726-481-proj 2018-10-10 16:04:06,933 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-c4796cf3-08b9-4745-963e-0d6102877744-image 2018-10-10 16:04:07,098 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-c4796cf3-08b9-4745-963e-0d6102877744-image 2018-10-10 16:04:08,438 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-c4796cf3-08b9-4745-963e-0d6102877744-pub-net 2018-10-10 16:04:09,442 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-c4796cf3-08b9-4745-963e-0d6102877744-pub-subnet 2018-10-10 16:04:13,726 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-c4796cf3-08b9-4745-963e-0d6102877744-pub-net 2018-10-10 16:04:15,322 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-c4796cf3-08b9-4745-963e-0d6102877744-inst 2018-10-10 16:04:17,607 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-c4796cf3-08b9-4745-963e-0d6102877744-inst 2018-10-10 16:04:25,410 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:04:38,554 - create_instance - INFO - Deleting Port with ID - e1cec8e6-8d9c-4112-bf97-cb8fa97a3130 2018-10-10 16:04:38,554 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-c4796cf3-08b9-4745-963e-0d6102877744-port 2018-10-10 16:04:39,173 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-c4796cf3-08b9-4745-963e-0d6102877744-inst 2018-10-10 16:04:39,218 - create_instance - WARNING - Instance already deleted - Instance b4fffc4f-af74-4b5c-aa68-1fb6789d632b could not be found. (HTTP 404) (Request-ID: req-8c5538a6-de05-49ae-a326-620b115a7321) 2018-10-10 16:04:39,219 - create_instance - INFO - Checking deletion status 2018-10-10 16:04:39,264 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-c4796cf3-08b9-4745-963e-0d6102877744-inst 2018-10-10 16:04:39,405 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-c4796cf3-08b9-4745-963e-0d6102877744-pub-subnet 2018-10-10 16:04:39,406 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-c4796cf3-08b9-4745-963e-0d6102877744-pub-subnet 2018-10-10 16:04:41,861 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-c4796cf3-08b9-4745-963e-0d6102877744-pub-net 2018-10-10 16:04:43,145 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-c4796cf3-08b9-4745-963e-0d6102877744-image 2018-10-10 16:04:46,068 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fb80ec0d-060f-4e38-934a-e483784af962 2018-10-10 16:04:46,247 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:04:46,596 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-527ca1b0-f726-481-proj 2018-10-10 16:04:46,926 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-527ca1b0-f726-481-proj-role 2018-10-10 16:04:47,124 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-527ca1b0-f726-481-user 2018-10-10 16:04:48,558 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-970bd553-0100-485-proj 2018-10-10 16:04:49,696 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-970bd553-0100-485-user 2018-10-10 16:04:49,911 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-970bd553-0100-485-proj-role 2018-10-10 16:04:49,929 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-970bd553-0100-485-proj-role to project CreateInstancePortManipulationTests-970bd553-0100-485-proj 2018-10-10 16:04:52,979 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-21c4a769-d4d4-4e0a-baea-4866bb1a1ab3-image 2018-10-10 16:04:53,161 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-21c4a769-d4d4-4e0a-baea-4866bb1a1ab3-image 2018-10-10 16:04:53,786 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-21c4a769-d4d4-4e0a-baea-4866bb1a1ab3-pub-net 2018-10-10 16:04:54,878 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-21c4a769-d4d4-4e0a-baea-4866bb1a1ab3-pub-subnet 2018-10-10 16:05:00,554 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-21c4a769-d4d4-4e0a-baea-4866bb1a1ab3-pub-net 2018-10-10 16:05:02,202 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-21c4a769-d4d4-4e0a-baea-4866bb1a1ab3-inst 2018-10-10 16:05:03,931 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-21c4a769-d4d4-4e0a-baea-4866bb1a1ab3-inst 2018-10-10 16:05:11,553 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:05:12,918 - create_instance - INFO - Deleting Port with ID - c8534d9b-8979-4f63-940c-2890efed2b45 2018-10-10 16:05:12,918 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-21c4a769-d4d4-4e0a-baea-4866bb1a1ab3port-1 2018-10-10 16:05:13,384 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-21c4a769-d4d4-4e0a-baea-4866bb1a1ab3-inst 2018-10-10 16:05:13,604 - create_instance - INFO - Checking deletion status 2018-10-10 16:05:20,300 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-21c4a769-d4d4-4e0a-baea-4866bb1a1ab3-inst 2018-10-10 16:05:20,350 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-21c4a769-d4d4-4e0a-baea-4866bb1a1ab3-pub-subnet 2018-10-10 16:05:20,350 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-21c4a769-d4d4-4e0a-baea-4866bb1a1ab3-pub-subnet 2018-10-10 16:05:22,647 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-21c4a769-d4d4-4e0a-baea-4866bb1a1ab3-pub-net 2018-10-10 16:05:23,854 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-21c4a769-d4d4-4e0a-baea-4866bb1a1ab3-image 2018-10-10 16:05:26,061 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf436d3f-fc8d-461d-b31b-b510a17877b5 2018-10-10 16:05:26,242 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:05:26,673 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-970bd553-0100-485-proj 2018-10-10 16:05:26,917 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-970bd553-0100-485-proj-role 2018-10-10 16:05:27,128 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-970bd553-0100-485-user 2018-10-10 16:05:28,558 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-15511dae-26d2-43b-proj 2018-10-10 16:05:29,618 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-15511dae-26d2-43b-user 2018-10-10 16:05:29,830 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-15511dae-26d2-43b-proj-role 2018-10-10 16:05:29,848 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-15511dae-26d2-43b-proj-role to project CreateInstancePortManipulationTests-15511dae-26d2-43b-proj 2018-10-10 16:05:32,926 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-46793187-ca66-49fd-94ff-d962c1e3bfec-image 2018-10-10 16:05:33,088 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-46793187-ca66-49fd-94ff-d962c1e3bfec-image 2018-10-10 16:05:33,718 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-46793187-ca66-49fd-94ff-d962c1e3bfec-pub-net 2018-10-10 16:05:34,741 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-46793187-ca66-49fd-94ff-d962c1e3bfec-pub-subnet 2018-10-10 16:05:40,195 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-46793187-ca66-49fd-94ff-d962c1e3bfec-pub-net 2018-10-10 16:05:40,260 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-46793187-ca66-49fd-94ff-d962c1e3bfec-pub-subnet 2018-10-10 16:05:40,261 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-46793187-ca66-49fd-94ff-d962c1e3bfec-pub-subnet 2018-10-10 16:05:42,733 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-46793187-ca66-49fd-94ff-d962c1e3bfec-pub-net 2018-10-10 16:05:44,052 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-46793187-ca66-49fd-94ff-d962c1e3bfec-image 2018-10-10 16:05:45,761 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf4920a9-a0ae-4785-a299-2fd74efaf947 2018-10-10 16:05:45,938 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:05:46,249 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-15511dae-26d2-43b-proj 2018-10-10 16:05:46,484 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-15511dae-26d2-43b-proj-role 2018-10-10 16:05:46,682 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-15511dae-26d2-43b-user 2018-10-10 16:05:48,092 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-8a0d073c-3294-440-proj 2018-10-10 16:05:49,163 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-8a0d073c-3294-440-user 2018-10-10 16:05:49,378 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-8a0d073c-3294-440-proj-role 2018-10-10 16:05:49,474 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-8a0d073c-3294-440-proj-role to project CreateInstancePortManipulationTests-8a0d073c-3294-440-proj 2018-10-10 16:05:52,933 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-bc7c9957-ee79-419c-848f-4b5e2ab27893-image 2018-10-10 16:05:53,090 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-bc7c9957-ee79-419c-848f-4b5e2ab27893-image 2018-10-10 16:05:53,715 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-bc7c9957-ee79-419c-848f-4b5e2ab27893-pub-net 2018-10-10 16:05:54,949 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-bc7c9957-ee79-419c-848f-4b5e2ab27893-pub-subnet 2018-10-10 16:06:00,434 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-bc7c9957-ee79-419c-848f-4b5e2ab27893-pub-net 2018-10-10 16:06:00,657 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-bc7c9957-ee79-419c-848f-4b5e2ab27893-pub-subnet 2018-10-10 16:06:00,657 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-bc7c9957-ee79-419c-848f-4b5e2ab27893-pub-subnet 2018-10-10 16:06:02,982 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-bc7c9957-ee79-419c-848f-4b5e2ab27893-pub-net 2018-10-10 16:06:04,628 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-bc7c9957-ee79-419c-848f-4b5e2ab27893-image 2018-10-10 16:06:06,829 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cb2ee88f-f5c0-418b-a18e-d2606a2f4e49 2018-10-10 16:06:06,999 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:06:07,330 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-8a0d073c-3294-440-proj 2018-10-10 16:06:07,567 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-8a0d073c-3294-440-proj-role 2018-10-10 16:06:07,768 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-8a0d073c-3294-440-user 2018-10-10 16:06:09,199 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-bc398b22-3868-43a-proj 2018-10-10 16:06:10,277 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-bc398b22-3868-43a-user 2018-10-10 16:06:10,486 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-bc398b22-3868-43a-proj-role 2018-10-10 16:06:10,580 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-bc398b22-3868-43a-proj-role to project CreateInstancePortManipulationTests-bc398b22-3868-43a-proj 2018-10-10 16:06:12,954 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-e9f1a73f-39af-4ec4-8754-5adcc6a35489-image 2018-10-10 16:06:13,109 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-e9f1a73f-39af-4ec4-8754-5adcc6a35489-image 2018-10-10 16:06:13,749 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-e9f1a73f-39af-4ec4-8754-5adcc6a35489-pub-net 2018-10-10 16:06:14,829 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-e9f1a73f-39af-4ec4-8754-5adcc6a35489-pub-subnet 2018-10-10 16:06:20,459 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-e9f1a73f-39af-4ec4-8754-5adcc6a35489-pub-net 2018-10-10 16:06:21,040 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e9f1a73f-39af-4ec4-8754-5adcc6a35489-pub-subnet 2018-10-10 16:06:21,040 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e9f1a73f-39af-4ec4-8754-5adcc6a35489-pub-subnet 2018-10-10 16:06:23,352 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-e9f1a73f-39af-4ec4-8754-5adcc6a35489-pub-net 2018-10-10 16:06:24,685 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-e9f1a73f-39af-4ec4-8754-5adcc6a35489-image 2018-10-10 16:06:26,507 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 648ed362-5042-4b85-a8c3-4e30680c1d36 2018-10-10 16:06:26,690 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:06:26,991 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-bc398b22-3868-43a-proj 2018-10-10 16:06:27,213 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-bc398b22-3868-43a-proj-role 2018-10-10 16:06:27,413 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-bc398b22-3868-43a-user 2018-10-10 16:06:28,986 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-b57e4b40-0e6b-420-proj 2018-10-10 16:06:30,102 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-b57e4b40-0e6b-420-user 2018-10-10 16:06:30,294 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-b57e4b40-0e6b-420-proj-role 2018-10-10 16:06:30,386 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-b57e4b40-0e6b-420-proj-role to project CreateInstancePortManipulationTests-b57e4b40-0e6b-420-proj 2018-10-10 16:06:33,075 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-b3c4173f-9b86-4a72-b943-f093142a85ba-image 2018-10-10 16:06:33,230 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-b3c4173f-9b86-4a72-b943-f093142a85ba-image 2018-10-10 16:06:33,812 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-b3c4173f-9b86-4a72-b943-f093142a85ba-pub-net 2018-10-10 16:06:35,105 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-b3c4173f-9b86-4a72-b943-f093142a85ba-pub-subnet 2018-10-10 16:06:39,931 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-b3c4173f-9b86-4a72-b943-f093142a85ba-pub-net 2018-10-10 16:06:40,177 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b3c4173f-9b86-4a72-b943-f093142a85ba-pub-subnet 2018-10-10 16:06:40,177 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b3c4173f-9b86-4a72-b943-f093142a85ba-pub-subnet 2018-10-10 16:06:42,499 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-b3c4173f-9b86-4a72-b943-f093142a85ba-pub-net 2018-10-10 16:06:43,849 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-b3c4173f-9b86-4a72-b943-f093142a85ba-image 2018-10-10 16:06:45,845 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7cb99b00-cc9c-4a4e-9ffa-b84259812ee0 2018-10-10 16:06:46,030 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:06:46,398 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-b57e4b40-0e6b-420-proj 2018-10-10 16:06:46,645 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-b57e4b40-0e6b-420-proj-role 2018-10-10 16:06:46,852 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-b57e4b40-0e6b-420-user 2018-10-10 16:06:48,204 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-a967b98f-b1b2-459-proj 2018-10-10 16:06:49,265 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-a967b98f-b1b2-459-user 2018-10-10 16:06:49,455 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-a967b98f-b1b2-459-proj-role 2018-10-10 16:06:49,546 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-a967b98f-b1b2-459-proj-role to project CreateInstancePortManipulationTests-a967b98f-b1b2-459-proj 2018-10-10 16:06:52,947 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-0266ad1f-d806-444b-bbbe-0687f685c16e-image 2018-10-10 16:06:53,106 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-0266ad1f-d806-444b-bbbe-0687f685c16e-image 2018-10-10 16:06:53,721 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-0266ad1f-d806-444b-bbbe-0687f685c16e-pub-net 2018-10-10 16:06:54,680 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-0266ad1f-d806-444b-bbbe-0687f685c16e-pub-subnet 2018-10-10 16:07:00,515 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-0266ad1f-d806-444b-bbbe-0687f685c16e-pub-net 2018-10-10 16:07:02,287 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-0266ad1f-d806-444b-bbbe-0687f685c16e-inst 2018-10-10 16:07:04,592 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-0266ad1f-d806-444b-bbbe-0687f685c16e-inst 2018-10-10 16:07:11,957 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:07:13,628 - create_instance - INFO - Deleting Port with ID - 610881c7-239d-402a-9dcc-036e9de38007 2018-10-10 16:07:13,629 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-0266ad1f-d806-444b-bbbe-0687f685c16eport-1 2018-10-10 16:07:14,260 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-0266ad1f-d806-444b-bbbe-0687f685c16e-inst 2018-10-10 16:07:14,475 - create_instance - INFO - Checking deletion status 2018-10-10 16:07:17,922 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-0266ad1f-d806-444b-bbbe-0687f685c16e-inst 2018-10-10 16:07:17,985 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0266ad1f-d806-444b-bbbe-0687f685c16e-pub-subnet 2018-10-10 16:07:17,985 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0266ad1f-d806-444b-bbbe-0687f685c16e-pub-subnet 2018-10-10 16:07:20,445 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-0266ad1f-d806-444b-bbbe-0687f685c16e-pub-net 2018-10-10 16:07:21,807 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-0266ad1f-d806-444b-bbbe-0687f685c16e-image 2018-10-10 16:07:24,292 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 74021c9a-ce0f-4939-8b4a-0072fcccb6f3 2018-10-10 16:07:24,479 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:07:24,801 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-a967b98f-b1b2-459-proj 2018-10-10 16:07:25,159 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-a967b98f-b1b2-459-proj-role 2018-10-10 16:07:25,387 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-a967b98f-b1b2-459-user 2018-10-10 16:07:26,928 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-e6af1cdf-6786-4ad-proj 2018-10-10 16:07:28,136 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-e6af1cdf-6786-4ad-user 2018-10-10 16:07:28,335 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-e6af1cdf-6786-4ad-proj-role 2018-10-10 16:07:28,425 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-e6af1cdf-6786-4ad-proj-role to project CreateInstancePortManipulationTests-e6af1cdf-6786-4ad-proj 2018-10-10 16:07:31,784 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-0d592bff-cbed-4262-b1c4-b46092672314-image 2018-10-10 16:07:31,949 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-0d592bff-cbed-4262-b1c4-b46092672314-image 2018-10-10 16:07:32,577 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-0d592bff-cbed-4262-b1c4-b46092672314-pub-net 2018-10-10 16:07:33,839 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-0d592bff-cbed-4262-b1c4-b46092672314-pub-subnet 2018-10-10 16:07:39,203 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-0d592bff-cbed-4262-b1c4-b46092672314-pub-net 2018-10-10 16:07:40,829 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-0d592bff-cbed-4262-b1c4-b46092672314-inst 2018-10-10 16:07:42,813 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-0d592bff-cbed-4262-b1c4-b46092672314-inst 2018-10-10 16:07:50,648 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:07:51,842 - create_instance - INFO - Deleting Port with ID - 9482edf1-fa09-4e1b-a097-a925d3a3ad53 2018-10-10 16:07:51,843 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-0d592bff-cbed-4262-b1c4-b46092672314port-1 2018-10-10 16:07:52,568 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-0d592bff-cbed-4262-b1c4-b46092672314-inst 2018-10-10 16:07:52,733 - create_instance - INFO - Checking deletion status 2018-10-10 16:07:56,054 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-0d592bff-cbed-4262-b1c4-b46092672314-inst 2018-10-10 16:07:56,098 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0d592bff-cbed-4262-b1c4-b46092672314-pub-subnet 2018-10-10 16:07:56,098 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0d592bff-cbed-4262-b1c4-b46092672314-pub-subnet 2018-10-10 16:07:58,685 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-0d592bff-cbed-4262-b1c4-b46092672314-pub-net 2018-10-10 16:08:00,104 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-0d592bff-cbed-4262-b1c4-b46092672314-image 2018-10-10 16:08:02,462 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 019bb636-b68b-4ebe-babd-155c7ae2907a 2018-10-10 16:08:02,643 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:08:03,092 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-e6af1cdf-6786-4ad-proj 2018-10-10 16:08:03,417 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-e6af1cdf-6786-4ad-proj-role 2018-10-10 16:08:03,611 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-e6af1cdf-6786-4ad-user 2018-10-10 16:08:05,042 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-462185ba-5059-47e-proj 2018-10-10 16:08:06,180 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-462185ba-5059-47e-user 2018-10-10 16:08:06,387 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-462185ba-5059-47e-proj-role 2018-10-10 16:08:06,408 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-462185ba-5059-47e-proj-role to project CreateInstancePortManipulationTests-462185ba-5059-47e-proj 2018-10-10 16:08:10,331 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-c58d8e25-dc72-48ee-95b7-d443f5270d99-image 2018-10-10 16:08:10,349 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-c58d8e25-dc72-48ee-95b7-d443f5270d99-image 2018-10-10 16:08:10,976 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-c58d8e25-dc72-48ee-95b7-d443f5270d99-pub-net 2018-10-10 16:08:12,059 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-c58d8e25-dc72-48ee-95b7-d443f5270d99-pub-subnet 2018-10-10 16:08:17,707 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-c58d8e25-dc72-48ee-95b7-d443f5270d99-pub-net 2018-10-10 16:08:19,412 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-c58d8e25-dc72-48ee-95b7-d443f5270d99-inst 2018-10-10 16:08:21,819 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-c58d8e25-dc72-48ee-95b7-d443f5270d99-inst 2018-10-10 16:08:29,496 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:08:30,724 - create_instance - INFO - Deleting Port with ID - 119d6678-4d5c-407c-a3b4-7a8cbbaebb09 2018-10-10 16:08:30,725 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-c58d8e25-dc72-48ee-95b7-d443f5270d99port-1 2018-10-10 16:08:31,335 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-c58d8e25-dc72-48ee-95b7-d443f5270d99-inst 2018-10-10 16:08:31,527 - create_instance - INFO - Checking deletion status 2018-10-10 16:08:34,818 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-c58d8e25-dc72-48ee-95b7-d443f5270d99-inst 2018-10-10 16:08:34,871 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c58d8e25-dc72-48ee-95b7-d443f5270d99-pub-subnet 2018-10-10 16:08:34,872 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c58d8e25-dc72-48ee-95b7-d443f5270d99-pub-subnet 2018-10-10 16:08:37,458 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-c58d8e25-dc72-48ee-95b7-d443f5270d99-pub-net 2018-10-10 16:08:39,417 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-c58d8e25-dc72-48ee-95b7-d443f5270d99-image 2018-10-10 16:08:41,775 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f81ce2f2-cc92-4518-95f1-b80b9100ac95 2018-10-10 16:08:41,952 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:08:42,282 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-462185ba-5059-47e-proj 2018-10-10 16:08:42,554 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-462185ba-5059-47e-proj-role 2018-10-10 16:08:42,846 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-462185ba-5059-47e-user 2018-10-10 16:08:44,282 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-76945318-b5d7-480-proj 2018-10-10 16:08:45,282 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-76945318-b5d7-480-user 2018-10-10 16:08:45,495 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-76945318-b5d7-480-proj-role 2018-10-10 16:08:45,580 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-76945318-b5d7-480-proj-role to project CreateInstancePortManipulationTests-76945318-b5d7-480-proj 2018-10-10 16:08:49,392 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-e01147b0-bc7e-4530-9842-729a327a0090-image 2018-10-10 16:08:49,549 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-e01147b0-bc7e-4530-9842-729a327a0090-image 2018-10-10 16:08:50,180 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-e01147b0-bc7e-4530-9842-729a327a0090-pub-net 2018-10-10 16:08:51,239 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-e01147b0-bc7e-4530-9842-729a327a0090-pub-subnet 2018-10-10 16:08:56,760 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-e01147b0-bc7e-4530-9842-729a327a0090-pub-net 2018-10-10 16:08:58,398 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-e01147b0-bc7e-4530-9842-729a327a0090-inst 2018-10-10 16:09:00,566 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-e01147b0-bc7e-4530-9842-729a327a0090-inst 2018-10-10 16:09:08,173 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:09:09,267 - create_instance - INFO - Deleting Port with ID - 1afdaada-c2f5-49ba-8941-e743cb0ac67d 2018-10-10 16:09:09,268 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-e01147b0-bc7e-4530-9842-729a327a0090port-1 2018-10-10 16:09:09,744 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-e01147b0-bc7e-4530-9842-729a327a0090-inst 2018-10-10 16:09:09,912 - create_instance - INFO - Checking deletion status 2018-10-10 16:09:13,068 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-e01147b0-bc7e-4530-9842-729a327a0090-inst 2018-10-10 16:09:13,128 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e01147b0-bc7e-4530-9842-729a327a0090-pub-subnet 2018-10-10 16:09:13,128 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e01147b0-bc7e-4530-9842-729a327a0090-pub-subnet 2018-10-10 16:09:15,421 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-e01147b0-bc7e-4530-9842-729a327a0090-pub-net 2018-10-10 16:09:16,849 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-e01147b0-bc7e-4530-9842-729a327a0090-image 2018-10-10 16:09:18,862 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 12e7639d-b80a-4f9e-b363-06b20fd03801 2018-10-10 16:09:19,032 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:09:19,349 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-76945318-b5d7-480-proj 2018-10-10 16:09:19,560 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-76945318-b5d7-480-proj-role 2018-10-10 16:09:19,754 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-76945318-b5d7-480-user 2018-10-10 16:09:21,156 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-f3cc8303-8deb-433-proj 2018-10-10 16:09:22,179 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-f3cc8303-8deb-433-user 2018-10-10 16:09:22,388 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-f3cc8303-8deb-433-proj-role 2018-10-10 16:09:22,476 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-f3cc8303-8deb-433-proj-role to project CreateInstancePortManipulationTests-f3cc8303-8deb-433-proj 2018-10-10 16:09:25,277 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-image 2018-10-10 16:09:25,439 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-image 2018-10-10 16:09:26,146 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-pub-net 2018-10-10 16:09:27,178 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-pub-subnet 2018-10-10 16:09:29,623 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32canet2 2018-10-10 16:09:30,480 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-subnet1 2018-10-10 16:09:31,220 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-subnet2 2018-10-10 16:09:36,975 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32canet2 2018-10-10 16:09:38,534 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-inst 2018-10-10 16:09:40,831 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-inst 2018-10-10 16:09:48,179 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:09:49,303 - create_instance - INFO - Deleting Port with ID - 23f58b6d-5cb1-42d8-b5f8-4585ceec317c 2018-10-10 16:09:49,303 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32caport-1 2018-10-10 16:09:49,933 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-inst 2018-10-10 16:09:50,086 - create_instance - INFO - Checking deletion status 2018-10-10 16:09:56,666 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-inst 2018-10-10 16:09:56,709 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-pub-subnet 2018-10-10 16:09:56,709 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-pub-subnet 2018-10-10 16:09:59,219 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-pub-net 2018-10-10 16:10:00,531 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-subnet1 2018-10-10 16:10:00,531 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-subnet1 2018-10-10 16:10:02,963 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-subnet2 2018-10-10 16:10:02,963 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-subnet2 2018-10-10 16:10:05,445 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32canet2 2018-10-10 16:10:07,230 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-988554dd-1223-46e4-93c0-336110fc32ca-image 2018-10-10 16:10:09,458 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 20210d73-fd8e-4700-8ba8-3f215177f1f3 2018-10-10 16:10:09,631 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:10:09,952 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-f3cc8303-8deb-433-proj 2018-10-10 16:10:10,242 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-f3cc8303-8deb-433-proj-role 2018-10-10 16:10:10,445 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-f3cc8303-8deb-433-user 2018-10-10 16:10:11,892 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-3bdc4b44-4ca0-4f9-proj 2018-10-10 16:10:12,958 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-3bdc4b44-4ca0-4f9-user 2018-10-10 16:10:13,167 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-3bdc4b44-4ca0-4f9-proj-role 2018-10-10 16:10:13,187 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-3bdc4b44-4ca0-4f9-proj-role to project InstanceSecurityGroupTests-3bdc4b44-4ca0-4f9-proj 2018-10-10 16:10:15,665 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-image 2018-10-10 16:10:15,826 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-image 2018-10-10 16:10:16,459 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-pub-net 2018-10-10 16:10:17,447 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-pub-subnet 2018-10-10 16:10:22,754 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-pub-net 2018-10-10 16:10:24,289 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-inst 2018-10-10 16:10:26,561 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-inst 2018-10-10 16:10:34,241 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:10:35,852 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-name... 2018-10-10 16:10:35,853 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-name 2018-10-10 16:10:36,247 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1023620d-fbfa-41d0-80c2-0675b4c63cd5 2018-10-10 16:10:36,428 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1023620d-fbfa-41d0-80c2-0675b4c63cd5 2018-10-10 16:10:36,459 - neutron_utils - INFO - Retrieving security group with ID - 1023620d-fbfa-41d0-80c2-0675b4c63cd5 2018-10-10 16:10:36,594 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1023620d-fbfa-41d0-80c2-0675b4c63cd5 2018-10-10 16:10:36,771 - neutron_utils - INFO - Retrieving security group with ID - 1023620d-fbfa-41d0-80c2-0675b4c63cd5 2018-10-10 16:10:36,985 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1023620d-fbfa-41d0-80c2-0675b4c63cd5 2018-10-10 16:10:37,252 - neutron_utils - INFO - Retrieving security group with ID - 1023620d-fbfa-41d0-80c2-0675b4c63cd5 2018-10-10 16:10:37,467 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1023620d-fbfa-41d0-80c2-0675b4c63cd5 2018-10-10 16:10:37,641 - neutron_utils - INFO - Deleting security group rule with ID - 5bf1bbba-42ac-478c-bfc2-726ef8a7a6c3 2018-10-10 16:10:37,746 - neutron_utils - INFO - Deleting security group rule with ID - ceb0b8a3-2cc1-4121-85a8-c2720b24ca61 2018-10-10 16:10:37,855 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-name 2018-10-10 16:10:41,044 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:10:44,191 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-name] - Security group InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-name is not found for project 62047751951748e58d14b910edda3240 (HTTP 404) (Request-ID: req-942da19c-de41-4733-aa17-c178b8cc09bc) 2018-10-10 16:10:44,191 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-name is not found for project 62047751951748e58d14b910edda3240 (HTTP 404) (Request-ID: req-942da19c-de41-4733-aa17-c178b8cc09bc) 2018-10-10 16:10:46,087 - create_instance - INFO - Deleting Port with ID - 6e828db1-9843-45f5-aec9-39ca1377fb42 2018-10-10 16:10:46,087 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-port 2018-10-10 16:10:46,764 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-inst 2018-10-10 16:10:46,925 - create_instance - INFO - Checking deletion status 2018-10-10 16:10:53,812 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-inst 2018-10-10 16:10:53,854 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-pub-subnet 2018-10-10 16:10:53,854 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-pub-subnet 2018-10-10 16:10:56,456 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-pub-net 2018-10-10 16:10:57,910 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-1a409f87-b601-45dc-a96c-5fb635e1b233-image 2018-10-10 16:11:00,443 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f03cc6d-a35d-49b5-93e8-f395b2c5873f 2018-10-10 16:11:00,691 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:11:01,037 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-3bdc4b44-4ca0-4f9-proj 2018-10-10 16:11:01,271 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-3bdc4b44-4ca0-4f9-proj-role 2018-10-10 16:11:01,459 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-3bdc4b44-4ca0-4f9-user 2018-10-10 16:11:02,886 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-9888b6f8-16e6-48e-proj 2018-10-10 16:11:04,048 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-9888b6f8-16e6-48e-user 2018-10-10 16:11:04,263 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-9888b6f8-16e6-48e-proj-role 2018-10-10 16:11:04,356 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-9888b6f8-16e6-48e-proj-role to project InstanceSecurityGroupTests-9888b6f8-16e6-48e-proj 2018-10-10 16:11:06,755 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-image 2018-10-10 16:11:06,774 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-image 2018-10-10 16:11:07,343 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-pub-net 2018-10-10 16:11:08,413 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-pub-subnet 2018-10-10 16:11:10,822 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-name... 2018-10-10 16:11:10,822 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-name 2018-10-10 16:11:11,274 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71c990b6-9a9b-4d62-9f61-f22489248b8b 2018-10-10 16:11:11,449 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71c990b6-9a9b-4d62-9f61-f22489248b8b 2018-10-10 16:11:11,695 - neutron_utils - INFO - Retrieving security group with ID - 71c990b6-9a9b-4d62-9f61-f22489248b8b 2018-10-10 16:11:11,889 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71c990b6-9a9b-4d62-9f61-f22489248b8b 2018-10-10 16:11:11,917 - neutron_utils - INFO - Retrieving security group with ID - 71c990b6-9a9b-4d62-9f61-f22489248b8b 2018-10-10 16:11:12,141 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71c990b6-9a9b-4d62-9f61-f22489248b8b 2018-10-10 16:11:12,195 - neutron_utils - INFO - Retrieving security group with ID - 71c990b6-9a9b-4d62-9f61-f22489248b8b 2018-10-10 16:11:12,404 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71c990b6-9a9b-4d62-9f61-f22489248b8b 2018-10-10 16:11:16,082 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-pub-net 2018-10-10 16:11:17,665 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-inst 2018-10-10 16:11:20,498 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-inst 2018-10-10 16:11:28,048 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:11:29,882 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:11:35,432 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:11:38,749 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-name] already added to VM [InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-inst] 2018-10-10 16:11:40,612 - create_instance - INFO - Deleting Port with ID - 25900b11-120a-4628-8727-e2060192dc8d 2018-10-10 16:11:40,612 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-port 2018-10-10 16:11:41,041 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-inst 2018-10-10 16:11:41,199 - create_instance - INFO - Checking deletion status 2018-10-10 16:11:44,644 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-inst 2018-10-10 16:11:44,645 - neutron_utils - INFO - Deleting security group rule with ID - 7ba9e363-f618-4ddb-8126-0173510da54b 2018-10-10 16:11:44,941 - neutron_utils - INFO - Deleting security group rule with ID - 0f9bde3a-cdbf-4750-96a8-083c3bc26e3a 2018-10-10 16:11:45,067 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-name 2018-10-10 16:11:45,415 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-pub-subnet 2018-10-10 16:11:45,415 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-pub-subnet 2018-10-10 16:11:47,843 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-pub-net 2018-10-10 16:11:49,177 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-f8ff3bb3-f7fc-4e8f-b3e3-b97c66595738-image 2018-10-10 16:11:51,026 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66abcd94-7d29-4b3f-8230-c9130657fe72 2018-10-10 16:11:51,207 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:11:51,550 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-9888b6f8-16e6-48e-proj 2018-10-10 16:11:51,774 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-9888b6f8-16e6-48e-proj-role 2018-10-10 16:11:51,968 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-9888b6f8-16e6-48e-user 2018-10-10 16:11:53,382 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-f19eace1-d44b-4f0-proj 2018-10-10 16:11:54,432 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-f19eace1-d44b-4f0-user 2018-10-10 16:11:54,640 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-f19eace1-d44b-4f0-proj-role 2018-10-10 16:11:54,724 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-f19eace1-d44b-4f0-proj-role to project InstanceSecurityGroupTests-f19eace1-d44b-4f0-proj 2018-10-10 16:11:58,177 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-fa3c9a02-e1b7-4bc7-b0b8-6b1157174fab-image 2018-10-10 16:11:58,332 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-fa3c9a02-e1b7-4bc7-b0b8-6b1157174fab-image 2018-10-10 16:11:59,053 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-fa3c9a02-e1b7-4bc7-b0b8-6b1157174fab-pub-net 2018-10-10 16:11:59,954 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-fa3c9a02-e1b7-4bc7-b0b8-6b1157174fab-pub-subnet 2018-10-10 16:12:05,638 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-fa3c9a02-e1b7-4bc7-b0b8-6b1157174fab-pub-net 2018-10-10 16:12:07,077 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-fa3c9a02-e1b7-4bc7-b0b8-6b1157174fab-inst 2018-10-10 16:12:09,590 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-fa3c9a02-e1b7-4bc7-b0b8-6b1157174fab-inst 2018-10-10 16:12:16,989 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:12:19,119 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-fa3c9a02-e1b7-4bc7-b0b8-6b1157174fab-name... 2018-10-10 16:12:19,120 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-fa3c9a02-e1b7-4bc7-b0b8-6b1157174fab-name 2018-10-10 16:12:19,473 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cdfd2296-f2c4-44e8-a24f-bc72f7d01f62 2018-10-10 16:12:19,662 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cdfd2296-f2c4-44e8-a24f-bc72f7d01f62 2018-10-10 16:12:19,828 - neutron_utils - INFO - Retrieving security group with ID - cdfd2296-f2c4-44e8-a24f-bc72f7d01f62 2018-10-10 16:12:19,901 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cdfd2296-f2c4-44e8-a24f-bc72f7d01f62 2018-10-10 16:12:20,160 - neutron_utils - INFO - Retrieving security group with ID - cdfd2296-f2c4-44e8-a24f-bc72f7d01f62 2018-10-10 16:12:20,361 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cdfd2296-f2c4-44e8-a24f-bc72f7d01f62 2018-10-10 16:12:20,531 - neutron_utils - INFO - Retrieving security group with ID - cdfd2296-f2c4-44e8-a24f-bc72f7d01f62 2018-10-10 16:12:20,737 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cdfd2296-f2c4-44e8-a24f-bc72f7d01f62 2018-10-10 16:12:23,909 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:12:28,501 - create_instance - INFO - Deleting Port with ID - 2dc02de8-d3c3-4dfb-bcee-3d68e1ac5de6 2018-10-10 16:12:28,502 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-fa3c9a02-e1b7-4bc7-b0b8-6b1157174fab-port 2018-10-10 16:12:29,022 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-fa3c9a02-e1b7-4bc7-b0b8-6b1157174fab-inst 2018-10-10 16:12:29,187 - create_instance - INFO - Checking deletion status 2018-10-10 16:12:32,346 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-fa3c9a02-e1b7-4bc7-b0b8-6b1157174fab-inst 2018-10-10 16:12:32,347 - neutron_utils - INFO - Deleting security group rule with ID - 5c61c59c-d80e-4245-b622-839cd34b9312 2018-10-10 16:12:32,471 - neutron_utils - INFO - Deleting security group rule with ID - 19a39260-1b2f-42c2-82d4-76f39da65562 2018-10-10 16:12:32,809 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-fa3c9a02-e1b7-4bc7-b0b8-6b1157174fab-name 2018-10-10 16:12:33,187 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-fa3c9a02-e1b7-4bc7-b0b8-6b1157174fab-pub-subnet 2018-10-10 16:12:33,187 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-fa3c9a02-e1b7-4bc7-b0b8-6b1157174fab-pub-subnet 2018-10-10 16:12:35,477 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-fa3c9a02-e1b7-4bc7-b0b8-6b1157174fab-pub-net 2018-10-10 16:12:36,902 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-fa3c9a02-e1b7-4bc7-b0b8-6b1157174fab-image 2018-10-10 16:12:39,009 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79b74914-6312-4882-b0ae-678953d50737 2018-10-10 16:12:39,187 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:12:39,514 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-f19eace1-d44b-4f0-proj 2018-10-10 16:12:39,888 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-f19eace1-d44b-4f0-proj-role 2018-10-10 16:12:40,097 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-f19eace1-d44b-4f0-user 2018-10-10 16:12:41,532 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-d8e81298-0f41-4d7-proj 2018-10-10 16:12:42,635 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-d8e81298-0f41-4d7-user 2018-10-10 16:12:42,831 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-d8e81298-0f41-4d7-proj-role 2018-10-10 16:12:42,919 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-d8e81298-0f41-4d7-proj-role to project InstanceSecurityGroupTests-d8e81298-0f41-4d7-proj 2018-10-10 16:12:46,259 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-e0e14dce-7bb4-4fda-b21b-cdd2dfedebca-image 2018-10-10 16:12:46,418 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-e0e14dce-7bb4-4fda-b21b-cdd2dfedebca-image 2018-10-10 16:12:47,046 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-e0e14dce-7bb4-4fda-b21b-cdd2dfedebca-pub-net 2018-10-10 16:12:48,225 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-e0e14dce-7bb4-4fda-b21b-cdd2dfedebca-pub-subnet 2018-10-10 16:12:50,405 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-e0e14dce-7bb4-4fda-b21b-cdd2dfedebca-name... 2018-10-10 16:12:50,405 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-e0e14dce-7bb4-4fda-b21b-cdd2dfedebca-name 2018-10-10 16:12:51,007 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b883d82a-3fb8-447d-90c8-c26d62c7cff6 2018-10-10 16:12:51,211 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b883d82a-3fb8-447d-90c8-c26d62c7cff6 2018-10-10 16:12:51,238 - neutron_utils - INFO - Retrieving security group with ID - b883d82a-3fb8-447d-90c8-c26d62c7cff6 2018-10-10 16:12:51,429 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b883d82a-3fb8-447d-90c8-c26d62c7cff6 2018-10-10 16:12:51,607 - neutron_utils - INFO - Retrieving security group with ID - b883d82a-3fb8-447d-90c8-c26d62c7cff6 2018-10-10 16:12:51,657 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b883d82a-3fb8-447d-90c8-c26d62c7cff6 2018-10-10 16:12:51,835 - neutron_utils - INFO - Retrieving security group with ID - b883d82a-3fb8-447d-90c8-c26d62c7cff6 2018-10-10 16:12:52,047 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b883d82a-3fb8-447d-90c8-c26d62c7cff6 2018-10-10 16:12:55,224 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-e0e14dce-7bb4-4fda-b21b-cdd2dfedebca-pub-net 2018-10-10 16:12:57,103 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-e0e14dce-7bb4-4fda-b21b-cdd2dfedebca-inst 2018-10-10 16:12:59,359 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-e0e14dce-7bb4-4fda-b21b-cdd2dfedebca-inst 2018-10-10 16:13:06,761 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:13:08,476 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:13:11,522 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:13:15,987 - create_instance - INFO - Deleting Port with ID - ee68458e-9257-4f11-a626-2ef5d58b4187 2018-10-10 16:13:15,987 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-e0e14dce-7bb4-4fda-b21b-cdd2dfedebca-port 2018-10-10 16:13:16,447 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-e0e14dce-7bb4-4fda-b21b-cdd2dfedebca-inst 2018-10-10 16:13:16,630 - create_instance - INFO - Checking deletion status 2018-10-10 16:13:19,924 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-e0e14dce-7bb4-4fda-b21b-cdd2dfedebca-inst 2018-10-10 16:13:19,925 - neutron_utils - INFO - Deleting security group rule with ID - bf40e525-0126-493f-97ed-3ee5779d9e3f 2018-10-10 16:13:20,047 - neutron_utils - INFO - Deleting security group rule with ID - 3b3014f7-8e1f-481d-a74f-63383a844678 2018-10-10 16:13:20,333 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-e0e14dce-7bb4-4fda-b21b-cdd2dfedebca-name 2018-10-10 16:13:20,690 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e0e14dce-7bb4-4fda-b21b-cdd2dfedebca-pub-subnet 2018-10-10 16:13:20,690 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e0e14dce-7bb4-4fda-b21b-cdd2dfedebca-pub-subnet 2018-10-10 16:13:23,104 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-e0e14dce-7bb4-4fda-b21b-cdd2dfedebca-pub-net 2018-10-10 16:13:25,015 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-e0e14dce-7bb4-4fda-b21b-cdd2dfedebca-image 2018-10-10 16:13:27,089 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 993c9842-694a-4aa7-9eab-20d8f30f210a 2018-10-10 16:13:27,259 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:13:27,597 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-d8e81298-0f41-4d7-proj 2018-10-10 16:13:27,828 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-d8e81298-0f41-4d7-proj-role 2018-10-10 16:13:28,122 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-d8e81298-0f41-4d7-user 2018-10-10 16:13:29,599 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-6c12da1e-e547-47e-proj 2018-10-10 16:13:30,609 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-6c12da1e-e547-47e-user 2018-10-10 16:13:30,819 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-6c12da1e-e547-47e-proj-role 2018-10-10 16:13:30,904 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-6c12da1e-e547-47e-proj-role to project InstanceSecurityGroupTests-6c12da1e-e547-47e-proj 2018-10-10 16:13:34,240 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-image 2018-10-10 16:13:34,417 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-image 2018-10-10 16:13:34,989 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-pub-net 2018-10-10 16:13:36,001 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-pub-subnet 2018-10-10 16:13:38,843 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-name... 2018-10-10 16:13:38,844 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-name 2018-10-10 16:13:39,263 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f385399-d6e2-4889-ae6c-9a3c8f9bd50a 2018-10-10 16:13:39,440 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f385399-d6e2-4889-ae6c-9a3c8f9bd50a 2018-10-10 16:13:39,612 - neutron_utils - INFO - Retrieving security group with ID - 1f385399-d6e2-4889-ae6c-9a3c8f9bd50a 2018-10-10 16:13:39,827 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f385399-d6e2-4889-ae6c-9a3c8f9bd50a 2018-10-10 16:13:39,994 - neutron_utils - INFO - Retrieving security group with ID - 1f385399-d6e2-4889-ae6c-9a3c8f9bd50a 2018-10-10 16:13:40,308 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f385399-d6e2-4889-ae6c-9a3c8f9bd50a 2018-10-10 16:13:40,338 - neutron_utils - INFO - Retrieving security group with ID - 1f385399-d6e2-4889-ae6c-9a3c8f9bd50a 2018-10-10 16:13:40,528 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f385399-d6e2-4889-ae6c-9a3c8f9bd50a 2018-10-10 16:13:44,206 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-pub-net 2018-10-10 16:13:46,215 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-inst 2018-10-10 16:13:48,095 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-inst 2018-10-10 16:13:55,561 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:13:59,118 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:14:01,602 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-name not associated with the instance 8d15ba09-1eb9-4405-8efe-05850c7250ea (HTTP 404) (Request-ID: req-55092599-f30f-4fdd-bc5c-69843a14095e) 2018-10-10 16:14:03,127 - create_instance - INFO - Deleting Port with ID - bcb8cd5b-6c79-4603-8534-c888bd014122 2018-10-10 16:14:03,128 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-port 2018-10-10 16:14:03,838 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-inst 2018-10-10 16:14:04,043 - create_instance - INFO - Checking deletion status 2018-10-10 16:14:10,477 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-inst 2018-10-10 16:14:10,478 - neutron_utils - INFO - Deleting security group rule with ID - d0553966-f455-4936-9928-c80b8e04eb11 2018-10-10 16:14:10,797 - neutron_utils - INFO - Deleting security group rule with ID - 3e7f76cc-4885-4e96-bb72-4589d11880e4 2018-10-10 16:14:11,062 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-name 2018-10-10 16:14:11,420 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-pub-subnet 2018-10-10 16:14:11,420 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-pub-subnet 2018-10-10 16:14:13,713 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-pub-net 2018-10-10 16:14:15,132 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-bb77d748-2c58-4f0e-9965-9386e64e6221-image 2018-10-10 16:14:17,341 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4bf4e799-a2c4-44e5-a834-f7deae2094fd 2018-10-10 16:14:17,519 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:14:17,833 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-6c12da1e-e547-47e-proj 2018-10-10 16:14:18,073 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-6c12da1e-e547-47e-proj-role 2018-10-10 16:14:18,278 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-6c12da1e-e547-47e-user 2018-10-10 16:14:19,639 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-996ec5a1-46e7-485-proj 2018-10-10 16:14:20,866 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-996ec5a1-46e7-485-user 2018-10-10 16:14:21,070 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-996ec5a1-46e7-485-proj-role 2018-10-10 16:14:21,152 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-996ec5a1-46e7-485-proj-role to project CreateInstanceOnComputeHost-996ec5a1-46e7-485-proj 2018-10-10 16:14:21,946 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-priv-net 2018-10-10 16:14:22,776 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-priv-subnet 2018-10-10 16:14:28,135 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-image 2018-10-10 16:14:28,290 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-image 2018-10-10 16:14:32,023 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-priv-net 2018-10-10 16:14:33,627 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-10 16:14:35,534 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-10 16:14:43,085 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:14:49,329 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-priv-net 2018-10-10 16:14:50,463 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-10 16:14:52,706 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-10 16:15:00,544 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:15:04,535 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:15:06,400 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:15:08,056 - create_instance - INFO - Deleting Port with ID - 86bdf76a-7505-49d4-87e4-f7d66d5d8814 2018-10-10 16:15:08,057 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591port-1 2018-10-10 16:15:08,484 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-10 16:15:08,692 - create_instance - INFO - Checking deletion status 2018-10-10 16:15:15,592 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-10 16:15:15,593 - create_instance - INFO - Deleting Port with ID - a11fb121-5a3b-4f3e-8207-f4098f5c2b78 2018-10-10 16:15:15,593 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591port-2 2018-10-10 16:15:16,173 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-10 16:15:16,372 - create_instance - INFO - Checking deletion status 2018-10-10 16:15:19,669 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-10 16:15:19,713 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-priv-subnet 2018-10-10 16:15:19,714 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-priv-subnet 2018-10-10 16:15:21,715 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-priv-net 2018-10-10 16:15:23,302 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-a5289253-8522-4076-820a-a9d331de3591-image 2018-10-10 16:15:24,792 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-996ec5a1-46e7-485-proj 2018-10-10 16:15:25,008 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-996ec5a1-46e7-485-proj-role 2018-10-10 16:15:25,214 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-996ec5a1-46e7-485-user 2018-10-10 16:15:26,777 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-2df61caa-f26f-427-proj 2018-10-10 16:15:27,909 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-2df61caa-f26f-427-user 2018-10-10 16:15:28,124 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-2df61caa-f26f-427-proj-role 2018-10-10 16:15:28,213 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-2df61caa-f26f-427-proj-role to project CreateInstanceFromThreePartImage-2df61caa-f26f-427-proj 2018-10-10 16:15:28,345 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-10-10 16:15:32,191 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-253432f5-c2bb-4f91-a349-96d959a6858f 2018-10-10 16:15:32,360 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-253432f5-c2bb-4f91-a349-96d959a6858f 2018-10-10 16:15:33,704 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-253432f5-c2bb-4f91-a349-96d959a6858f-pub-net 2018-10-10 16:15:34,892 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-253432f5-c2bb-4f91-a349-96d959a6858f-pub-subnet 2018-10-10 16:15:39,668 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-253432f5-c2bb-4f91-a349-96d959a6858f-pub-net 2018-10-10 16:15:41,321 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-253432f5-c2bb-4f91-a349-96d959a6858f-inst 2018-10-10 16:15:43,627 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-253432f5-c2bb-4f91-a349-96d959a6858f-inst 2018-10-10 16:15:50,981 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:15:52,235 - create_instance - INFO - Deleting Port with ID - 58b666d4-e122-4864-81de-394d957fbb0b 2018-10-10 16:15:52,235 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-253432f5-c2bb-4f91-a349-96d959a6858f-port 2018-10-10 16:15:52,992 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-253432f5-c2bb-4f91-a349-96d959a6858f-inst 2018-10-10 16:15:53,156 - create_instance - INFO - Checking deletion status 2018-10-10 16:15:56,615 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-253432f5-c2bb-4f91-a349-96d959a6858f-inst 2018-10-10 16:15:56,665 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-253432f5-c2bb-4f91-a349-96d959a6858f-pub-subnet 2018-10-10 16:15:56,665 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-253432f5-c2bb-4f91-a349-96d959a6858f-pub-subnet 2018-10-10 16:15:59,164 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-253432f5-c2bb-4f91-a349-96d959a6858f-pub-net 2018-10-10 16:16:01,020 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-253432f5-c2bb-4f91-a349-96d959a6858f 2018-10-10 16:16:03,579 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 58f321ef-2601-4524-b087-91e27913cf03 2018-10-10 16:16:03,762 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:16:04,120 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-2df61caa-f26f-427-proj 2018-10-10 16:16:04,378 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-2df61caa-f26f-427-proj-role 2018-10-10 16:16:04,583 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-2df61caa-f26f-427-user 2018-10-10 16:16:05,945 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-b9ddf98d-fa54-471-proj 2018-10-10 16:16:07,108 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-b9ddf98d-fa54-471-user 2018-10-10 16:16:07,315 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-b9ddf98d-fa54-471-proj-role 2018-10-10 16:16:07,403 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-b9ddf98d-fa54-471-proj-role to project CreateInstanceVolumeTests-b9ddf98d-fa54-471-proj 2018-10-10 16:16:10,405 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-image 2018-10-10 16:16:10,558 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-image 2018-10-10 16:16:12,113 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-pub-net 2018-10-10 16:16:13,173 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-pub-subnet 2018-10-10 16:16:15,732 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-1 2018-10-10 16:16:15,942 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-1 2018-10-10 16:16:17,101 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-2 2018-10-10 16:16:17,307 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-2 2018-10-10 16:16:21,047 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-pub-net 2018-10-10 16:16:22,773 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-inst 2018-10-10 16:16:24,359 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-inst 2018-10-10 16:16:31,667 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:16:33,386 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:16:38,390 - create_instance - INFO - Deleting Port with ID - 7e663c69-e132-4e41-bc4f-5d7d920f78c6 2018-10-10 16:16:38,390 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-port 2018-10-10 16:16:43,939 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-inst 2018-10-10 16:16:44,089 - create_instance - INFO - Checking deletion status 2018-10-10 16:16:47,701 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-inst 2018-10-10 16:16:47,757 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-pub-subnet 2018-10-10 16:16:47,758 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-pub-subnet 2018-10-10 16:16:50,056 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-pub-net 2018-10-10 16:16:52,034 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-2 2018-10-10 16:16:55,745 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-2 2018-10-10 16:16:55,963 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-1 2018-10-10 16:16:59,266 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-1 2018-10-10 16:16:59,266 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-63a57748-b15c-4a14-aa9f-3a3b7374e6a6-image 2018-10-10 16:17:01,565 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f66a31fc-82d1-4fb6-a184-66dd318ecc57 2018-10-10 16:17:01,747 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:17:02,069 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-b9ddf98d-fa54-471-proj 2018-10-10 16:17:02,310 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-b9ddf98d-fa54-471-proj-role 2018-10-10 16:17:02,603 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-b9ddf98d-fa54-471-user 2018-10-10 16:17:04,046 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-a035085f-b080-411-proj 2018-10-10 16:17:05,045 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-a035085f-b080-411-user 2018-10-10 16:17:05,255 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-a035085f-b080-411-proj-role 2018-10-10 16:17:05,339 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-a035085f-b080-411-proj-role to project CreateInstanceVolumeTests-a035085f-b080-411-proj 2018-10-10 16:17:08,796 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-image 2018-10-10 16:17:08,962 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-image 2018-10-10 16:17:10,304 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-pub-net 2018-10-10 16:17:11,353 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-pub-subnet 2018-10-10 16:17:14,079 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-1 2018-10-10 16:17:14,376 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-1 2018-10-10 16:17:15,942 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-2 2018-10-10 16:17:16,147 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-2 2018-10-10 16:17:19,929 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-pub-net 2018-10-10 16:17:21,682 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-inst 2018-10-10 16:17:23,242 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-inst 2018-10-10 16:17:30,772 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:17:32,799 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:17:37,138 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:17:42,654 - create_instance - INFO - Deleting Port with ID - 433ddbad-d223-43b2-b131-eff07c71358f 2018-10-10 16:17:42,654 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-port 2018-10-10 16:17:51,827 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-inst 2018-10-10 16:17:51,995 - create_instance - INFO - Checking deletion status 2018-10-10 16:17:55,148 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-inst 2018-10-10 16:17:55,186 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-pub-subnet 2018-10-10 16:17:55,186 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-pub-subnet 2018-10-10 16:17:57,619 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-pub-net 2018-10-10 16:17:59,147 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-2 2018-10-10 16:18:02,762 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-2 2018-10-10 16:18:02,951 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-1 2018-10-10 16:18:06,433 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-1 2018-10-10 16:18:06,434 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-db6fbc66-f890-403d-9961-b57ccf97d5e6-image 2018-10-10 16:18:08,483 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54ff9ded-3629-4dc6-8e0c-db1d7a1366b5 2018-10-10 16:18:08,665 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:18:09,017 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-a035085f-b080-411-proj 2018-10-10 16:18:09,343 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-a035085f-b080-411-proj-role 2018-10-10 16:18:09,549 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-a035085f-b080-411-user 2018-10-10 16:18:11,100 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-5bc83a75-6a22-4e4-proj 2018-10-10 16:18:12,717 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-5bc83a75-6a22-4e4-proj 2018-10-10 16:18:12,845 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-5bc83a75-6a22-4e4-user 2018-10-10 16:18:13,055 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-5bc83a75-6a22-4e4-proj-role 2018-10-10 16:18:13,144 - keystone_utils - INFO - Granting role CreateStackSuccessTests-5bc83a75-6a22-4e4-proj-role to project CreateStackSuccessTests-5bc83a75-6a22-4e4-proj 2018-10-10 16:18:15,800 - create_image - INFO - Created image with name - CreateStackSuccessTests-862db285-f5c6-45af-9739-e4ef8246673e-image 2018-10-10 16:18:15,962 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-862db285-f5c6-45af-9739-e4ef8246673e-image 2018-10-10 16:18:21,348 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-862db285-f5c6-45af-9739-e4ef8246673e-stack 2018-10-10 16:18:37,398 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-862db285-f5c6-45af-9739-e4ef8246673e-stack 2018-10-10 16:18:52,755 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-862db285-f5c6-45af-9739-e4ef8246673e-stack 2018-10-10 16:18:52,950 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-862db285-f5c6-45af-9739-e4ef8246673e-image 2018-10-10 16:18:55,036 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f488170-0e60-4a10-ab93-924c5db9d620 2018-10-10 16:18:55,214 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:18:55,580 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-5bc83a75-6a22-4e4-proj 2018-10-10 16:18:55,833 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-5bc83a75-6a22-4e4-proj-role 2018-10-10 16:18:56,045 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-5bc83a75-6a22-4e4-user 2018-10-10 16:18:57,477 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-b09bf6a5-a248-447-proj 2018-10-10 16:18:58,996 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-b09bf6a5-a248-447-proj 2018-10-10 16:18:59,138 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-b09bf6a5-a248-447-user 2018-10-10 16:18:59,333 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-b09bf6a5-a248-447-proj-role 2018-10-10 16:18:59,416 - keystone_utils - INFO - Granting role CreateStackSuccessTests-b09bf6a5-a248-447-proj-role to project CreateStackSuccessTests-b09bf6a5-a248-447-proj 2018-10-10 16:19:02,387 - create_image - INFO - Created image with name - CreateStackSuccessTests-5aa1d34f-1f49-4ec2-9bd0-74e0d39cf52a-image 2018-10-10 16:19:02,408 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-5aa1d34f-1f49-4ec2-9bd0-74e0d39cf52a-image 2018-10-10 16:19:06,469 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-5aa1d34f-1f49-4ec2-9bd0-74e0d39cf52a-stack 2018-10-10 16:19:20,744 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-5aa1d34f-1f49-4ec2-9bd0-74e0d39cf52a-stack 2018-10-10 16:19:22,346 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-5aa1d34f-1f49-4ec2-9bd0-74e0d39cf52a-stack 2018-10-10 16:19:22,346 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-5aa1d34f-1f49-4ec2-9bd0-74e0d39cf52a-stack 2018-10-10 16:19:22,346 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-5aa1d34f-1f49-4ec2-9bd0-74e0d39cf52a-stack 2018-10-10 16:19:36,251 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-5aa1d34f-1f49-4ec2-9bd0-74e0d39cf52a-stack 2018-10-10 16:19:36,813 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-5aa1d34f-1f49-4ec2-9bd0-74e0d39cf52a-image 2018-10-10 16:19:38,736 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3fea267c-a05c-4c88-bd50-04f46e97269a 2018-10-10 16:19:38,912 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:19:39,269 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-b09bf6a5-a248-447-proj 2018-10-10 16:19:39,491 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-b09bf6a5-a248-447-proj-role 2018-10-10 16:19:39,691 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-b09bf6a5-a248-447-user 2018-10-10 16:19:41,123 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-afedee1f-2aa1-45d-proj 2018-10-10 16:19:42,769 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-afedee1f-2aa1-45d-proj 2018-10-10 16:19:42,910 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-afedee1f-2aa1-45d-user 2018-10-10 16:19:43,122 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-afedee1f-2aa1-45d-proj-role 2018-10-10 16:19:43,212 - keystone_utils - INFO - Granting role CreateStackSuccessTests-afedee1f-2aa1-45d-proj-role to project CreateStackSuccessTests-afedee1f-2aa1-45d-proj 2018-10-10 16:19:46,512 - create_image - INFO - Created image with name - CreateStackSuccessTests-4e2c12e7-c968-47e5-994c-b60def826391-image 2018-10-10 16:19:46,678 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-4e2c12e7-c968-47e5-994c-b60def826391-image 2018-10-10 16:19:50,648 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-4e2c12e7-c968-47e5-994c-b60def826391-stack 2018-10-10 16:19:50,648 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-10-10 16:19:51,010 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-10-10 16:19:51,010 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-4e2c12e7-c968-47e5-994c-b60def826391-stack 2018-10-10 16:20:01,721 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-4e2c12e7-c968-47e5-994c-b60def826391-stack 2018-10-10 16:20:01,922 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-4e2c12e7-c968-47e5-994c-b60def826391-image 2018-10-10 16:20:03,201 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f40465f-9232-4a92-be76-89b4546c2f2d 2018-10-10 16:20:03,385 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:20:03,715 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-afedee1f-2aa1-45d-proj 2018-10-10 16:20:04,060 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-afedee1f-2aa1-45d-proj-role 2018-10-10 16:20:04,251 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-afedee1f-2aa1-45d-user 2018-10-10 16:20:05,774 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-ecc47ff3-8d0b-4bf-proj 2018-10-10 16:20:07,345 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-ecc47ff3-8d0b-4bf-proj 2018-10-10 16:20:07,408 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-ecc47ff3-8d0b-4bf-user 2018-10-10 16:20:07,614 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-ecc47ff3-8d0b-4bf-proj-role 2018-10-10 16:20:07,703 - keystone_utils - INFO - Granting role CreateStackSuccessTests-ecc47ff3-8d0b-4bf-proj-role to project CreateStackSuccessTests-ecc47ff3-8d0b-4bf-proj 2018-10-10 16:20:10,739 - create_image - INFO - Created image with name - CreateStackSuccessTests-3d4d0bf2-b2bd-4505-964f-bd5555087bd4-image 2018-10-10 16:20:10,904 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-3d4d0bf2-b2bd-4505-964f-bd5555087bd4-image 2018-10-10 16:20:14,714 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-3d4d0bf2-b2bd-4505-964f-bd5555087bd4-stack 2018-10-10 16:20:31,740 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-3d4d0bf2-b2bd-4505-964f-bd5555087bd4-stack 2018-10-10 16:20:32,714 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-3d4d0bf2-b2bd-4505-964f-bd5555087bd4-stack 2018-10-10 16:20:46,051 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-3d4d0bf2-b2bd-4505-964f-bd5555087bd4-stack 2018-10-10 16:20:46,105 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-3d4d0bf2-b2bd-4505-964f-bd5555087bd4-image 2018-10-10 16:20:48,081 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fb4c2b09-c848-486a-bd88-c26787312fe7 2018-10-10 16:20:48,253 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:20:48,608 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-ecc47ff3-8d0b-4bf-proj 2018-10-10 16:20:48,929 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-ecc47ff3-8d0b-4bf-proj-role 2018-10-10 16:20:49,129 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-ecc47ff3-8d0b-4bf-user 2018-10-10 16:20:50,553 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-10a91025-ceb7-49d-proj 2018-10-10 16:20:52,025 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-10a91025-ceb7-49d-proj 2018-10-10 16:20:52,250 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-10a91025-ceb7-49d-user 2018-10-10 16:20:52,440 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-10a91025-ceb7-49d-proj-role 2018-10-10 16:20:52,526 - keystone_utils - INFO - Granting role CreateStackSuccessTests-10a91025-ceb7-49d-proj-role to project CreateStackSuccessTests-10a91025-ceb7-49d-proj 2018-10-10 16:20:55,409 - create_image - INFO - Created image with name - CreateStackSuccessTests-4403e2e1-6b34-4c5d-a6e1-835c95ad204a-image 2018-10-10 16:20:55,576 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-4403e2e1-6b34-4c5d-a6e1-835c95ad204a-image 2018-10-10 16:20:59,724 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-4403e2e1-6b34-4c5d-a6e1-835c95ad204a-stack 2018-10-10 16:21:16,618 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-4403e2e1-6b34-4c5d-a6e1-835c95ad204a-stack 2018-10-10 16:21:18,263 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-4403e2e1-6b34-4c5d-a6e1-835c95ad204a-stack 2018-10-10 16:21:18,618 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-4403e2e1-6b34-4c5d-a6e1-835c95ad204a-stack 2018-10-10 16:21:34,643 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-4403e2e1-6b34-4c5d-a6e1-835c95ad204a-stack 2018-10-10 16:21:34,839 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-4403e2e1-6b34-4c5d-a6e1-835c95ad204a-image 2018-10-10 16:21:37,196 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f535155b-1729-4491-ba4a-cedcd4969283 2018-10-10 16:21:37,375 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:21:37,751 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-10a91025-ceb7-49d-proj 2018-10-10 16:21:38,180 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-10a91025-ceb7-49d-proj-role 2018-10-10 16:21:38,395 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-10a91025-ceb7-49d-user 2018-10-10 16:21:39,859 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-8e6a3fcb-9022-4c0-proj 2018-10-10 16:21:41,633 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-8e6a3fcb-9022-4c0-proj 2018-10-10 16:21:41,784 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-8e6a3fcb-9022-4c0-user 2018-10-10 16:21:41,997 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-8e6a3fcb-9022-4c0-proj-role 2018-10-10 16:21:42,018 - keystone_utils - INFO - Granting role CreateStackSuccessTests-8e6a3fcb-9022-4c0-proj-role to project CreateStackSuccessTests-8e6a3fcb-9022-4c0-proj 2018-10-10 16:21:45,393 - create_image - INFO - Created image with name - CreateStackSuccessTests-0a678603-bf4b-4e80-959f-221e8a42ef40-image 2018-10-10 16:21:45,554 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-0a678603-bf4b-4e80-959f-221e8a42ef40-image 2018-10-10 16:21:49,635 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-0a678603-bf4b-4e80-959f-221e8a42ef40-stack 2018-10-10 16:22:06,458 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-0a678603-bf4b-4e80-959f-221e8a42ef40-stack 2018-10-10 16:22:10,031 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-0a678603-bf4b-4e80-959f-221e8a42ef40-stack 2018-10-10 16:22:19,730 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-0a678603-bf4b-4e80-959f-221e8a42ef40-stack 2018-10-10 16:22:19,785 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-0a678603-bf4b-4e80-959f-221e8a42ef40-image 2018-10-10 16:22:21,255 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0957c1b3-e3d9-4e60-90c7-78321992c1bf 2018-10-10 16:22:21,434 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:22:21,797 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-8e6a3fcb-9022-4c0-proj 2018-10-10 16:22:22,054 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-8e6a3fcb-9022-4c0-proj-role 2018-10-10 16:22:22,255 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-8e6a3fcb-9022-4c0-user 2018-10-10 16:22:23,675 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-94ee4d96-708e-4f4-proj 2018-10-10 16:22:25,297 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-94ee4d96-708e-4f4-proj 2018-10-10 16:22:25,436 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-94ee4d96-708e-4f4-user 2018-10-10 16:22:25,643 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-94ee4d96-708e-4f4-proj-role 2018-10-10 16:22:25,731 - keystone_utils - INFO - Granting role CreateStackSuccessTests-94ee4d96-708e-4f4-proj-role to project CreateStackSuccessTests-94ee4d96-708e-4f4-proj 2018-10-10 16:22:28,992 - create_image - INFO - Created image with name - CreateStackSuccessTests-45e22afa-109a-4999-b2d4-80bf810ad33c-image 2018-10-10 16:22:29,154 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-45e22afa-109a-4999-b2d4-80bf810ad33c-image 2018-10-10 16:22:33,037 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-45e22afa-109a-4999-b2d4-80bf810ad33c-stack 2018-10-10 16:22:49,931 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-45e22afa-109a-4999-b2d4-80bf810ad33c-stack 2018-10-10 16:22:56,211 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-45e22afa-109a-4999-b2d4-80bf810ad33c-inst 2018-10-10 16:23:04,459 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-45e22afa-109a-4999-b2d4-80bf810ad33c-stack 2018-10-10 16:23:17,284 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-45e22afa-109a-4999-b2d4-80bf810ad33c-stack 2018-10-10 16:23:17,339 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-45e22afa-109a-4999-b2d4-80bf810ad33c-image 2018-10-10 16:23:18,910 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 952315f5-4ca7-43e8-b020-cb8e7df5c8ff 2018-10-10 16:23:19,092 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:23:19,421 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-94ee4d96-708e-4f4-proj 2018-10-10 16:23:19,659 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-94ee4d96-708e-4f4-proj-role 2018-10-10 16:23:19,867 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-94ee4d96-708e-4f4-user 2018-10-10 16:23:21,295 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-e7a553cc-cbfe-4f4-proj 2018-10-10 16:23:22,759 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-e7a553cc-cbfe-4f4-proj 2018-10-10 16:23:23,196 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-e7a553cc-cbfe-4f4-proj 2018-10-10 16:23:23,328 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-e7a553cc-cbfe-4f4-user 2018-10-10 16:23:23,529 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-e7a553cc-cbfe-4f4-proj-role 2018-10-10 16:23:23,617 - keystone_utils - INFO - Granting role CreateStackVolumeTests-e7a553cc-cbfe-4f4-proj-role to project CreateStackVolumeTests-e7a553cc-cbfe-4f4-proj 2018-10-10 16:23:26,430 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-5a10a94f-ceaf-4841-8fc6-bc8aad5ce59e-stack 2018-10-10 16:23:30,183 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-5a10a94f-ceaf-4841-8fc6-bc8aad5ce59e-stack 2018-10-10 16:23:31,454 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-5a10a94f-ceaf-4841-8fc6-bc8aad5ce59e-stack 2018-10-10 16:23:35,092 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-5a10a94f-ceaf-4841-8fc6-bc8aad5ce59e-stack 2018-10-10 16:23:35,793 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-e7a553cc-cbfe-4f4-proj 2018-10-10 16:23:36,052 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-e7a553cc-cbfe-4f4-proj-role 2018-10-10 16:23:36,249 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-e7a553cc-cbfe-4f4-user 2018-10-10 16:23:37,673 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-33c468cb-48e5-482-proj 2018-10-10 16:23:39,288 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-33c468cb-48e5-482-proj 2018-10-10 16:23:39,741 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-33c468cb-48e5-482-proj 2018-10-10 16:23:39,868 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-33c468cb-48e5-482-user 2018-10-10 16:23:40,080 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-33c468cb-48e5-482-proj-role 2018-10-10 16:23:40,167 - keystone_utils - INFO - Granting role CreateStackVolumeTests-33c468cb-48e5-482-proj-role to project CreateStackVolumeTests-33c468cb-48e5-482-proj 2018-10-10 16:23:42,960 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-7c33d5e4-669d-4368-8d38-f52618d7718b-stack 2018-10-10 16:23:46,573 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-7c33d5e4-669d-4368-8d38-f52618d7718b-stack 2018-10-10 16:23:48,556 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-7c33d5e4-669d-4368-8d38-f52618d7718b-stack 2018-10-10 16:23:52,353 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-7c33d5e4-669d-4368-8d38-f52618d7718b-stack 2018-10-10 16:23:52,904 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-33c468cb-48e5-482-proj 2018-10-10 16:23:53,148 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-33c468cb-48e5-482-proj-role 2018-10-10 16:23:53,403 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-33c468cb-48e5-482-user 2018-10-10 16:23:54,846 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-0c5715da-fdd4-4e0-proj 2018-10-10 16:23:56,600 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-0c5715da-fdd4-4e0-proj 2018-10-10 16:23:57,088 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-0c5715da-fdd4-4e0-proj 2018-10-10 16:23:57,220 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-0c5715da-fdd4-4e0-user 2018-10-10 16:23:57,409 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-0c5715da-fdd4-4e0-proj-role 2018-10-10 16:23:57,500 - keystone_utils - INFO - Granting role CreateStackFlavorTests-0c5715da-fdd4-4e0-proj-role to project CreateStackFlavorTests-0c5715da-fdd4-4e0-proj 2018-10-10 16:24:00,188 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-e50b3c03-9636-43a4-ae29-422b3d7ee870-stack 2018-10-10 16:24:00,553 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-e50b3c03-9636-43a4-ae29-422b3d7ee870-stack 2018-10-10 16:24:01,619 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-e50b3c03-9636-43a4-ae29-422b3d7ee870-stack-flavor-oarkjhl3nk2i 2018-10-10 16:24:01,620 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-e50b3c03-9636-43a4-ae29-422b3d7ee870-stack 2018-10-10 16:24:02,060 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-e50b3c03-9636-43a4-ae29-422b3d7ee870-stack 2018-10-10 16:24:02,595 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-0c5715da-fdd4-4e0-proj 2018-10-10 16:24:02,801 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-0c5715da-fdd4-4e0-proj-role 2018-10-10 16:24:02,996 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-0c5715da-fdd4-4e0-user 2018-10-10 16:24:04,397 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-c96b4b85-ce2d-483-proj 2018-10-10 16:24:05,923 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-c96b4b85-ce2d-483-proj 2018-10-10 16:24:06,059 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-c96b4b85-ce2d-483-user 2018-10-10 16:24:06,247 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-c96b4b85-ce2d-483-proj-role 2018-10-10 16:24:06,338 - keystone_utils - INFO - Granting role CreateStackKeypairTests-c96b4b85-ce2d-483-proj-role to project CreateStackKeypairTests-c96b4b85-ce2d-483-proj 2018-10-10 16:24:09,168 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-f65d1b83-7de4-458b-b147-a4ef80b79e19-stack 2018-10-10 16:24:09,484 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-f65d1b83-7de4-458b-b147-a4ef80b79e19-stack 2018-10-10 16:24:11,234 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-f65d1b83-7de4-458b-b147-a4ef80b79e19-stack 2018-10-10 16:24:14,876 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-f65d1b83-7de4-458b-b147-a4ef80b79e19-stack 2018-10-10 16:24:15,810 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-c96b4b85-ce2d-483-proj 2018-10-10 16:24:16,040 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-c96b4b85-ce2d-483-proj-role 2018-10-10 16:24:16,255 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-c96b4b85-ce2d-483-user 2018-10-10 16:24:17,745 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-01ef7c9b-e4da-415-proj 2018-10-10 16:24:19,266 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-01ef7c9b-e4da-415-proj 2018-10-10 16:24:19,399 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-01ef7c9b-e4da-415-user 2018-10-10 16:24:19,594 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-01ef7c9b-e4da-415-proj-role 2018-10-10 16:24:19,678 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-01ef7c9b-e4da-415-proj-role to project CreateStackSecurityGroupTests-01ef7c9b-e4da-415-proj 2018-10-10 16:24:22,297 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-c49f72e9-03da-4779-a0f1-cf7a774ebad2-stack 2018-10-10 16:24:25,872 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-c49f72e9-03da-4779-a0f1-cf7a774ebad2-stack 2018-10-10 16:24:26,239 - neutron_utils - INFO - Retrieving security group with ID - cf6310bc-9316-4e03-9615-1d6e713eb60a 2018-10-10 16:24:26,592 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf6310bc-9316-4e03-9615-1d6e713eb60a 2018-10-10 16:24:26,767 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf6310bc-9316-4e03-9615-1d6e713eb60a 2018-10-10 16:24:27,706 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf6310bc-9316-4e03-9615-1d6e713eb60a 2018-10-10 16:24:27,893 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf6310bc-9316-4e03-9615-1d6e713eb60a 2018-10-10 16:24:28,061 - neutron_utils - INFO - Retrieving security group with ID - cf6310bc-9316-4e03-9615-1d6e713eb60a 2018-10-10 16:24:28,261 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf6310bc-9316-4e03-9615-1d6e713eb60a 2018-10-10 16:24:28,438 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-c49f72e9-03da-4779-a0f1-cf7a774ebad2-stack 2018-10-10 16:24:32,075 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-c49f72e9-03da-4779-a0f1-cf7a774ebad2-stack 2018-10-10 16:24:32,888 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 50f2219a-65a2-46fe-bc51-f89f6e526b63 2018-10-10 16:24:33,073 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:24:33,393 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-01ef7c9b-e4da-415-proj 2018-10-10 16:24:33,785 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-01ef7c9b-e4da-415-proj-role 2018-10-10 16:24:33,979 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-01ef7c9b-e4da-415-user 2018-10-10 16:24:35,403 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-31ce36ee-7d1a-4b6-proj 2018-10-10 16:24:37,046 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-31ce36ee-7d1a-4b6-proj 2018-10-10 16:24:37,174 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-31ce36ee-7d1a-4b6-user 2018-10-10 16:24:37,373 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-31ce36ee-7d1a-4b6-proj-role 2018-10-10 16:24:37,463 - keystone_utils - INFO - Granting role CreateStackNegativeTests-31ce36ee-7d1a-4b6-proj-role to project CreateStackNegativeTests-31ce36ee-7d1a-4b6-proj 2018-10-10 16:24:38,877 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-31ce36ee-7d1a-4b6-proj 2018-10-10 16:24:39,089 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-31ce36ee-7d1a-4b6-proj-role 2018-10-10 16:24:39,284 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-31ce36ee-7d1a-4b6-user 2018-10-10 16:24:40,696 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-4f51a5f7-9e83-42e-proj 2018-10-10 16:24:42,325 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-4f51a5f7-9e83-42e-proj 2018-10-10 16:24:42,466 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-4f51a5f7-9e83-42e-user 2018-10-10 16:24:42,661 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-4f51a5f7-9e83-42e-proj-role 2018-10-10 16:24:42,752 - keystone_utils - INFO - Granting role CreateStackNegativeTests-4f51a5f7-9e83-42e-proj-role to project CreateStackNegativeTests-4f51a5f7-9e83-42e-proj 2018-10-10 16:24:44,517 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-4f51a5f7-9e83-42e-proj 2018-10-10 16:24:44,711 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-4f51a5f7-9e83-42e-proj-role 2018-10-10 16:24:44,918 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-4f51a5f7-9e83-42e-user 2018-10-10 16:24:46,319 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-67c4e9d3-7181-42e-proj 2018-10-10 16:24:47,367 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-67c4e9d3-7181-42e-user 2018-10-10 16:24:47,595 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-67c4e9d3-7181-42e-proj-role 2018-10-10 16:24:47,615 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-67c4e9d3-7181-42e-proj-role to project CreateInstanceSingleNetworkTests-67c4e9d3-7181-42e-proj 2018-10-10 16:24:50,117 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-image 2018-10-10 16:24:50,275 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-image 2018-10-10 16:24:50,912 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-pub-net 2018-10-10 16:24:51,950 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-pub-subnet 2018-10-10 16:24:54,638 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-pub-router 2018-10-10 16:24:56,564 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-pub-router 2018-10-10 16:25:00,157 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-kp... 2018-10-10 16:25:00,157 - OpenStackKeypair - INFO - Creating new keypair 2018-10-10 16:25:00,205 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-kp 2018-10-10 16:25:00,264 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515.pub 2018-10-10 16:25:00,264 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515 2018-10-10 16:25:00,887 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-sec-grp... 2018-10-10 16:25:00,887 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-sec-grp 2018-10-10 16:25:01,284 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34fe9bfe-0138-4daf-aa22-fe8f6034d1a1 2018-10-10 16:25:01,452 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34fe9bfe-0138-4daf-aa22-fe8f6034d1a1 2018-10-10 16:25:01,618 - neutron_utils - INFO - Retrieving security group with ID - 34fe9bfe-0138-4daf-aa22-fe8f6034d1a1 2018-10-10 16:25:01,811 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34fe9bfe-0138-4daf-aa22-fe8f6034d1a1 2018-10-10 16:25:01,985 - neutron_utils - INFO - Retrieving security group with ID - 34fe9bfe-0138-4daf-aa22-fe8f6034d1a1 2018-10-10 16:25:02,174 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34fe9bfe-0138-4daf-aa22-fe8f6034d1a1 2018-10-10 16:25:02,350 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-sec-grp 2018-10-10 16:25:02,576 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34fe9bfe-0138-4daf-aa22-fe8f6034d1a1 2018-10-10 16:25:03,201 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-sec-grp 2018-10-10 16:25:03,335 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34fe9bfe-0138-4daf-aa22-fe8f6034d1a1 2018-10-10 16:25:03,877 - neutron_utils - INFO - Retrieving security group with ID - 34fe9bfe-0138-4daf-aa22-fe8f6034d1a1 2018-10-10 16:25:03,929 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34fe9bfe-0138-4daf-aa22-fe8f6034d1a1 2018-10-10 16:25:07,884 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-pub-net 2018-10-10 16:25:09,944 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-inst 2018-10-10 16:25:11,862 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-inst 2018-10-10 16:25:20,072 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:25:22,392 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:25:23,344 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-10 16:25:25,782 - create_instance - INFO - Created floating IP 172.30.9.205 via router - CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-pub-router 2018-10-10 16:25:26,579 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:25:28,742 - create_instance - INFO - Deleting Floating IP - 172.30.9.205 2018-10-10 16:25:29,473 - create_instance - INFO - Deleting Port with ID - a346ab25-28ed-47c9-86c9-49f817f0e8c7 2018-10-10 16:25:29,473 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515port-1 2018-10-10 16:25:30,102 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-inst 2018-10-10 16:25:30,579 - create_instance - INFO - Checking deletion status 2018-10-10 16:25:36,989 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-inst 2018-10-10 16:25:37,032 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515.pub] 2018-10-10 16:25:37,032 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515] 2018-10-10 16:25:37,075 - neutron_utils - INFO - Deleting security group rule with ID - f42bd002-f69d-4c9a-bd16-0316f38795a2 2018-10-10 16:25:37,352 - neutron_utils - INFO - Deleting security group rule with ID - b398bb57-ab45-4ca9-ad42-086caa069517 2018-10-10 16:25:37,466 - neutron_utils - INFO - Deleting security group rule with ID - ceaef996-1956-4513-9d2e-7f42b811b673 2018-10-10 16:25:37,598 - neutron_utils - INFO - Deleting security group rule with ID - 5bd415e2-24e4-4cfa-a311-85b04c7aa69f 2018-10-10 16:25:37,712 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-sec-grp 2018-10-10 16:25:38,015 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-pub-router and subnet CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-pub-subnet 2018-10-10 16:25:38,015 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-pub-router 2018-10-10 16:25:39,273 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-pub-router 2018-10-10 16:25:39,273 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-pub-router 2018-10-10 16:25:40,527 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-pub-subnet 2018-10-10 16:25:40,527 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-pub-subnet 2018-10-10 16:25:42,995 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-pub-net 2018-10-10 16:25:44,408 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-ce4a523f-8439-46f3-a4d3-b68720f9c515-image 2018-10-10 16:25:45,974 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc5b44bf-4cc5-40a1-8cfb-d9591a5be766 2018-10-10 16:25:46,225 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:25:46,578 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-67c4e9d3-7181-42e-proj 2018-10-10 16:25:46,826 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-67c4e9d3-7181-42e-proj-role 2018-10-10 16:25:47,034 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-67c4e9d3-7181-42e-user 2018-10-10 16:25:48,457 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-18d752b4-5a82-4b7-proj 2018-10-10 16:25:49,534 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-18d752b4-5a82-4b7-user 2018-10-10 16:25:49,732 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-18d752b4-5a82-4b7-proj-role 2018-10-10 16:25:49,818 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-18d752b4-5a82-4b7-proj-role to project CreateInstanceSingleNetworkTests-18d752b4-5a82-4b7-proj 2018-10-10 16:25:52,272 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-image 2018-10-10 16:25:52,291 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-image 2018-10-10 16:25:52,916 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-pub-net 2018-10-10 16:25:53,930 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-pub-subnet 2018-10-10 16:25:56,884 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-pub-router 2018-10-10 16:25:58,929 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-pub-router 2018-10-10 16:26:02,661 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-kp... 2018-10-10 16:26:02,661 - OpenStackKeypair - INFO - Creating new keypair 2018-10-10 16:26:02,705 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-kp 2018-10-10 16:26:02,773 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9.pub 2018-10-10 16:26:02,773 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9 2018-10-10 16:26:03,412 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-sec-grp... 2018-10-10 16:26:03,412 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-sec-grp 2018-10-10 16:26:03,783 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f1bf173-019c-49d9-860b-310ca7f8f269 2018-10-10 16:26:03,966 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f1bf173-019c-49d9-860b-310ca7f8f269 2018-10-10 16:26:04,240 - neutron_utils - INFO - Retrieving security group with ID - 5f1bf173-019c-49d9-860b-310ca7f8f269 2018-10-10 16:26:04,443 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f1bf173-019c-49d9-860b-310ca7f8f269 2018-10-10 16:26:04,616 - neutron_utils - INFO - Retrieving security group with ID - 5f1bf173-019c-49d9-860b-310ca7f8f269 2018-10-10 16:26:04,665 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f1bf173-019c-49d9-860b-310ca7f8f269 2018-10-10 16:26:04,832 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-sec-grp 2018-10-10 16:26:05,112 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f1bf173-019c-49d9-860b-310ca7f8f269 2018-10-10 16:26:05,488 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-sec-grp 2018-10-10 16:26:05,621 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f1bf173-019c-49d9-860b-310ca7f8f269 2018-10-10 16:26:06,164 - neutron_utils - INFO - Retrieving security group with ID - 5f1bf173-019c-49d9-860b-310ca7f8f269 2018-10-10 16:26:06,355 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f1bf173-019c-49d9-860b-310ca7f8f269 2018-10-10 16:26:10,144 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-pub-net 2018-10-10 16:26:11,922 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-inst 2018-10-10 16:26:14,752 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-inst 2018-10-10 16:26:19,233 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:26:21,129 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:26:24,164 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:26:25,194 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-10 16:26:26,846 - create_instance - INFO - Created floating IP 172.30.9.218 via router - CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-pub-router 2018-10-10 16:26:27,404 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:26:28,701 - create_instance_tests - INFO - Looking for IP 10.55.1.13 in the console log 2018-10-10 16:26:30,550 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-10 16:26:31,516 - create_instance - INFO - Checking if VM is active 2018-10-10 16:26:31,984 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:28:40,303 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-10 16:30:50,607 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-10 16:30:53,611 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2018-10-10 16:30:53,625 - create_instance - INFO - Deleting Floating IP - 172.30.9.218 2018-10-10 16:30:54,218 - create_instance - INFO - Deleting Port with ID - d771ac2d-e530-49f6-9e9c-763e1e436bf5 2018-10-10 16:30:54,218 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9port-1 2018-10-10 16:30:54,638 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-inst 2018-10-10 16:30:54,792 - create_instance - INFO - Checking deletion status 2018-10-10 16:30:58,140 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-inst 2018-10-10 16:30:58,180 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9.pub] 2018-10-10 16:30:58,180 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9] 2018-10-10 16:30:58,224 - neutron_utils - INFO - Deleting security group rule with ID - 091506e2-d0d5-40d2-89d0-47dab8aab443 2018-10-10 16:30:58,550 - neutron_utils - INFO - Deleting security group rule with ID - 65a354f8-a46b-4616-9d40-040f8a261900 2018-10-10 16:30:58,816 - neutron_utils - INFO - Deleting security group rule with ID - c750288f-6a21-453d-bd1c-08f30700b026 2018-10-10 16:30:59,068 - neutron_utils - INFO - Deleting security group rule with ID - 56bc7b5e-5461-4b00-8161-6671ca3a1c5c 2018-10-10 16:30:59,397 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-sec-grp 2018-10-10 16:30:59,674 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-pub-router and subnet CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-pub-subnet 2018-10-10 16:30:59,674 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-pub-router 2018-10-10 16:31:00,865 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-pub-router 2018-10-10 16:31:00,865 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-pub-router 2018-10-10 16:31:02,302 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-pub-subnet 2018-10-10 16:31:02,302 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-pub-subnet 2018-10-10 16:31:04,629 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-pub-net 2018-10-10 16:31:05,962 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-66dc5b70-01c6-4fb7-a3a0-072c20ee8fa9-image 2018-10-10 16:31:07,280 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 774c70bd-9f8f-4573-ad17-69ec487826a8 2018-10-10 16:31:07,460 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:31:07,813 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-18d752b4-5a82-4b7-proj 2018-10-10 16:31:08,040 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-18d752b4-5a82-4b7-proj-role 2018-10-10 16:31:08,240 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-18d752b4-5a82-4b7-user 2018-10-10 16:31:09,689 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-de38a57e-900e-452-proj 2018-10-10 16:31:10,850 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-de38a57e-900e-452-user 2018-10-10 16:31:11,054 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-de38a57e-900e-452-proj-role 2018-10-10 16:31:11,146 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-de38a57e-900e-452-proj-role to project CreateInstanceSingleNetworkTests-de38a57e-900e-452-proj 2018-10-10 16:31:13,574 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-image 2018-10-10 16:31:13,594 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-image 2018-10-10 16:31:14,300 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-pub-net 2018-10-10 16:31:15,408 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-pub-subnet 2018-10-10 16:31:18,200 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-pub-router 2018-10-10 16:31:21,738 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-pub-router 2018-10-10 16:31:25,281 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-kp... 2018-10-10 16:31:25,281 - OpenStackKeypair - INFO - Creating new keypair 2018-10-10 16:31:25,327 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-kp 2018-10-10 16:31:25,410 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99.pub 2018-10-10 16:31:25,410 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99 2018-10-10 16:31:26,088 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-sec-grp... 2018-10-10 16:31:26,089 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-sec-grp 2018-10-10 16:31:26,488 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b163c3d8-edf2-45a9-9244-d065e96a87bd 2018-10-10 16:31:26,650 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b163c3d8-edf2-45a9-9244-d065e96a87bd 2018-10-10 16:31:26,825 - neutron_utils - INFO - Retrieving security group with ID - b163c3d8-edf2-45a9-9244-d065e96a87bd 2018-10-10 16:31:27,019 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b163c3d8-edf2-45a9-9244-d065e96a87bd 2018-10-10 16:31:27,191 - neutron_utils - INFO - Retrieving security group with ID - b163c3d8-edf2-45a9-9244-d065e96a87bd 2018-10-10 16:31:27,243 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b163c3d8-edf2-45a9-9244-d065e96a87bd 2018-10-10 16:31:27,428 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-sec-grp 2018-10-10 16:31:27,561 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b163c3d8-edf2-45a9-9244-d065e96a87bd 2018-10-10 16:31:28,049 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-sec-grp 2018-10-10 16:31:28,187 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b163c3d8-edf2-45a9-9244-d065e96a87bd 2018-10-10 16:31:28,415 - neutron_utils - INFO - Retrieving security group with ID - b163c3d8-edf2-45a9-9244-d065e96a87bd 2018-10-10 16:31:28,465 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b163c3d8-edf2-45a9-9244-d065e96a87bd 2018-10-10 16:31:32,231 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-pub-net 2018-10-10 16:31:33,922 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-inst 2018-10-10 16:31:37,098 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-inst 2018-10-10 16:31:44,556 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:31:46,239 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:31:48,877 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:31:50,236 - create_instance_tests - INFO - Looking for IP 10.55.1.13 in the console log 2018-10-10 16:32:44,826 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-10 16:32:46,682 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:32:47,501 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-10 16:32:49,419 - create_instance - INFO - Created floating IP 172.30.9.205 via router - CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-pub-router 2018-10-10 16:32:49,420 - create_instance - INFO - Checking if VM is active 2018-10-10 16:32:50,243 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:34:58,415 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-10 16:37:08,719 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-10 16:37:11,722 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2018-10-10 16:37:11,723 - create_instance - INFO - Deleting Floating IP - 172.30.9.205 2018-10-10 16:37:13,007 - create_instance - INFO - Deleting Port with ID - b42370f8-824f-41ad-9021-d1548ffde5fb 2018-10-10 16:37:13,008 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99port-1 2018-10-10 16:37:13,454 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-inst 2018-10-10 16:37:13,767 - create_instance - INFO - Checking deletion status 2018-10-10 16:37:17,600 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-inst 2018-10-10 16:37:17,799 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99.pub] 2018-10-10 16:37:17,799 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99] 2018-10-10 16:37:17,982 - neutron_utils - INFO - Deleting security group rule with ID - 2b9002c5-d907-4d71-a80b-5f8fd6246d40 2018-10-10 16:37:18,236 - neutron_utils - INFO - Deleting security group rule with ID - 4390f67b-e135-47e6-9782-e0ddac2039ba 2018-10-10 16:37:18,959 - neutron_utils - INFO - Deleting security group rule with ID - 54a5be53-7f83-4400-a12a-a06ae21c79d9 2018-10-10 16:37:19,209 - neutron_utils - INFO - Deleting security group rule with ID - 2f3ff996-287b-4230-8352-63157ce5b057 2018-10-10 16:37:19,939 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-sec-grp 2018-10-10 16:37:20,288 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-pub-router and subnet CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-pub-subnet 2018-10-10 16:37:20,288 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-pub-router 2018-10-10 16:37:22,025 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-pub-router 2018-10-10 16:37:22,025 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-pub-router 2018-10-10 16:37:23,698 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-pub-subnet 2018-10-10 16:37:23,698 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-pub-subnet 2018-10-10 16:37:26,601 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-pub-net 2018-10-10 16:37:27,913 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-image 2018-10-10 16:37:29,989 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7f0f8046-ae38-48ae-9d76-3df898f2af44 2018-10-10 16:37:30,157 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:37:30,488 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-de38a57e-900e-452-proj 2018-10-10 16:37:30,699 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-de38a57e-900e-452-proj-role 2018-10-10 16:37:30,915 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-de38a57e-900e-452-user 2018-10-10 16:37:32,313 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-dd181085-bdb7-4c0-proj 2018-10-10 16:37:33,352 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-dd181085-bdb7-4c0-user 2018-10-10 16:37:33,561 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-dd181085-bdb7-4c0-proj-role 2018-10-10 16:37:33,580 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-dd181085-bdb7-4c0-proj-role to project CreateInstanceSingleNetworkTests-dd181085-bdb7-4c0-proj 2018-10-10 16:37:36,755 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-image 2018-10-10 16:37:36,774 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-image 2018-10-10 16:37:37,420 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-pub-net 2018-10-10 16:37:38,454 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-pub-subnet 2018-10-10 16:37:42,106 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-pub-router 2018-10-10 16:37:44,331 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-pub-router 2018-10-10 16:37:48,834 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-kp... 2018-10-10 16:37:48,834 - OpenStackKeypair - INFO - Creating new keypair 2018-10-10 16:37:48,921 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-kp 2018-10-10 16:37:48,996 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff.pub 2018-10-10 16:37:48,997 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff 2018-10-10 16:37:49,654 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-sec-grp... 2018-10-10 16:37:49,654 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-sec-grp 2018-10-10 16:37:50,400 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a52e53c-3c38-4923-a069-77f01baa50ff 2018-10-10 16:37:50,579 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a52e53c-3c38-4923-a069-77f01baa50ff 2018-10-10 16:37:51,132 - neutron_utils - INFO - Retrieving security group with ID - 0a52e53c-3c38-4923-a069-77f01baa50ff 2018-10-10 16:37:51,718 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a52e53c-3c38-4923-a069-77f01baa50ff 2018-10-10 16:37:51,902 - neutron_utils - INFO - Retrieving security group with ID - 0a52e53c-3c38-4923-a069-77f01baa50ff 2018-10-10 16:37:52,485 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a52e53c-3c38-4923-a069-77f01baa50ff 2018-10-10 16:37:53,024 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-sec-grp 2018-10-10 16:37:53,315 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a52e53c-3c38-4923-a069-77f01baa50ff 2018-10-10 16:37:53,727 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-sec-grp 2018-10-10 16:37:54,150 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a52e53c-3c38-4923-a069-77f01baa50ff 2018-10-10 16:37:54,524 - neutron_utils - INFO - Retrieving security group with ID - 0a52e53c-3c38-4923-a069-77f01baa50ff 2018-10-10 16:37:54,724 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a52e53c-3c38-4923-a069-77f01baa50ff 2018-10-10 16:38:00,369 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-pub-net 2018-10-10 16:38:01,938 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-inst 2018-10-10 16:38:05,402 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-inst 2018-10-10 16:38:12,863 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:38:14,611 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:38:18,796 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:38:20,123 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-10 16:38:22,104 - create_instance - INFO - Created floating IP 172.30.9.205 via router - CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-pub-router 2018-10-10 16:38:22,724 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:38:23,852 - create_instance_tests - INFO - Looking for IP 10.55.1.7 in the console log 2018-10-10 16:38:25,424 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-10 16:38:26,469 - create_instance - INFO - Checking if VM is active 2018-10-10 16:38:27,318 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:40:35,567 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-10 16:42:45,871 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-10 16:42:48,875 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2018-10-10 16:42:48,875 - create_instance - INFO - Deleting Floating IP - 172.30.9.205 2018-10-10 16:42:49,462 - create_instance - INFO - Deleting Port with ID - 24a70c3f-a70e-4936-a000-62b3a4531123 2018-10-10 16:42:49,463 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cffport-1 2018-10-10 16:42:49,891 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-inst 2018-10-10 16:42:50,053 - create_instance - INFO - Checking deletion status 2018-10-10 16:42:53,813 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-inst 2018-10-10 16:42:54,087 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff.pub] 2018-10-10 16:42:54,087 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff] 2018-10-10 16:42:54,275 - neutron_utils - INFO - Deleting security group rule with ID - 5f410ce5-965f-4155-810d-8b069b451221 2018-10-10 16:42:54,561 - neutron_utils - INFO - Deleting security group rule with ID - 47c51495-f54b-4b5f-a8bf-943d0c42ce25 2018-10-10 16:42:54,819 - neutron_utils - INFO - Deleting security group rule with ID - 289d2d5a-4406-43b7-bf3d-8b1e734c438c 2018-10-10 16:42:55,089 - neutron_utils - INFO - Deleting security group rule with ID - bb880a79-0e5d-4bc0-b850-b1fb6974d26f 2018-10-10 16:42:55,345 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-sec-grp 2018-10-10 16:42:56,053 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-pub-router and subnet CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-pub-subnet 2018-10-10 16:42:56,053 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-pub-router 2018-10-10 16:42:57,301 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-pub-router 2018-10-10 16:42:57,301 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-pub-router 2018-10-10 16:42:58,442 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-pub-subnet 2018-10-10 16:42:58,442 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-pub-subnet 2018-10-10 16:43:00,947 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-pub-net 2018-10-10 16:43:02,308 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-655f968b-7f61-4466-9523-29fdc6930cff-image 2018-10-10 16:43:03,880 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d2b69e6-1548-49ee-8f6b-7f61085ea2a9 2018-10-10 16:43:04,072 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:43:04,548 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-dd181085-bdb7-4c0-proj 2018-10-10 16:43:04,797 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-dd181085-bdb7-4c0-proj-role 2018-10-10 16:43:04,991 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-dd181085-bdb7-4c0-user 2018-10-10 16:43:06,418 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-df835ad5-46c6-4cb-proj 2018-10-10 16:43:07,488 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-df835ad5-46c6-4cb-user 2018-10-10 16:43:07,680 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-df835ad5-46c6-4cb-proj-role 2018-10-10 16:43:07,768 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-df835ad5-46c6-4cb-proj-role to project CreateInstanceSingleNetworkTests-df835ad5-46c6-4cb-proj 2018-10-10 16:43:12,438 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-image 2018-10-10 16:43:12,976 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-image 2018-10-10 16:43:13,616 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-pub-net 2018-10-10 16:43:14,663 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-pub-subnet 2018-10-10 16:43:17,436 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-pub-router 2018-10-10 16:43:20,548 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-pub-router 2018-10-10 16:43:24,491 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-kp... 2018-10-10 16:43:24,491 - OpenStackKeypair - INFO - Creating new keypair 2018-10-10 16:43:24,548 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-kp 2018-10-10 16:43:24,610 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56.pub 2018-10-10 16:43:24,610 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56 2018-10-10 16:43:25,354 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-sec-grp... 2018-10-10 16:43:25,355 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-sec-grp 2018-10-10 16:43:25,764 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4416073b-26b5-4f52-b155-7ac713faf1e8 2018-10-10 16:43:25,936 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4416073b-26b5-4f52-b155-7ac713faf1e8 2018-10-10 16:43:26,116 - neutron_utils - INFO - Retrieving security group with ID - 4416073b-26b5-4f52-b155-7ac713faf1e8 2018-10-10 16:43:26,463 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4416073b-26b5-4f52-b155-7ac713faf1e8 2018-10-10 16:43:26,491 - neutron_utils - INFO - Retrieving security group with ID - 4416073b-26b5-4f52-b155-7ac713faf1e8 2018-10-10 16:43:26,543 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4416073b-26b5-4f52-b155-7ac713faf1e8 2018-10-10 16:43:26,718 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-sec-grp 2018-10-10 16:43:26,792 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4416073b-26b5-4f52-b155-7ac713faf1e8 2018-10-10 16:43:27,034 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-sec-grp 2018-10-10 16:43:27,161 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4416073b-26b5-4f52-b155-7ac713faf1e8 2018-10-10 16:43:27,776 - neutron_utils - INFO - Retrieving security group with ID - 4416073b-26b5-4f52-b155-7ac713faf1e8 2018-10-10 16:43:27,829 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4416073b-26b5-4f52-b155-7ac713faf1e8 2018-10-10 16:43:31,873 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-pub-net 2018-10-10 16:43:33,574 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-inst 2018-10-10 16:43:37,627 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-inst 2018-10-10 16:43:45,664 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:43:49,511 - create_instance - INFO - VM is - ACTIVE 2018-10-10 16:43:50,849 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-10 16:43:51,685 - create_instance - INFO - Deleting Port with ID - 274dcd62-f9ab-4c7a-94da-c883c579ad94 2018-10-10 16:43:51,685 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56port-1 2018-10-10 16:43:52,260 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-inst 2018-10-10 16:43:52,418 - create_instance - INFO - Checking deletion status 2018-10-10 16:43:55,722 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-inst 2018-10-10 16:43:55,764 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56.pub] 2018-10-10 16:43:55,765 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56] 2018-10-10 16:43:55,807 - neutron_utils - INFO - Deleting security group rule with ID - eb471b1a-c7e9-4af9-b1ba-c9467a296815 2018-10-10 16:43:55,908 - neutron_utils - INFO - Deleting security group rule with ID - 79d74dae-edbe-4215-b1cb-068c76c2a39c 2018-10-10 16:43:56,173 - neutron_utils - INFO - Deleting security group rule with ID - d760f376-7268-4d2d-a220-832455d1ca6c 2018-10-10 16:43:56,429 - neutron_utils - INFO - Deleting security group rule with ID - bd64d4df-fb72-43ae-b502-ded13eabfe0c 2018-10-10 16:43:56,725 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-sec-grp 2018-10-10 16:43:56,875 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-pub-router and subnet CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-pub-subnet 2018-10-10 16:43:56,875 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-pub-router 2018-10-10 16:43:57,990 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-pub-router 2018-10-10 16:43:57,990 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-pub-router 2018-10-10 16:43:59,260 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-pub-subnet 2018-10-10 16:43:59,261 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-pub-subnet 2018-10-10 16:44:01,779 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-pub-net 2018-10-10 16:44:03,384 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-image 2018-10-10 16:44:05,437 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - db7e636e-dc09-48d8-914f-5986ef2b2f73 2018-10-10 16:44:05,612 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:44:05,932 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-df835ad5-46c6-4cb-proj 2018-10-10 16:44:06,168 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-df835ad5-46c6-4cb-proj-role 2018-10-10 16:44:06,356 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-df835ad5-46c6-4cb-user 2018-10-10 16:44:07,751 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-cf93fdd8-0c3d-457-proj 2018-10-10 16:44:08,824 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-cf93fdd8-0c3d-457-user 2018-10-10 16:44:09,014 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-cf93fdd8-0c3d-457-proj-role 2018-10-10 16:44:09,104 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-cf93fdd8-0c3d-457-proj-role to project CreateInstanceSingleNetworkTests-cf93fdd8-0c3d-457-proj 2018-10-10 16:44:13,524 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-022416d0-b4aa-4596-8abc-aa6ae6a285c7-image 2018-10-10 16:44:14,080 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-022416d0-b4aa-4596-8abc-aa6ae6a285c7-image 2018-10-10 16:44:14,712 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-022416d0-b4aa-4596-8abc-aa6ae6a285c7-pub-net 2018-10-10 16:44:15,761 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-022416d0-b4aa-4596-8abc-aa6ae6a285c7-pub-subnet 2018-10-10 16:44:18,512 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-022416d0-b4aa-4596-8abc-aa6ae6a285c7-pub-router 2018-10-10 16:44:20,631 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-022416d0-b4aa-4596-8abc-aa6ae6a285c7-pub-subnet 2018-10-10 16:44:20,631 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-022416d0-b4aa-4596-8abc-aa6ae6a285c7-pub-subnet 2018-10-10 16:44:22,975 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-022416d0-b4aa-4596-8abc-aa6ae6a285c7-pub-net 2018-10-10 16:44:24,394 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-022416d0-b4aa-4596-8abc-aa6ae6a285c7-image 2018-10-10 16:44:25,785 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe7ec514-ac75-40c4-8eac-8a35a0a63d6f 2018-10-10 16:44:25,965 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:44:26,273 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-cf93fdd8-0c3d-457-proj 2018-10-10 16:44:26,544 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-cf93fdd8-0c3d-457-proj-role 2018-10-10 16:44:26,760 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-cf93fdd8-0c3d-457-user 2018-10-10 16:44:28,224 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-0a91eddf-d67b-459-proj 2018-10-10 16:44:29,314 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-0a91eddf-d67b-459-user 2018-10-10 16:44:29,512 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-0a91eddf-d67b-459-proj-role 2018-10-10 16:44:29,530 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-0a91eddf-d67b-459-proj-role to project CreateInstanceSingleNetworkTests-0a91eddf-d67b-459-proj 2018-10-10 16:44:33,445 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-129b5d45-324e-45ca-981c-0d7367958d3e-image 2018-10-10 16:44:33,992 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-129b5d45-324e-45ca-981c-0d7367958d3e-image 2018-10-10 16:44:34,615 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-129b5d45-324e-45ca-981c-0d7367958d3e-pub-net 2018-10-10 16:44:35,820 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-129b5d45-324e-45ca-981c-0d7367958d3e-pub-subnet 2018-10-10 16:44:38,348 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-129b5d45-324e-45ca-981c-0d7367958d3e-pub-router 2018-10-10 16:44:39,217 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-129b5d45-324e-45ca-981c-0d7367958d3e-pub-subnet 2018-10-10 16:44:39,217 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-129b5d45-324e-45ca-981c-0d7367958d3e-pub-subnet 2018-10-10 16:44:41,754 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-129b5d45-324e-45ca-981c-0d7367958d3e-pub-net 2018-10-10 16:44:42,931 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-129b5d45-324e-45ca-981c-0d7367958d3e-image 2018-10-10 16:44:44,401 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 05a9c2c9-c903-41f9-8c5e-eff00c246c81 2018-10-10 16:44:44,582 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:44:44,918 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-0a91eddf-d67b-459-proj 2018-10-10 16:44:45,142 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-0a91eddf-d67b-459-proj-role 2018-10-10 16:44:45,396 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-0a91eddf-d67b-459-user 2018-10-10 16:44:46,805 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-434fe95b-2f25-472-proj 2018-10-10 16:44:48,336 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-434fe95b-2f25-472-proj 2018-10-10 16:44:48,928 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-434fe95b-2f25-472-proj 2018-10-10 16:44:49,059 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-434fe95b-2f25-472-user 2018-10-10 16:44:49,254 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-434fe95b-2f25-472-proj-role 2018-10-10 16:44:49,342 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-434fe95b-2f25-472-proj-role to project CreateStackFloatingIpTests-434fe95b-2f25-472-proj 2018-10-10 16:44:52,912 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-bb2899ee-e5fa-4ec3-8a2d-bc3defb15568-image 2018-10-10 16:44:53,462 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-bb2899ee-e5fa-4ec3-8a2d-bc3defb15568-image 2018-10-10 16:44:58,658 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-bb2899ee-e5fa-4ec3-8a2d-bc3defb15568-stack 2018-10-10 16:45:02,762 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-bb2899ee-e5fa-4ec3-8a2d-bc3defb15568-stack failed 2018-10-10 16:45:02,762 - create_stack - ERROR - Resource: [subnet] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:02,762 - create_stack - ERROR - Resource: [flavor1] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:02,762 - create_stack - ERROR - Resource: [network] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:02,762 - create_stack - ERROR - Resource: [flavor2] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:02,762 - create_stack - ERROR - Resource: [server_security_group] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:02,763 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:02,763 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:02,763 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:02,763 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 6ac47e40-f5a3-4314-aecb-54e9607e2d39. Neutron server returns request_ids: ['req-a319419a-04b7-4185-85f7-519bd8e2a92c']] 2018-10-10 16:45:02,763 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:02,763 - create_stack - ERROR - Resource: [vm2] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:02,763 - create_stack - ERROR - Resource: [port1] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:02,778 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-bb2899ee-e5fa-4ec3-8a2d-bc3defb15568-stack 2018-10-10 16:45:15,999 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-bb2899ee-e5fa-4ec3-8a2d-bc3defb15568-stack 2018-10-10 16:45:16,209 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-bb2899ee-e5fa-4ec3-8a2d-bc3defb15568-image 2018-10-10 16:45:18,429 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-434fe95b-2f25-472-proj 2018-10-10 16:45:18,652 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-434fe95b-2f25-472-proj-role 2018-10-10 16:45:18,844 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-434fe95b-2f25-472-user 2018-10-10 16:45:20,302 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-2f3df29d-cc1c-4eb-proj 2018-10-10 16:45:21,818 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-2f3df29d-cc1c-4eb-proj 2018-10-10 16:45:22,261 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-2f3df29d-cc1c-4eb-proj 2018-10-10 16:45:22,388 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-2f3df29d-cc1c-4eb-user 2018-10-10 16:45:22,571 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-2f3df29d-cc1c-4eb-proj-role 2018-10-10 16:45:22,662 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-2f3df29d-cc1c-4eb-proj-role to project CreateStackFloatingIpTests-2f3df29d-cc1c-4eb-proj 2018-10-10 16:45:26,102 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-8b39eaeb-4671-49e3-8cb4-4a58726e5fc1-image 2018-10-10 16:45:26,359 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-8b39eaeb-4671-49e3-8cb4-4a58726e5fc1-image 2018-10-10 16:45:30,820 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-8b39eaeb-4671-49e3-8cb4-4a58726e5fc1-stack 2018-10-10 16:45:34,751 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-8b39eaeb-4671-49e3-8cb4-4a58726e5fc1-stack failed 2018-10-10 16:45:34,752 - create_stack - ERROR - Resource: [subnet] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:34,752 - create_stack - ERROR - Resource: [network] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:34,752 - create_stack - ERROR - Resource: [server_security_group] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:34,752 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:34,752 - create_stack - ERROR - Resource: [flavor2] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:34,752 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:34,752 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 6ac47e40-f5a3-4314-aecb-54e9607e2d39. Neutron server returns request_ids: ['req-5b70a406-71fb-4116-b2a1-7dc4b77cf63d']] 2018-10-10 16:45:34,752 - create_stack - ERROR - Resource: [keypair] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:34,753 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:34,753 - create_stack - ERROR - Resource: [port1] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:34,753 - create_stack - ERROR - Resource: [vm2] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:34,753 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-10-10 16:45:34,753 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-8b39eaeb-4671-49e3-8cb4-4a58726e5fc1-stack 2018-10-10 16:45:47,969 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-8b39eaeb-4671-49e3-8cb4-4a58726e5fc1-stack 2018-10-10 16:45:48,164 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-8b39eaeb-4671-49e3-8cb4-4a58726e5fc1-image 2018-10-10 16:45:49,523 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-2f3df29d-cc1c-4eb-proj 2018-10-10 16:45:49,808 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-2f3df29d-cc1c-4eb-proj-role 2018-10-10 16:45:50,007 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-2f3df29d-cc1c-4eb-user 2018-10-10 16:45:51,415 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-24b77b69-d494-49e-proj 2018-10-10 16:45:52,625 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-24b77b69-d494-49e-user 2018-10-10 16:45:52,828 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-24b77b69-d494-49e-proj-role 2018-10-10 16:45:52,847 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-24b77b69-d494-49e-proj-role to project AnsibleProvisioningTests-24b77b69-d494-49e-proj 2018-10-10 16:46:00,930 - create_image - INFO - Created image with name - AnsibleProvisioningTests-da87dcbf-184a-4c74-9a72-939e012e0916--image 2018-10-10 16:46:01,474 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-da87dcbf-184a-4c74-9a72-939e012e0916--image 2018-10-10 16:46:02,094 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-da87dcbf-184a-4c74-9a72-939e012e0916-pub-net 2018-10-10 16:46:03,289 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-da87dcbf-184a-4c74-9a72-939e012e0916-pub-subnet 2018-10-10 16:46:06,273 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-da87dcbf-184a-4c74-9a72-939e012e0916-pub-router 2018-10-10 16:46:07,193 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-da87dcbf-184a-4c74-9a72-939e012e0916-pub-subnet 2018-10-10 16:46:07,193 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-da87dcbf-184a-4c74-9a72-939e012e0916-pub-subnet 2018-10-10 16:46:09,624 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-da87dcbf-184a-4c74-9a72-939e012e0916-pub-net 2018-10-10 16:46:10,945 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-da87dcbf-184a-4c74-9a72-939e012e0916--image 2018-10-10 16:46:12,594 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a63f602b-340a-4946-aeb3-5ce58e4588ff 2018-10-10 16:46:12,764 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:46:13,099 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-24b77b69-d494-49e-proj 2018-10-10 16:46:13,359 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-24b77b69-d494-49e-proj-role 2018-10-10 16:46:13,559 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-24b77b69-d494-49e-user 2018-10-10 16:46:14,919 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-bfcf9e8c-77c0-44e-proj 2018-10-10 16:46:15,990 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-bfcf9e8c-77c0-44e-user 2018-10-10 16:46:16,206 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-bfcf9e8c-77c0-44e-proj-role 2018-10-10 16:46:16,227 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-bfcf9e8c-77c0-44e-proj-role to project AnsibleProvisioningTests-bfcf9e8c-77c0-44e-proj 2018-10-10 16:46:24,697 - create_image - INFO - Created image with name - AnsibleProvisioningTests-7276d6f0-9d9f-4290-814c-71f8d0487745--image 2018-10-10 16:46:24,866 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-7276d6f0-9d9f-4290-814c-71f8d0487745--image 2018-10-10 16:46:25,520 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-7276d6f0-9d9f-4290-814c-71f8d0487745-pub-net 2018-10-10 16:46:26,621 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-7276d6f0-9d9f-4290-814c-71f8d0487745-pub-subnet 2018-10-10 16:46:29,128 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-7276d6f0-9d9f-4290-814c-71f8d0487745-pub-router 2018-10-10 16:46:30,187 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-7276d6f0-9d9f-4290-814c-71f8d0487745-pub-subnet 2018-10-10 16:46:30,187 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-7276d6f0-9d9f-4290-814c-71f8d0487745-pub-subnet 2018-10-10 16:46:32,712 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-7276d6f0-9d9f-4290-814c-71f8d0487745-pub-net 2018-10-10 16:46:33,914 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-7276d6f0-9d9f-4290-814c-71f8d0487745--image 2018-10-10 16:46:35,868 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 359a0901-cfda-43e5-a4fb-f35b187e9b70 2018-10-10 16:46:36,046 - neutron_utils - INFO - Deleting security group with name - default 2018-10-10 16:46:36,410 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-bfcf9e8c-77c0-44e-proj 2018-10-10 16:46:36,730 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-bfcf9e8c-77c0-44e-proj-role 2018-10-10 16:46:36,944 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-bfcf9e8c-77c0-44e-user 2018-10-10 16:46:37,351 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-10 16:46:37,352 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 58:37 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-10-10 16:46:39,506 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-10-10 16:46:39,561 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-10-10 16:46:40,948 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-10 16:46:42,717 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-10 16:46:45,255 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-10 16:46:44.825 11446 INFO rally.deployment.engine [-] Deployment fe2c03fd-64e8-4d08-aa86-42ca56f6a9b7 | Starting: Destroy cloud and free allocated resources. 2018-10-10 16:46:44.923 11446 INFO rally.deployment.engine [-] Deployment fe2c03fd-64e8-4d08-aa86-42ca56f6a9b7 | Completed: Destroy cloud and free allocated resources. 2018-10-10 16:46:44.983 11446 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=c806cbc0-3bb2-42fe-b89b-0d8349e49c78) for deployment 'opnfv-rally'. 2018-10-10 16:46:45.015 11446 INFO rally.api [-] Deleting verification (UUID=56ba87d4-2e1d-4fd7-8b25-160a228621e1). 2018-10-10 16:46:45.059 11446 INFO rally.api [-] Verification has been successfully deleted! 2018-10-10 16:46:45.060 11446 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c806cbc0-3bb2-42fe-b89b-0d8349e49c78). 2018-10-10 16:46:45.067 11446 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-10 16:46:47,711 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-10 16:46:47.409 11449 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e46d7fbc-c47e-4b18-a387-99847578195a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e46d7fbc-c47e-4b18-a387-99847578195a | 2018-10-10T16:46:47 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e46d7fbc-c47e-4b18-a387-99847578195a ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-10 16:46:51,066 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-10 16:46:51,066 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-10 16:46:53,396 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-10 16:46:53.113 11455 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=c806cbc0-3bb2-42fe-b89b-0d8349e49c78). 2018-10-10 16:46:53.240 11455 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-10 16:46:57,939 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-10 16:46:55.388 11458 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-10 16:46:55.534 11458 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-10 16:46:57.748 11458 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3ed9b14a-2614-46bb-aa63-e8ee048180fb) has been successfully created! Using verifier 'opnfv-tempest' (UUID=3ed9b14a-2614-46bb-aa63-e8ee048180fb) as the default verifier for the future CLI operations. 2018-10-10 16:47:00,888 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-10-10 16:47:09,677 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-10 16:47:08.650 11477 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3ed9b14a-2614-46bb-aa63-e8ee048180fb) for deployment 'opnfv-rally' (UUID=e46d7fbc-c47e-4b18-a387-99847578195a). 2018-10-10 16:47:09.511 11477 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-10 16:47:09.513 11477 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3ed9b14a-2614-46bb-aa63-e8ee048180fb) has been successfully configured for deployment 'opnfv-rally' (UUID=e46d7fbc-c47e-4b18-a387-99847578195a)! 2018-10-10 16:47:12,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-3ed9b14a-2614-46bb-aa63-e8ee048180fb/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-10-10 16:47:12,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-10-10 16:47:14,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 16:47:14.928 11486 INFO rally.api [-] Starting verification (UUID=956dee3c-c5f9-45db-894c-3f8e842de57f) for deployment 'opnfv-rally' (UUID=e46d7fbc-c47e-4b18-a387-99847578195a) by verifier 'opnfv-tempest' (UUID=3ed9b14a-2614-46bb-aa63-e8ee048180fb). 2018-10-10 16:49:06,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 956dee3c-c5f9-45db-894c-3f8e842de57f 2018-10-10 16:49:06,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '956dee3c-c5f9-45db-894c-3f8e842de57f']'. 2018-10-10 16:49:07,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-10 16:49:07,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-10 16:49:07,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-10 16:49:07,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 956dee3c-c5f9-45db-894c-3f8e842de57f | 2018-10-10 16:49:07,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-10 16:49:07,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-10 16:47:14 | 2018-10-10 16:49:07,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-10 16:49:06 | 2018-10-10 16:49:07,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:52 | 2018-10-10 16:49:07,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-10 16:49:07,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-10 16:49:07,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 3ed9b14a-2614-46bb-aa63-e8ee048180fb) | 2018-10-10 16:49:07,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-10 16:49:07,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e46d7fbc-c47e-4b18-a387-99847578195a) | 2018-10-10 16:49:07,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-10-10 16:49:07,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 100.482 | 2018-10-10 16:49:07,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-10-10 16:49:07,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-10-10 16:49:07,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-10 16:49:07,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-10 16:49:07,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-10-10 16:49:07,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-10 16:49:07,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-10 16:49:07,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-10 16:49:07,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-10-10 16:49:07,496 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-10 16:49:07,497 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:06 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-10-10 16:49:11,143 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-10-10 16:49:11,144 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:52 | FAIL | | vping_userdata | functest | smoke | 01:29 | PASS | | tempest_smoke_serial | functest | smoke | 17:40 | FAIL | | rally_sanity | functest | smoke | 24:32 | PASS | | refstack_defcore | functest | smoke | 07:59 | FAIL | | patrole | functest | smoke | 02:54 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 58:37 | FAIL | | neutron_trunk | functest | smoke | 02:06 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-10-10 16:49:11,155 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-10-10 16:49:16,933 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-297 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-10 16:49:16,938 - 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=7eFDjBsvejx6D7vj3ZFhbXMUA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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.4 export OS_REGION_NAME=regionOne 2018-10-10 16:49:16,938 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-10 16:49:16,939 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-10-10 16:49:16,958 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-10-10 16:49:16,985 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-10-10 16:53:59,957 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-10-10 16:54:00,088 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-10 16:54:00,088 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:43 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-10-10 16:54:00,122 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-10-10 16:54:01,931 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-10-10 16:54:03,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 16:54:03,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 16:54:03,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 16:54:03,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 16:54:03,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 16:54:03,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 16:54:03,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 16:54:03,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 16:54:03,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 16:54:03,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 16:54:03,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 16:54:03,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 16:54:03,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 16:54:03,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 16:54:03,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 16:54:03,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 16:54:03,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 16:54:03,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 16:54:03,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 16:54:03,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 16:54:03,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 16:54:03,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 16:54:03,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 16:54:03,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 16:54:03,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 16:54:03,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 16:54:03,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 16:54:03,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 16:54:03,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 16:54:03,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 16:54:03,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 16:54:03,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 16:54:03,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 16:54:03,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 16:54:03,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 16:54:03,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 16:54:03,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 16:54:03,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 16:54:03,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 16:54:03,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 16:54:03,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 16:54:03,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 16:54:03,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 16:54:03,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 16:54:03,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 16:54:03,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 16:54:03,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 16:54:03,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 16:54:03,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-10 16:54:03,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 16:54:03,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 16:54:03,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 16:54:03,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 16:54:03,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 16:54:03,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 16:54:03,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 16:54:03,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 16:54:03,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 16:54:03,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 16:54:03,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 16:54:03,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 16:54:03,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 16:54:03,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 16:54:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 16:54:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 16:54:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 16:54:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 16:54:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 16:54:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 16:54:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 16:54:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 16:54:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 16:54:03,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 16:54:03,618 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-10-10 16:54:03,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:54:03,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca9b3190-1d2d-4cee-84cf-9e3b502edcaf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:54:03,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ca9b3190-1d2d-4cee-84cf-9e3b502edcaf 2018-10-10 16:54:03,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 16:54:04,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T17:54:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["xKgEBNM1RJKzOqQo8o6p2w"], "issued_at": "2018-10-10T16:54:04.000000Z"}} 2018-10-10 16:54:04,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba6cbc72d51475fb7dda4d839c3a0ec5a4d23d15" 2018-10-10 16:54:04,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:54:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-341b42be-3518-49b4-bd4a-07b457d03272 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:54:04,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-341b42be-3518-49b4-bd4a-07b457d03272 2018-10-10 16:54:04,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:54:04,126 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 16:54: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://192.30.9.4: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.4:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 16:54:04,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/projects? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba6cbc72d51475fb7dda4d839c3a0ec5a4d23d15" 2018-10-10 16:54:04,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:54:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f9b1294-bdbf-4958-a7ca-403b21e84de9 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"links": {"self": "http://192.30.9.4:35357/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://192.30.9.4:35357/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://192.30.9.4:35357/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 16:54:04,206 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/projects used request id req-5f9b1294-bdbf-4958-a7ca-403b21e84de9 2018-10-10 16:54:04,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:54:04,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:54:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0506c093-c14d-4e46-86a8-e31d21c6acf8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:54:04,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0506c093-c14d-4e46-86a8-e31d21c6acf8 2018-10-10 16:54:04,215 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 16:54:04,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T17:54:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["H9L5SuGUTGK89LLvDuRUeQ"], "issued_at": "2018-10-10T16:54:04.000000Z"}} 2018-10-10 16:54:04,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/quotas/d00928b339b74d1eac5a92b45f495878 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:04,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-441aef73-4e4c-4619-89a3-6c2e88450540 Date: Wed, 10 Oct 2018 16:54:04 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 10, "router": 10, "rbac_policy": 10, "port": 500, "bgpvpn": -1}} 2018-10-10 16:54:04,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/quotas/d00928b339b74d1eac5a92b45f495878 used request id req-441aef73-4e4c-4619-89a3-6c2e88450540 2018-10-10 16:54:04,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:54:04,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:54:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0be21be2-8cf7-42de-8de2-eeba59524d6c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:54:04,786 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0be21be2-8cf7-42de-8de2-eeba59524d6c 2018-10-10 16:54:04,786 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 16:54:05,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T17:54:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["2tb0PLkiSmmxmlFsaMKloA"], "issued_at": "2018-10-10T16:54:05.000000Z"}} 2018-10-10 16:54:05,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77124ab70ec5e3fd278812491bd517130e87e13" 2018-10-10 16:54:05,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:54:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-867b1274-fc16-46d8-a208-6146b7a94316 x-compute-request-id: req-867b1274-fc16-46d8-a208-6146b7a94316 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"quota_class_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "id": "default", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-10 16:54:05,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-quota-class-sets/default used request id req-867b1274-fc16-46d8-a208-6146b7a94316 2018-10-10 16:54:05,319 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-10-10 16:54:05,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/quotas/d00928b339b74d1eac5a92b45f495878 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"quota": {"subnet": -1, "router": -1, "network": -1, "port": -1}}' 2018-10-10 16:54:05,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 198 X-Openstack-Request-Id: req-baf97e9a-a6c7-4739-bac9-fd4214143927 Date: Wed, 10 Oct 2018 16:54:05 GMT RESP BODY: {"quota": {"subnet": -1, "network": -1, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 10, "router": -1, "rbac_policy": 10, "port": -1, "bgpvpn": -1}} 2018-10-10 16:54:05,583 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/quotas/d00928b339b74d1eac5a92b45f495878 used request id req-baf97e9a-a6c7-4739-bac9-fd4214143927 2018-10-10 16:54:05,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 16:54:05,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 16:54:05,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 16:54:05,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 16:54:05,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 16:54:05,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 16:54:05,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 16:54:05,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 16:54:05,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 16:54:05,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 16:54:05,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 16:54:05,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 16:54:05,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 16:54:05,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 16:54:05,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 16:54:05,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 16:54:05,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 16:54:05,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 16:54:05,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 16:54:05,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 16:54:05,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 16:54:05,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 16:54:05,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 16:54:05,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 16:54:05,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:54:05,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78e6b7ab-de22-47bf-90a6-d027eaa785e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:54:05,597 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-78e6b7ab-de22-47bf-90a6-d027eaa785e3 2018-10-10 16:54:05,597 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 16:54:05,975 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T17:54:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["RsU6pnczQJS6KOauiS6Kng"], "issued_at": "2018-10-10T16:54:05.000000Z"}} 2018-10-10 16:54:05,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04e1c1a3aa50ac590105b457106f6582ef70edf" 2018-10-10 16:54:06,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:54:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5291a9f9-a310-4001-a138-1cdadec4f658 x-compute-request-id: req-5291a9f9-a310-4001-a138-1cdadec4f658 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 16:54:06,158 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail used request id req-5291a9f9-a310-4001-a138-1cdadec4f658 2018-10-10 16:54:06,158 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-10-10 16:54:06,159 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-10-10 16:54:06,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27: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}f77124ab70ec5e3fd278812491bd517130e87e13" -d '{"quota_class_set": {"instances": -1}}' 2018-10-10 16:54:06,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:54:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f316830-ec79-473a-819e-2f453f443d3e x-compute-request-id: req-1f316830-ec79-473a-819e-2f453f443d3e Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"quota_class_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "instances": -1, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-10 16:54:06,209 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.27:8774/v2.1/os-quota-class-sets/default used request id req-1f316830-ec79-473a-819e-2f453f443d3e 2018-10-10 16:54:06,209 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-10-10 16:54:06,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:06,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bd1008b9-d00e-4a1b-9bc2-ef4d9beb3dd4 Date: Wed, 10 Oct 2018 16:54:06 GMT RESP BODY: {"floatingips": []} 2018-10-10 16:54:06,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-bd1008b9-d00e-4a1b-9bc2-ef4d9beb3dd4 2018-10-10 16:54:06,368 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-10-10 16:54:06,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:06,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15551 X-Openstack-Request-Id: req-52fb9f09-6f63-43f3-96aa-0139b2c5a4c8 Date: Wed, 10 Oct 2018 16:54:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T15:33:51Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.206"}],"id":"07db1818-95b2-412b-8361-0b04b1249789","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:50:a2:93","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"9aea58f1-2786-4c74-9cc3-4ddc67ec6feb","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T15:33:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:39:01Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.201"}],"id":"0e3e35db-4e58-4661-8a49-8aee6f7899f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e0:c6:84","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4d4138a0-6dcb-456c-84c2-6cee70d41092","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:39:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T15:54:45Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.200"}],"id":"11c08b19-0ac9-4bea-b0a6-cb1fa4564aa3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:84:33:60","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"28e28ba9-9d46-4847-9939-0f51a1a8e4a1","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T15:54:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:40:28Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.202"}],"id":"12c7414f-bbe4-42ad-9495-2bf56759f5bc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a6:4a:79","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e06cff2c-0faa-4e1e-a758-0ebfade18b86","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:40:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T15:53:19Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.215"}],"id":"1738dabe-1f7a-41b8-ac13-9bc61fbfec6e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f3:7e:6a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"035a2e9e-e066-4409-9f63-6c457339d411","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T15:53:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T15:24:11Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.212"}],"id":"1fda883c-d747-4bc2-9933-eb48db5aee7d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8b:1f:fa","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d6368e59-9d4a-4256-b7ce-85e3003774c1","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T15:24:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:55:07Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.210"}],"id":"2c0864b9-c9d6-43ce-81ba-79d776685174","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:93:4e:25","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7b8e33a4-1169-4c89-8e9f-12a38f637c2b","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:55:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:51:05Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.203"}],"id":"39c7468d-796d-41ae-9aca-c4826111ce4f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cb:a6:6e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"cf36f6e0-119a-4303-8fda-6b9e0052e318","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:51:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T15:52:56Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.217"}],"id":"53ae0790-8e83-45d5-9c42-d7b9fca5bed4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:94:4c:56","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bf9d9d5a-35af-4cae-90d6-eeca1784cbc7","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T15:52:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T16:43:18Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.219"}],"id":"6a20ba08-108d-4da9-b451-fdec830553eb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c0:aa:28","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1d155e2d-01f7-42ac-b80e-cc10ddc43686","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T16:43:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T16:31:19Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.218"}],"id":"85f1bd11-22a0-4636-9d7a-d0425e8bdd40","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:41:33:e0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4bb263bf-736b-41b0-9b5a-543fbeeebccd","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T16:31:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T15:11:08Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.214"}],"id":"8ea67595-3e1c-445a-b0eb-0f591ed92bdc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5e:66:14","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a2ecaba1-97a1-42b7-87a0-692ac3d3ebdd","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T15:11:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:49:51Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.211"}],"id":"9ffe207d-22b9-4469-a7c4-1ecdf6263e00","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:27:d5:6c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"607e5713-b25e-483d-ba1f-2ddfe7936757","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:49:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T15:37:54Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.204"}],"id":"a5206d67-dead-4440-b118-4241e462994e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ef:2c:8d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ecfc0a0e-5b93-4cf5-8a00-20a2a0e953a3","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T15:37:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:40:27Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.209"}],"id":"a72cff04-9e79-42e1-90ba-beebd56c605f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bf:e2:40","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1645bc79-9c29-4181-ae4a-aaef70627dbe","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:40:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T15:31:10Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.207"}],"id":"b7917e4c-1969-407a-ba43-3fc0365cb090","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:dc:08:3f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"81cf76a2-380b-426d-9d08-1cc184e82af1","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T15:31:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T14:51:04Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.208"}],"id":"bba8b22a-9804-44ae-807c-96513bbf36a7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:79:52:b3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"9e387883-7295-427c-b997-7f9730d2c77f","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T14:51:04Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T15:33:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.216"}],"id":"c408da80-230d-4006-a806-10c470f29b5b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:46:47:66","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e381be23-d2c4-4e8f-b55f-9ea36abc9b95","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T15:33:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T15:37:55Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.220"}],"id":"c778b172-191d-4327-8dab-01def265d53b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0c:71:1a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"dbbda372-4c90-47ba-a124-6696da55d455","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T15:37:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T15:05:03Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.213"}],"id":"d63f13b9-a5a1-4776-bb61-9028212f853f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7c:67:06","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"adffb267-d269-48ad-9b32-a138f28da0b8","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T15:05:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T16:44:19Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.205"}],"id":"d725b0e8-813c-49da-8255-76bae0788c95","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0d:46:de","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"00605377-0a0c-4ecc-9910-50c94436dba3","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T16:44:19Z","binding:vnic_type":"normal"}]} 2018-10-10 16:54:06,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports used request id req-52fb9f09-6f63-43f3-96aa-0139b2c5a4c8 2018-10-10 16:54:06,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:06,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13340 X-Openstack-Request-Id: req-1194d869-6201-4767-bb7f-ff1e122bd1db Date: Wed, 10 Oct 2018 16:54:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "5f824333a6e54b91aa5d4d6c8c48976f", "created_at": "2018-10-10T16:44:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:44:19Z", "revision_number": 2, "routes": [], "project_id": "5f824333a6e54b91aa5d4d6c8c48976f", "id": "00605377-0a0c-4ecc-9910-50c94436dba3", "name": "CreateInstanceSingleNetworkTests-022416d0-b4aa-4596-8abc-aa6ae6a285c7-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "576c717eadb4457f89ec65e1f686030c", "created_at": "2018-10-10T15:53:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T15:53:19Z", "revision_number": 2, "routes": [], "project_id": "576c717eadb4457f89ec65e1f686030c", "id": "035a2e9e-e066-4409-9f63-6c457339d411", "name": "CreateNetworkSuccessTests-5f96261b-3f17-40bd-b5d7-23e4137a0d04-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:40:27Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "1645bc79-9c29-4181-ae4a-aaef70627dbe", "name": "NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "69aa5d9e9f674471bd1b373416d018d0", "created_at": "2018-10-10T16:43:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:43:18Z", "revision_number": 2, "routes": [], "project_id": "69aa5d9e9f674471bd1b373416d018d0", "id": "1d155e2d-01f7-42ac-b80e-cc10ddc43686", "name": "CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "d4aeb6752a8d4243a58e7cb29f69695e", "created_at": "2018-10-10T15:54:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T15:54:45Z", "revision_number": 2, "routes": [], "project_id": "d4aeb6752a8d4243a58e7cb29f69695e", "id": "28e28ba9-9d46-4847-9939-0f51a1a8e4a1", "name": "CreateRouterSuccessTests-2d97d97a-276c-4804-b24b-e9421e8fe1a5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "4faecca1e4634d1f9c474f965cc8e2f7", "created_at": "2018-10-10T16:31:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:31:19Z", "revision_number": 2, "routes": [], "project_id": "4faecca1e4634d1f9c474f965cc8e2f7", "id": "4bb263bf-736b-41b0-9b5a-543fbeeebccd", "name": "CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:39:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:39:02Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "4d4138a0-6dcb-456c-84c2-6cee70d41092", "name": "NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:49:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:49:51Z", "revision_number": 2, "routes": [], "project_id": "5ea391c3f23246858f348b79d506f109", "id": "607e5713-b25e-483d-ba1f-2ddfe7936757", "name": "vping_ssh-router_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "0746f35c74b840f7aef3c92ee109960c", "created_at": "2018-10-10T14:55:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:55:07Z", "revision_number": 2, "routes": [], "project_id": "0746f35c74b840f7aef3c92ee109960c", "id": "7b8e33a4-1169-4c89-8e9f-12a38f637c2b", "name": "tempest-ServersTestJSON-502282081-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "4c2dd1b5366444299405bce5285aa0e5", "created_at": "2018-10-10T15:31:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T15:31:11Z", "revision_number": 2, "routes": [], "project_id": "4c2dd1b5366444299405bce5285aa0e5", "id": "81cf76a2-380b-426d-9d08-1cc184e82af1", "name": "c_rally_f3a3213f_xo5ZBzGH"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "cd5cb79f8e43468db636d8d26cc1c79d", "created_at": "2018-10-10T15:33:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T15:33:51Z", "revision_number": 2, "routes": [], "project_id": "cd5cb79f8e43468db636d8d26cc1c79d", "id": "9aea58f1-2786-4c74-9cc3-4ddc67ec6feb", "name": "c_rally_ed2bdf63_4qxhLKsx"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "created_at": "2018-10-10T14:51:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:51:04Z", "revision_number": 2, "routes": [], "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "id": "9e387883-7295-427c-b997-7f9730d2c77f", "name": "vping_userdata-router_fc72716b-d772-4456-bbb0-689964bd9445"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "created_at": "2018-10-10T15:11:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T15:11:08Z", "revision_number": 2, "routes": [], "project_id": "6fd09c0df82847159e97595e0ba6290d", "id": "a2ecaba1-97a1-42b7-87a0-692ac3d3ebdd", "name": "rally_sanity-router_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "d530f5a8efa241e2a9e64cc1fe9ce516", "created_at": "2018-10-10T15:05:02Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-10T15:05:03Z", "revision_number": 2, "routes": [], "project_id": "d530f5a8efa241e2a9e64cc1fe9ce516", "id": "adffb267-d269-48ad-9b32-a138f28da0b8", "name": "tempest-RoutersTest-router-1857727964"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "f65033db454c4080bd0ad9381e11d625", "created_at": "2018-10-10T15:52:55Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T15:52:56Z", "revision_number": 2, "routes": [], "project_id": "f65033db454c4080bd0ad9381e11d625", "id": "bf9d9d5a-35af-4cae-90d6-eeca1784cbc7", "name": "CreateNetworkSuccessTests-15ffb906-11a0-47e1-a519-eabb5e916529-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "created_at": "2018-10-10T14:51:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:51:05Z", "revision_number": 2, "routes": [], "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "id": "cf36f6e0-119a-4303-8fda-6b9e0052e318", "name": "vping_userdata-router_fc72716b-d772-4456-bbb0-689964bd9445"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "c9a9e0f491eb42509f850c2b8be6e451", "created_at": "2018-10-10T15:24:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T15:24:11Z", "revision_number": 2, "routes": [], "project_id": "c9a9e0f491eb42509f850c2b8be6e451", "id": "d6368e59-9d4a-4256-b7ce-85e3003774c1", "name": "c_rally_d6d0e8bf_PM0izVkg"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "5fced05dddf8491e904671aa70a19421", "created_at": "2018-10-10T15:37:55Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T15:37:56Z", "revision_number": 2, "routes": [], "project_id": "5fced05dddf8491e904671aa70a19421", "id": "dbbda372-4c90-47ba-a124-6696da55d455", "name": "tempest-ServerActionsTestJSON-1087810636-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T14:40:28Z", "revision_number": 2, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "e06cff2c-0faa-4e1e-a758-0ebfade18b86", "name": "NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "cd5cb79f8e43468db636d8d26cc1c79d", "created_at": "2018-10-10T15:33:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T15:33:52Z", "revision_number": 2, "routes": [], "project_id": "cd5cb79f8e43468db636d8d26cc1c79d", "id": "e381be23-d2c4-4e8f-b55f-9ea36abc9b95", "name": "c_rally_ed2bdf63_4qxhLKsx"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "5fced05dddf8491e904671aa70a19421", "created_at": "2018-10-10T15:37:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T15:37:54Z", "revision_number": 2, "routes": [], "project_id": "5fced05dddf8491e904671aa70a19421", "id": "ecfc0a0e-5b93-4cf5-8a00-20a2a0e953a3", "name": "tempest-ServerActionsTestJSON-1087810636-router"}]} 2018-10-10 16:54:06,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers used request id req-1194d869-6201-4767-bb7f-ff1e122bd1db 2018-10-10 16:54:06,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/00605377-0a0c-4ecc-9910-50c94436dba3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:07,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 489 X-Openstack-Request-Id: req-7336e3d9-bfc9-44c1-80e4-1e94ccc31b51 Date: Wed, 10 Oct 2018 16:54:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5f824333a6e54b91aa5d4d6c8c48976f", "created_at": "2018-10-10T16:44:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:07Z", "revision_number": 5, "routes": [], "project_id": "5f824333a6e54b91aa5d4d6c8c48976f", "id": "00605377-0a0c-4ecc-9910-50c94436dba3", "name": "CreateInstanceSingleNetworkTests-022416d0-b4aa-4596-8abc-aa6ae6a285c7-pub-router"}} 2018-10-10 16:54:07,785 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/00605377-0a0c-4ecc-9910-50c94436dba3 used request id req-7336e3d9-bfc9-44c1-80e4-1e94ccc31b51 2018-10-10 16:54:07,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/00605377-0a0c-4ecc-9910-50c94436dba3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:08,220 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-826d5dff-6512-41d7-b5b7-2217703d970f Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:08,220 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/00605377-0a0c-4ecc-9910-50c94436dba3 used request id req-826d5dff-6512-41d7-b5b7-2217703d970f 2018-10-10 16:54:08,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/035a2e9e-e066-4409-9f63-6c457339d411 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:09,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 482 X-Openstack-Request-Id: req-63de32cd-e927-4660-a758-cf69c4f5f86a Date: Wed, 10 Oct 2018 16:54:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "576c717eadb4457f89ec65e1f686030c", "created_at": "2018-10-10T15:53:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:08Z", "revision_number": 5, "routes": [], "project_id": "576c717eadb4457f89ec65e1f686030c", "id": "035a2e9e-e066-4409-9f63-6c457339d411", "name": "CreateNetworkSuccessTests-5f96261b-3f17-40bd-b5d7-23e4137a0d04-pub-router"}} 2018-10-10 16:54:09,165 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/035a2e9e-e066-4409-9f63-6c457339d411 used request id req-63de32cd-e927-4660-a758-cf69c4f5f86a 2018-10-10 16:54:09,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/035a2e9e-e066-4409-9f63-6c457339d411 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:09,598 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-633696b1-c4dd-476f-a86b-74b929be08ba Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:09,598 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/035a2e9e-e066-4409-9f63-6c457339d411 used request id req-633696b1-c4dd-476f-a86b-74b929be08ba 2018-10-10 16:54:09,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/1645bc79-9c29-4181-ae4a-aaef70627dbe -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:10,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-81708ed0-b931-4f72-bf30-aff2d64a0d28 Date: Wed, 10 Oct 2018 16:54:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:10Z", "revision_number": 5, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "1645bc79-9c29-4181-ae4a-aaef70627dbe", "name": "NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router"}} 2018-10-10 16:54:10,508 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/1645bc79-9c29-4181-ae4a-aaef70627dbe used request id req-81708ed0-b931-4f72-bf30-aff2d64a0d28 2018-10-10 16:54:10,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/1645bc79-9c29-4181-ae4a-aaef70627dbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:10,958 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-81a7e320-cd2e-4399-a391-c3711516086d Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:10,958 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/1645bc79-9c29-4181-ae4a-aaef70627dbe used request id req-81a7e320-cd2e-4399-a391-c3711516086d 2018-10-10 16:54:10,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/1d155e2d-01f7-42ac-b80e-cc10ddc43686 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:11,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 489 X-Openstack-Request-Id: req-6fb284b7-f078-4d51-9d91-e0b5d6b1bf1a Date: Wed, 10 Oct 2018 16:54:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "69aa5d9e9f674471bd1b373416d018d0", "created_at": "2018-10-10T16:43:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:11Z", "revision_number": 5, "routes": [], "project_id": "69aa5d9e9f674471bd1b373416d018d0", "id": "1d155e2d-01f7-42ac-b80e-cc10ddc43686", "name": "CreateInstanceSingleNetworkTests-d0e83ffa-28be-4dc7-8bc0-e170e9cc9b56-pub-router"}} 2018-10-10 16:54:11,776 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/1d155e2d-01f7-42ac-b80e-cc10ddc43686 used request id req-6fb284b7-f078-4d51-9d91-e0b5d6b1bf1a 2018-10-10 16:54:11,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/1d155e2d-01f7-42ac-b80e-cc10ddc43686 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:12,233 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-42888f99-3073-45b9-b364-a554f8a3a193 Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:12,233 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/1d155e2d-01f7-42ac-b80e-cc10ddc43686 used request id req-42888f99-3073-45b9-b364-a554f8a3a193 2018-10-10 16:54:12,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/28e28ba9-9d46-4847-9939-0f51a1a8e4a1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:13,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-dfbd673e-8166-4d06-bfba-7963783f9ab3 Date: Wed, 10 Oct 2018 16:54:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d4aeb6752a8d4243a58e7cb29f69695e", "created_at": "2018-10-10T15:54:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:13Z", "revision_number": 5, "routes": [], "project_id": "d4aeb6752a8d4243a58e7cb29f69695e", "id": "28e28ba9-9d46-4847-9939-0f51a1a8e4a1", "name": "CreateRouterSuccessTests-2d97d97a-276c-4804-b24b-e9421e8fe1a5-pub-router"}} 2018-10-10 16:54:13,358 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/28e28ba9-9d46-4847-9939-0f51a1a8e4a1 used request id req-dfbd673e-8166-4d06-bfba-7963783f9ab3 2018-10-10 16:54:13,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/28e28ba9-9d46-4847-9939-0f51a1a8e4a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:13,778 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a85f8fc5-144a-4de1-9594-f91cb1424ea1 Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:13,778 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/28e28ba9-9d46-4847-9939-0f51a1a8e4a1 used request id req-a85f8fc5-144a-4de1-9594-f91cb1424ea1 2018-10-10 16:54:13,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/4bb263bf-736b-41b0-9b5a-543fbeeebccd -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:14,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 489 X-Openstack-Request-Id: req-dd5489d9-2488-4d90-8a1f-651fae7f2b14 Date: Wed, 10 Oct 2018 16:54:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4faecca1e4634d1f9c474f965cc8e2f7", "created_at": "2018-10-10T16:31:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:14Z", "revision_number": 5, "routes": [], "project_id": "4faecca1e4634d1f9c474f965cc8e2f7", "id": "4bb263bf-736b-41b0-9b5a-543fbeeebccd", "name": "CreateInstanceSingleNetworkTests-ba49b7cc-0044-407c-97a6-7d0063ff5f99-pub-router"}} 2018-10-10 16:54:14,611 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4bb263bf-736b-41b0-9b5a-543fbeeebccd used request id req-dd5489d9-2488-4d90-8a1f-651fae7f2b14 2018-10-10 16:54:14,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/4bb263bf-736b-41b0-9b5a-543fbeeebccd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:15,211 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0ce859da-8110-4bbd-bd31-07595be35f64 Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:15,211 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/4bb263bf-736b-41b0-9b5a-543fbeeebccd used request id req-0ce859da-8110-4bbd-bd31-07595be35f64 2018-10-10 16:54:15,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/4d4138a0-6dcb-456c-84c2-6cee70d41092 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:16,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-6e47f80e-5318-4d9a-bc0b-e2ad02262d71 Date: Wed, 10 Oct 2018 16:54:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:39:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:15Z", "revision_number": 5, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "4d4138a0-6dcb-456c-84c2-6cee70d41092", "name": "NeutronUtilsRouterTests-1bc7c4d1-b18c-47e6-a189-db093f22adad-pub-router"}} 2018-10-10 16:54:16,179 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4d4138a0-6dcb-456c-84c2-6cee70d41092 used request id req-6e47f80e-5318-4d9a-bc0b-e2ad02262d71 2018-10-10 16:54:16,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/4d4138a0-6dcb-456c-84c2-6cee70d41092 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:16,600 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c09ecf04-0164-4150-b6d8-514bf9ddb604 Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:16,600 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/4d4138a0-6dcb-456c-84c2-6cee70d41092 used request id req-c09ecf04-0164-4150-b6d8-514bf9ddb604 2018-10-10 16:54:16,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/607e5713-b25e-483d-ba1f-2ddfe7936757 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:17,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-840e5c37-013d-4310-826e-ec4e5c754530 Date: Wed, 10 Oct 2018 16:54:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5ea391c3f23246858f348b79d506f109", "created_at": "2018-10-10T14:49:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:17Z", "revision_number": 5, "routes": [], "project_id": "5ea391c3f23246858f348b79d506f109", "id": "607e5713-b25e-483d-ba1f-2ddfe7936757", "name": "vping_ssh-router_0b214193-33c9-49e2-8add-bb1e9d5c59f7"}} 2018-10-10 16:54:17,328 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/607e5713-b25e-483d-ba1f-2ddfe7936757 used request id req-840e5c37-013d-4310-826e-ec4e5c754530 2018-10-10 16:54:17,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/607e5713-b25e-483d-ba1f-2ddfe7936757 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:17,618 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-63252684-7646-4e53-85b1-4d9ba73035aa Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:17,619 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/607e5713-b25e-483d-ba1f-2ddfe7936757 used request id req-63252684-7646-4e53-85b1-4d9ba73035aa 2018-10-10 16:54:17,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/7b8e33a4-1169-4c89-8e9f-12a38f637c2b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:18,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 449 X-Openstack-Request-Id: req-3106984a-85bd-471f-9174-79bbf67f04d3 Date: Wed, 10 Oct 2018 16:54:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0746f35c74b840f7aef3c92ee109960c", "created_at": "2018-10-10T14:55:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:18Z", "revision_number": 5, "routes": [], "project_id": "0746f35c74b840f7aef3c92ee109960c", "id": "7b8e33a4-1169-4c89-8e9f-12a38f637c2b", "name": "tempest-ServersTestJSON-502282081-router"}} 2018-10-10 16:54:18,558 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/7b8e33a4-1169-4c89-8e9f-12a38f637c2b used request id req-3106984a-85bd-471f-9174-79bbf67f04d3 2018-10-10 16:54:18,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/7b8e33a4-1169-4c89-8e9f-12a38f637c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:18,869 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-98db6258-50e7-42ce-aa0b-57e68cf38e53 Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:18,869 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/7b8e33a4-1169-4c89-8e9f-12a38f637c2b used request id req-98db6258-50e7-42ce-aa0b-57e68cf38e53 2018-10-10 16:54:18,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/81cf76a2-380b-426d-9d08-1cc184e82af1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:19,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-1cda66ad-3a63-4cf2-bc13-8da4855fed28 Date: Wed, 10 Oct 2018 16:54:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4c2dd1b5366444299405bce5285aa0e5", "created_at": "2018-10-10T15:31:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:19Z", "revision_number": 5, "routes": [], "project_id": "4c2dd1b5366444299405bce5285aa0e5", "id": "81cf76a2-380b-426d-9d08-1cc184e82af1", "name": "c_rally_f3a3213f_xo5ZBzGH"}} 2018-10-10 16:54:19,851 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/81cf76a2-380b-426d-9d08-1cc184e82af1 used request id req-1cda66ad-3a63-4cf2-bc13-8da4855fed28 2018-10-10 16:54:19,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/81cf76a2-380b-426d-9d08-1cc184e82af1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:20,126 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-01375de6-7fc5-4c46-89c7-b87f006ba1c2 Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:20,126 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/81cf76a2-380b-426d-9d08-1cc184e82af1 used request id req-01375de6-7fc5-4c46-89c7-b87f006ba1c2 2018-10-10 16:54:20,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9aea58f1-2786-4c74-9cc3-4ddc67ec6feb -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:21,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-a03d5b83-b920-4267-b8f3-37fb2d658710 Date: Wed, 10 Oct 2018 16:54:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "cd5cb79f8e43468db636d8d26cc1c79d", "created_at": "2018-10-10T15:33:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:20Z", "revision_number": 5, "routes": [], "project_id": "cd5cb79f8e43468db636d8d26cc1c79d", "id": "9aea58f1-2786-4c74-9cc3-4ddc67ec6feb", "name": "c_rally_ed2bdf63_4qxhLKsx"}} 2018-10-10 16:54:21,105 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9aea58f1-2786-4c74-9cc3-4ddc67ec6feb used request id req-a03d5b83-b920-4267-b8f3-37fb2d658710 2018-10-10 16:54:21,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/9aea58f1-2786-4c74-9cc3-4ddc67ec6feb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:21,460 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9b279ac7-f217-46c2-b8b7-b62661b31df1 Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:21,460 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9aea58f1-2786-4c74-9cc3-4ddc67ec6feb used request id req-9b279ac7-f217-46c2-b8b7-b62661b31df1 2018-10-10 16:54:21,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9e387883-7295-427c-b997-7f9730d2c77f -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:22,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 467 X-Openstack-Request-Id: req-b075b967-f3fe-4214-8e84-b1690f11224d Date: Wed, 10 Oct 2018 16:54:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "created_at": "2018-10-10T14:51:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:22Z", "revision_number": 5, "routes": [], "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "id": "9e387883-7295-427c-b997-7f9730d2c77f", "name": "vping_userdata-router_fc72716b-d772-4456-bbb0-689964bd9445"}} 2018-10-10 16:54:22,321 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9e387883-7295-427c-b997-7f9730d2c77f used request id req-b075b967-f3fe-4214-8e84-b1690f11224d 2018-10-10 16:54:22,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/9e387883-7295-427c-b997-7f9730d2c77f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:22,605 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-44407213-1b64-465b-af9c-0a448f3e3373 Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:22,605 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9e387883-7295-427c-b997-7f9730d2c77f used request id req-44407213-1b64-465b-af9c-0a448f3e3373 2018-10-10 16:54:22,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/a2ecaba1-97a1-42b7-87a0-692ac3d3ebdd -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:23,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 465 X-Openstack-Request-Id: req-543e99a3-5ea2-4a63-a299-c01facb0280b Date: Wed, 10 Oct 2018 16:54:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "6fd09c0df82847159e97595e0ba6290d", "created_at": "2018-10-10T15:11:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:23Z", "revision_number": 5, "routes": [], "project_id": "6fd09c0df82847159e97595e0ba6290d", "id": "a2ecaba1-97a1-42b7-87a0-692ac3d3ebdd", "name": "rally_sanity-router_1e5fc404-dcb8-4c1f-8ad8-5a8baba4c5dd"}} 2018-10-10 16:54:23,431 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/a2ecaba1-97a1-42b7-87a0-692ac3d3ebdd used request id req-543e99a3-5ea2-4a63-a299-c01facb0280b 2018-10-10 16:54:23,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/a2ecaba1-97a1-42b7-87a0-692ac3d3ebdd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:24,000 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d9730a43-daec-42d6-8853-366ea295fb37 Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:24,000 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/a2ecaba1-97a1-42b7-87a0-692ac3d3ebdd used request id req-d9730a43-daec-42d6-8853-366ea295fb37 2018-10-10 16:54:24,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/adffb267-d269-48ad-9b32-a138f28da0b8 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:25,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 447 X-Openstack-Request-Id: req-f9b5223e-047f-4203-ba00-e6bf97f646ea Date: Wed, 10 Oct 2018 16:54:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d530f5a8efa241e2a9e64cc1fe9ce516", "created_at": "2018-10-10T15:05:02Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-10T16:54:24Z", "revision_number": 5, "routes": [], "project_id": "d530f5a8efa241e2a9e64cc1fe9ce516", "id": "adffb267-d269-48ad-9b32-a138f28da0b8", "name": "tempest-RoutersTest-router-1857727964"}} 2018-10-10 16:54:25,091 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/adffb267-d269-48ad-9b32-a138f28da0b8 used request id req-f9b5223e-047f-4203-ba00-e6bf97f646ea 2018-10-10 16:54:25,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/adffb267-d269-48ad-9b32-a138f28da0b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:25,396 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-546514d1-8acf-4931-8f20-8ca5cef793b7 Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:25,396 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/adffb267-d269-48ad-9b32-a138f28da0b8 used request id req-546514d1-8acf-4931-8f20-8ca5cef793b7 2018-10-10 16:54:25,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/bf9d9d5a-35af-4cae-90d6-eeca1784cbc7 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:26,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 482 X-Openstack-Request-Id: req-849390e3-007d-4785-9eb8-1ca68162868d Date: Wed, 10 Oct 2018 16:54:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f65033db454c4080bd0ad9381e11d625", "created_at": "2018-10-10T15:52:55Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:25Z", "revision_number": 5, "routes": [], "project_id": "f65033db454c4080bd0ad9381e11d625", "id": "bf9d9d5a-35af-4cae-90d6-eeca1784cbc7", "name": "CreateNetworkSuccessTests-15ffb906-11a0-47e1-a519-eabb5e916529-pub-router"}} 2018-10-10 16:54:26,260 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/bf9d9d5a-35af-4cae-90d6-eeca1784cbc7 used request id req-849390e3-007d-4785-9eb8-1ca68162868d 2018-10-10 16:54:26,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/bf9d9d5a-35af-4cae-90d6-eeca1784cbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:26,695 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0aa335a5-91c9-4900-ad21-258c0493306d Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:26,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/bf9d9d5a-35af-4cae-90d6-eeca1784cbc7 used request id req-0aa335a5-91c9-4900-ad21-258c0493306d 2018-10-10 16:54:26,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/cf36f6e0-119a-4303-8fda-6b9e0052e318 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:27,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 467 X-Openstack-Request-Id: req-c4971e2f-6324-4b72-9df8-562a6de69709 Date: Wed, 10 Oct 2018 16:54:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "created_at": "2018-10-10T14:51:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:27Z", "revision_number": 5, "routes": [], "project_id": "2ba8f31dc3d64de281b6ba1d0976b2e5", "id": "cf36f6e0-119a-4303-8fda-6b9e0052e318", "name": "vping_userdata-router_fc72716b-d772-4456-bbb0-689964bd9445"}} 2018-10-10 16:54:27,538 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/cf36f6e0-119a-4303-8fda-6b9e0052e318 used request id req-c4971e2f-6324-4b72-9df8-562a6de69709 2018-10-10 16:54:27,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/cf36f6e0-119a-4303-8fda-6b9e0052e318 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:27,969 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7b44cc3f-e710-4776-8461-fbfea387f966 Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:27,970 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/cf36f6e0-119a-4303-8fda-6b9e0052e318 used request id req-7b44cc3f-e710-4776-8461-fbfea387f966 2018-10-10 16:54:27,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/d6368e59-9d4a-4256-b7ce-85e3003774c1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:28,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-9957d7f8-31d4-4bf1-97c1-b8110ab71033 Date: Wed, 10 Oct 2018 16:54:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "c9a9e0f491eb42509f850c2b8be6e451", "created_at": "2018-10-10T15:24:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:28Z", "revision_number": 5, "routes": [], "project_id": "c9a9e0f491eb42509f850c2b8be6e451", "id": "d6368e59-9d4a-4256-b7ce-85e3003774c1", "name": "c_rally_d6d0e8bf_PM0izVkg"}} 2018-10-10 16:54:28,805 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d6368e59-9d4a-4256-b7ce-85e3003774c1 used request id req-9957d7f8-31d4-4bf1-97c1-b8110ab71033 2018-10-10 16:54:28,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/d6368e59-9d4a-4256-b7ce-85e3003774c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:29,258 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-78041eb3-8f50-4662-ac12-555ca54ed54e Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:29,258 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/d6368e59-9d4a-4256-b7ce-85e3003774c1 used request id req-78041eb3-8f50-4662-ac12-555ca54ed54e 2018-10-10 16:54:29,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/dbbda372-4c90-47ba-a124-6696da55d455 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:30,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 456 X-Openstack-Request-Id: req-a54b7210-1886-4e5a-89a6-97bf4ffa3610 Date: Wed, 10 Oct 2018 16:54:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5fced05dddf8491e904671aa70a19421", "created_at": "2018-10-10T15:37:55Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:29Z", "revision_number": 5, "routes": [], "project_id": "5fced05dddf8491e904671aa70a19421", "id": "dbbda372-4c90-47ba-a124-6696da55d455", "name": "tempest-ServerActionsTestJSON-1087810636-router"}} 2018-10-10 16:54:30,125 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/dbbda372-4c90-47ba-a124-6696da55d455 used request id req-a54b7210-1886-4e5a-89a6-97bf4ffa3610 2018-10-10 16:54:30,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/dbbda372-4c90-47ba-a124-6696da55d455 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:30,550 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e30d738b-fa6c-47d2-bc7f-e69aab97b0fc Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:30,550 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/dbbda372-4c90-47ba-a124-6696da55d455 used request id req-e30d738b-fa6c-47d2-bc7f-e69aab97b0fc 2018-10-10 16:54:30,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/e06cff2c-0faa-4e1e-a758-0ebfade18b86 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:31,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-6e1174d9-d42b-458e-803d-01219ced1170 Date: Wed, 10 Oct 2018 16:54:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "50b165d5212f42f49cf85a43939820c6", "created_at": "2018-10-10T14:40:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:31Z", "revision_number": 5, "routes": [], "project_id": "50b165d5212f42f49cf85a43939820c6", "id": "e06cff2c-0faa-4e1e-a758-0ebfade18b86", "name": "NeutronUtilsRouterTests-55f9f902-6f78-425a-be4e-da88a8215be2-pub-router"}} 2018-10-10 16:54:31,397 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/e06cff2c-0faa-4e1e-a758-0ebfade18b86 used request id req-6e1174d9-d42b-458e-803d-01219ced1170 2018-10-10 16:54:31,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/e06cff2c-0faa-4e1e-a758-0ebfade18b86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:31,694 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aaeff7c9-bff1-4369-a6ef-f8163a160009 Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:31,694 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/e06cff2c-0faa-4e1e-a758-0ebfade18b86 used request id req-aaeff7c9-bff1-4369-a6ef-f8163a160009 2018-10-10 16:54:31,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/e381be23-d2c4-4e8f-b55f-9ea36abc9b95 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:32,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-182d3d9c-93dc-45f7-8273-eb345be733c2 Date: Wed, 10 Oct 2018 16:54:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "cd5cb79f8e43468db636d8d26cc1c79d", "created_at": "2018-10-10T15:33:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:32Z", "revision_number": 5, "routes": [], "project_id": "cd5cb79f8e43468db636d8d26cc1c79d", "id": "e381be23-d2c4-4e8f-b55f-9ea36abc9b95", "name": "c_rally_ed2bdf63_4qxhLKsx"}} 2018-10-10 16:54:32,762 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/e381be23-d2c4-4e8f-b55f-9ea36abc9b95 used request id req-182d3d9c-93dc-45f7-8273-eb345be733c2 2018-10-10 16:54:32,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/e381be23-d2c4-4e8f-b55f-9ea36abc9b95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:33,127 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-031e5027-f45e-40f0-b67d-f4142ac39c1f Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:33,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/e381be23-d2c4-4e8f-b55f-9ea36abc9b95 used request id req-031e5027-f45e-40f0-b67d-f4142ac39c1f 2018-10-10 16:54:33,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/ecfc0a0e-5b93-4cf5-8a00-20a2a0e953a3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:54:34,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 456 X-Openstack-Request-Id: req-b08e92a6-c25d-4fa1-b39d-70ce313e4913 Date: Wed, 10 Oct 2018 16:54:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5fced05dddf8491e904671aa70a19421", "created_at": "2018-10-10T15:37:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:54:33Z", "revision_number": 5, "routes": [], "project_id": "5fced05dddf8491e904671aa70a19421", "id": "ecfc0a0e-5b93-4cf5-8a00-20a2a0e953a3", "name": "tempest-ServerActionsTestJSON-1087810636-router"}} 2018-10-10 16:54:34,070 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/ecfc0a0e-5b93-4cf5-8a00-20a2a0e953a3 used request id req-b08e92a6-c25d-4fa1-b39d-70ce313e4913 2018-10-10 16:54:34,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/ecfc0a0e-5b93-4cf5-8a00-20a2a0e953a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" 2018-10-10 16:54:34,330 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3a41fc43-6ddd-4f58-b7de-a8ad0151be0c Content-Length: 0 Date: Wed, 10 Oct 2018 16:54:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:54:34,331 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/ecfc0a0e-5b93-4cf5-8a00-20a2a0e953a3 used request id req-3a41fc43-6ddd-4f58-b7de-a8ad0151be0c 2018-10-10 16:54:34,405 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.' 2018-10-10 16:54:34,405 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-10-10 16:54:34,405 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-10-10 16:54:34,490 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-10-10 16:54:34,493 - paramiko.transport - DEBUG - starting thread (client mode): 0xb1c49b50L 2018-10-10 16:54:34,493 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:34,520 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:34,520 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:34,525 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:34,525 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:34,526 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:34,526 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:34,526 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:34,526 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:34,532 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:34,533 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:34,557 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.203: fb37fbdd5d506ce6517f345d902a2f4c 2018-10-10 16:54:34,558 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:34,572 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:34,602 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:34,623 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:34,811 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:34,811 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:34,850 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:34,851 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:34,864 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:39,508 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:39,510 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:39,512 - paramiko.transport - DEBUG - starting thread (client mode): 0xae9afa90L 2018-10-10 16:54:39,512 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:39,518 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:39,518 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:39,521 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:39,521 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:39,522 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:39,522 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:39,522 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:39,522 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:39,527 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:39,527 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:39,544 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 53a4c94cdd785198c23fdacd435dbb05 2018-10-10 16:54:39,545 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:39,566 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:39,578 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:39,609 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:39,666 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:39,666 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:39,705 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:39,706 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:39,713 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:39,748 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:39,749 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:39,750 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:39,751 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:39,751 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:54:39,792 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:54:39,840 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:54:39,842 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:54:39,842 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:54:39,843 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:54:39,843 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:54:39,884 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:54:39,916 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:54:39,917 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:54:39,919 - paramiko.transport - DEBUG - starting thread (client mode): 0xaea41c50L 2018-10-10 16:54:39,919 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:39,925 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:39,925 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:39,928 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:39,928 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:39,928 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:39,928 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:39,929 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:39,929 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:39,933 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:39,934 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:39,935 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: dc5399323434d80f939a007cf0b05976 2018-10-10 16:54:39,935 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:39,973 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:39,985 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:40,000 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:40,067 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:40,067 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:40,106 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:40,107 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:40,111 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:40,148 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:40,149 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:40,150 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:40,150 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:40,151 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:54:40,192 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:54:40,238 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:54:40,239 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:54:40,239 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:54:40,241 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:54:40,241 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:54:40,281 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:54:40,315 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:54:40,317 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:54:40,319 - paramiko.transport - DEBUG - starting thread (client mode): 0xae9fac50L 2018-10-10 16:54:40,319 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:40,325 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:40,325 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:40,328 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:40,328 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:40,329 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:40,329 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:40,329 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:40,329 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:40,334 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:40,334 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:40,351 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: adad1fe9d8218443bb3a80dedbc5a49f 2018-10-10 16:54:40,352 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:40,374 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:40,386 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:40,416 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:40,470 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:40,471 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:40,510 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:40,511 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:40,520 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:40,557 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:40,558 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:40,559 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:40,560 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:40,560 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:54:40,601 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:54:40,665 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:54:40,666 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:54:40,667 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:54:40,667 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:54:40,668 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:54:40,709 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:54:40,744 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:54:40,745 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:54:40,747 - paramiko.transport - DEBUG - starting thread (client mode): 0xae920250L 2018-10-10 16:54:40,747 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:40,751 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:40,752 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:40,754 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:40,754 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:40,754 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:40,755 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:40,755 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:40,755 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:40,760 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:40,760 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:40,763 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 317603c5623f2ea0b03203fb9c24e521 2018-10-10 16:54:40,763 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:40,799 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:40,809 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:40,828 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:40,892 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:40,892 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:40,931 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:40,932 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:40,938 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:40,980 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:40,981 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:40,982 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:40,983 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:40,983 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:54:41,023 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:54:41,073 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:54:41,074 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:54:41,074 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:54:41,076 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:54:41,076 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:54:41,116 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:54:41,143 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:54:41,145 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:54:41,146 - paramiko.transport - DEBUG - starting thread (client mode): 0xae91e3d0L 2018-10-10 16:54:41,147 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:41,152 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:41,152 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:41,155 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:41,155 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:41,155 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:41,155 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:41,155 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:41,155 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:41,160 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:41,160 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:41,162 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7852148011ce4dd631352d7fa3d8382f 2018-10-10 16:54:41,163 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:41,200 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:41,210 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:41,227 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:41,296 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:41,296 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:41,335 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:41,336 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:41,346 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:41,374 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:41,375 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:41,376 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:41,377 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:41,377 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:54:41,417 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:54:41,457 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:54:41,459 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:54:41,459 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:54:41,460 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:54:41,460 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:54:41,500 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:54:41,530 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:54:41,531 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:41,531 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:54:41,533 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:41,533 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:54:41,539 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:54:45,879 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:54:45,881 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:54:45,883 - paramiko.transport - DEBUG - starting thread (client mode): 0xae91eb50L 2018-10-10 16:54:45,883 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:45,889 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:45,889 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:45,892 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:45,892 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:45,893 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:45,893 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:45,893 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:45,893 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:45,897 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:45,898 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:45,915 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 53a4c94cdd785198c23fdacd435dbb05 2018-10-10 16:54:45,915 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:45,937 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:45,950 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:45,980 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:46,040 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:46,041 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:46,081 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:46,081 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:46,086 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:46,120 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:46,121 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:46,122 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:46,123 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:46,123 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:54:46,163 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:54:46,198 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:54:46,200 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:54:46,200 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:54:46,201 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:54:46,201 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:54:46,242 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:54:46,271 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:54:46,272 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:54:46,274 - paramiko.transport - DEBUG - starting thread (client mode): 0xae93e1d0L 2018-10-10 16:54:46,274 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:46,279 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:46,280 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:46,282 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:46,282 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:46,283 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:46,283 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:46,283 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:46,283 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:46,288 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:46,288 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:46,290 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: dc5399323434d80f939a007cf0b05976 2018-10-10 16:54:46,290 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:46,328 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:46,339 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:46,355 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:46,416 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:46,416 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:46,456 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:46,457 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:46,460 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:46,495 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:46,496 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:46,497 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:46,497 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:46,498 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:54:46,539 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:54:46,577 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:54:46,578 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:54:46,579 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:54:46,580 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:54:46,580 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:54:46,620 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:54:46,650 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:54:46,652 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:54:46,653 - paramiko.transport - DEBUG - starting thread (client mode): 0xae93eed0L 2018-10-10 16:54:46,654 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:46,660 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:46,660 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:46,663 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:46,663 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:46,663 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:46,663 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:46,663 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:46,664 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:46,668 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:46,669 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:46,685 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: adad1fe9d8218443bb3a80dedbc5a49f 2018-10-10 16:54:46,686 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:46,709 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:46,721 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:46,751 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:46,808 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:46,808 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:46,847 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:46,848 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:46,855 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:46,893 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:46,894 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:46,895 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:46,896 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:46,896 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:54:46,937 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:54:46,976 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:54:46,977 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:54:46,978 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:54:46,979 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:54:46,979 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:54:47,020 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:54:47,055 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:54:47,056 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:54:47,058 - paramiko.transport - DEBUG - starting thread (client mode): 0xae93b3d0L 2018-10-10 16:54:47,059 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:47,064 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:47,065 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:47,067 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:47,068 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:47,068 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:47,068 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:47,068 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:47,068 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:47,073 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:47,073 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:47,090 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 317603c5623f2ea0b03203fb9c24e521 2018-10-10 16:54:47,091 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:47,113 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:47,125 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:47,155 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:47,221 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:47,221 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:47,260 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:47,261 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:47,265 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:47,294 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:47,295 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:47,296 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:47,297 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:47,297 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:54:47,337 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:54:47,368 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:54:47,370 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:54:47,370 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:54:47,371 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:54:47,371 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:54:47,411 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:54:47,439 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:54:47,441 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:54:47,443 - paramiko.transport - DEBUG - starting thread (client mode): 0xae949810L 2018-10-10 16:54:47,443 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:47,447 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:47,447 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:47,449 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:47,449 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:47,449 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:47,450 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:47,450 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:47,450 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:47,454 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:47,455 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:47,459 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7852148011ce4dd631352d7fa3d8382f 2018-10-10 16:54:47,460 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:47,494 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:47,504 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:47,524 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:47,579 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:47,579 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:47,618 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:47,619 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:47,627 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:47,655 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:47,656 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:47,657 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:47,658 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:47,658 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:54:47,698 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:54:47,729 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:54:47,730 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:54:47,731 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:54:47,732 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:54:47,732 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:54:47,773 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:54:47,800 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:54:47,801 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 16:54:47,802 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:54:47,802 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 16:54:47,803 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 16:54:47,808 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 16:54:47,860 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 16:54:47,861 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 16:54:47,861 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 16:54:47,862 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 16:54:47,863 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 16:54:47,865 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 16:54:47,912 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 16:54:47,913 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 16:54:47,914 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 16:54:47,915 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 16:54:47,915 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 16:54:47,918 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 16:54:47,973 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 16:54:47,974 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 16:54:47,974 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 16:54:47,975 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 16:54:47,976 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 16:54:47,979 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 16:54:48,084 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 16:54:48,086 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 16:54:48,086 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 16:54:48,087 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 16:54:48,087 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 16:54:48,091 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 16:54:48,169 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 16:54:48,170 - sdnvpn-results - INFO - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure 2018-10-10 16:54:48,170 - __name__ - INFO - Controller (ODL) list is ready 2018-10-10 16:54:48,171 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 16:54:48,173 - paramiko.transport - DEBUG - starting thread (client mode): 0xae93bc10L 2018-10-10 16:54:48,173 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:48,194 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:48,194 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:48,198 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:48,198 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:48,199 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:48,199 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:48,199 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:48,199 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:48,205 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:48,206 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:48,237 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.203: fb37fbdd5d506ce6517f345d902a2f4c 2018-10-10 16:54:48,238 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:48,246 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:48,287 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:48,302 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:48,472 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:48,472 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:48,511 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:48,512 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:48,525 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:53,608 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:53,609 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:53,612 - paramiko.transport - DEBUG - starting thread (client mode): 0xae95f410L 2018-10-10 16:54:53,612 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:53,618 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:53,619 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:53,622 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:53,622 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:53,622 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:53,623 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:53,623 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:53,623 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:53,628 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:53,628 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:53,644 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 53a4c94cdd785198c23fdacd435dbb05 2018-10-10 16:54:53,645 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:53,667 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:53,681 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:53,709 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:53,790 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:53,790 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:53,829 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:53,830 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:53,845 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:53,882 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:53,883 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:53,884 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:53,885 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:53,885 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:54:53,926 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:54:53,965 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:54:53,966 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:54:53,967 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:54:53,968 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:54:53,968 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:54:54,009 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:54:54,043 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:54:54,044 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:54:54,046 - paramiko.transport - DEBUG - starting thread (client mode): 0xae95d810L 2018-10-10 16:54:54,047 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:54,053 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:54,054 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:54,056 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:54,056 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:54,057 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:54,057 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:54,057 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:54,057 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:54,062 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:54,062 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:54,078 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: dc5399323434d80f939a007cf0b05976 2018-10-10 16:54:54,079 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:54,101 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:54,113 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:54,143 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:54,203 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:54,203 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:54,242 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:54,243 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:54,248 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:54,284 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:54,285 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:54,285 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:54,287 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:54,287 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:54:54,328 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:54:54,365 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:54:54,366 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:54:54,367 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:54:54,367 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:54:54,368 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:54:54,408 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:54:54,440 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:54:54,441 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:54:54,443 - paramiko.transport - DEBUG - starting thread (client mode): 0xae972d10L 2018-10-10 16:54:54,444 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:54,449 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:54,449 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:54,451 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:54,452 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:54,452 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:54,452 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:54,452 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:54,452 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:54,456 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:54,457 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:54,459 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: adad1fe9d8218443bb3a80dedbc5a49f 2018-10-10 16:54:54,460 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:54,497 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:54,508 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:54,524 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:54,595 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:54,595 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:54,634 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:54,634 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:54,644 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:54,678 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:54,679 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:54,680 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:54,681 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:54,681 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:54:54,722 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:54:54,758 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:54:54,759 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:54:54,760 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:54:54,761 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:54:54,761 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:54:54,802 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:54:54,836 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:54:54,837 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:54:54,839 - paramiko.transport - DEBUG - starting thread (client mode): 0xae978510L 2018-10-10 16:54:54,840 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:54,844 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:54,844 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:54,845 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:54,845 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:54,845 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:54,846 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:54,846 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:54,846 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:54,851 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:54,851 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:54,855 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 317603c5623f2ea0b03203fb9c24e521 2018-10-10 16:54:54,856 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:54,891 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:54,901 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:54,920 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:54,975 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:54,975 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:55,014 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:55,015 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:55,023 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:55,052 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:55,053 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:55,054 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:55,055 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:55,055 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:54:55,095 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:54:55,126 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:54:55,127 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:54:55,128 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:54:55,128 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:54:55,129 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:54:55,169 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:54:55,197 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:54:55,199 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:54:55,201 - paramiko.transport - DEBUG - starting thread (client mode): 0xad894350L 2018-10-10 16:54:55,201 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:55,206 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:55,206 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:55,208 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:55,208 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:55,208 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:55,209 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:55,209 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:55,209 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:55,213 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:55,214 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:55,217 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7852148011ce4dd631352d7fa3d8382f 2018-10-10 16:54:55,217 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:55,253 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:55,264 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:55,282 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:55,342 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:55,342 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:55,381 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:55,382 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:55,385 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:55,415 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:55,416 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:55,417 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:55,417 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:55,417 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:54:55,458 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:54:55,491 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:54:55,493 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:54:55,493 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:54:55,494 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:54:55,494 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:54:55,535 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:54:55,563 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:54:55,564 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:55,564 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:54:55,565 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:55,566 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:54:55,572 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:54:59,754 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:54:59,756 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:54:59,759 - paramiko.transport - DEBUG - starting thread (client mode): 0xae95f790L 2018-10-10 16:54:59,759 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:54:59,764 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:54:59,764 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:54:59,767 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:54:59,767 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:54:59,768 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:54:59,768 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:54:59,768 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:54:59,768 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:54:59,773 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:54:59,773 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:54:59,774 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 53a4c94cdd785198c23fdacd435dbb05 2018-10-10 16:54:59,775 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:54:59,812 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:54:59,824 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:54:59,839 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:54:59,909 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:54:59,909 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:54:59,948 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:54:59,949 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:54:59,959 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:54:59,993 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:54:59,994 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:54:59,995 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:54:59,996 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:54:59,996 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:55:00,038 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:55:00,076 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:55:00,077 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:55:00,078 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:55:00,079 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:55:00,079 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:55:00,119 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:55:00,152 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:55:00,154 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:55:00,156 - paramiko.transport - DEBUG - starting thread (client mode): 0xad89be90L 2018-10-10 16:55:00,156 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:55:00,162 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:55:00,162 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:55:00,164 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:55:00,165 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:55:00,165 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:55:00,165 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:55:00,165 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:55:00,165 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:55:00,170 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:55:00,170 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:55:00,172 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: dc5399323434d80f939a007cf0b05976 2018-10-10 16:55:00,173 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:55:00,210 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:55:00,223 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:55:00,237 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:55:00,316 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:55:00,317 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:55:00,356 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:55:00,357 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:55:00,374 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:55:00,406 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:55:00,407 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:55:00,408 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:55:00,409 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:55:00,409 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:55:00,451 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:55:00,486 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:55:00,487 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:55:00,488 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:55:00,489 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:55:00,489 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:55:00,530 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:55:00,560 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:55:00,562 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:55:00,564 - paramiko.transport - DEBUG - starting thread (client mode): 0xad8a6a90L 2018-10-10 16:55:00,564 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:55:00,569 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:55:00,570 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:55:00,572 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:55:00,572 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:55:00,572 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:55:00,572 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:55:00,572 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:55:00,572 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:55:00,577 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:55:00,577 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:55:00,580 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: adad1fe9d8218443bb3a80dedbc5a49f 2018-10-10 16:55:00,581 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:55:00,617 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:55:00,628 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:55:00,645 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:55:00,713 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:55:00,713 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:55:00,752 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:55:00,753 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:55:00,756 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:55:00,791 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:55:00,791 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:55:00,793 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:55:00,793 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:55:00,794 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:55:00,834 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:55:00,870 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:55:00,871 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:55:00,873 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:55:00,873 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:55:00,873 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:55:00,914 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:55:00,946 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:55:00,948 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:55:00,950 - paramiko.transport - DEBUG - starting thread (client mode): 0xad8ae9d0L 2018-10-10 16:55:00,950 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:55:00,954 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:55:00,954 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:55:00,956 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:55:00,956 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:55:00,957 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:55:00,957 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:55:00,957 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:55:00,957 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:55:00,961 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:55:00,962 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:55:00,966 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 317603c5623f2ea0b03203fb9c24e521 2018-10-10 16:55:00,966 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:55:01,002 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:55:01,012 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:55:01,031 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:55:01,083 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:55:01,084 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:55:01,123 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:55:01,124 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:55:01,134 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:55:01,162 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:55:01,163 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:55:01,164 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:55:01,165 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:55:01,165 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:55:01,205 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:55:01,236 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:55:01,238 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:55:01,238 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:55:01,239 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:55:01,239 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:55:01,279 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:55:01,308 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:55:01,309 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:55:01,311 - paramiko.transport - DEBUG - starting thread (client mode): 0xad8b7510L 2018-10-10 16:55:01,311 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:55:01,316 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:55:01,316 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:55:01,317 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:55:01,318 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:55:01,318 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:55:01,318 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:55:01,318 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:55:01,318 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:55:01,322 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:55:01,323 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:55:01,326 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7852148011ce4dd631352d7fa3d8382f 2018-10-10 16:55:01,327 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:55:01,363 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:55:01,373 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:55:01,392 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:55:01,451 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:55:01,452 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:55:01,491 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:55:01,492 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:55:01,495 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:55:01,523 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:55:01,524 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:55:01,525 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:55:01,526 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:55:01,526 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:55:01,566 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:55:01,597 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:55:01,598 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:55:01,598 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:55:01,599 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:55:01,600 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:55:01,640 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:55:01,669 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:55:01,670 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 16:55:01,670 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:55:01,671 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 16:55:01,671 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 16:55:01,676 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 16:55:01,726 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 16:55:01,728 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 16:55:01,728 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 16:55:01,729 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 16:55:01,729 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 16:55:01,770 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 16:55:01,814 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 16:55:01,815 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 16:55:01,816 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 16:55:01,817 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 16:55:01,817 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 16:55:01,821 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 16:55:01,874 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 16:55:01,875 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 16:55:01,876 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 16:55:01,877 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 16:55:01,877 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 16:55:01,918 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 16:55:01,960 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 16:55:01,961 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 16:55:01,961 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 16:55:01,963 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 16:55:01,963 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 16:55:01,968 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 16:55:02,019 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 16:55:02,021 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 16:55:02,021 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 16:55:02,022 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 16:55:02,022 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 16:55:02,063 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 16:55:02,106 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 16:55:02,107 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 16:55:02,108 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 16:55:02,109 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 16:55:02,109 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 16:55:02,113 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 16:55:02,162 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 16:55:02,163 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 16:55:02,164 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 16:55:02,165 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 16:55:02,165 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 16:55:02,206 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 16:55:02,247 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 16:55:02,248 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 16:55:02,249 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 16:55:02,249 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 16:55:02,249 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 16:55:02,253 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 16:55:02,297 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 16:55:02,297 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 16:55:02,298 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 16:55:02,299 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 16:55:02,299 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 16:55:02,340 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 16:55:02,379 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 16:55:02,380 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Verify that all OpenStack nodes OVS br-int have fail_mode set to secure | +----------------------------------------------------------------------------------------+ | PASS | Controller (ODL) list is ready | | PASS | Node overcloud-novacompute-1 br-int is fail_mode secure | | PASS | Node overcloud-novacompute-0 br-int is fail_mode secure | | PASS | Node overcloud-controller-2 br-int is fail_mode secure | | PASS | Node overcloud-controller-1 br-int is fail_mode secure | | PASS | Node overcloud-controller-0 br-int is fail_mode secure | +========================================================================================+ 2018-10-10 16:55:02,380 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-10 16:55:02,380 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 16:55:02,380 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-10-10 16:55:02,381 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'Node overcloud-novacompute-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-novacompute-0 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-2 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-0 br-int is fail_mode secure': 'PASS'}]} 2018-10-10 16:55:02,381 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-10-10 16:55:02,382 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-10-10 16:55:02,382 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-10-10 16:55:02,457 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-10-10 16:55:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 16:55:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 16:55:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 16:55:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 16:55:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 16:55:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 16:55:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 16:55:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 16:55:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 16:55:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 16:55:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 16:55:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 16:55:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 16:55:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 16:55:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 16:55:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 16:55:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 16:55:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 16:55:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 16:55:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 16:55:02,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 16:55:02,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 16:55:02,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 16:55:02,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 16:55:02,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 16:55:02,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 16:55:02,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 16:55:02,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 16:55:02,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 16:55:02,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 16:55:02,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 16:55:02,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 16:55:02,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 16:55:02,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 16:55:02,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 16:55:02,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 16:55:02,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 16:55:02,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 16:55:02,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 16:55:02,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 16:55:02,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 16:55:02,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 16:55:02,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 16:55:02,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 16:55:02,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 16:55:02,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 16:55:02,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 16:55:02,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 16:55:02,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-10 16:55:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 16:55:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 16:55:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 16:55:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 16:55:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 16:55:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 16:55:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 16:55:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 16:55:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 16:55:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 16:55:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 16:55:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 16:55:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 16:55:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 16:55:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 16:55:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 16:55:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 16:55:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 16:55:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 16:55:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 16:55:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 16:55:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 16:55:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 16:55:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 16:55:02,466 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-10 16:55:02,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:55:02,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0955ae3-b132-48d6-a213-aa764aec8fae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:55:02,574 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d0955ae3-b132-48d6-a213-aa764aec8fae 2018-10-10 16:55:02,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 16:55:02,968 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T17:55:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["1HRDZWnORvyZ-gy3dWzZ8g"], "issued_at": "2018-10-10T16:55:02.000000Z"}} 2018-10-10 16:55:02,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65ed6a21b800fbe083fde1cf7d4bfe7fbef005d8" 2018-10-10 16:55:03,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-991eedd3-dee4-4f1f-833f-b845a72b09ab Date: Wed, 10 Oct 2018 16:55:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-10 16:55:03,151 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20 used request id req-991eedd3-dee4-4f1f-833f-b845a72b09ab 2018-10-10 16:55:03,152 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-10 16:55:03,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65ed6a21b800fbe083fde1cf7d4bfe7fbef005d8" 2018-10-10 16:55:03,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f9a4dad3-96f4-42bf-9b4f-b2339a1eef47 Date: Wed, 10 Oct 2018 16:55:03 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 16:55:03,319 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-f9a4dad3-96f4-42bf-9b4f-b2339a1eef47 2018-10-10 16:55:03,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}65ed6a21b800fbe083fde1cf7d4bfe7fbef005d8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-10 16:55:03,549 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/c41e18af-c6c3-48ed-9770-1fe8bb465f47 X-Openstack-Request-Id: req-d915684c-b8bf-433a-8553-4662557e1243 Date: Wed, 10 Oct 2018 16:55:03 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T16:55:03Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T16:55:03Z", "visibility": "public", "locations": [], "self": "/v2/images/c41e18af-c6c3-48ed-9770-1fe8bb465f47", "min_disk": 0, "protected": false, "id": "c41e18af-c6c3-48ed-9770-1fe8bb465f47", "file": "/v2/images/c41e18af-c6c3-48ed-9770-1fe8bb465f47/file", "checksum": null, "owner": "d00928b339b74d1eac5a92b45f495878", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 16:55:03,549 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-d915684c-b8bf-433a-8553-4662557e1243 2018-10-10 16:55:03,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/c41e18af-c6c3-48ed-9770-1fe8bb465f47/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65ed6a21b800fbe083fde1cf7d4bfe7fbef005d8" -d '' 2018-10-10 16:55:05,127 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c128935b-162f-4cd8-957b-771a380c47cf Date: Wed, 10 Oct 2018 16:55:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 16:55:05,127 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/c41e18af-c6c3-48ed-9770-1fe8bb465f47/file used request id req-c128935b-162f-4cd8-957b-771a380c47cf 2018-10-10 16:55:05,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:55:05,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8193fa95-48ce-43d5-8778-fb9d7fca3545 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:55:05,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8193fa95-48ce-43d5-8778-fb9d7fca3545 2018-10-10 16:55:05,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 16:55:05,506 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T17:55:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["mYUbQf7qTkmVjo4ZFAsO4g"], "issued_at": "2018-10-10T16:55:05.000000Z"}} 2018-10-10 16:55:05,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:55:05,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a7ff0bbe-90d6-4810-8b77-70a9f78c435f Date: Wed, 10 Oct 2018 16:55:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 16:55:05,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-a7ff0bbe-90d6-4810-8b77-70a9f78c435f 2018-10-10 16:55:05,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:55:05,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b36495f0-70a4-4dc1-8932-358c6bf09c7a Date: Wed, 10 Oct 2018 16:55:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-10 16:55:05,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-b36495f0-70a4-4dc1-8932-358c6bf09c7a 2018-10-10 16:55:05,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:55:06,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f586d222-bde2-4e0f-8723-fa42cc71bb7f Date: Wed, 10 Oct 2018 16:55:06 GMT RESP BODY: {"routers": []} 2018-10-10 16:55:06,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers used request id req-f586d222-bde2-4e0f-8723-fa42cc71bb7f 2018-10-10 16:55:06,156 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-10-10 16:55:06,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"network": {"name": "sdnvpn-8-1", "admin_state_up": true}}' 2018-10-10 16:55:06,650 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-afd9b97a-a2b3-41a1-bc4c-6e5e18c0128d Date: Wed, 10 Oct 2018 16:55: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":"cae03313-a5bd-4ccb-a455-d6b030f33cd0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T16:55:06Z","is_default":false,"provider:segmentation_id":98,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:55:06Z","mtu":1450}} 2018-10-10 16:55:06,651 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-afd9b97a-a2b3-41a1-bc4c-6e5e18c0128d 2018-10-10 16:55:06,651 - sdnvpn.lib.openstack_utils - DEBUG - Network 'cae03313-a5bd-4ccb-a455-d6b030f33cd0' created successfully 2018-10-10 16:55:06,651 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-10 16:55:06,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"subnets": [{"ip_version": 4, "network_id": "cae03313-a5bd-4ccb-a455-d6b030f33cd0", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-1-subnet"}]}' 2018-10-10 16:55:07,393 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-a47fc23f-237b-4407-b239-3d4d063b0102 Date: Wed, 10 Oct 2018 16:55:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cae03313-a5bd-4ccb-a455-d6b030f33cd0","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:55:06Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T16:55:06Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"d00928b339b74d1eac5a92b45f495878","id":"a7383e4e-7032-4110-a2e6-a85a1ed220a3","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-10-10 16:55:07,393 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-a47fc23f-237b-4407-b239-3d4d063b0102 2018-10-10 16:55:07,394 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'a7383e4e-7032-4110-a2e6-a85a1ed220a3' created successfully 2018-10-10 16:55:07,394 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-10 16:55:07,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"router": {"name": "sdnvpn-8-1-router", "admin_state_up": true}}' 2018-10-10 16:55:07,678 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-4a661c75-8292-4e39-8f70-a991bfb43121 Date: Wed, 10 Oct 2018 16:55:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:55:07Z", "revision_number": 0, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "f48ed829-d8d1-4924-9c08-b81ef5931a65", "name": "sdnvpn-8-1-router"}} 2018-10-10 16:55:07,678 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-4a661c75-8292-4e39-8f70-a991bfb43121 2018-10-10 16:55:07,678 - sdnvpn.lib.openstack_utils - DEBUG - Router 'f48ed829-d8d1-4924-9c08-b81ef5931a65' created successfully 2018-10-10 16:55:07,678 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-10 16:55:07,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/f48ed829-d8d1-4924-9c08-b81ef5931a65/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"subnet_id": "a7383e4e-7032-4110-a2e6-a85a1ed220a3"}' 2018-10-10 16:55:09,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d344692c-5788-4d61-893c-9eab5c17e1cd Date: Wed, 10 Oct 2018 16:55:09 GMT RESP BODY: {"network_id": "cae03313-a5bd-4ccb-a455-d6b030f33cd0", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "subnet_id": "a7383e4e-7032-4110-a2e6-a85a1ed220a3", "subnet_ids": ["a7383e4e-7032-4110-a2e6-a85a1ed220a3"], "port_id": "fb446322-6ff5-49d5-b678-e0eec0458756", "id": "f48ed829-d8d1-4924-9c08-b81ef5931a65"} 2018-10-10 16:55:09,195 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/f48ed829-d8d1-4924-9c08-b81ef5931a65/add_router_interface used request id req-d344692c-5788-4d61-893c-9eab5c17e1cd 2018-10-10 16:55:09,196 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-10 16:55:09,196 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-10 16:55:09,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:55:09,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-85a32319-cb2c-4b41-b6fa-898727e90222 Date: Wed, 10 Oct 2018 16:55:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cae03313-a5bd-4ccb-a455-d6b030f33cd0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["a7383e4e-7032-4110-a2e6-a85a1ed220a3"],"description":"","tags":[],"updated_at":"2018-10-10T16:55:06Z","provider:segmentation_id":98,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:55:06Z","provider:network_type":"vxlan"}]} 2018-10-10 16:55:09,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-85a32319-cb2c-4b41-b6fa-898727e90222 2018-10-10 16:55:09,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/f48ed829-d8d1-4924-9c08-b81ef5931a65 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"router": {"external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}}}' 2018-10-10 16:55:10,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-02f5b21d-f24d-43f9-9cdd-b7463ab55e48 Date: Wed, 10 Oct 2018 16:55:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:55:10Z", "revision_number": 3, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "f48ed829-d8d1-4924-9c08-b81ef5931a65", "name": "sdnvpn-8-1-router"}} 2018-10-10 16:55:10,838 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/f48ed829-d8d1-4924-9c08-b81ef5931a65 used request id req-02f5b21d-f24d-43f9-9cdd-b7463ab55e48 2018-10-10 16:55:10,838 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-10 16:55:10,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:55:11,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-f5467311-02b7-44c8-b946-50f640779aed Date: Wed, 10 Oct 2018 16:55:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cae03313-a5bd-4ccb-a455-d6b030f33cd0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["a7383e4e-7032-4110-a2e6-a85a1ed220a3"],"description":"","tags":[],"updated_at":"2018-10-10T16:55:06Z","provider:segmentation_id":98,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:55:06Z","provider:network_type":"vxlan"}]} 2018-10-10 16:55:11,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-f5467311-02b7-44c8-b946-50f640779aed 2018-10-10 16:55:11,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:55:11,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-7daa1ebf-a38d-4964-8316-d33e0d72777f Date: Wed, 10 Oct 2018 16:55:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cae03313-a5bd-4ccb-a455-d6b030f33cd0","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:55:06Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T16:55: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":"d00928b339b74d1eac5a92b45f495878","id":"a7383e4e-7032-4110-a2e6-a85a1ed220a3","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-10 16:55:11,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-7daa1ebf-a38d-4964-8316-d33e0d72777f 2018-10-10 16:55:11,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:55:11,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-856bdf64-265b-4a05-a871-ec2c3793a8d8 Date: Wed, 10 Oct 2018 16:55:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:55:10Z", "revision_number": 3, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "f48ed829-d8d1-4924-9c08-b81ef5931a65", "name": "sdnvpn-8-1-router"}]} 2018-10-10 16:55:11,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers used request id req-856bdf64-265b-4a05-a871-ec2c3793a8d8 2018-10-10 16:55:11,498 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-10-10 16:55:11,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"network": {"name": "sdnvpn-8-2", "admin_state_up": true}}' 2018-10-10 16:55:11,746 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-e9d602c0-4195-4e67-82a8-18313894c738 Date: Wed, 10 Oct 2018 16:55: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":"f7bb3c55-f819-4fa1-b0ef-e073fc992382","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T16:55:11Z","is_default":false,"provider:segmentation_id":49,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:55:11Z","mtu":1450}} 2018-10-10 16:55:11,746 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-e9d602c0-4195-4e67-82a8-18313894c738 2018-10-10 16:55:11,747 - sdnvpn.lib.openstack_utils - DEBUG - Network 'f7bb3c55-f819-4fa1-b0ef-e073fc992382' created successfully 2018-10-10 16:55:11,747 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-10 16:55:11,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"subnets": [{"ip_version": 4, "network_id": "f7bb3c55-f819-4fa1-b0ef-e073fc992382", "cidr": "10.10.20.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-2-subnet"}]}' 2018-10-10 16:55:12,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-5445fe0a-7e10-4bc1-8577-cc9cd84e7333 Date: Wed, 10 Oct 2018 16:55:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7bb3c55-f819-4fa1-b0ef-e073fc992382","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:55:11Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T16:55: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":"d00928b339b74d1eac5a92b45f495878","id":"8c81f832-b3be-4635-bcd4-057bb9585789","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2018-10-10 16:55:12,309 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-5445fe0a-7e10-4bc1-8577-cc9cd84e7333 2018-10-10 16:55:12,310 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '8c81f832-b3be-4635-bcd4-057bb9585789' created successfully 2018-10-10 16:55:12,310 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-10 16:55:12,310 - sdnvpn.lib.openstack_utils - DEBUG - Router 'f48ed829-d8d1-4924-9c08-b81ef5931a65' created successfully 2018-10-10 16:55:12,311 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-10 16:55:12,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/f48ed829-d8d1-4924-9c08-b81ef5931a65/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"subnet_id": "8c81f832-b3be-4635-bcd4-057bb9585789"}' 2018-10-10 16:55:13,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-126241d2-1e5f-44fb-bfb2-24b5f88ede20 Date: Wed, 10 Oct 2018 16:55:13 GMT RESP BODY: {"network_id": "f7bb3c55-f819-4fa1-b0ef-e073fc992382", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "subnet_id": "8c81f832-b3be-4635-bcd4-057bb9585789", "subnet_ids": ["8c81f832-b3be-4635-bcd4-057bb9585789"], "port_id": "e1271225-c57a-4801-9403-bd3cca1ddddc", "id": "f48ed829-d8d1-4924-9c08-b81ef5931a65"} 2018-10-10 16:55:13,887 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/f48ed829-d8d1-4924-9c08-b81ef5931a65/add_router_interface used request id req-126241d2-1e5f-44fb-bfb2-24b5f88ede20 2018-10-10 16:55:13,887 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-10 16:55:13,888 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-10 16:55:13,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:55:14,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2007 X-Openstack-Request-Id: req-c3c84674-72c2-4b4d-8217-e66a9220633c Date: Wed, 10 Oct 2018 16:55:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cae03313-a5bd-4ccb-a455-d6b030f33cd0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["a7383e4e-7032-4110-a2e6-a85a1ed220a3"],"description":"","tags":[],"updated_at":"2018-10-10T16:55:06Z","provider:segmentation_id":98,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:55:06Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f7bb3c55-f819-4fa1-b0ef-e073fc992382","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["8c81f832-b3be-4635-bcd4-057bb9585789"],"description":"","tags":[],"updated_at":"2018-10-10T16:55:11Z","provider:segmentation_id":49,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:55:11Z","provider:network_type":"vxlan"}]} 2018-10-10 16:55:14,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-c3c84674-72c2-4b4d-8217-e66a9220633c 2018-10-10 16:55:14,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/f48ed829-d8d1-4924-9c08-b81ef5931a65 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"router": {"external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}}}' 2018-10-10 16:55:14,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-f0c27112-2fa0-4122-82cd-32d9c80fde21 Date: Wed, 10 Oct 2018 16:55:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 5, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "f48ed829-d8d1-4924-9c08-b81ef5931a65", "name": "sdnvpn-8-1-router"}} 2018-10-10 16:55:14,571 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/f48ed829-d8d1-4924-9c08-b81ef5931a65 used request id req-f0c27112-2fa0-4122-82cd-32d9c80fde21 2018-10-10 16:55:14,571 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-10 16:55:14,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:55:14,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-224bf5fc-c315-4e9d-93ce-32459c079822 Date: Wed, 10 Oct 2018 16:55:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:16Z", "updated_at": "2018-10-10T16:50:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "f01ba550-6535-45d2-9a50-4f8b1abf0865", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "53bb9cee-d287-460c-81f4-cf667cd69062", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "ccee292e-a260-43c9-a873-3eb28dc6cc28", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "abbec588-e284-4eaa-945e-020567df2594", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}], "revision_number": 4, "project_id": "9159c9580e42418192303fcbcaac7003", "id": "8544d859-73ec-498f-8301-e2235d177a01", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "updated_at": "2018-10-10T14:38:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "name": "default"}]} 2018-10-10 16:55:14,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-224bf5fc-c315-4e9d-93ce-32459c079822 2018-10-10 16:55:14,770 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-10-10 16:55:14,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"security_group": {"name": "sdnvpn-sg", "description": "Security group for SDNVPN test cases"}}' 2018-10-10 16:55:14,996 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1377 X-Openstack-Request-Id: req-790129c0-7fa8-4e7c-afea-da64e33fb9cc Date: Wed, 10 Oct 2018 16:55:14 GMT RESP BODY: {"security_group": {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "updated_at": "2018-10-10T16:55:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8baf8790-daaa-4d31-86e3-28959d6b01fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8c55c9aa-ef19-4cd2-bd60-3588618c6584", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 2, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "90409ce8-77de-4088-be50-1e033812a399", "name": "sdnvpn-sg"}} 2018-10-10 16:55:14,996 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-790129c0-7fa8-4e7c-afea-da64e33fb9cc 2018-10-10 16:55:14,997 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=90409ce8-77de-4088-be50-1e033812a399 created successfully. 2018-10-10 16:55:14,997 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-10-10 16:55:14,997 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-10-10 16:55:15,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"security_group_rule": {"direction": "ingress", "protocol": "icmp", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 16:55:15,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-533f2399-082e-49c4-ac7f-b773188366cf Date: Wed, 10 Oct 2018 16:55:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "a650f5c7-d120-467e-b30c-b8f77a459680"}} 2018-10-10 16:55:15,312 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-533f2399-082e-49c4-ac7f-b773188366cf 2018-10-10 16:55:15,312 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-10-10 16:55:15,312 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-10 16:55:15,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"security_group_rule": {"port_range_min": "22", "direction": "ingress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 16:55:15,498 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-61ca3579-823c-4388-a352-82cf2178a93f Date: Wed, 10 Oct 2018 16:55: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": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": 22, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "abbe640c-fd34-4bfe-9f4f-c2375ad75114"}} 2018-10-10 16:55:15,498 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-61ca3579-823c-4388-a352-82cf2178a93f 2018-10-10 16:55:15,498 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-10 16:55:15,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"security_group_rule": {"port_range_min": "22", "direction": "egress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 16:55:15,683 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 506 X-Openstack-Request-Id: req-456fdee9-9709-4757-b4d2-f346da315834 Date: Wed, 10 Oct 2018 16:55: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": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": 22, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "d0682f26-9774-4a15-bf12-ec653ac9efcc"}} 2018-10-10 16:55:15,684 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-456fdee9-9709-4757-b4d2-f346da315834 2018-10-10 16:55:15,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:55:15,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-60b52b13-afce-4f72-8ac8-cded138a0f6a Date: Wed, 10 Oct 2018 16:55:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5"}, {"remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "1b2f64e9-8373-4a4d-b39b-896777814852"}, {"remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000"}, {"remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "4d9e7f92-f137-4880-83a5-2819c4db43de"}, {"remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "53bb9cee-d287-460c-81f4-cf667cd69062"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "8baf8790-daaa-4d31-86e3-28959d6b01fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "8c55c9aa-ef19-4cd2-bd60-3588618c6584"}, {"remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "a650f5c7-d120-467e-b30c-b8f77a459680"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": 22, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "abbe640c-fd34-4bfe-9f4f-c2375ad75114"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "abbec588-e284-4eaa-945e-020567df2594"}, {"remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27"}, {"remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "ccee292e-a260-43c9-a873-3eb28dc6cc28"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": 22, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "d0682f26-9774-4a15-bf12-ec653ac9efcc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "f01ba550-6535-45d2-9a50-4f8b1abf0865"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "f8d6a41a-6c87-44af-85a7-63787b12a242"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8"}]} 2018-10-10 16:55:15,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-60b52b13-afce-4f72-8ac8-cded138a0f6a 2018-10-10 16:55:15,858 - sdnvpn_test_utils - INFO - This rule exists for security group: 90409ce8-77de-4088-be50-1e033812a399 2018-10-10 16:55:15,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:55:15,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-344aae93-35e3-4dca-8487-5aef852431aa Date: Wed, 10 Oct 2018 16:55:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5"}, {"remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "1b2f64e9-8373-4a4d-b39b-896777814852"}, {"remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000"}, {"remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "4d9e7f92-f137-4880-83a5-2819c4db43de"}, {"remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "53bb9cee-d287-460c-81f4-cf667cd69062"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "8baf8790-daaa-4d31-86e3-28959d6b01fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "8c55c9aa-ef19-4cd2-bd60-3588618c6584"}, {"remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "a650f5c7-d120-467e-b30c-b8f77a459680"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": 22, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "abbe640c-fd34-4bfe-9f4f-c2375ad75114"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "abbec588-e284-4eaa-945e-020567df2594"}, {"remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27"}, {"remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "ccee292e-a260-43c9-a873-3eb28dc6cc28"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": 22, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "d0682f26-9774-4a15-bf12-ec653ac9efcc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "f01ba550-6535-45d2-9a50-4f8b1abf0865"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "f8d6a41a-6c87-44af-85a7-63787b12a242"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8"}]} 2018-10-10 16:55:15,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-344aae93-35e3-4dca-8487-5aef852431aa 2018-10-10 16:55:15,892 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-10 16:55:15,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"security_group_rule": {"port_range_min": 80, "direction": "ingress", "protocol": "tcp", "port_range_max": 80, "security_group_id": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 16:55:16,073 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-9e344f94-57c9-4001-bc0a-5e4abfdba806 Date: Wed, 10 Oct 2018 16:55: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": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": 80, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "db4b9bdb-cbf7-4b9a-a9a7-7d6a8cac30b6"}} 2018-10-10 16:55:16,073 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-9e344f94-57c9-4001-bc0a-5e4abfdba806 2018-10-10 16:55:16,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:55:16,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2aca5a3-e46c-46d3-b039-0fbb843a8fdb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:55:16,083 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c2aca5a3-e46c-46d3-b039-0fbb843a8fdb 2018-10-10 16:55:16,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 16:55:16,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T17:55:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["VyLHQljoSOGxcJL40sS4sA"], "issued_at": "2018-10-10T16:55:16.000000Z"}} 2018-10-10 16:55:16,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fda82e669418e42e00131adc07695f2d3272eff0" 2018-10-10 16:55:16,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12821687-5a53-47df-844d-df8682ce1b8b x-compute-request-id: req-12821687-5a53-47df-844d-df8682ce1b8b Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-10 16:55:16,650 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-12821687-5a53-47df-844d-df8682ce1b8b 2018-10-10 16:55:16,651 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-10 16:55:16,651 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-2'... 2018-10-10 16:55:16,651 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-2 flavor=m1.tiny image=c41e18af-c6c3-48ed-9770-1fe8bb465f47 network=f7bb3c55-f819-4fa1-b0ef-e073fc992382 secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-10 16:55:16,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 16:55:16,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 16:55:16,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 16:55:16,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 16:55:16,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 16:55:16,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 16:55:16,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 16:55:16,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 16:55:16,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 16:55:16,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 16:55:16,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 16:55:16,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 16:55:16,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 16:55:16,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 16:55:16,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 16:55:16,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 16:55:16,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 16:55:16,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 16:55:16,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 16:55:16,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 16:55:16,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 16:55:16,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 16:55:16,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 16:55:16,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 16:55:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 16:55:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 16:55:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 16:55:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 16:55:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 16:55:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 16:55:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 16:55:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 16:55:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 16:55:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 16:55:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 16:55:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 16:55:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 16:55:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 16:55:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 16:55:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 16:55:16,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 16:55:16,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 16:55:16,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 16:55:16,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 16:55:16,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 16:55:16,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 16:55:16,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 16:55:16,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 16:55:16,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:55:16,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c332720-2e12-4fea-8a96-7a22c59ddde6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:55:16,669 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1c332720-2e12-4fea-8a96-7a22c59ddde6 2018-10-10 16:55:16,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 16:55:17,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T17:55:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["QozM2NnzTJysvYa93Tbdhg"], "issued_at": "2018-10-10T16:55:17.000000Z"}} 2018-10-10 16:55:17,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" 2018-10-10 16:55:17,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29185e05-cf1a-4553-8a44-78734282ccaf x-compute-request-id: req-29185e05-cf1a-4553-8a44-78734282ccaf Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 16:55:17,220 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-29185e05-cf1a-4553-8a44-78734282ccaf 2018-10-10 16:55:17,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" 2018-10-10 16:55:17,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c5ed430-65c0-4b3e-b740-678039420cbf x-compute-request-id: req-7c5ed430-65c0-4b3e-b740-678039420cbf Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 16:55:17,244 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-7c5ed430-65c0-4b3e-b740-678039420cbf 2018-10-10 16:55:17,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" -d '{"server": {"name": "sdnvpn-8-2", "imageRef": "c41e18af-c6c3-48ed-9770-1fe8bb465f47", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f7bb3c55-f819-4fa1-b0ef-e073fc992382"}]}}' 2018-10-10 16:55:18,708 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 16:55:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-420e4732-23d9-4da8-aba1-836c974c7514 x-compute-request-id: req-420e4732-23d9-4da8-aba1-836c974c7514 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2f60bba9-8302-4494-9df4-e0a14f837f9a", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a", "rel": "bookmark"}], "adminPass": "dEL4JyZEQqU9"}} 2018-10-10 16:55:18,708 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-420e4732-23d9-4da8-aba1-836c974c7514 2018-10-10 16:55:18,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:55:18,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74a22474-4823-4b1c-a2d1-d86f8af7e23e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:55:18,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-74a22474-4823-4b1c-a2d1-d86f8af7e23e 2018-10-10 16:55:18,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 16:55:19,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T17:55:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["1N6i2P7oQEmTTsGdIOTUZQ"], "issued_at": "2018-10-10T16:55:19.000000Z"}} 2018-10-10 16:55:19,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40527eff87c9f2d30a6f36f998f336893952d9" 2018-10-10 16:55:19,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-105b1388-5eb4-4a11-8dab-8509db79ae07 x-compute-request-id: req-105b1388-5eb4-4a11-8dab-8509db79ae07 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.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a", "rel": "bookmark"}], "image": {"id": "c41e18af-c6c3-48ed-9770-1fe8bb465f47", "links": [{"href": "http://172.30.9.27:8774/images/c41e18af-c6c3-48ed-9770-1fe8bb465f47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "2f60bba9-8302-4494-9df4-e0a14f837f9a", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T16:55: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": "2018-10-10T16:55:18Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:55:19,402 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a used request id req-105b1388-5eb4-4a11-8dab-8509db79ae07 2018-10-10 16:55:22,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40527eff87c9f2d30a6f36f998f336893952d9" 2018-10-10 16:55:23,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a59215f8-f213-4562-974a-c528981937c5 x-compute-request-id: req-a59215f8-f213-4562-974a-c528981937c5 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.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a", "rel": "bookmark"}], "image": {"id": "c41e18af-c6c3-48ed-9770-1fe8bb465f47", "links": [{"href": "http://172.30.9.27:8774/images/c41e18af-c6c3-48ed-9770-1fe8bb465f47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "2f60bba9-8302-4494-9df4-e0a14f837f9a", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T16:55:20Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-10-10T16:55:18Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:55:23,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a used request id req-a59215f8-f213-4562-974a-c528981937c5 2018-10-10 16:55:26,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40527eff87c9f2d30a6f36f998f336893952d9" 2018-10-10 16:55:26,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55: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-086f44cb-e607-4951-8cd9-518d2f28e770 x-compute-request-id: req-086f44cb-e607-4951-8cd9-518d2f28e770 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:0c:1b:7d", "version": 4, "addr": "10.10.20.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a", "rel": "bookmark"}], "image": {"id": "c41e18af-c6c3-48ed-9770-1fe8bb465f47", "links": [{"href": "http://172.30.9.27:8774/images/c41e18af-c6c3-48ed-9770-1fe8bb465f47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": "2018-10-10T16:55:21.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "2f60bba9-8302-4494-9df4-e0a14f837f9a", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T16:55:23Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-10-10T16:55:18Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:55:26,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a used request id req-086f44cb-e607-4951-8cd9-518d2f28e770 2018-10-10 16:55:26,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" 2018-10-10 16:55:27,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55: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-d2f643d0-6ee3-4d29-9cf0-aee64559fe05 x-compute-request-id: req-d2f643d0-6ee3-4d29-9cf0-aee64559fe05 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:0c:1b:7d", "version": 4, "addr": "10.10.20.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a", "rel": "bookmark"}], "image": {"id": "c41e18af-c6c3-48ed-9770-1fe8bb465f47", "links": [{"href": "http://172.30.9.27:8774/images/c41e18af-c6c3-48ed-9770-1fe8bb465f47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": "2018-10-10T16:55:21.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "2f60bba9-8302-4494-9df4-e0a14f837f9a", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T16:55:23Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-10-10T16:55:18Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:55:27,625 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a used request id req-d2f643d0-6ee3-4d29-9cf0-aee64559fe05 2018-10-10 16:55:27,626 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-2' booted successfully. IP='10.10.20.9'. 2018-10-10 16:55:27,626 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-2' to security group 'sdnvpn-sg'... 2018-10-10 16:55:27,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fda82e669418e42e00131adc07695f2d3272eff0" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 16:55:29,036 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 16:55: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-d499c53f-87dd-46d3-98f0-8f7401b9d5a7 x-compute-request-id: req-d499c53f-87dd-46d3-98f0-8f7401b9d5a7 Content-Length: 0 Content-Type: application/json 2018-10-10 16:55:29,036 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-d499c53f-87dd-46d3-98f0-8f7401b9d5a7 2018-10-10 16:55:29,036 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-1'... 2018-10-10 16:55:29,036 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-1 flavor=m1.tiny image=c41e18af-c6c3-48ed-9770-1fe8bb465f47 network=cae03313-a5bd-4ccb-a455-d6b030f33cd0 secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.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 2018-10-10 16:55:29,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 16:55:29,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 16:55:29,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 16:55:29,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 16:55:29,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 16:55:29,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 16:55:29,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 16:55:29,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 16:55:29,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 16:55:29,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 16:55:29,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 16:55:29,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 16:55:29,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 16:55:29,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 16:55:29,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 16:55:29,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 16:55:29,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 16:55:29,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 16:55:29,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 16:55:29,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 16:55:29,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 16:55:29,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 16:55:29,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 16:55:29,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 16:55:29,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 16:55:29,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 16:55:29,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 16:55:29,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 16:55:29,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 16:55:29,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 16:55:29,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 16:55:29,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 16:55:29,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 16:55:29,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 16:55:29,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 16:55:29,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 16:55:29,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 16:55:29,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 16:55:29,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 16:55:29,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 16:55:29,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 16:55:29,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 16:55:29,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 16:55:29,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 16:55:29,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 16:55:29,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 16:55:29,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 16:55:29,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 16:55:29,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:55:29,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e693912-78e5-47e0-b543-870e97e5f973 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:55:29,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3e693912-78e5-47e0-b543-870e97e5f973 2018-10-10 16:55:29,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 16:55:29,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T17:55:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["Lo80eGuVSoqyHxbVu0Gz4w"], "issued_at": "2018-10-10T16:55:29.000000Z"}} 2018-10-10 16:55:29,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1af5bc73f5f5ea79cc3dc0469215793cdc7730" 2018-10-10 16:55:29,547 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-633f9043-9a7a-4380-aede-d698026b17f5 x-compute-request-id: req-633f9043-9a7a-4380-aede-d698026b17f5 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 16:55:29,547 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-633f9043-9a7a-4380-aede-d698026b17f5 2018-10-10 16:55:29,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1af5bc73f5f5ea79cc3dc0469215793cdc7730" 2018-10-10 16:55:29,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af42c89b-b27d-4b00-bc31-e26072dbfec3 x-compute-request-id: req-af42c89b-b27d-4b00-bc31-e26072dbfec3 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 16:55:29,570 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-af42c89b-b27d-4b00-bc31-e26072dbfec3 2018-10-10 16:55:29,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1af5bc73f5f5ea79cc3dc0469215793cdc7730" -d '{"server": {"name": "sdnvpn-8-1", "imageRef": "c41e18af-c6c3-48ed-9770-1fe8bb465f47", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4yMC45CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cae03313-a5bd-4ccb-a455-d6b030f33cd0"}], "config_drive": true}}' 2018-10-10 16:55:31,084 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 16:55:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e641388a-f0fb-4d86-bc50-eb0f8fec2cc8 x-compute-request-id: req-e641388a-f0fb-4d86-bc50-eb0f8fec2cc8 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "08023c10-f5ec-4ccd-9915-9ad6e8366237", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237", "rel": "bookmark"}], "adminPass": "qgCPnPa9p2X5"}} 2018-10-10 16:55:31,084 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-e641388a-f0fb-4d86-bc50-eb0f8fec2cc8 2018-10-10 16:55:31,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:55:31,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fb0ba33-5a7a-4c2f-a6e5-9bfc99ea4527 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:55:31,092 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9fb0ba33-5a7a-4c2f-a6e5-9bfc99ea4527 2018-10-10 16:55:31,092 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 16:55:31,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T17:55:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["90KrpMEhQauppJXevfuE_Q"], "issued_at": "2018-10-10T16:55:31.000000Z"}} 2018-10-10 16:55:31,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19458e63de225d541f3c0f68df1928377f867b67" 2018-10-10 16:55:31,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-404a7080-2d51-49dc-a233-578be6c57a6d x-compute-request-id: req-404a7080-2d51-49dc-a233-578be6c57a6d 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.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237", "rel": "bookmark"}], "image": {"id": "c41e18af-c6c3-48ed-9770-1fe8bb465f47", "links": [{"href": "http://172.30.9.27:8774/images/c41e18af-c6c3-48ed-9770-1fe8bb465f47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "08023c10-f5ec-4ccd-9915-9ad6e8366237", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:55: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": "2018-10-10T16:55:31Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:55:31,963 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237 used request id req-404a7080-2d51-49dc-a233-578be6c57a6d 2018-10-10 16:55:34,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19458e63de225d541f3c0f68df1928377f867b67" 2018-10-10 16:55:35,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55: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-b732f4a0-36ab-4f2b-a993-a3cce1a79980 x-compute-request-id: req-b732f4a0-36ab-4f2b-a993-a3cce1a79980 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:dc:00", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237", "rel": "bookmark"}], "image": {"id": "c41e18af-c6c3-48ed-9770-1fe8bb465f47", "links": [{"href": "http://172.30.9.27:8774/images/c41e18af-c6c3-48ed-9770-1fe8bb465f47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000113", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "08023c10-f5ec-4ccd-9915-9ad6e8366237", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:55:32Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-10-10T16:55:31Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:55:35,698 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237 used request id req-b732f4a0-36ab-4f2b-a993-a3cce1a79980 2018-10-10 16:55:38,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19458e63de225d541f3c0f68df1928377f867b67" 2018-10-10 16:55:39,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55: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-83b0a7f3-ffd1-4bc4-8c77-498bf980228e x-compute-request-id: req-83b0a7f3-ffd1-4bc4-8c77-498bf980228e Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:dc:00", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237", "rel": "bookmark"}], "image": {"id": "c41e18af-c6c3-48ed-9770-1fe8bb465f47", "links": [{"href": "http://172.30.9.27:8774/images/c41e18af-c6c3-48ed-9770-1fe8bb465f47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000113", "OS-SRV-USG:launched_at": "2018-10-10T16:55:34.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "08023c10-f5ec-4ccd-9915-9ad6e8366237", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T16:55:35Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-10-10T16:55:31Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:55:39,453 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237 used request id req-83b0a7f3-ffd1-4bc4-8c77-498bf980228e 2018-10-10 16:55:39,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1af5bc73f5f5ea79cc3dc0469215793cdc7730" 2018-10-10 16:55:40,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ced1c2e-4c3d-4be5-b6ac-eeff9c4ed3fe x-compute-request-id: req-3ced1c2e-4c3d-4be5-b6ac-eeff9c4ed3fe Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:dc:00", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237", "rel": "bookmark"}], "image": {"id": "c41e18af-c6c3-48ed-9770-1fe8bb465f47", "links": [{"href": "http://172.30.9.27:8774/images/c41e18af-c6c3-48ed-9770-1fe8bb465f47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000113", "OS-SRV-USG:launched_at": "2018-10-10T16:55:34.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "08023c10-f5ec-4ccd-9915-9ad6e8366237", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T16:55:35Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-10-10T16:55:31Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:55:40,051 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237 used request id req-3ced1c2e-4c3d-4be5-b6ac-eeff9c4ed3fe 2018-10-10 16:55:40,051 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-1' booted successfully. IP='10.10.10.12'. 2018-10-10 16:55:40,051 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-1' to security group 'sdnvpn-sg'... 2018-10-10 16:55:40,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fda82e669418e42e00131adc07695f2d3272eff0" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 16:55:41,490 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 16:55:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bc3a41ed-0084-4cb2-bed9-1734b004cc75 x-compute-request-id: req-bc3a41ed-0084-4cb2-bed9-1734b004cc75 Content-Length: 0 Content-Type: application/json 2018-10-10 16:55:41,490 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237/action used request id req-bc3a41ed-0084-4cb2-bed9-1734b004cc75 2018-10-10 16:55:41,490 - sdnvpn_test_utils - INFO - Waiting for instance 2f60bba9-8302-4494-9df4-e0a14f837f9a to boot up 2018-10-10 16:55:41,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:55:42,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16: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-e938ded1-43a2-4afd-aa5f-218229b162b6 x-compute-request-id: req-e938ded1-43a2-4afd-aa5f-218229b162b6 Content-Encoding: gzip Content-Length: 7702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507953233 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135021] pid_max: default: 32768 minimum: 301\n[ 0.135943] ACPI: Core revision 20150930\n[ 0.137379] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138735] Security Framework initialized\n[ 0.139594] Yama: becoming mindful.\n[ 0.140340] AppArmor: AppArmor initialized\n[ 0.141207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142555] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143848] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145115] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146528] Initializing cgroup subsys io\n[ 0.147359] Initializing cgroup subsys memory\n[ 0.148228] Initializing cgroup subsys devices\n[ 0.149119] Initializing cgroup subsys freezer\n[ 0.149998] Initializing cgroup subsys net_cls\n[ 0.150872] Initializing cgroup subsys perf_event\n[ 0.151794] Initializing cgroup subsys net_prio\n[ 0.152696] Initializing cgroup subsys hugetlb\n[ 0.153575] Initializing cgroup subsys pids\n[ 0.154466] CPU: Physical Processor ID: 0\n[ 0.156024] mce: CPU supports 10 MCE banks\n[ 0.156900] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168513] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174820] ftrace: allocating 31920 entries in 125 pages\n[ 0.200713] smpboot: Max logical packages: 1\n[ 0.201576] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202943] x2apic enabled\n[ 0.203783] Switched APIC routing to physical x2apic.\n[ 0.205598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206762] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208811] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210673] KVM setup paravirtual spinlock\n[ 0.211976] x86: Booted up 1 node, 1 CPUs\n[ 0.212807] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214244] devtmpfs: initialized\n[ 0.215983] evm: security.selinux\n[ 0.216708] evm: security.SMACK64\n[ 0.217408] evm: security.SMACK64EXEC\n[ 0.218159] evm: security.SMACK64TRANSMUTE\n[ 0.218978] evm: security.SMACK64MMAP\n[ 0.219730] evm: security.ima\n[ 0.220382] evm: security.capability\n[ 0.221190] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223074] pinctrl core: initialized pinctrl subsystem\n[ 0.224184] RTC time: 16:55:21, date: 10/10/18\n[ 0.225141] NET: Registered protocol family 16\n[ 0.226167] cpuidle: using governor ladder\n[ 0.227011] cpuidle: using governor menu\n[ 0.227807] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230647] PCI: Using configuration type 1 for base access\n[ 0.232400] ACPI: Added _OSI(Module Device)\n[ 0.233259] ACPI: Added _OSI(Processor Device)\n[ 0.234134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237272] ACPI: Interpreter enabled\n[ 0.238045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245503] ACPI: (supports S0 S5)\n[ 0.246202] ACPI: Using IOAPIC for interrupt routing\n[ 0.247254] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251434] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252641] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253806] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255990] acpiphp: Slot [3] registered\n[ 0.256772] acpiphp: Slot [4] registered\n[ 0.257567] acpiphp: Slot [5] registered\n[ 0.258351] acpiphp: Slot [6] registered\n[ 0.259131] acpiphp: Slot [7] registered\n[ 0.259919] acpiphp: Slot [8] registered\n[ 0.260707] acpiphp: Slot [9] registered\n[ 0.261493] acpiphp: Slot [10] registered\n[ 0.262296] acpiphp: Slot [11] registered\n[ 0.263095] acpiphp: Slot [12] registered\n[ 0.263892] acpiphp: Slot [13] registered\n[ 0.264693] acpiphp: Slot [14] registered\n[ 0.265496] acpiphp: Slot [15] registered\n[ 0.276304] acpiphp: Slot [16] registered\n[ 0.277109] acpiphp: Slot [17] registered\n[ 0.277907] acpiphp: Slot [18] registered\n[ 0.278710] acpiphp: Slot [19] registered\n[ 0.279510] acpiphp: Slot [20] registered\n[ 0.280315] acpiphp: Slot [21] registered\n[ 0.281116] acpiphp: Slot [22] registered\n[ 0.281920] acpiphp: Slot [23] registered\n[ 0.282735] acpiphp: Slot [24] registered\n[ 0.283543] acpiphp: Slot [25] registered\n[ 0.284356] acpiphp: Slot [26] registered\n[ 0.285166] acpiphp: Slot [27] registered\n[ 0.285977] acpiphp: Slot [28] registered\n[ 0.286782] acpiphp: Slot [29] registered\n[ 0.287592] acpiphp: Slot [30] registered\n[ 0.288407] acpiphp: Slot [31] registered\n[ 0.289213] PCI host bridge to bus 0000:00\n[ 0.290023] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293887] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295327] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302909] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305331] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358785] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363069] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365695] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369574] vgaarb: loaded\n[ 0.370175] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371300] SCSI subsystem initialized\n[ 0.372114] ACPI: bus type USB registered\n[ 0.372916] usbcore: registered new interface driver usbfs\n[ 0.373931] usbcore: registered new interface driver hub\n[ 0.374929] usbcore: registered new device driver usb\n[ 0.375978] PCI: Using ACPI for IRQ routing\n[ 0.376988] NetLabel: Initializing\n[ 0.377695] NetLabel: domain hash size = 128\n[ 0.378542] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379491] NetLabel: unlabeled traffic allowed by default\n[ 0.380578] clocksource: Switched to clocksource kvm-clock\n[ 0.385973] AppArmor: AppArmor Filesystem Enabled\n[ 0.386926] pnp: PnP ACPI init\n[ 0.387826] pnp: PnP ACPI: found 5 devices\n[ 0.394185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395868] NET: Registered protocol family 2\n[ 0.396817] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401453] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402619] NET: Registered protocol family 1\n[ 0.403485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433870] Trying to unpack rootfs image as initramfs...\n[ 0.483716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497595] Scanning for low memory corruption every 60 seconds\n[ 0.498990] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500127] audit: initializing netlink subsys (disabled)\n[ 0.501152] audit: type=2000 audit(1539190522.753:1): initialized\n[ 0.502451] Initialise system trusted keyring\n[ 0.503373] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504525] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506476] zbud: loaded\n[ 0.507175] VFS: Disk quotas dquot_6.6.0\n[ 0.507993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509493] fuse init (API version 7.23)\n[ 0.510378] Key type big_key registered\n[ 0.511176] Allocating IMA MOK and blacklist keyrings.\n[ 0.512678] Key type asymmetric registered\n[ 0.513499] Asymmetric key parser 'x509' registered\n[ 0.514448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515896] io scheduler noop registered\n[ 0.516694] io scheduler deadline registered (default)\n[ 0.517679] io scheduler cfq registered\n[ 0.518507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519538] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520801] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522249] ACPI: Power Button [PWRF]\n[ 0.523073] GHES: HEST is not enabled!\n[ 0.536730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571168] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599021] Linux agpgart interface v0.103\n[ 0.601149] brd: module loaded\n[ 0.602385] loop: module loaded\n[ 0.607016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608463] GPT:90111 != 2097151\n[ 0.609144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610224] GPT:90111 != 2097151\n[ 0.610890] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611847] vda: vda1 vda15\n[ 0.613433] scsi host0: ata_piix\n[ 0.614164] scsi host1: ata_piix\n[ 0.614858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617488] libphy: Fixed MDIO Bus: probed\n[ 0.618310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621525] PPP generic driver version 2.4.2\n[ 0.622438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623741] ehci-pci: EHCI PCI platform driver\n[ 0.624639] ehci-platform: EHCI generic platform driver\n[ 0.625648] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626788] ohci-pci: OHCI PCI platform driver\n[ 0.627668] ohci-platform: OHCI generic platform driver\n[ 0.628677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643991] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650308] usb usb1: Product: UHCI Host Controller\n[ 0.651261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652417] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653464] hub 1-0:1.0: USB hub found\n[ 0.654254] hub 1-0:1.0: 2 ports detected\n[ 0.655163] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659334] mousedev: PS/2 mouse device common for all mice\n[ 0.660617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662479] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663574] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665991] i2c /dev entries driver\n[ 0.666748] device-mapper: uevent: version 1.0.3\n[ 0.667687] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669351] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670655] NET: Registered protocol family 10\n[ 0.671659] NET: Registered protocol family 17\n[ 0.672558] Key type dns_resolver registered\n[ 0.673511] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676396] registered taskstats version 1\n[ 0.677253] Loading compiled-in X.509 certificates\n[ 0.678709] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680603] zswap: loaded using pool lzo/zbud\n[ 0.681994] Key type trusted registered\n[ 0.684008] Key type encrypted registered\n[ 0.684845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686962] evm: HMAC attrs: 0x1\n[ 0.687899] Magic number: 6:364:944\n[ 0.688696] tty tty1: hash matches\n[ 0.689493] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:22 UTC (1539190522)\n[ 0.691463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692601] EDD information not available.\n[ 0.773676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785735] Write protecting the kernel read-only data: 14336k\n[ 0.787356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789184] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830795] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 16:55:42,565 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-e938ded1-43a2-4afd-aa5f-218229b162b6 2018-10-10 16:55:44,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:55:45,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82660539-0b87-457d-a1a7-caaf393fda45 x-compute-request-id: req-82660539-0b87-457d-a1a7-caaf393fda45 Content-Encoding: gzip Content-Length: 7702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507953233 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135021] pid_max: default: 32768 minimum: 301\n[ 0.135943] ACPI: Core revision 20150930\n[ 0.137379] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138735] Security Framework initialized\n[ 0.139594] Yama: becoming mindful.\n[ 0.140340] AppArmor: AppArmor initialized\n[ 0.141207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142555] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143848] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145115] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146528] Initializing cgroup subsys io\n[ 0.147359] Initializing cgroup subsys memory\n[ 0.148228] Initializing cgroup subsys devices\n[ 0.149119] Initializing cgroup subsys freezer\n[ 0.149998] Initializing cgroup subsys net_cls\n[ 0.150872] Initializing cgroup subsys perf_event\n[ 0.151794] Initializing cgroup subsys net_prio\n[ 0.152696] Initializing cgroup subsys hugetlb\n[ 0.153575] Initializing cgroup subsys pids\n[ 0.154466] CPU: Physical Processor ID: 0\n[ 0.156024] mce: CPU supports 10 MCE banks\n[ 0.156900] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168513] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174820] ftrace: allocating 31920 entries in 125 pages\n[ 0.200713] smpboot: Max logical packages: 1\n[ 0.201576] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202943] x2apic enabled\n[ 0.203783] Switched APIC routing to physical x2apic.\n[ 0.205598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206762] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208811] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210673] KVM setup paravirtual spinlock\n[ 0.211976] x86: Booted up 1 node, 1 CPUs\n[ 0.212807] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214244] devtmpfs: initialized\n[ 0.215983] evm: security.selinux\n[ 0.216708] evm: security.SMACK64\n[ 0.217408] evm: security.SMACK64EXEC\n[ 0.218159] evm: security.SMACK64TRANSMUTE\n[ 0.218978] evm: security.SMACK64MMAP\n[ 0.219730] evm: security.ima\n[ 0.220382] evm: security.capability\n[ 0.221190] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223074] pinctrl core: initialized pinctrl subsystem\n[ 0.224184] RTC time: 16:55:21, date: 10/10/18\n[ 0.225141] NET: Registered protocol family 16\n[ 0.226167] cpuidle: using governor ladder\n[ 0.227011] cpuidle: using governor menu\n[ 0.227807] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230647] PCI: Using configuration type 1 for base access\n[ 0.232400] ACPI: Added _OSI(Module Device)\n[ 0.233259] ACPI: Added _OSI(Processor Device)\n[ 0.234134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237272] ACPI: Interpreter enabled\n[ 0.238045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245503] ACPI: (supports S0 S5)\n[ 0.246202] ACPI: Using IOAPIC for interrupt routing\n[ 0.247254] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251434] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252641] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253806] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255990] acpiphp: Slot [3] registered\n[ 0.256772] acpiphp: Slot [4] registered\n[ 0.257567] acpiphp: Slot [5] registered\n[ 0.258351] acpiphp: Slot [6] registered\n[ 0.259131] acpiphp: Slot [7] registered\n[ 0.259919] acpiphp: Slot [8] registered\n[ 0.260707] acpiphp: Slot [9] registered\n[ 0.261493] acpiphp: Slot [10] registered\n[ 0.262296] acpiphp: Slot [11] registered\n[ 0.263095] acpiphp: Slot [12] registered\n[ 0.263892] acpiphp: Slot [13] registered\n[ 0.264693] acpiphp: Slot [14] registered\n[ 0.265496] acpiphp: Slot [15] registered\n[ 0.276304] acpiphp: Slot [16] registered\n[ 0.277109] acpiphp: Slot [17] registered\n[ 0.277907] acpiphp: Slot [18] registered\n[ 0.278710] acpiphp: Slot [19] registered\n[ 0.279510] acpiphp: Slot [20] registered\n[ 0.280315] acpiphp: Slot [21] registered\n[ 0.281116] acpiphp: Slot [22] registered\n[ 0.281920] acpiphp: Slot [23] registered\n[ 0.282735] acpiphp: Slot [24] registered\n[ 0.283543] acpiphp: Slot [25] registered\n[ 0.284356] acpiphp: Slot [26] registered\n[ 0.285166] acpiphp: Slot [27] registered\n[ 0.285977] acpiphp: Slot [28] registered\n[ 0.286782] acpiphp: Slot [29] registered\n[ 0.287592] acpiphp: Slot [30] registered\n[ 0.288407] acpiphp: Slot [31] registered\n[ 0.289213] PCI host bridge to bus 0000:00\n[ 0.290023] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293887] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295327] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302909] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305331] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358785] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363069] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365695] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369574] vgaarb: loaded\n[ 0.370175] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371300] SCSI subsystem initialized\n[ 0.372114] ACPI: bus type USB registered\n[ 0.372916] usbcore: registered new interface driver usbfs\n[ 0.373931] usbcore: registered new interface driver hub\n[ 0.374929] usbcore: registered new device driver usb\n[ 0.375978] PCI: Using ACPI for IRQ routing\n[ 0.376988] NetLabel: Initializing\n[ 0.377695] NetLabel: domain hash size = 128\n[ 0.378542] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379491] NetLabel: unlabeled traffic allowed by default\n[ 0.380578] clocksource: Switched to clocksource kvm-clock\n[ 0.385973] AppArmor: AppArmor Filesystem Enabled\n[ 0.386926] pnp: PnP ACPI init\n[ 0.387826] pnp: PnP ACPI: found 5 devices\n[ 0.394185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395868] NET: Registered protocol family 2\n[ 0.396817] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401453] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402619] NET: Registered protocol family 1\n[ 0.403485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433870] Trying to unpack rootfs image as initramfs...\n[ 0.483716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497595] Scanning for low memory corruption every 60 seconds\n[ 0.498990] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500127] audit: initializing netlink subsys (disabled)\n[ 0.501152] audit: type=2000 audit(1539190522.753:1): initialized\n[ 0.502451] Initialise system trusted keyring\n[ 0.503373] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504525] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506476] zbud: loaded\n[ 0.507175] VFS: Disk quotas dquot_6.6.0\n[ 0.507993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509493] fuse init (API version 7.23)\n[ 0.510378] Key type big_key registered\n[ 0.511176] Allocating IMA MOK and blacklist keyrings.\n[ 0.512678] Key type asymmetric registered\n[ 0.513499] Asymmetric key parser 'x509' registered\n[ 0.514448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515896] io scheduler noop registered\n[ 0.516694] io scheduler deadline registered (default)\n[ 0.517679] io scheduler cfq registered\n[ 0.518507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519538] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520801] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522249] ACPI: Power Button [PWRF]\n[ 0.523073] GHES: HEST is not enabled!\n[ 0.536730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571168] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599021] Linux agpgart interface v0.103\n[ 0.601149] brd: module loaded\n[ 0.602385] loop: module loaded\n[ 0.607016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608463] GPT:90111 != 2097151\n[ 0.609144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610224] GPT:90111 != 2097151\n[ 0.610890] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611847] vda: vda1 vda15\n[ 0.613433] scsi host0: ata_piix\n[ 0.614164] scsi host1: ata_piix\n[ 0.614858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617488] libphy: Fixed MDIO Bus: probed\n[ 0.618310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621525] PPP generic driver version 2.4.2\n[ 0.622438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623741] ehci-pci: EHCI PCI platform driver\n[ 0.624639] ehci-platform: EHCI generic platform driver\n[ 0.625648] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626788] ohci-pci: OHCI PCI platform driver\n[ 0.627668] ohci-platform: OHCI generic platform driver\n[ 0.628677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643991] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650308] usb usb1: Product: UHCI Host Controller\n[ 0.651261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652417] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653464] hub 1-0:1.0: USB hub found\n[ 0.654254] hub 1-0:1.0: 2 ports detected\n[ 0.655163] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659334] mousedev: PS/2 mouse device common for all mice\n[ 0.660617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662479] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663574] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665991] i2c /dev entries driver\n[ 0.666748] device-mapper: uevent: version 1.0.3\n[ 0.667687] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669351] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670655] NET: Registered protocol family 10\n[ 0.671659] NET: Registered protocol family 17\n[ 0.672558] Key type dns_resolver registered\n[ 0.673511] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676396] registered taskstats version 1\n[ 0.677253] Loading compiled-in X.509 certificates\n[ 0.678709] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680603] zswap: loaded using pool lzo/zbud\n[ 0.681994] Key type trusted registered\n[ 0.684008] Key type encrypted registered\n[ 0.684845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686962] evm: HMAC attrs: 0x1\n[ 0.687899] Magic number: 6:364:944\n[ 0.688696] tty tty1: hash matches\n[ 0.689493] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:22 UTC (1539190522)\n[ 0.691463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692601] EDD information not available.\n[ 0.773676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785735] Write protecting the kernel read-only data: 14336k\n[ 0.787356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789184] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830795] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 16:55:45,660 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-82660539-0b87-457d-a1a7-caaf393fda45 2018-10-10 16:55:47,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:55:48,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc855a6a-8ee8-491d-aa4f-8933b4a83ed5 x-compute-request-id: req-cc855a6a-8ee8-491d-aa4f-8933b4a83ed5 Content-Encoding: gzip Content-Length: 7702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507953233 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135021] pid_max: default: 32768 minimum: 301\n[ 0.135943] ACPI: Core revision 20150930\n[ 0.137379] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138735] Security Framework initialized\n[ 0.139594] Yama: becoming mindful.\n[ 0.140340] AppArmor: AppArmor initialized\n[ 0.141207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142555] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143848] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145115] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146528] Initializing cgroup subsys io\n[ 0.147359] Initializing cgroup subsys memory\n[ 0.148228] Initializing cgroup subsys devices\n[ 0.149119] Initializing cgroup subsys freezer\n[ 0.149998] Initializing cgroup subsys net_cls\n[ 0.150872] Initializing cgroup subsys perf_event\n[ 0.151794] Initializing cgroup subsys net_prio\n[ 0.152696] Initializing cgroup subsys hugetlb\n[ 0.153575] Initializing cgroup subsys pids\n[ 0.154466] CPU: Physical Processor ID: 0\n[ 0.156024] mce: CPU supports 10 MCE banks\n[ 0.156900] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168513] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174820] ftrace: allocating 31920 entries in 125 pages\n[ 0.200713] smpboot: Max logical packages: 1\n[ 0.201576] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202943] x2apic enabled\n[ 0.203783] Switched APIC routing to physical x2apic.\n[ 0.205598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206762] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208811] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210673] KVM setup paravirtual spinlock\n[ 0.211976] x86: Booted up 1 node, 1 CPUs\n[ 0.212807] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214244] devtmpfs: initialized\n[ 0.215983] evm: security.selinux\n[ 0.216708] evm: security.SMACK64\n[ 0.217408] evm: security.SMACK64EXEC\n[ 0.218159] evm: security.SMACK64TRANSMUTE\n[ 0.218978] evm: security.SMACK64MMAP\n[ 0.219730] evm: security.ima\n[ 0.220382] evm: security.capability\n[ 0.221190] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223074] pinctrl core: initialized pinctrl subsystem\n[ 0.224184] RTC time: 16:55:21, date: 10/10/18\n[ 0.225141] NET: Registered protocol family 16\n[ 0.226167] cpuidle: using governor ladder\n[ 0.227011] cpuidle: using governor menu\n[ 0.227807] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230647] PCI: Using configuration type 1 for base access\n[ 0.232400] ACPI: Added _OSI(Module Device)\n[ 0.233259] ACPI: Added _OSI(Processor Device)\n[ 0.234134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237272] ACPI: Interpreter enabled\n[ 0.238045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245503] ACPI: (supports S0 S5)\n[ 0.246202] ACPI: Using IOAPIC for interrupt routing\n[ 0.247254] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251434] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252641] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253806] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255990] acpiphp: Slot [3] registered\n[ 0.256772] acpiphp: Slot [4] registered\n[ 0.257567] acpiphp: Slot [5] registered\n[ 0.258351] acpiphp: Slot [6] registered\n[ 0.259131] acpiphp: Slot [7] registered\n[ 0.259919] acpiphp: Slot [8] registered\n[ 0.260707] acpiphp: Slot [9] registered\n[ 0.261493] acpiphp: Slot [10] registered\n[ 0.262296] acpiphp: Slot [11] registered\n[ 0.263095] acpiphp: Slot [12] registered\n[ 0.263892] acpiphp: Slot [13] registered\n[ 0.264693] acpiphp: Slot [14] registered\n[ 0.265496] acpiphp: Slot [15] registered\n[ 0.276304] acpiphp: Slot [16] registered\n[ 0.277109] acpiphp: Slot [17] registered\n[ 0.277907] acpiphp: Slot [18] registered\n[ 0.278710] acpiphp: Slot [19] registered\n[ 0.279510] acpiphp: Slot [20] registered\n[ 0.280315] acpiphp: Slot [21] registered\n[ 0.281116] acpiphp: Slot [22] registered\n[ 0.281920] acpiphp: Slot [23] registered\n[ 0.282735] acpiphp: Slot [24] registered\n[ 0.283543] acpiphp: Slot [25] registered\n[ 0.284356] acpiphp: Slot [26] registered\n[ 0.285166] acpiphp: Slot [27] registered\n[ 0.285977] acpiphp: Slot [28] registered\n[ 0.286782] acpiphp: Slot [29] registered\n[ 0.287592] acpiphp: Slot [30] registered\n[ 0.288407] acpiphp: Slot [31] registered\n[ 0.289213] PCI host bridge to bus 0000:00\n[ 0.290023] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293887] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295327] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302909] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305331] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358785] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363069] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365695] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369574] vgaarb: loaded\n[ 0.370175] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371300] SCSI subsystem initialized\n[ 0.372114] ACPI: bus type USB registered\n[ 0.372916] usbcore: registered new interface driver usbfs\n[ 0.373931] usbcore: registered new interface driver hub\n[ 0.374929] usbcore: registered new device driver usb\n[ 0.375978] PCI: Using ACPI for IRQ routing\n[ 0.376988] NetLabel: Initializing\n[ 0.377695] NetLabel: domain hash size = 128\n[ 0.378542] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379491] NetLabel: unlabeled traffic allowed by default\n[ 0.380578] clocksource: Switched to clocksource kvm-clock\n[ 0.385973] AppArmor: AppArmor Filesystem Enabled\n[ 0.386926] pnp: PnP ACPI init\n[ 0.387826] pnp: PnP ACPI: found 5 devices\n[ 0.394185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395868] NET: Registered protocol family 2\n[ 0.396817] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401453] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402619] NET: Registered protocol family 1\n[ 0.403485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433870] Trying to unpack rootfs image as initramfs...\n[ 0.483716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497595] Scanning for low memory corruption every 60 seconds\n[ 0.498990] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500127] audit: initializing netlink subsys (disabled)\n[ 0.501152] audit: type=2000 audit(1539190522.753:1): initialized\n[ 0.502451] Initialise system trusted keyring\n[ 0.503373] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504525] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506476] zbud: loaded\n[ 0.507175] VFS: Disk quotas dquot_6.6.0\n[ 0.507993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509493] fuse init (API version 7.23)\n[ 0.510378] Key type big_key registered\n[ 0.511176] Allocating IMA MOK and blacklist keyrings.\n[ 0.512678] Key type asymmetric registered\n[ 0.513499] Asymmetric key parser 'x509' registered\n[ 0.514448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515896] io scheduler noop registered\n[ 0.516694] io scheduler deadline registered (default)\n[ 0.517679] io scheduler cfq registered\n[ 0.518507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519538] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520801] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522249] ACPI: Power Button [PWRF]\n[ 0.523073] GHES: HEST is not enabled!\n[ 0.536730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571168] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599021] Linux agpgart interface v0.103\n[ 0.601149] brd: module loaded\n[ 0.602385] loop: module loaded\n[ 0.607016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608463] GPT:90111 != 2097151\n[ 0.609144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610224] GPT:90111 != 2097151\n[ 0.610890] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611847] vda: vda1 vda15\n[ 0.613433] scsi host0: ata_piix\n[ 0.614164] scsi host1: ata_piix\n[ 0.614858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617488] libphy: Fixed MDIO Bus: probed\n[ 0.618310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621525] PPP generic driver version 2.4.2\n[ 0.622438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623741] ehci-pci: EHCI PCI platform driver\n[ 0.624639] ehci-platform: EHCI generic platform driver\n[ 0.625648] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626788] ohci-pci: OHCI PCI platform driver\n[ 0.627668] ohci-platform: OHCI generic platform driver\n[ 0.628677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643991] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650308] usb usb1: Product: UHCI Host Controller\n[ 0.651261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652417] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653464] hub 1-0:1.0: USB hub found\n[ 0.654254] hub 1-0:1.0: 2 ports detected\n[ 0.655163] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659334] mousedev: PS/2 mouse device common for all mice\n[ 0.660617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662479] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663574] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665991] i2c /dev entries driver\n[ 0.666748] device-mapper: uevent: version 1.0.3\n[ 0.667687] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669351] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670655] NET: Registered protocol family 10\n[ 0.671659] NET: Registered protocol family 17\n[ 0.672558] Key type dns_resolver registered\n[ 0.673511] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676396] registered taskstats version 1\n[ 0.677253] Loading compiled-in X.509 certificates\n[ 0.678709] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680603] zswap: loaded using pool lzo/zbud\n[ 0.681994] Key type trusted registered\n[ 0.684008] Key type encrypted registered\n[ 0.684845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686962] evm: HMAC attrs: 0x1\n[ 0.687899] Magic number: 6:364:944\n[ 0.688696] tty tty1: hash matches\n[ 0.689493] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:22 UTC (1539190522)\n[ 0.691463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692601] EDD information not available.\n[ 0.773676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785735] Write protecting the kernel read-only data: 14336k\n[ 0.787356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789184] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830795] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 16:55:48,751 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-cc855a6a-8ee8-491d-aa4f-8933b4a83ed5 2018-10-10 16:55:50,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:55:51,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-474a9224-c6f5-479b-911f-9cfd98fa5461 x-compute-request-id: req-474a9224-c6f5-479b-911f-9cfd98fa5461 Content-Encoding: gzip Content-Length: 7702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507953233 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135021] pid_max: default: 32768 minimum: 301\n[ 0.135943] ACPI: Core revision 20150930\n[ 0.137379] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138735] Security Framework initialized\n[ 0.139594] Yama: becoming mindful.\n[ 0.140340] AppArmor: AppArmor initialized\n[ 0.141207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142555] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143848] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145115] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146528] Initializing cgroup subsys io\n[ 0.147359] Initializing cgroup subsys memory\n[ 0.148228] Initializing cgroup subsys devices\n[ 0.149119] Initializing cgroup subsys freezer\n[ 0.149998] Initializing cgroup subsys net_cls\n[ 0.150872] Initializing cgroup subsys perf_event\n[ 0.151794] Initializing cgroup subsys net_prio\n[ 0.152696] Initializing cgroup subsys hugetlb\n[ 0.153575] Initializing cgroup subsys pids\n[ 0.154466] CPU: Physical Processor ID: 0\n[ 0.156024] mce: CPU supports 10 MCE banks\n[ 0.156900] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168513] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174820] ftrace: allocating 31920 entries in 125 pages\n[ 0.200713] smpboot: Max logical packages: 1\n[ 0.201576] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202943] x2apic enabled\n[ 0.203783] Switched APIC routing to physical x2apic.\n[ 0.205598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206762] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208811] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210673] KVM setup paravirtual spinlock\n[ 0.211976] x86: Booted up 1 node, 1 CPUs\n[ 0.212807] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214244] devtmpfs: initialized\n[ 0.215983] evm: security.selinux\n[ 0.216708] evm: security.SMACK64\n[ 0.217408] evm: security.SMACK64EXEC\n[ 0.218159] evm: security.SMACK64TRANSMUTE\n[ 0.218978] evm: security.SMACK64MMAP\n[ 0.219730] evm: security.ima\n[ 0.220382] evm: security.capability\n[ 0.221190] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223074] pinctrl core: initialized pinctrl subsystem\n[ 0.224184] RTC time: 16:55:21, date: 10/10/18\n[ 0.225141] NET: Registered protocol family 16\n[ 0.226167] cpuidle: using governor ladder\n[ 0.227011] cpuidle: using governor menu\n[ 0.227807] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230647] PCI: Using configuration type 1 for base access\n[ 0.232400] ACPI: Added _OSI(Module Device)\n[ 0.233259] ACPI: Added _OSI(Processor Device)\n[ 0.234134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237272] ACPI: Interpreter enabled\n[ 0.238045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245503] ACPI: (supports S0 S5)\n[ 0.246202] ACPI: Using IOAPIC for interrupt routing\n[ 0.247254] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251434] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252641] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253806] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255990] acpiphp: Slot [3] registered\n[ 0.256772] acpiphp: Slot [4] registered\n[ 0.257567] acpiphp: Slot [5] registered\n[ 0.258351] acpiphp: Slot [6] registered\n[ 0.259131] acpiphp: Slot [7] registered\n[ 0.259919] acpiphp: Slot [8] registered\n[ 0.260707] acpiphp: Slot [9] registered\n[ 0.261493] acpiphp: Slot [10] registered\n[ 0.262296] acpiphp: Slot [11] registered\n[ 0.263095] acpiphp: Slot [12] registered\n[ 0.263892] acpiphp: Slot [13] registered\n[ 0.264693] acpiphp: Slot [14] registered\n[ 0.265496] acpiphp: Slot [15] registered\n[ 0.276304] acpiphp: Slot [16] registered\n[ 0.277109] acpiphp: Slot [17] registered\n[ 0.277907] acpiphp: Slot [18] registered\n[ 0.278710] acpiphp: Slot [19] registered\n[ 0.279510] acpiphp: Slot [20] registered\n[ 0.280315] acpiphp: Slot [21] registered\n[ 0.281116] acpiphp: Slot [22] registered\n[ 0.281920] acpiphp: Slot [23] registered\n[ 0.282735] acpiphp: Slot [24] registered\n[ 0.283543] acpiphp: Slot [25] registered\n[ 0.284356] acpiphp: Slot [26] registered\n[ 0.285166] acpiphp: Slot [27] registered\n[ 0.285977] acpiphp: Slot [28] registered\n[ 0.286782] acpiphp: Slot [29] registered\n[ 0.287592] acpiphp: Slot [30] registered\n[ 0.288407] acpiphp: Slot [31] registered\n[ 0.289213] PCI host bridge to bus 0000:00\n[ 0.290023] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293887] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295327] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302909] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305331] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358785] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363069] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365695] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369574] vgaarb: loaded\n[ 0.370175] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371300] SCSI subsystem initialized\n[ 0.372114] ACPI: bus type USB registered\n[ 0.372916] usbcore: registered new interface driver usbfs\n[ 0.373931] usbcore: registered new interface driver hub\n[ 0.374929] usbcore: registered new device driver usb\n[ 0.375978] PCI: Using ACPI for IRQ routing\n[ 0.376988] NetLabel: Initializing\n[ 0.377695] NetLabel: domain hash size = 128\n[ 0.378542] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379491] NetLabel: unlabeled traffic allowed by default\n[ 0.380578] clocksource: Switched to clocksource kvm-clock\n[ 0.385973] AppArmor: AppArmor Filesystem Enabled\n[ 0.386926] pnp: PnP ACPI init\n[ 0.387826] pnp: PnP ACPI: found 5 devices\n[ 0.394185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395868] NET: Registered protocol family 2\n[ 0.396817] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401453] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402619] NET: Registered protocol family 1\n[ 0.403485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433870] Trying to unpack rootfs image as initramfs...\n[ 0.483716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497595] Scanning for low memory corruption every 60 seconds\n[ 0.498990] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500127] audit: initializing netlink subsys (disabled)\n[ 0.501152] audit: type=2000 audit(1539190522.753:1): initialized\n[ 0.502451] Initialise system trusted keyring\n[ 0.503373] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504525] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506476] zbud: loaded\n[ 0.507175] VFS: Disk quotas dquot_6.6.0\n[ 0.507993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509493] fuse init (API version 7.23)\n[ 0.510378] Key type big_key registered\n[ 0.511176] Allocating IMA MOK and blacklist keyrings.\n[ 0.512678] Key type asymmetric registered\n[ 0.513499] Asymmetric key parser 'x509' registered\n[ 0.514448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515896] io scheduler noop registered\n[ 0.516694] io scheduler deadline registered (default)\n[ 0.517679] io scheduler cfq registered\n[ 0.518507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519538] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520801] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522249] ACPI: Power Button [PWRF]\n[ 0.523073] GHES: HEST is not enabled!\n[ 0.536730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571168] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599021] Linux agpgart interface v0.103\n[ 0.601149] brd: module loaded\n[ 0.602385] loop: module loaded\n[ 0.607016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608463] GPT:90111 != 2097151\n[ 0.609144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610224] GPT:90111 != 2097151\n[ 0.610890] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611847] vda: vda1 vda15\n[ 0.613433] scsi host0: ata_piix\n[ 0.614164] scsi host1: ata_piix\n[ 0.614858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617488] libphy: Fixed MDIO Bus: probed\n[ 0.618310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621525] PPP generic driver version 2.4.2\n[ 0.622438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623741] ehci-pci: EHCI PCI platform driver\n[ 0.624639] ehci-platform: EHCI generic platform driver\n[ 0.625648] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626788] ohci-pci: OHCI PCI platform driver\n[ 0.627668] ohci-platform: OHCI generic platform driver\n[ 0.628677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643991] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650308] usb usb1: Product: UHCI Host Controller\n[ 0.651261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652417] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653464] hub 1-0:1.0: USB hub found\n[ 0.654254] hub 1-0:1.0: 2 ports detected\n[ 0.655163] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659334] mousedev: PS/2 mouse device common for all mice\n[ 0.660617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662479] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663574] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665991] i2c /dev entries driver\n[ 0.666748] device-mapper: uevent: version 1.0.3\n[ 0.667687] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669351] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670655] NET: Registered protocol family 10\n[ 0.671659] NET: Registered protocol family 17\n[ 0.672558] Key type dns_resolver registered\n[ 0.673511] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676396] registered taskstats version 1\n[ 0.677253] Loading compiled-in X.509 certificates\n[ 0.678709] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680603] zswap: loaded using pool lzo/zbud\n[ 0.681994] Key type trusted registered\n[ 0.684008] Key type encrypted registered\n[ 0.684845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686962] evm: HMAC attrs: 0x1\n[ 0.687899] Magic number: 6:364:944\n[ 0.688696] tty tty1: hash matches\n[ 0.689493] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:22 UTC (1539190522)\n[ 0.691463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692601] EDD information not available.\n[ 0.773676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785735] Write protecting the kernel read-only data: 14336k\n[ 0.787356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789184] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830795] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 16:55:51,980 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-474a9224-c6f5-479b-911f-9cfd98fa5461 2018-10-10 16:55:53,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:55:55,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45812803-ef56-42f0-8f99-1acf5ad50079 x-compute-request-id: req-45812803-ef56-42f0-8f99-1acf5ad50079 Content-Encoding: gzip Content-Length: 7702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507953233 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135021] pid_max: default: 32768 minimum: 301\n[ 0.135943] ACPI: Core revision 20150930\n[ 0.137379] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138735] Security Framework initialized\n[ 0.139594] Yama: becoming mindful.\n[ 0.140340] AppArmor: AppArmor initialized\n[ 0.141207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142555] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143848] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145115] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146528] Initializing cgroup subsys io\n[ 0.147359] Initializing cgroup subsys memory\n[ 0.148228] Initializing cgroup subsys devices\n[ 0.149119] Initializing cgroup subsys freezer\n[ 0.149998] Initializing cgroup subsys net_cls\n[ 0.150872] Initializing cgroup subsys perf_event\n[ 0.151794] Initializing cgroup subsys net_prio\n[ 0.152696] Initializing cgroup subsys hugetlb\n[ 0.153575] Initializing cgroup subsys pids\n[ 0.154466] CPU: Physical Processor ID: 0\n[ 0.156024] mce: CPU supports 10 MCE banks\n[ 0.156900] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168513] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174820] ftrace: allocating 31920 entries in 125 pages\n[ 0.200713] smpboot: Max logical packages: 1\n[ 0.201576] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202943] x2apic enabled\n[ 0.203783] Switched APIC routing to physical x2apic.\n[ 0.205598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206762] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208811] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210673] KVM setup paravirtual spinlock\n[ 0.211976] x86: Booted up 1 node, 1 CPUs\n[ 0.212807] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214244] devtmpfs: initialized\n[ 0.215983] evm: security.selinux\n[ 0.216708] evm: security.SMACK64\n[ 0.217408] evm: security.SMACK64EXEC\n[ 0.218159] evm: security.SMACK64TRANSMUTE\n[ 0.218978] evm: security.SMACK64MMAP\n[ 0.219730] evm: security.ima\n[ 0.220382] evm: security.capability\n[ 0.221190] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223074] pinctrl core: initialized pinctrl subsystem\n[ 0.224184] RTC time: 16:55:21, date: 10/10/18\n[ 0.225141] NET: Registered protocol family 16\n[ 0.226167] cpuidle: using governor ladder\n[ 0.227011] cpuidle: using governor menu\n[ 0.227807] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230647] PCI: Using configuration type 1 for base access\n[ 0.232400] ACPI: Added _OSI(Module Device)\n[ 0.233259] ACPI: Added _OSI(Processor Device)\n[ 0.234134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237272] ACPI: Interpreter enabled\n[ 0.238045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245503] ACPI: (supports S0 S5)\n[ 0.246202] ACPI: Using IOAPIC for interrupt routing\n[ 0.247254] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251434] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252641] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253806] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255990] acpiphp: Slot [3] registered\n[ 0.256772] acpiphp: Slot [4] registered\n[ 0.257567] acpiphp: Slot [5] registered\n[ 0.258351] acpiphp: Slot [6] registered\n[ 0.259131] acpiphp: Slot [7] registered\n[ 0.259919] acpiphp: Slot [8] registered\n[ 0.260707] acpiphp: Slot [9] registered\n[ 0.261493] acpiphp: Slot [10] registered\n[ 0.262296] acpiphp: Slot [11] registered\n[ 0.263095] acpiphp: Slot [12] registered\n[ 0.263892] acpiphp: Slot [13] registered\n[ 0.264693] acpiphp: Slot [14] registered\n[ 0.265496] acpiphp: Slot [15] registered\n[ 0.276304] acpiphp: Slot [16] registered\n[ 0.277109] acpiphp: Slot [17] registered\n[ 0.277907] acpiphp: Slot [18] registered\n[ 0.278710] acpiphp: Slot [19] registered\n[ 0.279510] acpiphp: Slot [20] registered\n[ 0.280315] acpiphp: Slot [21] registered\n[ 0.281116] acpiphp: Slot [22] registered\n[ 0.281920] acpiphp: Slot [23] registered\n[ 0.282735] acpiphp: Slot [24] registered\n[ 0.283543] acpiphp: Slot [25] registered\n[ 0.284356] acpiphp: Slot [26] registered\n[ 0.285166] acpiphp: Slot [27] registered\n[ 0.285977] acpiphp: Slot [28] registered\n[ 0.286782] acpiphp: Slot [29] registered\n[ 0.287592] acpiphp: Slot [30] registered\n[ 0.288407] acpiphp: Slot [31] registered\n[ 0.289213] PCI host bridge to bus 0000:00\n[ 0.290023] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293887] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295327] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302909] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305331] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358785] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363069] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365695] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369574] vgaarb: loaded\n[ 0.370175] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371300] SCSI subsystem initialized\n[ 0.372114] ACPI: bus type USB registered\n[ 0.372916] usbcore: registered new interface driver usbfs\n[ 0.373931] usbcore: registered new interface driver hub\n[ 0.374929] usbcore: registered new device driver usb\n[ 0.375978] PCI: Using ACPI for IRQ routing\n[ 0.376988] NetLabel: Initializing\n[ 0.377695] NetLabel: domain hash size = 128\n[ 0.378542] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379491] NetLabel: unlabeled traffic allowed by default\n[ 0.380578] clocksource: Switched to clocksource kvm-clock\n[ 0.385973] AppArmor: AppArmor Filesystem Enabled\n[ 0.386926] pnp: PnP ACPI init\n[ 0.387826] pnp: PnP ACPI: found 5 devices\n[ 0.394185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395868] NET: Registered protocol family 2\n[ 0.396817] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401453] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402619] NET: Registered protocol family 1\n[ 0.403485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433870] Trying to unpack rootfs image as initramfs...\n[ 0.483716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497595] Scanning for low memory corruption every 60 seconds\n[ 0.498990] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500127] audit: initializing netlink subsys (disabled)\n[ 0.501152] audit: type=2000 audit(1539190522.753:1): initialized\n[ 0.502451] Initialise system trusted keyring\n[ 0.503373] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504525] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506476] zbud: loaded\n[ 0.507175] VFS: Disk quotas dquot_6.6.0\n[ 0.507993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509493] fuse init (API version 7.23)\n[ 0.510378] Key type big_key registered\n[ 0.511176] Allocating IMA MOK and blacklist keyrings.\n[ 0.512678] Key type asymmetric registered\n[ 0.513499] Asymmetric key parser 'x509' registered\n[ 0.514448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515896] io scheduler noop registered\n[ 0.516694] io scheduler deadline registered (default)\n[ 0.517679] io scheduler cfq registered\n[ 0.518507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519538] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520801] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522249] ACPI: Power Button [PWRF]\n[ 0.523073] GHES: HEST is not enabled!\n[ 0.536730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571168] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599021] Linux agpgart interface v0.103\n[ 0.601149] brd: module loaded\n[ 0.602385] loop: module loaded\n[ 0.607016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608463] GPT:90111 != 2097151\n[ 0.609144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610224] GPT:90111 != 2097151\n[ 0.610890] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611847] vda: vda1 vda15\n[ 0.613433] scsi host0: ata_piix\n[ 0.614164] scsi host1: ata_piix\n[ 0.614858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617488] libphy: Fixed MDIO Bus: probed\n[ 0.618310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621525] PPP generic driver version 2.4.2\n[ 0.622438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623741] ehci-pci: EHCI PCI platform driver\n[ 0.624639] ehci-platform: EHCI generic platform driver\n[ 0.625648] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626788] ohci-pci: OHCI PCI platform driver\n[ 0.627668] ohci-platform: OHCI generic platform driver\n[ 0.628677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643991] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650308] usb usb1: Product: UHCI Host Controller\n[ 0.651261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652417] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653464] hub 1-0:1.0: USB hub found\n[ 0.654254] hub 1-0:1.0: 2 ports detected\n[ 0.655163] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659334] mousedev: PS/2 mouse device common for all mice\n[ 0.660617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662479] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663574] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665991] i2c /dev entries driver\n[ 0.666748] device-mapper: uevent: version 1.0.3\n[ 0.667687] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669351] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670655] NET: Registered protocol family 10\n[ 0.671659] NET: Registered protocol family 17\n[ 0.672558] Key type dns_resolver registered\n[ 0.673511] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676396] registered taskstats version 1\n[ 0.677253] Loading compiled-in X.509 certificates\n[ 0.678709] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680603] zswap: loaded using pool lzo/zbud\n[ 0.681994] Key type trusted registered\n[ 0.684008] Key type encrypted registered\n[ 0.684845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686962] evm: HMAC attrs: 0x1\n[ 0.687899] Magic number: 6:364:944\n[ 0.688696] tty tty1: hash matches\n[ 0.689493] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:22 UTC (1539190522)\n[ 0.691463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692601] EDD information not available.\n[ 0.773676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785735] Write protecting the kernel read-only data: 14336k\n[ 0.787356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789184] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830795] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 16:55:55,209 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-45812803-ef56-42f0-8f99-1acf5ad50079 2018-10-10 16:55:57,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:55:58,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:55:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-829a1078-5ee1-41a9-a4d7-0c908407d4c3 x-compute-request-id: req-829a1078-5ee1-41a9-a4d7-0c908407d4c3 Content-Encoding: gzip Content-Length: 7702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507953233 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135021] pid_max: default: 32768 minimum: 301\n[ 0.135943] ACPI: Core revision 20150930\n[ 0.137379] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138735] Security Framework initialized\n[ 0.139594] Yama: becoming mindful.\n[ 0.140340] AppArmor: AppArmor initialized\n[ 0.141207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142555] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143848] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145115] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146528] Initializing cgroup subsys io\n[ 0.147359] Initializing cgroup subsys memory\n[ 0.148228] Initializing cgroup subsys devices\n[ 0.149119] Initializing cgroup subsys freezer\n[ 0.149998] Initializing cgroup subsys net_cls\n[ 0.150872] Initializing cgroup subsys perf_event\n[ 0.151794] Initializing cgroup subsys net_prio\n[ 0.152696] Initializing cgroup subsys hugetlb\n[ 0.153575] Initializing cgroup subsys pids\n[ 0.154466] CPU: Physical Processor ID: 0\n[ 0.156024] mce: CPU supports 10 MCE banks\n[ 0.156900] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168513] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174820] ftrace: allocating 31920 entries in 125 pages\n[ 0.200713] smpboot: Max logical packages: 1\n[ 0.201576] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202943] x2apic enabled\n[ 0.203783] Switched APIC routing to physical x2apic.\n[ 0.205598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206762] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208811] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210673] KVM setup paravirtual spinlock\n[ 0.211976] x86: Booted up 1 node, 1 CPUs\n[ 0.212807] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214244] devtmpfs: initialized\n[ 0.215983] evm: security.selinux\n[ 0.216708] evm: security.SMACK64\n[ 0.217408] evm: security.SMACK64EXEC\n[ 0.218159] evm: security.SMACK64TRANSMUTE\n[ 0.218978] evm: security.SMACK64MMAP\n[ 0.219730] evm: security.ima\n[ 0.220382] evm: security.capability\n[ 0.221190] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223074] pinctrl core: initialized pinctrl subsystem\n[ 0.224184] RTC time: 16:55:21, date: 10/10/18\n[ 0.225141] NET: Registered protocol family 16\n[ 0.226167] cpuidle: using governor ladder\n[ 0.227011] cpuidle: using governor menu\n[ 0.227807] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230647] PCI: Using configuration type 1 for base access\n[ 0.232400] ACPI: Added _OSI(Module Device)\n[ 0.233259] ACPI: Added _OSI(Processor Device)\n[ 0.234134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237272] ACPI: Interpreter enabled\n[ 0.238045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245503] ACPI: (supports S0 S5)\n[ 0.246202] ACPI: Using IOAPIC for interrupt routing\n[ 0.247254] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251434] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252641] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253806] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255990] acpiphp: Slot [3] registered\n[ 0.256772] acpiphp: Slot [4] registered\n[ 0.257567] acpiphp: Slot [5] registered\n[ 0.258351] acpiphp: Slot [6] registered\n[ 0.259131] acpiphp: Slot [7] registered\n[ 0.259919] acpiphp: Slot [8] registered\n[ 0.260707] acpiphp: Slot [9] registered\n[ 0.261493] acpiphp: Slot [10] registered\n[ 0.262296] acpiphp: Slot [11] registered\n[ 0.263095] acpiphp: Slot [12] registered\n[ 0.263892] acpiphp: Slot [13] registered\n[ 0.264693] acpiphp: Slot [14] registered\n[ 0.265496] acpiphp: Slot [15] registered\n[ 0.276304] acpiphp: Slot [16] registered\n[ 0.277109] acpiphp: Slot [17] registered\n[ 0.277907] acpiphp: Slot [18] registered\n[ 0.278710] acpiphp: Slot [19] registered\n[ 0.279510] acpiphp: Slot [20] registered\n[ 0.280315] acpiphp: Slot [21] registered\n[ 0.281116] acpiphp: Slot [22] registered\n[ 0.281920] acpiphp: Slot [23] registered\n[ 0.282735] acpiphp: Slot [24] registered\n[ 0.283543] acpiphp: Slot [25] registered\n[ 0.284356] acpiphp: Slot [26] registered\n[ 0.285166] acpiphp: Slot [27] registered\n[ 0.285977] acpiphp: Slot [28] registered\n[ 0.286782] acpiphp: Slot [29] registered\n[ 0.287592] acpiphp: Slot [30] registered\n[ 0.288407] acpiphp: Slot [31] registered\n[ 0.289213] PCI host bridge to bus 0000:00\n[ 0.290023] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293887] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295327] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302909] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305331] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358785] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363069] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365695] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369574] vgaarb: loaded\n[ 0.370175] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371300] SCSI subsystem initialized\n[ 0.372114] ACPI: bus type USB registered\n[ 0.372916] usbcore: registered new interface driver usbfs\n[ 0.373931] usbcore: registered new interface driver hub\n[ 0.374929] usbcore: registered new device driver usb\n[ 0.375978] PCI: Using ACPI for IRQ routing\n[ 0.376988] NetLabel: Initializing\n[ 0.377695] NetLabel: domain hash size = 128\n[ 0.378542] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379491] NetLabel: unlabeled traffic allowed by default\n[ 0.380578] clocksource: Switched to clocksource kvm-clock\n[ 0.385973] AppArmor: AppArmor Filesystem Enabled\n[ 0.386926] pnp: PnP ACPI init\n[ 0.387826] pnp: PnP ACPI: found 5 devices\n[ 0.394185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395868] NET: Registered protocol family 2\n[ 0.396817] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401453] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402619] NET: Registered protocol family 1\n[ 0.403485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433870] Trying to unpack rootfs image as initramfs...\n[ 0.483716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497595] Scanning for low memory corruption every 60 seconds\n[ 0.498990] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500127] audit: initializing netlink subsys (disabled)\n[ 0.501152] audit: type=2000 audit(1539190522.753:1): initialized\n[ 0.502451] Initialise system trusted keyring\n[ 0.503373] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504525] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506476] zbud: loaded\n[ 0.507175] VFS: Disk quotas dquot_6.6.0\n[ 0.507993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509493] fuse init (API version 7.23)\n[ 0.510378] Key type big_key registered\n[ 0.511176] Allocating IMA MOK and blacklist keyrings.\n[ 0.512678] Key type asymmetric registered\n[ 0.513499] Asymmetric key parser 'x509' registered\n[ 0.514448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515896] io scheduler noop registered\n[ 0.516694] io scheduler deadline registered (default)\n[ 0.517679] io scheduler cfq registered\n[ 0.518507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519538] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520801] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522249] ACPI: Power Button [PWRF]\n[ 0.523073] GHES: HEST is not enabled!\n[ 0.536730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571168] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599021] Linux agpgart interface v0.103\n[ 0.601149] brd: module loaded\n[ 0.602385] loop: module loaded\n[ 0.607016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608463] GPT:90111 != 2097151\n[ 0.609144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610224] GPT:90111 != 2097151\n[ 0.610890] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611847] vda: vda1 vda15\n[ 0.613433] scsi host0: ata_piix\n[ 0.614164] scsi host1: ata_piix\n[ 0.614858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617488] libphy: Fixed MDIO Bus: probed\n[ 0.618310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621525] PPP generic driver version 2.4.2\n[ 0.622438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623741] ehci-pci: EHCI PCI platform driver\n[ 0.624639] ehci-platform: EHCI generic platform driver\n[ 0.625648] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626788] ohci-pci: OHCI PCI platform driver\n[ 0.627668] ohci-platform: OHCI generic platform driver\n[ 0.628677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643991] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650308] usb usb1: Product: UHCI Host Controller\n[ 0.651261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652417] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653464] hub 1-0:1.0: USB hub found\n[ 0.654254] hub 1-0:1.0: 2 ports detected\n[ 0.655163] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659334] mousedev: PS/2 mouse device common for all mice\n[ 0.660617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662479] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663574] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665991] i2c /dev entries driver\n[ 0.666748] device-mapper: uevent: version 1.0.3\n[ 0.667687] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669351] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670655] NET: Registered protocol family 10\n[ 0.671659] NET: Registered protocol family 17\n[ 0.672558] Key type dns_resolver registered\n[ 0.673511] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676396] registered taskstats version 1\n[ 0.677253] Loading compiled-in X.509 certificates\n[ 0.678709] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680603] zswap: loaded using pool lzo/zbud\n[ 0.681994] Key type trusted registered\n[ 0.684008] Key type encrypted registered\n[ 0.684845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686962] evm: HMAC attrs: 0x1\n[ 0.687899] Magic number: 6:364:944\n[ 0.688696] tty tty1: hash matches\n[ 0.689493] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:22 UTC (1539190522)\n[ 0.691463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692601] EDD information not available.\n[ 0.773676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785735] Write protecting the kernel read-only data: 14336k\n[ 0.787356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789184] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830795] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 16:55:58,297 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-829a1078-5ee1-41a9-a4d7-0c908407d4c3 2018-10-10 16:56:00,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:56:01,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:56:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35a2e3e8-4eb1-4fd1-b12e-5a9ff0401c76 x-compute-request-id: req-35a2e3e8-4eb1-4fd1-b12e-5a9ff0401c76 Content-Encoding: gzip Content-Length: 7702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507953233 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135021] pid_max: default: 32768 minimum: 301\n[ 0.135943] ACPI: Core revision 20150930\n[ 0.137379] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138735] Security Framework initialized\n[ 0.139594] Yama: becoming mindful.\n[ 0.140340] AppArmor: AppArmor initialized\n[ 0.141207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142555] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143848] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145115] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146528] Initializing cgroup subsys io\n[ 0.147359] Initializing cgroup subsys memory\n[ 0.148228] Initializing cgroup subsys devices\n[ 0.149119] Initializing cgroup subsys freezer\n[ 0.149998] Initializing cgroup subsys net_cls\n[ 0.150872] Initializing cgroup subsys perf_event\n[ 0.151794] Initializing cgroup subsys net_prio\n[ 0.152696] Initializing cgroup subsys hugetlb\n[ 0.153575] Initializing cgroup subsys pids\n[ 0.154466] CPU: Physical Processor ID: 0\n[ 0.156024] mce: CPU supports 10 MCE banks\n[ 0.156900] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168513] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174820] ftrace: allocating 31920 entries in 125 pages\n[ 0.200713] smpboot: Max logical packages: 1\n[ 0.201576] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202943] x2apic enabled\n[ 0.203783] Switched APIC routing to physical x2apic.\n[ 0.205598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206762] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208811] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210673] KVM setup paravirtual spinlock\n[ 0.211976] x86: Booted up 1 node, 1 CPUs\n[ 0.212807] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214244] devtmpfs: initialized\n[ 0.215983] evm: security.selinux\n[ 0.216708] evm: security.SMACK64\n[ 0.217408] evm: security.SMACK64EXEC\n[ 0.218159] evm: security.SMACK64TRANSMUTE\n[ 0.218978] evm: security.SMACK64MMAP\n[ 0.219730] evm: security.ima\n[ 0.220382] evm: security.capability\n[ 0.221190] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223074] pinctrl core: initialized pinctrl subsystem\n[ 0.224184] RTC time: 16:55:21, date: 10/10/18\n[ 0.225141] NET: Registered protocol family 16\n[ 0.226167] cpuidle: using governor ladder\n[ 0.227011] cpuidle: using governor menu\n[ 0.227807] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230647] PCI: Using configuration type 1 for base access\n[ 0.232400] ACPI: Added _OSI(Module Device)\n[ 0.233259] ACPI: Added _OSI(Processor Device)\n[ 0.234134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237272] ACPI: Interpreter enabled\n[ 0.238045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245503] ACPI: (supports S0 S5)\n[ 0.246202] ACPI: Using IOAPIC for interrupt routing\n[ 0.247254] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251434] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252641] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253806] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255990] acpiphp: Slot [3] registered\n[ 0.256772] acpiphp: Slot [4] registered\n[ 0.257567] acpiphp: Slot [5] registered\n[ 0.258351] acpiphp: Slot [6] registered\n[ 0.259131] acpiphp: Slot [7] registered\n[ 0.259919] acpiphp: Slot [8] registered\n[ 0.260707] acpiphp: Slot [9] registered\n[ 0.261493] acpiphp: Slot [10] registered\n[ 0.262296] acpiphp: Slot [11] registered\n[ 0.263095] acpiphp: Slot [12] registered\n[ 0.263892] acpiphp: Slot [13] registered\n[ 0.264693] acpiphp: Slot [14] registered\n[ 0.265496] acpiphp: Slot [15] registered\n[ 0.276304] acpiphp: Slot [16] registered\n[ 0.277109] acpiphp: Slot [17] registered\n[ 0.277907] acpiphp: Slot [18] registered\n[ 0.278710] acpiphp: Slot [19] registered\n[ 0.279510] acpiphp: Slot [20] registered\n[ 0.280315] acpiphp: Slot [21] registered\n[ 0.281116] acpiphp: Slot [22] registered\n[ 0.281920] acpiphp: Slot [23] registered\n[ 0.282735] acpiphp: Slot [24] registered\n[ 0.283543] acpiphp: Slot [25] registered\n[ 0.284356] acpiphp: Slot [26] registered\n[ 0.285166] acpiphp: Slot [27] registered\n[ 0.285977] acpiphp: Slot [28] registered\n[ 0.286782] acpiphp: Slot [29] registered\n[ 0.287592] acpiphp: Slot [30] registered\n[ 0.288407] acpiphp: Slot [31] registered\n[ 0.289213] PCI host bridge to bus 0000:00\n[ 0.290023] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293887] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295327] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302909] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305331] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358785] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363069] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365695] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369574] vgaarb: loaded\n[ 0.370175] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371300] SCSI subsystem initialized\n[ 0.372114] ACPI: bus type USB registered\n[ 0.372916] usbcore: registered new interface driver usbfs\n[ 0.373931] usbcore: registered new interface driver hub\n[ 0.374929] usbcore: registered new device driver usb\n[ 0.375978] PCI: Using ACPI for IRQ routing\n[ 0.376988] NetLabel: Initializing\n[ 0.377695] NetLabel: domain hash size = 128\n[ 0.378542] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379491] NetLabel: unlabeled traffic allowed by default\n[ 0.380578] clocksource: Switched to clocksource kvm-clock\n[ 0.385973] AppArmor: AppArmor Filesystem Enabled\n[ 0.386926] pnp: PnP ACPI init\n[ 0.387826] pnp: PnP ACPI: found 5 devices\n[ 0.394185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395868] NET: Registered protocol family 2\n[ 0.396817] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401453] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402619] NET: Registered protocol family 1\n[ 0.403485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433870] Trying to unpack rootfs image as initramfs...\n[ 0.483716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497595] Scanning for low memory corruption every 60 seconds\n[ 0.498990] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500127] audit: initializing netlink subsys (disabled)\n[ 0.501152] audit: type=2000 audit(1539190522.753:1): initialized\n[ 0.502451] Initialise system trusted keyring\n[ 0.503373] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504525] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506476] zbud: loaded\n[ 0.507175] VFS: Disk quotas dquot_6.6.0\n[ 0.507993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509493] fuse init (API version 7.23)\n[ 0.510378] Key type big_key registered\n[ 0.511176] Allocating IMA MOK and blacklist keyrings.\n[ 0.512678] Key type asymmetric registered\n[ 0.513499] Asymmetric key parser 'x509' registered\n[ 0.514448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515896] io scheduler noop registered\n[ 0.516694] io scheduler deadline registered (default)\n[ 0.517679] io scheduler cfq registered\n[ 0.518507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519538] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520801] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522249] ACPI: Power Button [PWRF]\n[ 0.523073] GHES: HEST is not enabled!\n[ 0.536730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571168] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599021] Linux agpgart interface v0.103\n[ 0.601149] brd: module loaded\n[ 0.602385] loop: module loaded\n[ 0.607016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608463] GPT:90111 != 2097151\n[ 0.609144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610224] GPT:90111 != 2097151\n[ 0.610890] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611847] vda: vda1 vda15\n[ 0.613433] scsi host0: ata_piix\n[ 0.614164] scsi host1: ata_piix\n[ 0.614858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617488] libphy: Fixed MDIO Bus: probed\n[ 0.618310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621525] PPP generic driver version 2.4.2\n[ 0.622438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623741] ehci-pci: EHCI PCI platform driver\n[ 0.624639] ehci-platform: EHCI generic platform driver\n[ 0.625648] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626788] ohci-pci: OHCI PCI platform driver\n[ 0.627668] ohci-platform: OHCI generic platform driver\n[ 0.628677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643991] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650308] usb usb1: Product: UHCI Host Controller\n[ 0.651261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652417] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653464] hub 1-0:1.0: USB hub found\n[ 0.654254] hub 1-0:1.0: 2 ports detected\n[ 0.655163] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659334] mousedev: PS/2 mouse device common for all mice\n[ 0.660617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662479] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663574] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665991] i2c /dev entries driver\n[ 0.666748] device-mapper: uevent: version 1.0.3\n[ 0.667687] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669351] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670655] NET: Registered protocol family 10\n[ 0.671659] NET: Registered protocol family 17\n[ 0.672558] Key type dns_resolver registered\n[ 0.673511] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676396] registered taskstats version 1\n[ 0.677253] Loading compiled-in X.509 certificates\n[ 0.678709] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680603] zswap: loaded using pool lzo/zbud\n[ 0.681994] Key type trusted registered\n[ 0.684008] Key type encrypted registered\n[ 0.684845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686962] evm: HMAC attrs: 0x1\n[ 0.687899] Magic number: 6:364:944\n[ 0.688696] tty tty1: hash matches\n[ 0.689493] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:22 UTC (1539190522)\n[ 0.691463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692601] EDD information not available.\n[ 0.773676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785735] Write protecting the kernel read-only data: 14336k\n[ 0.787356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789184] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830795] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 16:56:01,582 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-35a2e3e8-4eb1-4fd1-b12e-5a9ff0401c76 2018-10-10 16:56:03,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:56:04,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:56: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-2e706aca-a5da-43ef-bd2b-b889937e5532 x-compute-request-id: req-2e706aca-a5da-43ef-bd2b-b889937e5532 Content-Encoding: gzip Content-Length: 7702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507953233 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135021] pid_max: default: 32768 minimum: 301\n[ 0.135943] ACPI: Core revision 20150930\n[ 0.137379] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138735] Security Framework initialized\n[ 0.139594] Yama: becoming mindful.\n[ 0.140340] AppArmor: AppArmor initialized\n[ 0.141207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142555] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143848] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145115] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146528] Initializing cgroup subsys io\n[ 0.147359] Initializing cgroup subsys memory\n[ 0.148228] Initializing cgroup subsys devices\n[ 0.149119] Initializing cgroup subsys freezer\n[ 0.149998] Initializing cgroup subsys net_cls\n[ 0.150872] Initializing cgroup subsys perf_event\n[ 0.151794] Initializing cgroup subsys net_prio\n[ 0.152696] Initializing cgroup subsys hugetlb\n[ 0.153575] Initializing cgroup subsys pids\n[ 0.154466] CPU: Physical Processor ID: 0\n[ 0.156024] mce: CPU supports 10 MCE banks\n[ 0.156900] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168513] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174820] ftrace: allocating 31920 entries in 125 pages\n[ 0.200713] smpboot: Max logical packages: 1\n[ 0.201576] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202943] x2apic enabled\n[ 0.203783] Switched APIC routing to physical x2apic.\n[ 0.205598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206762] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208811] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210673] KVM setup paravirtual spinlock\n[ 0.211976] x86: Booted up 1 node, 1 CPUs\n[ 0.212807] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214244] devtmpfs: initialized\n[ 0.215983] evm: security.selinux\n[ 0.216708] evm: security.SMACK64\n[ 0.217408] evm: security.SMACK64EXEC\n[ 0.218159] evm: security.SMACK64TRANSMUTE\n[ 0.218978] evm: security.SMACK64MMAP\n[ 0.219730] evm: security.ima\n[ 0.220382] evm: security.capability\n[ 0.221190] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223074] pinctrl core: initialized pinctrl subsystem\n[ 0.224184] RTC time: 16:55:21, date: 10/10/18\n[ 0.225141] NET: Registered protocol family 16\n[ 0.226167] cpuidle: using governor ladder\n[ 0.227011] cpuidle: using governor menu\n[ 0.227807] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230647] PCI: Using configuration type 1 for base access\n[ 0.232400] ACPI: Added _OSI(Module Device)\n[ 0.233259] ACPI: Added _OSI(Processor Device)\n[ 0.234134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237272] ACPI: Interpreter enabled\n[ 0.238045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245503] ACPI: (supports S0 S5)\n[ 0.246202] ACPI: Using IOAPIC for interrupt routing\n[ 0.247254] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251434] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252641] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253806] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255990] acpiphp: Slot [3] registered\n[ 0.256772] acpiphp: Slot [4] registered\n[ 0.257567] acpiphp: Slot [5] registered\n[ 0.258351] acpiphp: Slot [6] registered\n[ 0.259131] acpiphp: Slot [7] registered\n[ 0.259919] acpiphp: Slot [8] registered\n[ 0.260707] acpiphp: Slot [9] registered\n[ 0.261493] acpiphp: Slot [10] registered\n[ 0.262296] acpiphp: Slot [11] registered\n[ 0.263095] acpiphp: Slot [12] registered\n[ 0.263892] acpiphp: Slot [13] registered\n[ 0.264693] acpiphp: Slot [14] registered\n[ 0.265496] acpiphp: Slot [15] registered\n[ 0.276304] acpiphp: Slot [16] registered\n[ 0.277109] acpiphp: Slot [17] registered\n[ 0.277907] acpiphp: Slot [18] registered\n[ 0.278710] acpiphp: Slot [19] registered\n[ 0.279510] acpiphp: Slot [20] registered\n[ 0.280315] acpiphp: Slot [21] registered\n[ 0.281116] acpiphp: Slot [22] registered\n[ 0.281920] acpiphp: Slot [23] registered\n[ 0.282735] acpiphp: Slot [24] registered\n[ 0.283543] acpiphp: Slot [25] registered\n[ 0.284356] acpiphp: Slot [26] registered\n[ 0.285166] acpiphp: Slot [27] registered\n[ 0.285977] acpiphp: Slot [28] registered\n[ 0.286782] acpiphp: Slot [29] registered\n[ 0.287592] acpiphp: Slot [30] registered\n[ 0.288407] acpiphp: Slot [31] registered\n[ 0.289213] PCI host bridge to bus 0000:00\n[ 0.290023] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293887] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295327] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302909] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305331] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358785] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363069] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365695] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369574] vgaarb: loaded\n[ 0.370175] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371300] SCSI subsystem initialized\n[ 0.372114] ACPI: bus type USB registered\n[ 0.372916] usbcore: registered new interface driver usbfs\n[ 0.373931] usbcore: registered new interface driver hub\n[ 0.374929] usbcore: registered new device driver usb\n[ 0.375978] PCI: Using ACPI for IRQ routing\n[ 0.376988] NetLabel: Initializing\n[ 0.377695] NetLabel: domain hash size = 128\n[ 0.378542] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379491] NetLabel: unlabeled traffic allowed by default\n[ 0.380578] clocksource: Switched to clocksource kvm-clock\n[ 0.385973] AppArmor: AppArmor Filesystem Enabled\n[ 0.386926] pnp: PnP ACPI init\n[ 0.387826] pnp: PnP ACPI: found 5 devices\n[ 0.394185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395868] NET: Registered protocol family 2\n[ 0.396817] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401453] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402619] NET: Registered protocol family 1\n[ 0.403485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433870] Trying to unpack rootfs image as initramfs...\n[ 0.483716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497595] Scanning for low memory corruption every 60 seconds\n[ 0.498990] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500127] audit: initializing netlink subsys (disabled)\n[ 0.501152] audit: type=2000 audit(1539190522.753:1): initialized\n[ 0.502451] Initialise system trusted keyring\n[ 0.503373] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504525] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506476] zbud: loaded\n[ 0.507175] VFS: Disk quotas dquot_6.6.0\n[ 0.507993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509493] fuse init (API version 7.23)\n[ 0.510378] Key type big_key registered\n[ 0.511176] Allocating IMA MOK and blacklist keyrings.\n[ 0.512678] Key type asymmetric registered\n[ 0.513499] Asymmetric key parser 'x509' registered\n[ 0.514448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515896] io scheduler noop registered\n[ 0.516694] io scheduler deadline registered (default)\n[ 0.517679] io scheduler cfq registered\n[ 0.518507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519538] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520801] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522249] ACPI: Power Button [PWRF]\n[ 0.523073] GHES: HEST is not enabled!\n[ 0.536730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571168] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599021] Linux agpgart interface v0.103\n[ 0.601149] brd: module loaded\n[ 0.602385] loop: module loaded\n[ 0.607016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608463] GPT:90111 != 2097151\n[ 0.609144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610224] GPT:90111 != 2097151\n[ 0.610890] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611847] vda: vda1 vda15\n[ 0.613433] scsi host0: ata_piix\n[ 0.614164] scsi host1: ata_piix\n[ 0.614858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617488] libphy: Fixed MDIO Bus: probed\n[ 0.618310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621525] PPP generic driver version 2.4.2\n[ 0.622438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623741] ehci-pci: EHCI PCI platform driver\n[ 0.624639] ehci-platform: EHCI generic platform driver\n[ 0.625648] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626788] ohci-pci: OHCI PCI platform driver\n[ 0.627668] ohci-platform: OHCI generic platform driver\n[ 0.628677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643991] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650308] usb usb1: Product: UHCI Host Controller\n[ 0.651261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652417] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653464] hub 1-0:1.0: USB hub found\n[ 0.654254] hub 1-0:1.0: 2 ports detected\n[ 0.655163] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659334] mousedev: PS/2 mouse device common for all mice\n[ 0.660617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662479] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663574] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665991] i2c /dev entries driver\n[ 0.666748] device-mapper: uevent: version 1.0.3\n[ 0.667687] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669351] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670655] NET: Registered protocol family 10\n[ 0.671659] NET: Registered protocol family 17\n[ 0.672558] Key type dns_resolver registered\n[ 0.673511] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676396] registered taskstats version 1\n[ 0.677253] Loading compiled-in X.509 certificates\n[ 0.678709] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680603] zswap: loaded using pool lzo/zbud\n[ 0.681994] Key type trusted registered\n[ 0.684008] Key type encrypted registered\n[ 0.684845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686962] evm: HMAC attrs: 0x1\n[ 0.687899] Magic number: 6:364:944\n[ 0.688696] tty tty1: hash matches\n[ 0.689493] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:22 UTC (1539190522)\n[ 0.691463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692601] EDD information not available.\n[ 0.773676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785735] Write protecting the kernel read-only data: 14336k\n[ 0.787356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789184] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830795] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 16:56:04,672 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-2e706aca-a5da-43ef-bd2b-b889937e5532 2018-10-10 16:56:06,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:56:07,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:56:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0085e65-bbd6-437a-9f74-1391d7e5b0c6 x-compute-request-id: req-a0085e65-bbd6-437a-9f74-1391d7e5b0c6 Content-Encoding: gzip Content-Length: 7702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507953233 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135021] pid_max: default: 32768 minimum: 301\n[ 0.135943] ACPI: Core revision 20150930\n[ 0.137379] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138735] Security Framework initialized\n[ 0.139594] Yama: becoming mindful.\n[ 0.140340] AppArmor: AppArmor initialized\n[ 0.141207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142555] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143848] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145115] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146528] Initializing cgroup subsys io\n[ 0.147359] Initializing cgroup subsys memory\n[ 0.148228] Initializing cgroup subsys devices\n[ 0.149119] Initializing cgroup subsys freezer\n[ 0.149998] Initializing cgroup subsys net_cls\n[ 0.150872] Initializing cgroup subsys perf_event\n[ 0.151794] Initializing cgroup subsys net_prio\n[ 0.152696] Initializing cgroup subsys hugetlb\n[ 0.153575] Initializing cgroup subsys pids\n[ 0.154466] CPU: Physical Processor ID: 0\n[ 0.156024] mce: CPU supports 10 MCE banks\n[ 0.156900] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168513] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174820] ftrace: allocating 31920 entries in 125 pages\n[ 0.200713] smpboot: Max logical packages: 1\n[ 0.201576] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202943] x2apic enabled\n[ 0.203783] Switched APIC routing to physical x2apic.\n[ 0.205598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206762] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208811] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210673] KVM setup paravirtual spinlock\n[ 0.211976] x86: Booted up 1 node, 1 CPUs\n[ 0.212807] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214244] devtmpfs: initialized\n[ 0.215983] evm: security.selinux\n[ 0.216708] evm: security.SMACK64\n[ 0.217408] evm: security.SMACK64EXEC\n[ 0.218159] evm: security.SMACK64TRANSMUTE\n[ 0.218978] evm: security.SMACK64MMAP\n[ 0.219730] evm: security.ima\n[ 0.220382] evm: security.capability\n[ 0.221190] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223074] pinctrl core: initialized pinctrl subsystem\n[ 0.224184] RTC time: 16:55:21, date: 10/10/18\n[ 0.225141] NET: Registered protocol family 16\n[ 0.226167] cpuidle: using governor ladder\n[ 0.227011] cpuidle: using governor menu\n[ 0.227807] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230647] PCI: Using configuration type 1 for base access\n[ 0.232400] ACPI: Added _OSI(Module Device)\n[ 0.233259] ACPI: Added _OSI(Processor Device)\n[ 0.234134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237272] ACPI: Interpreter enabled\n[ 0.238045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245503] ACPI: (supports S0 S5)\n[ 0.246202] ACPI: Using IOAPIC for interrupt routing\n[ 0.247254] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251434] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252641] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253806] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255990] acpiphp: Slot [3] registered\n[ 0.256772] acpiphp: Slot [4] registered\n[ 0.257567] acpiphp: Slot [5] registered\n[ 0.258351] acpiphp: Slot [6] registered\n[ 0.259131] acpiphp: Slot [7] registered\n[ 0.259919] acpiphp: Slot [8] registered\n[ 0.260707] acpiphp: Slot [9] registered\n[ 0.261493] acpiphp: Slot [10] registered\n[ 0.262296] acpiphp: Slot [11] registered\n[ 0.263095] acpiphp: Slot [12] registered\n[ 0.263892] acpiphp: Slot [13] registered\n[ 0.264693] acpiphp: Slot [14] registered\n[ 0.265496] acpiphp: Slot [15] registered\n[ 0.276304] acpiphp: Slot [16] registered\n[ 0.277109] acpiphp: Slot [17] registered\n[ 0.277907] acpiphp: Slot [18] registered\n[ 0.278710] acpiphp: Slot [19] registered\n[ 0.279510] acpiphp: Slot [20] registered\n[ 0.280315] acpiphp: Slot [21] registered\n[ 0.281116] acpiphp: Slot [22] registered\n[ 0.281920] acpiphp: Slot [23] registered\n[ 0.282735] acpiphp: Slot [24] registered\n[ 0.283543] acpiphp: Slot [25] registered\n[ 0.284356] acpiphp: Slot [26] registered\n[ 0.285166] acpiphp: Slot [27] registered\n[ 0.285977] acpiphp: Slot [28] registered\n[ 0.286782] acpiphp: Slot [29] registered\n[ 0.287592] acpiphp: Slot [30] registered\n[ 0.288407] acpiphp: Slot [31] registered\n[ 0.289213] PCI host bridge to bus 0000:00\n[ 0.290023] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293887] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295327] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302909] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305331] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358785] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363069] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365695] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369574] vgaarb: loaded\n[ 0.370175] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371300] SCSI subsystem initialized\n[ 0.372114] ACPI: bus type USB registered\n[ 0.372916] usbcore: registered new interface driver usbfs\n[ 0.373931] usbcore: registered new interface driver hub\n[ 0.374929] usbcore: registered new device driver usb\n[ 0.375978] PCI: Using ACPI for IRQ routing\n[ 0.376988] NetLabel: Initializing\n[ 0.377695] NetLabel: domain hash size = 128\n[ 0.378542] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379491] NetLabel: unlabeled traffic allowed by default\n[ 0.380578] clocksource: Switched to clocksource kvm-clock\n[ 0.385973] AppArmor: AppArmor Filesystem Enabled\n[ 0.386926] pnp: PnP ACPI init\n[ 0.387826] pnp: PnP ACPI: found 5 devices\n[ 0.394185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395868] NET: Registered protocol family 2\n[ 0.396817] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401453] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402619] NET: Registered protocol family 1\n[ 0.403485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433870] Trying to unpack rootfs image as initramfs...\n[ 0.483716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497595] Scanning for low memory corruption every 60 seconds\n[ 0.498990] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500127] audit: initializing netlink subsys (disabled)\n[ 0.501152] audit: type=2000 audit(1539190522.753:1): initialized\n[ 0.502451] Initialise system trusted keyring\n[ 0.503373] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504525] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506476] zbud: loaded\n[ 0.507175] VFS: Disk quotas dquot_6.6.0\n[ 0.507993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509493] fuse init (API version 7.23)\n[ 0.510378] Key type big_key registered\n[ 0.511176] Allocating IMA MOK and blacklist keyrings.\n[ 0.512678] Key type asymmetric registered\n[ 0.513499] Asymmetric key parser 'x509' registered\n[ 0.514448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515896] io scheduler noop registered\n[ 0.516694] io scheduler deadline registered (default)\n[ 0.517679] io scheduler cfq registered\n[ 0.518507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519538] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520801] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522249] ACPI: Power Button [PWRF]\n[ 0.523073] GHES: HEST is not enabled!\n[ 0.536730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571168] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599021] Linux agpgart interface v0.103\n[ 0.601149] brd: module loaded\n[ 0.602385] loop: module loaded\n[ 0.607016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608463] GPT:90111 != 2097151\n[ 0.609144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610224] GPT:90111 != 2097151\n[ 0.610890] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611847] vda: vda1 vda15\n[ 0.613433] scsi host0: ata_piix\n[ 0.614164] scsi host1: ata_piix\n[ 0.614858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617488] libphy: Fixed MDIO Bus: probed\n[ 0.618310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621525] PPP generic driver version 2.4.2\n[ 0.622438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623741] ehci-pci: EHCI PCI platform driver\n[ 0.624639] ehci-platform: EHCI generic platform driver\n[ 0.625648] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626788] ohci-pci: OHCI PCI platform driver\n[ 0.627668] ohci-platform: OHCI generic platform driver\n[ 0.628677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643991] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650308] usb usb1: Product: UHCI Host Controller\n[ 0.651261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652417] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653464] hub 1-0:1.0: USB hub found\n[ 0.654254] hub 1-0:1.0: 2 ports detected\n[ 0.655163] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659334] mousedev: PS/2 mouse device common for all mice\n[ 0.660617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662479] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663574] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665991] i2c /dev entries driver\n[ 0.666748] device-mapper: uevent: version 1.0.3\n[ 0.667687] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669351] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670655] NET: Registered protocol family 10\n[ 0.671659] NET: Registered protocol family 17\n[ 0.672558] Key type dns_resolver registered\n[ 0.673511] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676396] registered taskstats version 1\n[ 0.677253] Loading compiled-in X.509 certificates\n[ 0.678709] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680603] zswap: loaded using pool lzo/zbud\n[ 0.681994] Key type trusted registered\n[ 0.684008] Key type encrypted registered\n[ 0.684845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686962] evm: HMAC attrs: 0x1\n[ 0.687899] Magic number: 6:364:944\n[ 0.688696] tty tty1: hash matches\n[ 0.689493] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:22 UTC (1539190522)\n[ 0.691463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692601] EDD information not available.\n[ 0.773676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785735] Write protecting the kernel read-only data: 14336k\n[ 0.787356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789184] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830795] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 16:56:07,754 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-a0085e65-bbd6-437a-9f74-1391d7e5b0c6 2018-10-10 16:56:09,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:56:10,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:56: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-794962ed-a605-422b-9e90-7e28e44836d8 x-compute-request-id: req-794962ed-a605-422b-9e90-7e28e44836d8 Content-Encoding: gzip Content-Length: 7702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507953233 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135021] pid_max: default: 32768 minimum: 301\n[ 0.135943] ACPI: Core revision 20150930\n[ 0.137379] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138735] Security Framework initialized\n[ 0.139594] Yama: becoming mindful.\n[ 0.140340] AppArmor: AppArmor initialized\n[ 0.141207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142555] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143848] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145115] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146528] Initializing cgroup subsys io\n[ 0.147359] Initializing cgroup subsys memory\n[ 0.148228] Initializing cgroup subsys devices\n[ 0.149119] Initializing cgroup subsys freezer\n[ 0.149998] Initializing cgroup subsys net_cls\n[ 0.150872] Initializing cgroup subsys perf_event\n[ 0.151794] Initializing cgroup subsys net_prio\n[ 0.152696] Initializing cgroup subsys hugetlb\n[ 0.153575] Initializing cgroup subsys pids\n[ 0.154466] CPU: Physical Processor ID: 0\n[ 0.156024] mce: CPU supports 10 MCE banks\n[ 0.156900] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168513] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174820] ftrace: allocating 31920 entries in 125 pages\n[ 0.200713] smpboot: Max logical packages: 1\n[ 0.201576] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202943] x2apic enabled\n[ 0.203783] Switched APIC routing to physical x2apic.\n[ 0.205598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206762] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208811] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210673] KVM setup paravirtual spinlock\n[ 0.211976] x86: Booted up 1 node, 1 CPUs\n[ 0.212807] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214244] devtmpfs: initialized\n[ 0.215983] evm: security.selinux\n[ 0.216708] evm: security.SMACK64\n[ 0.217408] evm: security.SMACK64EXEC\n[ 0.218159] evm: security.SMACK64TRANSMUTE\n[ 0.218978] evm: security.SMACK64MMAP\n[ 0.219730] evm: security.ima\n[ 0.220382] evm: security.capability\n[ 0.221190] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223074] pinctrl core: initialized pinctrl subsystem\n[ 0.224184] RTC time: 16:55:21, date: 10/10/18\n[ 0.225141] NET: Registered protocol family 16\n[ 0.226167] cpuidle: using governor ladder\n[ 0.227011] cpuidle: using governor menu\n[ 0.227807] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230647] PCI: Using configuration type 1 for base access\n[ 0.232400] ACPI: Added _OSI(Module Device)\n[ 0.233259] ACPI: Added _OSI(Processor Device)\n[ 0.234134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237272] ACPI: Interpreter enabled\n[ 0.238045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245503] ACPI: (supports S0 S5)\n[ 0.246202] ACPI: Using IOAPIC for interrupt routing\n[ 0.247254] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251434] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252641] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253806] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255990] acpiphp: Slot [3] registered\n[ 0.256772] acpiphp: Slot [4] registered\n[ 0.257567] acpiphp: Slot [5] registered\n[ 0.258351] acpiphp: Slot [6] registered\n[ 0.259131] acpiphp: Slot [7] registered\n[ 0.259919] acpiphp: Slot [8] registered\n[ 0.260707] acpiphp: Slot [9] registered\n[ 0.261493] acpiphp: Slot [10] registered\n[ 0.262296] acpiphp: Slot [11] registered\n[ 0.263095] acpiphp: Slot [12] registered\n[ 0.263892] acpiphp: Slot [13] registered\n[ 0.264693] acpiphp: Slot [14] registered\n[ 0.265496] acpiphp: Slot [15] registered\n[ 0.276304] acpiphp: Slot [16] registered\n[ 0.277109] acpiphp: Slot [17] registered\n[ 0.277907] acpiphp: Slot [18] registered\n[ 0.278710] acpiphp: Slot [19] registered\n[ 0.279510] acpiphp: Slot [20] registered\n[ 0.280315] acpiphp: Slot [21] registered\n[ 0.281116] acpiphp: Slot [22] registered\n[ 0.281920] acpiphp: Slot [23] registered\n[ 0.282735] acpiphp: Slot [24] registered\n[ 0.283543] acpiphp: Slot [25] registered\n[ 0.284356] acpiphp: Slot [26] registered\n[ 0.285166] acpiphp: Slot [27] registered\n[ 0.285977] acpiphp: Slot [28] registered\n[ 0.286782] acpiphp: Slot [29] registered\n[ 0.287592] acpiphp: Slot [30] registered\n[ 0.288407] acpiphp: Slot [31] registered\n[ 0.289213] PCI host bridge to bus 0000:00\n[ 0.290023] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293887] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295327] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302909] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305331] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358785] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363069] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365695] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369574] vgaarb: loaded\n[ 0.370175] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371300] SCSI subsystem initialized\n[ 0.372114] ACPI: bus type USB registered\n[ 0.372916] usbcore: registered new interface driver usbfs\n[ 0.373931] usbcore: registered new interface driver hub\n[ 0.374929] usbcore: registered new device driver usb\n[ 0.375978] PCI: Using ACPI for IRQ routing\n[ 0.376988] NetLabel: Initializing\n[ 0.377695] NetLabel: domain hash size = 128\n[ 0.378542] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379491] NetLabel: unlabeled traffic allowed by default\n[ 0.380578] clocksource: Switched to clocksource kvm-clock\n[ 0.385973] AppArmor: AppArmor Filesystem Enabled\n[ 0.386926] pnp: PnP ACPI init\n[ 0.387826] pnp: PnP ACPI: found 5 devices\n[ 0.394185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395868] NET: Registered protocol family 2\n[ 0.396817] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401453] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402619] NET: Registered protocol family 1\n[ 0.403485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433870] Trying to unpack rootfs image as initramfs...\n[ 0.483716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497595] Scanning for low memory corruption every 60 seconds\n[ 0.498990] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500127] audit: initializing netlink subsys (disabled)\n[ 0.501152] audit: type=2000 audit(1539190522.753:1): initialized\n[ 0.502451] Initialise system trusted keyring\n[ 0.503373] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504525] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506476] zbud: loaded\n[ 0.507175] VFS: Disk quotas dquot_6.6.0\n[ 0.507993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509493] fuse init (API version 7.23)\n[ 0.510378] Key type big_key registered\n[ 0.511176] Allocating IMA MOK and blacklist keyrings.\n[ 0.512678] Key type asymmetric registered\n[ 0.513499] Asymmetric key parser 'x509' registered\n[ 0.514448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515896] io scheduler noop registered\n[ 0.516694] io scheduler deadline registered (default)\n[ 0.517679] io scheduler cfq registered\n[ 0.518507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519538] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520801] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522249] ACPI: Power Button [PWRF]\n[ 0.523073] GHES: HEST is not enabled!\n[ 0.536730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571168] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599021] Linux agpgart interface v0.103\n[ 0.601149] brd: module loaded\n[ 0.602385] loop: module loaded\n[ 0.607016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608463] GPT:90111 != 2097151\n[ 0.609144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610224] GPT:90111 != 2097151\n[ 0.610890] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611847] vda: vda1 vda15\n[ 0.613433] scsi host0: ata_piix\n[ 0.614164] scsi host1: ata_piix\n[ 0.614858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617488] libphy: Fixed MDIO Bus: probed\n[ 0.618310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621525] PPP generic driver version 2.4.2\n[ 0.622438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623741] ehci-pci: EHCI PCI platform driver\n[ 0.624639] ehci-platform: EHCI generic platform driver\n[ 0.625648] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626788] ohci-pci: OHCI PCI platform driver\n[ 0.627668] ohci-platform: OHCI generic platform driver\n[ 0.628677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643991] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650308] usb usb1: Product: UHCI Host Controller\n[ 0.651261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652417] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653464] hub 1-0:1.0: USB hub found\n[ 0.654254] hub 1-0:1.0: 2 ports detected\n[ 0.655163] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659334] mousedev: PS/2 mouse device common for all mice\n[ 0.660617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662479] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663574] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665991] i2c /dev entries driver\n[ 0.666748] device-mapper: uevent: version 1.0.3\n[ 0.667687] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669351] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670655] NET: Registered protocol family 10\n[ 0.671659] NET: Registered protocol family 17\n[ 0.672558] Key type dns_resolver registered\n[ 0.673511] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676396] registered taskstats version 1\n[ 0.677253] Loading compiled-in X.509 certificates\n[ 0.678709] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680603] zswap: loaded using pool lzo/zbud\n[ 0.681994] Key type trusted registered\n[ 0.684008] Key type encrypted registered\n[ 0.684845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686962] evm: HMAC attrs: 0x1\n[ 0.687899] Magic number: 6:364:944\n[ 0.688696] tty tty1: hash matches\n[ 0.689493] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:22 UTC (1539190522)\n[ 0.691463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692601] EDD information not available.\n[ 0.773676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785735] Write protecting the kernel read-only data: 14336k\n[ 0.787356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789184] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830795] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 16:56:10,854 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-794962ed-a605-422b-9e90-7e28e44836d8 2018-10-10 16:56:12,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:56:13,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16: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-c7381272-94e8-442c-a2c2-29e7bd3c6d7c x-compute-request-id: req-c7381272-94e8-442c-a2c2-29e7bd3c6d7c Content-Encoding: gzip Content-Length: 7702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507953233 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135021] pid_max: default: 32768 minimum: 301\n[ 0.135943] ACPI: Core revision 20150930\n[ 0.137379] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138735] Security Framework initialized\n[ 0.139594] Yama: becoming mindful.\n[ 0.140340] AppArmor: AppArmor initialized\n[ 0.141207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142555] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143848] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145115] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146528] Initializing cgroup subsys io\n[ 0.147359] Initializing cgroup subsys memory\n[ 0.148228] Initializing cgroup subsys devices\n[ 0.149119] Initializing cgroup subsys freezer\n[ 0.149998] Initializing cgroup subsys net_cls\n[ 0.150872] Initializing cgroup subsys perf_event\n[ 0.151794] Initializing cgroup subsys net_prio\n[ 0.152696] Initializing cgroup subsys hugetlb\n[ 0.153575] Initializing cgroup subsys pids\n[ 0.154466] CPU: Physical Processor ID: 0\n[ 0.156024] mce: CPU supports 10 MCE banks\n[ 0.156900] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168513] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174820] ftrace: allocating 31920 entries in 125 pages\n[ 0.200713] smpboot: Max logical packages: 1\n[ 0.201576] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202943] x2apic enabled\n[ 0.203783] Switched APIC routing to physical x2apic.\n[ 0.205598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206762] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208811] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210673] KVM setup paravirtual spinlock\n[ 0.211976] x86: Booted up 1 node, 1 CPUs\n[ 0.212807] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214244] devtmpfs: initialized\n[ 0.215983] evm: security.selinux\n[ 0.216708] evm: security.SMACK64\n[ 0.217408] evm: security.SMACK64EXEC\n[ 0.218159] evm: security.SMACK64TRANSMUTE\n[ 0.218978] evm: security.SMACK64MMAP\n[ 0.219730] evm: security.ima\n[ 0.220382] evm: security.capability\n[ 0.221190] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223074] pinctrl core: initialized pinctrl subsystem\n[ 0.224184] RTC time: 16:55:21, date: 10/10/18\n[ 0.225141] NET: Registered protocol family 16\n[ 0.226167] cpuidle: using governor ladder\n[ 0.227011] cpuidle: using governor menu\n[ 0.227807] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230647] PCI: Using configuration type 1 for base access\n[ 0.232400] ACPI: Added _OSI(Module Device)\n[ 0.233259] ACPI: Added _OSI(Processor Device)\n[ 0.234134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237272] ACPI: Interpreter enabled\n[ 0.238045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245503] ACPI: (supports S0 S5)\n[ 0.246202] ACPI: Using IOAPIC for interrupt routing\n[ 0.247254] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251434] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252641] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253806] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255990] acpiphp: Slot [3] registered\n[ 0.256772] acpiphp: Slot [4] registered\n[ 0.257567] acpiphp: Slot [5] registered\n[ 0.258351] acpiphp: Slot [6] registered\n[ 0.259131] acpiphp: Slot [7] registered\n[ 0.259919] acpiphp: Slot [8] registered\n[ 0.260707] acpiphp: Slot [9] registered\n[ 0.261493] acpiphp: Slot [10] registered\n[ 0.262296] acpiphp: Slot [11] registered\n[ 0.263095] acpiphp: Slot [12] registered\n[ 0.263892] acpiphp: Slot [13] registered\n[ 0.264693] acpiphp: Slot [14] registered\n[ 0.265496] acpiphp: Slot [15] registered\n[ 0.276304] acpiphp: Slot [16] registered\n[ 0.277109] acpiphp: Slot [17] registered\n[ 0.277907] acpiphp: Slot [18] registered\n[ 0.278710] acpiphp: Slot [19] registered\n[ 0.279510] acpiphp: Slot [20] registered\n[ 0.280315] acpiphp: Slot [21] registered\n[ 0.281116] acpiphp: Slot [22] registered\n[ 0.281920] acpiphp: Slot [23] registered\n[ 0.282735] acpiphp: Slot [24] registered\n[ 0.283543] acpiphp: Slot [25] registered\n[ 0.284356] acpiphp: Slot [26] registered\n[ 0.285166] acpiphp: Slot [27] registered\n[ 0.285977] acpiphp: Slot [28] registered\n[ 0.286782] acpiphp: Slot [29] registered\n[ 0.287592] acpiphp: Slot [30] registered\n[ 0.288407] acpiphp: Slot [31] registered\n[ 0.289213] PCI host bridge to bus 0000:00\n[ 0.290023] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293887] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295327] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302909] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305331] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358785] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363069] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365695] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369574] vgaarb: loaded\n[ 0.370175] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371300] SCSI subsystem initialized\n[ 0.372114] ACPI: bus type USB registered\n[ 0.372916] usbcore: registered new interface driver usbfs\n[ 0.373931] usbcore: registered new interface driver hub\n[ 0.374929] usbcore: registered new device driver usb\n[ 0.375978] PCI: Using ACPI for IRQ routing\n[ 0.376988] NetLabel: Initializing\n[ 0.377695] NetLabel: domain hash size = 128\n[ 0.378542] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379491] NetLabel: unlabeled traffic allowed by default\n[ 0.380578] clocksource: Switched to clocksource kvm-clock\n[ 0.385973] AppArmor: AppArmor Filesystem Enabled\n[ 0.386926] pnp: PnP ACPI init\n[ 0.387826] pnp: PnP ACPI: found 5 devices\n[ 0.394185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395868] NET: Registered protocol family 2\n[ 0.396817] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401453] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402619] NET: Registered protocol family 1\n[ 0.403485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433870] Trying to unpack rootfs image as initramfs...\n[ 0.483716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497595] Scanning for low memory corruption every 60 seconds\n[ 0.498990] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500127] audit: initializing netlink subsys (disabled)\n[ 0.501152] audit: type=2000 audit(1539190522.753:1): initialized\n[ 0.502451] Initialise system trusted keyring\n[ 0.503373] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504525] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506476] zbud: loaded\n[ 0.507175] VFS: Disk quotas dquot_6.6.0\n[ 0.507993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509493] fuse init (API version 7.23)\n[ 0.510378] Key type big_key registered\n[ 0.511176] Allocating IMA MOK and blacklist keyrings.\n[ 0.512678] Key type asymmetric registered\n[ 0.513499] Asymmetric key parser 'x509' registered\n[ 0.514448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515896] io scheduler noop registered\n[ 0.516694] io scheduler deadline registered (default)\n[ 0.517679] io scheduler cfq registered\n[ 0.518507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519538] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520801] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522249] ACPI: Power Button [PWRF]\n[ 0.523073] GHES: HEST is not enabled!\n[ 0.536730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571168] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599021] Linux agpgart interface v0.103\n[ 0.601149] brd: module loaded\n[ 0.602385] loop: module loaded\n[ 0.607016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608463] GPT:90111 != 2097151\n[ 0.609144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610224] GPT:90111 != 2097151\n[ 0.610890] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611847] vda: vda1 vda15\n[ 0.613433] scsi host0: ata_piix\n[ 0.614164] scsi host1: ata_piix\n[ 0.614858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617488] libphy: Fixed MDIO Bus: probed\n[ 0.618310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621525] PPP generic driver version 2.4.2\n[ 0.622438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623741] ehci-pci: EHCI PCI platform driver\n[ 0.624639] ehci-platform: EHCI generic platform driver\n[ 0.625648] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626788] ohci-pci: OHCI PCI platform driver\n[ 0.627668] ohci-platform: OHCI generic platform driver\n[ 0.628677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643991] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650308] usb usb1: Product: UHCI Host Controller\n[ 0.651261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652417] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653464] hub 1-0:1.0: USB hub found\n[ 0.654254] hub 1-0:1.0: 2 ports detected\n[ 0.655163] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659334] mousedev: PS/2 mouse device common for all mice\n[ 0.660617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662479] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663574] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665991] i2c /dev entries driver\n[ 0.666748] device-mapper: uevent: version 1.0.3\n[ 0.667687] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669351] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670655] NET: Registered protocol family 10\n[ 0.671659] NET: Registered protocol family 17\n[ 0.672558] Key type dns_resolver registered\n[ 0.673511] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676396] registered taskstats version 1\n[ 0.677253] Loading compiled-in X.509 certificates\n[ 0.678709] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680603] zswap: loaded using pool lzo/zbud\n[ 0.681994] Key type trusted registered\n[ 0.684008] Key type encrypted registered\n[ 0.684845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686962] evm: HMAC attrs: 0x1\n[ 0.687899] Magic number: 6:364:944\n[ 0.688696] tty tty1: hash matches\n[ 0.689493] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:22 UTC (1539190522)\n[ 0.691463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692601] EDD information not available.\n[ 0.773676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785735] Write protecting the kernel read-only data: 14336k\n[ 0.787356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789184] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830795] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 16:56:13,944 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-c7381272-94e8-442c-a2c2-29e7bd3c6d7c 2018-10-10 16:56:15,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:56:17,039 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:56:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-860ece3a-bf65-495e-9dd6-12edd41b2489 x-compute-request-id: req-860ece3a-bf65-495e-9dd6-12edd41b2489 Content-Encoding: gzip Content-Length: 7702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507953233 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135021] pid_max: default: 32768 minimum: 301\n[ 0.135943] ACPI: Core revision 20150930\n[ 0.137379] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138735] Security Framework initialized\n[ 0.139594] Yama: becoming mindful.\n[ 0.140340] AppArmor: AppArmor initialized\n[ 0.141207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142555] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143848] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145115] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146528] Initializing cgroup subsys io\n[ 0.147359] Initializing cgroup subsys memory\n[ 0.148228] Initializing cgroup subsys devices\n[ 0.149119] Initializing cgroup subsys freezer\n[ 0.149998] Initializing cgroup subsys net_cls\n[ 0.150872] Initializing cgroup subsys perf_event\n[ 0.151794] Initializing cgroup subsys net_prio\n[ 0.152696] Initializing cgroup subsys hugetlb\n[ 0.153575] Initializing cgroup subsys pids\n[ 0.154466] CPU: Physical Processor ID: 0\n[ 0.156024] mce: CPU supports 10 MCE banks\n[ 0.156900] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168513] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174820] ftrace: allocating 31920 entries in 125 pages\n[ 0.200713] smpboot: Max logical packages: 1\n[ 0.201576] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202943] x2apic enabled\n[ 0.203783] Switched APIC routing to physical x2apic.\n[ 0.205598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206762] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208811] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210673] KVM setup paravirtual spinlock\n[ 0.211976] x86: Booted up 1 node, 1 CPUs\n[ 0.212807] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214244] devtmpfs: initialized\n[ 0.215983] evm: security.selinux\n[ 0.216708] evm: security.SMACK64\n[ 0.217408] evm: security.SMACK64EXEC\n[ 0.218159] evm: security.SMACK64TRANSMUTE\n[ 0.218978] evm: security.SMACK64MMAP\n[ 0.219730] evm: security.ima\n[ 0.220382] evm: security.capability\n[ 0.221190] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223074] pinctrl core: initialized pinctrl subsystem\n[ 0.224184] RTC time: 16:55:21, date: 10/10/18\n[ 0.225141] NET: Registered protocol family 16\n[ 0.226167] cpuidle: using governor ladder\n[ 0.227011] cpuidle: using governor menu\n[ 0.227807] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230647] PCI: Using configuration type 1 for base access\n[ 0.232400] ACPI: Added _OSI(Module Device)\n[ 0.233259] ACPI: Added _OSI(Processor Device)\n[ 0.234134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237272] ACPI: Interpreter enabled\n[ 0.238045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245503] ACPI: (supports S0 S5)\n[ 0.246202] ACPI: Using IOAPIC for interrupt routing\n[ 0.247254] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251434] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252641] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253806] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255990] acpiphp: Slot [3] registered\n[ 0.256772] acpiphp: Slot [4] registered\n[ 0.257567] acpiphp: Slot [5] registered\n[ 0.258351] acpiphp: Slot [6] registered\n[ 0.259131] acpiphp: Slot [7] registered\n[ 0.259919] acpiphp: Slot [8] registered\n[ 0.260707] acpiphp: Slot [9] registered\n[ 0.261493] acpiphp: Slot [10] registered\n[ 0.262296] acpiphp: Slot [11] registered\n[ 0.263095] acpiphp: Slot [12] registered\n[ 0.263892] acpiphp: Slot [13] registered\n[ 0.264693] acpiphp: Slot [14] registered\n[ 0.265496] acpiphp: Slot [15] registered\n[ 0.276304] acpiphp: Slot [16] registered\n[ 0.277109] acpiphp: Slot [17] registered\n[ 0.277907] acpiphp: Slot [18] registered\n[ 0.278710] acpiphp: Slot [19] registered\n[ 0.279510] acpiphp: Slot [20] registered\n[ 0.280315] acpiphp: Slot [21] registered\n[ 0.281116] acpiphp: Slot [22] registered\n[ 0.281920] acpiphp: Slot [23] registered\n[ 0.282735] acpiphp: Slot [24] registered\n[ 0.283543] acpiphp: Slot [25] registered\n[ 0.284356] acpiphp: Slot [26] registered\n[ 0.285166] acpiphp: Slot [27] registered\n[ 0.285977] acpiphp: Slot [28] registered\n[ 0.286782] acpiphp: Slot [29] registered\n[ 0.287592] acpiphp: Slot [30] registered\n[ 0.288407] acpiphp: Slot [31] registered\n[ 0.289213] PCI host bridge to bus 0000:00\n[ 0.290023] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293887] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295327] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302909] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305331] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358785] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363069] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365695] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369574] vgaarb: loaded\n[ 0.370175] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371300] SCSI subsystem initialized\n[ 0.372114] ACPI: bus type USB registered\n[ 0.372916] usbcore: registered new interface driver usbfs\n[ 0.373931] usbcore: registered new interface driver hub\n[ 0.374929] usbcore: registered new device driver usb\n[ 0.375978] PCI: Using ACPI for IRQ routing\n[ 0.376988] NetLabel: Initializing\n[ 0.377695] NetLabel: domain hash size = 128\n[ 0.378542] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379491] NetLabel: unlabeled traffic allowed by default\n[ 0.380578] clocksource: Switched to clocksource kvm-clock\n[ 0.385973] AppArmor: AppArmor Filesystem Enabled\n[ 0.386926] pnp: PnP ACPI init\n[ 0.387826] pnp: PnP ACPI: found 5 devices\n[ 0.394185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395868] NET: Registered protocol family 2\n[ 0.396817] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401453] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402619] NET: Registered protocol family 1\n[ 0.403485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433870] Trying to unpack rootfs image as initramfs...\n[ 0.483716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497595] Scanning for low memory corruption every 60 seconds\n[ 0.498990] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500127] audit: initializing netlink subsys (disabled)\n[ 0.501152] audit: type=2000 audit(1539190522.753:1): initialized\n[ 0.502451] Initialise system trusted keyring\n[ 0.503373] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504525] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506476] zbud: loaded\n[ 0.507175] VFS: Disk quotas dquot_6.6.0\n[ 0.507993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509493] fuse init (API version 7.23)\n[ 0.510378] Key type big_key registered\n[ 0.511176] Allocating IMA MOK and blacklist keyrings.\n[ 0.512678] Key type asymmetric registered\n[ 0.513499] Asymmetric key parser 'x509' registered\n[ 0.514448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515896] io scheduler noop registered\n[ 0.516694] io scheduler deadline registered (default)\n[ 0.517679] io scheduler cfq registered\n[ 0.518507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519538] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520801] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522249] ACPI: Power Button [PWRF]\n[ 0.523073] GHES: HEST is not enabled!\n[ 0.536730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571168] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599021] Linux agpgart interface v0.103\n[ 0.601149] brd: module loaded\n[ 0.602385] loop: module loaded\n[ 0.607016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608463] GPT:90111 != 2097151\n[ 0.609144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610224] GPT:90111 != 2097151\n[ 0.610890] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611847] vda: vda1 vda15\n[ 0.613433] scsi host0: ata_piix\n[ 0.614164] scsi host1: ata_piix\n[ 0.614858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617488] libphy: Fixed MDIO Bus: probed\n[ 0.618310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621525] PPP generic driver version 2.4.2\n[ 0.622438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623741] ehci-pci: EHCI PCI platform driver\n[ 0.624639] ehci-platform: EHCI generic platform driver\n[ 0.625648] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626788] ohci-pci: OHCI PCI platform driver\n[ 0.627668] ohci-platform: OHCI generic platform driver\n[ 0.628677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643991] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650308] usb usb1: Product: UHCI Host Controller\n[ 0.651261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652417] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653464] hub 1-0:1.0: USB hub found\n[ 0.654254] hub 1-0:1.0: 2 ports detected\n[ 0.655163] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659334] mousedev: PS/2 mouse device common for all mice\n[ 0.660617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662479] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663574] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665991] i2c /dev entries driver\n[ 0.666748] device-mapper: uevent: version 1.0.3\n[ 0.667687] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669351] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670655] NET: Registered protocol family 10\n[ 0.671659] NET: Registered protocol family 17\n[ 0.672558] Key type dns_resolver registered\n[ 0.673511] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676396] registered taskstats version 1\n[ 0.677253] Loading compiled-in X.509 certificates\n[ 0.678709] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680603] zswap: loaded using pool lzo/zbud\n[ 0.681994] Key type trusted registered\n[ 0.684008] Key type encrypted registered\n[ 0.684845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686962] evm: HMAC attrs: 0x1\n[ 0.687899] Magic number: 6:364:944\n[ 0.688696] tty tty1: hash matches\n[ 0.689493] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:22 UTC (1539190522)\n[ 0.691463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692601] EDD information not available.\n[ 0.773676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785735] Write protecting the kernel read-only data: 14336k\n[ 0.787356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789184] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830795] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 16:56:17,039 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-860ece3a-bf65-495e-9dd6-12edd41b2489 2018-10-10 16:56:19,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:56:20,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:56:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13d7285e-67f2-47e2-b3dc-a382779e5f48 x-compute-request-id: req-13d7285e-67f2-47e2-b3dc-a382779e5f48 Content-Encoding: gzip Content-Length: 7702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507953233 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135021] pid_max: default: 32768 minimum: 301\n[ 0.135943] ACPI: Core revision 20150930\n[ 0.137379] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138735] Security Framework initialized\n[ 0.139594] Yama: becoming mindful.\n[ 0.140340] AppArmor: AppArmor initialized\n[ 0.141207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142555] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143848] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145115] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146528] Initializing cgroup subsys io\n[ 0.147359] Initializing cgroup subsys memory\n[ 0.148228] Initializing cgroup subsys devices\n[ 0.149119] Initializing cgroup subsys freezer\n[ 0.149998] Initializing cgroup subsys net_cls\n[ 0.150872] Initializing cgroup subsys perf_event\n[ 0.151794] Initializing cgroup subsys net_prio\n[ 0.152696] Initializing cgroup subsys hugetlb\n[ 0.153575] Initializing cgroup subsys pids\n[ 0.154466] CPU: Physical Processor ID: 0\n[ 0.156024] mce: CPU supports 10 MCE banks\n[ 0.156900] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168513] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174820] ftrace: allocating 31920 entries in 125 pages\n[ 0.200713] smpboot: Max logical packages: 1\n[ 0.201576] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202943] x2apic enabled\n[ 0.203783] Switched APIC routing to physical x2apic.\n[ 0.205598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206762] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208811] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210673] KVM setup paravirtual spinlock\n[ 0.211976] x86: Booted up 1 node, 1 CPUs\n[ 0.212807] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214244] devtmpfs: initialized\n[ 0.215983] evm: security.selinux\n[ 0.216708] evm: security.SMACK64\n[ 0.217408] evm: security.SMACK64EXEC\n[ 0.218159] evm: security.SMACK64TRANSMUTE\n[ 0.218978] evm: security.SMACK64MMAP\n[ 0.219730] evm: security.ima\n[ 0.220382] evm: security.capability\n[ 0.221190] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223074] pinctrl core: initialized pinctrl subsystem\n[ 0.224184] RTC time: 16:55:21, date: 10/10/18\n[ 0.225141] NET: Registered protocol family 16\n[ 0.226167] cpuidle: using governor ladder\n[ 0.227011] cpuidle: using governor menu\n[ 0.227807] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230647] PCI: Using configuration type 1 for base access\n[ 0.232400] ACPI: Added _OSI(Module Device)\n[ 0.233259] ACPI: Added _OSI(Processor Device)\n[ 0.234134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237272] ACPI: Interpreter enabled\n[ 0.238045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245503] ACPI: (supports S0 S5)\n[ 0.246202] ACPI: Using IOAPIC for interrupt routing\n[ 0.247254] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251434] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252641] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253806] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255990] acpiphp: Slot [3] registered\n[ 0.256772] acpiphp: Slot [4] registered\n[ 0.257567] acpiphp: Slot [5] registered\n[ 0.258351] acpiphp: Slot [6] registered\n[ 0.259131] acpiphp: Slot [7] registered\n[ 0.259919] acpiphp: Slot [8] registered\n[ 0.260707] acpiphp: Slot [9] registered\n[ 0.261493] acpiphp: Slot [10] registered\n[ 0.262296] acpiphp: Slot [11] registered\n[ 0.263095] acpiphp: Slot [12] registered\n[ 0.263892] acpiphp: Slot [13] registered\n[ 0.264693] acpiphp: Slot [14] registered\n[ 0.265496] acpiphp: Slot [15] registered\n[ 0.276304] acpiphp: Slot [16] registered\n[ 0.277109] acpiphp: Slot [17] registered\n[ 0.277907] acpiphp: Slot [18] registered\n[ 0.278710] acpiphp: Slot [19] registered\n[ 0.279510] acpiphp: Slot [20] registered\n[ 0.280315] acpiphp: Slot [21] registered\n[ 0.281116] acpiphp: Slot [22] registered\n[ 0.281920] acpiphp: Slot [23] registered\n[ 0.282735] acpiphp: Slot [24] registered\n[ 0.283543] acpiphp: Slot [25] registered\n[ 0.284356] acpiphp: Slot [26] registered\n[ 0.285166] acpiphp: Slot [27] registered\n[ 0.285977] acpiphp: Slot [28] registered\n[ 0.286782] acpiphp: Slot [29] registered\n[ 0.287592] acpiphp: Slot [30] registered\n[ 0.288407] acpiphp: Slot [31] registered\n[ 0.289213] PCI host bridge to bus 0000:00\n[ 0.290023] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293887] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295327] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302909] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305331] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358785] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363069] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365695] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369574] vgaarb: loaded\n[ 0.370175] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371300] SCSI subsystem initialized\n[ 0.372114] ACPI: bus type USB registered\n[ 0.372916] usbcore: registered new interface driver usbfs\n[ 0.373931] usbcore: registered new interface driver hub\n[ 0.374929] usbcore: registered new device driver usb\n[ 0.375978] PCI: Using ACPI for IRQ routing\n[ 0.376988] NetLabel: Initializing\n[ 0.377695] NetLabel: domain hash size = 128\n[ 0.378542] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379491] NetLabel: unlabeled traffic allowed by default\n[ 0.380578] clocksource: Switched to clocksource kvm-clock\n[ 0.385973] AppArmor: AppArmor Filesystem Enabled\n[ 0.386926] pnp: PnP ACPI init\n[ 0.387826] pnp: PnP ACPI: found 5 devices\n[ 0.394185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395868] NET: Registered protocol family 2\n[ 0.396817] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401453] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402619] NET: Registered protocol family 1\n[ 0.403485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433870] Trying to unpack rootfs image as initramfs...\n[ 0.483716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497595] Scanning for low memory corruption every 60 seconds\n[ 0.498990] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500127] audit: initializing netlink subsys (disabled)\n[ 0.501152] audit: type=2000 audit(1539190522.753:1): initialized\n[ 0.502451] Initialise system trusted keyring\n[ 0.503373] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504525] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506476] zbud: loaded\n[ 0.507175] VFS: Disk quotas dquot_6.6.0\n[ 0.507993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509493] fuse init (API version 7.23)\n[ 0.510378] Key type big_key registered\n[ 0.511176] Allocating IMA MOK and blacklist keyrings.\n[ 0.512678] Key type asymmetric registered\n[ 0.513499] Asymmetric key parser 'x509' registered\n[ 0.514448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515896] io scheduler noop registered\n[ 0.516694] io scheduler deadline registered (default)\n[ 0.517679] io scheduler cfq registered\n[ 0.518507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519538] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520801] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522249] ACPI: Power Button [PWRF]\n[ 0.523073] GHES: HEST is not enabled!\n[ 0.536730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571168] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599021] Linux agpgart interface v0.103\n[ 0.601149] brd: module loaded\n[ 0.602385] loop: module loaded\n[ 0.607016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608463] GPT:90111 != 2097151\n[ 0.609144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610224] GPT:90111 != 2097151\n[ 0.610890] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611847] vda: vda1 vda15\n[ 0.613433] scsi host0: ata_piix\n[ 0.614164] scsi host1: ata_piix\n[ 0.614858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617488] libphy: Fixed MDIO Bus: probed\n[ 0.618310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621525] PPP generic driver version 2.4.2\n[ 0.622438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623741] ehci-pci: EHCI PCI platform driver\n[ 0.624639] ehci-platform: EHCI generic platform driver\n[ 0.625648] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626788] ohci-pci: OHCI PCI platform driver\n[ 0.627668] ohci-platform: OHCI generic platform driver\n[ 0.628677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643991] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650308] usb usb1: Product: UHCI Host Controller\n[ 0.651261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652417] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653464] hub 1-0:1.0: USB hub found\n[ 0.654254] hub 1-0:1.0: 2 ports detected\n[ 0.655163] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659334] mousedev: PS/2 mouse device common for all mice\n[ 0.660617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662479] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663574] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665991] i2c /dev entries driver\n[ 0.666748] device-mapper: uevent: version 1.0.3\n[ 0.667687] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669351] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670655] NET: Registered protocol family 10\n[ 0.671659] NET: Registered protocol family 17\n[ 0.672558] Key type dns_resolver registered\n[ 0.673511] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676396] registered taskstats version 1\n[ 0.677253] Loading compiled-in X.509 certificates\n[ 0.678709] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680603] zswap: loaded using pool lzo/zbud\n[ 0.681994] Key type trusted registered\n[ 0.684008] Key type encrypted registered\n[ 0.684845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686962] evm: HMAC attrs: 0x1\n[ 0.687899] Magic number: 6:364:944\n[ 0.688696] tty tty1: hash matches\n[ 0.689493] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:22 UTC (1539190522)\n[ 0.691463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692601] EDD information not available.\n[ 0.773676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785735] Write protecting the kernel read-only data: 14336k\n[ 0.787356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789184] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830795] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 16:56:20,123 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-13d7285e-67f2-47e2-b3dc-a382779e5f48 2018-10-10 16:56:22,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:56:23,234 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16: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-58ec2d44-73c5-4b9a-805a-0e9a08ccdf69 x-compute-request-id: req-58ec2d44-73c5-4b9a-805a-0e9a08ccdf69 Content-Encoding: gzip Content-Length: 7702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507953233 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135021] pid_max: default: 32768 minimum: 301\n[ 0.135943] ACPI: Core revision 20150930\n[ 0.137379] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138735] Security Framework initialized\n[ 0.139594] Yama: becoming mindful.\n[ 0.140340] AppArmor: AppArmor initialized\n[ 0.141207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142555] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143848] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145115] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146528] Initializing cgroup subsys io\n[ 0.147359] Initializing cgroup subsys memory\n[ 0.148228] Initializing cgroup subsys devices\n[ 0.149119] Initializing cgroup subsys freezer\n[ 0.149998] Initializing cgroup subsys net_cls\n[ 0.150872] Initializing cgroup subsys perf_event\n[ 0.151794] Initializing cgroup subsys net_prio\n[ 0.152696] Initializing cgroup subsys hugetlb\n[ 0.153575] Initializing cgroup subsys pids\n[ 0.154466] CPU: Physical Processor ID: 0\n[ 0.156024] mce: CPU supports 10 MCE banks\n[ 0.156900] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168513] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174820] ftrace: allocating 31920 entries in 125 pages\n[ 0.200713] smpboot: Max logical packages: 1\n[ 0.201576] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202943] x2apic enabled\n[ 0.203783] Switched APIC routing to physical x2apic.\n[ 0.205598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206762] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208811] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210673] KVM setup paravirtual spinlock\n[ 0.211976] x86: Booted up 1 node, 1 CPUs\n[ 0.212807] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214244] devtmpfs: initialized\n[ 0.215983] evm: security.selinux\n[ 0.216708] evm: security.SMACK64\n[ 0.217408] evm: security.SMACK64EXEC\n[ 0.218159] evm: security.SMACK64TRANSMUTE\n[ 0.218978] evm: security.SMACK64MMAP\n[ 0.219730] evm: security.ima\n[ 0.220382] evm: security.capability\n[ 0.221190] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223074] pinctrl core: initialized pinctrl subsystem\n[ 0.224184] RTC time: 16:55:21, date: 10/10/18\n[ 0.225141] NET: Registered protocol family 16\n[ 0.226167] cpuidle: using governor ladder\n[ 0.227011] cpuidle: using governor menu\n[ 0.227807] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230647] PCI: Using configuration type 1 for base access\n[ 0.232400] ACPI: Added _OSI(Module Device)\n[ 0.233259] ACPI: Added _OSI(Processor Device)\n[ 0.234134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237272] ACPI: Interpreter enabled\n[ 0.238045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245503] ACPI: (supports S0 S5)\n[ 0.246202] ACPI: Using IOAPIC for interrupt routing\n[ 0.247254] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251434] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252641] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253806] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255990] acpiphp: Slot [3] registered\n[ 0.256772] acpiphp: Slot [4] registered\n[ 0.257567] acpiphp: Slot [5] registered\n[ 0.258351] acpiphp: Slot [6] registered\n[ 0.259131] acpiphp: Slot [7] registered\n[ 0.259919] acpiphp: Slot [8] registered\n[ 0.260707] acpiphp: Slot [9] registered\n[ 0.261493] acpiphp: Slot [10] registered\n[ 0.262296] acpiphp: Slot [11] registered\n[ 0.263095] acpiphp: Slot [12] registered\n[ 0.263892] acpiphp: Slot [13] registered\n[ 0.264693] acpiphp: Slot [14] registered\n[ 0.265496] acpiphp: Slot [15] registered\n[ 0.276304] acpiphp: Slot [16] registered\n[ 0.277109] acpiphp: Slot [17] registered\n[ 0.277907] acpiphp: Slot [18] registered\n[ 0.278710] acpiphp: Slot [19] registered\n[ 0.279510] acpiphp: Slot [20] registered\n[ 0.280315] acpiphp: Slot [21] registered\n[ 0.281116] acpiphp: Slot [22] registered\n[ 0.281920] acpiphp: Slot [23] registered\n[ 0.282735] acpiphp: Slot [24] registered\n[ 0.283543] acpiphp: Slot [25] registered\n[ 0.284356] acpiphp: Slot [26] registered\n[ 0.285166] acpiphp: Slot [27] registered\n[ 0.285977] acpiphp: Slot [28] registered\n[ 0.286782] acpiphp: Slot [29] registered\n[ 0.287592] acpiphp: Slot [30] registered\n[ 0.288407] acpiphp: Slot [31] registered\n[ 0.289213] PCI host bridge to bus 0000:00\n[ 0.290023] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293887] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295327] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302909] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305331] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358785] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363069] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365695] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369574] vgaarb: loaded\n[ 0.370175] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371300] SCSI subsystem initialized\n[ 0.372114] ACPI: bus type USB registered\n[ 0.372916] usbcore: registered new interface driver usbfs\n[ 0.373931] usbcore: registered new interface driver hub\n[ 0.374929] usbcore: registered new device driver usb\n[ 0.375978] PCI: Using ACPI for IRQ routing\n[ 0.376988] NetLabel: Initializing\n[ 0.377695] NetLabel: domain hash size = 128\n[ 0.378542] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379491] NetLabel: unlabeled traffic allowed by default\n[ 0.380578] clocksource: Switched to clocksource kvm-clock\n[ 0.385973] AppArmor: AppArmor Filesystem Enabled\n[ 0.386926] pnp: PnP ACPI init\n[ 0.387826] pnp: PnP ACPI: found 5 devices\n[ 0.394185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395868] NET: Registered protocol family 2\n[ 0.396817] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401453] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402619] NET: Registered protocol family 1\n[ 0.403485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433870] Trying to unpack rootfs image as initramfs...\n[ 0.483716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497595] Scanning for low memory corruption every 60 seconds\n[ 0.498990] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500127] audit: initializing netlink subsys (disabled)\n[ 0.501152] audit: type=2000 audit(1539190522.753:1): initialized\n[ 0.502451] Initialise system trusted keyring\n[ 0.503373] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504525] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506476] zbud: loaded\n[ 0.507175] VFS: Disk quotas dquot_6.6.0\n[ 0.507993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509493] fuse init (API version 7.23)\n[ 0.510378] Key type big_key registered\n[ 0.511176] Allocating IMA MOK and blacklist keyrings.\n[ 0.512678] Key type asymmetric registered\n[ 0.513499] Asymmetric key parser 'x509' registered\n[ 0.514448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515896] io scheduler noop registered\n[ 0.516694] io scheduler deadline registered (default)\n[ 0.517679] io scheduler cfq registered\n[ 0.518507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519538] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520801] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522249] ACPI: Power Button [PWRF]\n[ 0.523073] GHES: HEST is not enabled!\n[ 0.536730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571168] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599021] Linux agpgart interface v0.103\n[ 0.601149] brd: module loaded\n[ 0.602385] loop: module loaded\n[ 0.607016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608463] GPT:90111 != 2097151\n[ 0.609144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610224] GPT:90111 != 2097151\n[ 0.610890] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611847] vda: vda1 vda15\n[ 0.613433] scsi host0: ata_piix\n[ 0.614164] scsi host1: ata_piix\n[ 0.614858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617488] libphy: Fixed MDIO Bus: probed\n[ 0.618310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621525] PPP generic driver version 2.4.2\n[ 0.622438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623741] ehci-pci: EHCI PCI platform driver\n[ 0.624639] ehci-platform: EHCI generic platform driver\n[ 0.625648] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626788] ohci-pci: OHCI PCI platform driver\n[ 0.627668] ohci-platform: OHCI generic platform driver\n[ 0.628677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643991] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650308] usb usb1: Product: UHCI Host Controller\n[ 0.651261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652417] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653464] hub 1-0:1.0: USB hub found\n[ 0.654254] hub 1-0:1.0: 2 ports detected\n[ 0.655163] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659334] mousedev: PS/2 mouse device common for all mice\n[ 0.660617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662479] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663574] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665991] i2c /dev entries driver\n[ 0.666748] device-mapper: uevent: version 1.0.3\n[ 0.667687] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669351] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670655] NET: Registered protocol family 10\n[ 0.671659] NET: Registered protocol family 17\n[ 0.672558] Key type dns_resolver registered\n[ 0.673511] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676396] registered taskstats version 1\n[ 0.677253] Loading compiled-in X.509 certificates\n[ 0.678709] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680603] zswap: loaded using pool lzo/zbud\n[ 0.681994] Key type trusted registered\n[ 0.684008] Key type encrypted registered\n[ 0.684845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686962] evm: HMAC attrs: 0x1\n[ 0.687899] Magic number: 6:364:944\n[ 0.688696] tty tty1: hash matches\n[ 0.689493] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:22 UTC (1539190522)\n[ 0.691463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692601] EDD information not available.\n[ 0.773676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785735] Write protecting the kernel read-only data: 14336k\n[ 0.787356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789184] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830795] random: blkid urandom read with 2 bits 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 16:56:23,234 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-58ec2d44-73c5-4b9a-805a-0e9a08ccdf69 2018-10-10 16:56:25,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:56:26,316 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16: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-4c34b2c3-92f2-4a1f-99db-d60b517072af x-compute-request-id: req-4c34b2c3-92f2-4a1f-99db-d60b517072af Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507953233 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135021] pid_max: default: 32768 minimum: 301\n[ 0.135943] ACPI: Core revision 20150930\n[ 0.137379] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138735] Security Framework initialized\n[ 0.139594] Yama: becoming mindful.\n[ 0.140340] AppArmor: AppArmor initialized\n[ 0.141207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142555] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143848] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145115] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146528] Initializing cgroup subsys io\n[ 0.147359] Initializing cgroup subsys memory\n[ 0.148228] Initializing cgroup subsys devices\n[ 0.149119] Initializing cgroup subsys freezer\n[ 0.149998] Initializing cgroup subsys net_cls\n[ 0.150872] Initializing cgroup subsys perf_event\n[ 0.151794] Initializing cgroup subsys net_prio\n[ 0.152696] Initializing cgroup subsys hugetlb\n[ 0.153575] Initializing cgroup subsys pids\n[ 0.154466] CPU: Physical Processor ID: 0\n[ 0.156024] mce: CPU supports 10 MCE banks\n[ 0.156900] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168513] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174820] ftrace: allocating 31920 entries in 125 pages\n[ 0.200713] smpboot: Max logical packages: 1\n[ 0.201576] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202943] x2apic enabled\n[ 0.203783] Switched APIC routing to physical x2apic.\n[ 0.205598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206762] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208811] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210673] KVM setup paravirtual spinlock\n[ 0.211976] x86: Booted up 1 node, 1 CPUs\n[ 0.212807] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214244] devtmpfs: initialized\n[ 0.215983] evm: security.selinux\n[ 0.216708] evm: security.SMACK64\n[ 0.217408] evm: security.SMACK64EXEC\n[ 0.218159] evm: security.SMACK64TRANSMUTE\n[ 0.218978] evm: security.SMACK64MMAP\n[ 0.219730] evm: security.ima\n[ 0.220382] evm: security.capability\n[ 0.221190] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223074] pinctrl core: initialized pinctrl subsystem\n[ 0.224184] RTC time: 16:55:21, date: 10/10/18\n[ 0.225141] NET: Registered protocol family 16\n[ 0.226167] cpuidle: using governor ladder\n[ 0.227011] cpuidle: using governor menu\n[ 0.227807] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230647] PCI: Using configuration type 1 for base access\n[ 0.232400] ACPI: Added _OSI(Module Device)\n[ 0.233259] ACPI: Added _OSI(Processor Device)\n[ 0.234134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237272] ACPI: Interpreter enabled\n[ 0.238045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245503] ACPI: (supports S0 S5)\n[ 0.246202] ACPI: Using IOAPIC for interrupt routing\n[ 0.247254] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251434] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252641] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253806] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255990] acpiphp: Slot [3] registered\n[ 0.256772] acpiphp: Slot [4] registered\n[ 0.257567] acpiphp: Slot [5] registered\n[ 0.258351] acpiphp: Slot [6] registered\n[ 0.259131] acpiphp: Slot [7] registered\n[ 0.259919] acpiphp: Slot [8] registered\n[ 0.260707] acpiphp: Slot [9] registered\n[ 0.261493] acpiphp: Slot [10] registered\n[ 0.262296] acpiphp: Slot [11] registered\n[ 0.263095] acpiphp: Slot [12] registered\n[ 0.263892] acpiphp: Slot [13] registered\n[ 0.264693] acpiphp: Slot [14] registered\n[ 0.265496] acpiphp: Slot [15] registered\n[ 0.276304] acpiphp: Slot [16] registered\n[ 0.277109] acpiphp: Slot [17] registered\n[ 0.277907] acpiphp: Slot [18] registered\n[ 0.278710] acpiphp: Slot [19] registered\n[ 0.279510] acpiphp: Slot [20] registered\n[ 0.280315] acpiphp: Slot [21] registered\n[ 0.281116] acpiphp: Slot [22] registered\n[ 0.281920] acpiphp: Slot [23] registered\n[ 0.282735] acpiphp: Slot [24] registered\n[ 0.283543] acpiphp: Slot [25] registered\n[ 0.284356] acpiphp: Slot [26] registered\n[ 0.285166] acpiphp: Slot [27] registered\n[ 0.285977] acpiphp: Slot [28] registered\n[ 0.286782] acpiphp: Slot [29] registered\n[ 0.287592] acpiphp: Slot [30] registered\n[ 0.288407] acpiphp: Slot [31] registered\n[ 0.289213] PCI host bridge to bus 0000:00\n[ 0.290023] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293887] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295327] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302909] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305331] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358785] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363069] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365695] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369574] vgaarb: loaded\n[ 0.370175] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371300] SCSI subsystem initialized\n[ 0.372114] ACPI: bus type USB registered\n[ 0.372916] usbcore: registered new interface driver usbfs\n[ 0.373931] usbcore: registered new interface driver hub\n[ 0.374929] usbcore: registered new device driver usb\n[ 0.375978] PCI: Using ACPI for IRQ routing\n[ 0.376988] NetLabel: Initializing\n[ 0.377695] NetLabel: domain hash size = 128\n[ 0.378542] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379491] NetLabel: unlabeled traffic allowed by default\n[ 0.380578] clocksource: Switched to clocksource kvm-clock\n[ 0.385973] AppArmor: AppArmor Filesystem Enabled\n[ 0.386926] pnp: PnP ACPI init\n[ 0.387826] pnp: PnP ACPI: found 5 devices\n[ 0.394185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395868] NET: Registered protocol family 2\n[ 0.396817] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401453] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402619] NET: Registered protocol family 1\n[ 0.403485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433870] Trying to unpack rootfs image as initramfs...\n[ 0.483716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497595] Scanning for low memory corruption every 60 seconds\n[ 0.498990] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500127] audit: initializing netlink subsys (disabled)\n[ 0.501152] audit: type=2000 audit(1539190522.753:1): initialized\n[ 0.502451] Initialise system trusted keyring\n[ 0.503373] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504525] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506476] zbud: loaded\n[ 0.507175] VFS: Disk quotas dquot_6.6.0\n[ 0.507993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509493] fuse init (API version 7.23)\n[ 0.510378] Key type big_key registered\n[ 0.511176] Allocating IMA MOK and blacklist keyrings.\n[ 0.512678] Key type asymmetric registered\n[ 0.513499] Asymmetric key parser 'x509' registered\n[ 0.514448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515896] io scheduler noop registered\n[ 0.516694] io scheduler deadline registered (default)\n[ 0.517679] io scheduler cfq registered\n[ 0.518507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519538] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520801] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522249] ACPI: Power Button [PWRF]\n[ 0.523073] GHES: HEST is not enabled!\n[ 0.536730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571168] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599021] Linux agpgart interface v0.103\n[ 0.601149] brd: module loaded\n[ 0.602385] loop: module loaded\n[ 0.607016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608463] GPT:90111 != 2097151\n[ 0.609144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610224] GPT:90111 != 2097151\n[ 0.610890] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611847] vda: vda1 vda15\n[ 0.613433] scsi host0: ata_piix\n[ 0.614164] scsi host1: ata_piix\n[ 0.614858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617488] libphy: Fixed MDIO Bus: probed\n[ 0.618310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621525] PPP generic driver version 2.4.2\n[ 0.622438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623741] ehci-pci: EHCI PCI platform driver\n[ 0.624639] ehci-platform: EHCI generic platform driver\n[ 0.625648] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626788] ohci-pci: OHCI PCI platform driver\n[ 0.627668] ohci-platform: OHCI generic platform driver\n[ 0.628677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643991] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650308] usb usb1: Product: UHCI Host Controller\n[ 0.651261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652417] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653464] hub 1-0:1.0: USB hub found\n[ 0.654254] hub 1-0:1.0: 2 ports detected\n[ 0.655163] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659334] mousedev: PS/2 mouse device common for all mice\n[ 0.660617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662479] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663574] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665991] i2c /dev entries driver\n[ 0.666748] device-mapper: uevent: version 1.0.3\n[ 0.667687] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669351] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670655] NET: Registered protocol family 10\n[ 0.671659] NET: Registered protocol family 17\n[ 0.672558] Key type dns_resolver registered\n[ 0.673511] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676396] registered taskstats version 1\n[ 0.677253] Loading compiled-in X.509 certificates\n[ 0.678709] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680603] zswap: loaded using pool lzo/zbud\n[ 0.681994] Key type trusted registered\n[ 0.684008] Key type encrypted registered\n[ 0.684845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686962] evm: HMAC attrs: 0x1\n[ 0.687899] Magic number: 6:364:944\n[ 0.688696] tty tty1: hash matches\n[ 0.689493] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:22 UTC (1539190522)\n[ 0.691463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692601] EDD information not available.\n[ 0.773676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785735] Write protecting the kernel read-only data: 14336k\n[ 0.787356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789184] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830795] random: blkid urandom read with 2 bits 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.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... done.\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 61.13. iid=i-0000010d\n"} 2018-10-10 16:56:26,316 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-4c34b2c3-92f2-4a1f-99db-d60b517072af 2018-10-10 16:56:28,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6f75dd7538e3113e9da055a5d7f792229a6e550" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:56:29,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:56:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31612e94-5276-456a-b44b-2ff6b320245d x-compute-request-id: req-31612e94-5276-456a-b44b-2ff6b320245d Content-Encoding: gzip Content-Length: 9555 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507953233 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135021] pid_max: default: 32768 minimum: 301\n[ 0.135943] ACPI: Core revision 20150930\n[ 0.137379] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138735] Security Framework initialized\n[ 0.139594] Yama: becoming mindful.\n[ 0.140340] AppArmor: AppArmor initialized\n[ 0.141207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142555] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143848] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145115] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146528] Initializing cgroup subsys io\n[ 0.147359] Initializing cgroup subsys memory\n[ 0.148228] Initializing cgroup subsys devices\n[ 0.149119] Initializing cgroup subsys freezer\n[ 0.149998] Initializing cgroup subsys net_cls\n[ 0.150872] Initializing cgroup subsys perf_event\n[ 0.151794] Initializing cgroup subsys net_prio\n[ 0.152696] Initializing cgroup subsys hugetlb\n[ 0.153575] Initializing cgroup subsys pids\n[ 0.154466] CPU: Physical Processor ID: 0\n[ 0.156024] mce: CPU supports 10 MCE banks\n[ 0.156900] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168513] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174820] ftrace: allocating 31920 entries in 125 pages\n[ 0.200713] smpboot: Max logical packages: 1\n[ 0.201576] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202943] x2apic enabled\n[ 0.203783] Switched APIC routing to physical x2apic.\n[ 0.205598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206762] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208811] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210673] KVM setup paravirtual spinlock\n[ 0.211976] x86: Booted up 1 node, 1 CPUs\n[ 0.212807] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214244] devtmpfs: initialized\n[ 0.215983] evm: security.selinux\n[ 0.216708] evm: security.SMACK64\n[ 0.217408] evm: security.SMACK64EXEC\n[ 0.218159] evm: security.SMACK64TRANSMUTE\n[ 0.218978] evm: security.SMACK64MMAP\n[ 0.219730] evm: security.ima\n[ 0.220382] evm: security.capability\n[ 0.221190] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223074] pinctrl core: initialized pinctrl subsystem\n[ 0.224184] RTC time: 16:55:21, date: 10/10/18\n[ 0.225141] NET: Registered protocol family 16\n[ 0.226167] cpuidle: using governor ladder\n[ 0.227011] cpuidle: using governor menu\n[ 0.227807] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230647] PCI: Using configuration type 1 for base access\n[ 0.232400] ACPI: Added _OSI(Module Device)\n[ 0.233259] ACPI: Added _OSI(Processor Device)\n[ 0.234134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237272] ACPI: Interpreter enabled\n[ 0.238045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245503] ACPI: (supports S0 S5)\n[ 0.246202] ACPI: Using IOAPIC for interrupt routing\n[ 0.247254] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251434] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252641] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253806] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255990] acpiphp: Slot [3] registered\n[ 0.256772] acpiphp: Slot [4] registered\n[ 0.257567] acpiphp: Slot [5] registered\n[ 0.258351] acpiphp: Slot [6] registered\n[ 0.259131] acpiphp: Slot [7] registered\n[ 0.259919] acpiphp: Slot [8] registered\n[ 0.260707] acpiphp: Slot [9] registered\n[ 0.261493] acpiphp: Slot [10] registered\n[ 0.262296] acpiphp: Slot [11] registered\n[ 0.263095] acpiphp: Slot [12] registered\n[ 0.263892] acpiphp: Slot [13] registered\n[ 0.264693] acpiphp: Slot [14] registered\n[ 0.265496] acpiphp: Slot [15] registered\n[ 0.276304] acpiphp: Slot [16] registered\n[ 0.277109] acpiphp: Slot [17] registered\n[ 0.277907] acpiphp: Slot [18] registered\n[ 0.278710] acpiphp: Slot [19] registered\n[ 0.279510] acpiphp: Slot [20] registered\n[ 0.280315] acpiphp: Slot [21] registered\n[ 0.281116] acpiphp: Slot [22] registered\n[ 0.281920] acpiphp: Slot [23] registered\n[ 0.282735] acpiphp: Slot [24] registered\n[ 0.283543] acpiphp: Slot [25] registered\n[ 0.284356] acpiphp: Slot [26] registered\n[ 0.285166] acpiphp: Slot [27] registered\n[ 0.285977] acpiphp: Slot [28] registered\n[ 0.286782] acpiphp: Slot [29] registered\n[ 0.287592] acpiphp: Slot [30] registered\n[ 0.288407] acpiphp: Slot [31] registered\n[ 0.289213] PCI host bridge to bus 0000:00\n[ 0.290023] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293887] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295327] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302909] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305331] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358785] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363069] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365695] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369574] vgaarb: loaded\n[ 0.370175] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371300] SCSI subsystem initialized\n[ 0.372114] ACPI: bus type USB registered\n[ 0.372916] usbcore: registered new interface driver usbfs\n[ 0.373931] usbcore: registered new interface driver hub\n[ 0.374929] usbcore: registered new device driver usb\n[ 0.375978] PCI: Using ACPI for IRQ routing\n[ 0.376988] NetLabel: Initializing\n[ 0.377695] NetLabel: domain hash size = 128\n[ 0.378542] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379491] NetLabel: unlabeled traffic allowed by default\n[ 0.380578] clocksource: Switched to clocksource kvm-clock\n[ 0.385973] AppArmor: AppArmor Filesystem Enabled\n[ 0.386926] pnp: PnP ACPI init\n[ 0.387826] pnp: PnP ACPI: found 5 devices\n[ 0.394185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395868] NET: Registered protocol family 2\n[ 0.396817] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401453] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402619] NET: Registered protocol family 1\n[ 0.403485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433870] Trying to unpack rootfs image as initramfs...\n[ 0.483716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497595] Scanning for low memory corruption every 60 seconds\n[ 0.498990] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500127] audit: initializing netlink subsys (disabled)\n[ 0.501152] audit: type=2000 audit(1539190522.753:1): initialized\n[ 0.502451] Initialise system trusted keyring\n[ 0.503373] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504525] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506476] zbud: loaded\n[ 0.507175] VFS: Disk quotas dquot_6.6.0\n[ 0.507993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509493] fuse init (API version 7.23)\n[ 0.510378] Key type big_key registered\n[ 0.511176] Allocating IMA MOK and blacklist keyrings.\n[ 0.512678] Key type asymmetric registered\n[ 0.513499] Asymmetric key parser 'x509' registered\n[ 0.514448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515896] io scheduler noop registered\n[ 0.516694] io scheduler deadline registered (default)\n[ 0.517679] io scheduler cfq registered\n[ 0.518507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519538] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520801] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522249] ACPI: Power Button [PWRF]\n[ 0.523073] GHES: HEST is not enabled!\n[ 0.536730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571168] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599021] Linux agpgart interface v0.103\n[ 0.601149] brd: module loaded\n[ 0.602385] loop: module loaded\n[ 0.607016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608463] GPT:90111 != 2097151\n[ 0.609144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610224] GPT:90111 != 2097151\n[ 0.610890] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611847] vda: vda1 vda15\n[ 0.613433] scsi host0: ata_piix\n[ 0.614164] scsi host1: ata_piix\n[ 0.614858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617488] libphy: Fixed MDIO Bus: probed\n[ 0.618310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621525] PPP generic driver version 2.4.2\n[ 0.622438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623741] ehci-pci: EHCI PCI platform driver\n[ 0.624639] ehci-platform: EHCI generic platform driver\n[ 0.625648] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626788] ohci-pci: OHCI PCI platform driver\n[ 0.627668] ohci-platform: OHCI generic platform driver\n[ 0.628677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643991] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650308] usb usb1: Product: UHCI Host Controller\n[ 0.651261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652417] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653464] hub 1-0:1.0: USB hub found\n[ 0.654254] hub 1-0:1.0: 2 ports detected\n[ 0.655163] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659334] mousedev: PS/2 mouse device common for all mice\n[ 0.660617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662479] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663574] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665991] i2c /dev entries driver\n[ 0.666748] device-mapper: uevent: version 1.0.3\n[ 0.667687] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669351] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670655] NET: Registered protocol family 10\n[ 0.671659] NET: Registered protocol family 17\n[ 0.672558] Key type dns_resolver registered\n[ 0.673511] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676396] registered taskstats version 1\n[ 0.677253] Loading compiled-in X.509 certificates\n[ 0.678709] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680603] zswap: loaded using pool lzo/zbud\n[ 0.681994] Key type trusted registered\n[ 0.684008] Key type encrypted registered\n[ 0.684845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686962] evm: HMAC attrs: 0x1\n[ 0.687899] Magic number: 6:364:944\n[ 0.688696] tty tty1: hash matches\n[ 0.689493] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:22 UTC (1539190522)\n[ 0.691463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692601] EDD information not available.\n[ 0.773676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785735] Write protecting the kernel read-only data: 14336k\n[ 0.787356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789184] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830795] random: blkid urandom read with 2 bits 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.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... done.\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 61.13. iid=i-0000010d\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDEYimwc6tQ6V8gT1iDKhrAmtG8azMoilsxQPV4xqEYKvAdXFmUPZHJVtX0nw4xYcKlSxbCg5gzuFUW02pIcRJ08hpq47ta+UlIudOTIphCnGl5607+VrhWUbTpmJbihDwLVsvM4b8U62YPHXU/qyQ2yCyXCoVCQ/ZwW9WZ9xTkNup3/4rx3X76ruidpVAjqg31Arf0z4ycoUx/OlUHnQXpPPh80JrDZ3CyXDj9cXRFAL3mmZQ39juiTDFdQoa/EyAuisaWRQxUTZ6jzhhCRVff8ZeSrrjNVeDMn0mQHGeocfj4txcjK/BiWLPU2z1AvDo/1LlswkAQ9wIIyUiqPNsj root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKzOJH7k4ncfeLdBrXQ/2yqaP+9zfokNlnlpHl/AOThzO3LyhzIWd08It91GKBDUfn+Wn6diBeTuNNB/BlvQMso6iT/PVb8K2k8leMqe8pz/iBZ5FiuuBKEaPnmv1GC2gnwjyvrSpVIQWmFZ/VzNRrBBGRNFkbEuGzhvfLdnZkQVAAAAFQC9H/yETTGA5jrzwF4mDlBL9cAxyQAAAIAxTU7+L4ad8NDzOLWEk1JFp4YYVMZjz8OP0RQpCJhH98UX5HXejZdCBf1yrk8MyiXyzDsfrpOoV5MH48B7V/PAm2z7ZGVqRwhs8kKK9Khajv9wP7ZZVUaPHTn0BI7E+AsdUhPdcZwGAsElgw0+kKOkIkO/pjMprvJK0noNeCVFlQAAAIEAgVO2CkCgPOb9/nGPnq+qtWcoAhABgCHLLOuCwOntR4lSbFDUFiiSpQtN6Q/qp8rSGxmK1TQ3pGqeE0RuDJSCS/AseOOtKzMqeCensojRNOe5sOHV+1fbYpeNGG83zjV+9RLQdcFvUAvIrFfsq+6/ggymWXhlJ5QvFbjXDLtAmVo= 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:fe0c:1b7d/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.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-0000010d\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-8-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.13 ===\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: /dev/root resized successfully [took 1.91s]\n"} 2018-10-10 16:56:29,404 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-31612e94-5276-456a-b44b-2ff6b320245d 2018-10-10 16:56:31,434 - sdnvpn_test_utils - INFO - Waiting for instance 08023c10-f5ec-4ccd-9915-9ad6e8366237 to boot up 2018-10-10 16:56:31,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1af5bc73f5f5ea79cc3dc0469215793cdc7730" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:56:32,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16: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-dc79e15d-9a9e-43ec-90a0-357efa1bab19 x-compute-request-id: req-dc79e15d-9a9e-43ec-90a0-357efa1bab19 Content-Encoding: gzip Content-Length: 7898 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 620823834 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.149266] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151197] pid_max: default: 32768 minimum: 301\n[ 0.152285] ACPI: Core revision 20150930\n[ 0.153787] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155317] Security Framework initialized\n[ 0.156310] Yama: becoming mindful.\n[ 0.157162] AppArmor: AppArmor initialized\n[ 0.158197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159808] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161328] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162749] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164396] Initializing cgroup subsys io\n[ 0.165339] Initializing cgroup subsys memory\n[ 0.166355] Initializing cgroup subsys devices\n[ 0.167352] Initializing cgroup subsys freezer\n[ 0.168380] Initializing cgroup subsys net_cls\n[ 0.169389] Initializing cgroup subsys perf_event\n[ 0.170461] Initializing cgroup subsys net_prio\n[ 0.171575] Initializing cgroup subsys hugetlb\n[ 0.172611] Initializing cgroup subsys pids\n[ 0.173628] CPU: Physical Processor ID: 0\n[ 0.175263] mce: CPU supports 10 MCE banks\n[ 0.176271] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177495] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.188158] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194524] ftrace: allocating 31920 entries in 125 pages\n[ 0.220855] smpboot: Max logical packages: 1\n[ 0.221685] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.222983] x2apic enabled\n[ 0.223769] Switched APIC routing to physical x2apic.\n[ 0.225486] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.228469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230184] KVM setup paravirtual spinlock\n[ 0.231452] x86: Booted up 1 node, 1 CPUs\n[ 0.232226] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.233568] devtmpfs: initialized\n[ 0.235254] evm: security.selinux\n[ 0.235931] evm: security.SMACK64\n[ 0.236597] evm: security.SMACK64EXEC\n[ 0.237307] evm: security.SMACK64TRANSMUTE\n[ 0.238083] evm: security.SMACK64MMAP\n[ 0.238795] evm: security.ima\n[ 0.239458] evm: security.capability\n[ 0.240236] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242035] pinctrl core: initialized pinctrl subsystem\n[ 0.243088] RTC time: 16:55:34, date: 10/10/18\n[ 0.244028] NET: Registered protocol family 16\n[ 0.244974] cpuidle: using governor ladder\n[ 0.245762] cpuidle: using governor menu\n[ 0.246520] PCCT header not found.\n[ 0.247239] ACPI: bus type PCI registered\n[ 0.248018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249213] PCI: Using configuration type 1 for base access\n[ 0.250927] ACPI: Added _OSI(Module Device)\n[ 0.251745] ACPI: Added _OSI(Processor Device)\n[ 0.252576] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253443] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255561] ACPI: Interpreter enabled\n[ 0.256350] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261661] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263422] ACPI: (supports S0 S5)\n[ 0.264099] ACPI: Using IOAPIC for interrupt routing\n[ 0.265010] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268130] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270403] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274478] acpiphp: Slot [3] registered\n[ 0.275436] acpiphp: Slot [4] registered\n[ 0.276408] acpiphp: Slot [5] registered\n[ 0.277228] acpiphp: Slot [6] registered\n[ 0.278013] acpiphp: Slot [7] registered\n[ 0.278794] acpiphp: Slot [8] registered\n[ 0.279575] acpiphp: Slot [9] registered\n[ 0.280351] acpiphp: Slot [10] registered\n[ 0.281149] acpiphp: Slot [11] registered\n[ 0.281966] acpiphp: Slot [12] registered\n[ 0.282764] acpiphp: Slot [13] registered\n[ 0.283556] acpiphp: Slot [14] registered\n[ 0.284348] acpiphp: Slot [15] registered\n[ 0.295266] acpiphp: Slot [16] registered\n[ 0.296089] acpiphp: Slot [17] registered\n[ 0.296916] acpiphp: Slot [18] registered\n[ 0.297714] acpiphp: Slot [19] registered\n[ 0.298508] acpiphp: Slot [20] registered\n[ 0.299308] acpiphp: Slot [21] registered\n[ 0.300118] acpiphp: Slot [22] registered\n[ 0.300919] acpiphp: Slot [23] registered\n[ 0.301713] acpiphp: Slot [24] registered\n[ 0.302505] acpiphp: Slot [25] registered\n[ 0.303300] acpiphp: Slot [26] registered\n[ 0.304095] acpiphp: Slot [27] registered\n[ 0.304892] acpiphp: Slot [28] registered\n[ 0.305686] acpiphp: Slot [29] registered\n[ 0.306478] acpiphp: Slot [30] registered\n[ 0.307267] acpiphp: Slot [31] registered\n[ 0.308062] PCI host bridge to bus 0000:00\n[ 0.308863] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311232] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312944] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.314643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.322665] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324051] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.325550] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333561] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.379306] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.380983] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.382583] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.384186] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386355] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.387785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.390308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.392183] vgaarb: loaded\n[ 0.392790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.393902] SCSI subsystem initialized\n[ 0.394709] ACPI: bus type USB registered\n[ 0.395512] usbcore: registered new interface driver usbfs\n[ 0.396528] usbcore: registered new interface driver hub\n[ 0.397572] usbcore: registered new device driver usb\n[ 0.398611] PCI: Using ACPI for IRQ routing\n[ 0.399615] NetLabel: Initializing\n[ 0.400307] NetLabel: domain hash size = 128\n[ 0.401141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.402081] NetLabel: unlabeled traffic allowed by default\n[ 0.403144] clocksource: Switched to clocksource kvm-clock\n[ 0.408534] AppArmor: AppArmor Filesystem Enabled\n[ 0.409468] pnp: PnP ACPI init\n[ 0.410363] pnp: PnP ACPI: found 5 devices\n[ 0.416703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.418371] NET: Registered protocol family 2\n[ 0.419302] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420542] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421676] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422814] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423868] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425009] NET: Registered protocol family 1\n[ 0.425855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426926] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427972] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.442069] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456097] Trying to unpack rootfs image as initramfs...\n[ 0.505459] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519291] Scanning for low memory corruption every 60 seconds\n[ 0.520691] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521811] audit: initializing netlink subsys (disabled)\n[ 0.523034] audit: type=2000 audit(1539190534.925:1): initialized\n[ 0.524331] Initialise system trusted keyring\n[ 0.525249] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526383] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528304] zbud: loaded\n[ 0.528994] VFS: Disk quotas dquot_6.6.0\n[ 0.529791] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531287] fuse init (API version 7.23)\n[ 0.532157] Key type big_key registered\n[ 0.532941] Allocating IMA MOK and blacklist keyrings.\n[ 0.534018] Key type asymmetric registered\n[ 0.534821] Asymmetric key parser 'x509' registered\n[ 0.535762] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537567] io scheduler noop registered\n[ 0.538338] io scheduler deadline registered (default)\n[ 0.539308] io scheduler cfq registered\n[ 0.540272] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541289] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543950] ACPI: Power Button [PWRF]\n[ 0.544769] GHES: HEST is not enabled!\n[ 0.558436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586575] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588790] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616880] Linux agpgart interface v0.103\n[ 0.618952] brd: module loaded\n[ 0.620143] loop: module loaded\n[ 0.624858] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626294] GPT:90111 != 2097151\n[ 0.626974] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628049] GPT:90111 != 2097151\n[ 0.628715] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629651] vda: vda1 vda15\n[ 0.631482] scsi host0: ata_piix\n[ 0.632209] scsi host1: ata_piix\n[ 0.632908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634087] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635526] libphy: Fixed MDIO Bus: probed\n[ 0.636323] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639629] PPP generic driver version 2.4.2\n[ 0.640505] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641822] ehci-pci: EHCI PCI platform driver\n[ 0.642791] ehci-platform: EHCI generic platform driver\n[ 0.643779] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644887] ohci-pci: OHCI PCI platform driver\n[ 0.645741] ohci-platform: OHCI generic platform driver\n[ 0.646710] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662078] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663500] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664515] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665608] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666797] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668186] usb usb1: Product: UHCI Host Controller\n[ 0.669095] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670201] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671281] hub 1-0:1.0: USB hub found\n[ 0.672188] hub 1-0:1.0: 2 ports detected\n[ 0.673233] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.675616] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.676640] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.677833] mousedev: PS/2 mouse device common for all mice\n[ 0.679279] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681373] rtc_cmos 00:00: RTC can wake from S4\n[ 0.682604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.683979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685345] i2c /dev entries driver\n[ 0.686216] device-mapper: uevent: version 1.0.3\n[ 0.687304] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688938] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690196] NET: Registered protocol family 10\n[ 0.691189] NET: Registered protocol family 17\n[ 0.692065] Key type dns_resolver registered\n[ 0.692973] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694060] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695789] registered taskstats version 1\n[ 0.696601] Loading compiled-in X.509 certificates\n[ 0.698019] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699834] zswap: loaded using pool lzo/zbud\n[ 0.701184] Key type trusted registered\n[ 0.702734] Key type encrypted registered\n[ 0.703565] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704572] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705588] evm: HMAC attrs: 0x1\n[ 0.706524] Magic number: 6:364:944\n[ 0.707300] tty tty1: hash matches\n[ 0.708064] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:35 UTC (1539190535)\n[ 0.709626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710713] EDD information not available.\n[ 0.791806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793370] ata1.00: configured for MWDMA2\n[ 0.804808] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807037] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808235] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.809477] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.811320] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.812820] Write protecting the kernel read-only data: 14336k\n[ 0.814355] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.816122] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.527829] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 16:56:32,558 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237/action used request id req-dc79e15d-9a9e-43ec-90a0-357efa1bab19 2018-10-10 16:56:34,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1af5bc73f5f5ea79cc3dc0469215793cdc7730" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:56:35,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16: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-dcd69186-8e91-4fd8-9805-2eebde41091f x-compute-request-id: req-dcd69186-8e91-4fd8-9805-2eebde41091f Content-Encoding: gzip Content-Length: 7898 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 620823834 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.149266] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151197] pid_max: default: 32768 minimum: 301\n[ 0.152285] ACPI: Core revision 20150930\n[ 0.153787] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155317] Security Framework initialized\n[ 0.156310] Yama: becoming mindful.\n[ 0.157162] AppArmor: AppArmor initialized\n[ 0.158197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159808] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161328] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162749] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164396] Initializing cgroup subsys io\n[ 0.165339] Initializing cgroup subsys memory\n[ 0.166355] Initializing cgroup subsys devices\n[ 0.167352] Initializing cgroup subsys freezer\n[ 0.168380] Initializing cgroup subsys net_cls\n[ 0.169389] Initializing cgroup subsys perf_event\n[ 0.170461] Initializing cgroup subsys net_prio\n[ 0.171575] Initializing cgroup subsys hugetlb\n[ 0.172611] Initializing cgroup subsys pids\n[ 0.173628] CPU: Physical Processor ID: 0\n[ 0.175263] mce: CPU supports 10 MCE banks\n[ 0.176271] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177495] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.188158] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194524] ftrace: allocating 31920 entries in 125 pages\n[ 0.220855] smpboot: Max logical packages: 1\n[ 0.221685] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.222983] x2apic enabled\n[ 0.223769] Switched APIC routing to physical x2apic.\n[ 0.225486] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.228469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230184] KVM setup paravirtual spinlock\n[ 0.231452] x86: Booted up 1 node, 1 CPUs\n[ 0.232226] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.233568] devtmpfs: initialized\n[ 0.235254] evm: security.selinux\n[ 0.235931] evm: security.SMACK64\n[ 0.236597] evm: security.SMACK64EXEC\n[ 0.237307] evm: security.SMACK64TRANSMUTE\n[ 0.238083] evm: security.SMACK64MMAP\n[ 0.238795] evm: security.ima\n[ 0.239458] evm: security.capability\n[ 0.240236] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242035] pinctrl core: initialized pinctrl subsystem\n[ 0.243088] RTC time: 16:55:34, date: 10/10/18\n[ 0.244028] NET: Registered protocol family 16\n[ 0.244974] cpuidle: using governor ladder\n[ 0.245762] cpuidle: using governor menu\n[ 0.246520] PCCT header not found.\n[ 0.247239] ACPI: bus type PCI registered\n[ 0.248018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249213] PCI: Using configuration type 1 for base access\n[ 0.250927] ACPI: Added _OSI(Module Device)\n[ 0.251745] ACPI: Added _OSI(Processor Device)\n[ 0.252576] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253443] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255561] ACPI: Interpreter enabled\n[ 0.256350] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261661] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263422] ACPI: (supports S0 S5)\n[ 0.264099] ACPI: Using IOAPIC for interrupt routing\n[ 0.265010] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268130] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270403] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274478] acpiphp: Slot [3] registered\n[ 0.275436] acpiphp: Slot [4] registered\n[ 0.276408] acpiphp: Slot [5] registered\n[ 0.277228] acpiphp: Slot [6] registered\n[ 0.278013] acpiphp: Slot [7] registered\n[ 0.278794] acpiphp: Slot [8] registered\n[ 0.279575] acpiphp: Slot [9] registered\n[ 0.280351] acpiphp: Slot [10] registered\n[ 0.281149] acpiphp: Slot [11] registered\n[ 0.281966] acpiphp: Slot [12] registered\n[ 0.282764] acpiphp: Slot [13] registered\n[ 0.283556] acpiphp: Slot [14] registered\n[ 0.284348] acpiphp: Slot [15] registered\n[ 0.295266] acpiphp: Slot [16] registered\n[ 0.296089] acpiphp: Slot [17] registered\n[ 0.296916] acpiphp: Slot [18] registered\n[ 0.297714] acpiphp: Slot [19] registered\n[ 0.298508] acpiphp: Slot [20] registered\n[ 0.299308] acpiphp: Slot [21] registered\n[ 0.300118] acpiphp: Slot [22] registered\n[ 0.300919] acpiphp: Slot [23] registered\n[ 0.301713] acpiphp: Slot [24] registered\n[ 0.302505] acpiphp: Slot [25] registered\n[ 0.303300] acpiphp: Slot [26] registered\n[ 0.304095] acpiphp: Slot [27] registered\n[ 0.304892] acpiphp: Slot [28] registered\n[ 0.305686] acpiphp: Slot [29] registered\n[ 0.306478] acpiphp: Slot [30] registered\n[ 0.307267] acpiphp: Slot [31] registered\n[ 0.308062] PCI host bridge to bus 0000:00\n[ 0.308863] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311232] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312944] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.314643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.322665] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324051] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.325550] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333561] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.379306] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.380983] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.382583] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.384186] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386355] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.387785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.390308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.392183] vgaarb: loaded\n[ 0.392790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.393902] SCSI subsystem initialized\n[ 0.394709] ACPI: bus type USB registered\n[ 0.395512] usbcore: registered new interface driver usbfs\n[ 0.396528] usbcore: registered new interface driver hub\n[ 0.397572] usbcore: registered new device driver usb\n[ 0.398611] PCI: Using ACPI for IRQ routing\n[ 0.399615] NetLabel: Initializing\n[ 0.400307] NetLabel: domain hash size = 128\n[ 0.401141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.402081] NetLabel: unlabeled traffic allowed by default\n[ 0.403144] clocksource: Switched to clocksource kvm-clock\n[ 0.408534] AppArmor: AppArmor Filesystem Enabled\n[ 0.409468] pnp: PnP ACPI init\n[ 0.410363] pnp: PnP ACPI: found 5 devices\n[ 0.416703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.418371] NET: Registered protocol family 2\n[ 0.419302] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420542] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421676] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422814] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423868] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425009] NET: Registered protocol family 1\n[ 0.425855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426926] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427972] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.442069] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456097] Trying to unpack rootfs image as initramfs...\n[ 0.505459] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519291] Scanning for low memory corruption every 60 seconds\n[ 0.520691] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521811] audit: initializing netlink subsys (disabled)\n[ 0.523034] audit: type=2000 audit(1539190534.925:1): initialized\n[ 0.524331] Initialise system trusted keyring\n[ 0.525249] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526383] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528304] zbud: loaded\n[ 0.528994] VFS: Disk quotas dquot_6.6.0\n[ 0.529791] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531287] fuse init (API version 7.23)\n[ 0.532157] Key type big_key registered\n[ 0.532941] Allocating IMA MOK and blacklist keyrings.\n[ 0.534018] Key type asymmetric registered\n[ 0.534821] Asymmetric key parser 'x509' registered\n[ 0.535762] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537567] io scheduler noop registered\n[ 0.538338] io scheduler deadline registered (default)\n[ 0.539308] io scheduler cfq registered\n[ 0.540272] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541289] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543950] ACPI: Power Button [PWRF]\n[ 0.544769] GHES: HEST is not enabled!\n[ 0.558436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586575] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588790] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616880] Linux agpgart interface v0.103\n[ 0.618952] brd: module loaded\n[ 0.620143] loop: module loaded\n[ 0.624858] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626294] GPT:90111 != 2097151\n[ 0.626974] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628049] GPT:90111 != 2097151\n[ 0.628715] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629651] vda: vda1 vda15\n[ 0.631482] scsi host0: ata_piix\n[ 0.632209] scsi host1: ata_piix\n[ 0.632908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634087] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635526] libphy: Fixed MDIO Bus: probed\n[ 0.636323] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639629] PPP generic driver version 2.4.2\n[ 0.640505] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641822] ehci-pci: EHCI PCI platform driver\n[ 0.642791] ehci-platform: EHCI generic platform driver\n[ 0.643779] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644887] ohci-pci: OHCI PCI platform driver\n[ 0.645741] ohci-platform: OHCI generic platform driver\n[ 0.646710] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662078] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663500] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664515] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665608] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666797] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668186] usb usb1: Product: UHCI Host Controller\n[ 0.669095] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670201] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671281] hub 1-0:1.0: USB hub found\n[ 0.672188] hub 1-0:1.0: 2 ports detected\n[ 0.673233] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.675616] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.676640] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.677833] mousedev: PS/2 mouse device common for all mice\n[ 0.679279] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681373] rtc_cmos 00:00: RTC can wake from S4\n[ 0.682604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.683979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685345] i2c /dev entries driver\n[ 0.686216] device-mapper: uevent: version 1.0.3\n[ 0.687304] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688938] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690196] NET: Registered protocol family 10\n[ 0.691189] NET: Registered protocol family 17\n[ 0.692065] Key type dns_resolver registered\n[ 0.692973] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694060] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695789] registered taskstats version 1\n[ 0.696601] Loading compiled-in X.509 certificates\n[ 0.698019] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699834] zswap: loaded using pool lzo/zbud\n[ 0.701184] Key type trusted registered\n[ 0.702734] Key type encrypted registered\n[ 0.703565] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704572] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705588] evm: HMAC attrs: 0x1\n[ 0.706524] Magic number: 6:364:944\n[ 0.707300] tty tty1: hash matches\n[ 0.708064] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:35 UTC (1539190535)\n[ 0.709626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710713] EDD information not available.\n[ 0.791806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793370] ata1.00: configured for MWDMA2\n[ 0.804808] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807037] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808235] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.809477] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.811320] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.812820] Write protecting the kernel read-only data: 14336k\n[ 0.814355] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.816122] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.527829] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 16:56:35,635 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237/action used request id req-dcd69186-8e91-4fd8-9805-2eebde41091f 2018-10-10 16:56:37,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1af5bc73f5f5ea79cc3dc0469215793cdc7730" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:56:38,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16: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-fe637582-a276-4ab3-909c-a4aa5ab56504 x-compute-request-id: req-fe637582-a276-4ab3-909c-a4aa5ab56504 Content-Encoding: gzip Content-Length: 8092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 620823834 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.149266] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151197] pid_max: default: 32768 minimum: 301\n[ 0.152285] ACPI: Core revision 20150930\n[ 0.153787] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155317] Security Framework initialized\n[ 0.156310] Yama: becoming mindful.\n[ 0.157162] AppArmor: AppArmor initialized\n[ 0.158197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159808] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161328] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162749] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164396] Initializing cgroup subsys io\n[ 0.165339] Initializing cgroup subsys memory\n[ 0.166355] Initializing cgroup subsys devices\n[ 0.167352] Initializing cgroup subsys freezer\n[ 0.168380] Initializing cgroup subsys net_cls\n[ 0.169389] Initializing cgroup subsys perf_event\n[ 0.170461] Initializing cgroup subsys net_prio\n[ 0.171575] Initializing cgroup subsys hugetlb\n[ 0.172611] Initializing cgroup subsys pids\n[ 0.173628] CPU: Physical Processor ID: 0\n[ 0.175263] mce: CPU supports 10 MCE banks\n[ 0.176271] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177495] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.188158] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194524] ftrace: allocating 31920 entries in 125 pages\n[ 0.220855] smpboot: Max logical packages: 1\n[ 0.221685] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.222983] x2apic enabled\n[ 0.223769] Switched APIC routing to physical x2apic.\n[ 0.225486] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.228469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230184] KVM setup paravirtual spinlock\n[ 0.231452] x86: Booted up 1 node, 1 CPUs\n[ 0.232226] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.233568] devtmpfs: initialized\n[ 0.235254] evm: security.selinux\n[ 0.235931] evm: security.SMACK64\n[ 0.236597] evm: security.SMACK64EXEC\n[ 0.237307] evm: security.SMACK64TRANSMUTE\n[ 0.238083] evm: security.SMACK64MMAP\n[ 0.238795] evm: security.ima\n[ 0.239458] evm: security.capability\n[ 0.240236] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242035] pinctrl core: initialized pinctrl subsystem\n[ 0.243088] RTC time: 16:55:34, date: 10/10/18\n[ 0.244028] NET: Registered protocol family 16\n[ 0.244974] cpuidle: using governor ladder\n[ 0.245762] cpuidle: using governor menu\n[ 0.246520] PCCT header not found.\n[ 0.247239] ACPI: bus type PCI registered\n[ 0.248018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249213] PCI: Using configuration type 1 for base access\n[ 0.250927] ACPI: Added _OSI(Module Device)\n[ 0.251745] ACPI: Added _OSI(Processor Device)\n[ 0.252576] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253443] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255561] ACPI: Interpreter enabled\n[ 0.256350] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261661] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263422] ACPI: (supports S0 S5)\n[ 0.264099] ACPI: Using IOAPIC for interrupt routing\n[ 0.265010] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268130] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270403] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274478] acpiphp: Slot [3] registered\n[ 0.275436] acpiphp: Slot [4] registered\n[ 0.276408] acpiphp: Slot [5] registered\n[ 0.277228] acpiphp: Slot [6] registered\n[ 0.278013] acpiphp: Slot [7] registered\n[ 0.278794] acpiphp: Slot [8] registered\n[ 0.279575] acpiphp: Slot [9] registered\n[ 0.280351] acpiphp: Slot [10] registered\n[ 0.281149] acpiphp: Slot [11] registered\n[ 0.281966] acpiphp: Slot [12] registered\n[ 0.282764] acpiphp: Slot [13] registered\n[ 0.283556] acpiphp: Slot [14] registered\n[ 0.284348] acpiphp: Slot [15] registered\n[ 0.295266] acpiphp: Slot [16] registered\n[ 0.296089] acpiphp: Slot [17] registered\n[ 0.296916] acpiphp: Slot [18] registered\n[ 0.297714] acpiphp: Slot [19] registered\n[ 0.298508] acpiphp: Slot [20] registered\n[ 0.299308] acpiphp: Slot [21] registered\n[ 0.300118] acpiphp: Slot [22] registered\n[ 0.300919] acpiphp: Slot [23] registered\n[ 0.301713] acpiphp: Slot [24] registered\n[ 0.302505] acpiphp: Slot [25] registered\n[ 0.303300] acpiphp: Slot [26] registered\n[ 0.304095] acpiphp: Slot [27] registered\n[ 0.304892] acpiphp: Slot [28] registered\n[ 0.305686] acpiphp: Slot [29] registered\n[ 0.306478] acpiphp: Slot [30] registered\n[ 0.307267] acpiphp: Slot [31] registered\n[ 0.308062] PCI host bridge to bus 0000:00\n[ 0.308863] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311232] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312944] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.314643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.322665] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324051] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.325550] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333561] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.379306] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.380983] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.382583] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.384186] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386355] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.387785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.390308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.392183] vgaarb: loaded\n[ 0.392790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.393902] SCSI subsystem initialized\n[ 0.394709] ACPI: bus type USB registered\n[ 0.395512] usbcore: registered new interface driver usbfs\n[ 0.396528] usbcore: registered new interface driver hub\n[ 0.397572] usbcore: registered new device driver usb\n[ 0.398611] PCI: Using ACPI for IRQ routing\n[ 0.399615] NetLabel: Initializing\n[ 0.400307] NetLabel: domain hash size = 128\n[ 0.401141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.402081] NetLabel: unlabeled traffic allowed by default\n[ 0.403144] clocksource: Switched to clocksource kvm-clock\n[ 0.408534] AppArmor: AppArmor Filesystem Enabled\n[ 0.409468] pnp: PnP ACPI init\n[ 0.410363] pnp: PnP ACPI: found 5 devices\n[ 0.416703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.418371] NET: Registered protocol family 2\n[ 0.419302] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420542] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421676] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422814] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423868] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425009] NET: Registered protocol family 1\n[ 0.425855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426926] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427972] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.442069] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456097] Trying to unpack rootfs image as initramfs...\n[ 0.505459] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519291] Scanning for low memory corruption every 60 seconds\n[ 0.520691] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521811] audit: initializing netlink subsys (disabled)\n[ 0.523034] audit: type=2000 audit(1539190534.925:1): initialized\n[ 0.524331] Initialise system trusted keyring\n[ 0.525249] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526383] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528304] zbud: loaded\n[ 0.528994] VFS: Disk quotas dquot_6.6.0\n[ 0.529791] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531287] fuse init (API version 7.23)\n[ 0.532157] Key type big_key registered\n[ 0.532941] Allocating IMA MOK and blacklist keyrings.\n[ 0.534018] Key type asymmetric registered\n[ 0.534821] Asymmetric key parser 'x509' registered\n[ 0.535762] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537567] io scheduler noop registered\n[ 0.538338] io scheduler deadline registered (default)\n[ 0.539308] io scheduler cfq registered\n[ 0.540272] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541289] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543950] ACPI: Power Button [PWRF]\n[ 0.544769] GHES: HEST is not enabled!\n[ 0.558436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586575] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588790] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616880] Linux agpgart interface v0.103\n[ 0.618952] brd: module loaded\n[ 0.620143] loop: module loaded\n[ 0.624858] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626294] GPT:90111 != 2097151\n[ 0.626974] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628049] GPT:90111 != 2097151\n[ 0.628715] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629651] vda: vda1 vda15\n[ 0.631482] scsi host0: ata_piix\n[ 0.632209] scsi host1: ata_piix\n[ 0.632908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634087] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635526] libphy: Fixed MDIO Bus: probed\n[ 0.636323] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639629] PPP generic driver version 2.4.2\n[ 0.640505] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641822] ehci-pci: EHCI PCI platform driver\n[ 0.642791] ehci-platform: EHCI generic platform driver\n[ 0.643779] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644887] ohci-pci: OHCI PCI platform driver\n[ 0.645741] ohci-platform: OHCI generic platform driver\n[ 0.646710] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662078] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663500] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664515] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665608] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666797] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668186] usb usb1: Product: UHCI Host Controller\n[ 0.669095] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670201] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671281] hub 1-0:1.0: USB hub found\n[ 0.672188] hub 1-0:1.0: 2 ports detected\n[ 0.673233] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.675616] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.676640] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.677833] mousedev: PS/2 mouse device common for all mice\n[ 0.679279] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681373] rtc_cmos 00:00: RTC can wake from S4\n[ 0.682604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.683979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685345] i2c /dev entries driver\n[ 0.686216] device-mapper: uevent: version 1.0.3\n[ 0.687304] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688938] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690196] NET: Registered protocol family 10\n[ 0.691189] NET: Registered protocol family 17\n[ 0.692065] Key type dns_resolver registered\n[ 0.692973] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694060] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695789] registered taskstats version 1\n[ 0.696601] Loading compiled-in X.509 certificates\n[ 0.698019] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699834] zswap: loaded using pool lzo/zbud\n[ 0.701184] Key type trusted registered\n[ 0.702734] Key type encrypted registered\n[ 0.703565] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704572] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705588] evm: HMAC attrs: 0x1\n[ 0.706524] Magic number: 6:364:944\n[ 0.707300] tty tty1: hash matches\n[ 0.708064] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:35 UTC (1539190535)\n[ 0.709626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710713] EDD information not available.\n[ 0.791806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793370] ata1.00: configured for MWDMA2\n[ 0.804808] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807037] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808235] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.809477] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.811320] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.812820] Write protecting the kernel read-only data: 14336k\n[ 0.814355] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.816122] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.527829] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n"} 2018-10-10 16:56:38,759 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237/action used request id req-fe637582-a276-4ab3-909c-a4aa5ab56504 2018-10-10 16:56:40,762 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-10 16:57:10,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1af5bc73f5f5ea79cc3dc0469215793cdc7730" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:57:11,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:57:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ace5059-c05a-46d5-8dbd-34d75276416a x-compute-request-id: req-3ace5059-c05a-46d5-8dbd-34d75276416a 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 620823834 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.149266] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151197] pid_max: default: 32768 minimum: 301\n[ 0.152285] ACPI: Core revision 20150930\n[ 0.153787] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155317] Security Framework initialized\n[ 0.156310] Yama: becoming mindful.\n[ 0.157162] AppArmor: AppArmor initialized\n[ 0.158197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159808] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161328] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162749] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164396] Initializing cgroup subsys io\n[ 0.165339] Initializing cgroup subsys memory\n[ 0.166355] Initializing cgroup subsys devices\n[ 0.167352] Initializing cgroup subsys freezer\n[ 0.168380] Initializing cgroup subsys net_cls\n[ 0.169389] Initializing cgroup subsys perf_event\n[ 0.170461] Initializing cgroup subsys net_prio\n[ 0.171575] Initializing cgroup subsys hugetlb\n[ 0.172611] Initializing cgroup subsys pids\n[ 0.173628] CPU: Physical Processor ID: 0\n[ 0.175263] mce: CPU supports 10 MCE banks\n[ 0.176271] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177495] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.188158] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194524] ftrace: allocating 31920 entries in 125 pages\n[ 0.220855] smpboot: Max logical packages: 1\n[ 0.221685] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.222983] x2apic enabled\n[ 0.223769] Switched APIC routing to physical x2apic.\n[ 0.225486] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.228469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230184] KVM setup paravirtual spinlock\n[ 0.231452] x86: Booted up 1 node, 1 CPUs\n[ 0.232226] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.233568] devtmpfs: initialized\n[ 0.235254] evm: security.selinux\n[ 0.235931] evm: security.SMACK64\n[ 0.236597] evm: security.SMACK64EXEC\n[ 0.237307] evm: security.SMACK64TRANSMUTE\n[ 0.238083] evm: security.SMACK64MMAP\n[ 0.238795] evm: security.ima\n[ 0.239458] evm: security.capability\n[ 0.240236] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242035] pinctrl core: initialized pinctrl subsystem\n[ 0.243088] RTC time: 16:55:34, date: 10/10/18\n[ 0.244028] NET: Registered protocol family 16\n[ 0.244974] cpuidle: using governor ladder\n[ 0.245762] cpuidle: using governor menu\n[ 0.246520] PCCT header not found.\n[ 0.247239] ACPI: bus type PCI registered\n[ 0.248018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249213] PCI: Using configuration type 1 for base access\n[ 0.250927] ACPI: Added _OSI(Module Device)\n[ 0.251745] ACPI: Added _OSI(Processor Device)\n[ 0.252576] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253443] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255561] ACPI: Interpreter enabled\n[ 0.256350] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261661] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263422] ACPI: (supports S0 S5)\n[ 0.264099] ACPI: Using IOAPIC for interrupt routing\n[ 0.265010] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268130] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270403] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274478] acpiphp: Slot [3] registered\n[ 0.275436] acpiphp: Slot [4] registered\n[ 0.276408] acpiphp: Slot [5] registered\n[ 0.277228] acpiphp: Slot [6] registered\n[ 0.278013] acpiphp: Slot [7] registered\n[ 0.278794] acpiphp: Slot [8] registered\n[ 0.279575] acpiphp: Slot [9] registered\n[ 0.280351] acpiphp: Slot [10] registered\n[ 0.281149] acpiphp: Slot [11] registered\n[ 0.281966] acpiphp: Slot [12] registered\n[ 0.282764] acpiphp: Slot [13] registered\n[ 0.283556] acpiphp: Slot [14] registered\n[ 0.284348] acpiphp: Slot [15] registered\n[ 0.295266] acpiphp: Slot [16] registered\n[ 0.296089] acpiphp: Slot [17] registered\n[ 0.296916] acpiphp: Slot [18] registered\n[ 0.297714] acpiphp: Slot [19] registered\n[ 0.298508] acpiphp: Slot [20] registered\n[ 0.299308] acpiphp: Slot [21] registered\n[ 0.300118] acpiphp: Slot [22] registered\n[ 0.300919] acpiphp: Slot [23] registered\n[ 0.301713] acpiphp: Slot [24] registered\n[ 0.302505] acpiphp: Slot [25] registered\n[ 0.303300] acpiphp: Slot [26] registered\n[ 0.304095] acpiphp: Slot [27] registered\n[ 0.304892] acpiphp: Slot [28] registered\n[ 0.305686] acpiphp: Slot [29] registered\n[ 0.306478] acpiphp: Slot [30] registered\n[ 0.307267] acpiphp: Slot [31] registered\n[ 0.308062] PCI host bridge to bus 0000:00\n[ 0.308863] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311232] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312944] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.314643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.322665] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324051] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.325550] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333561] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.379306] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.380983] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.382583] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.384186] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386355] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.387785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.390308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.392183] vgaarb: loaded\n[ 0.392790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.393902] SCSI subsystem initialized\n[ 0.394709] ACPI: bus type USB registered\n[ 0.395512] usbcore: registered new interface driver usbfs\n[ 0.396528] usbcore: registered new interface driver hub\n[ 0.397572] usbcore: registered new device driver usb\n[ 0.398611] PCI: Using ACPI for IRQ routing\n[ 0.399615] NetLabel: Initializing\n[ 0.400307] NetLabel: domain hash size = 128\n[ 0.401141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.402081] NetLabel: unlabeled traffic allowed by default\n[ 0.403144] clocksource: Switched to clocksource kvm-clock\n[ 0.408534] AppArmor: AppArmor Filesystem Enabled\n[ 0.409468] pnp: PnP ACPI init\n[ 0.410363] pnp: PnP ACPI: found 5 devices\n[ 0.416703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.418371] NET: Registered protocol family 2\n[ 0.419302] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420542] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421676] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422814] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423868] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425009] NET: Registered protocol family 1\n[ 0.425855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426926] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427972] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.442069] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456097] Trying to unpack rootfs image as initramfs...\n[ 0.505459] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519291] Scanning for low memory corruption every 60 seconds\n[ 0.520691] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521811] audit: initializing netlink subsys (disabled)\n[ 0.523034] audit: type=2000 audit(1539190534.925:1): initialized\n[ 0.524331] Initialise system trusted keyring\n[ 0.525249] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526383] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528304] zbud: loaded\n[ 0.528994] VFS: Disk quotas dquot_6.6.0\n[ 0.529791] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531287] fuse init (API version 7.23)\n[ 0.532157] Key type big_key registered\n[ 0.532941] Allocating IMA MOK and blacklist keyrings.\n[ 0.534018] Key type asymmetric registered\n[ 0.534821] Asymmetric key parser 'x509' registered\n[ 0.535762] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537567] io scheduler noop registered\n[ 0.538338] io scheduler deadline registered (default)\n[ 0.539308] io scheduler cfq registered\n[ 0.540272] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541289] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543950] ACPI: Power Button [PWRF]\n[ 0.544769] GHES: HEST is not enabled!\n[ 0.558436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586575] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588790] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616880] Linux agpgart interface v0.103\n[ 0.618952] brd: module loaded\n[ 0.620143] loop: module loaded\n[ 0.624858] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626294] GPT:90111 != 2097151\n[ 0.626974] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628049] GPT:90111 != 2097151\n[ 0.628715] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629651] vda: vda1 vda15\n[ 0.631482] scsi host0: ata_piix\n[ 0.632209] scsi host1: ata_piix\n[ 0.632908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634087] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635526] libphy: Fixed MDIO Bus: probed\n[ 0.636323] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639629] PPP generic driver version 2.4.2\n[ 0.640505] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641822] ehci-pci: EHCI PCI platform driver\n[ 0.642791] ehci-platform: EHCI generic platform driver\n[ 0.643779] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644887] ohci-pci: OHCI PCI platform driver\n[ 0.645741] ohci-platform: OHCI generic platform driver\n[ 0.646710] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662078] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663500] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664515] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665608] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666797] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668186] usb usb1: Product: UHCI Host Controller\n[ 0.669095] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670201] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671281] hub 1-0:1.0: USB hub found\n[ 0.672188] hub 1-0:1.0: 2 ports detected\n[ 0.673233] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.675616] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.676640] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.677833] mousedev: PS/2 mouse device common for all mice\n[ 0.679279] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681373] rtc_cmos 00:00: RTC can wake from S4\n[ 0.682604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.683979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685345] i2c /dev entries driver\n[ 0.686216] device-mapper: uevent: version 1.0.3\n[ 0.687304] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688938] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690196] NET: Registered protocol family 10\n[ 0.691189] NET: Registered protocol family 17\n[ 0.692065] Key type dns_resolver registered\n[ 0.692973] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694060] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695789] registered taskstats version 1\n[ 0.696601] Loading compiled-in X.509 certificates\n[ 0.698019] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699834] zswap: loaded using pool lzo/zbud\n[ 0.701184] Key type trusted registered\n[ 0.702734] Key type encrypted registered\n[ 0.703565] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704572] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705588] evm: HMAC attrs: 0x1\n[ 0.706524] Magic number: 6:364:944\n[ 0.707300] tty tty1: hash matches\n[ 0.708064] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:35 UTC (1539190535)\n[ 0.709626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710713] EDD information not available.\n[ 0.791806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793370] ata1.00: configured for MWDMA2\n[ 0.804808] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807037] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808235] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.809477] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.811320] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.812820] Write protecting the kernel read-only data: 14336k\n[ 0.814355] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.816122] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.527829] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.28s]\nping 10.10.20.9 OK\nping 10.10.20.9 OK\nping 10.10.20.9 OK\n"} 2018-10-10 16:57:11,846 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237/action used request id req-3ace5059-c05a-46d5-8dbd-34d75276416a 2018-10-10 16:57:11,847 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-8-1' (10.10.10.12) to 'sdnvpn-8-2' (10.10.20.9). -->Expected result: can ping. 2018-10-10 16:57:11,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1af5bc73f5f5ea79cc3dc0469215793cdc7730" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 16:57:12,925 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16: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-419a4786-0469-4aeb-a16e-980e78ad6804 x-compute-request-id: req-419a4786-0469-4aeb-a16e-980e78ad6804 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 620823834 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.149266] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151197] pid_max: default: 32768 minimum: 301\n[ 0.152285] ACPI: Core revision 20150930\n[ 0.153787] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155317] Security Framework initialized\n[ 0.156310] Yama: becoming mindful.\n[ 0.157162] AppArmor: AppArmor initialized\n[ 0.158197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159808] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161328] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162749] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164396] Initializing cgroup subsys io\n[ 0.165339] Initializing cgroup subsys memory\n[ 0.166355] Initializing cgroup subsys devices\n[ 0.167352] Initializing cgroup subsys freezer\n[ 0.168380] Initializing cgroup subsys net_cls\n[ 0.169389] Initializing cgroup subsys perf_event\n[ 0.170461] Initializing cgroup subsys net_prio\n[ 0.171575] Initializing cgroup subsys hugetlb\n[ 0.172611] Initializing cgroup subsys pids\n[ 0.173628] CPU: Physical Processor ID: 0\n[ 0.175263] mce: CPU supports 10 MCE banks\n[ 0.176271] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177495] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.188158] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194524] ftrace: allocating 31920 entries in 125 pages\n[ 0.220855] smpboot: Max logical packages: 1\n[ 0.221685] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.222983] x2apic enabled\n[ 0.223769] Switched APIC routing to physical x2apic.\n[ 0.225486] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.228469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230184] KVM setup paravirtual spinlock\n[ 0.231452] x86: Booted up 1 node, 1 CPUs\n[ 0.232226] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.233568] devtmpfs: initialized\n[ 0.235254] evm: security.selinux\n[ 0.235931] evm: security.SMACK64\n[ 0.236597] evm: security.SMACK64EXEC\n[ 0.237307] evm: security.SMACK64TRANSMUTE\n[ 0.238083] evm: security.SMACK64MMAP\n[ 0.238795] evm: security.ima\n[ 0.239458] evm: security.capability\n[ 0.240236] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242035] pinctrl core: initialized pinctrl subsystem\n[ 0.243088] RTC time: 16:55:34, date: 10/10/18\n[ 0.244028] NET: Registered protocol family 16\n[ 0.244974] cpuidle: using governor ladder\n[ 0.245762] cpuidle: using governor menu\n[ 0.246520] PCCT header not found.\n[ 0.247239] ACPI: bus type PCI registered\n[ 0.248018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249213] PCI: Using configuration type 1 for base access\n[ 0.250927] ACPI: Added _OSI(Module Device)\n[ 0.251745] ACPI: Added _OSI(Processor Device)\n[ 0.252576] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253443] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255561] ACPI: Interpreter enabled\n[ 0.256350] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261661] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263422] ACPI: (supports S0 S5)\n[ 0.264099] ACPI: Using IOAPIC for interrupt routing\n[ 0.265010] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268130] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270403] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274478] acpiphp: Slot [3] registered\n[ 0.275436] acpiphp: Slot [4] registered\n[ 0.276408] acpiphp: Slot [5] registered\n[ 0.277228] acpiphp: Slot [6] registered\n[ 0.278013] acpiphp: Slot [7] registered\n[ 0.278794] acpiphp: Slot [8] registered\n[ 0.279575] acpiphp: Slot [9] registered\n[ 0.280351] acpiphp: Slot [10] registered\n[ 0.281149] acpiphp: Slot [11] registered\n[ 0.281966] acpiphp: Slot [12] registered\n[ 0.282764] acpiphp: Slot [13] registered\n[ 0.283556] acpiphp: Slot [14] registered\n[ 0.284348] acpiphp: Slot [15] registered\n[ 0.295266] acpiphp: Slot [16] registered\n[ 0.296089] acpiphp: Slot [17] registered\n[ 0.296916] acpiphp: Slot [18] registered\n[ 0.297714] acpiphp: Slot [19] registered\n[ 0.298508] acpiphp: Slot [20] registered\n[ 0.299308] acpiphp: Slot [21] registered\n[ 0.300118] acpiphp: Slot [22] registered\n[ 0.300919] acpiphp: Slot [23] registered\n[ 0.301713] acpiphp: Slot [24] registered\n[ 0.302505] acpiphp: Slot [25] registered\n[ 0.303300] acpiphp: Slot [26] registered\n[ 0.304095] acpiphp: Slot [27] registered\n[ 0.304892] acpiphp: Slot [28] registered\n[ 0.305686] acpiphp: Slot [29] registered\n[ 0.306478] acpiphp: Slot [30] registered\n[ 0.307267] acpiphp: Slot [31] registered\n[ 0.308062] PCI host bridge to bus 0000:00\n[ 0.308863] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311232] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312944] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.314643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.322665] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324051] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.325550] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333561] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.379306] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.380983] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.382583] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.384186] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386355] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.387785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.390308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.392183] vgaarb: loaded\n[ 0.392790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.393902] SCSI subsystem initialized\n[ 0.394709] ACPI: bus type USB registered\n[ 0.395512] usbcore: registered new interface driver usbfs\n[ 0.396528] usbcore: registered new interface driver hub\n[ 0.397572] usbcore: registered new device driver usb\n[ 0.398611] PCI: Using ACPI for IRQ routing\n[ 0.399615] NetLabel: Initializing\n[ 0.400307] NetLabel: domain hash size = 128\n[ 0.401141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.402081] NetLabel: unlabeled traffic allowed by default\n[ 0.403144] clocksource: Switched to clocksource kvm-clock\n[ 0.408534] AppArmor: AppArmor Filesystem Enabled\n[ 0.409468] pnp: PnP ACPI init\n[ 0.410363] pnp: PnP ACPI: found 5 devices\n[ 0.416703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.418371] NET: Registered protocol family 2\n[ 0.419302] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420542] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421676] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422814] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423868] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425009] NET: Registered protocol family 1\n[ 0.425855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426926] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427972] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.442069] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456097] Trying to unpack rootfs image as initramfs...\n[ 0.505459] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519291] Scanning for low memory corruption every 60 seconds\n[ 0.520691] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521811] audit: initializing netlink subsys (disabled)\n[ 0.523034] audit: type=2000 audit(1539190534.925:1): initialized\n[ 0.524331] Initialise system trusted keyring\n[ 0.525249] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526383] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528304] zbud: loaded\n[ 0.528994] VFS: Disk quotas dquot_6.6.0\n[ 0.529791] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531287] fuse init (API version 7.23)\n[ 0.532157] Key type big_key registered\n[ 0.532941] Allocating IMA MOK and blacklist keyrings.\n[ 0.534018] Key type asymmetric registered\n[ 0.534821] Asymmetric key parser 'x509' registered\n[ 0.535762] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537567] io scheduler noop registered\n[ 0.538338] io scheduler deadline registered (default)\n[ 0.539308] io scheduler cfq registered\n[ 0.540272] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541289] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543950] ACPI: Power Button [PWRF]\n[ 0.544769] GHES: HEST is not enabled!\n[ 0.558436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586575] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588790] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616880] Linux agpgart interface v0.103\n[ 0.618952] brd: module loaded\n[ 0.620143] loop: module loaded\n[ 0.624858] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626294] GPT:90111 != 2097151\n[ 0.626974] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628049] GPT:90111 != 2097151\n[ 0.628715] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629651] vda: vda1 vda15\n[ 0.631482] scsi host0: ata_piix\n[ 0.632209] scsi host1: ata_piix\n[ 0.632908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634087] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635526] libphy: Fixed MDIO Bus: probed\n[ 0.636323] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639629] PPP generic driver version 2.4.2\n[ 0.640505] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641822] ehci-pci: EHCI PCI platform driver\n[ 0.642791] ehci-platform: EHCI generic platform driver\n[ 0.643779] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644887] ohci-pci: OHCI PCI platform driver\n[ 0.645741] ohci-platform: OHCI generic platform driver\n[ 0.646710] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662078] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663500] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664515] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665608] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666797] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668186] usb usb1: Product: UHCI Host Controller\n[ 0.669095] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670201] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671281] hub 1-0:1.0: USB hub found\n[ 0.672188] hub 1-0:1.0: 2 ports detected\n[ 0.673233] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.675616] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.676640] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.677833] mousedev: PS/2 mouse device common for all mice\n[ 0.679279] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681373] rtc_cmos 00:00: RTC can wake from S4\n[ 0.682604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.683979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685345] i2c /dev entries driver\n[ 0.686216] device-mapper: uevent: version 1.0.3\n[ 0.687304] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688938] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690196] NET: Registered protocol family 10\n[ 0.691189] NET: Registered protocol family 17\n[ 0.692065] Key type dns_resolver registered\n[ 0.692973] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694060] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695789] registered taskstats version 1\n[ 0.696601] Loading compiled-in X.509 certificates\n[ 0.698019] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699834] zswap: loaded using pool lzo/zbud\n[ 0.701184] Key type trusted registered\n[ 0.702734] Key type encrypted registered\n[ 0.703565] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704572] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705588] evm: HMAC attrs: 0x1\n[ 0.706524] Magic number: 6:364:944\n[ 0.707300] tty tty1: hash matches\n[ 0.708064] rtc_cmos 00:00: setting system clock to 2018-10-10 16:55:35 UTC (1539190535)\n[ 0.709626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710713] EDD information not available.\n[ 0.791806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793370] ata1.00: configured for MWDMA2\n[ 0.804808] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807037] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808235] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.809477] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.811320] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.812820] Write protecting the kernel read-only data: 14336k\n[ 0.814355] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.816122] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.527829] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.28s]\nping 10.10.20.9 OK\nping 10.10.20.9 OK\nping 10.10.20.9 OK\n"} 2018-10-10 16:57:12,926 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237/action used request id req-419a4786-0469-4aeb-a16e-980e78ad6804 2018-10-10 16:57:12,927 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-8-1' can ping 'sdnvpn-8-2' 2018-10-10 16:57:12,927 - sdnvpn-results - INFO - Assign a Floating IP to sdnvpn-8-1 2018-10-10 16:57:12,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:57:13,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2007 X-Openstack-Request-Id: req-3e518d6c-a7a3-4d73-8151-8af0d565b03f Date: Wed, 10 Oct 2018 16:57:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cae03313-a5bd-4ccb-a455-d6b030f33cd0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["a7383e4e-7032-4110-a2e6-a85a1ed220a3"],"description":"","tags":[],"updated_at":"2018-10-10T16:55:06Z","provider:segmentation_id":98,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:55:06Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f7bb3c55-f819-4fa1-b0ef-e073fc992382","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["8c81f832-b3be-4635-bcd4-057bb9585789"],"description":"","tags":[],"updated_at":"2018-10-10T16:55:11Z","provider:segmentation_id":49,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:55:11Z","provider:network_type":"vxlan"}]} 2018-10-10 16:57:13,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-3e518d6c-a7a3-4d73-8151-8af0d565b03f 2018-10-10 16:57:13,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"floatingip": {"floating_network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}}' 2018-10-10 16:57:14,432 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-4d7cdff8-92b1-4499-94ee-8ad4e7cfc317 Date: Wed, 10 Oct 2018 16:57:14 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-10T16:57:13Z", "floating_network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": null, "id": "bfed599e-5259-4913-b131-bb55c05379ce", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:57:13Z", "project_id": "d00928b339b74d1eac5a92b45f495878"}} 2018-10-10 16:57:14,432 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-4d7cdff8-92b1-4499-94ee-8ad4e7cfc317 2018-10-10 16:57:14,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fda82e669418e42e00131adc07695f2d3272eff0" -d '{"addFloatingIp": {"address": "172.30.9.204"}}' 2018-10-10 16:57:17,400 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 16:57:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a59e50ba-4033-4ecd-a48d-71a0f21d501d x-compute-request-id: req-a59e50ba-4033-4ecd-a48d-71a0f21d501d Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 16:57:17,400 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237/action used request id req-a59e50ba-4033-4ecd-a48d-71a0f21d501d 2018-10-10 16:57:17,401 - sdnvpn-results - INFO - Ping sdnvpn-8-1 via Floating IP 2018-10-10 16:57:17,401 - sdnvpn-results - DEBUG - Ping IP 172.30.9.204 2018-10-10 16:57:17,401 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.204 -c 10' 2018-10-10 16:57:26,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fda82e669418e42e00131adc07695f2d3272eff0" -d '{"forceDelete": null}' 2018-10-10 16:57:26,607 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 16:57:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1ec61c64-845d-40ba-861a-20ba85fc6d5e x-compute-request-id: req-1ec61c64-845d-40ba-861a-20ba85fc6d5e Content-Length: 0 Content-Type: application/json 2018-10-10 16:57:26,607 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/08023c10-f5ec-4ccd-9915-9ad6e8366237/action used request id req-1ec61c64-845d-40ba-861a-20ba85fc6d5e 2018-10-10 16:57:26,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fda82e669418e42e00131adc07695f2d3272eff0" -d '{"forceDelete": null}' 2018-10-10 16:57:26,821 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 16:57:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3e4bae42-a23d-4d64-b626-6663d6f1e02d x-compute-request-id: req-3e4bae42-a23d-4d64-b626-6663d6f1e02d Content-Length: 0 Content-Type: application/json 2018-10-10 16:57:26,822 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2f60bba9-8302-4494-9df4-e0a14f837f9a/action used request id req-3e4bae42-a23d-4d64-b626-6663d6f1e02d 2018-10-10 16:57:26,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/c41e18af-c6c3-48ed-9770-1fe8bb465f47 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65ed6a21b800fbe083fde1cf7d4bfe7fbef005d8" 2018-10-10 16:57:28,173 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-03574127-ba53-4189-b26a-72d68d7bbc9f Date: Wed, 10 Oct 2018 16:57:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 16:57:28,173 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/c41e18af-c6c3-48ed-9770-1fe8bb465f47 used request id req-03574127-ba53-4189-b26a-72d68d7bbc9f 2018-10-10 16:57:28,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/bfed599e-5259-4913-b131-bb55c05379ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:57:29,460 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-637b5d99-b1dc-4059-ab01-1be30438c05a Content-Length: 0 Date: Wed, 10 Oct 2018 16:57:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:57:29,460 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/bfed599e-5259-4913-b131-bb55c05379ce used request id req-637b5d99-b1dc-4059-ab01-1be30438c05a 2018-10-10 16:57:29,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/f48ed829-d8d1-4924-9c08-b81ef5931a65/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"subnet_id": "a7383e4e-7032-4110-a2e6-a85a1ed220a3"}' 2018-10-10 16:57:30,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2fd507ff-1115-49e0-b4a5-f5c41d112f9c Date: Wed, 10 Oct 2018 16:57:30 GMT RESP BODY: {"network_id": "cae03313-a5bd-4ccb-a455-d6b030f33cd0", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "subnet_id": "a7383e4e-7032-4110-a2e6-a85a1ed220a3", "subnet_ids": ["a7383e4e-7032-4110-a2e6-a85a1ed220a3"], "port_id": "fb446322-6ff5-49d5-b678-e0eec0458756", "id": "f48ed829-d8d1-4924-9c08-b81ef5931a65"} 2018-10-10 16:57:30,707 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/f48ed829-d8d1-4924-9c08-b81ef5931a65/remove_router_interface used request id req-2fd507ff-1115-49e0-b4a5-f5c41d112f9c 2018-10-10 16:57:30,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/f48ed829-d8d1-4924-9c08-b81ef5931a65/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"subnet_id": "8c81f832-b3be-4635-bcd4-057bb9585789"}' 2018-10-10 16:57:31,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0abba375-2a7e-45e7-81b8-957c0244a4d8 Date: Wed, 10 Oct 2018 16:57:31 GMT RESP BODY: {"network_id": "f7bb3c55-f819-4fa1-b0ef-e073fc992382", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "subnet_id": "8c81f832-b3be-4635-bcd4-057bb9585789", "subnet_ids": ["8c81f832-b3be-4635-bcd4-057bb9585789"], "port_id": "e1271225-c57a-4801-9403-bd3cca1ddddc", "id": "f48ed829-d8d1-4924-9c08-b81ef5931a65"} 2018-10-10 16:57:31,813 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/f48ed829-d8d1-4924-9c08-b81ef5931a65/remove_router_interface used request id req-0abba375-2a7e-45e7-81b8-957c0244a4d8 2018-10-10 16:57:31,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/f48ed829-d8d1-4924-9c08-b81ef5931a65 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 16:57:32,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-84648966-f707-499e-b60c-bb362752cf0e Date: Wed, 10 Oct 2018 16:57:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:57:32Z", "revision_number": 10, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "f48ed829-d8d1-4924-9c08-b81ef5931a65", "name": "sdnvpn-8-1-router"}} 2018-10-10 16:57:32,791 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/f48ed829-d8d1-4924-9c08-b81ef5931a65 used request id req-84648966-f707-499e-b60c-bb362752cf0e 2018-10-10 16:57:32,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/a7383e4e-7032-4110-a2e6-a85a1ed220a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:57:34,757 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-446de855-9f66-4f33-b585-81ff6313e43e Date: Wed, 10 Oct 2018 16:57:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:57:34,758 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/a7383e4e-7032-4110-a2e6-a85a1ed220a3 used request id req-446de855-9f66-4f33-b585-81ff6313e43e 2018-10-10 16:57:34,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/8c81f832-b3be-4635-bcd4-057bb9585789 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:57:36,888 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-31125de5-411f-45f4-9a18-cea5521d946f Date: Wed, 10 Oct 2018 16:57:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:57:36,888 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/8c81f832-b3be-4635-bcd4-057bb9585789 used request id req-31125de5-411f-45f4-9a18-cea5521d946f 2018-10-10 16:57:36,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/f48ed829-d8d1-4924-9c08-b81ef5931a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:57:37,328 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1d4a4783-13e0-427f-b60a-4ca3a2953d31 Content-Length: 0 Date: Wed, 10 Oct 2018 16:57:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:57:37,328 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/f48ed829-d8d1-4924-9c08-b81ef5931a65 used request id req-1d4a4783-13e0-427f-b60a-4ca3a2953d31 2018-10-10 16:57:37,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/cae03313-a5bd-4ccb-a455-d6b030f33cd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:57:37,925 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-66d732fd-c320-40ec-baa9-65c55f9b704a Date: Wed, 10 Oct 2018 16:57:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:57:37,925 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/cae03313-a5bd-4ccb-a455-d6b030f33cd0 used request id req-66d732fd-c320-40ec-baa9-65c55f9b704a 2018-10-10 16:57:37,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/f7bb3c55-f819-4fa1-b0ef-e073fc992382 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfa3cb5dfc5c5d2ce1fcce3e4a5bbaf7c4c0fa1" 2018-10-10 16:57:38,537 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f244d0e0-6446-464c-8c96-bdb8a0163389 Date: Wed, 10 Oct 2018 16:57:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 16:57:38,537 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/f7bb3c55-f819-4fa1-b0ef-e073fc992382 used request id req-f244d0e0-6446-464c-8c96-bdb8a0163389 2018-10-10 16:57:38,537 - 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.204 | +========================================================================================+ 2018-10-10 16:57:38,537 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-10 16:57:38,538 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-10-10 16:57:38,538 - 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.204': 'PASS'}]} 2018-10-10 16:57:38,538 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-10-10 16:57:38,538 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-10-10 16:57:38,539 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-10-10 16:57:38,618 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-10-10 16:57:38,620 - paramiko.transport - DEBUG - starting thread (client mode): 0xacff5d90L 2018-10-10 16:57:38,621 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:57:38,650 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:57:38,650 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:57:38,654 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:57:38,654 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:57:38,654 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:57:38,654 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:57:38,655 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:57:38,655 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:57:38,663 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:57:38,663 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:57:38,684 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.203: fb37fbdd5d506ce6517f345d902a2f4c 2018-10-10 16:57:38,685 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:57:38,704 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:57:38,738 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:57:38,750 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:57:38,935 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:57:38,935 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:57:38,974 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:57:38,974 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:57:38,988 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:57:43,481 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:57:43,483 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:57:43,485 - paramiko.transport - DEBUG - starting thread (client mode): 0xacf06750L 2018-10-10 16:57:43,485 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:57:43,491 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:57:43,492 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:57:43,495 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:57:43,495 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:57:43,495 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:57:43,495 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:57:43,495 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:57:43,495 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:57:43,500 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:57:43,501 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:57:43,517 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 53a4c94cdd785198c23fdacd435dbb05 2018-10-10 16:57:43,518 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:57:43,540 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:57:43,552 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:57:43,582 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:57:43,647 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:57:43,647 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:57:43,686 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:57:43,687 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:57:43,694 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:57:43,731 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:57:43,732 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:57:43,732 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:57:43,733 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:57:43,733 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:57:43,774 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:57:43,814 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:57:43,816 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:57:43,816 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:57:43,817 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:57:43,817 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:57:43,858 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:57:43,891 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:57:43,893 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:57:43,894 - paramiko.transport - DEBUG - starting thread (client mode): 0xacf65ad0L 2018-10-10 16:57:43,895 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:57:43,901 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:57:43,901 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:57:43,904 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:57:43,904 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:57:43,904 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:57:43,905 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:57:43,905 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:57:43,905 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:57:43,909 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:57:43,910 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:57:43,926 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: dc5399323434d80f939a007cf0b05976 2018-10-10 16:57:43,927 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:57:43,950 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:57:43,962 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:57:43,992 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:57:44,056 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:57:44,056 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:57:44,096 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:57:44,096 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:57:44,104 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:57:44,140 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:57:44,141 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:57:44,142 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:57:44,142 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:57:44,143 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:57:44,183 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:57:44,223 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:57:44,225 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:57:44,226 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:57:44,226 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:57:44,227 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:57:44,267 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:57:44,299 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:57:44,301 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:57:44,303 - paramiko.transport - DEBUG - starting thread (client mode): 0xacf5f710L 2018-10-10 16:57:44,303 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:57:44,308 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:57:44,308 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:57:44,310 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:57:44,310 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:57:44,311 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:57:44,311 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:57:44,311 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:57:44,311 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:57:44,315 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:57:44,316 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:57:44,319 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: adad1fe9d8218443bb3a80dedbc5a49f 2018-10-10 16:57:44,319 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:57:44,355 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:57:44,367 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:57:44,384 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:57:44,442 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:57:44,442 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:57:44,481 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:57:44,482 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:57:44,488 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:57:44,520 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:57:44,521 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:57:44,521 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:57:44,522 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:57:44,522 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:57:44,563 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:57:44,597 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:57:44,599 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:57:44,599 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:57:44,600 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:57:44,600 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:57:44,640 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:57:44,670 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:57:44,671 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:57:44,673 - paramiko.transport - DEBUG - starting thread (client mode): 0xacfbe8d0L 2018-10-10 16:57:44,674 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:57:44,679 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:57:44,679 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:57:44,682 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:57:44,683 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:57:44,683 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:57:44,683 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:57:44,683 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:57:44,683 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:57:44,688 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:57:44,688 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:57:44,689 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 317603c5623f2ea0b03203fb9c24e521 2018-10-10 16:57:44,690 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:57:44,728 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:57:44,739 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:57:44,754 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:57:44,816 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:57:44,816 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:57:44,855 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:57:44,856 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:57:44,858 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:57:44,887 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:57:44,888 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:57:44,888 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:57:44,889 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:57:44,889 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:57:44,930 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:57:44,960 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:57:44,962 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:57:44,962 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:57:44,963 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:57:44,963 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:57:45,004 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:57:45,030 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:57:45,032 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:57:45,033 - paramiko.transport - DEBUG - starting thread (client mode): 0xaced8610L 2018-10-10 16:57:45,034 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:57:45,039 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:57:45,039 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:57:45,041 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:57:45,041 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:57:45,042 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:57:45,042 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:57:45,042 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:57:45,042 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:57:45,047 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:57:45,047 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:57:45,050 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7852148011ce4dd631352d7fa3d8382f 2018-10-10 16:57:45,051 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:57:45,087 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:57:45,097 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:57:45,115 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:57:45,179 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:57:45,179 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:57:45,218 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:57:45,219 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:57:45,225 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:57:45,255 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:57:45,256 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:57:45,257 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:57:45,257 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:57:45,257 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:57:45,298 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:57:45,330 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:57:45,331 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:57:45,332 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:57:45,332 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:57:45,333 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:57:45,373 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:57:45,400 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:57:45,400 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:57:45,401 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:57:45,402 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:57:45,402 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:57:45,408 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:57:49,711 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:57:49,712 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:57:49,714 - paramiko.transport - DEBUG - starting thread (client mode): 0xacf06b10L 2018-10-10 16:57:49,715 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:57:49,720 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:57:49,720 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:57:49,723 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:57:49,723 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:57:49,723 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:57:49,724 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:57:49,724 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:57:49,724 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:57:49,728 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:57:49,729 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:57:49,730 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 53a4c94cdd785198c23fdacd435dbb05 2018-10-10 16:57:49,730 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:57:49,768 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:57:49,781 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:57:49,795 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:57:49,882 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:57:49,883 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:57:49,922 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:57:49,923 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:57:49,931 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:57:49,965 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:57:49,966 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:57:49,967 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:57:49,967 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:57:49,967 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:57:50,008 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:57:50,045 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:57:50,046 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:57:50,047 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:57:50,048 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:57:50,048 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:57:50,088 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:57:50,120 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:57:50,121 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:57:50,123 - paramiko.transport - DEBUG - starting thread (client mode): 0xacf51a10L 2018-10-10 16:57:50,124 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:57:50,129 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:57:50,130 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:57:50,133 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:57:50,133 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:57:50,133 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:57:50,133 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:57:50,133 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:57:50,133 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:57:50,138 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:57:50,139 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:57:50,155 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: dc5399323434d80f939a007cf0b05976 2018-10-10 16:57:50,156 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:57:50,178 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:57:50,191 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:57:50,221 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:57:50,288 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:57:50,288 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:57:50,327 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:57:50,328 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:57:50,333 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:57:50,369 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:57:50,370 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:57:50,371 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:57:50,372 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:57:50,372 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:57:50,413 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:57:50,449 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:57:50,451 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:57:50,451 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:57:50,452 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:57:50,452 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:57:50,493 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:57:50,526 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:57:50,527 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:57:50,530 - paramiko.transport - DEBUG - starting thread (client mode): 0xacf52e10L 2018-10-10 16:57:50,530 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:57:50,537 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:57:50,537 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:57:50,540 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:57:50,540 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:57:50,540 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:57:50,540 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:57:50,540 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:57:50,540 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:57:50,545 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:57:50,546 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:57:50,562 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: adad1fe9d8218443bb3a80dedbc5a49f 2018-10-10 16:57:50,563 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:57:50,585 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:57:50,597 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:57:50,627 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:57:50,696 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:57:50,696 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:57:50,735 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:57:50,736 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:57:50,747 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:57:50,782 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:57:50,783 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:57:50,784 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:57:50,785 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:57:50,785 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:57:50,826 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:57:50,863 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:57:50,864 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:57:50,864 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:57:50,866 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:57:50,866 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:57:50,907 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:57:50,941 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:57:50,943 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:57:50,944 - paramiko.transport - DEBUG - starting thread (client mode): 0xacfd4f50L 2018-10-10 16:57:50,945 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:57:50,950 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:57:50,951 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:57:50,953 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:57:50,953 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:57:50,953 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:57:50,953 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:57:50,953 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:57:50,953 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:57:50,958 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:57:50,958 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:57:50,960 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 317603c5623f2ea0b03203fb9c24e521 2018-10-10 16:57:50,961 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:57:50,998 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:57:51,009 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:57:51,025 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:57:51,094 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:57:51,094 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:57:51,133 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:57:51,134 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:57:51,145 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:57:51,174 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:57:51,175 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:57:51,176 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:57:51,177 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:57:51,177 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:57:51,217 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:57:51,251 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:57:51,252 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:57:51,252 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:57:51,253 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:57:51,254 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:57:51,294 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:57:51,324 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:57:51,325 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:57:51,327 - paramiko.transport - DEBUG - starting thread (client mode): 0xacfdad50L 2018-10-10 16:57:51,328 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 16:57:51,333 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 16:57:51,333 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 16:57:51,336 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 16:57:51,336 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 16:57:51,336 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 16:57:51,336 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 16:57:51,336 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 16:57:51,337 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 16:57:51,341 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 16:57:51,342 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 16:57:51,343 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7852148011ce4dd631352d7fa3d8382f 2018-10-10 16:57:51,343 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 16:57:51,381 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 16:57:51,392 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 16:57:51,408 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 16:57:51,477 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 16:57:51,477 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 16:57:51,516 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 16:57:51,517 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 16:57:51,527 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 16:57:51,556 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 16:57:51,557 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 16:57:51,558 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 16:57:51,559 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 16:57:51,559 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 16:57:51,599 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 16:57:51,630 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 16:57:51,632 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 16:57:51,633 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 16:57:51,634 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 16:57:51,634 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 16:57:51,674 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 16:57:51,703 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 16:57:51,704 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 16:57:51,705 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 16:57:51,706 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 16:57:51,706 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 16:57:51,708 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 16:57:51,759 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 16:57:51,760 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 16:57:51,761 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 16:57:51,762 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 16:57:51,762 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 16:57:51,765 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 16:57:51,813 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 16:57:51,814 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 16:57:51,816 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 16:57:51,816 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 16:57:51,816 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 16:57:51,821 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 16:57:51,869 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 16:57:51,870 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 16:57:51,870 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 16:57:51,871 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 16:57:51,872 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 16:57:51,876 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 16:57:51,916 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 16:57:51,917 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 16:57:51,918 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 16:57:51,919 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 16:57:51,919 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 16:57:51,923 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 16:57:51,964 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 16:57:51,965 - sdnvpn-results - INFO - Verify that OpenDaylight can start/communicate with zrpcd/Quagga 2018-10-10 16:57:51,965 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-10-10 16:57:51,965 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 16:57:51,966 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-10-10 16:57:51,966 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 16:57:51,967 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 16:57:51,968 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 16:57:51,970 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 16:57:52,019 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 16:57:52,020 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-10-10 16:57:52,021 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 16:57:52,021 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 16:57:52,022 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 16:57:52,022 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 16:57:52,024 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 16:57:52,072 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 16:57:52,073 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-10-10 16:57:52,074 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 16:57:52,074 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 16:57:52,075 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 16:57:52,075 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 16:57:52,079 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 16:57:52,129 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 16:57:52,129 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-10-10 16:57:52,133 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 16:57:52,163 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-10 16:57:52,163 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-10 16:57:52,164 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-10 16:57:52,166 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-10 16:57:52,205 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-10 16:57:52,206 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-10 16:57:52,207 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-10 16:57:52,208 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-10 16:57:52,208 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-10 16:57:52,248 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-10 16:57:52,283 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-10 16:57:52,285 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-10 16:57:52,286 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-10 16:57:52,287 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-10 16:57:52,287 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-10 16:57:52,327 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-10 16:57:52,357 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-10-10 16:57:52,358 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-10-10 16:57:52,359 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-10-10 16:57:52,360 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-10-10 16:57:52,364 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-10-10 16:57:52,365 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-10 16:57:52,366 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-10 16:57:52,366 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-10 16:57:52,369 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-10 16:57:52,408 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-10 16:57:52,409 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-10 16:57:52,410 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-10 16:57:52,411 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-10 16:57:52,411 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-10 16:57:52,452 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-10 16:57:52,487 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-10 16:57:52,488 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-10 16:57:52,489 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-10 16:57:52,490 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-10 16:57:52,490 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-10 16:57:52,531 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-10 16:57:52,561 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-10-10 16:57:52,561 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-10-10 16:57:52,562 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-10-10 16:57:52,564 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-10-10 16:57:52,567 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-10-10 16:57:52,569 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-0 2018-10-10 16:57:52,569 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-10 16:57:52,570 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-10 16:57:52,570 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-10 16:57:52,572 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-10 16:57:52,573 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-10 16:57:52,574 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-10-10 16:57:52,574 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-10-10 16:57:52,574 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-10-10 16:57:52,610 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-10 16:57:52,611 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.22 2018-10-10 16:57:52,612 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-10 16:57:52,613 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-10 16:57:52,613 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-10 16:57:52,614 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-10 16:57:52,654 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-10 16:57:54,844 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-10 16:57:54,845 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-10 16:57:54,846 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-10 16:57:54,847 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-10 16:57:54,847 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-10 16:57:54,888 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-10 16:57:55,572 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-10 16:57:55,573 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-10 16:58:00,578 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-10-10 16:58:00,578 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-10 16:58:00,579 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-10 16:58:00,579 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-10 16:58:00,582 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-10 16:58:00,634 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-10 16:58:00,635 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-10-10 16:58:00,636 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-10 16:58:00,635 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-10-10 16:58:09,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 16:58:09,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 16:58:09,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 16:58:09,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 16:58:09,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 16:58:09,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 16:58:09,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 16:58:09,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 16:58:09,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 16:58:09,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 16:58:09,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 16:58:09,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 16:58:09,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 16:58:09,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 16:58:09,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 16:58:09,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 16:58:09,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 16:58:09,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 16:58:09,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 16:58:09,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 16:58:09,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 16:58:09,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 16:58:09,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 16:58:09,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 16:58:09,361 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-10 16:58:09,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 16:58:09,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 16:58:09,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 16:58:09,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 16:58:09,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 16:58:09,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 16:58:09,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 16:58:09,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 16:58:09,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 16:58:09,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 16:58:09,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 16:58:09,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 16:58:09,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 16:58:09,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 16:58:09,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 16:58:09,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 16:58:09,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 16:58:09,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 16:58:09,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 16:58:09,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 16:58:09,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 16:58:09,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 16:58:09,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 16:58:09,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 16:58:09,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 16:58:09,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 16:58:09,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 16:58:09,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 16:58:09,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 16:58:09,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-10 16:58:09,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 16:58:09,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 16:58:09,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 16:58:09,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 16:58:09,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 16:58:09,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 16:58:09,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 16:58:09,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 16:58:09,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 16:58:09,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 16:58:09,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 16:58:09,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 16:58:09,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 16:58:09,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 16:58:09,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 16:58:09,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 16:58:09,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 16:58:09,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 16:58:09,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 16:58:09,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 16:58:09,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 16:58:09,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 16:58:09,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 16:58:09,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 16:58:09,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:58:09,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70aa6b2b-a4da-4303-b014-d88be08f44a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:58:09,374 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-70aa6b2b-a4da-4303-b014-d88be08f44a1 2018-10-10 16:58:09,375 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 16:58:09,742 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T17:58:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["FkyrG7GvQze2De2X8KcZuA"], "issued_at": "2018-10-10T16:58:09.000000Z"}} 2018-10-10 16:58:09,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e16a4e2b2f4bef151fb0db6fd29ea1dc26d62cb3" 2018-10-10 16:58:09,926 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:58:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b822ebda-65aa-4849-9110-955a2c114d82 x-compute-request-id: req-b822ebda-65aa-4849-9110-955a2c114d82 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 16:58:09,926 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail used request id req-b822ebda-65aa-4849-9110-955a2c114d82 2018-10-10 16:58:09,927 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-10-10 16:58:09,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e16a4e2b2f4bef151fb0db6fd29ea1dc26d62cb3" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "m1.custom", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1024, "id": null, "swap": 0}}' 2018-10-10 16:58:09,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:58:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ae86419-4476-4c48-b149-d08473a00bbc x-compute-request-id: req-8ae86419-4476-4c48-b149-d08473a00bbc Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 16:58:09,974 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-8ae86419-4476-4c48-b149-d08473a00bbc 2018-10-10 16:58:09,975 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a created successfully. 2018-10-10 16:58:09,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:58:09,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e3f5f0a-98c7-45ce-9fd0-5e95981b4420 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:58:09,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4e3f5f0a-98c7-45ce-9fd0-5e95981b4420 2018-10-10 16:58:09,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 16:58:10,368 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T17:58:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["1ZL28XXSRumoxjtwCJw1CQ"], "issued_at": "2018-10-10T16:58:10.000000Z"}} 2018-10-10 16:58:10,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 16:58:10,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12700 X-Openstack-Request-Id: req-3df5d45b-4f23-4be8-ab64-784524045e1a Date: Wed, 10 Oct 2018 16:58:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:16Z", "updated_at": "2018-10-10T16:50:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "53bb9cee-d287-460c-81f4-cf667cd69062", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "abbec588-e284-4eaa-945e-020567df2594", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "ccee292e-a260-43c9-a873-3eb28dc6cc28", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "f01ba550-6535-45d2-9a50-4f8b1abf0865", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}], "revision_number": 4, "project_id": "9159c9580e42418192303fcbcaac7003", "id": "8544d859-73ec-498f-8301-e2235d177a01", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "updated_at": "2018-10-10T16:55:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8baf8790-daaa-4d31-86e3-28959d6b01fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8c55c9aa-ef19-4cd2-bd60-3588618c6584", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "a650f5c7-d120-467e-b30c-b8f77a459680", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "abbe640c-fd34-4bfe-9f4f-c2375ad75114", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "d0682f26-9774-4a15-bf12-ec653ac9efcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "db4b9bdb-cbf7-4b9a-a9a7-7d6a8cac30b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 6, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "90409ce8-77de-4088-be50-1e033812a399", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "updated_at": "2018-10-10T14:38:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "name": "default"}]} 2018-10-10 16:58:10,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-3df5d45b-4f23-4be8-ab64-784524045e1a 2018-10-10 16:58:10,582 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-10 16:58:10,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 16:58:10,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-3c526e55-9e96-47fd-addc-dcffdfecb06c Date: Wed, 10 Oct 2018 16:58:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5"}, {"remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "1b2f64e9-8373-4a4d-b39b-896777814852"}, {"remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000"}, {"remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "4d9e7f92-f137-4880-83a5-2819c4db43de"}, {"remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "53bb9cee-d287-460c-81f4-cf667cd69062"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "8baf8790-daaa-4d31-86e3-28959d6b01fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "8c55c9aa-ef19-4cd2-bd60-3588618c6584"}, {"remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "a650f5c7-d120-467e-b30c-b8f77a459680"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": 22, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "abbe640c-fd34-4bfe-9f4f-c2375ad75114"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "abbec588-e284-4eaa-945e-020567df2594"}, {"remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27"}, {"remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "ccee292e-a260-43c9-a873-3eb28dc6cc28"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": 22, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "d0682f26-9774-4a15-bf12-ec653ac9efcc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": 80, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "db4b9bdb-cbf7-4b9a-a9a7-7d6a8cac30b6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "f01ba550-6535-45d2-9a50-4f8b1abf0865"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "f8d6a41a-6c87-44af-85a7-63787b12a242"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8"}]} 2018-10-10 16:58:10,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-3c526e55-9e96-47fd-addc-dcffdfecb06c 2018-10-10 16:58:10,761 - sdnvpn_test_utils - INFO - This rule exists for security group: 90409ce8-77de-4088-be50-1e033812a399 2018-10-10 16:58:10,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 16:58:10,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-b38b6e94-a9f1-4b18-9194-3fccc199a79b Date: Wed, 10 Oct 2018 16:58:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5"}, {"remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "1b2f64e9-8373-4a4d-b39b-896777814852"}, {"remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000"}, {"remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "4d9e7f92-f137-4880-83a5-2819c4db43de"}, {"remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "53bb9cee-d287-460c-81f4-cf667cd69062"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "8baf8790-daaa-4d31-86e3-28959d6b01fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "8c55c9aa-ef19-4cd2-bd60-3588618c6584"}, {"remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "a650f5c7-d120-467e-b30c-b8f77a459680"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": 22, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "abbe640c-fd34-4bfe-9f4f-c2375ad75114"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "abbec588-e284-4eaa-945e-020567df2594"}, {"remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27"}, {"remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "ccee292e-a260-43c9-a873-3eb28dc6cc28"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": 22, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "d0682f26-9774-4a15-bf12-ec653ac9efcc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": 80, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "db4b9bdb-cbf7-4b9a-a9a7-7d6a8cac30b6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "f01ba550-6535-45d2-9a50-4f8b1abf0865"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "f8d6a41a-6c87-44af-85a7-63787b12a242"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8"}]} 2018-10-10 16:58:10,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-b38b6e94-a9f1-4b18-9194-3fccc199a79b 2018-10-10 16:58:10,944 - sdnvpn_test_utils - INFO - This rule exists for security group: 90409ce8-77de-4088-be50-1e033812a399 2018-10-10 16:58:10,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 16:58:11,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-a8cab5c8-f2cd-483c-9473-59957b2c78e2 Date: Wed, 10 Oct 2018 16:58:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5"}, {"remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "1b2f64e9-8373-4a4d-b39b-896777814852"}, {"remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000"}, {"remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "4d9e7f92-f137-4880-83a5-2819c4db43de"}, {"remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "53bb9cee-d287-460c-81f4-cf667cd69062"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "8baf8790-daaa-4d31-86e3-28959d6b01fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "8c55c9aa-ef19-4cd2-bd60-3588618c6584"}, {"remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "a650f5c7-d120-467e-b30c-b8f77a459680"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": 22, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "abbe640c-fd34-4bfe-9f4f-c2375ad75114"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "abbec588-e284-4eaa-945e-020567df2594"}, {"remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "port_range_min": null, "revision_number": 0, "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27"}, {"remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "ccee292e-a260-43c9-a873-3eb28dc6cc28"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": 22, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "d0682f26-9774-4a15-bf12-ec653ac9efcc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": 80, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:15Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "db4b9bdb-cbf7-4b9a-a9a7-7d6a8cac30b6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "port_range_min": null, "revision_number": 0, "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:17Z", "project_id": "9159c9580e42418192303fcbcaac7003", "id": "f01ba550-6535-45d2-9a50-4f8b1abf0865"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "port_range_min": null, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "f8d6a41a-6c87-44af-85a7-63787b12a242"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "project_id": "", "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8"}]} 2018-10-10 16:58:11,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-a8cab5c8-f2cd-483c-9473-59957b2c78e2 2018-10-10 16:58:11,147 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-10 16:58:11,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}7167300fc3c62a13b2b330a8a97259e680c49938" -d '{"security_group_rule": {"port_range_min": 179, "direction": "ingress", "protocol": "tcp", "port_range_max": 179, "security_group_id": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 16:58:11,477 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-721073a8-37e1-4b56-91cd-e9787bf0ae01 Date: Wed, 10 Oct 2018 16:58:11 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 179, "updated_at": "2018-10-10T16:58:11Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "port_range_min": 179, "revision_number": 0, "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:58:11Z", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "6c2b90b6-dc32-4d6e-b1cd-8739c7f7d7f3"}} 2018-10-10 16:58:11,477 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-721073a8-37e1-4b56-91cd-e9787bf0ae01 2018-10-10 16:58:11,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 16:58:11,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1418f1c7-fa1d-4a91-87e1-0cb182fc5cb8 Date: Wed, 10 Oct 2018 16:58:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 16:58:11,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-1418f1c7-fa1d-4a91-87e1-0cb182fc5cb8 2018-10-10 16:58:11,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 16:58:11,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f2258153-789b-46ce-8bae-f49db092f122 Date: Wed, 10 Oct 2018 16:58:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-10 16:58:11,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-f2258153-789b-46ce-8bae-f49db092f122 2018-10-10 16:58:11,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 16:58:12,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0b6d2721-6cc9-41bf-a85d-2516f3cf90d1 Date: Wed, 10 Oct 2018 16:58:12 GMT RESP BODY: {"routers": []} 2018-10-10 16:58:12,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers used request id req-0b6d2721-6cc9-41bf-a85d-2516f3cf90d1 2018-10-10 16:58:12,104 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-10-10 16:58:12,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" -d '{"network": {"name": "sdnvpn-3-1-net", "admin_state_up": true}}' 2018-10-10 16:58:12,485 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-63b4429b-096a-4663-8126-e66be3a4fafe Date: Wed, 10 Oct 2018 16:58:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"faf1cac6-a794-42bd-80c1-4e44eb8e4af7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T16:58:12Z","is_default":false,"provider:segmentation_id":73,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:58:12Z","mtu":1450}} 2018-10-10 16:58:12,485 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-63b4429b-096a-4663-8126-e66be3a4fafe 2018-10-10 16:58:12,486 - sdnvpn.lib.openstack_utils - DEBUG - Network 'faf1cac6-a794-42bd-80c1-4e44eb8e4af7' created successfully 2018-10-10 16:58:12,486 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-10 16:58:12,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" -d '{"subnets": [{"ip_version": 4, "network_id": "faf1cac6-a794-42bd-80c1-4e44eb8e4af7", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-1-subnet"}]}' 2018-10-10 16:58:13,034 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-0eb4ebbb-a151-4837-a1c2-87db8851f7f6 Date: Wed, 10 Oct 2018 16:58:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"faf1cac6-a794-42bd-80c1-4e44eb8e4af7","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:58:12Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T16:58: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":"d00928b339b74d1eac5a92b45f495878","id":"6e08f9e5-7b4d-4086-929e-74068cfee8fd","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2018-10-10 16:58:13,034 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-0eb4ebbb-a151-4837-a1c2-87db8851f7f6 2018-10-10 16:58:13,035 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '6e08f9e5-7b4d-4086-929e-74068cfee8fd' created successfully 2018-10-10 16:58:13,035 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-10 16:58:13,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" -d '{"router": {"name": "sdnvpn-3-1-router", "admin_state_up": true}}' 2018-10-10 16:58:13,377 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-f976633d-0b2b-4b11-aa34-2897e3dc1f00 Date: Wed, 10 Oct 2018 16:58:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:58:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:58:13Z", "revision_number": 0, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "d4e14955-f108-4537-bd89-ee947e2722de", "name": "sdnvpn-3-1-router"}} 2018-10-10 16:58:13,377 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-f976633d-0b2b-4b11-aa34-2897e3dc1f00 2018-10-10 16:58:13,378 - sdnvpn.lib.openstack_utils - DEBUG - Router 'd4e14955-f108-4537-bd89-ee947e2722de' created successfully 2018-10-10 16:58:13,378 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-10 16:58:13,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/d4e14955-f108-4537-bd89-ee947e2722de/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" -d '{"subnet_id": "6e08f9e5-7b4d-4086-929e-74068cfee8fd"}' 2018-10-10 16:58:14,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-39b0c2d8-b2e6-4bf0-a325-9dc51f8c520f Date: Wed, 10 Oct 2018 16:58:14 GMT RESP BODY: {"network_id": "faf1cac6-a794-42bd-80c1-4e44eb8e4af7", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "subnet_id": "6e08f9e5-7b4d-4086-929e-74068cfee8fd", "subnet_ids": ["6e08f9e5-7b4d-4086-929e-74068cfee8fd"], "port_id": "0c48affc-0812-4c91-be8b-ecb9e3b7d45e", "id": "d4e14955-f108-4537-bd89-ee947e2722de"} 2018-10-10 16:58:14,869 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d4e14955-f108-4537-bd89-ee947e2722de/add_router_interface used request id req-39b0c2d8-b2e6-4bf0-a325-9dc51f8c520f 2018-10-10 16:58:14,870 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-10 16:58:14,870 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-10 16:58:14,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 16:58:14,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-da983fb8-7d57-49c8-ae57-ade38a365790 Date: Wed, 10 Oct 2018 16:58:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"faf1cac6-a794-42bd-80c1-4e44eb8e4af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["6e08f9e5-7b4d-4086-929e-74068cfee8fd"],"description":"","tags":[],"updated_at":"2018-10-10T16:58:12Z","provider:segmentation_id":73,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:58:12Z","provider:network_type":"vxlan"}]} 2018-10-10 16:58:14,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-da983fb8-7d57-49c8-ae57-ade38a365790 2018-10-10 16:58:14,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/d4e14955-f108-4537-bd89-ee947e2722de -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" -d '{"router": {"external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}}}' 2018-10-10 16:58:16,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-7705e89c-1c22-4588-8087-4c8d96fadd9e Date: Wed, 10 Oct 2018 16:58:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:58:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:58:16Z", "revision_number": 3, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "d4e14955-f108-4537-bd89-ee947e2722de", "name": "sdnvpn-3-1-router"}} 2018-10-10 16:58:16,285 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d4e14955-f108-4537-bd89-ee947e2722de used request id req-7705e89c-1c22-4588-8087-4c8d96fadd9e 2018-10-10 16:58:16,286 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-10 16:58:16,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 16:58:16,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-2363f427-7b68-46dc-8a7c-d5de10bf3b52 Date: Wed, 10 Oct 2018 16:58:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"faf1cac6-a794-42bd-80c1-4e44eb8e4af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["6e08f9e5-7b4d-4086-929e-74068cfee8fd"],"description":"","tags":[],"updated_at":"2018-10-10T16:58:12Z","provider:segmentation_id":73,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:58:12Z","provider:network_type":"vxlan"}]} 2018-10-10 16:58:16,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-2363f427-7b68-46dc-8a7c-d5de10bf3b52 2018-10-10 16:58:16,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 16:58:16,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-5ac9594c-c2bb-4be8-8ac0-e7640e72e080 Date: Wed, 10 Oct 2018 16:58:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"faf1cac6-a794-42bd-80c1-4e44eb8e4af7","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:58:12Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T16:58:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"d00928b339b74d1eac5a92b45f495878","id":"6e08f9e5-7b4d-4086-929e-74068cfee8fd","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-10 16:58:16,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-5ac9594c-c2bb-4be8-8ac0-e7640e72e080 2018-10-10 16:58:16,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 16:58:16,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-a0939f96-7d30-40f6-a2a5-fb346a4ed558 Date: Wed, 10 Oct 2018 16:58:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:58:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:58:16Z", "revision_number": 3, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "d4e14955-f108-4537-bd89-ee947e2722de", "name": "sdnvpn-3-1-router"}]} 2018-10-10 16:58:16,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers used request id req-a0939f96-7d30-40f6-a2a5-fb346a4ed558 2018-10-10 16:58:16,788 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-10-10 16:58:16,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" -d '{"network": {"name": "sdnvpn-3-2-quagga-net", "admin_state_up": true}}' 2018-10-10 16:58:17,183 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-7d81832c-983a-4d69-b897-e48ad62570e5 Date: Wed, 10 Oct 2018 16:58: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":"c0a8fa50-fc4e-47ce-8b9f-bc8ba9b060ac","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T16:58:17Z","is_default":false,"provider:segmentation_id":48,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:58:17Z","mtu":1450}} 2018-10-10 16:58:17,183 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-7d81832c-983a-4d69-b897-e48ad62570e5 2018-10-10 16:58:17,183 - sdnvpn.lib.openstack_utils - DEBUG - Network 'c0a8fa50-fc4e-47ce-8b9f-bc8ba9b060ac' created successfully 2018-10-10 16:58:17,183 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-10 16:58:17,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" -d '{"subnets": [{"ip_version": 4, "network_id": "c0a8fa50-fc4e-47ce-8b9f-bc8ba9b060ac", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-2-quagga-subnet"}]}' 2018-10-10 16:58:17,663 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-c0bc262a-4139-4ad1-8bc9-8854ff509c97 Date: Wed, 10 Oct 2018 16:58:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c0a8fa50-fc4e-47ce-8b9f-bc8ba9b060ac","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:58:17Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T16:58: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":"d00928b339b74d1eac5a92b45f495878","id":"d683fd60-5c78-47ac-b57b-646865cb7cba","subnetpool_id":null,"name":"sdnvpn-3-2-quagga-subnet"}]} 2018-10-10 16:58:17,664 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-c0bc262a-4139-4ad1-8bc9-8854ff509c97 2018-10-10 16:58:17,664 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'd683fd60-5c78-47ac-b57b-646865cb7cba' created successfully 2018-10-10 16:58:17,664 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-10 16:58:17,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" -d '{"router": {"name": "sdnvpn-3-2-quagga-router", "admin_state_up": true}}' 2018-10-10 16:58:17,851 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-c6159ff1-bbcc-4acc-bc76-5e5782fad271 Date: Wed, 10 Oct 2018 16:58:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:58:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:58:17Z", "revision_number": 0, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "22ec8088-5bd5-411d-a1d6-907f0ed40755", "name": "sdnvpn-3-2-quagga-router"}} 2018-10-10 16:58:17,851 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-c6159ff1-bbcc-4acc-bc76-5e5782fad271 2018-10-10 16:58:17,851 - sdnvpn.lib.openstack_utils - DEBUG - Router '22ec8088-5bd5-411d-a1d6-907f0ed40755' created successfully 2018-10-10 16:58:17,852 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-10 16:58:17,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/22ec8088-5bd5-411d-a1d6-907f0ed40755/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" -d '{"subnet_id": "d683fd60-5c78-47ac-b57b-646865cb7cba"}' 2018-10-10 16:58:19,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-978c974c-c2c6-4c45-b2cd-d7a636c377f6 Date: Wed, 10 Oct 2018 16:58:19 GMT RESP BODY: {"network_id": "c0a8fa50-fc4e-47ce-8b9f-bc8ba9b060ac", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "subnet_id": "d683fd60-5c78-47ac-b57b-646865cb7cba", "subnet_ids": ["d683fd60-5c78-47ac-b57b-646865cb7cba"], "port_id": "6fca3dd3-5ebb-4e43-9ad4-8fdf5db248c9", "id": "22ec8088-5bd5-411d-a1d6-907f0ed40755"} 2018-10-10 16:58:19,617 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/22ec8088-5bd5-411d-a1d6-907f0ed40755/add_router_interface used request id req-978c974c-c2c6-4c45-b2cd-d7a636c377f6 2018-10-10 16:58:19,617 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-10 16:58:19,617 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-10 16:58:19,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 16:58:19,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-e29473b7-5750-47b6-9a70-1cb0945e0f62 Date: Wed, 10 Oct 2018 16:58:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c0a8fa50-fc4e-47ce-8b9f-bc8ba9b060ac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["d683fd60-5c78-47ac-b57b-646865cb7cba"],"description":"","tags":[],"updated_at":"2018-10-10T16:58:17Z","provider:segmentation_id":48,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:58:17Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"faf1cac6-a794-42bd-80c1-4e44eb8e4af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["6e08f9e5-7b4d-4086-929e-74068cfee8fd"],"description":"","tags":[],"updated_at":"2018-10-10T16:58:12Z","provider:segmentation_id":73,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:58:12Z","provider:network_type":"vxlan"}]} 2018-10-10 16:58:19,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-e29473b7-5750-47b6-9a70-1cb0945e0f62 2018-10-10 16:58:19,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/22ec8088-5bd5-411d-a1d6-907f0ed40755 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" -d '{"router": {"external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}}}' 2018-10-10 16:58:21,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-81e46063-7624-4337-a437-553f85f12b97 Date: Wed, 10 Oct 2018 16:58:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:58:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T16:58:21Z", "revision_number": 4, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "22ec8088-5bd5-411d-a1d6-907f0ed40755", "name": "sdnvpn-3-2-quagga-router"}} 2018-10-10 16:58:21,594 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/22ec8088-5bd5-411d-a1d6-907f0ed40755 used request id req-81e46063-7624-4337-a437-553f85f12b97 2018-10-10 16:58:21,594 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-10 16:58:21,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:58:21,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:58:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e10cc4a-492e-4f51-81fb-50d3b648809b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:58:21,602 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2e10cc4a-492e-4f51-81fb-50d3b648809b 2018-10-10 16:58:21,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 16:58:21,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T17:58:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["FOKQRAIFQ9q7Sq3lZN73Qg"], "issued_at": "2018-10-10T16:58:21.000000Z"}} 2018-10-10 16:58:21,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d37d34de73d716c3bd7255a61ca5e895a237957c" 2018-10-10 16:58:22,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-ca25714e-ed73-4b13-911f-19b6c92648c3 Date: Wed, 10 Oct 2018 16:58:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-10 16:58:22,162 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20 used request id req-ca25714e-ed73-4b13-911f-19b6c92648c3 2018-10-10 16:58:22,163 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-10-10 16:58:22,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d37d34de73d716c3bd7255a61ca5e895a237957c" 2018-10-10 16:58:22,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a58d3693-d643-4b0b-b86c-e2d7a4a65d83 Date: Wed, 10 Oct 2018 16:58:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 16:58:22,320 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-a58d3693-d643-4b0b-b86c-e2d7a4a65d83 2018-10-10 16:58:22,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37d34de73d716c3bd7255a61ca5e895a237957c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-10-10 16:58:22,541 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa X-Openstack-Request-Id: req-3a8a76dc-1558-49a6-bb46-f98e4655cb53 Date: Wed, 10 Oct 2018 16:58:22 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-10-10T16:58:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T16:58:22Z", "visibility": "public", "locations": [], "self": "/v2/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "min_disk": 0, "protected": false, "id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "file": "/v2/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa/file", "checksum": null, "owner": "d00928b339b74d1eac5a92b45f495878", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 16:58:22,541 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-3a8a76dc-1558-49a6-bb46-f98e4655cb53 2018-10-10 16:58:22,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d37d34de73d716c3bd7255a61ca5e895a237957c" -d '' 2018-10-10 16:58:32,994 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-75dfd655-b354-4a34-9121-2935226679aa Date: Wed, 10 Oct 2018 16:58:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 16:58:32,995 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa/file used request id req-75dfd655-b354-4a34-9121-2935226679aa 2018-10-10 16:58:33,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 16:58:33,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-4f2e80fe-4e76-4545-a633-ded85dc9848e Date: Wed, 10 Oct 2018 16:58:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c0a8fa50-fc4e-47ce-8b9f-bc8ba9b060ac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["d683fd60-5c78-47ac-b57b-646865cb7cba"],"description":"","tags":[],"updated_at":"2018-10-10T16:58:17Z","provider:segmentation_id":48,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:58:17Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"faf1cac6-a794-42bd-80c1-4e44eb8e4af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["6e08f9e5-7b4d-4086-929e-74068cfee8fd"],"description":"","tags":[],"updated_at":"2018-10-10T16:58:12Z","provider:segmentation_id":73,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:58:12Z","provider:network_type":"vxlan"}]} 2018-10-10 16:58:33,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-4f2e80fe-4e76-4545-a633-ded85dc9848e 2018-10-10 16:58:33,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" -d '{"floatingip": {"floating_network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}}' 2018-10-10 16:58:34,469 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-0310746b-041e-41d1-bae9-bbef92793a54 Date: Wed, 10 Oct 2018 16:58:34 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-10T16:58:33Z", "floating_network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": null, "id": "cae96e9c-776b-4fad-b7d0-84525c582131", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:58:33Z", "project_id": "d00928b339b74d1eac5a92b45f495878"}} 2018-10-10 16:58:34,469 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-0310746b-041e-41d1-bae9-bbef92793a54 2018-10-10 16:58:34,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 16:58:34,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-5dee2d46-9e99-46f0-8a9d-01ed2d301cc4 Date: Wed, 10 Oct 2018 16:58:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c0a8fa50-fc4e-47ce-8b9f-bc8ba9b060ac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["d683fd60-5c78-47ac-b57b-646865cb7cba"],"description":"","tags":[],"updated_at":"2018-10-10T16:58:17Z","provider:segmentation_id":48,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:58:17Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"faf1cac6-a794-42bd-80c1-4e44eb8e4af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["6e08f9e5-7b4d-4086-929e-74068cfee8fd"],"description":"","tags":[],"updated_at":"2018-10-10T16:58:12Z","provider:segmentation_id":73,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T16:58:12Z","provider:network_type":"vxlan"}]} 2018-10-10 16:58:34,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-5dee2d46-9e99-46f0-8a9d-01ed2d301cc4 2018-10-10 16:58:34,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" -d '{"floatingip": {"floating_network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}}' 2018-10-10 16:58:35,934 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-5d1be9de-6211-4fc8-90ab-c04df28fecca Date: Wed, 10 Oct 2018 16:58:35 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-10T16:58:35Z", "floating_network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": null, "id": "71842e22-2c87-452c-bde8-cc18ab40f580", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:58:35Z", "project_id": "d00928b339b74d1eac5a92b45f495878"}} 2018-10-10 16:58:35,935 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-5d1be9de-6211-4fc8-90ab-c04df28fecca 2018-10-10 16:58:35,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:58:35,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:58:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71d56318-57c4-4eb6-b2bb-15b47205e620 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:58:35,943 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-71d56318-57c4-4eb6-b2bb-15b47205e620 2018-10-10 16:58:35,944 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 16:58:36,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T17:58:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["UNgnZ9OFQECf0LrPRVjipg"], "issued_at": "2018-10-10T16:58:36.000000Z"}} 2018-10-10 16:58:36,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d15697a81807218540a7a795fdd18332a8833cb9" 2018-10-10 16:58:36,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:58:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ad219d1-713b-438d-b33c-8a6616656b09 x-compute-request-id: req-7ad219d1-713b-438d-b33c-8a6616656b09 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-10 16:58:36,500 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-7ad219d1-713b-438d-b33c-8a6616656b09 2018-10-10 16:58:36,502 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 16:58:36,503 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 16:58:36,504 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 16:58:36,506 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 16:58:36,549 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 16:58:36,551 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 16:58:36,551 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 16:58:36,553 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 16:58:36,553 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 16:58:36,557 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 16:58:36,601 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 16:58:36,602 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 16:58:36,609 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-3-2-quagga'... 2018-10-10 16:58:36,609 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-3-2-quagga flavor=m1.custom image=17d1cc4b-97af-467f-9dcb-049e38d4f2fa network=c0a8fa50-fc4e-47ce-8b9f-bc8ba9b060ac secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=10.10.11.5 files=None userdata= #! /bin/bash set -xe # change the password because this script is run on a passwordless cloud-image echo 'ubuntu:opnfv' | chpasswd # Wait for a floating IP # as a workaround to NAT breakage sleep 20 # Variables to be filled in with python NEIGHBOR_IP=172.30.9.22 OWN_IP=172.30.9.205 # directly access the instance from the external net without NAT EXT_NET_MASK=24 if [[ $(getent hosts | awk '{print $2}') != *"$(cat /etc/hostname | awk '{print $1}')"* ]] then echo "127.0.1.1 $(cat /etc/hostname | awk '{print $1}')" | tee -a /etc/hosts fi quagga_int='' for net_int in $(netstat -ia | awk 'NR>2{print $1}'); do if [ -z "$(ifconfig | grep $net_int)" ] then quagga_int=$net_int break fi done if [ -z "$quagga_int" ] then echo 'No available network interface' fi ip link set $quagga_int up ip addr add $OWN_IP/$EXT_NET_MASK dev $quagga_int ZEBRA_CONFIG_LOCATION="/etc/quagga/zebra.conf" DAEMONS_FILE_LOCATION="/etc/quagga/daemons" BGPD_CONFIG_LOCATION="/etc/quagga/bgpd.conf" BGPD_LOG_FILE="/var/log/bgpd.log" # Quagga is already installed to run as well in setups without inet # dns fix # echo "nameserver 8.8.8.8" > /etc/resolvconf/resolv.conf.d/head # resolvconf -u # DEBIAN_FRONTEND=noninteractive apt-get update # DEBIAN_FRONTEND=noninteractive apt-get install quagga -y touch $BGPD_LOG_FILE chown quagga:quagga $BGPD_LOG_FILE chown quagga:quagga $DAEMONS_FILE_LOCATION cat < $DAEMONS_FILE_LOCATION zebra=yes bgpd=yes ospfd=no ospf6d=no ripd=no ripngd=no isisd=no babeld=no CATEOF touch $ZEBRA_CONFIG_LOCATION chown quagga:quagga $ZEBRA_CONFIG_LOCATION cat < $BGPD_CONFIG_LOCATION ! -*- bgp -*- hostname bgpd password sdncbgpc router bgp 200 bgp router-id ${OWN_IP} neighbor ${NEIGHBOR_IP} remote-as 100 no neighbor ${NEIGHBOR_IP} activate ! address-family vpnv4 unicast neighbor ${NEIGHBOR_IP} activate exit-address-family ! line vty exec-timeout 0 0 ! debug bgp events debug bgp updates log file ${BGPD_LOG_FILE} end CATEOF chown quagga:quagga $BGPD_CONFIG_LOCATION service quagga restart pgrep bgpd pgrep zebra 2018-10-10 16:58:36,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 16:58:36,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 16:58:36,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 16:58:36,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 16:58:36,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 16:58:36,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 16:58:36,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 16:58:36,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 16:58:36,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 16:58:36,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 16:58:36,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 16:58:36,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 16:58:36,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 16:58:36,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 16:58:36,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 16:58:36,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 16:58:36,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 16:58:36,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 16:58:36,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 16:58:36,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 16:58:36,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 16:58:36,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 16:58:36,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 16:58:36,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 16:58:36,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 16:58:36,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 16:58:36,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 16:58:36,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 16:58:36,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 16:58:36,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 16:58:36,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 16:58:36,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 16:58:36,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 16:58:36,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 16:58:36,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 16:58:36,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 16:58:36,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 16:58:36,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 16:58:36,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 16:58:36,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 16:58:36,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 16:58:36,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 16:58:36,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 16:58:36,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 16:58:36,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 16:58:36,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 16:58:36,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 16:58:36,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 16:58:36,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:58:36,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:58:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f8662a8-d784-4642-9aa1-31c695fbabf6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:58:36,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9f8662a8-d784-4642-9aa1-31c695fbabf6 2018-10-10 16:58:36,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 16:58:37,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T17:58:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["5jEJSkKkS7-g8RIRU6E-MQ"], "issued_at": "2018-10-10T16:58:37.000000Z"}} 2018-10-10 16:58:37,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8be15593ec503717b9be38de50a5f45b35c27b65" 2018-10-10 16:58:37,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:58:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bba872e9-431c-46c4-95ab-a157a29566f3 x-compute-request-id: req-bba872e9-431c-46c4-95ab-a157a29566f3 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}, {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}], "name": "m1.custom"}]} 2018-10-10 16:58:37,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-bba872e9-431c-46c4-95ab-a157a29566f3 2018-10-10 16:58:37,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8be15593ec503717b9be38de50a5f45b35c27b65" 2018-10-10 16:58:37,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:58:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8dee4d82-c682-4a7b-a24d-47f4c76ad88f x-compute-request-id: req-8dee4d82-c682-4a7b-a24d-47f4c76ad88f Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 16:58:37,228 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a used request id req-8dee4d82-c682-4a7b-a24d-47f4c76ad88f 2018-10-10 16:58:37,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8be15593ec503717b9be38de50a5f45b35c27b65" -d '{"server": {"name": "sdnvpn-3-2-quagga", "imageRef": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "user_data": "IyEgL2Jpbi9iYXNoCgpzZXQgLXhlCgojIGNoYW5nZSB0aGUgcGFzc3dvcmQgYmVjYXVzZSB0aGlzIHNjcmlwdCBpcyBydW4gb24gYSBwYXNzd29yZGxlc3MgY2xvdWQtaW1hZ2UKZWNobyAndWJ1bnR1Om9wbmZ2JyB8IGNocGFzc3dkCgojIFdhaXQgZm9yIGEgZmxvYXRpbmcgSVAKIyBhcyBhIHdvcmthcm91bmQgdG8gTkFUIGJyZWFrYWdlCnNsZWVwIDIwCgojIFZhcmlhYmxlcyB0byBiZSBmaWxsZWQgaW4gd2l0aCBweXRob24KTkVJR0hCT1JfSVA9MTcyLjMwLjkuMjIKT1dOX0lQPTE3Mi4zMC45LjIwNQojIGRpcmVjdGx5IGFjY2VzcyB0aGUgaW5zdGFuY2UgZnJvbSB0aGUgZXh0ZXJuYWwgbmV0IHdpdGhvdXQgTkFUCkVYVF9ORVRfTUFTSz0yNAoKaWYgW1sgJChnZXRlbnQgaG9zdHMgfCBhd2sgJ3twcmludCAkMn0nKSAhPSAqIiQoY2F0IC9ldGMvaG9zdG5hbWUgfCBhd2sgJ3twcmludCAkMX0nKSIqIF1dCnRoZW4gCmVjaG8gIjEyNy4wLjEuMSAkKGNhdCAvZXRjL2hvc3RuYW1lIHwgYXdrICd7cHJpbnQgJDF9JykiIHwgdGVlIC1hIC9ldGMvaG9zdHMKZmkKCnF1YWdnYV9pbnQ9JycKZm9yIG5ldF9pbnQgaW4gJChuZXRzdGF0IC1pYSB8IGF3ayAnTlI+MntwcmludCAkMX0nKTsKZG8KaWYgWyAteiAiJChpZmNvbmZpZyB8IGdyZXAgJG5ldF9pbnQpIiBdCnRoZW4KcXVhZ2dhX2ludD0kbmV0X2ludApicmVhawpmaQpkb25lCmlmIFsgLXogIiRxdWFnZ2FfaW50IiBdCnRoZW4KZWNobyAnTm8gYXZhaWxhYmxlIG5ldHdvcmsgaW50ZXJmYWNlJwpmaQoKaXAgbGluayBzZXQgJHF1YWdnYV9pbnQgdXAKaXAgYWRkciBhZGQgJE9XTl9JUC8kRVhUX05FVF9NQVNLIGRldiAkcXVhZ2dhX2ludAoKWkVCUkFfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS96ZWJyYS5jb25mIgpEQUVNT05TX0ZJTEVfTE9DQVRJT049Ii9ldGMvcXVhZ2dhL2RhZW1vbnMiCkJHUERfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS9iZ3BkLmNvbmYiCkJHUERfTE9HX0ZJTEU9Ii92YXIvbG9nL2JncGQubG9nIgoKIyBRdWFnZ2EgaXMgYWxyZWFkeSBpbnN0YWxsZWQgdG8gcnVuIGFzIHdlbGwgaW4gc2V0dXBzIHdpdGhvdXQgaW5ldAojIGRucyBmaXgKIyBlY2hvICJuYW1lc2VydmVyIDguOC44LjgiID4gL2V0Yy9yZXNvbHZjb25mL3Jlc29sdi5jb25mLmQvaGVhZAojIHJlc29sdmNvbmYgLXUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCB1cGRhdGUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCBpbnN0YWxsIHF1YWdnYSAteQoKdG91Y2ggJEJHUERfTE9HX0ZJTEUKY2hvd24gcXVhZ2dhOnF1YWdnYSAkQkdQRF9MT0dfRklMRQoKY2hvd24gcXVhZ2dhOnF1YWdnYSAkREFFTU9OU19GSUxFX0xPQ0FUSU9OCmNhdCA8PENBVEVPRiA+ICREQUVNT05TX0ZJTEVfTE9DQVRJT04KemVicmE9eWVzCmJncGQ9eWVzCm9zcGZkPW5vCm9zcGY2ZD1ubwpyaXBkPW5vCnJpcG5nZD1ubwppc2lzZD1ubwpiYWJlbGQ9bm8KQ0FURU9GCgp0b3VjaCAkWkVCUkFfQ09ORklHX0xPQ0FUSU9OCmNob3duIHF1YWdnYTpxdWFnZ2EgJFpFQlJBX0NPTkZJR19MT0NBVElPTgoKY2F0IDw8Q0FURU9GID4gJEJHUERfQ09ORklHX0xPQ0FUSU9OCiEgLSotIGJncCAtKi0KCmhvc3RuYW1lIGJncGQKcGFzc3dvcmQgc2RuY2JncGMKCnJvdXRlciBiZ3AgMjAwCiBiZ3Agcm91dGVyLWlkICR7T1dOX0lQfQogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gcmVtb3RlLWFzIDEwMAogbm8gbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIQogYWRkcmVzcy1mYW1pbHkgdnBudjQgdW5pY2FzdAogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIGV4aXQtYWRkcmVzcy1mYW1pbHkKIQpsaW5lIHZ0eQogZXhlYy10aW1lb3V0IDAgMAohCmRlYnVnIGJncCBldmVudHMKZGVidWcgYmdwICB1cGRhdGVzCmxvZyBmaWxlICR7QkdQRF9MT0dfRklMRX0KZW5kCkNBVEVPRgpjaG93biBxdWFnZ2E6cXVhZ2dhICRCR1BEX0NPTkZJR19MT0NBVElPTgpzZXJ2aWNlIHF1YWdnYSByZXN0YXJ0CnBncmVwIGJncGQKcGdyZXAgemVicmEK", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.11.5", "uuid": "c0a8fa50-fc4e-47ce-8b9f-bc8ba9b060ac"}], "config_drive": true}}' 2018-10-10 16:58:38,900 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 16:58:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-96747d7d-d74d-487e-9afe-802826fe9a51 x-compute-request-id: req-96747d7d-d74d-487e-9afe-802826fe9a51 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "adminPass": "K88iHPATndyX"}} 2018-10-10 16:58:38,900 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-96747d7d-d74d-487e-9afe-802826fe9a51 2018-10-10 16:58:38,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 16:58:38,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:58:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f0f654b-e626-456c-91f1-65d4d4f8ae68 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 16:58:38,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9f0f654b-e626-456c-91f1-65d4d4f8ae68 2018-10-10 16:58:38,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 16:58:39,289 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T17:58:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["8du52mwpSG-WZO58K_PPrw"], "issued_at": "2018-10-10T16:58:39.000000Z"}} 2018-10-10 16:58:39,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:58:39,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:58:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69a9cf8a-ca0b-42b5-8737-01e29d98e973 x-compute-request-id: req-69a9cf8a-ca0b-42b5-8737-01e29d98e973 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.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:39Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:58:39,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-69a9cf8a-ca0b-42b5-8737-01e29d98e973 2018-10-10 16:58:42,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:58:43,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:58:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8a35c6f-5868-42b8-a3a6-cd07eefc9735 x-compute-request-id: req-b8a35c6f-5868-42b8-a3a6-cd07eefc9735 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.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:58:43,428 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-b8a35c6f-5868-42b8-a3a6-cd07eefc9735 2018-10-10 16:58:46,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:58:47,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:58: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-cf43bf4a-8771-4f72-9e4f-6fb221727307 x-compute-request-id: req-cf43bf4a-8771-4f72-9e4f-6fb221727307 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:58:47,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-cf43bf4a-8771-4f72-9e4f-6fb221727307 2018-10-10 16:58:50,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:58:50,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16: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-d436671b-cce3-41a5-907a-a7a41f9efa4b x-compute-request-id: req-d436671b-cce3-41a5-907a-a7a41f9efa4b Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:58:50,911 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-d436671b-cce3-41a5-907a-a7a41f9efa4b 2018-10-10 16:58:53,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:58:54,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:58: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-bebe2afd-e8d5-4fd4-8551-d88ed1ec4a3c x-compute-request-id: req-bebe2afd-e8d5-4fd4-8551-d88ed1ec4a3c Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:58:54,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-bebe2afd-e8d5-4fd4-8551-d88ed1ec4a3c 2018-10-10 16:58:57,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:58:58,300 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:58:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98bd0ef3-1f43-4bb3-948d-bebc1b148ed3 x-compute-request-id: req-98bd0ef3-1f43-4bb3-948d-bebc1b148ed3 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:58:58,300 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-98bd0ef3-1f43-4bb3-948d-bebc1b148ed3 2018-10-10 16:59:01,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:59:02,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:59: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-7154f9b6-41cf-477c-86ac-0c2c1626603a x-compute-request-id: req-7154f9b6-41cf-477c-86ac-0c2c1626603a Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:59:02,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-7154f9b6-41cf-477c-86ac-0c2c1626603a 2018-10-10 16:59:05,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:59:05,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:59: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-3e05e596-6de5-4745-9fa0-dc1ca3b355cc x-compute-request-id: req-3e05e596-6de5-4745-9fa0-dc1ca3b355cc Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:59:05,568 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-3e05e596-6de5-4745-9fa0-dc1ca3b355cc 2018-10-10 16:59:08,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:59:09,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:59: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-3a4c28a9-2d6a-469e-8529-cd9028322e7d x-compute-request-id: req-3a4c28a9-2d6a-469e-8529-cd9028322e7d Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:59:09,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-3a4c28a9-2d6a-469e-8529-cd9028322e7d 2018-10-10 16:59:12,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:59:12,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:59: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-d6d3d274-46ae-4fa4-b29d-541ee28e2187 x-compute-request-id: req-d6d3d274-46ae-4fa4-b29d-541ee28e2187 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:59:12,922 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-d6d3d274-46ae-4fa4-b29d-541ee28e2187 2018-10-10 16:59:15,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:59:16,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:59:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1b51b47-ecc5-42be-b1d5-03e75f4e48fa x-compute-request-id: req-a1b51b47-ecc5-42be-b1d5-03e75f4e48fa Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:59:16,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-a1b51b47-ecc5-42be-b1d5-03e75f4e48fa 2018-10-10 16:59:19,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:59:20,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:59: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-6502f07a-8178-4d78-a5f3-199bf922784a x-compute-request-id: req-6502f07a-8178-4d78-a5f3-199bf922784a Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:59:20,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-6502f07a-8178-4d78-a5f3-199bf922784a 2018-10-10 16:59:23,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:59:24,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:59: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-9197ba44-94a0-4063-b532-2eb7783bf7b5 x-compute-request-id: req-9197ba44-94a0-4063-b532-2eb7783bf7b5 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:59:24,312 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-9197ba44-94a0-4063-b532-2eb7783bf7b5 2018-10-10 16:59:27,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:59:28,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16: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-b946845c-b953-4f07-bbcc-c7d9dc477a6b x-compute-request-id: req-b946845c-b953-4f07-bbcc-c7d9dc477a6b Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:59:28,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-b946845c-b953-4f07-bbcc-c7d9dc477a6b 2018-10-10 16:59:31,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:59:31,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:59:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb5b3dec-4ebb-449e-a1f7-becac5ffdbe2 x-compute-request-id: req-eb5b3dec-4ebb-449e-a1f7-becac5ffdbe2 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:59:31,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-eb5b3dec-4ebb-449e-a1f7-becac5ffdbe2 2018-10-10 16:59:34,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:59:35,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:59:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a7b7caa-849e-42f3-a2e6-dbd229651618 x-compute-request-id: req-6a7b7caa-849e-42f3-a2e6-dbd229651618 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:59:35,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-6a7b7caa-849e-42f3-a2e6-dbd229651618 2018-10-10 16:59:38,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:59:39,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:59:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4baf5b67-4607-49df-8ace-97d0d9ac623c x-compute-request-id: req-4baf5b67-4607-49df-8ace-97d0d9ac623c Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:59:39,158 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-4baf5b67-4607-49df-8ace-97d0d9ac623c 2018-10-10 16:59:42,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:59:42,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16: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,Accept-Encoding x-openstack-request-id: req-08376aae-551c-4df1-abdd-83c862dac723 x-compute-request-id: req-08376aae-551c-4df1-abdd-83c862dac723 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:59:42,959 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-08376aae-551c-4df1-abdd-83c862dac723 2018-10-10 16:59:45,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:59:46,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:59:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47003820-a252-41f5-8db4-ff92a3a7ba80 x-compute-request-id: req-47003820-a252-41f5-8db4-ff92a3a7ba80 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:59:46,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-47003820-a252-41f5-8db4-ff92a3a7ba80 2018-10-10 16:59:49,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:59:49,723 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:59:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27505867-feca-43a4-bdab-7285cb050496 x-compute-request-id: req-27505867-feca-43a4-bdab-7285cb050496 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:59:49,723 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-27505867-feca-43a4-bdab-7285cb050496 2018-10-10 16:59:52,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:59:53,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:59: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-6a8a8f86-709a-4e24-ada3-81e699dcb294 x-compute-request-id: req-6a8a8f86-709a-4e24-ada3-81e699dcb294 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:59:53,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-6a8a8f86-709a-4e24-ada3-81e699dcb294 2018-10-10 16:59:56,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 16:59:57,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 16:59: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-98e8621e-ab57-4761-a554-a6c60988abc9 x-compute-request-id: req-98e8621e-ab57-4761-a554-a6c60988abc9 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 16:59:57,069 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-98e8621e-ab57-4761-a554-a6c60988abc9 2018-10-10 17:00:00,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:00:00,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:00: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-345d693a-8ed6-44c6-8a3c-808a0032b20e x-compute-request-id: req-345d693a-8ed6-44c6-8a3c-808a0032b20e Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:00:00,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-345d693a-8ed6-44c6-8a3c-808a0032b20e 2018-10-10 17:00:03,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:00:04,343 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:00: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-b0242c4d-41d2-4ecb-ab4a-4de6fd89870c x-compute-request-id: req-b0242c4d-41d2-4ecb-ab4a-4de6fd89870c Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:00:04,343 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-b0242c4d-41d2-4ecb-ab4a-4de6fd89870c 2018-10-10 17:00:07,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:00:07,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:00:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb65320d-b209-4166-b8ef-90a70344a26e x-compute-request-id: req-fb65320d-b209-4166-b8ef-90a70344a26e Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:00:07,826 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-fb65320d-b209-4166-b8ef-90a70344a26e 2018-10-10 17:00:10,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:00:10,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-9d101d99-7a71-44d4-a00a-6a73a2b6677b x-compute-request-id: req-9d101d99-7a71-44d4-a00a-6a73a2b6677b Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:00:10,987 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-9d101d99-7a71-44d4-a00a-6a73a2b6677b 2018-10-10 17:00:13,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:00:14,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-e5380d8f-5bea-4b27-96db-550e723e9c00 x-compute-request-id: req-e5380d8f-5bea-4b27-96db-550e723e9c00 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:00:14,588 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-e5380d8f-5bea-4b27-96db-550e723e9c00 2018-10-10 17:00:17,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:00:18,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:00: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-14d5d846-ef56-4c73-859a-55b59320ad35 x-compute-request-id: req-14d5d846-ef56-4c73-859a-55b59320ad35 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:00:18,065 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-14d5d846-ef56-4c73-859a-55b59320ad35 2018-10-10 17:00:21,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:00:21,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:00: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-edc20e10-9e85-4ce6-89b3-ae7e2897b9e4 x-compute-request-id: req-edc20e10-9e85-4ce6-89b3-ae7e2897b9e4 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:00:21,529 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-edc20e10-9e85-4ce6-89b3-ae7e2897b9e4 2018-10-10 17:00:24,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:00:25,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:00: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-2b10cec1-ec25-47a7-ae60-035b13fe2b5d x-compute-request-id: req-2b10cec1-ec25-47a7-ae60-035b13fe2b5d Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:00:25,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-2b10cec1-ec25-47a7-ae60-035b13fe2b5d 2018-10-10 17:00:28,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:00:28,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:00:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a4f953e-a5a6-4529-944c-21d913b948d3 x-compute-request-id: req-7a4f953e-a5a6-4529-944c-21d913b948d3 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:00:28,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-7a4f953e-a5a6-4529-944c-21d913b948d3 2018-10-10 17:00:31,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:00:32,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-22ca8f38-efa9-4208-bbc7-922d05a32ad3 x-compute-request-id: req-22ca8f38-efa9-4208-bbc7-922d05a32ad3 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:00:32,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-22ca8f38-efa9-4208-bbc7-922d05a32ad3 2018-10-10 17:00:35,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:00:35,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-d17d5755-1039-41b5-8e38-28f0b0417607 x-compute-request-id: req-d17d5755-1039-41b5-8e38-28f0b0417607 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:00:35,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-d17d5755-1039-41b5-8e38-28f0b0417607 2018-10-10 17:00:38,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:00:39,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:00: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-eb6f6dc7-99f5-4ca3-a552-c215920d1f5a x-compute-request-id: req-eb6f6dc7-99f5-4ca3-a552-c215920d1f5a Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:00:39,078 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-eb6f6dc7-99f5-4ca3-a552-c215920d1f5a 2018-10-10 17:00:42,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:00:42,863 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:00: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-d750b735-2e4e-4c6b-96fa-0d9faedc37dc x-compute-request-id: req-d750b735-2e4e-4c6b-96fa-0d9faedc37dc Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:00:42,863 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-d750b735-2e4e-4c6b-96fa-0d9faedc37dc 2018-10-10 17:00:45,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:00:46,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:00: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-9cb0d6ca-fa49-4cc5-a34e-9487500432f5 x-compute-request-id: req-9cb0d6ca-fa49-4cc5-a34e-9487500432f5 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:00:46,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-9cb0d6ca-fa49-4cc5-a34e-9487500432f5 2018-10-10 17:00:49,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:00:49,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:00:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbc5252d-c3ff-45eb-a5e3-7c0a453ca209 x-compute-request-id: req-dbc5252d-c3ff-45eb-a5e3-7c0a453ca209 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:00:49,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-dbc5252d-c3ff-45eb-a5e3-7c0a453ca209 2018-10-10 17:00:52,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:00:53,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:00:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d544a41-30ee-4dac-8956-84668e6db914 x-compute-request-id: req-0d544a41-30ee-4dac-8956-84668e6db914 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:00:53,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-0d544a41-30ee-4dac-8956-84668e6db914 2018-10-10 17:00:56,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:00:56,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:00:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aeee1753-6903-43d7-8cd3-4b0813ab60e4 x-compute-request-id: req-aeee1753-6903-43d7-8cd3-4b0813ab60e4 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T16:58:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:00:56,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-aeee1753-6903-43d7-8cd3-4b0813ab60e4 2018-10-10 17:00:59,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a5890167011aef1ab4e06809d43682bba40bca" 2018-10-10 17:01:00,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:00:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-898b6183-6675-4400-a16a-49c6df664df9 x-compute-request-id: req-898b6183-6675-4400-a16a-49c6df664df9 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:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-10-10T17:00:56.000000", "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:00:57Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:01:00,325 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-898b6183-6675-4400-a16a-49c6df664df9 2018-10-10 17:01:00,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8be15593ec503717b9be38de50a5f45b35c27b65" 2018-10-10 17:01:00,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:01:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cad1abf7-20aa-4484-b894-5ae25825c421 x-compute-request-id: req-cad1abf7-20aa-4484-b894-5ae25825c421 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:62:fb:36", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "rel": "bookmark"}], "image": {"id": "17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "links": [{"href": "http://172.30.9.27:8774/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-10-10T17:00:56.000000", "flavor": {"id": "ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "links": [{"href": "http://172.30.9.27:8774/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a", "rel": "bookmark"}]}, "id": "57f28f8e-9ba7-42c0-899d-8ce25f5952bb", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:00:57Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-10-10T16:58:38Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:01:00,918 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb used request id req-cad1abf7-20aa-4484-b894-5ae25825c421 2018-10-10 17:01:00,918 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-3-2-quagga' booted successfully. IP='10.10.11.5'. 2018-10-10 17:01:00,918 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-3-2-quagga' to security group '90409ce8-77de-4088-be50-1e033812a399'... 2018-10-10 17:01:00,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d15697a81807218540a7a795fdd18332a8833cb9" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:01:02,292 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:01:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-94d90921-dc64-445a-ab5b-49d2451b0b74 x-compute-request-id: req-94d90921-dc64-445a-ab5b-49d2451b0b74 Content-Length: 0 Content-Type: application/json 2018-10-10 17:01:02,292 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb/action used request id req-94d90921-dc64-445a-ab5b-49d2451b0b74 2018-10-10 17:01:02,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d15697a81807218540a7a795fdd18332a8833cb9" -d '{"addFloatingIp": {"address": "172.30.9.202"}}' 2018-10-10 17:01:04,167 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17: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-247faa88-310d-4ad8-9086-38d0cb258a6c x-compute-request-id: req-247faa88-310d-4ad8-9086-38d0cb258a6c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:01:04,167 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb/action used request id req-247faa88-310d-4ad8-9086-38d0cb258a6c 2018-10-10 17:01:04,168 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-10 17:01:04,169 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-10 17:01:04,169 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-10 17:01:04,173 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-10 17:01:04,337 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-10 17:01:04,338 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-10 17:01:04,339 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-10 17:01:04,340 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-10 17:01:04,340 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-10 17:01:04,380 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-10 17:01:04,469 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-10 17:01:04,469 - sdnvpn_test_utils - INFO - Waiting for cloud init of instance: sdnvpn-3-2-quagga 2018-10-10 17:01:04,472 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-10 17:01:04,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8be15593ec503717b9be38de50a5f45b35c27b65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:01:05,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:01: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-d4d1bb8f-a418-4b2f-9419-582ca242233d x-compute-request-id: req-d4d1bb8f-a418-4b2f-9419-582ca242233d Content-Encoding: gzip Content-Length: 10591 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 606463577 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.150545] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152208] pid_max: default: 32768 minimum: 301\n[ 0.153113] ACPI: Core revision 20150930\n[ 0.154502] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155819] Security Framework initialized\n[ 0.156633] Yama: becoming mindful.\n[ 0.157379] AppArmor: AppArmor initialized\n[ 0.158268] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159684] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161362] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162585] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163986] Initializing cgroup subsys io\n[ 0.164807] Initializing cgroup subsys memory\n[ 0.165673] Initializing cgroup subsys devices\n[ 0.166542] Initializing cgroup subsys freezer\n[ 0.167408] Initializing cgroup subsys net_cls\n[ 0.168275] Initializing cgroup subsys perf_event\n[ 0.169177] Initializing cgroup subsys net_prio\n[ 0.170065] Initializing cgroup subsys hugetlb\n[ 0.170932] Initializing cgroup subsys pids\n[ 0.171812] CPU: Physical Processor ID: 0\n[ 0.173295] mce: CPU supports 10 MCE banks\n[ 0.174151] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186166] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.192797] ftrace: allocating 32123 entries in 126 pages\n[ 0.220392] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221626] smpboot: Max logical packages: 1\n[ 0.222631] x2apic enabled\n[ 0.223437] Switched APIC routing to physical x2apic.\n[ 0.225185] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226306] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.228297] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230278] KVM setup paravirtual spinlock\n[ 0.231771] x86: Booted up 1 node, 1 CPUs\n[ 0.232732] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.234362] devtmpfs: initialized\n[ 0.236965] evm: security.selinux\n[ 0.237793] evm: security.SMACK64\n[ 0.238597] evm: security.SMACK64EXEC\n[ 0.239475] evm: security.SMACK64TRANSMUTE\n[ 0.240434] evm: security.SMACK64MMAP\n[ 0.241312] evm: security.ima\n[ 0.242054] evm: security.capability\n[ 0.242989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.245197] pinctrl core: initialized pinctrl subsystem\n[ 0.246495] RTC time: 17:00:56, date: 10/10/18\n[ 0.247601] NET: Registered protocol family 16\n[ 0.248752] cpuidle: using governor ladder\n[ 0.249732] cpuidle: using governor menu\n[ 0.250656] PCCT header not found.\n[ 0.251530] ACPI: bus type PCI registered\n[ 0.252476] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.253951] PCI: Using configuration type 1 for base access\n[ 0.256331] ACPI: Added _OSI(Module Device)\n[ 0.257330] ACPI: Added _OSI(Processor Device)\n[ 0.258361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259431] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261777] ACPI: Interpreter enabled\n[ 0.262707] ACPI: (supports S0 S5)\n[ 0.263534] ACPI: Using IOAPIC for interrupt routing\n[ 0.264654] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269359] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270580] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271904] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274110] acpiphp: Slot [3] registered\n[ 0.274910] acpiphp: Slot [4] registered\n[ 0.275698] acpiphp: Slot [5] registered\n[ 0.276510] acpiphp: Slot [6] registered\n[ 0.277304] acpiphp: Slot [7] registered\n[ 0.278095] acpiphp: Slot [8] registered\n[ 0.278887] acpiphp: Slot [9] registered\n[ 0.279676] acpiphp: Slot [10] registered\n[ 0.280478] acpiphp: Slot [11] registered\n[ 0.281294] acpiphp: Slot [12] registered\n[ 0.282101] acpiphp: Slot [13] registered\n[ 0.282906] acpiphp: Slot [14] registered\n[ 0.293771] acpiphp: Slot [15] registered\n[ 0.294586] acpiphp: Slot [16] registered\n[ 0.295390] acpiphp: Slot [17] registered\n[ 0.296196] acpiphp: Slot [18] registered\n[ 0.297000] acpiphp: Slot [19] registered\n[ 0.297808] acpiphp: Slot [20] registered\n[ 0.298609] acpiphp: Slot [21] registered\n[ 0.299414] acpiphp: Slot [22] registered\n[ 0.300219] acpiphp: Slot [23] registered\n[ 0.301021] acpiphp: Slot [24] registered\n[ 0.301866] acpiphp: Slot [25] registered\n[ 0.302672] acpiphp: Slot [26] registered\n[ 0.303481] acpiphp: Slot [27] registered\n[ 0.304288] acpiphp: Slot [28] registered\n[ 0.305098] acpiphp: Slot [29] registered\n[ 0.305912] acpiphp: Slot [30] registered\n[ 0.306719] acpiphp: Slot [31] registered\n[ 0.307520] PCI host bridge to bus 0000:00\n[ 0.308328] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309537] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310989] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312709] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.314434] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.322549] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.323964] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.325477] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382080] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.383677] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385086] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389051] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.390292] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.391452] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.392497] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.394036] vgaarb: loaded\n[ 0.394631] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395776] SCSI subsystem initialized\n[ 0.396582] ACPI: bus type USB registered\n[ 0.397399] usbcore: registered new interface driver usbfs\n[ 0.398420] usbcore: registered new interface driver hub\n[ 0.399415] usbcore: registered new device driver usb\n[ 0.400452] PCI: Using ACPI for IRQ routing\n[ 0.401478] NetLabel: Initializing\n[ 0.402188] NetLabel: domain hash size = 128\n[ 0.403032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.403982] NetLabel: unlabeled traffic allowed by default\n[ 0.405068] amd_nb: Cannot enumerate AMD northbridges\n[ 0.406031] clocksource: Switched to clocksource kvm-clock\n[ 0.411786] AppArmor: AppArmor Filesystem Enabled\n[ 0.412753] pnp: PnP ACPI init\n[ 0.413656] pnp: PnP ACPI: found 5 devices\n[ 0.419719] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.421409] NET: Registered protocol family 2\n[ 0.422373] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.423639] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.424829] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.426274] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.427579] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.428991] NET: Registered protocol family 1\n[ 0.430021] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431344] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432662] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446967] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461491] Trying to unpack rootfs image as initramfs...\n[ 1.756715] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.775179] Scanning for low memory corruption every 60 seconds\n[ 1.776680] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777995] audit: initializing netlink subsys (disabled)\n[ 1.779151] audit: type=2000 audit(1539190858.403:1): initialized\n[ 1.780607] Initialise system trusted keyring\n[ 1.781658] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.783071] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785197] zbud: loaded\n[ 1.785939] VFS: Disk quotas dquot_6.6.0\n[ 1.786902] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788519] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.789942] fuse init (API version 7.23)\n[ 1.790966] Key type big_key registered\n[ 1.791887] Allocating IMA MOK and blacklist keyrings.\n[ 1.793145] Key type asymmetric registered\n[ 1.794104] Asymmetric key parser 'x509' registered\n[ 1.795193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.796897] io scheduler noop registered\n[ 1.797818] io scheduler deadline registered (default)\n[ 1.798967] io scheduler cfq registered\n[ 1.799937] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801141] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.802592] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.804247] ACPI: Power Button [PWRF]\n[ 1.805211] GHES: HEST is not enabled!\n[ 1.819299] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.848753] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.851331] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.875405] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.877527] Linux agpgart interface v0.103\n[ 1.879547] brd: module loaded\n[ 1.880824] loop: module loaded\n[ 1.882448] vda: vda1\n[ 1.883885] scsi host0: ata_piix\n[ 1.884646] scsi host1: ata_piix\n[ 1.885373] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.886618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888127] libphy: Fixed MDIO Bus: probed\n[ 1.888960] tun: Universal TUN/TAP device driver, 1.6\n[ 1.889941] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892154] PPP generic driver version 2.4.2\n[ 1.893158] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894620] ehci-pci: EHCI PCI platform driver\n[ 1.895532] ehci-platform: EHCI generic platform driver\n[ 1.896542] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897700] ohci-pci: OHCI PCI platform driver\n[ 1.898595] ohci-platform: OHCI generic platform driver\n[ 1.899603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.919010] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920255] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921698] usb usb1: Product: UHCI Host Controller\n[ 1.922652] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923819] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924884] hub 1-0:1.0: USB hub found\n[ 1.925673] hub 1-0:1.0: 2 ports detected\n[ 1.926621] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928762] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930794] mousedev: PS/2 mouse device common for all mice\n[ 1.932072] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933966] rtc_cmos 00:00: RTC can wake from S4\n[ 1.935102] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937522] i2c /dev entries driver\n[ 1.938308] device-mapper: uevent: version 1.0.3\n[ 1.939266] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940921] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.942247] NET: Registered protocol family 10\n[ 1.943286] NET: Registered protocol family 17\n[ 1.944191] Key type dns_resolver registered\n[ 1.945148] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.946269] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.948057] registered taskstats version 1\n[ 1.948910] Loading compiled-in X.509 certificates\n[ 1.950367] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.952250] zswap: loaded using pool lzo/zbud\n[ 1.954152] Key type trusted registered\n[ 1.956419] Key type encrypted registered\n[ 1.957287] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.958345] ima: No TPM chip found, activating TPM-bypass!\n[ 1.959408] evm: HMAC attrs: 0x1\n[ 1.960364] Magic number: 6:540:36\n[ 1.961126] bdi 7:1: hash matches\n[ 1.961835] misc loop-control: hash matches\n[ 1.962811] rtc_cmos 00:00: setting system clock to 2018-10-10 17:00:58 UTC (1539190858)\n[ 1.964452] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.965597] EDD information not available.\n[ 2.042589] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.044082] ata1.00: configured for MWDMA2\n[ 2.045298] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.058025] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.059310] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.060587] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.062483] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.064050] Write protecting the kernel read-only data: 14336k\n[ 2.065635] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.067399] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.076413] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.078504] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.080429] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082324] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084192] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.086086] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087927] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089748] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092110] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.093951] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.123864] virtio_net virtio0 ens3: renamed from eth0\n[ 2.132197] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.134080] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.159648] AVX2 version of gcm_enc/dec engaged.\n[ 2.160609] AES CTR mode by8 optimization enabled\n[ 2.162382] FDC 0 is a S82078B\n[ 2.238078] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.404215] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.405537] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.406880] usb 1-1: Product: QEMU USB Tablet\n[ 2.407762] usb 1-1: Manufacturer: QEMU\n[ 2.408564] usb 1-1: SerialNumber: 42\n[ 2.417251] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.424821] usbcore: registered new interface driver usbhid\n[ 2.425937] usbhid: USB HID core driver\n[ 2.427633] 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.429968] 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.774274] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.402133] md: linear personality registered for level -1\n[ 3.405083] md: multipath personality registered for level -4\n[ 3.408096] md: raid0 personality registered for level 0\n[ 3.411390] md: raid1 personality registered for level 1\n[ 3.482035] raid6: sse2x1 gen() 11697 MB/s\n[ 3.550047] raid6: sse2x1 xor() 8799 MB/s\n[ 3.618035] raid6: sse2x2 gen() 14587 MB/s\n[ 3.686038] raid6: sse2x2 xor() 9663 MB/s\n[ 3.754036] raid6: sse2x4 gen() 16506 MB/s\n[ 3.822034] raid6: sse2x4 xor() 11377 MB/s\n[ 3.890034] raid6: avx2x1 gen() 22633 MB/s\n[ 3.958034] raid6: avx2x2 gen() 25533 MB/s\n[ 4.026033] raid6: avx2x4 gen() 29547 MB/s\n[ 4.026901] raid6: using algorithm avx2x4 gen() 29547 MB/s\n[ 4.027955] raid6: using avx2x2 recovery algorithm\n[ 4.032509] xor: automatically using best checksumming function:\n[ 4.070032] avx : 34867.000 MB/sec\n[ 4.072142] async_tx: api initialized (async)\n[ 4.081443] md: raid6 personality registered for level 6\n[ 4.082542] md: raid5 personality registered for level 5\n[ 4.083578] md: raid4 personality registered for level 4\n[ 4.089207] 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.114431] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.143732] 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.238704] 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.243112] systemd[1]: Detected virtualization kvm.\n[ 4.244387] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.248495] systemd[1]: Set hostname to .\n[ 4.252263] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.253801] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.366703] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.369111] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.370934] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.372988] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.375088] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.377612] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.379785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.381859] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.383964] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.386238] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.388157] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.390277] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.392601] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.394892] 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.398645] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.401597] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.408218] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.417454] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.423009] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.425223] 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.432652] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.439476] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.445710] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.448872] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.453064] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.456459] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.460206] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.462227] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.465288] 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.469564] 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.[ 4.473124] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.477648] Loading iSCSI transport class v2.0-870.\n[ 4.479264] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.481185] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.486676] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.494341] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.498568] 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.501884] iscsi: registered transport (tcp)\n[ 4.503059] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.506636] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.513196] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.535960] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started 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 Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.048085] cloud-init[462]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 10 Oct 2018 17:01:02 +0000. Up 5.38 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"} 2018-10-10 17:01:05,556 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb/action used request id req-d4d1bb8f-a418-4b2f-9419-582ca242233d 2018-10-10 17:01:35,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8be15593ec503717b9be38de50a5f45b35c27b65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:01:36,666 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:01: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-0b805f7b-3bce-4d80-aa94-e9475a73de15 x-compute-request-id: req-0b805f7b-3bce-4d80-aa94-e9475a73de15 Content-Encoding: gzip Content-Length: 15013 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 606463577 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.150545] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152208] pid_max: default: 32768 minimum: 301\n[ 0.153113] ACPI: Core revision 20150930\n[ 0.154502] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155819] Security Framework initialized\n[ 0.156633] Yama: becoming mindful.\n[ 0.157379] AppArmor: AppArmor initialized\n[ 0.158268] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159684] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161362] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162585] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163986] Initializing cgroup subsys io\n[ 0.164807] Initializing cgroup subsys memory\n[ 0.165673] Initializing cgroup subsys devices\n[ 0.166542] Initializing cgroup subsys freezer\n[ 0.167408] Initializing cgroup subsys net_cls\n[ 0.168275] Initializing cgroup subsys perf_event\n[ 0.169177] Initializing cgroup subsys net_prio\n[ 0.170065] Initializing cgroup subsys hugetlb\n[ 0.170932] Initializing cgroup subsys pids\n[ 0.171812] CPU: Physical Processor ID: 0\n[ 0.173295] mce: CPU supports 10 MCE banks\n[ 0.174151] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186166] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.192797] ftrace: allocating 32123 entries in 126 pages\n[ 0.220392] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221626] smpboot: Max logical packages: 1\n[ 0.222631] x2apic enabled\n[ 0.223437] Switched APIC routing to physical x2apic.\n[ 0.225185] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226306] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.228297] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230278] KVM setup paravirtual spinlock\n[ 0.231771] x86: Booted up 1 node, 1 CPUs\n[ 0.232732] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.234362] devtmpfs: initialized\n[ 0.236965] evm: security.selinux\n[ 0.237793] evm: security.SMACK64\n[ 0.238597] evm: security.SMACK64EXEC\n[ 0.239475] evm: security.SMACK64TRANSMUTE\n[ 0.240434] evm: security.SMACK64MMAP\n[ 0.241312] evm: security.ima\n[ 0.242054] evm: security.capability\n[ 0.242989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.245197] pinctrl core: initialized pinctrl subsystem\n[ 0.246495] RTC time: 17:00:56, date: 10/10/18\n[ 0.247601] NET: Registered protocol family 16\n[ 0.248752] cpuidle: using governor ladder\n[ 0.249732] cpuidle: using governor menu\n[ 0.250656] PCCT header not found.\n[ 0.251530] ACPI: bus type PCI registered\n[ 0.252476] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.253951] PCI: Using configuration type 1 for base access\n[ 0.256331] ACPI: Added _OSI(Module Device)\n[ 0.257330] ACPI: Added _OSI(Processor Device)\n[ 0.258361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259431] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261777] ACPI: Interpreter enabled\n[ 0.262707] ACPI: (supports S0 S5)\n[ 0.263534] ACPI: Using IOAPIC for interrupt routing\n[ 0.264654] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269359] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270580] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271904] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274110] acpiphp: Slot [3] registered\n[ 0.274910] acpiphp: Slot [4] registered\n[ 0.275698] acpiphp: Slot [5] registered\n[ 0.276510] acpiphp: Slot [6] registered\n[ 0.277304] acpiphp: Slot [7] registered\n[ 0.278095] acpiphp: Slot [8] registered\n[ 0.278887] acpiphp: Slot [9] registered\n[ 0.279676] acpiphp: Slot [10] registered\n[ 0.280478] acpiphp: Slot [11] registered\n[ 0.281294] acpiphp: Slot [12] registered\n[ 0.282101] acpiphp: Slot [13] registered\n[ 0.282906] acpiphp: Slot [14] registered\n[ 0.293771] acpiphp: Slot [15] registered\n[ 0.294586] acpiphp: Slot [16] registered\n[ 0.295390] acpiphp: Slot [17] registered\n[ 0.296196] acpiphp: Slot [18] registered\n[ 0.297000] acpiphp: Slot [19] registered\n[ 0.297808] acpiphp: Slot [20] registered\n[ 0.298609] acpiphp: Slot [21] registered\n[ 0.299414] acpiphp: Slot [22] registered\n[ 0.300219] acpiphp: Slot [23] registered\n[ 0.301021] acpiphp: Slot [24] registered\n[ 0.301866] acpiphp: Slot [25] registered\n[ 0.302672] acpiphp: Slot [26] registered\n[ 0.303481] acpiphp: Slot [27] registered\n[ 0.304288] acpiphp: Slot [28] registered\n[ 0.305098] acpiphp: Slot [29] registered\n[ 0.305912] acpiphp: Slot [30] registered\n[ 0.306719] acpiphp: Slot [31] registered\n[ 0.307520] PCI host bridge to bus 0000:00\n[ 0.308328] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309537] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310989] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312709] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.314434] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.322549] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.323964] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.325477] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382080] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.383677] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385086] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389051] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.390292] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.391452] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.392497] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.394036] vgaarb: loaded\n[ 0.394631] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395776] SCSI subsystem initialized\n[ 0.396582] ACPI: bus type USB registered\n[ 0.397399] usbcore: registered new interface driver usbfs\n[ 0.398420] usbcore: registered new interface driver hub\n[ 0.399415] usbcore: registered new device driver usb\n[ 0.400452] PCI: Using ACPI for IRQ routing\n[ 0.401478] NetLabel: Initializing\n[ 0.402188] NetLabel: domain hash size = 128\n[ 0.403032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.403982] NetLabel: unlabeled traffic allowed by default\n[ 0.405068] amd_nb: Cannot enumerate AMD northbridges\n[ 0.406031] clocksource: Switched to clocksource kvm-clock\n[ 0.411786] AppArmor: AppArmor Filesystem Enabled\n[ 0.412753] pnp: PnP ACPI init\n[ 0.413656] pnp: PnP ACPI: found 5 devices\n[ 0.419719] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.421409] NET: Registered protocol family 2\n[ 0.422373] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.423639] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.424829] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.426274] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.427579] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.428991] NET: Registered protocol family 1\n[ 0.430021] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431344] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432662] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446967] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461491] Trying to unpack rootfs image as initramfs...\n[ 1.756715] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.775179] Scanning for low memory corruption every 60 seconds\n[ 1.776680] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.777995] audit: initializing netlink subsys (disabled)\n[ 1.779151] audit: type=2000 audit(1539190858.403:1): initialized\n[ 1.780607] Initialise system trusted keyring\n[ 1.781658] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.783071] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.785197] zbud: loaded\n[ 1.785939] VFS: Disk quotas dquot_6.6.0\n[ 1.786902] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.788519] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.789942] fuse init (API version 7.23)\n[ 1.790966] Key type big_key registered\n[ 1.791887] Allocating IMA MOK and blacklist keyrings.\n[ 1.793145] Key type asymmetric registered\n[ 1.794104] Asymmetric key parser 'x509' registered\n[ 1.795193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.796897] io scheduler noop registered\n[ 1.797818] io scheduler deadline registered (default)\n[ 1.798967] io scheduler cfq registered\n[ 1.799937] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.801141] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.802592] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.804247] ACPI: Power Button [PWRF]\n[ 1.805211] GHES: HEST is not enabled!\n[ 1.819299] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.848753] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.851331] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.875405] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.877527] Linux agpgart interface v0.103\n[ 1.879547] brd: module loaded\n[ 1.880824] loop: module loaded\n[ 1.882448] vda: vda1\n[ 1.883885] scsi host0: ata_piix\n[ 1.884646] scsi host1: ata_piix\n[ 1.885373] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.886618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888127] libphy: Fixed MDIO Bus: probed\n[ 1.888960] tun: Universal TUN/TAP device driver, 1.6\n[ 1.889941] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892154] PPP generic driver version 2.4.2\n[ 1.893158] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894620] ehci-pci: EHCI PCI platform driver\n[ 1.895532] ehci-platform: EHCI generic platform driver\n[ 1.896542] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897700] ohci-pci: OHCI PCI platform driver\n[ 1.898595] ohci-platform: OHCI generic platform driver\n[ 1.899603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.914318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.915335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.919010] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.920255] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.921698] usb usb1: Product: UHCI Host Controller\n[ 1.922652] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.923819] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924884] hub 1-0:1.0: USB hub found\n[ 1.925673] hub 1-0:1.0: 2 ports detected\n[ 1.926621] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.928762] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.929733] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.930794] mousedev: PS/2 mouse device common for all mice\n[ 1.932072] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.933966] rtc_cmos 00:00: RTC can wake from S4\n[ 1.935102] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.936308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.937522] i2c /dev entries driver\n[ 1.938308] device-mapper: uevent: version 1.0.3\n[ 1.939266] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.940921] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.942247] NET: Registered protocol family 10\n[ 1.943286] NET: Registered protocol family 17\n[ 1.944191] Key type dns_resolver registered\n[ 1.945148] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.946269] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.948057] registered taskstats version 1\n[ 1.948910] Loading compiled-in X.509 certificates\n[ 1.950367] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.952250] zswap: loaded using pool lzo/zbud\n[ 1.954152] Key type trusted registered\n[ 1.956419] Key type encrypted registered\n[ 1.957287] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.958345] ima: No TPM chip found, activating TPM-bypass!\n[ 1.959408] evm: HMAC attrs: 0x1\n[ 1.960364] Magic number: 6:540:36\n[ 1.961126] bdi 7:1: hash matches\n[ 1.961835] misc loop-control: hash matches\n[ 1.962811] rtc_cmos 00:00: setting system clock to 2018-10-10 17:00:58 UTC (1539190858)\n[ 1.964452] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.965597] EDD information not available.\n[ 2.042589] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.044082] ata1.00: configured for MWDMA2\n[ 2.045298] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.058025] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.059310] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.060587] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.062483] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.064050] Write protecting the kernel read-only data: 14336k\n[ 2.065635] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.067399] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.076413] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.078504] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.080429] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082324] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084192] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.086086] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087927] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089748] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092110] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.093951] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.123864] virtio_net virtio0 ens3: renamed from eth0\n[ 2.132197] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.134080] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.159648] AVX2 version of gcm_enc/dec engaged.\n[ 2.160609] AES CTR mode by8 optimization enabled\n[ 2.162382] FDC 0 is a S82078B\n[ 2.238078] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.404215] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.405537] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.406880] usb 1-1: Product: QEMU USB Tablet\n[ 2.407762] usb 1-1: Manufacturer: QEMU\n[ 2.408564] usb 1-1: SerialNumber: 42\n[ 2.417251] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.424821] usbcore: registered new interface driver usbhid\n[ 2.425937] usbhid: USB HID core driver\n[ 2.427633] 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.429968] 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.774274] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.402133] md: linear personality registered for level -1\n[ 3.405083] md: multipath personality registered for level -4\n[ 3.408096] md: raid0 personality registered for level 0\n[ 3.411390] md: raid1 personality registered for level 1\n[ 3.482035] raid6: sse2x1 gen() 11697 MB/s\n[ 3.550047] raid6: sse2x1 xor() 8799 MB/s\n[ 3.618035] raid6: sse2x2 gen() 14587 MB/s\n[ 3.686038] raid6: sse2x2 xor() 9663 MB/s\n[ 3.754036] raid6: sse2x4 gen() 16506 MB/s\n[ 3.822034] raid6: sse2x4 xor() 11377 MB/s\n[ 3.890034] raid6: avx2x1 gen() 22633 MB/s\n[ 3.958034] raid6: avx2x2 gen() 25533 MB/s\n[ 4.026033] raid6: avx2x4 gen() 29547 MB/s\n[ 4.026901] raid6: using algorithm avx2x4 gen() 29547 MB/s\n[ 4.027955] raid6: using avx2x2 recovery algorithm\n[ 4.032509] xor: automatically using best checksumming function:\n[ 4.070032] avx : 34867.000 MB/sec\n[ 4.072142] async_tx: api initialized (async)\n[ 4.081443] md: raid6 personality registered for level 6\n[ 4.082542] md: raid5 personality registered for level 5\n[ 4.083578] md: raid4 personality registered for level 4\n[ 4.089207] 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.114431] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.143732] 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.238704] 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.243112] systemd[1]: Detected virtualization kvm.\n[ 4.244387] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.248495] systemd[1]: Set hostname to .\n[ 4.252263] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.253801] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.366703] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.369111] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.370934] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.372988] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.375088] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.377612] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.379785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.381859] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.383964] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.386238] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.388157] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.390277] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.392601] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.394892] 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.398645] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.401597] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.408218] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.417454] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.423009] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.425223] 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.432652] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.439476] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.445710] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.448872] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.453064] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.456459] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.460206] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.462227] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.465288] 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.469564] 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.[ 4.473124] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.477648] Loading iSCSI transport class v2.0-870.\n[ 4.479264] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.481185] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.486676] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.494341] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.498568] 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.501884] iscsi: registered transport (tcp)\n[ 4.503059] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.506636] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.513196] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.535960] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started 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 Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.048085] cloud-init[462]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 10 Oct 2018 17:01:02 +0000. Up 5.38 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.176627] cloud-init[1042]: Cloud-init v. 0.7.9 running 'init' at Wed, 10 Oct 2018 17:01:03 +0000. Up 7.15 seconds.\n[ 9.178833] cloud-init[1042]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.184303] cloud-init[1042]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.188100] cloud-init[1042]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 9.196112] cloud-init[1042]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.198708] cloud-init[1042]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:62:fb:36 |\n[ 9.204269] cloud-init[1042]: ci-info: | ens3 | True | fe80::f816:3eff:fe62:fb36/64 | . | link | fa:16:3e:62:fb:36 |\n[ 9.212176] cloud-init[1042]: ci-info: | ens6 | False | . | . | . | 52:54:00:79:a6:9d |\n[ 9.214093] cloud-init[1042]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 9.216094] cloud-init[1042]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 9.220100] cloud-init[1042]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.224102] cloud-init[1042]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 9.228097] cloud-init[1042]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.229745] cloud-init[1042]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 9.236096] cloud-init[1042]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.237745] cloud-init[1042]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 9.240096] cloud-init[1042]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 9.243287] cloud-init[1042]: ci-info: | 2 | 169.254.169.254 | 10.10.11.4 | 255.255.255.255 | ens3 | UGH |[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 9.248268] cloud-init[1042]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.250434] cloud-init[1042]: Generating public/private rsa key pair.\n[ 9.251822] \n[[0;32m OK [0m] Reached target System Initialization.\ncloud-init[1042]: [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Daily apt activities.Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 9.261438] cloud-init[1042]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 9.263154] cloud-init[1042]: The key fingerprint is:\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.\n[ 9.268282] cloud-init[1042]: SHA256:tJZ2aJWNiecqMab//UMjSqLHMzuusNGXtJoNzpuTzgc root@sdnvpn-3-2-quagga\n[ 9.270267] cloud-init[1042]: The key's randomart image is:\n[ 9.271564] cloud-init\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[1042]: +---[RSA 2048]----+\n[ 9.276402] cloud-init[1042]: | |\n[ 9.277722] cloud-init[1042]: | . = |\n Starting LXD - unix socket.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 9.280048] cloud-init[1042]: | o * . |\n[ 9.282695] cloud-init[1042]: | . B |\n Starting iSCSI initiator daemon (iscsid)...\n[ 9.285958] cloud-init[1042]: | = S o |\n[ 9.287272] cloud-init[1042]: [[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n| .E+.O.o. o |\n[ 9.292146] cloud-init[1042]: | o +==o.. o . |\n[ 9.293460] cloud-init[1042]: | B+OB... . |\n[[0;32m OK [0m] Reached target Sockets.[ 9.296393] cloud-init[1042]: | ..@B=*. .... |\n[ 9.298338] \n[[0;32m OK [0m] Reached target Basic System.\ncloud-init[1042]: +----[SHA256]-----+\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[ 9.303887] cloud-init[1042]: [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Login Service...\nGenerating public/private dsa key pair.\n[ 9.312791] cloud-init[1042]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 9.315534] cloud-init[1042]: [[0;32m OK [0m] Started ACPI event daemon.\n Starting /etc/rc.local Compatibility...\n Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.Starting Apply the settings specified in cloud-config...\n[ 9.327482] \n Starting LSB: Record successful boot for GRUB...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Pollinate to seed the pseudo random number generator...\n Starting Accounts Service...\n[[0;32m OK [0m] Started D-Bus System Message Bus.cloud-init[1042]: The key fingerprint is:\n\n[ 9.361599] cloud-init[1042]: SHA256:lUjD02lvEzh/KsEp2IcY0Oj/75Z+zeKcc5eivuL+eQs root@sdnvpn-3-2-quagga\n[ 9.371761] cloud-init[1042]: The key's randomart image is:\n[ 9.380663] cloud-init[1042]: +---[DSA 1024]----+ Starting System Logging Service...\n\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 9.394239] cloud-init[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[1042]: | .+ .o. o |\n[ 9.441363] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started System Logging Service.\ncloud-init[1042]: | . o.oo*.. |\n[[0;32m OK [0m] Started Auto import assertions from block devices.[ 9.480701] \ncloud-init[1042]: | . =.=o= . |\n[ 9.491275] cloud-init[1042]: | . o +.= = . |\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 9.507919] cloud-init[1042]: | . So o + |\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Login Service.\n[ 9.517054] cloud-init Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[1042]: | . . . |\n Starting Login to default iSCSI targets...\n[ 9.527245] cloud-init[1042]: | . E o .|\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] [ 9.548406] cloud-init[1042]: | ..o.*++..|Reached target Remote File Systems.\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: automatic crash report generation...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started Permit User Sessions.\n\n[ 9.601933] cloud-init[1042]: | oBBOB=o. |\n[ 9.610791] cloud-init[1042]: +----[SHA256]-----+\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[ 9.619456] [[0;32m OK [0m] Started LSB: automatic crash report generation.cloud-init[1042]: Generating public/private ecdsa key pair.\n\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m[ 9.653068] cloud-init] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n Starting Set console scheme...\n[[0;32m OK [0m[1042]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.] Started LSB: daemon to balance interrupts for SMP systems.\n\n[[0;32m OK [0m] Started Set console scheme.\n[ 9.667837] cloud-init[1042]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 9.688145] cloud-init[1042]: The key fingerprint is:\n[ 9.689756] cloud-init[1042]: SHA256:kpK47NHIgccAoycCytOGdteJAY5WO4hpcU1VAoyIHq0 root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n\n[ 9.704266] cloud-init[1042]: The key's randomart image is:\n[ 9.705558] cloud-init[1042]: +---[ECDSA 256]---+\n[ 9.708038] cloud-init[1042]: |=.o+*+oo.. |\n[ 9.712087] cloud-init[1042]: |O=Xo.o+ o |\n[ 9.715380] cloud-init[1042]: |XX+B o o |\n[ 9.717789] cloud-init[1042]: |=E+.o. . |\n[ 9.721113] cloud-init[1042]: |. = o o S |\n[ 9.724158] cloud-init[1042]: | + = . . |\n[ 9.726021] cloud-init[1042]: | * . |\n[ 9.729115] cloud-init[1042]: | . . |\n[ 9.731479] cloud-init[1042]: | . |\n[ 9.734377] cloud-init[1042]: +----[SHA256]-----+\n[ 9.736949] cloud-init[1042]: Generating public/private ed25519 key pair.\n[ 9.740455] cloud-init[1042]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.744234] cloud-init[1042]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.748302] cloud-init[1042]: The key fingerprint is:\n[ 9.751185] cloud-init[1042]: SHA256:6o3/X/C5MycMoPXm/pyTC+7QiTwIHGTughyGp6jCEw4 root@sdnvpn-3-2-quagga\n[ 9.755556] cloud-init[1042]: The key's randomart image is:\n[ 9.764089] cloud-init[1042]: +--[ED25519 256]--+\n[ 9.765274] cloud-init[1042]: | o |\n[ 9.766422] cloud-init[1042]: | . + |\n[ 9.772084] cloud-init[1042]: |. + o |\n[ 9.773251] cloud-init[1042]: |.= o o . o |\n[ 9.774453] cloud-init[1042]: |E.o . + So o. |\n[ 9.775602] cloud-init[1042]: |= . . o.o o++ . |\n[ 9.780659] cloud-init[1042]: |o+ . . =o+o+. |\n[ 9.782068] cloud-init[1042]: |. . . o +.+Bo.|\n[ 9.783230] cloud-init[1042]: | o.o..+=.*B |\n[ 9.788260] cloud-init[1042]: +----[SHA256]-----+\n[ 9.989232] cloud-init[1147]: Generating locales (this might take a while)...\n[ 10.563161] cloud-init[1147]: en_US.UTF-8... done\n[ 10.565142] cloud-init[1147]: 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.275379] cloud-init[1147]: Cloud-init v. 0.7.9 running 'modules:config' at Wed, 10 Oct 2018 17:01:06 +0000. Up 9.92 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 11.566891] cloud-init[1415]: + chpasswd\n[ 11.568367] cloud-init[1415]: + echo ubuntu:opnfv\n[ 11.744476] cloud-init[1415]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: [ 31.746513] cloud-init[1415]: + NEIGHBOR_IP=172.30.9.22\n[ 31.747799] cloud-init[1415]: + OWN_IP=172.30.9.205\n[ 31.749057] cloud-init[1415]: + EXT_NET_MASK=24\n[ 31.751557] cloud-init[1415]: ++ awk '{print $2}'\n[ 31.752854] cloud-init[1415]: ++ getent hosts\n[ 31.756264] cloud-init[1415]: ++ awk '{print $1}'\n[ 31.759137] cloud-init[1415]: ++ cat /etc/hostname\n[ 31.760639] cloud-init[1415]: + [[ localhost\n[ 31.763344] cloud-init[1415]: ip6-localhost != *\\s\\d\\n\\v\\p\\n\\-\\3\\-\\2\\-\\q\\u\\a\\g\\g\\a* ]]\n[ 31.766344] cloud-init[1415]: + tee -a /etc/hosts\n[ 31.768036] cloud-init[1415]: ++ awk '{print $1}'\n[ 31.770598] cloud-init[1415]: ++ cat /etc/hostname\n[ 31.772308] cloud-init[1415]: + echo '127.0.1.1 sdnvpn-3-2-quagga'\n[ 31.774836] cloud-init[1415]: 127.0.1.1 sdnvpn-3-2-quagga\n[ 31.778659] cloud-init[1415]: + quagga_int=\n[ 31.779694] cloud-init[1415]: ++ awk 'NR>2{print $1}'\n[ 31.781637] cloud-init[1415]: ++ netstat -ia\n[ 31.782944] cloud-init[1415]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 31.784562] cloud-init[1415]: ++ grep ens3\n[ 31.797798] cloud-init[1415]: ++ ifconfig\n[ 31.800161] cloud-init[1415]: + '[' -z 'ens3 Link encap:Ethernet HWaddr fa:16:3e:62:fb:36 ' ']'\n[ 31.804028] cloud-init[1415]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 31.807282] cloud-init[1415]: ++ grep ens6\n[ 31.809122] cloud-init[1415]: ++ ifconfig\n[ 31.809985] cloud-init[1415]: + '[' -z '' ']'\n[ 31.812026] cloud-init[1415]: + quagga_int=ens6\n[ 31.814396] cloud-init[1415]: + break\n[ 31.815230] cloud-init[1415]: + '[' -z ens6 ']'\n[ 31.816749] cloud-init[1415]: + ip link set ens6 up\n[ 31.827637] cloud-init[1415]: + ip addr add 172.30.9.205/24 dev ens6\n[ 31.831478] cloud-init[1415]: + ZEBRA_CONFIG_LOCATION=/etc/quagga/zebra.conf\n[ 31.833387] cloud-init[1415]: + DAEMONS_FILE_LOCATION=/etc/quagga/daemons\n[ 31.835534] cloud-init[1415]: + BGPD_CONFIG_LOCATION=/etc/quagga/bgpd.conf\n[ 31.837844] cloud-init[1415]: + BGPD_LOG_FILE=/var/log/bgpd.log\n[ 31.839898] cloud-init[1415]: + touch /var/log/bgpd.log\n[ 31.841170] cloud-init[1415]: + chown quagga:quagga /var/log/bgpd.log\n[ 31.843100] cloud-init[1415]: + chown quagga:quagga /etc/quagga/daemons\n[ 31.844395] cloud-init[1415]: + cat\n[ 31.845285] cloud-init[1415]: + touch /etc/quagga/zebra.conf\n[ 31.846405] cloud-init[1415]: + chown quagga:quagga /etc/quagga/zebra.conf\n[ 31.847699] cloud-init[1415]: + cat\n[ 31.848899] cloud-init[1415]: + chown quagga:quagga /etc/quagga/bgpd.conf\n[ 31.850509] cloud-init[1415]: + service quagga restart\n[ 31.869387] cloud-init[1415]: + pgrep bgpd\n[ 31.874412] cloud-init[1415]: 1514\n[ 31.875348] cloud-init[1415]: + pgrep zebra\n[ 31.877985] cloud-init[1415]: 1510\nci-info: no authorized ssh keys fingerprints found for user ubuntu.\n<14>Oct 10 17:01:28 ec2: \n<14>Oct 10 17:01:28 ec2: #############################################################\n<14>Oct 10 17:01:28 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Oct 10 17:01:28 ec2: 1024 SHA256:lUjD02lvEzh/KsEp2IcY0Oj/75Z+zeKcc5eivuL+eQs root@sdnvpn-3-2-quagga (DSA)\n<14>Oct 10 17:01:28 ec2: 256 SHA256:kpK47NHIgccAoycCytOGdteJAY5WO4hpcU1VAoyIHq0 root@sdnvpn-3-2-quagga (ECDSA)\n<14>Oct 10 17:01:28 ec2: 256 SHA256:6o3/X/C5MycMoPXm/pyTC+7QiTwIHGTughyGp6jCEw4 root@sdnvpn-3-2-quagga (ED25519)\n<14>Oct 10 17:01:28 ec2: 2048 SHA256:tJZ2aJWNiecqMab//UMjSqLHMzuusNGXtJoNzpuTzgc root@sdnvpn-3-2-quagga (RSA)\n<14>Oct 10 17:01:28 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Oct 10 17:01:28 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKjSnGXO2VFyi4n3uyxaoX5q1ulWWTlMO0nfQMjAtUUoswOh7ztv3LnLrj77GXR5Cgd03p0pVYh3wswmWDSd4qM= root@sdnvpn-3-2-quagga\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJj41IEq281vrie7GAP3vR7dB2cNZU55h00PsLyEgyy+ root@sdnvpn-3-2-quagga\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8nEmXUQO3EbMrCD7VEqj2gvvLhlRgVSpgCHzeBxX1subh82HkTf86mchVnjgc0xaSaTCQ9jZMRwaNp3QPZ+WaJrux4JyCh5ioojDH0iC643vjXtENU7V2PEDrvLR3IdKngv+DgUF+Qb5HKfXIAsTzIn1uIbFpkE9IinEV9iZmO2lxQZohgGa+AHAiFEfDLe+gaO8sF94dllwRvZwm9oEkh5wpYtZp5GI75xk0rrT51SW39XVebN88o1K3Bd42G8anyeoXlw9U2FYGawyKApU7kaG9qSRtihqC+p6dPbPx8tDH3BkDEFultXcjOdb4X9DbcMyklQP/8bIlNUe2xD7n root@sdnvpn-3-2-quagga\n-----END SSH HOST KEY KEYS-----\n[ 31.913351] cloud-init[1415]: Cloud-init v. 0.7.9 running 'modules:final' at Wed, 10 Oct 2018 17:01:08 +0000. Up 11.49 seconds.\n[ 31.914988] cloud-init[1415]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.\n[ 31.916345] cloud-init[1415]: Cloud-init v. 0.7.9 finished at Wed, 10 Oct 2018 17:01:28 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 31.90 seconds\n"} 2018-10-10 17:01:36,668 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb/action used request id req-0b805f7b-3bce-4d80-aa94-e9475a73de15 2018-10-10 17:01:36,670 - sdnvpn_test_utils - INFO - Finished waiting for cloud init of instance sdnvpn-3-2-quagga result was True 2018-10-10 17:01:36,670 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-10-10 17:01:36,671 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-10-10 17:01:36,672 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-10-10 17:01:36,674 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-10-10 17:01:37,344 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-10-10 17:01:37,344 - sdnvpn-quagga - INFO - Maybe stdout of configure-bgp -op add-neighbor --as-num 200 --ip 172.30.9.205 --use-source-ip 172.30.9.22: client: JAVA_HOME not set; results may vary  2018-10-10 17:01:37,345 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-10-10 17:01:37,346 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-10-10 17:01:37,387 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-10-10 17:01:37,387 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-10-10 17:01:37,412 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-10-10 17:01:38,077 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-10-10 17:01:38,078 - 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.205, remote AS 200, local AS 100, external link BGP version 4, remote router ID 0.0.0.0 BGP state = Idle Last read 00:00:01, hold time is 180, keepalive interval is 60 seconds Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 0 0 Notifications: 0 0 Updates: 0 0 Keepalives: 0 0 Route Refresh: 0 0 Capability: 0 0 Total: 0 0 Minimum time between advertisement runs is 30 seconds For address family: VPN-IPv4 Unicast NEXT_HOP is propagated unchanged to this neighbor Community attribute sent to this neighbor(both) 0 accepted prefixes Connections established 0; dropped 0 Last reset never Next start timer due in 1 seconds Read thread: off Write thread: off  2018-10-10 17:01:38,079 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2018-10-10 17:01:38,079 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2018-10-10 17:01:38,080 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-10-10 17:01:39,081 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-10-10 17:01:39,082 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-10-10 17:01:39,082 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-10-10 17:01:39,084 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-10-10 17:01:39,763 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-10-10 17:01:39,764 - 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.205, remote AS 200, local AS 100, external link BGP version 4, remote router ID 172.30.9.205 BGP state = Established, up for 00:00:00 Last read00:00:00, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family VPN-IPv4 Unicast: advertised and received Graceful Restart Capabilty: advertised and received Remote Restart timer is 120 seconds Address families by peer: none Graceful restart informations: End-of-RIB send: End-of-RIB received: Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 1 1 Notifications: 0 0 Updates: 0 0 Keepalives: 2 1 Route Refresh: 0 0 Capability: 0 0 Total: 3 2 Minimum time between advertisement runs is 30 seconds Update source is 172.30.9.22 For address family: VPN-IPv4 Unicast NEXT_HOP is propagated unchanged to this neighbor Community attribute sent to this neighbor(both) 0 accepted prefixes Connections established 1; dropped 0 Last reset never Local host: 172.30.9.22, Local port: 44364 Foreign host: 172.30.9.205, Foreign port: 179 Nexthop: 172.30.9.22 Nexthop global: :: Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off  2018-10-10 17:01:39,764 - sdnvpn-quagga - INFO - Opens sent/received: 1 1 2018-10-10 17:01:39,765 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-10-10 17:01:39,765 - sdnvpn-quagga - INFO - Peering state: BGP state = Established, up for 00:00:00 2018-10-10 17:01:40,766 - sdnvpn-quagga - INFO - Quagga peered with OpenDaylight 2018-10-10 17:01:40,767 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-10 17:01:40,768 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-10 17:01:40,768 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-10 17:01:40,771 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-10 17:01:40,844 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-10 17:01:40,845 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-10 17:01:40,846 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-10 17:01:40,847 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-10 17:01:40,847 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-10 17:01:40,888 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-10 17:01:41,003 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-10 17:01:41,004 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-10 17:01:41,005 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-10 17:01:41,006 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-10 17:01:41,006 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-10 17:01:41,047 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-10 17:01:41,176 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-10 17:01:41,178 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-10 17:01:41,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d15697a81807218540a7a795fdd18332a8833cb9" 2018-10-10 17:01:41,228 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:01:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-61efa156-b11b-4306-97c4-4e8a09a2d8c9 x-compute-request-id: req-61efa156-b11b-4306-97c4-4e8a09a2d8c9 Content-Length: 0 Content-Type: application/json 2018-10-10 17:01:41,228 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/ef3a4067-e331-4b8c-8bb8-55e96c4c5a9a used request id req-61efa156-b11b-4306-97c4-4e8a09a2d8c9 2018-10-10 17:01:41,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d15697a81807218540a7a795fdd18332a8833cb9" -d '{"forceDelete": null}' 2018-10-10 17:01:41,401 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:01:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ed84916-96e1-45e8-9ff3-a4774d63f833 x-compute-request-id: req-2ed84916-96e1-45e8-9ff3-a4774d63f833 Content-Length: 0 Content-Type: application/json 2018-10-10 17:01:41,401 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/57f28f8e-9ba7-42c0-899d-8ce25f5952bb/action used request id req-2ed84916-96e1-45e8-9ff3-a4774d63f833 2018-10-10 17:01:41,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d37d34de73d716c3bd7255a61ca5e895a237957c" 2018-10-10 17:01:43,363 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-193671f1-7027-4268-89d0-b9ae25780d4b Date: Wed, 10 Oct 2018 17:01:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:01:43,364 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/17d1cc4b-97af-467f-9dcb-049e38d4f2fa used request id req-193671f1-7027-4268-89d0-b9ae25780d4b 2018-10-10 17:01:43,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/cae96e9c-776b-4fad-b7d0-84525c582131 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 17:01:44,547 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-063f6a70-a2ca-457e-b93c-58a5eb838b41 Content-Length: 0 Date: Wed, 10 Oct 2018 17:01:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:01:44,547 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/cae96e9c-776b-4fad-b7d0-84525c582131 used request id req-063f6a70-a2ca-457e-b93c-58a5eb838b41 2018-10-10 17:01:44,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/71842e22-2c87-452c-bde8-cc18ab40f580 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 17:01:45,020 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-396c4120-3e5d-4526-972a-1233afca63ad Content-Length: 0 Date: Wed, 10 Oct 2018 17:01:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:01:45,021 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/71842e22-2c87-452c-bde8-cc18ab40f580 used request id req-396c4120-3e5d-4526-972a-1233afca63ad 2018-10-10 17:01:45,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/d4e14955-f108-4537-bd89-ee947e2722de/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" -d '{"subnet_id": "6e08f9e5-7b4d-4086-929e-74068cfee8fd"}' 2018-10-10 17:01:46,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-106e6e04-0030-497b-ac71-aea189b539a2 Date: Wed, 10 Oct 2018 17:01:46 GMT RESP BODY: {"network_id": "faf1cac6-a794-42bd-80c1-4e44eb8e4af7", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "subnet_id": "6e08f9e5-7b4d-4086-929e-74068cfee8fd", "subnet_ids": ["6e08f9e5-7b4d-4086-929e-74068cfee8fd"], "port_id": "0c48affc-0812-4c91-be8b-ecb9e3b7d45e", "id": "d4e14955-f108-4537-bd89-ee947e2722de"} 2018-10-10 17:01:46,099 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d4e14955-f108-4537-bd89-ee947e2722de/remove_router_interface used request id req-106e6e04-0030-497b-ac71-aea189b539a2 2018-10-10 17:01:46,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/22ec8088-5bd5-411d-a1d6-907f0ed40755/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" -d '{"subnet_id": "d683fd60-5c78-47ac-b57b-646865cb7cba"}' 2018-10-10 17:01:47,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d464ef9a-9da5-47e4-a68c-aeead6f4364d Date: Wed, 10 Oct 2018 17:01:47 GMT RESP BODY: {"network_id": "c0a8fa50-fc4e-47ce-8b9f-bc8ba9b060ac", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "subnet_id": "d683fd60-5c78-47ac-b57b-646865cb7cba", "subnet_ids": ["d683fd60-5c78-47ac-b57b-646865cb7cba"], "port_id": "6fca3dd3-5ebb-4e43-9ad4-8fdf5db248c9", "id": "22ec8088-5bd5-411d-a1d6-907f0ed40755"} 2018-10-10 17:01:47,313 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/22ec8088-5bd5-411d-a1d6-907f0ed40755/remove_router_interface used request id req-d464ef9a-9da5-47e4-a68c-aeead6f4364d 2018-10-10 17:01:47,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/d4e14955-f108-4537-bd89-ee947e2722de -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 17:01:48,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-9c78a9c3-58dd-4ef5-a1ab-defc3b3b1179 Date: Wed, 10 Oct 2018 17:01:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:58:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T17:01:47Z", "revision_number": 7, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "d4e14955-f108-4537-bd89-ee947e2722de", "name": "sdnvpn-3-1-router"}} 2018-10-10 17:01:48,203 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d4e14955-f108-4537-bd89-ee947e2722de used request id req-9c78a9c3-58dd-4ef5-a1ab-defc3b3b1179 2018-10-10 17:01:48,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/22ec8088-5bd5-411d-a1d6-907f0ed40755 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 17:01:49,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-afec65f5-dee8-4729-8664-c57f148e4873 Date: Wed, 10 Oct 2018 17:01:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:58:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T17:01:48Z", "revision_number": 8, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "22ec8088-5bd5-411d-a1d6-907f0ed40755", "name": "sdnvpn-3-2-quagga-router"}} 2018-10-10 17:01:49,170 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/22ec8088-5bd5-411d-a1d6-907f0ed40755 used request id req-afec65f5-dee8-4729-8664-c57f148e4873 2018-10-10 17:01:49,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/6e08f9e5-7b4d-4086-929e-74068cfee8fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 17:01:51,291 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b1244bfb-2f3c-41fa-afa6-1182e6db22ed Date: Wed, 10 Oct 2018 17:01:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:01:51,291 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/6e08f9e5-7b4d-4086-929e-74068cfee8fd used request id req-b1244bfb-2f3c-41fa-afa6-1182e6db22ed 2018-10-10 17:01:51,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/d683fd60-5c78-47ac-b57b-646865cb7cba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 17:01:53,364 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-40ca0879-f26a-4cf5-9fa6-cf274156efb5 Date: Wed, 10 Oct 2018 17:01:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:01:53,364 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/d683fd60-5c78-47ac-b57b-646865cb7cba used request id req-40ca0879-f26a-4cf5-9fa6-cf274156efb5 2018-10-10 17:01:53,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/d4e14955-f108-4537-bd89-ee947e2722de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 17:01:53,900 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e41f9b3f-256b-4268-9e86-5739a8c4f03b Content-Length: 0 Date: Wed, 10 Oct 2018 17:01:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:01:53,900 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/d4e14955-f108-4537-bd89-ee947e2722de used request id req-e41f9b3f-256b-4268-9e86-5739a8c4f03b 2018-10-10 17:01:53,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/22ec8088-5bd5-411d-a1d6-907f0ed40755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 17:01:54,237 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-61b38d4b-7458-4936-aa24-c10ebfbdabc6 Content-Length: 0 Date: Wed, 10 Oct 2018 17:01:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:01:54,238 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/22ec8088-5bd5-411d-a1d6-907f0ed40755 used request id req-61b38d4b-7458-4936-aa24-c10ebfbdabc6 2018-10-10 17:01:54,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/faf1cac6-a794-42bd-80c1-4e44eb8e4af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 17:01:54,848 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cc8268d8-9fa8-4c14-9ab7-6f33889dcb7a Date: Wed, 10 Oct 2018 17:01:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:01:54,848 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/faf1cac6-a794-42bd-80c1-4e44eb8e4af7 used request id req-cc8268d8-9fa8-4c14-9ab7-6f33889dcb7a 2018-10-10 17:01:54,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/c0a8fa50-fc4e-47ce-8b9f-bc8ba9b060ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7167300fc3c62a13b2b330a8a97259e680c49938" 2018-10-10 17:01:55,690 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-be6011c2-f733-4698-b8cf-43303e17146d Date: Wed, 10 Oct 2018 17:01:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:01:55,690 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/c0a8fa50-fc4e-47ce-8b9f-bc8ba9b060ac used request id req-be6011c2-f733-4698-b8cf-43303e17146d 2018-10-10 17:01:55,690 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Verify that OpenDaylight can start/communicate with zrpcd/Quagga | +----------------------------------------------------------------------------------------+ | PASS | Controller (ODL) list is ready | | PASS | zrpcd is running in overcloud-controller-2 | +----------------------------------------------------------------------------------------+ | PASS | zrpcd is running in overcloud-controller-0 | +----------------------------------------------------------------------------------------+ | PASS | zrpcd is running in overcloud-controller-1 | +----------------------------------------------------------------------------------------+ | PASS | Found BGP entity owner | +----------------------------------------------------------------------------------------+ | PASS | bgpd is running | +----------------------------------------------------------------------------------------+ | PASS | Assign a Floating IP to sdnvpn-3-2-quagga | | PASS | Bootstrap quagga inside an OpenStack instance | +========================================================================================+ +----------------------------------------------------------------------------------------+ | Peer Quagga with OpenDaylight | +----------------------------------------------------------------------------------------+ | PASS | Peering with quagga | +========================================================================================+ 2018-10-10 17:01:55,690 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-10 17:01:55,691 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-10-10 17:01:55,691 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_3 - Data center gateway integration': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'zrpcd is running in overcloud-controller-2': 'PASS'}, {'zrpcd is running in overcloud-controller-0': 'PASS'}, {'zrpcd is running in overcloud-controller-1': 'PASS'}, {'Found BGP entity owner': 'PASS'}, {'bgpd is running': 'PASS'}, {'Assign a Floating IP to sdnvpn-3-2-quagga ': 'PASS'}, {'Bootstrap quagga inside an OpenStack instance': 'PASS'}, {'Peering with quagga': 'PASS'}]} 2018-10-10 17:01:55,692 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-10-10 17:01:55,692 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-10-10 17:01:55,692 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-10-10 17:01:55,773 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-10-10 17:01:55,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:01:55,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:01:55,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:01:55,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:01:55,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:01:55,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:01:55,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:01:55,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:01:55,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:01:55,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:01:55,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:01:55,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:01:55,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:01:55,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:01:55,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:01:55,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:01:55,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:01:55,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:01:55,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:01:55,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:01:55,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:01:55,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:01:55,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:01:55,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:01:55,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:01:55,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:01:55,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:01:55,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:01:55,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:01:55,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:01:55,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:01:55,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:01:55,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:01:55,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:01:55,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:01:55,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:01:55,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:01:55,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:01:55,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:01:55,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:01:55,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:01:55,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:01:55,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:01:55,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:01:55,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:01:55,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:01:55,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:01:55,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:01:55,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-10 17:01:55,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:01:55,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:01:55,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:01:55,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:01:55,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:01:55,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:01:55,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:01:55,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:01:55,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:01:55,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:01:55,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:01:55,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:01:55,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:01:55,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:01:55,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:01:55,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:01:55,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:01:55,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:01:55,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:01:55,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:01:55,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:01:55,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:01:55,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:01:55,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:01:55,782 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-10 17:01:55,783 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-10-10 17:01:55,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:01:55,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3620ac9-eb99-48fb-bd42-e0a5ed236c6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:01:55,805 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b3620ac9-eb99-48fb-bd42-e0a5ed236c6a 2018-10-10 17:01:55,805 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:01:56,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:01:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["NwBzBLN8RUu4bzmTy-YKKg"], "issued_at": "2018-10-10T17:01:56.000000Z"}} 2018-10-10 17:01:56,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}101d727de8c59f6401cd9d894df06017f5df1f25" 2018-10-10 17:01:56,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-fdd478e5-99f5-47f3-9510-f7d0581691f1 Date: Wed, 10 Oct 2018 17:01:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-10 17:01:56,350 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20 used request id req-fdd478e5-99f5-47f3-9510-f7d0581691f1 2018-10-10 17:01:56,350 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-10 17:01:56,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}101d727de8c59f6401cd9d894df06017f5df1f25" 2018-10-10 17:01:56,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f452bcce-d238-4eb8-b75d-4e6fc1d13949 Date: Wed, 10 Oct 2018 17:01:56 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 17:01:56,517 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-f452bcce-d238-4eb8-b75d-4e6fc1d13949 2018-10-10 17:01:56,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}101d727de8c59f6401cd9d894df06017f5df1f25" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-10 17:01:56,732 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281 X-Openstack-Request-Id: req-446e81df-56f3-4dd6-b69d-31eecdedb751 Date: Wed, 10 Oct 2018 17:01:56 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T17:01:56Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T17:01:56Z", "visibility": "public", "locations": [], "self": "/v2/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "min_disk": 0, "protected": false, "id": "f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "file": "/v2/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281/file", "checksum": null, "owner": "d00928b339b74d1eac5a92b45f495878", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 17:01:56,732 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-446e81df-56f3-4dd6-b69d-31eecdedb751 2018-10-10 17:01:56,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}101d727de8c59f6401cd9d894df06017f5df1f25" -d '' 2018-10-10 17:01:58,594 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ceac5393-6637-453b-97a4-7a4dbbe4b28f Date: Wed, 10 Oct 2018 17:01:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:01:58,595 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281/file used request id req-ceac5393-6637-453b-97a4-7a4dbbe4b28f 2018-10-10 17:01:58,595 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-1-net 2018-10-10 17:01:58,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:01:58,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:01:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97883f78-49ec-4df5-a1fb-943f12b8c3af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:01:58,602 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-97883f78-49ec-4df5-a1fb-943f12b8c3af 2018-10-10 17:01:58,603 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:01:58,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:01:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["8ZGuJCATRaqKCXrwNK0ijg"], "issued_at": "2018-10-10T17:01:58.000000Z"}} 2018-10-10 17:01:58,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2839d0db70b3968fa4b267d7b02c6a3d8028bd8a" -d '{"network": {"name": "sdnvpn-2-1-net", "admin_state_up": true}}' 2018-10-10 17:01:59,368 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-eae00c75-3cc4-4825-8377-99f57b049a54 Date: Wed, 10 Oct 2018 17:01:59 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6053a419-2441-4b76-a592-6beae45f8c2d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:01:59Z","is_default":false,"provider:segmentation_id":84,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:01:59Z","mtu":1450}} 2018-10-10 17:01:59,368 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-eae00c75-3cc4-4825-8377-99f57b049a54 2018-10-10 17:01:59,368 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-1a-subnet in network 6053a419-2441-4b76-a592-6beae45f8c2d with cidr 10.10.10.0/24 2018-10-10 17:01:59,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2839d0db70b3968fa4b267d7b02c6a3d8028bd8a" -d '{"subnets": [{"ip_version": 4, "network_id": "6053a419-2441-4b76-a592-6beae45f8c2d", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-1a-subnet"}]}' 2018-10-10 17:01:59,882 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-86888a96-4093-4df5-b2e0-856496e0dbfc Date: Wed, 10 Oct 2018 17:01:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6053a419-2441-4b76-a592-6beae45f8c2d","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:01:59Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T17:01:59Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"d00928b339b74d1eac5a92b45f495878","id":"fccae849-9df5-4fdd-a69b-68e6e774019c","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"}]} 2018-10-10 17:01:59,882 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-86888a96-4093-4df5-b2e0-856496e0dbfc 2018-10-10 17:01:59,883 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-2-net 2018-10-10 17:01:59,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2839d0db70b3968fa4b267d7b02c6a3d8028bd8a" -d '{"network": {"name": "sdnvpn-2-2-net", "admin_state_up": true}}' 2018-10-10 17:02:00,374 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-d374bad5-1f10-41de-b5bb-b90bd06b5faf Date: Wed, 10 Oct 2018 17:02:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"76cb9979-049a-4708-be69-355f8cbc0852","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:02:00Z","is_default":false,"provider:segmentation_id":56,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:02:00Z","mtu":1450}} 2018-10-10 17:02:00,374 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-d374bad5-1f10-41de-b5bb-b90bd06b5faf 2018-10-10 17:02:00,374 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-2b-subnet in network 76cb9979-049a-4708-be69-355f8cbc0852 with cidr 10.10.10.0/24 2018-10-10 17:02:00,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2839d0db70b3968fa4b267d7b02c6a3d8028bd8a" -d '{"subnets": [{"ip_version": 4, "network_id": "76cb9979-049a-4708-be69-355f8cbc0852", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-2b-subnet"}]}' 2018-10-10 17:02:00,996 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-771b31ae-9ec6-4b64-9d91-068cc91ab9fa Date: Wed, 10 Oct 2018 17:02:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76cb9979-049a-4708-be69-355f8cbc0852","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:02:00Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T17:02:00Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"d00928b339b74d1eac5a92b45f495878","id":"06f6218c-0ffd-4109-9c96-f06f96f8970e","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"}]} 2018-10-10 17:02:00,996 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-771b31ae-9ec6-4b64-9d91-068cc91ab9fa 2018-10-10 17:02:01,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2839d0db70b3968fa4b267d7b02c6a3d8028bd8a" 2018-10-10 17:02:01,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-9f37effb-25bc-4133-8ec0-06ea34ac5df8 Date: Wed, 10 Oct 2018 17:02:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:16Z", "updated_at": "2018-10-10T16:50:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "53bb9cee-d287-460c-81f4-cf667cd69062", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "abbec588-e284-4eaa-945e-020567df2594", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "ccee292e-a260-43c9-a873-3eb28dc6cc28", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "f01ba550-6535-45d2-9a50-4f8b1abf0865", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}], "revision_number": 4, "project_id": "9159c9580e42418192303fcbcaac7003", "id": "8544d859-73ec-498f-8301-e2235d177a01", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "updated_at": "2018-10-10T16:58:11Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-10T16:58:11Z", "revision_number": 0, "id": "6c2b90b6-dc32-4d6e-b1cd-8739c7f7d7f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:58:11Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 179, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8baf8790-daaa-4d31-86e3-28959d6b01fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8c55c9aa-ef19-4cd2-bd60-3588618c6584", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "a650f5c7-d120-467e-b30c-b8f77a459680", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "abbe640c-fd34-4bfe-9f4f-c2375ad75114", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "d0682f26-9774-4a15-bf12-ec653ac9efcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "db4b9bdb-cbf7-4b9a-a9a7-7d6a8cac30b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 7, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "90409ce8-77de-4088-be50-1e033812a399", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "updated_at": "2018-10-10T14:38:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "name": "default"}]} 2018-10-10 17:02:01,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-9f37effb-25bc-4133-8ec0-06ea34ac5df8 2018-10-10 17:02:01,205 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-10 17:02:01,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:02:01,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b7683a2-7419-4f94-92d4-1414a8b46a93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:02:01,212 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2b7683a2-7419-4f94-92d4-1414a8b46a93 2018-10-10 17:02:01,213 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:02:01,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:02:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["uz-z21s5SSmgIJ1r66M8Sw"], "issued_at": "2018-10-10T17:02:01.000000Z"}} 2018-10-10 17:02:01,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccb643f80a76b69ac2deabc5565c949417d9983" 2018-10-10 17:02:02,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-51aa1370-abc7-4719-9ec1-70dc3c7c8e99 x-compute-request-id: req-51aa1370-abc7-4719-9ec1-70dc3c7c8e99 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10172, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10173, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-10 17:02:02,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-51aa1370-abc7-4719-9ec1-70dc3c7c8e99 2018-10-10 17:02:02,165 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-10 17:02:02,165 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-2'... 2018-10-10 17:02:02,165 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-2 flavor=m1.tiny image=f16ad0d9-8fa7-4245-9fde-e3ae56ab3281 network=6053a419-2441-4b76-a592-6beae45f8c2d secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=10.10.10.12 files=None userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa 2018-10-10 17:02:02,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:02:02,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:02:02,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:02:02,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:02:02,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:02:02,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:02:02,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:02:02,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:02:02,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:02:02,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:02:02,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:02:02,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:02:02,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:02:02,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:02:02,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:02:02,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:02:02,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:02:02,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:02:02,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:02:02,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:02:02,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:02:02,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:02:02,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:02:02,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:02:02,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:02:02,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:02:02,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:02:02,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:02:02,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:02:02,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:02:02,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:02:02,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:02:02,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:02:02,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:02:02,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:02:02,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:02:02,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:02:02,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:02:02,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:02:02,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:02:02,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:02:02,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:02:02,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:02:02,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:02:02,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:02:02,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:02:02,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:02:02,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:02:02,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:02:02,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91b64f5a-3761-414f-adf0-2f132ad73e07 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:02:02,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-91b64f5a-3761-414f-adf0-2f132ad73e07 2018-10-10 17:02:02,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:02:02,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:02:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["YICIJ0tYTDi-TzxDAix6_g"], "issued_at": "2018-10-10T17:02:02.000000Z"}} 2018-10-10 17:02:02,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cdfa3438ea1c916c8a6105a5b0d981a0d14d2d4" 2018-10-10 17:02:02,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94f34dcb-1388-4e38-817b-0029d17726f7 x-compute-request-id: req-94f34dcb-1388-4e38-817b-0029d17726f7 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:02:02,730 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-94f34dcb-1388-4e38-817b-0029d17726f7 2018-10-10 17:02:02,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cdfa3438ea1c916c8a6105a5b0d981a0d14d2d4" 2018-10-10 17:02:02,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a644fbc-9da2-487c-87f4-96242970e0d7 x-compute-request-id: req-8a644fbc-9da2-487c-87f4-96242970e0d7 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:02:02,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-8a644fbc-9da2-487c-87f4-96242970e0d7 2018-10-10 17:02:02,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cdfa3438ea1c916c8a6105a5b0d981a0d14d2d4" -d '{"server": {"name": "sdnvpn-2-2", "imageRef": "f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCg==", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.10.12", "uuid": "6053a419-2441-4b76-a592-6beae45f8c2d"}], "config_drive": true}}' 2018-10-10 17:02:04,647 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:02:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ca587939-06aa-4220-a0c0-25bdb6743e0f x-compute-request-id: req-ca587939-06aa-4220-a0c0-25bdb6743e0f Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "76f53a3a-f162-4b86-a65a-fcaece73ded8", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8", "rel": "bookmark"}], "adminPass": "3Leh6ExuRDE7"}} 2018-10-10 17:02:04,647 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-ca587939-06aa-4220-a0c0-25bdb6743e0f 2018-10-10 17:02:04,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:02:04,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f34a4da5-04fc-4af5-8875-fa2ef717a3db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:02:04,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f34a4da5-04fc-4af5-8875-fa2ef717a3db 2018-10-10 17:02:04,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:02:05,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:02:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["rHKOVyDzQNKmPWdj2JD3nQ"], "issued_at": "2018-10-10T17:02:05.000000Z"}} 2018-10-10 17:02:05,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}247d0689c15917b7bced27908fabb3c5d900252f" 2018-10-10 17:02:05,397 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b68516d2-6809-4ccf-93aa-2b8e2d3a865a x-compute-request-id: req-b68516d2-6809-4ccf-93aa-2b8e2d3a865a 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.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8", "rel": "bookmark"}], "image": {"id": "f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "links": [{"href": "http://172.30.9.27:8774/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "76f53a3a-f162-4b86-a65a-fcaece73ded8", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:02:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-2", "created": "2018-10-10T17:02:04Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:02:05,397 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8 used request id req-b68516d2-6809-4ccf-93aa-2b8e2d3a865a 2018-10-10 17:02:08,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}247d0689c15917b7bced27908fabb3c5d900252f" 2018-10-10 17:02:09,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ccc027b9-69dd-4f85-99e4-2561b18c57b8 x-compute-request-id: req-ccc027b9-69dd-4f85-99e4-2561b18c57b8 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.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8", "rel": "bookmark"}], "image": {"id": "f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "links": [{"href": "http://172.30.9.27:8774/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "76f53a3a-f162-4b86-a65a-fcaece73ded8", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:02:07Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-10-10T17:02:04Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:02:09,166 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8 used request id req-ccc027b9-69dd-4f85-99e4-2561b18c57b8 2018-10-10 17:02:12,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}247d0689c15917b7bced27908fabb3c5d900252f" 2018-10-10 17:02:12,551 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02: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-6550724e-a09c-4795-87af-5429e1aa9860 x-compute-request-id: req-6550724e-a09c-4795-87af-5429e1aa9860 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:9b:37", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8", "rel": "bookmark"}], "image": {"id": "f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "links": [{"href": "http://172.30.9.27:8774/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-10-10T17:02:09.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "76f53a3a-f162-4b86-a65a-fcaece73ded8", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:02:11Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-10-10T17:02:04Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:02:12,552 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8 used request id req-6550724e-a09c-4795-87af-5429e1aa9860 2018-10-10 17:02:12,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cdfa3438ea1c916c8a6105a5b0d981a0d14d2d4" 2018-10-10 17:02:13,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02: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-2473abc3-319f-440c-80cf-1cf1ffe517aa x-compute-request-id: req-2473abc3-319f-440c-80cf-1cf1ffe517aa Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:9b:37", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8", "rel": "bookmark"}], "image": {"id": "f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "links": [{"href": "http://172.30.9.27:8774/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-10-10T17:02:09.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "76f53a3a-f162-4b86-a65a-fcaece73ded8", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:02:11Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-10-10T17:02:04Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:02:13,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8 used request id req-2473abc3-319f-440c-80cf-1cf1ffe517aa 2018-10-10 17:02:13,380 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-2' booted successfully. IP='10.10.10.12'. 2018-10-10 17:02:13,380 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-2' to security group 'sdnvpn-sg'... 2018-10-10 17:02:13,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccb643f80a76b69ac2deabc5565c949417d9983" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:02:14,549 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17: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 x-openstack-request-id: req-673a8ba4-263d-465a-b396-2c247d5ace9e x-compute-request-id: req-673a8ba4-263d-465a-b396-2c247d5ace9e Content-Length: 0 Content-Type: application/json 2018-10-10 17:02:14,550 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action used request id req-673a8ba4-263d-465a-b396-2c247d5ace9e 2018-10-10 17:02:14,550 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-4'... 2018-10-10 17:02:14,550 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-4 flavor=m1.tiny image=f16ad0d9-8fa7-4245-9fde-e3ae56ab3281 network=76cb9979-049a-4708-be69-355f8cbc0852 secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=10.10.10.12 files={'/home/cirros/id_rsa': "\x00\x00\x00\x07ssh-rsa\x00\x00\x00\x03\x01\x00\x01\x00\x00\x00\x82u\xadI/|\x02nu\xe9\xeb-\x06\xca\xb4\x8d\xbc\x8e\x07\x87\x8b1F\x03v\x0c\xecP{'\xc4T\x02\xb4\x00\xb0\xc0\x08=\xffk\xaa\xdcZ\x06P\x15\x16xvM\xb1>\xa3p\xafl\x08\xc1\x18\x89.;\xf4%\x02\xcd\xba\xf1q\xdf\x17h\x89J\xdf\xc1\xc4\t\xc0\xd5\x82X\x017\x03s_\xf5\x83|\xc7\xa3^\x92\xb3dn\xb5\xb3\xdf+PIM\xbd\x9d\x18\x0e\xa8Z\xa9\x91\xaa\xc4\x85xz6\xa5\xa8\xb8\xd8\xad\t(\x97-\xd1\xfbi\x00\x00\x00\x82\x01~\xcf\xd3E\x0c&\x0f\xfeS_\x87\xe7]\x1f3*1FMD\x1b\xd3\xa7n\xc7ha\x9bu\\\x05\x89\x92o\x12\xf4\xd4\xa8\x0eB3,;I\xe7\xa1\x18\xab\x94\xfc\\i\xcfG+dG|\xaf\x87\xfa\xdf\xdb[\xba\x1f\xcf\xf5\x87y\xbf\xde\xf9uz+\xe1\xff\xffu\xd4\xbelwp\x11\x124\x96\x80\x0f\xdd\xf6\xc0\xd0\xe6\x0e\x9a\xe3\x86o\xe5Y\xd0x]\x88Y\xa1\xb9o\x9a\xa6\x1d\x03\x84\xce\xfa\xc3\xa1Q\x1c\x8f\xeb\xc1R\xb8\x92\x11\x00\x00\x00B\x00\x9bu\xac\x13\t\xfa\xc2\xc3s\xdc\xa1\x88|\xff\xbd|\xa8\xdb%2CV1\xbd\xb6\xf6\x87^\x01\x0c\xad\xe0\x19\x8f\xc0T\xed\x04\xc7z \xb1}\x16\xb8|\xf1\xc9\xc2+7\x82\xba\x1a\xb2\x91\xfd\xf5\xc9a\x10\xaf\xe1\xb3'\x00\x00\x00B\x00\xc1\xc82D\xb1n\x00K5\xcc'p\x1f\x9a\x87\x1bC\x1c\xd81-l+\xc7\x08\x03\xc7F\x96s\xeaL\xdbL\n\xc1\xa9\xaaL\xe5\x9c\xfb\xdd\xd0qG\x05j\xaf\xd3\xf9\x17-\xfb\t\x10\x00\x80V\x8dZ4\x12\xb6\xef"} userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa #!/bin/sh set 10.10.10.11 while true; do for i do ip=$i hostname=$(ssh -y -i /home/cirros/.ssh/id_rsa cirros@$ip 'hostname' /dev/null) RES=$? if [ "Z$RES" = "Z0" ]; then echo $ip $hostname; else echo $ip 'not reachable';fi; done sleep 1 done 2018-10-10 17:02:14,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:02:14,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:02:14,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:02:14,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:02:14,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:02:14,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:02:14,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:02:14,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:02:14,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:02:14,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:02:14,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:02:14,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:02:14,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:02:14,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:02:14,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:02:14,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:02:14,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:02:14,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:02:14,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:02:14,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:02:14,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:02:14,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:02:14,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:02:14,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:02:14,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:02:14,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:02:14,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:02:14,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:02:14,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:02:14,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:02:14,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:02:14,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:02:14,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:02:14,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:02:14,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:02:14,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:02:14,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:02:14,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:02:14,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:02:14,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:02:14,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:02:14,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:02:14,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:02:14,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:02:14,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:02:14,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:02:14,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:02:14,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:02:14,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:02:14,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45d90ed0-c3ed-436d-8ce1-088304868642 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:02:14,568 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-45d90ed0-c3ed-436d-8ce1-088304868642 2018-10-10 17:02:14,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:02:15,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:02:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["xy_ilrH7Qbe31fzpwRLoDw"], "issued_at": "2018-10-10T17:02:15.000000Z"}} 2018-10-10 17:02:15,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cf0545484c5a8f84450b84274721ce0c3e7a7f" 2018-10-10 17:02:15,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6386538c-8fb7-408a-b62d-f490afb4e0f5 x-compute-request-id: req-6386538c-8fb7-408a-b62d-f490afb4e0f5 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:02:15,205 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-6386538c-8fb7-408a-b62d-f490afb4e0f5 2018-10-10 17:02:15,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cf0545484c5a8f84450b84274721ce0c3e7a7f" 2018-10-10 17:02:15,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e06a12b-6620-40af-9392-c2d08dece3ca x-compute-request-id: req-7e06a12b-6620-40af-9392-c2d08dece3ca Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:02:15,228 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-7e06a12b-6620-40af-9392-c2d08dece3ca 2018-10-10 17:02:15,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cf0545484c5a8f84450b84274721ce0c3e7a7f" -d '{"server": {"name": "sdnvpn-2-4", "imageRef": "f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "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": "76cb9979-049a-4708-be69-355f8cbc0852"}], "config_drive": true}}' 2018-10-10 17:02:17,611 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:02:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-66e22493-3e6d-4ef5-b1a3-3335330f013d x-compute-request-id: req-66e22493-3e6d-4ef5-b1a3-3335330f013d Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "491687db-76ea-4334-b071-d2de0c72be59", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/491687db-76ea-4334-b071-d2de0c72be59", "rel": "bookmark"}], "adminPass": "uyqj8Nc4f3oY"}} 2018-10-10 17:02:17,612 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-66e22493-3e6d-4ef5-b1a3-3335330f013d 2018-10-10 17:02:17,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:02:17,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2ffc7f4-fceb-4ba6-b739-0399a65acaac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:02:17,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f2ffc7f4-fceb-4ba6-b739-0399a65acaac 2018-10-10 17:02:17,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:02:17,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:02:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["ZlrFPrSgQzyoF6vay8Yo5w"], "issued_at": "2018-10-10T17:02:17.000000Z"}} 2018-10-10 17:02:18,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d123c6065f88847cc028d8b05af59d7d95e973f7" 2018-10-10 17:02:18,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed895159-496f-4a63-a388-910c7b3183e2 x-compute-request-id: req-ed895159-496f-4a63-a388-910c7b3183e2 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.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/491687db-76ea-4334-b071-d2de0c72be59", "rel": "bookmark"}], "image": {"id": "f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "links": [{"href": "http://172.30.9.27:8774/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "491687db-76ea-4334-b071-d2de0c72be59", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:02:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-4", "created": "2018-10-10T17:02:17Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:02:18,525 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59 used request id req-ed895159-496f-4a63-a388-910c7b3183e2 2018-10-10 17:02:21,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d123c6065f88847cc028d8b05af59d7d95e973f7" 2018-10-10 17:02:22,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81b46a84-1931-4838-a474-a5abcf9990bb x-compute-request-id: req-81b46a84-1931-4838-a474-a5abcf9990bb Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:bd:22", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/491687db-76ea-4334-b071-d2de0c72be59", "rel": "bookmark"}], "image": {"id": "f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "links": [{"href": "http://172.30.9.27:8774/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "491687db-76ea-4334-b071-d2de0c72be59", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:02:18Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-10-10T17:02:17Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:02:22,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59 used request id req-81b46a84-1931-4838-a474-a5abcf9990bb 2018-10-10 17:02:25,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d123c6065f88847cc028d8b05af59d7d95e973f7" 2018-10-10 17:02:25,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02: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-41cc2e27-d746-47d5-8e1f-a6311ed45ef8 x-compute-request-id: req-41cc2e27-d746-47d5-8e1f-a6311ed45ef8 Content-Encoding: gzip Content-Length: 780 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:95:bd:22", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/491687db-76ea-4334-b071-d2de0c72be59", "rel": "bookmark"}], "image": {"id": "f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "links": [{"href": "http://172.30.9.27:8774/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2018-10-10T17:02:20.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "491687db-76ea-4334-b071-d2de0c72be59", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:02:22Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-10-10T17:02:17Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:02:25,789 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59 used request id req-41cc2e27-d746-47d5-8e1f-a6311ed45ef8 2018-10-10 17:02:25,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cf0545484c5a8f84450b84274721ce0c3e7a7f" 2018-10-10 17:02:26,700 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02: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-1de45286-2d1a-4711-b0ca-f724f554e15b x-compute-request-id: req-1de45286-2d1a-4711-b0ca-f724f554e15b Content-Encoding: gzip Content-Length: 780 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:95:bd:22", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/491687db-76ea-4334-b071-d2de0c72be59", "rel": "bookmark"}], "image": {"id": "f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "links": [{"href": "http://172.30.9.27:8774/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2018-10-10T17:02:20.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "491687db-76ea-4334-b071-d2de0c72be59", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:02:22Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-10-10T17:02:17Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:02:26,700 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59 used request id req-1de45286-2d1a-4711-b0ca-f724f554e15b 2018-10-10 17:02:26,700 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-4' booted successfully. IP='10.10.10.12'. 2018-10-10 17:02:26,701 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-4' to security group 'sdnvpn-sg'... 2018-10-10 17:02:26,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccb643f80a76b69ac2deabc5565c949417d9983" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:02:28,148 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17: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 x-openstack-request-id: req-c0e97c63-748f-4f94-b791-7628f87fbf25 x-compute-request-id: req-c0e97c63-748f-4f94-b791-7628f87fbf25 Content-Length: 0 Content-Type: application/json 2018-10-10 17:02:28,148 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59/action used request id req-c0e97c63-748f-4f94-b791-7628f87fbf25 2018-10-10 17:02:28,149 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-1'... 2018-10-10 17:02:28,149 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-1 flavor=m1.tiny image=f16ad0d9-8fa7-4245-9fde-e3ae56ab3281 network=6053a419-2441-4b76-a592-6beae45f8c2d secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=10.10.10.11 files={'/home/cirros/id_rsa': "\x00\x00\x00\x07ssh-rsa\x00\x00\x00\x03\x01\x00\x01\x00\x00\x00\x82u\xadI/|\x02nu\xe9\xeb-\x06\xca\xb4\x8d\xbc\x8e\x07\x87\x8b1F\x03v\x0c\xecP{'\xc4T\x02\xb4\x00\xb0\xc0\x08=\xffk\xaa\xdcZ\x06P\x15\x16xvM\xb1>\xa3p\xafl\x08\xc1\x18\x89.;\xf4%\x02\xcd\xba\xf1q\xdf\x17h\x89J\xdf\xc1\xc4\t\xc0\xd5\x82X\x017\x03s_\xf5\x83|\xc7\xa3^\x92\xb3dn\xb5\xb3\xdf+PIM\xbd\x9d\x18\x0e\xa8Z\xa9\x91\xaa\xc4\x85xz6\xa5\xa8\xb8\xd8\xad\t(\x97-\xd1\xfbi\x00\x00\x00\x82\x01~\xcf\xd3E\x0c&\x0f\xfeS_\x87\xe7]\x1f3*1FMD\x1b\xd3\xa7n\xc7ha\x9bu\\\x05\x89\x92o\x12\xf4\xd4\xa8\x0eB3,;I\xe7\xa1\x18\xab\x94\xfc\\i\xcfG+dG|\xaf\x87\xfa\xdf\xdb[\xba\x1f\xcf\xf5\x87y\xbf\xde\xf9uz+\xe1\xff\xffu\xd4\xbelwp\x11\x124\x96\x80\x0f\xdd\xf6\xc0\xd0\xe6\x0e\x9a\xe3\x86o\xe5Y\xd0x]\x88Y\xa1\xb9o\x9a\xa6\x1d\x03\x84\xce\xfa\xc3\xa1Q\x1c\x8f\xeb\xc1R\xb8\x92\x11\x00\x00\x00B\x00\x9bu\xac\x13\t\xfa\xc2\xc3s\xdc\xa1\x88|\xff\xbd|\xa8\xdb%2CV1\xbd\xb6\xf6\x87^\x01\x0c\xad\xe0\x19\x8f\xc0T\xed\x04\xc7z \xb1}\x16\xb8|\xf1\xc9\xc2+7\x82\xba\x1a\xb2\x91\xfd\xf5\xc9a\x10\xaf\xe1\xb3'\x00\x00\x00B\x00\xc1\xc82D\xb1n\x00K5\xcc'p\x1f\x9a\x87\x1bC\x1c\xd81-l+\xc7\x08\x03\xc7F\x96s\xeaL\xdbL\n\xc1\xa9\xaaL\xe5\x9c\xfb\xdd\xd0qG\x05j\xaf\xd3\xf9\x17-\xfb\t\x10\x00\x80V\x8dZ4\x12\xb6\xef"} userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa #!/bin/sh set 10.10.10.12 10.10.10.12 while true; do for i do ip=$i hostname=$(ssh -y -i /home/cirros/.ssh/id_rsa cirros@$ip 'hostname' /dev/null) RES=$? if [ "Z$RES" = "Z0" ]; then echo $ip $hostname; else echo $ip 'not reachable';fi; done sleep 1 done 2018-10-10 17:02:28,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:02:28,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:02:28,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:02:28,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:02:28,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:02:28,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:02:28,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:02:28,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:02:28,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:02:28,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:02:28,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:02:28,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:02:28,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:02:28,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:02:28,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:02:28,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:02:28,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:02:28,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:02:28,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:02:28,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:02:28,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:02:28,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:02:28,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:02:28,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:02:28,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:02:28,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:02:28,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:02:28,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:02:28,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:02:28,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:02:28,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:02:28,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:02:28,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:02:28,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:02:28,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:02:28,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:02:28,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:02:28,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:02:28,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:02:28,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:02:28,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:02:28,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:02:28,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:02:28,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:02:28,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:02:28,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:02:28,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:02:28,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:02:28,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:02:28,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f684749-690c-4dd2-a37e-61292f6de774 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:02:28,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5f684749-690c-4dd2-a37e-61292f6de774 2018-10-10 17:02:28,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:02:28,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:02:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["mRGktiUwSuOLufw1tTvgnA"], "issued_at": "2018-10-10T17:02:28.000000Z"}} 2018-10-10 17:02:28,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd3f42730df4709957ad6422bfa6743d8e2a5da" 2018-10-10 17:02:28,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f235b5f-785c-4f9e-89a7-73641df2ba21 x-compute-request-id: req-4f235b5f-785c-4f9e-89a7-73641df2ba21 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:02:28,730 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4f235b5f-785c-4f9e-89a7-73641df2ba21 2018-10-10 17:02:28,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd3f42730df4709957ad6422bfa6743d8e2a5da" 2018-10-10 17:02:28,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-077cfcf8-e35b-43b4-8a2b-69a09cd49f1c x-compute-request-id: req-077cfcf8-e35b-43b4-8a2b-69a09cd49f1c Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:02:28,752 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-077cfcf8-e35b-43b4-8a2b-69a09cd49f1c 2018-10-10 17:02:28,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd3f42730df4709957ad6422bfa6743d8e2a5da" -d '{"server": {"name": "sdnvpn-2-1", "imageRef": "f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "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": "6053a419-2441-4b76-a592-6beae45f8c2d"}], "config_drive": true}}' 2018-10-10 17:02:30,564 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:02:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-409a6af6-738a-48bd-8720-0eb5e7806ee7 x-compute-request-id: req-409a6af6-738a-48bd-8720-0eb5e7806ee7 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "66da4c26-6eae-45e4-a283-786712186b88", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/66da4c26-6eae-45e4-a283-786712186b88", "rel": "bookmark"}], "adminPass": "RmD2Rzwe8fX9"}} 2018-10-10 17:02:30,564 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-409a6af6-738a-48bd-8720-0eb5e7806ee7 2018-10-10 17:02:30,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:02:30,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16b46327-1b98-4e9e-b798-d36df6c54013 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:02:30,573 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-16b46327-1b98-4e9e-b798-d36df6c54013 2018-10-10 17:02:30,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:02:30,948 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:02:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["G6pcHn6dRRSZj5WABJbj8g"], "issued_at": "2018-10-10T17:02:30.000000Z"}} 2018-10-10 17:02:30,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f203525ce23caf361e963d051411ba7b08dec16" 2018-10-10 17:02:31,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-f89b2661-e949-4986-828e-3edf0e5f0ee1 x-compute-request-id: req-f89b2661-e949-4986-828e-3edf0e5f0ee1 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.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/66da4c26-6eae-45e4-a283-786712186b88", "rel": "bookmark"}], "image": {"id": "f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "links": [{"href": "http://172.30.9.27:8774/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "66da4c26-6eae-45e4-a283-786712186b88", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:02:30Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-1", "created": "2018-10-10T17:02:30Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:02:31,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88 used request id req-f89b2661-e949-4986-828e-3edf0e5f0ee1 2018-10-10 17:02:34,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f203525ce23caf361e963d051411ba7b08dec16" 2018-10-10 17:02:35,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-8c9d4646-ec90-4707-b96b-735b50060e5c x-compute-request-id: req-8c9d4646-ec90-4707-b96b-735b50060e5c Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:37:55", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/66da4c26-6eae-45e4-a283-786712186b88", "rel": "bookmark"}], "image": {"id": "f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "links": [{"href": "http://172.30.9.27:8774/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "66da4c26-6eae-45e4-a283-786712186b88", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:02:31Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-10-10T17:02:30Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:02:35,062 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88 used request id req-8c9d4646-ec90-4707-b96b-735b50060e5c 2018-10-10 17:02:38,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f203525ce23caf361e963d051411ba7b08dec16" 2018-10-10 17:02:38,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-6f737449-6b04-4ac6-baf1-0a73fa591286 x-compute-request-id: req-6f737449-6b04-4ac6-baf1-0a73fa591286 Content-Encoding: gzip Content-Length: 780 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:69:37:55", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/66da4c26-6eae-45e4-a283-786712186b88", "rel": "bookmark"}], "image": {"id": "f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "links": [{"href": "http://172.30.9.27:8774/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-10-10T17:02:33.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "66da4c26-6eae-45e4-a283-786712186b88", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:02:35Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-10-10T17:02:30Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:02:38,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88 used request id req-6f737449-6b04-4ac6-baf1-0a73fa591286 2018-10-10 17:02:38,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd3f42730df4709957ad6422bfa6743d8e2a5da" 2018-10-10 17:02:39,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-64459e9e-5efa-4766-8c79-53534039dab9 x-compute-request-id: req-64459e9e-5efa-4766-8c79-53534039dab9 Content-Encoding: gzip Content-Length: 780 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:69:37:55", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/66da4c26-6eae-45e4-a283-786712186b88", "rel": "bookmark"}], "image": {"id": "f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "links": [{"href": "http://172.30.9.27:8774/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-10-10T17:02:33.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "66da4c26-6eae-45e4-a283-786712186b88", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:02:35Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-10-10T17:02:30Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:02:39,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88 used request id req-64459e9e-5efa-4766-8c79-53534039dab9 2018-10-10 17:02:39,442 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-1' booted successfully. IP='10.10.10.11'. 2018-10-10 17:02:39,443 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-1' to security group 'sdnvpn-sg'... 2018-10-10 17:02:39,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccb643f80a76b69ac2deabc5565c949417d9983" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:02:40,796 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:02:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d3d2f33c-1a7a-4c9d-80f1-a2ddcd950de9 x-compute-request-id: req-d3d2f33c-1a7a-4c9d-80f1-a2ddcd950de9 Content-Length: 0 Content-Type: application/json 2018-10-10 17:02:40,796 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88/action used request id req-d3d2f33c-1a7a-4c9d-80f1-a2ddcd950de9 2018-10-10 17:02:40,797 - sdnvpn-results - INFO - Create VPN1 with eRT=iRT 2018-10-10 17:02:40,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2839d0db70b3968fa4b267d7b02c6a3d8028bd8a" -d '{"bgpvpn": {"route_targets": "55:55", "import_targets": "55:55", "export_targets": "55:55", "name": "sdnvpn-1-853630", "route_distinguishers": "111:111"}}' 2018-10-10 17:02:41,143 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-a8f87227-ec15-4b45-9c6f-88c2ee80763a Date: Wed, 10 Oct 2018 17:02:41 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "f6dec439-d5a0-4884-8a42-e55634ff8adb", "name": "sdnvpn-1-853630", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "import_targets": ["55:55"], "networks": [], "route_targets": ["55:55"], "project_id": "d00928b339b74d1eac5a92b45f495878", "type": "l3"}} 2018-10-10 17:02:41,143 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns used request id req-a8f87227-ec15-4b45-9c6f-88c2ee80763a 2018-10-10 17:02:41,144 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-853630', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'd00928b339b74d1eac5a92b45f495878', u'route_targets': [u'55:55'], u'project_id': u'd00928b339b74d1eac5a92b45f495878', u'type': u'l3', u'id': u'f6dec439-d5a0-4884-8a42-e55634ff8adb'}} 2018-10-10 17:02:41,144 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-1-net' to the VPN. 2018-10-10 17:02:41,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/f6dec439-d5a0-4884-8a42-e55634ff8adb/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2839d0db70b3968fa4b267d7b02c6a3d8028bd8a" -d '{"network_association": {"network_id": "6053a419-2441-4b76-a592-6beae45f8c2d"}}' 2018-10-10 17:02:41,645 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-c1f95684-cd85-4330-8382-fae07a8c38b4 Date: Wed, 10 Oct 2018 17:02:41 GMT RESP BODY: {"network_association": {"network_id": "6053a419-2441-4b76-a592-6beae45f8c2d", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "39f92553-eb66-41c7-ad0d-4392a9fa8298"}} 2018-10-10 17:02:41,645 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/f6dec439-d5a0-4884-8a42-e55634ff8adb/network_associations used request id req-c1f95684-cd85-4330-8382-fae07a8c38b4 2018-10-10 17:02:41,645 - sdnvpn_test_utils - INFO - Waiting for instance 76f53a3a-f162-4b86-a65a-fcaece73ded8 to boot up 2018-10-10 17:02:41,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cdfa3438ea1c916c8a6105a5b0d981a0d14d2d4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:02:42,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02: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-92aa8494-4ff4-4744-9633-28788d5b606a x-compute-request-id: req-92aa8494-4ff4-4744-9633-28788d5b606a Content-Encoding: gzip Content-Length: 10245 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503880557 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.177045] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179441] pid_max: default: 32768 minimum: 301\n[ 0.180755] ACPI: Core revision 20150930\n[ 0.182477] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184365] Security Framework initialized\n[ 0.185840] Yama: becoming mindful.\n[ 0.186896] AppArmor: AppArmor initialized\n[ 0.188039] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189345] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.190598] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191796] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.193177] Initializing cgroup subsys io\n[ 0.193980] Initializing cgroup subsys memory\n[ 0.194825] Initializing cgroup subsys devices\n[ 0.195691] Initializing cgroup subsys freezer\n[ 0.196548] Initializing cgroup subsys net_cls\n[ 0.197403] Initializing cgroup subsys perf_event\n[ 0.198298] Initializing cgroup subsys net_prio\n[ 0.199169] Initializing cgroup subsys hugetlb\n[ 0.200029] Initializing cgroup subsys pids\n[ 0.200894] CPU: Physical Processor ID: 0\n[ 0.202373] mce: CPU supports 10 MCE banks\n[ 0.203215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.204207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.215123] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.221685] ftrace: allocating 31920 entries in 125 pages\n[ 0.248941] smpboot: Max logical packages: 1\n[ 0.249801] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.251138] x2apic enabled\n[ 0.251951] Switched APIC routing to physical x2apic.\n[ 0.253682] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.254787] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.256752] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.258543] KVM setup paravirtual spinlock\n[ 0.259863] x86: Booted up 1 node, 1 CPUs\n[ 0.260653] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262029] devtmpfs: initialized\n[ 0.263739] evm: security.selinux\n[ 0.264432] evm: security.SMACK64\n[ 0.265114] evm: security.SMACK64EXEC\n[ 0.265849] evm: security.SMACK64TRANSMUTE\n[ 0.266641] evm: security.SMACK64MMAP\n[ 0.267377] evm: security.ima\n[ 0.268014] evm: security.capability\n[ 0.268811] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270631] pinctrl core: initialized pinctrl subsystem\n[ 0.271728] RTC time: 17:02:09, date: 10/10/18\n[ 0.272667] NET: Registered protocol family 16\n[ 0.273630] cpuidle: using governor ladder\n[ 0.274437] cpuidle: using governor menu\n[ 0.275258] PCCT header not found.\n[ 0.276087] ACPI: bus type PCI registered\n[ 0.276911] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.278201] PCI: Using configuration type 1 for base access\n[ 0.279998] ACPI: Added _OSI(Module Device)\n[ 0.280874] ACPI: Added _OSI(Processor Device)\n[ 0.281867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.282898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285184] ACPI: Interpreter enabled\n[ 0.285945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.291414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.293230] ACPI: (supports S0 S5)\n[ 0.294013] ACPI: Using IOAPIC for interrupt routing\n[ 0.294953] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.298036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.299158] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.300369] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.301542] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.303729] acpiphp: Slot [3] registered\n[ 0.304515] acpiphp: Slot [4] registered\n[ 0.305302] acpiphp: Slot [5] registered\n[ 0.306089] acpiphp: Slot [6] registered\n[ 0.306871] acpiphp: Slot [7] registered\n[ 0.307658] acpiphp: Slot [8] registered\n[ 0.308447] acpiphp: Slot [9] registered\n[ 0.309234] acpiphp: Slot [10] registered\n[ 0.310038] acpiphp: Slot [11] registered\n[ 0.310839] acpiphp: Slot [12] registered\n[ 0.311711] acpiphp: Slot [13] registered\n[ 0.312518] acpiphp: Slot [14] registered\n[ 0.313320] acpiphp: Slot [15] registered\n[ 0.324153] acpiphp: Slot [16] registered\n[ 0.324964] acpiphp: Slot [17] registered\n[ 0.325764] acpiphp: Slot [18] registered\n[ 0.326557] acpiphp: Slot [19] registered\n[ 0.327353] acpiphp: Slot [20] registered\n[ 0.328159] acpiphp: Slot [21] registered\n[ 0.328958] acpiphp: Slot [22] registered\n[ 0.329758] acpiphp: Slot [23] registered\n[ 0.330553] acpiphp: Slot [24] registered\n[ 0.331360] acpiphp: Slot [25] registered\n[ 0.332165] acpiphp: Slot [26] registered\n[ 0.332963] acpiphp: Slot [27] registered\n[ 0.333763] acpiphp: Slot [28] registered\n[ 0.334560] acpiphp: Slot [29] registered\n[ 0.335363] acpiphp: Slot [30] registered\n[ 0.336169] acpiphp: Slot [31] registered\n[ 0.336964] PCI host bridge to bus 0000:00\n[ 0.337759] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.338947] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.340137] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.341620] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.343069] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.349336] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.350607] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.351769] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.353014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.359920] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361331] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.410388] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413388] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.414796] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416173] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417916] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419083] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.421650] vgaarb: loaded\n[ 0.422246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.423379] SCSI subsystem initialized\n[ 0.424198] ACPI: bus type USB registered\n[ 0.425009] usbcore: registered new interface driver usbfs\n[ 0.426023] usbcore: registered new interface driver hub\n[ 0.427011] usbcore: registered new device driver usb\n[ 0.428045] PCI: Using ACPI for IRQ routing\n[ 0.429077] NetLabel: Initializing\n[ 0.429777] NetLabel: domain hash size = 128\n[ 0.430618] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.431553] NetLabel: unlabeled traffic allowed by default\n[ 0.432685] clocksource: Switched to clocksource kvm-clock\n[ 0.438386] AppArmor: AppArmor Filesystem Enabled\n[ 0.439396] pnp: PnP ACPI init\n[ 0.440337] pnp: PnP ACPI: found 5 devices\n[ 0.446780] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448631] NET: Registered protocol family 2\n[ 0.449590] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.450848] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.451998] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.453152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454214] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.455359] NET: Registered protocol family 1\n[ 0.456221] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.457434] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458544] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472573] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487192] Trying to unpack rootfs image as initramfs...\n[ 0.537590] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551727] Scanning for low memory corruption every 60 seconds\n[ 0.553057] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554196] audit: initializing netlink subsys (disabled)\n[ 0.555206] audit: type=2000 audit(1539190930.593:1): initialized\n[ 0.556558] Initialise system trusted keyring\n[ 0.557657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.559031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561199] zbud: loaded\n[ 0.561997] VFS: Disk quotas dquot_6.6.0\n[ 0.562953] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564712] fuse init (API version 7.23)\n[ 0.565741] Key type big_key registered\n[ 0.566671] Allocating IMA MOK and blacklist keyrings.\n[ 0.568363] Key type asymmetric registered\n[ 0.569347] Asymmetric key parser 'x509' registered\n[ 0.570463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572172] io scheduler noop registered\n[ 0.573109] io scheduler deadline registered (default)\n[ 0.574270] io scheduler cfq registered\n[ 0.575235] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.577771] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.579216] ACPI: Power Button [PWRF]\n[ 0.580040] GHES: HEST is not enabled!\n[ 0.593829] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624794] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.627399] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.651906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.654073] Linux agpgart interface v0.103\n[ 0.656199] brd: module loaded\n[ 0.657484] loop: module loaded\n[ 0.661738] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.663212] GPT:90111 != 2097151\n[ 0.663889] GPT:Alternate GPT header not at the end of the disk.\n[ 0.664985] GPT:90111 != 2097151\n[ 0.665657] GPT: Use GNU Parted to correct GPT errors.\n[ 0.666646] vda: vda1 vda15\n[ 0.668184] scsi host0: ata_piix\n[ 0.668935] scsi host1: ata_piix\n[ 0.669650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.670928] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.672420] libphy: Fixed MDIO Bus: probed\n[ 0.673246] tun: Universal TUN/TAP device driver, 1.6\n[ 0.674187] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.676447] PPP generic driver version 2.4.2\n[ 0.677376] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.678658] ehci-pci: EHCI PCI platform driver\n[ 0.679545] ehci-platform: EHCI generic platform driver\n[ 0.680548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.681707] ohci-pci: OHCI PCI platform driver\n[ 0.682586] ohci-platform: OHCI generic platform driver\n[ 0.683593] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.698049] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.699082] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.700559] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.701616] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.702763] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.704003] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.705468] usb usb1: Product: UHCI Host Controller\n[ 0.706424] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.707600] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.708624] hub 1-0:1.0: USB hub found\n[ 0.709433] hub 1-0:1.0: 2 ports detected\n[ 0.710361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.712502] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.713499] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.714561] mousedev: PS/2 mouse device common for all mice\n[ 0.715855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.717841] rtc_cmos 00:00: RTC can wake from S4\n[ 0.718958] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.720212] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.721451] i2c /dev entries driver\n[ 0.722246] device-mapper: uevent: version 1.0.3\n[ 0.723225] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.724902] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.726319] NET: Registered protocol family 10\n[ 0.727538] NET: Registered protocol family 17\n[ 0.728604] Key type dns_resolver registered\n[ 0.729759] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.731053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.733324] registered taskstats version 1\n[ 0.734345] Loading compiled-in X.509 certificates\n[ 0.736003] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.738367] zswap: loaded using pool lzo/zbud\n[ 0.740109] Key type trusted registered\n[ 0.742134] Key type encrypted registered\n[ 0.743197] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.744385] ima: No TPM chip found, activating TPM-bypass!\n[ 0.745630] evm: HMAC attrs: 0x1\n[ 0.746760] Magic number: 6:540:36\n[ 0.747597] bdi 7:1: hash matches\n[ 0.748297] misc loop-control: hash matches\n[ 0.749239] rtc_cmos 00:00: setting system clock to 2018-10-10 17:02:10 UTC (1539190930)\n[ 0.750834] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.751929] EDD information not available.\n[ 0.825235] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.836855] ata1.00: configured for MWDMA2\n[ 0.838050] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.840263] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.841503] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.842772] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.844625] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.846185] Write protecting the kernel read-only data: 14336k\n[ 0.847759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849577] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.906556] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3rSTnojeQOqSIzmAqtqe5Jc/le3xUXsqrUBlnVwcvNPdA4NUgoTY4zdjFLXRxrtJfOJQsiaWm+kichGQzy49OSEYLssksVGzStYwC/AapBEbzGsSwappSz7dR5ZhP2aA/LARfnvHTk//T5ZHI5PHWNOgc7LHM7M3aPil+HLIHlehJ0v6CkVVIccugvwFy4iaX6r6TPQCxv7C7Tg7CJiJl/GqsUIqC+bQjAJAv9AMVGmowUoV2+QKqHQkB1RZ7biY2JTwY5nwKqgEef0oO3jPlfH7ZLwogdQts9xSzeIw3A/fHpp8C6kFN/UJE0bMcbFzh/cmIX65DCM/BVtlclInT root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALaYG06kr1+LxN69gQIIK3yt6E8QRMX1soV8LME3Ona4SCGgQ0yiB2qsOeuG1KrOV7wo3+8G3HyS+rqhF3pt+gBSh2XhaPKAr3juIGaMMxpieof9qs1lC6CWzfPSI9AN/GBMgAE1S91QaPfo1jmxQhhuVnUBH+/f7dMUGsNxljMBAAAAFQDBg2qQJLaB3XYr3mYYJ+8/5qIJyQAAAIB61bX8Z/THUtGiL5nSxg0fODSvMTPhSDHmt/sCTlrCmcaAZRuOsmu5ZGMOGDVNuycOoKrJ0yxqOGXrD9kFIkF2dMp1fs2JgKBn+yKHeHc8wseK4IeE+QhNM2vgnTEbzPk4d5ZKYA9BkbcF2H1gwn13qo88xBv3Hv6dmTwsir9XsAAAAIAPa1TPT5mYKCZmvvPejhd8Osxtgy5Rdpj2jdHQ49sq5PJU7G1CeH86msiybtl/XU+1vnKWyMSZnvAGQ+w7lR4DNsxWOdS1lJoyex+cgadOsbaBGD1DEHtG6yW9g5+BZDrRomaIDu+VEN87kmCTbWGjcLa/89gI5POpDOx/yvV74Q== 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:fe08:9b37/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: 76f53a3a-f162-4b86-a65a-fcaece73ded8\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.77 ===\n/dev/root resized successfully [took 3.05s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:08:9B:37 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:9b37/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2437 (2.3 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:02:42,717 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action used request id req-92aa8494-4ff4-4744-9633-28788d5b606a 2018-10-10 17:02:44,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cdfa3438ea1c916c8a6105a5b0d981a0d14d2d4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:02:45,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02: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-1cad2854-5408-40a3-841c-9139d5622037 x-compute-request-id: req-1cad2854-5408-40a3-841c-9139d5622037 Content-Encoding: gzip Content-Length: 10245 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503880557 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.177045] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179441] pid_max: default: 32768 minimum: 301\n[ 0.180755] ACPI: Core revision 20150930\n[ 0.182477] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184365] Security Framework initialized\n[ 0.185840] Yama: becoming mindful.\n[ 0.186896] AppArmor: AppArmor initialized\n[ 0.188039] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189345] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.190598] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191796] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.193177] Initializing cgroup subsys io\n[ 0.193980] Initializing cgroup subsys memory\n[ 0.194825] Initializing cgroup subsys devices\n[ 0.195691] Initializing cgroup subsys freezer\n[ 0.196548] Initializing cgroup subsys net_cls\n[ 0.197403] Initializing cgroup subsys perf_event\n[ 0.198298] Initializing cgroup subsys net_prio\n[ 0.199169] Initializing cgroup subsys hugetlb\n[ 0.200029] Initializing cgroup subsys pids\n[ 0.200894] CPU: Physical Processor ID: 0\n[ 0.202373] mce: CPU supports 10 MCE banks\n[ 0.203215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.204207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.215123] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.221685] ftrace: allocating 31920 entries in 125 pages\n[ 0.248941] smpboot: Max logical packages: 1\n[ 0.249801] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.251138] x2apic enabled\n[ 0.251951] Switched APIC routing to physical x2apic.\n[ 0.253682] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.254787] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.256752] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.258543] KVM setup paravirtual spinlock\n[ 0.259863] x86: Booted up 1 node, 1 CPUs\n[ 0.260653] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262029] devtmpfs: initialized\n[ 0.263739] evm: security.selinux\n[ 0.264432] evm: security.SMACK64\n[ 0.265114] evm: security.SMACK64EXEC\n[ 0.265849] evm: security.SMACK64TRANSMUTE\n[ 0.266641] evm: security.SMACK64MMAP\n[ 0.267377] evm: security.ima\n[ 0.268014] evm: security.capability\n[ 0.268811] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270631] pinctrl core: initialized pinctrl subsystem\n[ 0.271728] RTC time: 17:02:09, date: 10/10/18\n[ 0.272667] NET: Registered protocol family 16\n[ 0.273630] cpuidle: using governor ladder\n[ 0.274437] cpuidle: using governor menu\n[ 0.275258] PCCT header not found.\n[ 0.276087] ACPI: bus type PCI registered\n[ 0.276911] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.278201] PCI: Using configuration type 1 for base access\n[ 0.279998] ACPI: Added _OSI(Module Device)\n[ 0.280874] ACPI: Added _OSI(Processor Device)\n[ 0.281867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.282898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285184] ACPI: Interpreter enabled\n[ 0.285945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.291414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.293230] ACPI: (supports S0 S5)\n[ 0.294013] ACPI: Using IOAPIC for interrupt routing\n[ 0.294953] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.298036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.299158] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.300369] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.301542] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.303729] acpiphp: Slot [3] registered\n[ 0.304515] acpiphp: Slot [4] registered\n[ 0.305302] acpiphp: Slot [5] registered\n[ 0.306089] acpiphp: Slot [6] registered\n[ 0.306871] acpiphp: Slot [7] registered\n[ 0.307658] acpiphp: Slot [8] registered\n[ 0.308447] acpiphp: Slot [9] registered\n[ 0.309234] acpiphp: Slot [10] registered\n[ 0.310038] acpiphp: Slot [11] registered\n[ 0.310839] acpiphp: Slot [12] registered\n[ 0.311711] acpiphp: Slot [13] registered\n[ 0.312518] acpiphp: Slot [14] registered\n[ 0.313320] acpiphp: Slot [15] registered\n[ 0.324153] acpiphp: Slot [16] registered\n[ 0.324964] acpiphp: Slot [17] registered\n[ 0.325764] acpiphp: Slot [18] registered\n[ 0.326557] acpiphp: Slot [19] registered\n[ 0.327353] acpiphp: Slot [20] registered\n[ 0.328159] acpiphp: Slot [21] registered\n[ 0.328958] acpiphp: Slot [22] registered\n[ 0.329758] acpiphp: Slot [23] registered\n[ 0.330553] acpiphp: Slot [24] registered\n[ 0.331360] acpiphp: Slot [25] registered\n[ 0.332165] acpiphp: Slot [26] registered\n[ 0.332963] acpiphp: Slot [27] registered\n[ 0.333763] acpiphp: Slot [28] registered\n[ 0.334560] acpiphp: Slot [29] registered\n[ 0.335363] acpiphp: Slot [30] registered\n[ 0.336169] acpiphp: Slot [31] registered\n[ 0.336964] PCI host bridge to bus 0000:00\n[ 0.337759] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.338947] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.340137] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.341620] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.343069] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.349336] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.350607] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.351769] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.353014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.359920] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361331] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.410388] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413388] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.414796] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416173] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417916] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419083] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.421650] vgaarb: loaded\n[ 0.422246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.423379] SCSI subsystem initialized\n[ 0.424198] ACPI: bus type USB registered\n[ 0.425009] usbcore: registered new interface driver usbfs\n[ 0.426023] usbcore: registered new interface driver hub\n[ 0.427011] usbcore: registered new device driver usb\n[ 0.428045] PCI: Using ACPI for IRQ routing\n[ 0.429077] NetLabel: Initializing\n[ 0.429777] NetLabel: domain hash size = 128\n[ 0.430618] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.431553] NetLabel: unlabeled traffic allowed by default\n[ 0.432685] clocksource: Switched to clocksource kvm-clock\n[ 0.438386] AppArmor: AppArmor Filesystem Enabled\n[ 0.439396] pnp: PnP ACPI init\n[ 0.440337] pnp: PnP ACPI: found 5 devices\n[ 0.446780] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448631] NET: Registered protocol family 2\n[ 0.449590] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.450848] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.451998] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.453152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454214] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.455359] NET: Registered protocol family 1\n[ 0.456221] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.457434] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458544] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472573] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487192] Trying to unpack rootfs image as initramfs...\n[ 0.537590] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551727] Scanning for low memory corruption every 60 seconds\n[ 0.553057] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554196] audit: initializing netlink subsys (disabled)\n[ 0.555206] audit: type=2000 audit(1539190930.593:1): initialized\n[ 0.556558] Initialise system trusted keyring\n[ 0.557657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.559031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561199] zbud: loaded\n[ 0.561997] VFS: Disk quotas dquot_6.6.0\n[ 0.562953] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564712] fuse init (API version 7.23)\n[ 0.565741] Key type big_key registered\n[ 0.566671] Allocating IMA MOK and blacklist keyrings.\n[ 0.568363] Key type asymmetric registered\n[ 0.569347] Asymmetric key parser 'x509' registered\n[ 0.570463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572172] io scheduler noop registered\n[ 0.573109] io scheduler deadline registered (default)\n[ 0.574270] io scheduler cfq registered\n[ 0.575235] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.577771] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.579216] ACPI: Power Button [PWRF]\n[ 0.580040] GHES: HEST is not enabled!\n[ 0.593829] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624794] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.627399] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.651906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.654073] Linux agpgart interface v0.103\n[ 0.656199] brd: module loaded\n[ 0.657484] loop: module loaded\n[ 0.661738] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.663212] GPT:90111 != 2097151\n[ 0.663889] GPT:Alternate GPT header not at the end of the disk.\n[ 0.664985] GPT:90111 != 2097151\n[ 0.665657] GPT: Use GNU Parted to correct GPT errors.\n[ 0.666646] vda: vda1 vda15\n[ 0.668184] scsi host0: ata_piix\n[ 0.668935] scsi host1: ata_piix\n[ 0.669650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.670928] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.672420] libphy: Fixed MDIO Bus: probed\n[ 0.673246] tun: Universal TUN/TAP device driver, 1.6\n[ 0.674187] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.676447] PPP generic driver version 2.4.2\n[ 0.677376] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.678658] ehci-pci: EHCI PCI platform driver\n[ 0.679545] ehci-platform: EHCI generic platform driver\n[ 0.680548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.681707] ohci-pci: OHCI PCI platform driver\n[ 0.682586] ohci-platform: OHCI generic platform driver\n[ 0.683593] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.698049] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.699082] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.700559] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.701616] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.702763] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.704003] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.705468] usb usb1: Product: UHCI Host Controller\n[ 0.706424] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.707600] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.708624] hub 1-0:1.0: USB hub found\n[ 0.709433] hub 1-0:1.0: 2 ports detected\n[ 0.710361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.712502] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.713499] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.714561] mousedev: PS/2 mouse device common for all mice\n[ 0.715855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.717841] rtc_cmos 00:00: RTC can wake from S4\n[ 0.718958] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.720212] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.721451] i2c /dev entries driver\n[ 0.722246] device-mapper: uevent: version 1.0.3\n[ 0.723225] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.724902] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.726319] NET: Registered protocol family 10\n[ 0.727538] NET: Registered protocol family 17\n[ 0.728604] Key type dns_resolver registered\n[ 0.729759] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.731053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.733324] registered taskstats version 1\n[ 0.734345] Loading compiled-in X.509 certificates\n[ 0.736003] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.738367] zswap: loaded using pool lzo/zbud\n[ 0.740109] Key type trusted registered\n[ 0.742134] Key type encrypted registered\n[ 0.743197] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.744385] ima: No TPM chip found, activating TPM-bypass!\n[ 0.745630] evm: HMAC attrs: 0x1\n[ 0.746760] Magic number: 6:540:36\n[ 0.747597] bdi 7:1: hash matches\n[ 0.748297] misc loop-control: hash matches\n[ 0.749239] rtc_cmos 00:00: setting system clock to 2018-10-10 17:02:10 UTC (1539190930)\n[ 0.750834] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.751929] EDD information not available.\n[ 0.825235] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.836855] ata1.00: configured for MWDMA2\n[ 0.838050] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.840263] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.841503] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.842772] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.844625] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.846185] Write protecting the kernel read-only data: 14336k\n[ 0.847759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849577] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.906556] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3rSTnojeQOqSIzmAqtqe5Jc/le3xUXsqrUBlnVwcvNPdA4NUgoTY4zdjFLXRxrtJfOJQsiaWm+kichGQzy49OSEYLssksVGzStYwC/AapBEbzGsSwappSz7dR5ZhP2aA/LARfnvHTk//T5ZHI5PHWNOgc7LHM7M3aPil+HLIHlehJ0v6CkVVIccugvwFy4iaX6r6TPQCxv7C7Tg7CJiJl/GqsUIqC+bQjAJAv9AMVGmowUoV2+QKqHQkB1RZ7biY2JTwY5nwKqgEef0oO3jPlfH7ZLwogdQts9xSzeIw3A/fHpp8C6kFN/UJE0bMcbFzh/cmIX65DCM/BVtlclInT root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALaYG06kr1+LxN69gQIIK3yt6E8QRMX1soV8LME3Ona4SCGgQ0yiB2qsOeuG1KrOV7wo3+8G3HyS+rqhF3pt+gBSh2XhaPKAr3juIGaMMxpieof9qs1lC6CWzfPSI9AN/GBMgAE1S91QaPfo1jmxQhhuVnUBH+/f7dMUGsNxljMBAAAAFQDBg2qQJLaB3XYr3mYYJ+8/5qIJyQAAAIB61bX8Z/THUtGiL5nSxg0fODSvMTPhSDHmt/sCTlrCmcaAZRuOsmu5ZGMOGDVNuycOoKrJ0yxqOGXrD9kFIkF2dMp1fs2JgKBn+yKHeHc8wseK4IeE+QhNM2vgnTEbzPk4d5ZKYA9BkbcF2H1gwn13qo88xBv3Hv6dmTwsir9XsAAAAIAPa1TPT5mYKCZmvvPejhd8Osxtgy5Rdpj2jdHQ49sq5PJU7G1CeH86msiybtl/XU+1vnKWyMSZnvAGQ+w7lR4DNsxWOdS1lJoyex+cgadOsbaBGD1DEHtG6yW9g5+BZDrRomaIDu+VEN87kmCTbWGjcLa/89gI5POpDOx/yvV74Q== 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:fe08:9b37/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: 76f53a3a-f162-4b86-a65a-fcaece73ded8\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.77 ===\n/dev/root resized successfully [took 3.05s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:08:9B:37 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:9b37/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2437 (2.3 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:02:45,811 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action used request id req-1cad2854-5408-40a3-841c-9139d5622037 2018-10-10 17:02:47,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cdfa3438ea1c916c8a6105a5b0d981a0d14d2d4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:02:48,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02: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-8f88352e-43ad-4904-9342-84642b1b6d79 x-compute-request-id: req-8f88352e-43ad-4904-9342-84642b1b6d79 Content-Encoding: gzip Content-Length: 10264 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503880557 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.177045] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179441] pid_max: default: 32768 minimum: 301\n[ 0.180755] ACPI: Core revision 20150930\n[ 0.182477] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184365] Security Framework initialized\n[ 0.185840] Yama: becoming mindful.\n[ 0.186896] AppArmor: AppArmor initialized\n[ 0.188039] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189345] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.190598] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191796] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.193177] Initializing cgroup subsys io\n[ 0.193980] Initializing cgroup subsys memory\n[ 0.194825] Initializing cgroup subsys devices\n[ 0.195691] Initializing cgroup subsys freezer\n[ 0.196548] Initializing cgroup subsys net_cls\n[ 0.197403] Initializing cgroup subsys perf_event\n[ 0.198298] Initializing cgroup subsys net_prio\n[ 0.199169] Initializing cgroup subsys hugetlb\n[ 0.200029] Initializing cgroup subsys pids\n[ 0.200894] CPU: Physical Processor ID: 0\n[ 0.202373] mce: CPU supports 10 MCE banks\n[ 0.203215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.204207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.215123] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.221685] ftrace: allocating 31920 entries in 125 pages\n[ 0.248941] smpboot: Max logical packages: 1\n[ 0.249801] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.251138] x2apic enabled\n[ 0.251951] Switched APIC routing to physical x2apic.\n[ 0.253682] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.254787] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.256752] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.258543] KVM setup paravirtual spinlock\n[ 0.259863] x86: Booted up 1 node, 1 CPUs\n[ 0.260653] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262029] devtmpfs: initialized\n[ 0.263739] evm: security.selinux\n[ 0.264432] evm: security.SMACK64\n[ 0.265114] evm: security.SMACK64EXEC\n[ 0.265849] evm: security.SMACK64TRANSMUTE\n[ 0.266641] evm: security.SMACK64MMAP\n[ 0.267377] evm: security.ima\n[ 0.268014] evm: security.capability\n[ 0.268811] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270631] pinctrl core: initialized pinctrl subsystem\n[ 0.271728] RTC time: 17:02:09, date: 10/10/18\n[ 0.272667] NET: Registered protocol family 16\n[ 0.273630] cpuidle: using governor ladder\n[ 0.274437] cpuidle: using governor menu\n[ 0.275258] PCCT header not found.\n[ 0.276087] ACPI: bus type PCI registered\n[ 0.276911] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.278201] PCI: Using configuration type 1 for base access\n[ 0.279998] ACPI: Added _OSI(Module Device)\n[ 0.280874] ACPI: Added _OSI(Processor Device)\n[ 0.281867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.282898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285184] ACPI: Interpreter enabled\n[ 0.285945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.291414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.293230] ACPI: (supports S0 S5)\n[ 0.294013] ACPI: Using IOAPIC for interrupt routing\n[ 0.294953] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.298036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.299158] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.300369] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.301542] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.303729] acpiphp: Slot [3] registered\n[ 0.304515] acpiphp: Slot [4] registered\n[ 0.305302] acpiphp: Slot [5] registered\n[ 0.306089] acpiphp: Slot [6] registered\n[ 0.306871] acpiphp: Slot [7] registered\n[ 0.307658] acpiphp: Slot [8] registered\n[ 0.308447] acpiphp: Slot [9] registered\n[ 0.309234] acpiphp: Slot [10] registered\n[ 0.310038] acpiphp: Slot [11] registered\n[ 0.310839] acpiphp: Slot [12] registered\n[ 0.311711] acpiphp: Slot [13] registered\n[ 0.312518] acpiphp: Slot [14] registered\n[ 0.313320] acpiphp: Slot [15] registered\n[ 0.324153] acpiphp: Slot [16] registered\n[ 0.324964] acpiphp: Slot [17] registered\n[ 0.325764] acpiphp: Slot [18] registered\n[ 0.326557] acpiphp: Slot [19] registered\n[ 0.327353] acpiphp: Slot [20] registered\n[ 0.328159] acpiphp: Slot [21] registered\n[ 0.328958] acpiphp: Slot [22] registered\n[ 0.329758] acpiphp: Slot [23] registered\n[ 0.330553] acpiphp: Slot [24] registered\n[ 0.331360] acpiphp: Slot [25] registered\n[ 0.332165] acpiphp: Slot [26] registered\n[ 0.332963] acpiphp: Slot [27] registered\n[ 0.333763] acpiphp: Slot [28] registered\n[ 0.334560] acpiphp: Slot [29] registered\n[ 0.335363] acpiphp: Slot [30] registered\n[ 0.336169] acpiphp: Slot [31] registered\n[ 0.336964] PCI host bridge to bus 0000:00\n[ 0.337759] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.338947] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.340137] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.341620] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.343069] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.349336] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.350607] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.351769] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.353014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.359920] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361331] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.410388] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413388] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.414796] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416173] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417916] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419083] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.421650] vgaarb: loaded\n[ 0.422246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.423379] SCSI subsystem initialized\n[ 0.424198] ACPI: bus type USB registered\n[ 0.425009] usbcore: registered new interface driver usbfs\n[ 0.426023] usbcore: registered new interface driver hub\n[ 0.427011] usbcore: registered new device driver usb\n[ 0.428045] PCI: Using ACPI for IRQ routing\n[ 0.429077] NetLabel: Initializing\n[ 0.429777] NetLabel: domain hash size = 128\n[ 0.430618] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.431553] NetLabel: unlabeled traffic allowed by default\n[ 0.432685] clocksource: Switched to clocksource kvm-clock\n[ 0.438386] AppArmor: AppArmor Filesystem Enabled\n[ 0.439396] pnp: PnP ACPI init\n[ 0.440337] pnp: PnP ACPI: found 5 devices\n[ 0.446780] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448631] NET: Registered protocol family 2\n[ 0.449590] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.450848] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.451998] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.453152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454214] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.455359] NET: Registered protocol family 1\n[ 0.456221] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.457434] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458544] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472573] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487192] Trying to unpack rootfs image as initramfs...\n[ 0.537590] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551727] Scanning for low memory corruption every 60 seconds\n[ 0.553057] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554196] audit: initializing netlink subsys (disabled)\n[ 0.555206] audit: type=2000 audit(1539190930.593:1): initialized\n[ 0.556558] Initialise system trusted keyring\n[ 0.557657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.559031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561199] zbud: loaded\n[ 0.561997] VFS: Disk quotas dquot_6.6.0\n[ 0.562953] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564712] fuse init (API version 7.23)\n[ 0.565741] Key type big_key registered\n[ 0.566671] Allocating IMA MOK and blacklist keyrings.\n[ 0.568363] Key type asymmetric registered\n[ 0.569347] Asymmetric key parser 'x509' registered\n[ 0.570463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572172] io scheduler noop registered\n[ 0.573109] io scheduler deadline registered (default)\n[ 0.574270] io scheduler cfq registered\n[ 0.575235] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.577771] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.579216] ACPI: Power Button [PWRF]\n[ 0.580040] GHES: HEST is not enabled!\n[ 0.593829] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624794] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.627399] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.651906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.654073] Linux agpgart interface v0.103\n[ 0.656199] brd: module loaded\n[ 0.657484] loop: module loaded\n[ 0.661738] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.663212] GPT:90111 != 2097151\n[ 0.663889] GPT:Alternate GPT header not at the end of the disk.\n[ 0.664985] GPT:90111 != 2097151\n[ 0.665657] GPT: Use GNU Parted to correct GPT errors.\n[ 0.666646] vda: vda1 vda15\n[ 0.668184] scsi host0: ata_piix\n[ 0.668935] scsi host1: ata_piix\n[ 0.669650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.670928] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.672420] libphy: Fixed MDIO Bus: probed\n[ 0.673246] tun: Universal TUN/TAP device driver, 1.6\n[ 0.674187] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.676447] PPP generic driver version 2.4.2\n[ 0.677376] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.678658] ehci-pci: EHCI PCI platform driver\n[ 0.679545] ehci-platform: EHCI generic platform driver\n[ 0.680548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.681707] ohci-pci: OHCI PCI platform driver\n[ 0.682586] ohci-platform: OHCI generic platform driver\n[ 0.683593] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.698049] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.699082] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.700559] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.701616] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.702763] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.704003] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.705468] usb usb1: Product: UHCI Host Controller\n[ 0.706424] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.707600] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.708624] hub 1-0:1.0: USB hub found\n[ 0.709433] hub 1-0:1.0: 2 ports detected\n[ 0.710361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.712502] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.713499] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.714561] mousedev: PS/2 mouse device common for all mice\n[ 0.715855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.717841] rtc_cmos 00:00: RTC can wake from S4\n[ 0.718958] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.720212] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.721451] i2c /dev entries driver\n[ 0.722246] device-mapper: uevent: version 1.0.3\n[ 0.723225] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.724902] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.726319] NET: Registered protocol family 10\n[ 0.727538] NET: Registered protocol family 17\n[ 0.728604] Key type dns_resolver registered\n[ 0.729759] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.731053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.733324] registered taskstats version 1\n[ 0.734345] Loading compiled-in X.509 certificates\n[ 0.736003] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.738367] zswap: loaded using pool lzo/zbud\n[ 0.740109] Key type trusted registered\n[ 0.742134] Key type encrypted registered\n[ 0.743197] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.744385] ima: No TPM chip found, activating TPM-bypass!\n[ 0.745630] evm: HMAC attrs: 0x1\n[ 0.746760] Magic number: 6:540:36\n[ 0.747597] bdi 7:1: hash matches\n[ 0.748297] misc loop-control: hash matches\n[ 0.749239] rtc_cmos 00:00: setting system clock to 2018-10-10 17:02:10 UTC (1539190930)\n[ 0.750834] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.751929] EDD information not available.\n[ 0.825235] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.836855] ata1.00: configured for MWDMA2\n[ 0.838050] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.840263] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.841503] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.842772] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.844625] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.846185] Write protecting the kernel read-only data: 14336k\n[ 0.847759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849577] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.906556] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3rSTnojeQOqSIzmAqtqe5Jc/le3xUXsqrUBlnVwcvNPdA4NUgoTY4zdjFLXRxrtJfOJQsiaWm+kichGQzy49OSEYLssksVGzStYwC/AapBEbzGsSwappSz7dR5ZhP2aA/LARfnvHTk//T5ZHI5PHWNOgc7LHM7M3aPil+HLIHlehJ0v6CkVVIccugvwFy4iaX6r6TPQCxv7C7Tg7CJiJl/GqsUIqC+bQjAJAv9AMVGmowUoV2+QKqHQkB1RZ7biY2JTwY5nwKqgEef0oO3jPlfH7ZLwogdQts9xSzeIw3A/fHpp8C6kFN/UJE0bMcbFzh/cmIX65DCM/BVtlclInT root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALaYG06kr1+LxN69gQIIK3yt6E8QRMX1soV8LME3Ona4SCGgQ0yiB2qsOeuG1KrOV7wo3+8G3HyS+rqhF3pt+gBSh2XhaPKAr3juIGaMMxpieof9qs1lC6CWzfPSI9AN/GBMgAE1S91QaPfo1jmxQhhuVnUBH+/f7dMUGsNxljMBAAAAFQDBg2qQJLaB3XYr3mYYJ+8/5qIJyQAAAIB61bX8Z/THUtGiL5nSxg0fODSvMTPhSDHmt/sCTlrCmcaAZRuOsmu5ZGMOGDVNuycOoKrJ0yxqOGXrD9kFIkF2dMp1fs2JgKBn+yKHeHc8wseK4IeE+QhNM2vgnTEbzPk4d5ZKYA9BkbcF2H1gwn13qo88xBv3Hv6dmTwsir9XsAAAAIAPa1TPT5mYKCZmvvPejhd8Osxtgy5Rdpj2jdHQ49sq5PJU7G1CeH86msiybtl/XU+1vnKWyMSZnvAGQ+w7lR4DNsxWOdS1lJoyex+cgadOsbaBGD1DEHtG6yW9g5+BZDrRomaIDu+VEN87kmCTbWGjcLa/89gI5POpDOx/yvV74Q== 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:fe08:9b37/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: 76f53a3a-f162-4b86-a65a-fcaece73ded8\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.77 ===\n/dev/root resized successfully [took 3.05s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:08:9B:37 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:9b37/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2437 (2.3 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:02:48,900 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action used request id req-8f88352e-43ad-4904-9342-84642b1b6d79 2018-10-10 17:02:50,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cdfa3438ea1c916c8a6105a5b0d981a0d14d2d4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:02:52,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ddc60a6a-186b-4b86-b840-01bff981da7b x-compute-request-id: req-ddc60a6a-186b-4b86-b840-01bff981da7b Content-Encoding: gzip Content-Length: 10264 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503880557 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.177045] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179441] pid_max: default: 32768 minimum: 301\n[ 0.180755] ACPI: Core revision 20150930\n[ 0.182477] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184365] Security Framework initialized\n[ 0.185840] Yama: becoming mindful.\n[ 0.186896] AppArmor: AppArmor initialized\n[ 0.188039] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189345] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.190598] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191796] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.193177] Initializing cgroup subsys io\n[ 0.193980] Initializing cgroup subsys memory\n[ 0.194825] Initializing cgroup subsys devices\n[ 0.195691] Initializing cgroup subsys freezer\n[ 0.196548] Initializing cgroup subsys net_cls\n[ 0.197403] Initializing cgroup subsys perf_event\n[ 0.198298] Initializing cgroup subsys net_prio\n[ 0.199169] Initializing cgroup subsys hugetlb\n[ 0.200029] Initializing cgroup subsys pids\n[ 0.200894] CPU: Physical Processor ID: 0\n[ 0.202373] mce: CPU supports 10 MCE banks\n[ 0.203215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.204207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.215123] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.221685] ftrace: allocating 31920 entries in 125 pages\n[ 0.248941] smpboot: Max logical packages: 1\n[ 0.249801] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.251138] x2apic enabled\n[ 0.251951] Switched APIC routing to physical x2apic.\n[ 0.253682] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.254787] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.256752] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.258543] KVM setup paravirtual spinlock\n[ 0.259863] x86: Booted up 1 node, 1 CPUs\n[ 0.260653] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262029] devtmpfs: initialized\n[ 0.263739] evm: security.selinux\n[ 0.264432] evm: security.SMACK64\n[ 0.265114] evm: security.SMACK64EXEC\n[ 0.265849] evm: security.SMACK64TRANSMUTE\n[ 0.266641] evm: security.SMACK64MMAP\n[ 0.267377] evm: security.ima\n[ 0.268014] evm: security.capability\n[ 0.268811] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270631] pinctrl core: initialized pinctrl subsystem\n[ 0.271728] RTC time: 17:02:09, date: 10/10/18\n[ 0.272667] NET: Registered protocol family 16\n[ 0.273630] cpuidle: using governor ladder\n[ 0.274437] cpuidle: using governor menu\n[ 0.275258] PCCT header not found.\n[ 0.276087] ACPI: bus type PCI registered\n[ 0.276911] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.278201] PCI: Using configuration type 1 for base access\n[ 0.279998] ACPI: Added _OSI(Module Device)\n[ 0.280874] ACPI: Added _OSI(Processor Device)\n[ 0.281867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.282898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285184] ACPI: Interpreter enabled\n[ 0.285945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.291414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.293230] ACPI: (supports S0 S5)\n[ 0.294013] ACPI: Using IOAPIC for interrupt routing\n[ 0.294953] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.298036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.299158] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.300369] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.301542] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.303729] acpiphp: Slot [3] registered\n[ 0.304515] acpiphp: Slot [4] registered\n[ 0.305302] acpiphp: Slot [5] registered\n[ 0.306089] acpiphp: Slot [6] registered\n[ 0.306871] acpiphp: Slot [7] registered\n[ 0.307658] acpiphp: Slot [8] registered\n[ 0.308447] acpiphp: Slot [9] registered\n[ 0.309234] acpiphp: Slot [10] registered\n[ 0.310038] acpiphp: Slot [11] registered\n[ 0.310839] acpiphp: Slot [12] registered\n[ 0.311711] acpiphp: Slot [13] registered\n[ 0.312518] acpiphp: Slot [14] registered\n[ 0.313320] acpiphp: Slot [15] registered\n[ 0.324153] acpiphp: Slot [16] registered\n[ 0.324964] acpiphp: Slot [17] registered\n[ 0.325764] acpiphp: Slot [18] registered\n[ 0.326557] acpiphp: Slot [19] registered\n[ 0.327353] acpiphp: Slot [20] registered\n[ 0.328159] acpiphp: Slot [21] registered\n[ 0.328958] acpiphp: Slot [22] registered\n[ 0.329758] acpiphp: Slot [23] registered\n[ 0.330553] acpiphp: Slot [24] registered\n[ 0.331360] acpiphp: Slot [25] registered\n[ 0.332165] acpiphp: Slot [26] registered\n[ 0.332963] acpiphp: Slot [27] registered\n[ 0.333763] acpiphp: Slot [28] registered\n[ 0.334560] acpiphp: Slot [29] registered\n[ 0.335363] acpiphp: Slot [30] registered\n[ 0.336169] acpiphp: Slot [31] registered\n[ 0.336964] PCI host bridge to bus 0000:00\n[ 0.337759] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.338947] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.340137] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.341620] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.343069] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.349336] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.350607] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.351769] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.353014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.359920] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361331] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.410388] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413388] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.414796] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416173] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417916] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419083] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.421650] vgaarb: loaded\n[ 0.422246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.423379] SCSI subsystem initialized\n[ 0.424198] ACPI: bus type USB registered\n[ 0.425009] usbcore: registered new interface driver usbfs\n[ 0.426023] usbcore: registered new interface driver hub\n[ 0.427011] usbcore: registered new device driver usb\n[ 0.428045] PCI: Using ACPI for IRQ routing\n[ 0.429077] NetLabel: Initializing\n[ 0.429777] NetLabel: domain hash size = 128\n[ 0.430618] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.431553] NetLabel: unlabeled traffic allowed by default\n[ 0.432685] clocksource: Switched to clocksource kvm-clock\n[ 0.438386] AppArmor: AppArmor Filesystem Enabled\n[ 0.439396] pnp: PnP ACPI init\n[ 0.440337] pnp: PnP ACPI: found 5 devices\n[ 0.446780] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448631] NET: Registered protocol family 2\n[ 0.449590] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.450848] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.451998] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.453152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454214] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.455359] NET: Registered protocol family 1\n[ 0.456221] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.457434] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458544] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472573] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487192] Trying to unpack rootfs image as initramfs...\n[ 0.537590] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551727] Scanning for low memory corruption every 60 seconds\n[ 0.553057] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554196] audit: initializing netlink subsys (disabled)\n[ 0.555206] audit: type=2000 audit(1539190930.593:1): initialized\n[ 0.556558] Initialise system trusted keyring\n[ 0.557657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.559031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561199] zbud: loaded\n[ 0.561997] VFS: Disk quotas dquot_6.6.0\n[ 0.562953] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564712] fuse init (API version 7.23)\n[ 0.565741] Key type big_key registered\n[ 0.566671] Allocating IMA MOK and blacklist keyrings.\n[ 0.568363] Key type asymmetric registered\n[ 0.569347] Asymmetric key parser 'x509' registered\n[ 0.570463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572172] io scheduler noop registered\n[ 0.573109] io scheduler deadline registered (default)\n[ 0.574270] io scheduler cfq registered\n[ 0.575235] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.577771] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.579216] ACPI: Power Button [PWRF]\n[ 0.580040] GHES: HEST is not enabled!\n[ 0.593829] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624794] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.627399] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.651906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.654073] Linux agpgart interface v0.103\n[ 0.656199] brd: module loaded\n[ 0.657484] loop: module loaded\n[ 0.661738] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.663212] GPT:90111 != 2097151\n[ 0.663889] GPT:Alternate GPT header not at the end of the disk.\n[ 0.664985] GPT:90111 != 2097151\n[ 0.665657] GPT: Use GNU Parted to correct GPT errors.\n[ 0.666646] vda: vda1 vda15\n[ 0.668184] scsi host0: ata_piix\n[ 0.668935] scsi host1: ata_piix\n[ 0.669650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.670928] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.672420] libphy: Fixed MDIO Bus: probed\n[ 0.673246] tun: Universal TUN/TAP device driver, 1.6\n[ 0.674187] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.676447] PPP generic driver version 2.4.2\n[ 0.677376] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.678658] ehci-pci: EHCI PCI platform driver\n[ 0.679545] ehci-platform: EHCI generic platform driver\n[ 0.680548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.681707] ohci-pci: OHCI PCI platform driver\n[ 0.682586] ohci-platform: OHCI generic platform driver\n[ 0.683593] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.698049] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.699082] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.700559] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.701616] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.702763] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.704003] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.705468] usb usb1: Product: UHCI Host Controller\n[ 0.706424] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.707600] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.708624] hub 1-0:1.0: USB hub found\n[ 0.709433] hub 1-0:1.0: 2 ports detected\n[ 0.710361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.712502] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.713499] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.714561] mousedev: PS/2 mouse device common for all mice\n[ 0.715855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.717841] rtc_cmos 00:00: RTC can wake from S4\n[ 0.718958] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.720212] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.721451] i2c /dev entries driver\n[ 0.722246] device-mapper: uevent: version 1.0.3\n[ 0.723225] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.724902] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.726319] NET: Registered protocol family 10\n[ 0.727538] NET: Registered protocol family 17\n[ 0.728604] Key type dns_resolver registered\n[ 0.729759] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.731053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.733324] registered taskstats version 1\n[ 0.734345] Loading compiled-in X.509 certificates\n[ 0.736003] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.738367] zswap: loaded using pool lzo/zbud\n[ 0.740109] Key type trusted registered\n[ 0.742134] Key type encrypted registered\n[ 0.743197] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.744385] ima: No TPM chip found, activating TPM-bypass!\n[ 0.745630] evm: HMAC attrs: 0x1\n[ 0.746760] Magic number: 6:540:36\n[ 0.747597] bdi 7:1: hash matches\n[ 0.748297] misc loop-control: hash matches\n[ 0.749239] rtc_cmos 00:00: setting system clock to 2018-10-10 17:02:10 UTC (1539190930)\n[ 0.750834] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.751929] EDD information not available.\n[ 0.825235] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.836855] ata1.00: configured for MWDMA2\n[ 0.838050] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.840263] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.841503] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.842772] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.844625] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.846185] Write protecting the kernel read-only data: 14336k\n[ 0.847759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849577] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.906556] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3rSTnojeQOqSIzmAqtqe5Jc/le3xUXsqrUBlnVwcvNPdA4NUgoTY4zdjFLXRxrtJfOJQsiaWm+kichGQzy49OSEYLssksVGzStYwC/AapBEbzGsSwappSz7dR5ZhP2aA/LARfnvHTk//T5ZHI5PHWNOgc7LHM7M3aPil+HLIHlehJ0v6CkVVIccugvwFy4iaX6r6TPQCxv7C7Tg7CJiJl/GqsUIqC+bQjAJAv9AMVGmowUoV2+QKqHQkB1RZ7biY2JTwY5nwKqgEef0oO3jPlfH7ZLwogdQts9xSzeIw3A/fHpp8C6kFN/UJE0bMcbFzh/cmIX65DCM/BVtlclInT root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALaYG06kr1+LxN69gQIIK3yt6E8QRMX1soV8LME3Ona4SCGgQ0yiB2qsOeuG1KrOV7wo3+8G3HyS+rqhF3pt+gBSh2XhaPKAr3juIGaMMxpieof9qs1lC6CWzfPSI9AN/GBMgAE1S91QaPfo1jmxQhhuVnUBH+/f7dMUGsNxljMBAAAAFQDBg2qQJLaB3XYr3mYYJ+8/5qIJyQAAAIB61bX8Z/THUtGiL5nSxg0fODSvMTPhSDHmt/sCTlrCmcaAZRuOsmu5ZGMOGDVNuycOoKrJ0yxqOGXrD9kFIkF2dMp1fs2JgKBn+yKHeHc8wseK4IeE+QhNM2vgnTEbzPk4d5ZKYA9BkbcF2H1gwn13qo88xBv3Hv6dmTwsir9XsAAAAIAPa1TPT5mYKCZmvvPejhd8Osxtgy5Rdpj2jdHQ49sq5PJU7G1CeH86msiybtl/XU+1vnKWyMSZnvAGQ+w7lR4DNsxWOdS1lJoyex+cgadOsbaBGD1DEHtG6yW9g5+BZDrRomaIDu+VEN87kmCTbWGjcLa/89gI5POpDOx/yvV74Q== 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:fe08:9b37/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: 76f53a3a-f162-4b86-a65a-fcaece73ded8\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.77 ===\n/dev/root resized successfully [took 3.05s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:08:9B:37 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:9b37/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2437 (2.3 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:02:52,049 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action used request id req-ddc60a6a-186b-4b86-b840-01bff981da7b 2018-10-10 17:02:54,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cdfa3438ea1c916c8a6105a5b0d981a0d14d2d4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:02:55,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-357cd5e1-046f-45d8-9f09-17cf30416e5f x-compute-request-id: req-357cd5e1-046f-45d8-9f09-17cf30416e5f Content-Encoding: gzip Content-Length: 10264 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503880557 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.177045] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179441] pid_max: default: 32768 minimum: 301\n[ 0.180755] ACPI: Core revision 20150930\n[ 0.182477] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184365] Security Framework initialized\n[ 0.185840] Yama: becoming mindful.\n[ 0.186896] AppArmor: AppArmor initialized\n[ 0.188039] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189345] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.190598] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191796] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.193177] Initializing cgroup subsys io\n[ 0.193980] Initializing cgroup subsys memory\n[ 0.194825] Initializing cgroup subsys devices\n[ 0.195691] Initializing cgroup subsys freezer\n[ 0.196548] Initializing cgroup subsys net_cls\n[ 0.197403] Initializing cgroup subsys perf_event\n[ 0.198298] Initializing cgroup subsys net_prio\n[ 0.199169] Initializing cgroup subsys hugetlb\n[ 0.200029] Initializing cgroup subsys pids\n[ 0.200894] CPU: Physical Processor ID: 0\n[ 0.202373] mce: CPU supports 10 MCE banks\n[ 0.203215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.204207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.215123] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.221685] ftrace: allocating 31920 entries in 125 pages\n[ 0.248941] smpboot: Max logical packages: 1\n[ 0.249801] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.251138] x2apic enabled\n[ 0.251951] Switched APIC routing to physical x2apic.\n[ 0.253682] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.254787] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.256752] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.258543] KVM setup paravirtual spinlock\n[ 0.259863] x86: Booted up 1 node, 1 CPUs\n[ 0.260653] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262029] devtmpfs: initialized\n[ 0.263739] evm: security.selinux\n[ 0.264432] evm: security.SMACK64\n[ 0.265114] evm: security.SMACK64EXEC\n[ 0.265849] evm: security.SMACK64TRANSMUTE\n[ 0.266641] evm: security.SMACK64MMAP\n[ 0.267377] evm: security.ima\n[ 0.268014] evm: security.capability\n[ 0.268811] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270631] pinctrl core: initialized pinctrl subsystem\n[ 0.271728] RTC time: 17:02:09, date: 10/10/18\n[ 0.272667] NET: Registered protocol family 16\n[ 0.273630] cpuidle: using governor ladder\n[ 0.274437] cpuidle: using governor menu\n[ 0.275258] PCCT header not found.\n[ 0.276087] ACPI: bus type PCI registered\n[ 0.276911] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.278201] PCI: Using configuration type 1 for base access\n[ 0.279998] ACPI: Added _OSI(Module Device)\n[ 0.280874] ACPI: Added _OSI(Processor Device)\n[ 0.281867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.282898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285184] ACPI: Interpreter enabled\n[ 0.285945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.291414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.293230] ACPI: (supports S0 S5)\n[ 0.294013] ACPI: Using IOAPIC for interrupt routing\n[ 0.294953] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.298036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.299158] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.300369] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.301542] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.303729] acpiphp: Slot [3] registered\n[ 0.304515] acpiphp: Slot [4] registered\n[ 0.305302] acpiphp: Slot [5] registered\n[ 0.306089] acpiphp: Slot [6] registered\n[ 0.306871] acpiphp: Slot [7] registered\n[ 0.307658] acpiphp: Slot [8] registered\n[ 0.308447] acpiphp: Slot [9] registered\n[ 0.309234] acpiphp: Slot [10] registered\n[ 0.310038] acpiphp: Slot [11] registered\n[ 0.310839] acpiphp: Slot [12] registered\n[ 0.311711] acpiphp: Slot [13] registered\n[ 0.312518] acpiphp: Slot [14] registered\n[ 0.313320] acpiphp: Slot [15] registered\n[ 0.324153] acpiphp: Slot [16] registered\n[ 0.324964] acpiphp: Slot [17] registered\n[ 0.325764] acpiphp: Slot [18] registered\n[ 0.326557] acpiphp: Slot [19] registered\n[ 0.327353] acpiphp: Slot [20] registered\n[ 0.328159] acpiphp: Slot [21] registered\n[ 0.328958] acpiphp: Slot [22] registered\n[ 0.329758] acpiphp: Slot [23] registered\n[ 0.330553] acpiphp: Slot [24] registered\n[ 0.331360] acpiphp: Slot [25] registered\n[ 0.332165] acpiphp: Slot [26] registered\n[ 0.332963] acpiphp: Slot [27] registered\n[ 0.333763] acpiphp: Slot [28] registered\n[ 0.334560] acpiphp: Slot [29] registered\n[ 0.335363] acpiphp: Slot [30] registered\n[ 0.336169] acpiphp: Slot [31] registered\n[ 0.336964] PCI host bridge to bus 0000:00\n[ 0.337759] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.338947] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.340137] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.341620] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.343069] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.349336] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.350607] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.351769] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.353014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.359920] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361331] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.410388] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413388] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.414796] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416173] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417916] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419083] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.421650] vgaarb: loaded\n[ 0.422246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.423379] SCSI subsystem initialized\n[ 0.424198] ACPI: bus type USB registered\n[ 0.425009] usbcore: registered new interface driver usbfs\n[ 0.426023] usbcore: registered new interface driver hub\n[ 0.427011] usbcore: registered new device driver usb\n[ 0.428045] PCI: Using ACPI for IRQ routing\n[ 0.429077] NetLabel: Initializing\n[ 0.429777] NetLabel: domain hash size = 128\n[ 0.430618] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.431553] NetLabel: unlabeled traffic allowed by default\n[ 0.432685] clocksource: Switched to clocksource kvm-clock\n[ 0.438386] AppArmor: AppArmor Filesystem Enabled\n[ 0.439396] pnp: PnP ACPI init\n[ 0.440337] pnp: PnP ACPI: found 5 devices\n[ 0.446780] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448631] NET: Registered protocol family 2\n[ 0.449590] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.450848] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.451998] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.453152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454214] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.455359] NET: Registered protocol family 1\n[ 0.456221] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.457434] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458544] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472573] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487192] Trying to unpack rootfs image as initramfs...\n[ 0.537590] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551727] Scanning for low memory corruption every 60 seconds\n[ 0.553057] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554196] audit: initializing netlink subsys (disabled)\n[ 0.555206] audit: type=2000 audit(1539190930.593:1): initialized\n[ 0.556558] Initialise system trusted keyring\n[ 0.557657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.559031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561199] zbud: loaded\n[ 0.561997] VFS: Disk quotas dquot_6.6.0\n[ 0.562953] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564712] fuse init (API version 7.23)\n[ 0.565741] Key type big_key registered\n[ 0.566671] Allocating IMA MOK and blacklist keyrings.\n[ 0.568363] Key type asymmetric registered\n[ 0.569347] Asymmetric key parser 'x509' registered\n[ 0.570463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572172] io scheduler noop registered\n[ 0.573109] io scheduler deadline registered (default)\n[ 0.574270] io scheduler cfq registered\n[ 0.575235] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.577771] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.579216] ACPI: Power Button [PWRF]\n[ 0.580040] GHES: HEST is not enabled!\n[ 0.593829] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624794] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.627399] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.651906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.654073] Linux agpgart interface v0.103\n[ 0.656199] brd: module loaded\n[ 0.657484] loop: module loaded\n[ 0.661738] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.663212] GPT:90111 != 2097151\n[ 0.663889] GPT:Alternate GPT header not at the end of the disk.\n[ 0.664985] GPT:90111 != 2097151\n[ 0.665657] GPT: Use GNU Parted to correct GPT errors.\n[ 0.666646] vda: vda1 vda15\n[ 0.668184] scsi host0: ata_piix\n[ 0.668935] scsi host1: ata_piix\n[ 0.669650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.670928] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.672420] libphy: Fixed MDIO Bus: probed\n[ 0.673246] tun: Universal TUN/TAP device driver, 1.6\n[ 0.674187] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.676447] PPP generic driver version 2.4.2\n[ 0.677376] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.678658] ehci-pci: EHCI PCI platform driver\n[ 0.679545] ehci-platform: EHCI generic platform driver\n[ 0.680548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.681707] ohci-pci: OHCI PCI platform driver\n[ 0.682586] ohci-platform: OHCI generic platform driver\n[ 0.683593] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.698049] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.699082] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.700559] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.701616] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.702763] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.704003] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.705468] usb usb1: Product: UHCI Host Controller\n[ 0.706424] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.707600] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.708624] hub 1-0:1.0: USB hub found\n[ 0.709433] hub 1-0:1.0: 2 ports detected\n[ 0.710361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.712502] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.713499] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.714561] mousedev: PS/2 mouse device common for all mice\n[ 0.715855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.717841] rtc_cmos 00:00: RTC can wake from S4\n[ 0.718958] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.720212] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.721451] i2c /dev entries driver\n[ 0.722246] device-mapper: uevent: version 1.0.3\n[ 0.723225] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.724902] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.726319] NET: Registered protocol family 10\n[ 0.727538] NET: Registered protocol family 17\n[ 0.728604] Key type dns_resolver registered\n[ 0.729759] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.731053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.733324] registered taskstats version 1\n[ 0.734345] Loading compiled-in X.509 certificates\n[ 0.736003] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.738367] zswap: loaded using pool lzo/zbud\n[ 0.740109] Key type trusted registered\n[ 0.742134] Key type encrypted registered\n[ 0.743197] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.744385] ima: No TPM chip found, activating TPM-bypass!\n[ 0.745630] evm: HMAC attrs: 0x1\n[ 0.746760] Magic number: 6:540:36\n[ 0.747597] bdi 7:1: hash matches\n[ 0.748297] misc loop-control: hash matches\n[ 0.749239] rtc_cmos 00:00: setting system clock to 2018-10-10 17:02:10 UTC (1539190930)\n[ 0.750834] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.751929] EDD information not available.\n[ 0.825235] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.836855] ata1.00: configured for MWDMA2\n[ 0.838050] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.840263] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.841503] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.842772] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.844625] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.846185] Write protecting the kernel read-only data: 14336k\n[ 0.847759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849577] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.906556] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3rSTnojeQOqSIzmAqtqe5Jc/le3xUXsqrUBlnVwcvNPdA4NUgoTY4zdjFLXRxrtJfOJQsiaWm+kichGQzy49OSEYLssksVGzStYwC/AapBEbzGsSwappSz7dR5ZhP2aA/LARfnvHTk//T5ZHI5PHWNOgc7LHM7M3aPil+HLIHlehJ0v6CkVVIccugvwFy4iaX6r6TPQCxv7C7Tg7CJiJl/GqsUIqC+bQjAJAv9AMVGmowUoV2+QKqHQkB1RZ7biY2JTwY5nwKqgEef0oO3jPlfH7ZLwogdQts9xSzeIw3A/fHpp8C6kFN/UJE0bMcbFzh/cmIX65DCM/BVtlclInT root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALaYG06kr1+LxN69gQIIK3yt6E8QRMX1soV8LME3Ona4SCGgQ0yiB2qsOeuG1KrOV7wo3+8G3HyS+rqhF3pt+gBSh2XhaPKAr3juIGaMMxpieof9qs1lC6CWzfPSI9AN/GBMgAE1S91QaPfo1jmxQhhuVnUBH+/f7dMUGsNxljMBAAAAFQDBg2qQJLaB3XYr3mYYJ+8/5qIJyQAAAIB61bX8Z/THUtGiL5nSxg0fODSvMTPhSDHmt/sCTlrCmcaAZRuOsmu5ZGMOGDVNuycOoKrJ0yxqOGXrD9kFIkF2dMp1fs2JgKBn+yKHeHc8wseK4IeE+QhNM2vgnTEbzPk4d5ZKYA9BkbcF2H1gwn13qo88xBv3Hv6dmTwsir9XsAAAAIAPa1TPT5mYKCZmvvPejhd8Osxtgy5Rdpj2jdHQ49sq5PJU7G1CeH86msiybtl/XU+1vnKWyMSZnvAGQ+w7lR4DNsxWOdS1lJoyex+cgadOsbaBGD1DEHtG6yW9g5+BZDrRomaIDu+VEN87kmCTbWGjcLa/89gI5POpDOx/yvV74Q== 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:fe08:9b37/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: 76f53a3a-f162-4b86-a65a-fcaece73ded8\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.77 ===\n/dev/root resized successfully [took 3.05s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:08:9B:37 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:9b37/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2437 (2.3 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:02:55,148 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action used request id req-357cd5e1-046f-45d8-9f09-17cf30416e5f 2018-10-10 17:02:57,169 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cdfa3438ea1c916c8a6105a5b0d981a0d14d2d4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:02:58,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:02:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-122a80e4-5be3-4a86-a375-bc5c6a013b4f x-compute-request-id: req-122a80e4-5be3-4a86-a375-bc5c6a013b4f Content-Encoding: gzip Content-Length: 10264 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503880557 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.177045] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179441] pid_max: default: 32768 minimum: 301\n[ 0.180755] ACPI: Core revision 20150930\n[ 0.182477] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184365] Security Framework initialized\n[ 0.185840] Yama: becoming mindful.\n[ 0.186896] AppArmor: AppArmor initialized\n[ 0.188039] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189345] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.190598] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191796] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.193177] Initializing cgroup subsys io\n[ 0.193980] Initializing cgroup subsys memory\n[ 0.194825] Initializing cgroup subsys devices\n[ 0.195691] Initializing cgroup subsys freezer\n[ 0.196548] Initializing cgroup subsys net_cls\n[ 0.197403] Initializing cgroup subsys perf_event\n[ 0.198298] Initializing cgroup subsys net_prio\n[ 0.199169] Initializing cgroup subsys hugetlb\n[ 0.200029] Initializing cgroup subsys pids\n[ 0.200894] CPU: Physical Processor ID: 0\n[ 0.202373] mce: CPU supports 10 MCE banks\n[ 0.203215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.204207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.215123] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.221685] ftrace: allocating 31920 entries in 125 pages\n[ 0.248941] smpboot: Max logical packages: 1\n[ 0.249801] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.251138] x2apic enabled\n[ 0.251951] Switched APIC routing to physical x2apic.\n[ 0.253682] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.254787] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.256752] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.258543] KVM setup paravirtual spinlock\n[ 0.259863] x86: Booted up 1 node, 1 CPUs\n[ 0.260653] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262029] devtmpfs: initialized\n[ 0.263739] evm: security.selinux\n[ 0.264432] evm: security.SMACK64\n[ 0.265114] evm: security.SMACK64EXEC\n[ 0.265849] evm: security.SMACK64TRANSMUTE\n[ 0.266641] evm: security.SMACK64MMAP\n[ 0.267377] evm: security.ima\n[ 0.268014] evm: security.capability\n[ 0.268811] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270631] pinctrl core: initialized pinctrl subsystem\n[ 0.271728] RTC time: 17:02:09, date: 10/10/18\n[ 0.272667] NET: Registered protocol family 16\n[ 0.273630] cpuidle: using governor ladder\n[ 0.274437] cpuidle: using governor menu\n[ 0.275258] PCCT header not found.\n[ 0.276087] ACPI: bus type PCI registered\n[ 0.276911] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.278201] PCI: Using configuration type 1 for base access\n[ 0.279998] ACPI: Added _OSI(Module Device)\n[ 0.280874] ACPI: Added _OSI(Processor Device)\n[ 0.281867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.282898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285184] ACPI: Interpreter enabled\n[ 0.285945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.291414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.293230] ACPI: (supports S0 S5)\n[ 0.294013] ACPI: Using IOAPIC for interrupt routing\n[ 0.294953] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.298036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.299158] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.300369] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.301542] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.303729] acpiphp: Slot [3] registered\n[ 0.304515] acpiphp: Slot [4] registered\n[ 0.305302] acpiphp: Slot [5] registered\n[ 0.306089] acpiphp: Slot [6] registered\n[ 0.306871] acpiphp: Slot [7] registered\n[ 0.307658] acpiphp: Slot [8] registered\n[ 0.308447] acpiphp: Slot [9] registered\n[ 0.309234] acpiphp: Slot [10] registered\n[ 0.310038] acpiphp: Slot [11] registered\n[ 0.310839] acpiphp: Slot [12] registered\n[ 0.311711] acpiphp: Slot [13] registered\n[ 0.312518] acpiphp: Slot [14] registered\n[ 0.313320] acpiphp: Slot [15] registered\n[ 0.324153] acpiphp: Slot [16] registered\n[ 0.324964] acpiphp: Slot [17] registered\n[ 0.325764] acpiphp: Slot [18] registered\n[ 0.326557] acpiphp: Slot [19] registered\n[ 0.327353] acpiphp: Slot [20] registered\n[ 0.328159] acpiphp: Slot [21] registered\n[ 0.328958] acpiphp: Slot [22] registered\n[ 0.329758] acpiphp: Slot [23] registered\n[ 0.330553] acpiphp: Slot [24] registered\n[ 0.331360] acpiphp: Slot [25] registered\n[ 0.332165] acpiphp: Slot [26] registered\n[ 0.332963] acpiphp: Slot [27] registered\n[ 0.333763] acpiphp: Slot [28] registered\n[ 0.334560] acpiphp: Slot [29] registered\n[ 0.335363] acpiphp: Slot [30] registered\n[ 0.336169] acpiphp: Slot [31] registered\n[ 0.336964] PCI host bridge to bus 0000:00\n[ 0.337759] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.338947] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.340137] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.341620] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.343069] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.349336] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.350607] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.351769] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.353014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.359920] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361331] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.410388] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413388] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.414796] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416173] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417916] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419083] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.421650] vgaarb: loaded\n[ 0.422246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.423379] SCSI subsystem initialized\n[ 0.424198] ACPI: bus type USB registered\n[ 0.425009] usbcore: registered new interface driver usbfs\n[ 0.426023] usbcore: registered new interface driver hub\n[ 0.427011] usbcore: registered new device driver usb\n[ 0.428045] PCI: Using ACPI for IRQ routing\n[ 0.429077] NetLabel: Initializing\n[ 0.429777] NetLabel: domain hash size = 128\n[ 0.430618] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.431553] NetLabel: unlabeled traffic allowed by default\n[ 0.432685] clocksource: Switched to clocksource kvm-clock\n[ 0.438386] AppArmor: AppArmor Filesystem Enabled\n[ 0.439396] pnp: PnP ACPI init\n[ 0.440337] pnp: PnP ACPI: found 5 devices\n[ 0.446780] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448631] NET: Registered protocol family 2\n[ 0.449590] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.450848] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.451998] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.453152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454214] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.455359] NET: Registered protocol family 1\n[ 0.456221] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.457434] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458544] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472573] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487192] Trying to unpack rootfs image as initramfs...\n[ 0.537590] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551727] Scanning for low memory corruption every 60 seconds\n[ 0.553057] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554196] audit: initializing netlink subsys (disabled)\n[ 0.555206] audit: type=2000 audit(1539190930.593:1): initialized\n[ 0.556558] Initialise system trusted keyring\n[ 0.557657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.559031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561199] zbud: loaded\n[ 0.561997] VFS: Disk quotas dquot_6.6.0\n[ 0.562953] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564712] fuse init (API version 7.23)\n[ 0.565741] Key type big_key registered\n[ 0.566671] Allocating IMA MOK and blacklist keyrings.\n[ 0.568363] Key type asymmetric registered\n[ 0.569347] Asymmetric key parser 'x509' registered\n[ 0.570463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572172] io scheduler noop registered\n[ 0.573109] io scheduler deadline registered (default)\n[ 0.574270] io scheduler cfq registered\n[ 0.575235] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.577771] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.579216] ACPI: Power Button [PWRF]\n[ 0.580040] GHES: HEST is not enabled!\n[ 0.593829] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624794] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.627399] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.651906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.654073] Linux agpgart interface v0.103\n[ 0.656199] brd: module loaded\n[ 0.657484] loop: module loaded\n[ 0.661738] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.663212] GPT:90111 != 2097151\n[ 0.663889] GPT:Alternate GPT header not at the end of the disk.\n[ 0.664985] GPT:90111 != 2097151\n[ 0.665657] GPT: Use GNU Parted to correct GPT errors.\n[ 0.666646] vda: vda1 vda15\n[ 0.668184] scsi host0: ata_piix\n[ 0.668935] scsi host1: ata_piix\n[ 0.669650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.670928] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.672420] libphy: Fixed MDIO Bus: probed\n[ 0.673246] tun: Universal TUN/TAP device driver, 1.6\n[ 0.674187] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.676447] PPP generic driver version 2.4.2\n[ 0.677376] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.678658] ehci-pci: EHCI PCI platform driver\n[ 0.679545] ehci-platform: EHCI generic platform driver\n[ 0.680548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.681707] ohci-pci: OHCI PCI platform driver\n[ 0.682586] ohci-platform: OHCI generic platform driver\n[ 0.683593] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.698049] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.699082] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.700559] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.701616] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.702763] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.704003] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.705468] usb usb1: Product: UHCI Host Controller\n[ 0.706424] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.707600] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.708624] hub 1-0:1.0: USB hub found\n[ 0.709433] hub 1-0:1.0: 2 ports detected\n[ 0.710361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.712502] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.713499] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.714561] mousedev: PS/2 mouse device common for all mice\n[ 0.715855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.717841] rtc_cmos 00:00: RTC can wake from S4\n[ 0.718958] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.720212] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.721451] i2c /dev entries driver\n[ 0.722246] device-mapper: uevent: version 1.0.3\n[ 0.723225] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.724902] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.726319] NET: Registered protocol family 10\n[ 0.727538] NET: Registered protocol family 17\n[ 0.728604] Key type dns_resolver registered\n[ 0.729759] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.731053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.733324] registered taskstats version 1\n[ 0.734345] Loading compiled-in X.509 certificates\n[ 0.736003] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.738367] zswap: loaded using pool lzo/zbud\n[ 0.740109] Key type trusted registered\n[ 0.742134] Key type encrypted registered\n[ 0.743197] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.744385] ima: No TPM chip found, activating TPM-bypass!\n[ 0.745630] evm: HMAC attrs: 0x1\n[ 0.746760] Magic number: 6:540:36\n[ 0.747597] bdi 7:1: hash matches\n[ 0.748297] misc loop-control: hash matches\n[ 0.749239] rtc_cmos 00:00: setting system clock to 2018-10-10 17:02:10 UTC (1539190930)\n[ 0.750834] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.751929] EDD information not available.\n[ 0.825235] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.836855] ata1.00: configured for MWDMA2\n[ 0.838050] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.840263] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.841503] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.842772] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.844625] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.846185] Write protecting the kernel read-only data: 14336k\n[ 0.847759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849577] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.906556] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3rSTnojeQOqSIzmAqtqe5Jc/le3xUXsqrUBlnVwcvNPdA4NUgoTY4zdjFLXRxrtJfOJQsiaWm+kichGQzy49OSEYLssksVGzStYwC/AapBEbzGsSwappSz7dR5ZhP2aA/LARfnvHTk//T5ZHI5PHWNOgc7LHM7M3aPil+HLIHlehJ0v6CkVVIccugvwFy4iaX6r6TPQCxv7C7Tg7CJiJl/GqsUIqC+bQjAJAv9AMVGmowUoV2+QKqHQkB1RZ7biY2JTwY5nwKqgEef0oO3jPlfH7ZLwogdQts9xSzeIw3A/fHpp8C6kFN/UJE0bMcbFzh/cmIX65DCM/BVtlclInT root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALaYG06kr1+LxN69gQIIK3yt6E8QRMX1soV8LME3Ona4SCGgQ0yiB2qsOeuG1KrOV7wo3+8G3HyS+rqhF3pt+gBSh2XhaPKAr3juIGaMMxpieof9qs1lC6CWzfPSI9AN/GBMgAE1S91QaPfo1jmxQhhuVnUBH+/f7dMUGsNxljMBAAAAFQDBg2qQJLaB3XYr3mYYJ+8/5qIJyQAAAIB61bX8Z/THUtGiL5nSxg0fODSvMTPhSDHmt/sCTlrCmcaAZRuOsmu5ZGMOGDVNuycOoKrJ0yxqOGXrD9kFIkF2dMp1fs2JgKBn+yKHeHc8wseK4IeE+QhNM2vgnTEbzPk4d5ZKYA9BkbcF2H1gwn13qo88xBv3Hv6dmTwsir9XsAAAAIAPa1TPT5mYKCZmvvPejhd8Osxtgy5Rdpj2jdHQ49sq5PJU7G1CeH86msiybtl/XU+1vnKWyMSZnvAGQ+w7lR4DNsxWOdS1lJoyex+cgadOsbaBGD1DEHtG6yW9g5+BZDrRomaIDu+VEN87kmCTbWGjcLa/89gI5POpDOx/yvV74Q== 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:fe08:9b37/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: 76f53a3a-f162-4b86-a65a-fcaece73ded8\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.77 ===\n/dev/root resized successfully [took 3.05s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:08:9B:37 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:9b37/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2437 (2.3 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:02:58,244 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action used request id req-122a80e4-5be3-4a86-a375-bc5c6a013b4f 2018-10-10 17:03:00,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cdfa3438ea1c916c8a6105a5b0d981a0d14d2d4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:03:01,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:03: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-81de640e-1dbd-4c06-84f3-a70766c0694e x-compute-request-id: req-81de640e-1dbd-4c06-84f3-a70766c0694e Content-Encoding: gzip Content-Length: 11172 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503880557 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.177045] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179441] pid_max: default: 32768 minimum: 301\n[ 0.180755] ACPI: Core revision 20150930\n[ 0.182477] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184365] Security Framework initialized\n[ 0.185840] Yama: becoming mindful.\n[ 0.186896] AppArmor: AppArmor initialized\n[ 0.188039] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189345] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.190598] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191796] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.193177] Initializing cgroup subsys io\n[ 0.193980] Initializing cgroup subsys memory\n[ 0.194825] Initializing cgroup subsys devices\n[ 0.195691] Initializing cgroup subsys freezer\n[ 0.196548] Initializing cgroup subsys net_cls\n[ 0.197403] Initializing cgroup subsys perf_event\n[ 0.198298] Initializing cgroup subsys net_prio\n[ 0.199169] Initializing cgroup subsys hugetlb\n[ 0.200029] Initializing cgroup subsys pids\n[ 0.200894] CPU: Physical Processor ID: 0\n[ 0.202373] mce: CPU supports 10 MCE banks\n[ 0.203215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.204207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.215123] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.221685] ftrace: allocating 31920 entries in 125 pages\n[ 0.248941] smpboot: Max logical packages: 1\n[ 0.249801] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.251138] x2apic enabled\n[ 0.251951] Switched APIC routing to physical x2apic.\n[ 0.253682] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.254787] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.256752] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.258543] KVM setup paravirtual spinlock\n[ 0.259863] x86: Booted up 1 node, 1 CPUs\n[ 0.260653] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262029] devtmpfs: initialized\n[ 0.263739] evm: security.selinux\n[ 0.264432] evm: security.SMACK64\n[ 0.265114] evm: security.SMACK64EXEC\n[ 0.265849] evm: security.SMACK64TRANSMUTE\n[ 0.266641] evm: security.SMACK64MMAP\n[ 0.267377] evm: security.ima\n[ 0.268014] evm: security.capability\n[ 0.268811] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270631] pinctrl core: initialized pinctrl subsystem\n[ 0.271728] RTC time: 17:02:09, date: 10/10/18\n[ 0.272667] NET: Registered protocol family 16\n[ 0.273630] cpuidle: using governor ladder\n[ 0.274437] cpuidle: using governor menu\n[ 0.275258] PCCT header not found.\n[ 0.276087] ACPI: bus type PCI registered\n[ 0.276911] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.278201] PCI: Using configuration type 1 for base access\n[ 0.279998] ACPI: Added _OSI(Module Device)\n[ 0.280874] ACPI: Added _OSI(Processor Device)\n[ 0.281867] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.282898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285184] ACPI: Interpreter enabled\n[ 0.285945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.291414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.293230] ACPI: (supports S0 S5)\n[ 0.294013] ACPI: Using IOAPIC for interrupt routing\n[ 0.294953] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.298036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.299158] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.300369] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.301542] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.303729] acpiphp: Slot [3] registered\n[ 0.304515] acpiphp: Slot [4] registered\n[ 0.305302] acpiphp: Slot [5] registered\n[ 0.306089] acpiphp: Slot [6] registered\n[ 0.306871] acpiphp: Slot [7] registered\n[ 0.307658] acpiphp: Slot [8] registered\n[ 0.308447] acpiphp: Slot [9] registered\n[ 0.309234] acpiphp: Slot [10] registered\n[ 0.310038] acpiphp: Slot [11] registered\n[ 0.310839] acpiphp: Slot [12] registered\n[ 0.311711] acpiphp: Slot [13] registered\n[ 0.312518] acpiphp: Slot [14] registered\n[ 0.313320] acpiphp: Slot [15] registered\n[ 0.324153] acpiphp: Slot [16] registered\n[ 0.324964] acpiphp: Slot [17] registered\n[ 0.325764] acpiphp: Slot [18] registered\n[ 0.326557] acpiphp: Slot [19] registered\n[ 0.327353] acpiphp: Slot [20] registered\n[ 0.328159] acpiphp: Slot [21] registered\n[ 0.328958] acpiphp: Slot [22] registered\n[ 0.329758] acpiphp: Slot [23] registered\n[ 0.330553] acpiphp: Slot [24] registered\n[ 0.331360] acpiphp: Slot [25] registered\n[ 0.332165] acpiphp: Slot [26] registered\n[ 0.332963] acpiphp: Slot [27] registered\n[ 0.333763] acpiphp: Slot [28] registered\n[ 0.334560] acpiphp: Slot [29] registered\n[ 0.335363] acpiphp: Slot [30] registered\n[ 0.336169] acpiphp: Slot [31] registered\n[ 0.336964] PCI host bridge to bus 0000:00\n[ 0.337759] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.338947] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.340137] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.341620] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.343069] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.349336] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.350607] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.351769] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.353014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.359920] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361331] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.410388] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413388] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.414796] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416173] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417916] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419083] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.421650] vgaarb: loaded\n[ 0.422246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.423379] SCSI subsystem initialized\n[ 0.424198] ACPI: bus type USB registered\n[ 0.425009] usbcore: registered new interface driver usbfs\n[ 0.426023] usbcore: registered new interface driver hub\n[ 0.427011] usbcore: registered new device driver usb\n[ 0.428045] PCI: Using ACPI for IRQ routing\n[ 0.429077] NetLabel: Initializing\n[ 0.429777] NetLabel: domain hash size = 128\n[ 0.430618] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.431553] NetLabel: unlabeled traffic allowed by default\n[ 0.432685] clocksource: Switched to clocksource kvm-clock\n[ 0.438386] AppArmor: AppArmor Filesystem Enabled\n[ 0.439396] pnp: PnP ACPI init\n[ 0.440337] pnp: PnP ACPI: found 5 devices\n[ 0.446780] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448631] NET: Registered protocol family 2\n[ 0.449590] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.450848] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.451998] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.453152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454214] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.455359] NET: Registered protocol family 1\n[ 0.456221] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.457434] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458544] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472573] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487192] Trying to unpack rootfs image as initramfs...\n[ 0.537590] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.551727] Scanning for low memory corruption every 60 seconds\n[ 0.553057] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.554196] audit: initializing netlink subsys (disabled)\n[ 0.555206] audit: type=2000 audit(1539190930.593:1): initialized\n[ 0.556558] Initialise system trusted keyring\n[ 0.557657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.559031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561199] zbud: loaded\n[ 0.561997] VFS: Disk quotas dquot_6.6.0\n[ 0.562953] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564712] fuse init (API version 7.23)\n[ 0.565741] Key type big_key registered\n[ 0.566671] Allocating IMA MOK and blacklist keyrings.\n[ 0.568363] Key type asymmetric registered\n[ 0.569347] Asymmetric key parser 'x509' registered\n[ 0.570463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572172] io scheduler noop registered\n[ 0.573109] io scheduler deadline registered (default)\n[ 0.574270] io scheduler cfq registered\n[ 0.575235] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.577771] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.579216] ACPI: Power Button [PWRF]\n[ 0.580040] GHES: HEST is not enabled!\n[ 0.593829] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624794] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.627399] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.651906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.654073] Linux agpgart interface v0.103\n[ 0.656199] brd: module loaded\n[ 0.657484] loop: module loaded\n[ 0.661738] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.663212] GPT:90111 != 2097151\n[ 0.663889] GPT:Alternate GPT header not at the end of the disk.\n[ 0.664985] GPT:90111 != 2097151\n[ 0.665657] GPT: Use GNU Parted to correct GPT errors.\n[ 0.666646] vda: vda1 vda15\n[ 0.668184] scsi host0: ata_piix\n[ 0.668935] scsi host1: ata_piix\n[ 0.669650] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.670928] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.672420] libphy: Fixed MDIO Bus: probed\n[ 0.673246] tun: Universal TUN/TAP device driver, 1.6\n[ 0.674187] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.676447] PPP generic driver version 2.4.2\n[ 0.677376] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.678658] ehci-pci: EHCI PCI platform driver\n[ 0.679545] ehci-platform: EHCI generic platform driver\n[ 0.680548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.681707] ohci-pci: OHCI PCI platform driver\n[ 0.682586] ohci-platform: OHCI generic platform driver\n[ 0.683593] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.698049] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.699082] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.700559] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.701616] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.702763] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.704003] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.705468] usb usb1: Product: UHCI Host Controller\n[ 0.706424] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.707600] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.708624] hub 1-0:1.0: USB hub found\n[ 0.709433] hub 1-0:1.0: 2 ports detected\n[ 0.710361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.712502] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.713499] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.714561] mousedev: PS/2 mouse device common for all mice\n[ 0.715855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.717841] rtc_cmos 00:00: RTC can wake from S4\n[ 0.718958] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.720212] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.721451] i2c /dev entries driver\n[ 0.722246] device-mapper: uevent: version 1.0.3\n[ 0.723225] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.724902] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.726319] NET: Registered protocol family 10\n[ 0.727538] NET: Registered protocol family 17\n[ 0.728604] Key type dns_resolver registered\n[ 0.729759] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.731053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.733324] registered taskstats version 1\n[ 0.734345] Loading compiled-in X.509 certificates\n[ 0.736003] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.738367] zswap: loaded using pool lzo/zbud\n[ 0.740109] Key type trusted registered\n[ 0.742134] Key type encrypted registered\n[ 0.743197] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.744385] ima: No TPM chip found, activating TPM-bypass!\n[ 0.745630] evm: HMAC attrs: 0x1\n[ 0.746760] Magic number: 6:540:36\n[ 0.747597] bdi 7:1: hash matches\n[ 0.748297] misc loop-control: hash matches\n[ 0.749239] rtc_cmos 00:00: setting system clock to 2018-10-10 17:02:10 UTC (1539190930)\n[ 0.750834] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.751929] EDD information not available.\n[ 0.825235] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.836855] ata1.00: configured for MWDMA2\n[ 0.838050] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.840263] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.841503] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.842772] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.844625] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.846185] Write protecting the kernel read-only data: 14336k\n[ 0.847759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849577] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.906556] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3rSTnojeQOqSIzmAqtqe5Jc/le3xUXsqrUBlnVwcvNPdA4NUgoTY4zdjFLXRxrtJfOJQsiaWm+kichGQzy49OSEYLssksVGzStYwC/AapBEbzGsSwappSz7dR5ZhP2aA/LARfnvHTk//T5ZHI5PHWNOgc7LHM7M3aPil+HLIHlehJ0v6CkVVIccugvwFy4iaX6r6TPQCxv7C7Tg7CJiJl/GqsUIqC+bQjAJAv9AMVGmowUoV2+QKqHQkB1RZ7biY2JTwY5nwKqgEef0oO3jPlfH7ZLwogdQts9xSzeIw3A/fHpp8C6kFN/UJE0bMcbFzh/cmIX65DCM/BVtlclInT root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALaYG06kr1+LxN69gQIIK3yt6E8QRMX1soV8LME3Ona4SCGgQ0yiB2qsOeuG1KrOV7wo3+8G3HyS+rqhF3pt+gBSh2XhaPKAr3juIGaMMxpieof9qs1lC6CWzfPSI9AN/GBMgAE1S91QaPfo1jmxQhhuVnUBH+/f7dMUGsNxljMBAAAAFQDBg2qQJLaB3XYr3mYYJ+8/5qIJyQAAAIB61bX8Z/THUtGiL5nSxg0fODSvMTPhSDHmt/sCTlrCmcaAZRuOsmu5ZGMOGDVNuycOoKrJ0yxqOGXrD9kFIkF2dMp1fs2JgKBn+yKHeHc8wseK4IeE+QhNM2vgnTEbzPk4d5ZKYA9BkbcF2H1gwn13qo88xBv3Hv6dmTwsir9XsAAAAIAPa1TPT5mYKCZmvvPejhd8Osxtgy5Rdpj2jdHQ49sq5PJU7G1CeH86msiybtl/XU+1vnKWyMSZnvAGQ+w7lR4DNsxWOdS1lJoyex+cgadOsbaBGD1DEHtG6yW9g5+BZDrRomaIDu+VEN87kmCTbWGjcLa/89gI5POpDOx/yvV74Q== 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:fe08:9b37/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: 76f53a3a-f162-4b86-a65a-fcaece73ded8\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.77 ===\n/dev/root resized successfully [took 3.05s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:08:9B:37 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:9b37/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2437 (2.3 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-2-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.181991] usb 1-1: Product: QEMU USB Tablet\n[ 1.181994] usb 1-1: Manufacturer: QEMU\n[ 1.181996] usb 1-1: SerialNumber: 42\n[ 1.548936] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.791963] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.808929] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.868491] ISO 9660 Extensions: Microsoft Joliet Level 3\n[ 1.870521] ISO 9660 Extensions: RRIP_1991A\n[ 2.930487] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.742557] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:02:53 cirros authpriv.info dropbear[505]: Exit (cirros): Exited normally\nOct 10 18:02:54 cirros authpriv.info dropbear[508]: Child connection from 10.10.10.11:42856\nOct 10 18:02:54 cirros authpriv.notice dropbear[508]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:42856\nOct 10 18:02:54 cirros authpriv.info dropbear[508]: Exit (cirros): Exited normally\nOct 10 18:02:54 cirros authpriv.info dropbear[511]: Child connection from 10.10.10.11:42858\nOct 10 18:02:54 cirros authpriv.notice dropbear[511]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:42858\nOct 10 18:02:54 cirros authpriv.info dropbear[511]: Exit (cirros): Exited normally\nOct 10 18:02:55 cirros authpriv.info dropbear[514]: Child connection from 10.10.10.11:42860\nOct 10 18:02:55 cirros authpriv.notice dropbear[514]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:42860\nOct 10 18:02:55 cirros authpriv.info dropbear[514]: Exit (cirros): Exited normally\nOct 10 18:02:55 cirros authpriv.info dropbear[517]: Child connection from 10.10.10.11:42862\nOct 10 18:02:55 cirros authpriv.notice dropbear[517]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:42862\nOct 10 18:02:55 cirros authpriv.info dropbear[517]: Exit (cirros): Exited normally\nOct 10 18:02:56 cirros authpriv.info dropbear[520]: Child connection from 10.10.10.11:42864\nOct 10 18:02:56 cirros authpriv.notice dropbear[520]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:42864\nOct 10 18:02:56 cirros authpriv.info dropbear[520]: Exit (cirros): Exited normally\nOct 10 18:02:56 cirros authpriv.info dropbear[523]: Child connection from 10.10.10.11:42866\nOct 10 18:02:56 cirros authpriv.notice dropbear[523]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:42866\nOct 10 18:02:56 cirros authpriv.info dropbear[523]: Exit (cirros): Exited normally\nOct 10 18:02:57 cirros authpriv.info dropbear[526]: Child connection from 10.10.10.11:42868\nOct 10 18:02:57 cirros authpriv.notice dropbear[526]: 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:42868\nOct 10 18:02:57 cirros authpriv.info dropbear[526]: Exit (cirros): Exited normally\nOct 10 18:02:57 cirros authpriv.info dropbear[529]: Child connection from 10.10.10.11:42870\nOct 10 18:02:57 cirros authpriv.notice dropbear[529]: 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:42870\nOct 10 18:02:57 cirros authpriv.info dropbear[529]: Exit (cirros): Exited normally\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-2-2 login: "} 2018-10-10 17:03:01,339 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action used request id req-81de640e-1dbd-4c06-84f3-a70766c0694e 2018-10-10 17:03:03,375 - sdnvpn_test_utils - INFO - Waiting for instance 66da4c26-6eae-45e4-a283-786712186b88 to boot up 2018-10-10 17:03:03,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd3f42730df4709957ad6422bfa6743d8e2a5da" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:03:04,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:03: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-119ec856-f9a3-44ba-9d82-acd1ca1c6b20 x-compute-request-id: req-119ec856-f9a3-44ba-9d82-acd1ca1c6b20 Content-Encoding: gzip Content-Length: 8147 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476310494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140691] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142261] pid_max: default: 32768 minimum: 301\n[ 0.143109] ACPI: Core revision 20150930\n[ 0.144459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145698] Security Framework initialized\n[ 0.146471] Yama: becoming mindful.\n[ 0.147162] AppArmor: AppArmor initialized\n[ 0.147994] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149254] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150467] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151600] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152920] Initializing cgroup subsys io\n[ 0.153691] Initializing cgroup subsys memory\n[ 0.154504] Initializing cgroup subsys devices\n[ 0.155332] Initializing cgroup subsys freezer\n[ 0.156160] Initializing cgroup subsys net_cls\n[ 0.156984] Initializing cgroup subsys perf_event\n[ 0.157849] Initializing cgroup subsys net_prio\n[ 0.158684] Initializing cgroup subsys hugetlb\n[ 0.159504] Initializing cgroup subsys pids\n[ 0.160348] CPU: Physical Processor ID: 0\n[ 0.161808] mce: CPU supports 10 MCE banks\n[ 0.162618] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174221] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180648] ftrace: allocating 31920 entries in 125 pages\n[ 0.207299] smpboot: Max logical packages: 1\n[ 0.208112] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209395] x2apic enabled\n[ 0.210173] Switched APIC routing to physical x2apic.\n[ 0.211882] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212935] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214819] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216514] KVM setup paravirtual spinlock\n[ 0.217763] x86: Booted up 1 node, 1 CPUs\n[ 0.218527] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219847] devtmpfs: initialized\n[ 0.221524] evm: security.selinux\n[ 0.222188] evm: security.SMACK64\n[ 0.222845] evm: security.SMACK64EXEC\n[ 0.223551] evm: security.SMACK64TRANSMUTE\n[ 0.224314] evm: security.SMACK64MMAP\n[ 0.225014] evm: security.ima\n[ 0.225631] evm: security.capability\n[ 0.226397] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228139] pinctrl core: initialized pinctrl subsystem\n[ 0.229172] RTC time: 17:02:33, date: 10/10/18\n[ 0.230309] NET: Registered protocol family 16\n[ 0.231439] cpuidle: using governor ladder\n[ 0.232411] cpuidle: using governor menu\n[ 0.233362] PCCT header not found.\n[ 0.234260] ACPI: bus type PCI registered\n[ 0.235210] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236686] PCI: Using configuration type 1 for base access\n[ 0.238674] ACPI: Added _OSI(Module Device)\n[ 0.239677] ACPI: Added _OSI(Processor Device)\n[ 0.240717] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241800] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244129] ACPI: Interpreter enabled\n[ 0.245037] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249554] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251702] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253503] ACPI: (supports S0 S5)\n[ 0.254433] ACPI: Using IOAPIC for interrupt routing\n[ 0.255355] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258412] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259525] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260730] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261908] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264083] acpiphp: Slot [3] registered\n[ 0.264872] acpiphp: Slot [4] registered\n[ 0.265658] acpiphp: Slot [5] registered\n[ 0.266449] acpiphp: Slot [6] registered\n[ 0.267228] acpiphp: Slot [7] registered\n[ 0.268017] acpiphp: Slot [8] registered\n[ 0.268804] acpiphp: Slot [9] registered\n[ 0.269588] acpiphp: Slot [10] registered\n[ 0.270379] acpiphp: Slot [11] registered\n[ 0.271180] acpiphp: Slot [12] registered\n[ 0.271977] acpiphp: Slot [13] registered\n[ 0.272776] acpiphp: Slot [14] registered\n[ 0.273573] acpiphp: Slot [15] registered\n[ 0.284356] acpiphp: Slot [16] registered\n[ 0.285150] acpiphp: Slot [17] registered\n[ 0.285945] acpiphp: Slot [18] registered\n[ 0.286750] acpiphp: Slot [19] registered\n[ 0.287548] acpiphp: Slot [20] registered\n[ 0.288352] acpiphp: Slot [21] registered\n[ 0.289145] acpiphp: Slot [22] registered\n[ 0.289944] acpiphp: Slot [23] registered\n[ 0.290743] acpiphp: Slot [24] registered\n[ 0.291538] acpiphp: Slot [25] registered\n[ 0.292331] acpiphp: Slot [26] registered\n[ 0.293128] acpiphp: Slot [27] registered\n[ 0.293929] acpiphp: Slot [28] registered\n[ 0.294727] acpiphp: Slot [29] registered\n[ 0.295523] acpiphp: Slot [30] registered\n[ 0.296316] acpiphp: Slot [31] registered\n[ 0.297104] PCI host bridge to bus 0000:00\n[ 0.297903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299092] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300274] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301694] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303123] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309309] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311706] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312942] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321637] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371254] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372705] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375496] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376862] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378084] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379214] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380243] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381758] vgaarb: loaded\n[ 0.382351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383467] SCSI subsystem initialized\n[ 0.384265] ACPI: bus type USB registered\n[ 0.385062] usbcore: registered new interface driver usbfs\n[ 0.386064] usbcore: registered new interface driver hub\n[ 0.387046] usbcore: registered new device driver usb\n[ 0.388077] PCI: Using ACPI for IRQ routing\n[ 0.389089] NetLabel: Initializing\n[ 0.389787] NetLabel: domain hash size = 128\n[ 0.390618] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391544] NetLabel: unlabeled traffic allowed by default\n[ 0.392617] clocksource: Switched to clocksource kvm-clock\n[ 0.398013] AppArmor: AppArmor Filesystem Enabled\n[ 0.398952] pnp: PnP ACPI init\n[ 0.399844] pnp: PnP ACPI: found 5 devices\n[ 0.406201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407883] NET: Registered protocol family 2\n[ 0.408825] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411207] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412347] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413402] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414547] NET: Registered protocol family 1\n[ 0.415396] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416465] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417517] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431532] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445710] Trying to unpack rootfs image as initramfs...\n[ 0.496225] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510237] Scanning for low memory corruption every 60 seconds\n[ 0.511555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512675] audit: initializing netlink subsys (disabled)\n[ 0.513676] audit: type=2000 audit(1539190954.664:1): initialized\n[ 0.514955] Initialise system trusted keyring\n[ 0.515860] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516997] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518920] zbud: loaded\n[ 0.519607] VFS: Disk quotas dquot_6.6.0\n[ 0.520404] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521888] fuse init (API version 7.23)\n[ 0.522755] Key type big_key registered\n[ 0.523539] Allocating IMA MOK and blacklist keyrings.\n[ 0.524633] Key type asymmetric registered\n[ 0.525437] Asymmetric key parser 'x509' registered\n[ 0.526365] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527800] io scheduler noop registered\n[ 0.528575] io scheduler deadline registered (default)\n[ 0.529546] io scheduler cfq registered\n[ 0.530362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531377] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532979] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534410] ACPI: Power Button [PWRF]\n[ 0.535218] GHES: HEST is not enabled!\n[ 0.548893] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579545] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604911] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607993] Linux agpgart interface v0.103\n[ 0.610512] brd: module loaded\n[ 0.611728] loop: module loaded\n[ 0.616772] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618226] GPT:90111 != 2097151\n[ 0.618892] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619961] GPT:90111 != 2097151\n[ 0.620633] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621579] vda: vda1 vda15\n[ 0.623082] scsi host0: ata_piix\n[ 0.623816] scsi host1: ata_piix\n[ 0.624517] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625712] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627131] libphy: Fixed MDIO Bus: probed\n[ 0.627933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628873] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630998] PPP generic driver version 2.4.2\n[ 0.631876] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633318] ehci-pci: EHCI PCI platform driver\n[ 0.634174] ehci-platform: EHCI generic platform driver\n[ 0.635148] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636253] ohci-pci: OHCI PCI platform driver\n[ 0.637112] ohci-platform: OHCI generic platform driver\n[ 0.638082] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652550] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654435] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656872] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.658593] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660460] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663453] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666149] usb usb1: Product: UHCI Host Controller\n[ 0.667923] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672466] hub 1-0:1.0: USB hub found\n[ 0.673495] hub 1-0:1.0: 2 ports detected\n[ 0.674387] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676463] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677406] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678422] mousedev: PS/2 mouse device common for all mice\n[ 0.679648] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681462] rtc_cmos 00:00: RTC can wake from S4\n[ 0.682538] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.683715] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684887] i2c /dev entries driver\n[ 0.685644] device-mapper: uevent: version 1.0.3\n[ 0.686573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688163] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689423] NET: Registered protocol family 10\n[ 0.690397] NET: Registered protocol family 17\n[ 0.691259] Key type dns_resolver registered\n[ 0.692166] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693237] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694955] registered taskstats version 1\n[ 0.695780] Loading compiled-in X.509 certificates\n[ 0.697210] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699029] zswap: loaded using pool lzo/zbud\n[ 0.700404] Key type trusted registered\n[ 0.702394] Key type encrypted registered\n[ 0.703203] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704209] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705235] evm: HMAC attrs: 0x1\n[ 0.706158] Magic number: 6:540:36\n[ 0.706892] bdi 7:1: hash matches\n[ 0.707579] misc loop-control: hash matches\n[ 0.708471] rtc_cmos 00:00: setting system clock to 2018-10-10 17:02:34 UTC (1539190954)\n[ 0.710057] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711148] EDD information not available.\n[ 0.781128] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792862] ata1.00: configured for MWDMA2\n[ 0.794047] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796188] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797396] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.798625] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.800465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802012] Write protecting the kernel read-only data: 14336k\n[ 0.803572] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805372] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.861621] 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.86\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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=2078687,end=2097119\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 1.50s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-10-10 17:03:04,450 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88/action used request id req-119ec856-f9a3-44ba-9d82-acd1ca1c6b20 2018-10-10 17:03:06,454 - sdnvpn_test_utils - INFO - Waiting for instance 491687db-76ea-4334-b071-d2de0c72be59 to boot up 2018-10-10 17:03:06,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cf0545484c5a8f84450b84274721ce0c3e7a7f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:03:07,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:03: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-6abcc5ca-6c1c-4762-b369-4a89371a8b39 x-compute-request-id: req-6abcc5ca-6c1c-4762-b369-4a89371a8b39 Content-Encoding: gzip Content-Length: 8139 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520202517 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132629] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134361] pid_max: default: 32768 minimum: 301\n[ 0.135289] ACPI: Core revision 20150930\n[ 0.136718] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138072] Security Framework initialized\n[ 0.138924] Yama: becoming mindful.\n[ 0.139687] AppArmor: AppArmor initialized\n[ 0.140569] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141960] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144545] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145984] Initializing cgroup subsys io\n[ 0.146819] Initializing cgroup subsys memory\n[ 0.147723] Initializing cgroup subsys devices\n[ 0.148624] Initializing cgroup subsys freezer\n[ 0.149519] Initializing cgroup subsys net_cls\n[ 0.150411] Initializing cgroup subsys perf_event\n[ 0.151353] Initializing cgroup subsys net_prio\n[ 0.152280] Initializing cgroup subsys hugetlb\n[ 0.153152] Initializing cgroup subsys pids\n[ 0.154054] CPU: Physical Processor ID: 0\n[ 0.155567] mce: CPU supports 10 MCE banks\n[ 0.156426] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157435] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169867] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176288] ftrace: allocating 31920 entries in 125 pages\n[ 0.202624] smpboot: Max logical packages: 1\n[ 0.203477] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204835] x2apic enabled\n[ 0.205641] Switched APIC routing to physical x2apic.\n[ 0.207368] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208531] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210567] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212400] KVM setup paravirtual spinlock\n[ 0.213726] x86: Booted up 1 node, 1 CPUs\n[ 0.214549] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215973] devtmpfs: initialized\n[ 0.217705] evm: security.selinux\n[ 0.218421] evm: security.SMACK64\n[ 0.219130] evm: security.SMACK64EXEC\n[ 0.219903] evm: security.SMACK64TRANSMUTE\n[ 0.220732] evm: security.SMACK64MMAP\n[ 0.221506] evm: security.ima\n[ 0.222175] evm: security.capability\n[ 0.223008] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224909] pinctrl core: initialized pinctrl subsystem\n[ 0.226053] RTC time: 17:02:20, date: 10/10/18\n[ 0.227040] NET: Registered protocol family 16\n[ 0.228037] cpuidle: using governor ladder\n[ 0.228876] cpuidle: using governor menu\n[ 0.229694] PCCT header not found.\n[ 0.230476] ACPI: bus type PCI registered\n[ 0.231317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232603] PCI: Using configuration type 1 for base access\n[ 0.234389] ACPI: Added _OSI(Module Device)\n[ 0.235268] ACPI: Added _OSI(Processor Device)\n[ 0.236193] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237128] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239262] ACPI: Interpreter enabled\n[ 0.240064] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241981] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247732] ACPI: (supports S0 S5)\n[ 0.248472] ACPI: Using IOAPIC for interrupt routing\n[ 0.249652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252837] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254027] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255301] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258852] acpiphp: Slot [3] registered\n[ 0.259679] acpiphp: Slot [4] registered\n[ 0.260495] acpiphp: Slot [5] registered\n[ 0.261335] acpiphp: Slot [6] registered\n[ 0.262163] acpiphp: Slot [7] registered\n[ 0.263004] acpiphp: Slot [8] registered\n[ 0.263836] acpiphp: Slot [9] registered\n[ 0.264669] acpiphp: Slot [10] registered\n[ 0.265499] acpiphp: Slot [11] registered\n[ 0.266340] acpiphp: Slot [12] registered\n[ 0.267195] acpiphp: Slot [13] registered\n[ 0.268029] acpiphp: Slot [14] registered\n[ 0.268870] acpiphp: Slot [15] registered\n[ 0.279830] acpiphp: Slot [16] registered\n[ 0.280676] acpiphp: Slot [17] registered\n[ 0.281512] acpiphp: Slot [18] registered\n[ 0.282383] acpiphp: Slot [19] registered\n[ 0.283245] acpiphp: Slot [20] registered\n[ 0.284124] acpiphp: Slot [21] registered\n[ 0.284982] acpiphp: Slot [22] registered\n[ 0.285837] acpiphp: Slot [23] registered\n[ 0.286710] acpiphp: Slot [24] registered\n[ 0.287562] acpiphp: Slot [25] registered\n[ 0.288437] acpiphp: Slot [26] registered\n[ 0.289295] acpiphp: Slot [27] registered\n[ 0.290158] acpiphp: Slot [28] registered\n[ 0.291031] acpiphp: Slot [29] registered\n[ 0.291888] acpiphp: Slot [30] registered\n[ 0.292764] acpiphp: Slot [31] registered\n[ 0.293634] PCI host bridge to bus 0000:00\n[ 0.294479] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295752] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298550] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300059] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306492] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307838] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309076] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317326] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319037] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370320] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371921] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373503] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375909] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377362] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378686] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379959] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381808] vgaarb: loaded\n[ 0.382516] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383870] SCSI subsystem initialized\n[ 0.384832] ACPI: bus type USB registered\n[ 0.385807] usbcore: registered new interface driver usbfs\n[ 0.387036] usbcore: registered new interface driver hub\n[ 0.388217] usbcore: registered new device driver usb\n[ 0.389429] PCI: Using ACPI for IRQ routing\n[ 0.390578] NetLabel: Initializing\n[ 0.391391] NetLabel: domain hash size = 128\n[ 0.392376] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393487] NetLabel: unlabeled traffic allowed by default\n[ 0.394764] clocksource: Switched to clocksource kvm-clock\n[ 0.400495] AppArmor: AppArmor Filesystem Enabled\n[ 0.401645] pnp: PnP ACPI init\n[ 0.402562] pnp: PnP ACPI: found 5 devices\n[ 0.408922] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.410613] NET: Registered protocol family 2\n[ 0.411553] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412794] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413931] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415072] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416128] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417264] NET: Registered protocol family 1\n[ 0.418117] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419190] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434275] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448546] Trying to unpack rootfs image as initramfs...\n[ 0.499095] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513105] Scanning for low memory corruption every 60 seconds\n[ 0.514996] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516638] audit: initializing netlink subsys (disabled)\n[ 0.518047] audit: type=2000 audit(1539190941.659:1): initialized\n[ 0.519755] Initialise system trusted keyring\n[ 0.520873] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524677] zbud: loaded\n[ 0.525470] VFS: Disk quotas dquot_6.6.0\n[ 0.526536] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528505] fuse init (API version 7.23)\n[ 0.529562] Key type big_key registered\n[ 0.530661] Allocating IMA MOK and blacklist keyrings.\n[ 0.532194] Key type asymmetric registered\n[ 0.533375] Asymmetric key parser 'x509' registered\n[ 0.534709] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537211] io scheduler noop registered\n[ 0.538075] io scheduler deadline registered (default)\n[ 0.539153] io scheduler cfq registered\n[ 0.540037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541141] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544088] ACPI: Power Button [PWRF]\n[ 0.545303] GHES: HEST is not enabled!\n[ 0.559531] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598046] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624485] Linux agpgart interface v0.103\n[ 0.626947] brd: module loaded\n[ 0.628947] loop: module loaded\n[ 0.633720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635970] GPT:90111 != 2097151\n[ 0.636819] GPT:Alternate GPT header not at the end of the disk.\n[ 0.638179] GPT:90111 != 2097151\n[ 0.639002] GPT: Use GNU Parted to correct GPT errors.\n[ 0.640205] vda: vda1 vda15\n[ 0.642033] scsi host0: ata_piix\n[ 0.642932] scsi host1: ata_piix\n[ 0.643779] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645274] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.647017] libphy: Fixed MDIO Bus: probed\n[ 0.648016] tun: Universal TUN/TAP device driver, 1.6\n[ 0.649173] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.651894] PPP generic driver version 2.4.2\n[ 0.652978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654437] ehci-pci: EHCI PCI platform driver\n[ 0.655502] ehci-platform: EHCI generic platform driver\n[ 0.656716] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658089] ohci-pci: OHCI PCI platform driver\n[ 0.659149] ohci-platform: OHCI generic platform driver\n[ 0.660352] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.676871] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678827] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.683363] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.685274] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688061] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691217] usb usb1: Product: UHCI Host Controller\n[ 0.692141] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693263] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694218] hub 1-0:1.0: USB hub found\n[ 0.694994] hub 1-0:1.0: 2 ports detected\n[ 0.695891] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697993] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698938] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699957] mousedev: PS/2 mouse device common for all mice\n[ 0.701213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705314] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706482] i2c /dev entries driver\n[ 0.707253] device-mapper: uevent: version 1.0.3\n[ 0.708191] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709797] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711104] NET: Registered protocol family 10\n[ 0.712113] NET: Registered protocol family 17\n[ 0.712995] Key type dns_resolver registered\n[ 0.713919] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715000] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.716735] registered taskstats version 1\n[ 0.717555] Loading compiled-in X.509 certificates\n[ 0.719007] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.720835] zswap: loaded using pool lzo/zbud\n[ 0.722225] Key type trusted registered\n[ 0.723781] Key type encrypted registered\n[ 0.724588] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725706] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726808] evm: HMAC attrs: 0x1\n[ 0.727780] Magic number: 6:540:36\n[ 0.728555] bdi 7:1: hash matches\n[ 0.729284] misc loop-control: hash matches\n[ 0.730206] rtc_cmos 00:00: setting system clock to 2018-10-10 17:02:21 UTC (1539190941)\n[ 0.731821] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732930] EDD information not available.\n[ 0.803396] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.815123] ata1.00: configured for MWDMA2\n[ 0.816350] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.818513] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819762] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821011] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822900] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.824436] Write protecting the kernel read-only data: 14336k\n[ 0.826021] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827827] 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\n[ 0.885045] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.26\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending 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.44s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-10-10 17:03:07,582 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59/action used request id req-6abcc5ca-6c1c-4762-b369-4a89371a8b39 2018-10-10 17:03:09,586 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-10 17:03:39,614 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd3f42730df4709957ad6422bfa6743d8e2a5da" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:03:40,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:03: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-4d2a483b-6f7f-4516-851b-cb8bf4b917b1 x-compute-request-id: req-4d2a483b-6f7f-4516-851b-cb8bf4b917b1 Content-Encoding: gzip Content-Length: 8164 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476310494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140691] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142261] pid_max: default: 32768 minimum: 301\n[ 0.143109] ACPI: Core revision 20150930\n[ 0.144459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145698] Security Framework initialized\n[ 0.146471] Yama: becoming mindful.\n[ 0.147162] AppArmor: AppArmor initialized\n[ 0.147994] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149254] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150467] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151600] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152920] Initializing cgroup subsys io\n[ 0.153691] Initializing cgroup subsys memory\n[ 0.154504] Initializing cgroup subsys devices\n[ 0.155332] Initializing cgroup subsys freezer\n[ 0.156160] Initializing cgroup subsys net_cls\n[ 0.156984] Initializing cgroup subsys perf_event\n[ 0.157849] Initializing cgroup subsys net_prio\n[ 0.158684] Initializing cgroup subsys hugetlb\n[ 0.159504] Initializing cgroup subsys pids\n[ 0.160348] CPU: Physical Processor ID: 0\n[ 0.161808] mce: CPU supports 10 MCE banks\n[ 0.162618] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174221] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180648] ftrace: allocating 31920 entries in 125 pages\n[ 0.207299] smpboot: Max logical packages: 1\n[ 0.208112] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209395] x2apic enabled\n[ 0.210173] Switched APIC routing to physical x2apic.\n[ 0.211882] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212935] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214819] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216514] KVM setup paravirtual spinlock\n[ 0.217763] x86: Booted up 1 node, 1 CPUs\n[ 0.218527] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219847] devtmpfs: initialized\n[ 0.221524] evm: security.selinux\n[ 0.222188] evm: security.SMACK64\n[ 0.222845] evm: security.SMACK64EXEC\n[ 0.223551] evm: security.SMACK64TRANSMUTE\n[ 0.224314] evm: security.SMACK64MMAP\n[ 0.225014] evm: security.ima\n[ 0.225631] evm: security.capability\n[ 0.226397] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228139] pinctrl core: initialized pinctrl subsystem\n[ 0.229172] RTC time: 17:02:33, date: 10/10/18\n[ 0.230309] NET: Registered protocol family 16\n[ 0.231439] cpuidle: using governor ladder\n[ 0.232411] cpuidle: using governor menu\n[ 0.233362] PCCT header not found.\n[ 0.234260] ACPI: bus type PCI registered\n[ 0.235210] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236686] PCI: Using configuration type 1 for base access\n[ 0.238674] ACPI: Added _OSI(Module Device)\n[ 0.239677] ACPI: Added _OSI(Processor Device)\n[ 0.240717] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241800] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244129] ACPI: Interpreter enabled\n[ 0.245037] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249554] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251702] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253503] ACPI: (supports S0 S5)\n[ 0.254433] ACPI: Using IOAPIC for interrupt routing\n[ 0.255355] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258412] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259525] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260730] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261908] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264083] acpiphp: Slot [3] registered\n[ 0.264872] acpiphp: Slot [4] registered\n[ 0.265658] acpiphp: Slot [5] registered\n[ 0.266449] acpiphp: Slot [6] registered\n[ 0.267228] acpiphp: Slot [7] registered\n[ 0.268017] acpiphp: Slot [8] registered\n[ 0.268804] acpiphp: Slot [9] registered\n[ 0.269588] acpiphp: Slot [10] registered\n[ 0.270379] acpiphp: Slot [11] registered\n[ 0.271180] acpiphp: Slot [12] registered\n[ 0.271977] acpiphp: Slot [13] registered\n[ 0.272776] acpiphp: Slot [14] registered\n[ 0.273573] acpiphp: Slot [15] registered\n[ 0.284356] acpiphp: Slot [16] registered\n[ 0.285150] acpiphp: Slot [17] registered\n[ 0.285945] acpiphp: Slot [18] registered\n[ 0.286750] acpiphp: Slot [19] registered\n[ 0.287548] acpiphp: Slot [20] registered\n[ 0.288352] acpiphp: Slot [21] registered\n[ 0.289145] acpiphp: Slot [22] registered\n[ 0.289944] acpiphp: Slot [23] registered\n[ 0.290743] acpiphp: Slot [24] registered\n[ 0.291538] acpiphp: Slot [25] registered\n[ 0.292331] acpiphp: Slot [26] registered\n[ 0.293128] acpiphp: Slot [27] registered\n[ 0.293929] acpiphp: Slot [28] registered\n[ 0.294727] acpiphp: Slot [29] registered\n[ 0.295523] acpiphp: Slot [30] registered\n[ 0.296316] acpiphp: Slot [31] registered\n[ 0.297104] PCI host bridge to bus 0000:00\n[ 0.297903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299092] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300274] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301694] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303123] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309309] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311706] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312942] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321637] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371254] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372705] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375496] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376862] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378084] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379214] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380243] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381758] vgaarb: loaded\n[ 0.382351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383467] SCSI subsystem initialized\n[ 0.384265] ACPI: bus type USB registered\n[ 0.385062] usbcore: registered new interface driver usbfs\n[ 0.386064] usbcore: registered new interface driver hub\n[ 0.387046] usbcore: registered new device driver usb\n[ 0.388077] PCI: Using ACPI for IRQ routing\n[ 0.389089] NetLabel: Initializing\n[ 0.389787] NetLabel: domain hash size = 128\n[ 0.390618] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391544] NetLabel: unlabeled traffic allowed by default\n[ 0.392617] clocksource: Switched to clocksource kvm-clock\n[ 0.398013] AppArmor: AppArmor Filesystem Enabled\n[ 0.398952] pnp: PnP ACPI init\n[ 0.399844] pnp: PnP ACPI: found 5 devices\n[ 0.406201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407883] NET: Registered protocol family 2\n[ 0.408825] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411207] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412347] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413402] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414547] NET: Registered protocol family 1\n[ 0.415396] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416465] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417517] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431532] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445710] Trying to unpack rootfs image as initramfs...\n[ 0.496225] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510237] Scanning for low memory corruption every 60 seconds\n[ 0.511555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512675] audit: initializing netlink subsys (disabled)\n[ 0.513676] audit: type=2000 audit(1539190954.664:1): initialized\n[ 0.514955] Initialise system trusted keyring\n[ 0.515860] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516997] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518920] zbud: loaded\n[ 0.519607] VFS: Disk quotas dquot_6.6.0\n[ 0.520404] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521888] fuse init (API version 7.23)\n[ 0.522755] Key type big_key registered\n[ 0.523539] Allocating IMA MOK and blacklist keyrings.\n[ 0.524633] Key type asymmetric registered\n[ 0.525437] Asymmetric key parser 'x509' registered\n[ 0.526365] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527800] io scheduler noop registered\n[ 0.528575] io scheduler deadline registered (default)\n[ 0.529546] io scheduler cfq registered\n[ 0.530362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531377] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532979] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534410] ACPI: Power Button [PWRF]\n[ 0.535218] GHES: HEST is not enabled!\n[ 0.548893] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579545] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604911] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607993] Linux agpgart interface v0.103\n[ 0.610512] brd: module loaded\n[ 0.611728] loop: module loaded\n[ 0.616772] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618226] GPT:90111 != 2097151\n[ 0.618892] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619961] GPT:90111 != 2097151\n[ 0.620633] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621579] vda: vda1 vda15\n[ 0.623082] scsi host0: ata_piix\n[ 0.623816] scsi host1: ata_piix\n[ 0.624517] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625712] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627131] libphy: Fixed MDIO Bus: probed\n[ 0.627933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628873] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630998] PPP generic driver version 2.4.2\n[ 0.631876] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633318] ehci-pci: EHCI PCI platform driver\n[ 0.634174] ehci-platform: EHCI generic platform driver\n[ 0.635148] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636253] ohci-pci: OHCI PCI platform driver\n[ 0.637112] ohci-platform: OHCI generic platform driver\n[ 0.638082] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652550] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654435] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656872] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.658593] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660460] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663453] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666149] usb usb1: Product: UHCI Host Controller\n[ 0.667923] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672466] hub 1-0:1.0: USB hub found\n[ 0.673495] hub 1-0:1.0: 2 ports detected\n[ 0.674387] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676463] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677406] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678422] mousedev: PS/2 mouse device common for all mice\n[ 0.679648] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681462] rtc_cmos 00:00: RTC can wake from S4\n[ 0.682538] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.683715] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684887] i2c /dev entries driver\n[ 0.685644] device-mapper: uevent: version 1.0.3\n[ 0.686573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688163] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689423] NET: Registered protocol family 10\n[ 0.690397] NET: Registered protocol family 17\n[ 0.691259] Key type dns_resolver registered\n[ 0.692166] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693237] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694955] registered taskstats version 1\n[ 0.695780] Loading compiled-in X.509 certificates\n[ 0.697210] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699029] zswap: loaded using pool lzo/zbud\n[ 0.700404] Key type trusted registered\n[ 0.702394] Key type encrypted registered\n[ 0.703203] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704209] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705235] evm: HMAC attrs: 0x1\n[ 0.706158] Magic number: 6:540:36\n[ 0.706892] bdi 7:1: hash matches\n[ 0.707579] misc loop-control: hash matches\n[ 0.708471] rtc_cmos 00:00: setting system clock to 2018-10-10 17:02:34 UTC (1539190954)\n[ 0.710057] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711148] EDD information not available.\n[ 0.781128] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792862] ata1.00: configured for MWDMA2\n[ 0.794047] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796188] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797396] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.798625] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.800465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802012] Write protecting the kernel read-only data: 14336k\n[ 0.803572] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805372] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.861621] 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.86\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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=2078687,end=2097119\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 1.50s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-10-10 17:03:40,697 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88/action used request id req-4d2a483b-6f7f-4516-851b-cb8bf4b917b1 2018-10-10 17:03:40,698 - sdnvpn-results - DEBUG - SSH from 'sdnvpn-2-1' (10.10.10.11) to 'sdnvpn-2-2' (10.10.10.12). -->Expected result: sdnvpn-2-2. 2018-10-10 17:03:40,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd3f42730df4709957ad6422bfa6743d8e2a5da" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:03:41,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:03:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c023de18-d77f-4bcf-9a75-ce6a153f6e40 x-compute-request-id: req-c023de18-d77f-4bcf-9a75-ce6a153f6e40 Content-Encoding: gzip Content-Length: 8164 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476310494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140691] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142261] pid_max: default: 32768 minimum: 301\n[ 0.143109] ACPI: Core revision 20150930\n[ 0.144459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145698] Security Framework initialized\n[ 0.146471] Yama: becoming mindful.\n[ 0.147162] AppArmor: AppArmor initialized\n[ 0.147994] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149254] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150467] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151600] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152920] Initializing cgroup subsys io\n[ 0.153691] Initializing cgroup subsys memory\n[ 0.154504] Initializing cgroup subsys devices\n[ 0.155332] Initializing cgroup subsys freezer\n[ 0.156160] Initializing cgroup subsys net_cls\n[ 0.156984] Initializing cgroup subsys perf_event\n[ 0.157849] Initializing cgroup subsys net_prio\n[ 0.158684] Initializing cgroup subsys hugetlb\n[ 0.159504] Initializing cgroup subsys pids\n[ 0.160348] CPU: Physical Processor ID: 0\n[ 0.161808] mce: CPU supports 10 MCE banks\n[ 0.162618] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174221] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180648] ftrace: allocating 31920 entries in 125 pages\n[ 0.207299] smpboot: Max logical packages: 1\n[ 0.208112] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209395] x2apic enabled\n[ 0.210173] Switched APIC routing to physical x2apic.\n[ 0.211882] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212935] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214819] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216514] KVM setup paravirtual spinlock\n[ 0.217763] x86: Booted up 1 node, 1 CPUs\n[ 0.218527] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219847] devtmpfs: initialized\n[ 0.221524] evm: security.selinux\n[ 0.222188] evm: security.SMACK64\n[ 0.222845] evm: security.SMACK64EXEC\n[ 0.223551] evm: security.SMACK64TRANSMUTE\n[ 0.224314] evm: security.SMACK64MMAP\n[ 0.225014] evm: security.ima\n[ 0.225631] evm: security.capability\n[ 0.226397] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228139] pinctrl core: initialized pinctrl subsystem\n[ 0.229172] RTC time: 17:02:33, date: 10/10/18\n[ 0.230309] NET: Registered protocol family 16\n[ 0.231439] cpuidle: using governor ladder\n[ 0.232411] cpuidle: using governor menu\n[ 0.233362] PCCT header not found.\n[ 0.234260] ACPI: bus type PCI registered\n[ 0.235210] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236686] PCI: Using configuration type 1 for base access\n[ 0.238674] ACPI: Added _OSI(Module Device)\n[ 0.239677] ACPI: Added _OSI(Processor Device)\n[ 0.240717] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241800] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244129] ACPI: Interpreter enabled\n[ 0.245037] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249554] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251702] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253503] ACPI: (supports S0 S5)\n[ 0.254433] ACPI: Using IOAPIC for interrupt routing\n[ 0.255355] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258412] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259525] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260730] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261908] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264083] acpiphp: Slot [3] registered\n[ 0.264872] acpiphp: Slot [4] registered\n[ 0.265658] acpiphp: Slot [5] registered\n[ 0.266449] acpiphp: Slot [6] registered\n[ 0.267228] acpiphp: Slot [7] registered\n[ 0.268017] acpiphp: Slot [8] registered\n[ 0.268804] acpiphp: Slot [9] registered\n[ 0.269588] acpiphp: Slot [10] registered\n[ 0.270379] acpiphp: Slot [11] registered\n[ 0.271180] acpiphp: Slot [12] registered\n[ 0.271977] acpiphp: Slot [13] registered\n[ 0.272776] acpiphp: Slot [14] registered\n[ 0.273573] acpiphp: Slot [15] registered\n[ 0.284356] acpiphp: Slot [16] registered\n[ 0.285150] acpiphp: Slot [17] registered\n[ 0.285945] acpiphp: Slot [18] registered\n[ 0.286750] acpiphp: Slot [19] registered\n[ 0.287548] acpiphp: Slot [20] registered\n[ 0.288352] acpiphp: Slot [21] registered\n[ 0.289145] acpiphp: Slot [22] registered\n[ 0.289944] acpiphp: Slot [23] registered\n[ 0.290743] acpiphp: Slot [24] registered\n[ 0.291538] acpiphp: Slot [25] registered\n[ 0.292331] acpiphp: Slot [26] registered\n[ 0.293128] acpiphp: Slot [27] registered\n[ 0.293929] acpiphp: Slot [28] registered\n[ 0.294727] acpiphp: Slot [29] registered\n[ 0.295523] acpiphp: Slot [30] registered\n[ 0.296316] acpiphp: Slot [31] registered\n[ 0.297104] PCI host bridge to bus 0000:00\n[ 0.297903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299092] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300274] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301694] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303123] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309309] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311706] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312942] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321637] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371254] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372705] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374098] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375496] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376862] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378084] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379214] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380243] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381758] vgaarb: loaded\n[ 0.382351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383467] SCSI subsystem initialized\n[ 0.384265] ACPI: bus type USB registered\n[ 0.385062] usbcore: registered new interface driver usbfs\n[ 0.386064] usbcore: registered new interface driver hub\n[ 0.387046] usbcore: registered new device driver usb\n[ 0.388077] PCI: Using ACPI for IRQ routing\n[ 0.389089] NetLabel: Initializing\n[ 0.389787] NetLabel: domain hash size = 128\n[ 0.390618] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391544] NetLabel: unlabeled traffic allowed by default\n[ 0.392617] clocksource: Switched to clocksource kvm-clock\n[ 0.398013] AppArmor: AppArmor Filesystem Enabled\n[ 0.398952] pnp: PnP ACPI init\n[ 0.399844] pnp: PnP ACPI: found 5 devices\n[ 0.406201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407883] NET: Registered protocol family 2\n[ 0.408825] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411207] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412347] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413402] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414547] NET: Registered protocol family 1\n[ 0.415396] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416465] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417517] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431532] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445710] Trying to unpack rootfs image as initramfs...\n[ 0.496225] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510237] Scanning for low memory corruption every 60 seconds\n[ 0.511555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512675] audit: initializing netlink subsys (disabled)\n[ 0.513676] audit: type=2000 audit(1539190954.664:1): initialized\n[ 0.514955] Initialise system trusted keyring\n[ 0.515860] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516997] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518920] zbud: loaded\n[ 0.519607] VFS: Disk quotas dquot_6.6.0\n[ 0.520404] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521888] fuse init (API version 7.23)\n[ 0.522755] Key type big_key registered\n[ 0.523539] Allocating IMA MOK and blacklist keyrings.\n[ 0.524633] Key type asymmetric registered\n[ 0.525437] Asymmetric key parser 'x509' registered\n[ 0.526365] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527800] io scheduler noop registered\n[ 0.528575] io scheduler deadline registered (default)\n[ 0.529546] io scheduler cfq registered\n[ 0.530362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531377] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532979] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534410] ACPI: Power Button [PWRF]\n[ 0.535218] GHES: HEST is not enabled!\n[ 0.548893] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577343] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579545] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604911] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607993] Linux agpgart interface v0.103\n[ 0.610512] brd: module loaded\n[ 0.611728] loop: module loaded\n[ 0.616772] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618226] GPT:90111 != 2097151\n[ 0.618892] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619961] GPT:90111 != 2097151\n[ 0.620633] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621579] vda: vda1 vda15\n[ 0.623082] scsi host0: ata_piix\n[ 0.623816] scsi host1: ata_piix\n[ 0.624517] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625712] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627131] libphy: Fixed MDIO Bus: probed\n[ 0.627933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628873] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630998] PPP generic driver version 2.4.2\n[ 0.631876] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633318] ehci-pci: EHCI PCI platform driver\n[ 0.634174] ehci-platform: EHCI generic platform driver\n[ 0.635148] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636253] ohci-pci: OHCI PCI platform driver\n[ 0.637112] ohci-platform: OHCI generic platform driver\n[ 0.638082] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652550] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654435] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656872] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.658593] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660460] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663453] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666149] usb usb1: Product: UHCI Host Controller\n[ 0.667923] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672466] hub 1-0:1.0: USB hub found\n[ 0.673495] hub 1-0:1.0: 2 ports detected\n[ 0.674387] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676463] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677406] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678422] mousedev: PS/2 mouse device common for all mice\n[ 0.679648] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681462] rtc_cmos 00:00: RTC can wake from S4\n[ 0.682538] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.683715] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684887] i2c /dev entries driver\n[ 0.685644] device-mapper: uevent: version 1.0.3\n[ 0.686573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688163] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689423] NET: Registered protocol family 10\n[ 0.690397] NET: Registered protocol family 17\n[ 0.691259] Key type dns_resolver registered\n[ 0.692166] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693237] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694955] registered taskstats version 1\n[ 0.695780] Loading compiled-in X.509 certificates\n[ 0.697210] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699029] zswap: loaded using pool lzo/zbud\n[ 0.700404] Key type trusted registered\n[ 0.702394] Key type encrypted registered\n[ 0.703203] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704209] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705235] evm: HMAC attrs: 0x1\n[ 0.706158] Magic number: 6:540:36\n[ 0.706892] bdi 7:1: hash matches\n[ 0.707579] misc loop-control: hash matches\n[ 0.708471] rtc_cmos 00:00: setting system clock to 2018-10-10 17:02:34 UTC (1539190954)\n[ 0.710057] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711148] EDD information not available.\n[ 0.781128] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792862] ata1.00: configured for MWDMA2\n[ 0.794047] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796188] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797396] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.798625] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.800465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802012] Write protecting the kernel read-only data: 14336k\n[ 0.803572] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805372] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.861621] 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.86\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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=2078687,end=2097119\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 1.50s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-10-10 17:03:41,782 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88/action used request id req-c023de18-d77f-4bcf-9a75-ce6a153f6e40 2018-10-10 17:03:41,783 - sdnvpn-results - DEBUG - [PASS] [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] 2018-10-10 17:03:41,784 - sdnvpn-results - INFO - Create VPN2 with eRT=iRT 2018-10-10 17:03:41,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2839d0db70b3968fa4b267d7b02c6a3d8028bd8a" -d '{"bgpvpn": {"route_targets": "88:88", "import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-2-689856", "route_distinguishers": "222:222"}}' 2018-10-10 17:03:42,118 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-d931317d-30f2-4cad-9cf0-ec878384e836 Date: Wed, 10 Oct 2018 17:03:42 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "583f04c2-b5f1-4fcf-93f4-a1ea5e7ba977", "name": "sdnvpn-2-689856", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "import_targets": ["88:88"], "networks": [], "route_targets": ["88:88"], "project_id": "d00928b339b74d1eac5a92b45f495878", "type": "l3"}} 2018-10-10 17:03:42,119 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns used request id req-d931317d-30f2-4cad-9cf0-ec878384e836 2018-10-10 17:03:42,119 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-689856', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'd00928b339b74d1eac5a92b45f495878', u'route_targets': [u'88:88'], u'project_id': u'd00928b339b74d1eac5a92b45f495878', u'type': u'l3', u'id': u'583f04c2-b5f1-4fcf-93f4-a1ea5e7ba977'}} 2018-10-10 17:03:42,119 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-2-net' to the VPN2. 2018-10-10 17:03:42,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/583f04c2-b5f1-4fcf-93f4-a1ea5e7ba977/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2839d0db70b3968fa4b267d7b02c6a3d8028bd8a" -d '{"network_association": {"network_id": "76cb9979-049a-4708-be69-355f8cbc0852"}}' 2018-10-10 17:03:42,883 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-5f3f8ba7-a16b-4a67-8924-3e63f5b8a398 Date: Wed, 10 Oct 2018 17:03:42 GMT RESP BODY: {"network_association": {"network_id": "76cb9979-049a-4708-be69-355f8cbc0852", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "3fcbe0cc-2cc5-4609-9278-5244a7a8924a"}} 2018-10-10 17:03:42,883 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/583f04c2-b5f1-4fcf-93f4-a1ea5e7ba977/network_associations used request id req-5f3f8ba7-a16b-4a67-8924-3e63f5b8a398 2018-10-10 17:03:42,883 - sdnvpn_test_utils - DEBUG - Waiting for network f6dec439-d5a0-4884-8a42-e55634ff8adb to associate with BGPVPN 6053a419-2441-4b76-a592-6beae45f8c2d 2018-10-10 17:03:42,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/f6dec439-d5a0-4884-8a42-e55634ff8adb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2839d0db70b3968fa4b267d7b02c6a3d8028bd8a" 2018-10-10 17:03:43,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-b0335405-4d7b-4b91-9b72-6ffe43533bd6 Date: Wed, 10 Oct 2018 17:03:43 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "f6dec439-d5a0-4884-8a42-e55634ff8adb", "name": "sdnvpn-1-853630", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "import_targets": ["55:55"], "networks": ["6053a419-2441-4b76-a592-6beae45f8c2d"], "route_targets": ["55:55"], "project_id": "d00928b339b74d1eac5a92b45f495878", "type": "l3"}} 2018-10-10 17:03:43,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/f6dec439-d5a0-4884-8a42-e55634ff8adb used request id req-b0335405-4d7b-4b91-9b72-6ffe43533bd6 2018-10-10 17:03:44,416 - sdnvpn_test_utils - DEBUG - Waiting for network 583f04c2-b5f1-4fcf-93f4-a1ea5e7ba977 to associate with BGPVPN 76cb9979-049a-4708-be69-355f8cbc0852 2018-10-10 17:03:44,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/583f04c2-b5f1-4fcf-93f4-a1ea5e7ba977 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2839d0db70b3968fa4b267d7b02c6a3d8028bd8a" 2018-10-10 17:03:44,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-ec008f74-b1e7-4a83-925a-c20ffb6a65e5 Date: Wed, 10 Oct 2018 17:03:44 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "583f04c2-b5f1-4fcf-93f4-a1ea5e7ba977", "name": "sdnvpn-2-689856", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "import_targets": ["88:88"], "networks": ["76cb9979-049a-4708-be69-355f8cbc0852"], "route_targets": ["88:88"], "project_id": "d00928b339b74d1eac5a92b45f495878", "type": "l3"}} 2018-10-10 17:03:44,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/583f04c2-b5f1-4fcf-93f4-a1ea5e7ba977 used request id req-ec008f74-b1e7-4a83-925a-c20ffb6a65e5 2018-10-10 17:03:45,733 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-10 17:04:15,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cf0545484c5a8f84450b84274721ce0c3e7a7f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:04:16,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04: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-72f29852-5357-4e33-85d3-bb0a029cb59b x-compute-request-id: req-72f29852-5357-4e33-85d3-bb0a029cb59b 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 520202517 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132629] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134361] pid_max: default: 32768 minimum: 301\n[ 0.135289] ACPI: Core revision 20150930\n[ 0.136718] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138072] Security Framework initialized\n[ 0.138924] Yama: becoming mindful.\n[ 0.139687] AppArmor: AppArmor initialized\n[ 0.140569] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141960] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144545] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145984] Initializing cgroup subsys io\n[ 0.146819] Initializing cgroup subsys memory\n[ 0.147723] Initializing cgroup subsys devices\n[ 0.148624] Initializing cgroup subsys freezer\n[ 0.149519] Initializing cgroup subsys net_cls\n[ 0.150411] Initializing cgroup subsys perf_event\n[ 0.151353] Initializing cgroup subsys net_prio\n[ 0.152280] Initializing cgroup subsys hugetlb\n[ 0.153152] Initializing cgroup subsys pids\n[ 0.154054] CPU: Physical Processor ID: 0\n[ 0.155567] mce: CPU supports 10 MCE banks\n[ 0.156426] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157435] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169867] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176288] ftrace: allocating 31920 entries in 125 pages\n[ 0.202624] smpboot: Max logical packages: 1\n[ 0.203477] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204835] x2apic enabled\n[ 0.205641] Switched APIC routing to physical x2apic.\n[ 0.207368] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208531] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210567] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212400] KVM setup paravirtual spinlock\n[ 0.213726] x86: Booted up 1 node, 1 CPUs\n[ 0.214549] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215973] devtmpfs: initialized\n[ 0.217705] evm: security.selinux\n[ 0.218421] evm: security.SMACK64\n[ 0.219130] evm: security.SMACK64EXEC\n[ 0.219903] evm: security.SMACK64TRANSMUTE\n[ 0.220732] evm: security.SMACK64MMAP\n[ 0.221506] evm: security.ima\n[ 0.222175] evm: security.capability\n[ 0.223008] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224909] pinctrl core: initialized pinctrl subsystem\n[ 0.226053] RTC time: 17:02:20, date: 10/10/18\n[ 0.227040] NET: Registered protocol family 16\n[ 0.228037] cpuidle: using governor ladder\n[ 0.228876] cpuidle: using governor menu\n[ 0.229694] PCCT header not found.\n[ 0.230476] ACPI: bus type PCI registered\n[ 0.231317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232603] PCI: Using configuration type 1 for base access\n[ 0.234389] ACPI: Added _OSI(Module Device)\n[ 0.235268] ACPI: Added _OSI(Processor Device)\n[ 0.236193] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237128] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239262] ACPI: Interpreter enabled\n[ 0.240064] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241981] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247732] ACPI: (supports S0 S5)\n[ 0.248472] ACPI: Using IOAPIC for interrupt routing\n[ 0.249652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252837] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254027] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255301] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258852] acpiphp: Slot [3] registered\n[ 0.259679] acpiphp: Slot [4] registered\n[ 0.260495] acpiphp: Slot [5] registered\n[ 0.261335] acpiphp: Slot [6] registered\n[ 0.262163] acpiphp: Slot [7] registered\n[ 0.263004] acpiphp: Slot [8] registered\n[ 0.263836] acpiphp: Slot [9] registered\n[ 0.264669] acpiphp: Slot [10] registered\n[ 0.265499] acpiphp: Slot [11] registered\n[ 0.266340] acpiphp: Slot [12] registered\n[ 0.267195] acpiphp: Slot [13] registered\n[ 0.268029] acpiphp: Slot [14] registered\n[ 0.268870] acpiphp: Slot [15] registered\n[ 0.279830] acpiphp: Slot [16] registered\n[ 0.280676] acpiphp: Slot [17] registered\n[ 0.281512] acpiphp: Slot [18] registered\n[ 0.282383] acpiphp: Slot [19] registered\n[ 0.283245] acpiphp: Slot [20] registered\n[ 0.284124] acpiphp: Slot [21] registered\n[ 0.284982] acpiphp: Slot [22] registered\n[ 0.285837] acpiphp: Slot [23] registered\n[ 0.286710] acpiphp: Slot [24] registered\n[ 0.287562] acpiphp: Slot [25] registered\n[ 0.288437] acpiphp: Slot [26] registered\n[ 0.289295] acpiphp: Slot [27] registered\n[ 0.290158] acpiphp: Slot [28] registered\n[ 0.291031] acpiphp: Slot [29] registered\n[ 0.291888] acpiphp: Slot [30] registered\n[ 0.292764] acpiphp: Slot [31] registered\n[ 0.293634] PCI host bridge to bus 0000:00\n[ 0.294479] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295752] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298550] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300059] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306492] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307838] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309076] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317326] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319037] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370320] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371921] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373503] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375909] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377362] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378686] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379959] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381808] vgaarb: loaded\n[ 0.382516] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383870] SCSI subsystem initialized\n[ 0.384832] ACPI: bus type USB registered\n[ 0.385807] usbcore: registered new interface driver usbfs\n[ 0.387036] usbcore: registered new interface driver hub\n[ 0.388217] usbcore: registered new device driver usb\n[ 0.389429] PCI: Using ACPI for IRQ routing\n[ 0.390578] NetLabel: Initializing\n[ 0.391391] NetLabel: domain hash size = 128\n[ 0.392376] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393487] NetLabel: unlabeled traffic allowed by default\n[ 0.394764] clocksource: Switched to clocksource kvm-clock\n[ 0.400495] AppArmor: AppArmor Filesystem Enabled\n[ 0.401645] pnp: PnP ACPI init\n[ 0.402562] pnp: PnP ACPI: found 5 devices\n[ 0.408922] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.410613] NET: Registered protocol family 2\n[ 0.411553] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412794] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413931] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415072] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416128] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417264] NET: Registered protocol family 1\n[ 0.418117] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419190] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434275] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448546] Trying to unpack rootfs image as initramfs...\n[ 0.499095] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513105] Scanning for low memory corruption every 60 seconds\n[ 0.514996] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516638] audit: initializing netlink subsys (disabled)\n[ 0.518047] audit: type=2000 audit(1539190941.659:1): initialized\n[ 0.519755] Initialise system trusted keyring\n[ 0.520873] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524677] zbud: loaded\n[ 0.525470] VFS: Disk quotas dquot_6.6.0\n[ 0.526536] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528505] fuse init (API version 7.23)\n[ 0.529562] Key type big_key registered\n[ 0.530661] Allocating IMA MOK and blacklist keyrings.\n[ 0.532194] Key type asymmetric registered\n[ 0.533375] Asymmetric key parser 'x509' registered\n[ 0.534709] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537211] io scheduler noop registered\n[ 0.538075] io scheduler deadline registered (default)\n[ 0.539153] io scheduler cfq registered\n[ 0.540037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541141] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544088] ACPI: Power Button [PWRF]\n[ 0.545303] GHES: HEST is not enabled!\n[ 0.559531] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598046] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624485] Linux agpgart interface v0.103\n[ 0.626947] brd: module loaded\n[ 0.628947] loop: module loaded\n[ 0.633720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635970] GPT:90111 != 2097151\n[ 0.636819] GPT:Alternate GPT header not at the end of the disk.\n[ 0.638179] GPT:90111 != 2097151\n[ 0.639002] GPT: Use GNU Parted to correct GPT errors.\n[ 0.640205] vda: vda1 vda15\n[ 0.642033] scsi host0: ata_piix\n[ 0.642932] scsi host1: ata_piix\n[ 0.643779] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645274] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.647017] libphy: Fixed MDIO Bus: probed\n[ 0.648016] tun: Universal TUN/TAP device driver, 1.6\n[ 0.649173] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.651894] PPP generic driver version 2.4.2\n[ 0.652978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654437] ehci-pci: EHCI PCI platform driver\n[ 0.655502] ehci-platform: EHCI generic platform driver\n[ 0.656716] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658089] ohci-pci: OHCI PCI platform driver\n[ 0.659149] ohci-platform: OHCI generic platform driver\n[ 0.660352] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.676871] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678827] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.683363] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.685274] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688061] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691217] usb usb1: Product: UHCI Host Controller\n[ 0.692141] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693263] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694218] hub 1-0:1.0: USB hub found\n[ 0.694994] hub 1-0:1.0: 2 ports detected\n[ 0.695891] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697993] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698938] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699957] mousedev: PS/2 mouse device common for all mice\n[ 0.701213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705314] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706482] i2c /dev entries driver\n[ 0.707253] device-mapper: uevent: version 1.0.3\n[ 0.708191] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709797] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711104] NET: Registered protocol family 10\n[ 0.712113] NET: Registered protocol family 17\n[ 0.712995] Key type dns_resolver registered\n[ 0.713919] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715000] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.716735] registered taskstats version 1\n[ 0.717555] Loading compiled-in X.509 certificates\n[ 0.719007] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.720835] zswap: loaded using pool lzo/zbud\n[ 0.722225] Key type trusted registered\n[ 0.723781] Key type encrypted registered\n[ 0.724588] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725706] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726808] evm: HMAC attrs: 0x1\n[ 0.727780] Magic number: 6:540:36\n[ 0.728555] bdi 7:1: hash matches\n[ 0.729284] misc loop-control: hash matches\n[ 0.730206] rtc_cmos 00:00: setting system clock to 2018-10-10 17:02:21 UTC (1539190941)\n[ 0.731821] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732930] EDD information not available.\n[ 0.803396] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.815123] ata1.00: configured for MWDMA2\n[ 0.816350] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.818513] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819762] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821011] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822900] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.824436] Write protecting the kernel read-only data: 14336k\n[ 0.826021] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827827] 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\n[ 0.885045] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.26\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending 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.44s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-10-10 17:04:16,840 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59/action used request id req-72f29852-5357-4e33-85d3-bb0a029cb59b 2018-10-10 17:04:16,841 - sdnvpn-results - DEBUG - SSH from 'sdnvpn-2-4' (10.10.10.12) to 'sdnvpn-2-1' (10.10.10.11). -->Expected result: not reachable. 2018-10-10 17:04:16,843 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cf0545484c5a8f84450b84274721ce0c3e7a7f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:04:18,081 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04: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-040e90f4-5a95-480a-bd70-6bfc0be0fa60 x-compute-request-id: req-040e90f4-5a95-480a-bd70-6bfc0be0fa60 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 520202517 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132629] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134361] pid_max: default: 32768 minimum: 301\n[ 0.135289] ACPI: Core revision 20150930\n[ 0.136718] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138072] Security Framework initialized\n[ 0.138924] Yama: becoming mindful.\n[ 0.139687] AppArmor: AppArmor initialized\n[ 0.140569] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141960] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144545] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145984] Initializing cgroup subsys io\n[ 0.146819] Initializing cgroup subsys memory\n[ 0.147723] Initializing cgroup subsys devices\n[ 0.148624] Initializing cgroup subsys freezer\n[ 0.149519] Initializing cgroup subsys net_cls\n[ 0.150411] Initializing cgroup subsys perf_event\n[ 0.151353] Initializing cgroup subsys net_prio\n[ 0.152280] Initializing cgroup subsys hugetlb\n[ 0.153152] Initializing cgroup subsys pids\n[ 0.154054] CPU: Physical Processor ID: 0\n[ 0.155567] mce: CPU supports 10 MCE banks\n[ 0.156426] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157435] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169867] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176288] ftrace: allocating 31920 entries in 125 pages\n[ 0.202624] smpboot: Max logical packages: 1\n[ 0.203477] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204835] x2apic enabled\n[ 0.205641] Switched APIC routing to physical x2apic.\n[ 0.207368] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208531] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210567] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212400] KVM setup paravirtual spinlock\n[ 0.213726] x86: Booted up 1 node, 1 CPUs\n[ 0.214549] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215973] devtmpfs: initialized\n[ 0.217705] evm: security.selinux\n[ 0.218421] evm: security.SMACK64\n[ 0.219130] evm: security.SMACK64EXEC\n[ 0.219903] evm: security.SMACK64TRANSMUTE\n[ 0.220732] evm: security.SMACK64MMAP\n[ 0.221506] evm: security.ima\n[ 0.222175] evm: security.capability\n[ 0.223008] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224909] pinctrl core: initialized pinctrl subsystem\n[ 0.226053] RTC time: 17:02:20, date: 10/10/18\n[ 0.227040] NET: Registered protocol family 16\n[ 0.228037] cpuidle: using governor ladder\n[ 0.228876] cpuidle: using governor menu\n[ 0.229694] PCCT header not found.\n[ 0.230476] ACPI: bus type PCI registered\n[ 0.231317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232603] PCI: Using configuration type 1 for base access\n[ 0.234389] ACPI: Added _OSI(Module Device)\n[ 0.235268] ACPI: Added _OSI(Processor Device)\n[ 0.236193] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237128] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239262] ACPI: Interpreter enabled\n[ 0.240064] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241981] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247732] ACPI: (supports S0 S5)\n[ 0.248472] ACPI: Using IOAPIC for interrupt routing\n[ 0.249652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252837] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254027] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255301] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258852] acpiphp: Slot [3] registered\n[ 0.259679] acpiphp: Slot [4] registered\n[ 0.260495] acpiphp: Slot [5] registered\n[ 0.261335] acpiphp: Slot [6] registered\n[ 0.262163] acpiphp: Slot [7] registered\n[ 0.263004] acpiphp: Slot [8] registered\n[ 0.263836] acpiphp: Slot [9] registered\n[ 0.264669] acpiphp: Slot [10] registered\n[ 0.265499] acpiphp: Slot [11] registered\n[ 0.266340] acpiphp: Slot [12] registered\n[ 0.267195] acpiphp: Slot [13] registered\n[ 0.268029] acpiphp: Slot [14] registered\n[ 0.268870] acpiphp: Slot [15] registered\n[ 0.279830] acpiphp: Slot [16] registered\n[ 0.280676] acpiphp: Slot [17] registered\n[ 0.281512] acpiphp: Slot [18] registered\n[ 0.282383] acpiphp: Slot [19] registered\n[ 0.283245] acpiphp: Slot [20] registered\n[ 0.284124] acpiphp: Slot [21] registered\n[ 0.284982] acpiphp: Slot [22] registered\n[ 0.285837] acpiphp: Slot [23] registered\n[ 0.286710] acpiphp: Slot [24] registered\n[ 0.287562] acpiphp: Slot [25] registered\n[ 0.288437] acpiphp: Slot [26] registered\n[ 0.289295] acpiphp: Slot [27] registered\n[ 0.290158] acpiphp: Slot [28] registered\n[ 0.291031] acpiphp: Slot [29] registered\n[ 0.291888] acpiphp: Slot [30] registered\n[ 0.292764] acpiphp: Slot [31] registered\n[ 0.293634] PCI host bridge to bus 0000:00\n[ 0.294479] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295752] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298550] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300059] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306492] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307838] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309076] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310389] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317326] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319037] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370320] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371921] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373503] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375909] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377362] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378686] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379959] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381808] vgaarb: loaded\n[ 0.382516] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383870] SCSI subsystem initialized\n[ 0.384832] ACPI: bus type USB registered\n[ 0.385807] usbcore: registered new interface driver usbfs\n[ 0.387036] usbcore: registered new interface driver hub\n[ 0.388217] usbcore: registered new device driver usb\n[ 0.389429] PCI: Using ACPI for IRQ routing\n[ 0.390578] NetLabel: Initializing\n[ 0.391391] NetLabel: domain hash size = 128\n[ 0.392376] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393487] NetLabel: unlabeled traffic allowed by default\n[ 0.394764] clocksource: Switched to clocksource kvm-clock\n[ 0.400495] AppArmor: AppArmor Filesystem Enabled\n[ 0.401645] pnp: PnP ACPI init\n[ 0.402562] pnp: PnP ACPI: found 5 devices\n[ 0.408922] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.410613] NET: Registered protocol family 2\n[ 0.411553] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412794] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413931] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415072] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416128] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417264] NET: Registered protocol family 1\n[ 0.418117] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419190] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434275] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448546] Trying to unpack rootfs image as initramfs...\n[ 0.499095] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513105] Scanning for low memory corruption every 60 seconds\n[ 0.514996] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516638] audit: initializing netlink subsys (disabled)\n[ 0.518047] audit: type=2000 audit(1539190941.659:1): initialized\n[ 0.519755] Initialise system trusted keyring\n[ 0.520873] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524677] zbud: loaded\n[ 0.525470] VFS: Disk quotas dquot_6.6.0\n[ 0.526536] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528505] fuse init (API version 7.23)\n[ 0.529562] Key type big_key registered\n[ 0.530661] Allocating IMA MOK and blacklist keyrings.\n[ 0.532194] Key type asymmetric registered\n[ 0.533375] Asymmetric key parser 'x509' registered\n[ 0.534709] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537211] io scheduler noop registered\n[ 0.538075] io scheduler deadline registered (default)\n[ 0.539153] io scheduler cfq registered\n[ 0.540037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541141] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544088] ACPI: Power Button [PWRF]\n[ 0.545303] GHES: HEST is not enabled!\n[ 0.559531] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598046] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621649] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624485] Linux agpgart interface v0.103\n[ 0.626947] brd: module loaded\n[ 0.628947] loop: module loaded\n[ 0.633720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635970] GPT:90111 != 2097151\n[ 0.636819] GPT:Alternate GPT header not at the end of the disk.\n[ 0.638179] GPT:90111 != 2097151\n[ 0.639002] GPT: Use GNU Parted to correct GPT errors.\n[ 0.640205] vda: vda1 vda15\n[ 0.642033] scsi host0: ata_piix\n[ 0.642932] scsi host1: ata_piix\n[ 0.643779] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645274] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.647017] libphy: Fixed MDIO Bus: probed\n[ 0.648016] tun: Universal TUN/TAP device driver, 1.6\n[ 0.649173] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.651894] PPP generic driver version 2.4.2\n[ 0.652978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654437] ehci-pci: EHCI PCI platform driver\n[ 0.655502] ehci-platform: EHCI generic platform driver\n[ 0.656716] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658089] ohci-pci: OHCI PCI platform driver\n[ 0.659149] ohci-platform: OHCI generic platform driver\n[ 0.660352] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.676871] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678827] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.683363] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.685274] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688061] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691217] usb usb1: Product: UHCI Host Controller\n[ 0.692141] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693263] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694218] hub 1-0:1.0: USB hub found\n[ 0.694994] hub 1-0:1.0: 2 ports detected\n[ 0.695891] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697993] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698938] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699957] mousedev: PS/2 mouse device common for all mice\n[ 0.701213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705314] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706482] i2c /dev entries driver\n[ 0.707253] device-mapper: uevent: version 1.0.3\n[ 0.708191] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709797] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711104] NET: Registered protocol family 10\n[ 0.712113] NET: Registered protocol family 17\n[ 0.712995] Key type dns_resolver registered\n[ 0.713919] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715000] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.716735] registered taskstats version 1\n[ 0.717555] Loading compiled-in X.509 certificates\n[ 0.719007] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.720835] zswap: loaded using pool lzo/zbud\n[ 0.722225] Key type trusted registered\n[ 0.723781] Key type encrypted registered\n[ 0.724588] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725706] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726808] evm: HMAC attrs: 0x1\n[ 0.727780] Magic number: 6:540:36\n[ 0.728555] bdi 7:1: hash matches\n[ 0.729284] misc loop-control: hash matches\n[ 0.730206] rtc_cmos 00:00: setting system clock to 2018-10-10 17:02:21 UTC (1539190941)\n[ 0.731821] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732930] EDD information not available.\n[ 0.803396] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.815123] ata1.00: configured for MWDMA2\n[ 0.816350] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.818513] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819762] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821011] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822900] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.824436] Write protecting the kernel read-only data: 14336k\n[ 0.826021] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827827] 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\n[ 0.885045] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.26\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending 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.44s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-10-10 17:04:18,082 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59/action used request id req-040e90f4-5a95-480a-bd70-6bfc0be0fa60 2018-10-10 17:04:18,083 - sdnvpn-results - DEBUG - [PASS] [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] 2018-10-10 17:04:18,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccb643f80a76b69ac2deabc5565c949417d9983" -d '{"forceDelete": null}' 2018-10-10 17:04:18,263 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:04: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-f9aad32b-7e85-4ff6-9b5f-d9eddbce9f27 x-compute-request-id: req-f9aad32b-7e85-4ff6-9b5f-d9eddbce9f27 Content-Length: 0 Content-Type: application/json 2018-10-10 17:04:18,263 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/66da4c26-6eae-45e4-a283-786712186b88/action used request id req-f9aad32b-7e85-4ff6-9b5f-d9eddbce9f27 2018-10-10 17:04:18,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccb643f80a76b69ac2deabc5565c949417d9983" -d '{"forceDelete": null}' 2018-10-10 17:04:18,430 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:04: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-f25eb646-f0b0-4df2-a774-0f7d5d7275d4 x-compute-request-id: req-f25eb646-f0b0-4df2-a774-0f7d5d7275d4 Content-Length: 0 Content-Type: application/json 2018-10-10 17:04:18,431 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/76f53a3a-f162-4b86-a65a-fcaece73ded8/action used request id req-f25eb646-f0b0-4df2-a774-0f7d5d7275d4 2018-10-10 17:04:18,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccb643f80a76b69ac2deabc5565c949417d9983" -d '{"forceDelete": null}' 2018-10-10 17:04:18,789 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:04: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-52764043-c9ad-4baa-a7dd-7190d3bb141e x-compute-request-id: req-52764043-c9ad-4baa-a7dd-7190d3bb141e Content-Length: 0 Content-Type: application/json 2018-10-10 17:04:18,790 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/491687db-76ea-4334-b071-d2de0c72be59/action used request id req-52764043-c9ad-4baa-a7dd-7190d3bb141e 2018-10-10 17:04:18,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}101d727de8c59f6401cd9d894df06017f5df1f25" 2018-10-10 17:04:20,686 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d23f431f-7d9c-462e-868f-7c2c8174e379 Date: Wed, 10 Oct 2018 17:04:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:04:20,686 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/f16ad0d9-8fa7-4245-9fde-e3ae56ab3281 used request id req-d23f431f-7d9c-462e-868f-7c2c8174e379 2018-10-10 17:04:20,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/f6dec439-d5a0-4884-8a42-e55634ff8adb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2839d0db70b3968fa4b267d7b02c6a3d8028bd8a" 2018-10-10 17:04:21,381 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d23270df-6bbb-4514-8392-ae5f7ddccc59 Content-Length: 0 Date: Wed, 10 Oct 2018 17:04:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:04:21,381 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/f6dec439-d5a0-4884-8a42-e55634ff8adb used request id req-d23270df-6bbb-4514-8392-ae5f7ddccc59 2018-10-10 17:04:21,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/583f04c2-b5f1-4fcf-93f4-a1ea5e7ba977 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2839d0db70b3968fa4b267d7b02c6a3d8028bd8a" 2018-10-10 17:04:21,754 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5b6690d0-f2bd-4734-8924-e5ded87e6331 Content-Length: 0 Date: Wed, 10 Oct 2018 17:04:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:04:21,754 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/583f04c2-b5f1-4fcf-93f4-a1ea5e7ba977 used request id req-5b6690d0-f2bd-4734-8924-e5ded87e6331 2018-10-10 17:04:21,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/fccae849-9df5-4fdd-a69b-68e6e774019c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2839d0db70b3968fa4b267d7b02c6a3d8028bd8a" 2018-10-10 17:04:24,029 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fc331ba9-9ce9-4c7a-b908-3709e8142ff9 Date: Wed, 10 Oct 2018 17:04:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:04:24,030 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/fccae849-9df5-4fdd-a69b-68e6e774019c used request id req-fc331ba9-9ce9-4c7a-b908-3709e8142ff9 2018-10-10 17:04:24,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/06f6218c-0ffd-4109-9c96-f06f96f8970e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2839d0db70b3968fa4b267d7b02c6a3d8028bd8a" 2018-10-10 17:04:26,328 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d3d417a7-471b-4884-a4bb-03b01e1f17bf Date: Wed, 10 Oct 2018 17:04:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:04:26,328 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/06f6218c-0ffd-4109-9c96-f06f96f8970e used request id req-d3d417a7-471b-4884-a4bb-03b01e1f17bf 2018-10-10 17:04:26,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/6053a419-2441-4b76-a592-6beae45f8c2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2839d0db70b3968fa4b267d7b02c6a3d8028bd8a" 2018-10-10 17:04:27,362 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f065551-19e4-477d-9538-ea1e77357294 Date: Wed, 10 Oct 2018 17:04:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:04:27,362 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/6053a419-2441-4b76-a592-6beae45f8c2d used request id req-9f065551-19e4-477d-9538-ea1e77357294 2018-10-10 17:04:27,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/76cb9979-049a-4708-be69-355f8cbc0852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2839d0db70b3968fa4b267d7b02c6a3d8028bd8a" 2018-10-10 17:04:28,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a29033fe-a35a-499c-84ac-52e3cc5f0c88 Date: Wed, 10 Oct 2018 17:04:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:04:28,285 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/76cb9979-049a-4708-be69-355f8cbc0852 used request id req-a29033fe-a35a-499c-84ac-52e3cc5f0c88 2018-10-10 17:04:28,285 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN1 with eRT=iRT | | Associate network 'sdnvpn-2-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] | +----------------------------------------------------------------------------------------+ | Create VPN2 with eRT=iRT | | Associate network 'sdnvpn-2-2-net' to the VPN2. | +----------------------------------------------------------------------------------------+ | PASS | [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] | +========================================================================================+ 2018-10-10 17:04:28,285 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-10 17:04:28,286 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-10-10 17:04:28,286 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_2 - Tenant separation': {'status': 'PASS', 'details': [{u"[10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11]": 'PASS'}, {u"[10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12]": 'PASS'}]} 2018-10-10 17:04:28,286 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-10-10 17:04:28,287 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-10-10 17:04:28,287 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-10-10 17:04:28,370 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-10-10 17:04:28,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:04:28,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:04:28,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:04:28,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:04:28,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:04:28,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:04:28,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:04:28,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:04:28,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:04:28,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:04:28,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:04:28,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:04:28,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:04:28,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:04:28,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:04:28,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:04:28,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:04:28,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:04:28,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:04:28,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:04:28,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:04:28,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:04:28,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:04:28,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:04:28,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:04:28,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:04:28,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:04:28,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:04:28,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:04:28,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:04:28,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:04:28,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:04:28,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:04:28,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:04:28,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:04:28,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:04:28,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:04:28,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:04:28,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:04:28,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:04:28,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:04:28,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:04:28,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:04:28,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:04:28,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:04:28,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:04:28,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:04:28,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:04:28,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-10 17:04:28,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:04:28,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:04:28,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:04:28,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:04:28,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:04:28,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:04:28,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:04:28,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:04:28,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:04:28,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:04:28,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:04:28,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:04:28,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:04:28,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:04:28,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:04:28,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:04:28,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:04:28,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:04:28,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:04:28,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:04:28,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:04:28,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:04:28,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:04:28,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:04:28,379 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-10 17:04:28,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:04:28,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-384b3f04-8885-4eba-b566-cc0edcf67aa7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:04:28,385 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-384b3f04-8885-4eba-b566-cc0edcf67aa7 2018-10-10 17:04:28,386 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:04:28,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:04:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["3zeC4VBiRuW6_mvOTJ9Vxg"], "issued_at": "2018-10-10T17:04:28.000000Z"}} 2018-10-10 17:04:28,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc54e9b33ced9dabb18f709ee8fcc9eeb8afeb45" 2018-10-10 17:04:28,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-dec0c358-a0a1-46e9-9659-3a17311519e7 Date: Wed, 10 Oct 2018 17:04:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-10 17:04:28,925 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20 used request id req-dec0c358-a0a1-46e9-9659-3a17311519e7 2018-10-10 17:04:28,925 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-10 17:04:28,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc54e9b33ced9dabb18f709ee8fcc9eeb8afeb45" 2018-10-10 17:04:29,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-68daa041-02cc-4387-8732-8d8654af2bbe Date: Wed, 10 Oct 2018 17:04:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 17:04:29,073 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-68daa041-02cc-4387-8732-8d8654af2bbe 2018-10-10 17:04:29,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dc54e9b33ced9dabb18f709ee8fcc9eeb8afeb45" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-10 17:04:29,300 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/cd979b89-010c-48ba-8ee3-f2de69cf5089 X-Openstack-Request-Id: req-2aed4b25-cd72-4be6-873b-1bda17cc4d45 Date: Wed, 10 Oct 2018 17:04:29 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T17:04:29Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T17:04:29Z", "visibility": "public", "locations": [], "self": "/v2/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "min_disk": 0, "protected": false, "id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "file": "/v2/images/cd979b89-010c-48ba-8ee3-f2de69cf5089/file", "checksum": null, "owner": "d00928b339b74d1eac5a92b45f495878", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 17:04:29,300 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-2aed4b25-cd72-4be6-873b-1bda17cc4d45 2018-10-10 17:04:29,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/cd979b89-010c-48ba-8ee3-f2de69cf5089/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc54e9b33ced9dabb18f709ee8fcc9eeb8afeb45" -d '' 2018-10-10 17:04:30,588 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-65ff6758-7dfa-46d0-89f6-fb909bdf04d7 Date: Wed, 10 Oct 2018 17:04:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:04:30,589 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/cd979b89-010c-48ba-8ee3-f2de69cf5089/file used request id req-65ff6758-7dfa-46d0-89f6-fb909bdf04d7 2018-10-10 17:04:30,589 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-1-net 2018-10-10 17:04:30,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:04:30,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c63c474-73dc-48d2-8c6b-8caa9b2231d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:04:30,597 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6c63c474-73dc-48d2-8c6b-8caa9b2231d2 2018-10-10 17:04:30,597 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:04:30,972 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:04:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["WaQ9jxhQS8KQO7MxNXvibg"], "issued_at": "2018-10-10T17:04:30.000000Z"}} 2018-10-10 17:04:30,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" -d '{"network": {"name": "sdnvpn-1-1-net", "admin_state_up": true}}' 2018-10-10 17:04:31,381 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-6a753b45-ba26-4b9e-8941-cd784d3c436b Date: Wed, 10 Oct 2018 17:04:31 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cd0e6d23-ef0d-422e-868e-b50890264df1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:04:31Z","is_default":false,"provider:segmentation_id":81,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:04:31Z","mtu":1450}} 2018-10-10 17:04:31,381 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-6a753b45-ba26-4b9e-8941-cd784d3c436b 2018-10-10 17:04:31,381 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-1-subnet in network cd0e6d23-ef0d-422e-868e-b50890264df1 with cidr 10.10.10.0/24 2018-10-10 17:04:31,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" -d '{"subnets": [{"ip_version": 4, "network_id": "cd0e6d23-ef0d-422e-868e-b50890264df1", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-1-subnet"}]}' 2018-10-10 17:04:32,067 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-23e1186c-81f9-424b-870e-3ac18529e616 Date: Wed, 10 Oct 2018 17:04:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd0e6d23-ef0d-422e-868e-b50890264df1","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:04:31Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T17:04:31Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"d00928b339b74d1eac5a92b45f495878","id":"6beb1e22-80da-478a-9fbe-1ca1a33a98dc","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2018-10-10 17:04:32,067 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-23e1186c-81f9-424b-870e-3ac18529e616 2018-10-10 17:04:32,068 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-2-net 2018-10-10 17:04:32,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" -d '{"network": {"name": "sdnvpn-1-2-net", "admin_state_up": true}}' 2018-10-10 17:04:32,656 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-0dfc314d-42cd-4cff-9bf0-cb6bf00c66e1 Date: Wed, 10 Oct 2018 17:04: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":"58142f7d-71cc-43c1-bc7b-791b09cce25d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:04:32Z","is_default":false,"provider:segmentation_id":17,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:04:32Z","mtu":1450}} 2018-10-10 17:04:32,656 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-0dfc314d-42cd-4cff-9bf0-cb6bf00c66e1 2018-10-10 17:04:32,656 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-2-subnet in network 58142f7d-71cc-43c1-bc7b-791b09cce25d with cidr 10.10.11.0/24 2018-10-10 17:04:32,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" -d '{"subnets": [{"ip_version": 4, "network_id": "58142f7d-71cc-43c1-bc7b-791b09cce25d", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-2-subnet"}]}' 2018-10-10 17:04:33,762 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-599529cc-5ef4-4a3b-bbc8-8bba3eefffbb Date: Wed, 10 Oct 2018 17:04:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"58142f7d-71cc-43c1-bc7b-791b09cce25d","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:04:32Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T17:04:32Z","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":"d00928b339b74d1eac5a92b45f495878","id":"7dc20ca0-de77-4338-adcc-8a685be4ab8f","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"}]} 2018-10-10 17:04:33,763 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-599529cc-5ef4-4a3b-bbc8-8bba3eefffbb 2018-10-10 17:04:33,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" 2018-10-10 17:04:33,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-c036088b-06b8-40b9-bcdc-b9685f61a635 Date: Wed, 10 Oct 2018 17:04:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:16Z", "updated_at": "2018-10-10T16:50:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "53bb9cee-d287-460c-81f4-cf667cd69062", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "abbec588-e284-4eaa-945e-020567df2594", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "ccee292e-a260-43c9-a873-3eb28dc6cc28", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "f01ba550-6535-45d2-9a50-4f8b1abf0865", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}], "revision_number": 4, "project_id": "9159c9580e42418192303fcbcaac7003", "id": "8544d859-73ec-498f-8301-e2235d177a01", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "updated_at": "2018-10-10T16:58:11Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-10T16:58:11Z", "revision_number": 0, "id": "6c2b90b6-dc32-4d6e-b1cd-8739c7f7d7f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:58:11Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 179, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8baf8790-daaa-4d31-86e3-28959d6b01fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8c55c9aa-ef19-4cd2-bd60-3588618c6584", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "a650f5c7-d120-467e-b30c-b8f77a459680", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "abbe640c-fd34-4bfe-9f4f-c2375ad75114", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "d0682f26-9774-4a15-bf12-ec653ac9efcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "db4b9bdb-cbf7-4b9a-a9a7-7d6a8cac30b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 7, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "90409ce8-77de-4088-be50-1e033812a399", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "updated_at": "2018-10-10T14:38:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "name": "default"}]} 2018-10-10 17:04:33,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-c036088b-06b8-40b9-bcdc-b9685f61a635 2018-10-10 17:04:33,827 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-10 17:04:33,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:04:33,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed04d9c-fbe1-482c-8bfa-083512e1b5b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:04:33,834 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2ed04d9c-fbe1-482c-8bfa-083512e1b5b6 2018-10-10 17:04:33,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:04:34,214 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:04:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["QSXKdLg7RO2Xr9TF6NpirQ"], "issued_at": "2018-10-10T17:04:34.000000Z"}} 2018-10-10 17:04:34,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de10d4ce0653819dc2b9771275c4900bd41d73ac" 2018-10-10 17:04:34,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06666fb0-aa89-4b8c-abbd-2bffbaba9079 x-compute-request-id: req-06666fb0-aa89-4b8c-abbd-2bffbaba9079 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.3", "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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "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.6", "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}]} 2018-10-10 17:04:34,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-06666fb0-aa89-4b8c-abbd-2bffbaba9079 2018-10-10 17:04:34,408 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-10 17:04:34,409 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-2'... 2018-10-10 17:04:34,409 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-2 flavor=m1.tiny image=cd979b89-010c-48ba-8ee3-f2de69cf5089 network=cd0e6d23-ef0d-422e-868e-b50890264df1 secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-10 17:04:34,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:04:34,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:04:34,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:04:34,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:04:34,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:04:34,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:04:34,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:04:34,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:04:34,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:04:34,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:04:34,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:04:34,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:04:34,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:04:34,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:04:34,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:04:34,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:04:34,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:04:34,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:04:34,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:04:34,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:04:34,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:04:34,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:04:34,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:04:34,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:04:34,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:04:34,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:04:34,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:04:34,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:04:34,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:04:34,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:04:34,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:04:34,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:04:34,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:04:34,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:04:34,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:04:34,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:04:34,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:04:34,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:04:34,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:04:34,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:04:34,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:04:34,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:04:34,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:04:34,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:04:34,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:04:34,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:04:34,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:04:34,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:04:34,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:04:34,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a04ba7ad-4aa5-4b4d-bd1b-0d8edc66587f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:04:34,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a04ba7ad-4aa5-4b4d-bd1b-0d8edc66587f 2018-10-10 17:04:34,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:04:34,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:04:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["Ae-3yTv3QE-xAsiDYErgxw"], "issued_at": "2018-10-10T17:04:34.000000Z"}} 2018-10-10 17:04:34,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}220d7a3cab10bd134032d11784a82d4ad9cc3e7a" 2018-10-10 17:04:34,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b79bf1c9-73af-4c6a-9ff6-599f4ef43837 x-compute-request-id: req-b79bf1c9-73af-4c6a-9ff6-599f4ef43837 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:04:34,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-b79bf1c9-73af-4c6a-9ff6-599f4ef43837 2018-10-10 17:04:34,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}220d7a3cab10bd134032d11784a82d4ad9cc3e7a" 2018-10-10 17:04:35,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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,Accept-Encoding x-openstack-request-id: req-dca85a82-2aec-46da-b178-984b8974b67f x-compute-request-id: req-dca85a82-2aec-46da-b178-984b8974b67f Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:04:35,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-dca85a82-2aec-46da-b178-984b8974b67f 2018-10-10 17:04:35,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}220d7a3cab10bd134032d11784a82d4ad9cc3e7a" -d '{"server": {"name": "sdnvpn-1-2", "imageRef": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cd0e6d23-ef0d-422e-868e-b50890264df1"}]}}' 2018-10-10 17:04:36,633 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17: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-675e0d68-a07e-4dd5-8e77-7c14590dcff3 x-compute-request-id: req-675e0d68-a07e-4dd5-8e77-7c14590dcff3 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1dea20b7-fe44-4112-8a5d-7d2720a00925", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925", "rel": "bookmark"}], "adminPass": "Wo9sACpnUPk9"}} 2018-10-10 17:04:36,633 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-675e0d68-a07e-4dd5-8e77-7c14590dcff3 2018-10-10 17:04:36,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:04:36,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa132cf3-2689-4617-8974-8d9c9e2f8531 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:04:36,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fa132cf3-2689-4617-8974-8d9c9e2f8531 2018-10-10 17:04:36,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:04:37,097 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:04:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["AZT7ytrQSByulWh6ng7q3w"], "issued_at": "2018-10-10T17:04:37.000000Z"}} 2018-10-10 17:04:37,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9bd94adc5d16dee8a4c709f870d9a5cf251731" 2018-10-10 17:04:37,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea944dfb-37f0-4823-8978-8b4e3cc29902 x-compute-request-id: req-ea944dfb-37f0-4823-8978-8b4e3cc29902 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.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "1dea20b7-fe44-4112-8a5d-7d2720a00925", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:04:37Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-2", "created": "2018-10-10T17:04:36Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:04:37,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925 used request id req-ea944dfb-37f0-4823-8978-8b4e3cc29902 2018-10-10 17:04:40,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9bd94adc5d16dee8a4c709f870d9a5cf251731" 2018-10-10 17:04:40,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04: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-be400727-3280-482b-a2a6-479a7ada34a7 x-compute-request-id: req-be400727-3280-482b-a2a6-479a7ada34a7 Content-Encoding: gzip Content-Length: 706 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "1dea20b7-fe44-4112-8a5d-7d2720a00925", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:04:38Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-10-10T17:04:36Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:04:40,944 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925 used request id req-be400727-3280-482b-a2a6-479a7ada34a7 2018-10-10 17:04:43,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9bd94adc5d16dee8a4c709f870d9a5cf251731" 2018-10-10 17:04:44,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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,Accept-Encoding x-openstack-request-id: req-09685b60-890e-4e30-b575-24102aaa5026 x-compute-request-id: req-09685b60-890e-4e30-b575-24102aaa5026 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:a4:da:f6", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2018-10-10T17:04:39.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "1dea20b7-fe44-4112-8a5d-7d2720a00925", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:04:41Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-10-10T17:04:36Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:04:44,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925 used request id req-09685b60-890e-4e30-b575-24102aaa5026 2018-10-10 17:04:44,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}220d7a3cab10bd134032d11784a82d4ad9cc3e7a" 2018-10-10 17:04:45,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-ae433883-4d4e-433d-bdc5-7b6393ee0b8f x-compute-request-id: req-ae433883-4d4e-433d-bdc5-7b6393ee0b8f 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:a4:da:f6", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2018-10-10T17:04:39.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "1dea20b7-fe44-4112-8a5d-7d2720a00925", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:04:41Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-10-10T17:04:36Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:04:45,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925 used request id req-ae433883-4d4e-433d-bdc5-7b6393ee0b8f 2018-10-10 17:04:45,471 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-2' booted successfully. IP='10.10.10.9'. 2018-10-10 17:04:45,471 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-2' to security group 'sdnvpn-sg'... 2018-10-10 17:04:45,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de10d4ce0653819dc2b9771275c4900bd41d73ac" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:04:46,915 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:04: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-ca2f1180-714d-4926-b6ca-61f46ea6526a x-compute-request-id: req-ca2f1180-714d-4926-b6ca-61f46ea6526a Content-Length: 0 Content-Type: application/json 2018-10-10 17:04:46,915 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925/action used request id req-ca2f1180-714d-4926-b6ca-61f46ea6526a 2018-10-10 17:04:46,916 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-3'... 2018-10-10 17:04:46,916 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-3 flavor=m1.tiny image=cd979b89-010c-48ba-8ee3-f2de69cf5089 network=cd0e6d23-ef0d-422e-868e-b50890264df1 secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-10 17:04:46,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:04:46,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:04:46,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:04:46,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:04:46,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:04:46,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:04:46,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:04:46,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:04:46,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:04:46,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:04:46,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:04:46,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:04:46,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:04:46,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:04:46,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:04:46,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:04:46,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:04:46,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:04:46,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:04:46,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:04:46,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:04:46,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:04:46,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:04:46,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:04:46,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:04:46,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:04:46,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:04:46,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:04:46,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:04:46,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:04:46,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:04:46,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:04:46,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:04:46,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:04:46,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:04:46,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:04:46,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:04:46,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:04:46,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:04:46,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:04:46,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:04:46,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:04:46,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:04:46,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:04:46,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:04:46,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:04:46,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:04:46,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:04:46,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:04:46,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97f3c18e-e3dc-4368-a242-901f4f37d507 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:04:46,934 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-97f3c18e-e3dc-4368-a242-901f4f37d507 2018-10-10 17:04:46,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:04:47,308 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:04:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["SEkObpE0TeiWuQXhMekrBw"], "issued_at": "2018-10-10T17:04:47.000000Z"}} 2018-10-10 17:04:47,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}992cd31860e9f43a70a8f820780f1a9255c43fc6" 2018-10-10 17:04:47,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a42edd88-ff68-4289-9257-7a574677870f x-compute-request-id: req-a42edd88-ff68-4289-9257-7a574677870f Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:04:47,418 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a42edd88-ff68-4289-9257-7a574677870f 2018-10-10 17:04:47,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}992cd31860e9f43a70a8f820780f1a9255c43fc6" 2018-10-10 17:04:47,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee722158-0c72-4d88-ae63-d42b260b4eb8 x-compute-request-id: req-ee722158-0c72-4d88-ae63-d42b260b4eb8 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:04:47,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-ee722158-0c72-4d88-ae63-d42b260b4eb8 2018-10-10 17:04:47,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}992cd31860e9f43a70a8f820780f1a9255c43fc6" -d '{"server": {"name": "sdnvpn-1-3", "imageRef": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cd0e6d23-ef0d-422e-868e-b50890264df1"}]}}' 2018-10-10 17:04:49,049 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:04:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8900bd01-359b-4cf9-9a1a-33bc91261387 x-compute-request-id: req-8900bd01-359b-4cf9-9a1a-33bc91261387 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "afca0776-c2d6-44bf-bcf8-5f111d9f78af", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af", "rel": "bookmark"}], "adminPass": "oNXgR774FG2e"}} 2018-10-10 17:04:49,049 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-8900bd01-359b-4cf9-9a1a-33bc91261387 2018-10-10 17:04:49,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:04:49,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4fd2536-21a7-4f7f-a27c-822b84378aac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:04:49,057 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d4fd2536-21a7-4f7f-a27c-822b84378aac 2018-10-10 17:04:49,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:04:49,430 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:04:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["DV7qv-NDREeiiQXfcJYlwg"], "issued_at": "2018-10-10T17:04:49.000000Z"}} 2018-10-10 17:04:49,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}966a831cae6ebb3cc5e6658d4501502a0295b81b" 2018-10-10 17:04:49,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-1b4163dd-52d0-4dca-97ea-5e2e1a4d83b3 x-compute-request-id: req-1b4163dd-52d0-4dca-97ea-5e2e1a4d83b3 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000125", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "afca0776-c2d6-44bf-bcf8-5f111d9f78af", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:04:49Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-10-10T17:04:48Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:04:49,978 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af used request id req-1b4163dd-52d0-4dca-97ea-5e2e1a4d83b3 2018-10-10 17:04:52,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}966a831cae6ebb3cc5e6658d4501502a0295b81b" 2018-10-10 17:04:53,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdc10ef9-5481-4b42-96ab-844cb7ec6448 x-compute-request-id: req-bdc10ef9-5481-4b42-96ab-844cb7ec6448 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.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000125", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "afca0776-c2d6-44bf-bcf8-5f111d9f78af", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:04:49Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-10-10T17:04:48Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:04:53,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af used request id req-bdc10ef9-5481-4b42-96ab-844cb7ec6448 2018-10-10 17:04:56,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}966a831cae6ebb3cc5e6658d4501502a0295b81b" 2018-10-10 17:04:57,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d6c6bef-8139-46b0-9e05-f619dc66c467 x-compute-request-id: req-2d6c6bef-8139-46b0-9e05-f619dc66c467 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:08:6a:a9", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000125", "OS-SRV-USG:launched_at": "2018-10-10T17:04:52.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "afca0776-c2d6-44bf-bcf8-5f111d9f78af", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:04:53Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-10-10T17:04:48Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:04:57,549 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af used request id req-2d6c6bef-8139-46b0-9e05-f619dc66c467 2018-10-10 17:04:57,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}992cd31860e9f43a70a8f820780f1a9255c43fc6" 2018-10-10 17:04:58,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-549aef6c-fe67-4191-987e-6df7a0acde03 x-compute-request-id: req-549aef6c-fe67-4191-987e-6df7a0acde03 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:08:6a:a9", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000125", "OS-SRV-USG:launched_at": "2018-10-10T17:04:52.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "afca0776-c2d6-44bf-bcf8-5f111d9f78af", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:04:53Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-10-10T17:04:48Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:04:58,136 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af used request id req-549aef6c-fe67-4191-987e-6df7a0acde03 2018-10-10 17:04:58,136 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-3' booted successfully. IP='10.10.10.5'. 2018-10-10 17:04:58,136 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-3' to security group 'sdnvpn-sg'... 2018-10-10 17:04:58,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de10d4ce0653819dc2b9771275c4900bd41d73ac" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:04:59,645 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:04:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-624dcdc9-01af-4ce5-9858-04cc3e83da03 x-compute-request-id: req-624dcdc9-01af-4ce5-9858-04cc3e83da03 Content-Length: 0 Content-Type: application/json 2018-10-10 17:04:59,645 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af/action used request id req-624dcdc9-01af-4ce5-9858-04cc3e83da03 2018-10-10 17:04:59,646 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-5'... 2018-10-10 17:04:59,646 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-5 flavor=m1.tiny image=cd979b89-010c-48ba-8ee3-f2de69cf5089 network=58142f7d-71cc-43c1-bc7b-791b09cce25d secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-10 17:04:59,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:04:59,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:04:59,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:04:59,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:04:59,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:04:59,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:04:59,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:04:59,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:04:59,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:04:59,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:04:59,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:04:59,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:04:59,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:04:59,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:04:59,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:04:59,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:04:59,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:04:59,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:04:59,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:04:59,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:04:59,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:04:59,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:04:59,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:04:59,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:04:59,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:04:59,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:04:59,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:04:59,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:04:59,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:04:59,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:04:59,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:04:59,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:04:59,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:04:59,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:04:59,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:04:59,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:04:59,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:04:59,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:04:59,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:04:59,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:04:59,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:04:59,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:04:59,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:04:59,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:04:59,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:04:59,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:04:59,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:04:59,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:04:59,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:04:59,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a3607ec-8495-47f2-81e9-99041ea339f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:04:59,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1a3607ec-8495-47f2-81e9-99041ea339f4 2018-10-10 17:04:59,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:05:00,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:05:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["HHXfWtsLRYCh5NyHdXlSBg"], "issued_at": "2018-10-10T17:05:00.000000Z"}} 2018-10-10 17:05:00,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" 2018-10-10 17:05:00,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05: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-7b063db1-cec8-49ea-a475-e76c0f7f4509 x-compute-request-id: req-7b063db1-cec8-49ea-a475-e76c0f7f4509 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:05:00,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-7b063db1-cec8-49ea-a475-e76c0f7f4509 2018-10-10 17:05:00,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" 2018-10-10 17:05:00,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05: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-a64b9aee-ff3a-4c8d-b288-bbda7db54a02 x-compute-request-id: req-a64b9aee-ff3a-4c8d-b288-bbda7db54a02 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:05:00,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-a64b9aee-ff3a-4c8d-b288-bbda7db54a02 2018-10-10 17:05:00,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"server": {"name": "sdnvpn-1-5", "imageRef": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "max_count": 1, "min_count": 1, "networks": [{"uuid": "58142f7d-71cc-43c1-bc7b-791b09cce25d"}]}}' 2018-10-10 17:05:01,879 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:05: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-1c98af5e-62be-4d01-90e2-56fa5f0dfdae x-compute-request-id: req-1c98af5e-62be-4d01-90e2-56fa5f0dfdae Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2d6d9272-d9ac-4faf-8f65-7fd0aee17777", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777", "rel": "bookmark"}], "adminPass": "v7Q9hCk4ZvM3"}} 2018-10-10 17:05:01,879 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-1c98af5e-62be-4d01-90e2-56fa5f0dfdae 2018-10-10 17:05:01,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:05:01,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcf8a85a-36bc-45bf-a3c6-5c443cba42af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:05:01,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fcf8a85a-36bc-45bf-a3c6-5c443cba42af 2018-10-10 17:05:01,887 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:05:02,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:05:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["jonGl_vTRiCGL6RrTRD7Nw"], "issued_at": "2018-10-10T17:05:02.000000Z"}} 2018-10-10 17:05:02,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f50608385ddd72826ca4f260e1dbe5145870ada" 2018-10-10 17:05:02,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05: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-9989dc1a-5039-4ccb-97a4-d9e1dabbb55e x-compute-request-id: req-9989dc1a-5039-4ccb-97a4-d9e1dabbb55e 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.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "2d6d9272-d9ac-4faf-8f65-7fd0aee17777", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:05: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-5", "created": "2018-10-10T17:05:01Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:05:02,711 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777 used request id req-9989dc1a-5039-4ccb-97a4-d9e1dabbb55e 2018-10-10 17:05:05,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f50608385ddd72826ca4f260e1dbe5145870ada" 2018-10-10 17:05:06,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2c6ea58-0c32-4e53-8415-97857c31816a x-compute-request-id: req-c2c6ea58-0c32-4e53-8415-97857c31816a 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.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "2d6d9272-d9ac-4faf-8f65-7fd0aee17777", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:05:03Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-10-10T17:05:01Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:05:06,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777 used request id req-c2c6ea58-0c32-4e53-8415-97857c31816a 2018-10-10 17:05:09,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f50608385ddd72826ca4f260e1dbe5145870ada" 2018-10-10 17:05:09,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05: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-285685c6-de25-4bb8-80fb-d73d3c0e56e4 x-compute-request-id: req-285685c6-de25-4bb8-80fb-d73d3c0e56e4 Content-Encoding: gzip Content-Length: 778 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:82:bb:d1", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": "2018-10-10T17:05:05.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "2d6d9272-d9ac-4faf-8f65-7fd0aee17777", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:05:06Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-10-10T17:05:01Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:05:09,883 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777 used request id req-285685c6-de25-4bb8-80fb-d73d3c0e56e4 2018-10-10 17:05:09,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" 2018-10-10 17:05:10,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05: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-ca0f4103-7620-4566-8883-1926b293be15 x-compute-request-id: req-ca0f4103-7620-4566-8883-1926b293be15 Content-Encoding: gzip Content-Length: 778 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:82:bb:d1", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": "2018-10-10T17:05:05.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "2d6d9272-d9ac-4faf-8f65-7fd0aee17777", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:05:06Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-10-10T17:05:01Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:05:10,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777 used request id req-ca0f4103-7620-4566-8883-1926b293be15 2018-10-10 17:05:10,503 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-5' booted successfully. IP='10.10.11.9'. 2018-10-10 17:05:10,503 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-5' to security group 'sdnvpn-sg'... 2018-10-10 17:05:10,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de10d4ce0653819dc2b9771275c4900bd41d73ac" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:05:11,809 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:05: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-cb1e960c-68cb-4549-bb7c-0b899b844fd2 x-compute-request-id: req-cb1e960c-68cb-4549-bb7c-0b899b844fd2 Content-Length: 0 Content-Type: application/json 2018-10-10 17:05:11,809 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-cb1e960c-68cb-4549-bb7c-0b899b844fd2 2018-10-10 17:05:11,810 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-4'... 2018-10-10 17:05:11,810 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-4 flavor=m1.tiny image=cd979b89-010c-48ba-8ee3-f2de69cf5089 network=58142f7d-71cc-43c1-bc7b-791b09cce25d secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.9 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-10 17:05:11,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:05:11,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:05:11,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:05:11,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:05:11,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:05:11,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:05:11,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:05:11,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:05:11,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:05:11,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:05:11,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:05:11,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:05:11,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:05:11,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:05:11,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:05:11,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:05:11,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:05:11,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:05:11,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:05:11,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:05:11,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:05:11,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:05:11,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:05:11,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:05:11,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:05:11,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:05:11,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:05:11,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:05:11,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:05:11,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:05:11,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:05:11,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:05:11,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:05:11,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:05:11,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:05:11,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:05:11,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:05:11,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:05:11,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:05:11,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:05:11,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:05:11,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:05:11,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:05:11,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:05:11,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:05:11,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:05:11,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:05:11,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:05:11,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:05:11,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6006354-6c9e-48d3-b31b-89431a01a627 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:05:11,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c6006354-6c9e-48d3-b31b-89431a01a627 2018-10-10 17:05:11,828 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:05:12,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:05:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["0u9DWH9IQ5m6kaXUl96Fkg"], "issued_at": "2018-10-10T17:05:12.000000Z"}} 2018-10-10 17:05:12,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda45dab53d784e3e67b850f08c1317de8f3e4fb" 2018-10-10 17:05:12,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05: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-61cdf869-369d-4c39-9db7-b6cd393a3c0a x-compute-request-id: req-61cdf869-369d-4c39-9db7-b6cd393a3c0a Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:05:12,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-61cdf869-369d-4c39-9db7-b6cd393a3c0a 2018-10-10 17:05:12,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda45dab53d784e3e67b850f08c1317de8f3e4fb" 2018-10-10 17:05:12,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05: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-7298c7fd-9f0b-4d14-98fb-1a9bfecefb21 x-compute-request-id: req-7298c7fd-9f0b-4d14-98fb-1a9bfecefb21 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:05:12,475 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-7298c7fd-9f0b-4d14-98fb-1a9bfecefb21 2018-10-10 17:05:12,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda45dab53d784e3e67b850f08c1317de8f3e4fb" -d '{"server": {"name": "sdnvpn-1-4", "imageRef": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS45CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "58142f7d-71cc-43c1-bc7b-791b09cce25d"}], "config_drive": true}}' 2018-10-10 17:05:13,921 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:05: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-114d26e3-56c3-441c-b148-c970e7f63419 x-compute-request-id: req-114d26e3-56c3-441c-b148-c970e7f63419 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "beafe73f-2c6d-4501-854c-08f5e6a132a3", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3", "rel": "bookmark"}], "adminPass": "XMoZsNM8LfoR"}} 2018-10-10 17:05:13,921 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-114d26e3-56c3-441c-b148-c970e7f63419 2018-10-10 17:05:13,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:05:13,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07f5f3a1-f632-4570-b1cc-c0faa2fa5905 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:05:13,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-07f5f3a1-f632-4570-b1cc-c0faa2fa5905 2018-10-10 17:05:13,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:05:14,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:05:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["EvEKZuu9TcWTUJuUab4pZw"], "issued_at": "2018-10-10T17:05:14.000000Z"}} 2018-10-10 17:05:14,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d7b301678a35bb724b407306231711b1c3d49d" 2018-10-10 17:05:14,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2c3c30d-03ed-474e-bf25-fa1c0ed9ce41 x-compute-request-id: req-a2c3c30d-03ed-474e-bf25-fa1c0ed9ce41 Content-Encoding: gzip Content-Length: 628 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "beafe73f-2c6d-4501-854c-08f5e6a132a3", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:05:14Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-4", "created": "2018-10-10T17:05:13Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:05:14,841 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3 used request id req-a2c3c30d-03ed-474e-bf25-fa1c0ed9ce41 2018-10-10 17:05:17,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d7b301678a35bb724b407306231711b1c3d49d" 2018-10-10 17:05:18,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65be2c19-7e8d-46cb-8e16-250ef746e79d x-compute-request-id: req-65be2c19-7e8d-46cb-8e16-250ef746e79d Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:24:1e", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "beafe73f-2c6d-4501-854c-08f5e6a132a3", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:05:15Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-10-10T17:05:13Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:05:18,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3 used request id req-65be2c19-7e8d-46cb-8e16-250ef746e79d 2018-10-10 17:05:21,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d7b301678a35bb724b407306231711b1c3d49d" 2018-10-10 17:05:22,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05: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-16d3d1f8-a921-4f35-9a0d-20e2c9902035 x-compute-request-id: req-16d3d1f8-a921-4f35-9a0d-20e2c9902035 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:24:1e", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": "2018-10-10T17:05:16.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "beafe73f-2c6d-4501-854c-08f5e6a132a3", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:05:18Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-10-10T17:05:13Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:05:22,197 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3 used request id req-16d3d1f8-a921-4f35-9a0d-20e2c9902035 2018-10-10 17:05:22,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda45dab53d784e3e67b850f08c1317de8f3e4fb" 2018-10-10 17:05:22,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05: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-3d5fde7e-5516-4085-bb44-5b71d6075327 x-compute-request-id: req-3d5fde7e-5516-4085-bb44-5b71d6075327 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:24:1e", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": "2018-10-10T17:05:16.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "beafe73f-2c6d-4501-854c-08f5e6a132a3", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:05:18Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-10-10T17:05:13Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:05:22,807 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3 used request id req-3d5fde7e-5516-4085-bb44-5b71d6075327 2018-10-10 17:05:22,808 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-4' booted successfully. IP='10.10.11.12'. 2018-10-10 17:05:22,808 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-4' to security group 'sdnvpn-sg'... 2018-10-10 17:05:22,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de10d4ce0653819dc2b9771275c4900bd41d73ac" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:05:23,988 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:05: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-f8d81d14-5031-43d8-a0b0-45e2c18536af x-compute-request-id: req-f8d81d14-5031-43d8-a0b0-45e2c18536af Content-Length: 0 Content-Type: application/json 2018-10-10 17:05:23,988 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3/action used request id req-f8d81d14-5031-43d8-a0b0-45e2c18536af 2018-10-10 17:05:23,989 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-1'... 2018-10-10 17:05:23,989 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-1 flavor=m1.tiny image=cd979b89-010c-48ba-8ee3-f2de69cf5089 network=cd0e6d23-ef0d-422e-868e-b50890264df1 secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.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 2018-10-10 17:05:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:05:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:05:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:05:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:05:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:05:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:05:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:05:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:05:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:05:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:05:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:05:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:05:23,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:05:23,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:05:23,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:05:23,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:05:23,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:05:23,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:05:23,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:05:23,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:05:23,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:05:23,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:05:23,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:05:23,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:05:23,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:05:23,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:05:23,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:05:23,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:05:23,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:05:23,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:05:23,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:05:23,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:05:23,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:05:23,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:05:23,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:05:23,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:05:23,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:05:23,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:05:23,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:05:23,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:05:23,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:05:23,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:05:23,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:05:23,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:05:23,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:05:23,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:05:23,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:05:23,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:05:24,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:05:24,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eabe7f2d-86c3-4fe0-a5c3-ee90ea3760cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:05:24,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-eabe7f2d-86c3-4fe0-a5c3-ee90ea3760cf 2018-10-10 17:05:24,008 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:05:24,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:05:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["8ce0Z6XRRcChJ3kbRVxcbA"], "issued_at": "2018-10-10T17:05:24.000000Z"}} 2018-10-10 17:05:24,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270f1d083cae409a92a69bae7019adf044ad0197" 2018-10-10 17:05:24,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-a2b01f4a-613e-42de-b628-4eb04a894093 x-compute-request-id: req-a2b01f4a-613e-42de-b628-4eb04a894093 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:05:24,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a2b01f4a-613e-42de-b628-4eb04a894093 2018-10-10 17:05:24,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270f1d083cae409a92a69bae7019adf044ad0197" 2018-10-10 17:05:24,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-97ee88ce-0220-4bb3-9c56-58f161087a40 x-compute-request-id: req-97ee88ce-0220-4bb3-9c56-58f161087a40 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:05:24,606 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-97ee88ce-0220-4bb3-9c56-58f161087a40 2018-10-10 17:05:24,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270f1d083cae409a92a69bae7019adf044ad0197" -d '{"server": {"name": "sdnvpn-1-1", "imageRef": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC45IDEwLjEwLjEwLjUgMTAuMTAuMTEuMTIgMTAuMTAuMTEuOQp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cd0e6d23-ef0d-422e-868e-b50890264df1"}], "config_drive": true}}' 2018-10-10 17:05:26,108 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17: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 x-openstack-request-id: req-840bfddb-d074-464a-be1f-0435d6927e48 x-compute-request-id: req-840bfddb-d074-464a-be1f-0435d6927e48 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0", "rel": "bookmark"}], "adminPass": "eNwaL9TtH8Gu"}} 2018-10-10 17:05:26,109 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-840bfddb-d074-464a-be1f-0435d6927e48 2018-10-10 17:05:26,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:05:26,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ea558dd-66b1-4f0c-a400-839eef91a37a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:05:26,119 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7ea558dd-66b1-4f0c-a400-839eef91a37a 2018-10-10 17:05:26,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:05:26,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:05:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["1J4FeLb-S-CHZxZ3p2VNFw"], "issued_at": "2018-10-10T17:05:26.000000Z"}} 2018-10-10 17:05:26,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4d3a81d95be084ad1f65a6f7bbe82010eb322" 2018-10-10 17:05:27,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-82930389-7dc4-43e7-86a8-d4d817242e8e x-compute-request-id: req-82930389-7dc4-43e7-86a8-d4d817242e8e 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.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:05:26Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-1", "created": "2018-10-10T17:05:26Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:05:27,047 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0 used request id req-82930389-7dc4-43e7-86a8-d4d817242e8e 2018-10-10 17:05:30,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4d3a81d95be084ad1f65a6f7bbe82010eb322" 2018-10-10 17:05:30,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-8ac303c9-1a62-4f11-b8a2-ae8f76a25d91 x-compute-request-id: req-8ac303c9-1a62-4f11-b8a2-ae8f76a25d91 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:97:fa:ac", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:05:27Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-10-10T17:05:26Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:05:30,776 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0 used request id req-8ac303c9-1a62-4f11-b8a2-ae8f76a25d91 2018-10-10 17:05:33,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4d3a81d95be084ad1f65a6f7bbe82010eb322" 2018-10-10 17:05:34,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-7722cabd-b56c-44b4-a731-09e7d2929d13 x-compute-request-id: req-7722cabd-b56c-44b4-a731-09e7d2929d13 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:fa:ac", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012e", "OS-SRV-USG:launched_at": "2018-10-10T17:05:29.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:05:31Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-10-10T17:05:26Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:05:34,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0 used request id req-7722cabd-b56c-44b4-a731-09e7d2929d13 2018-10-10 17:05:34,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270f1d083cae409a92a69bae7019adf044ad0197" 2018-10-10 17:05:35,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05: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-0225813d-c280-47d0-ad90-db74d1ab1a32 x-compute-request-id: req-0225813d-c280-47d0-ad90-db74d1ab1a32 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:fa:ac", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0", "rel": "bookmark"}], "image": {"id": "cd979b89-010c-48ba-8ee3-f2de69cf5089", "links": [{"href": "http://172.30.9.27:8774/images/cd979b89-010c-48ba-8ee3-f2de69cf5089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012e", "OS-SRV-USG:launched_at": "2018-10-10T17:05:29.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:05:31Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-10-10T17:05:26Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:05:35,157 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0 used request id req-0225813d-c280-47d0-ad90-db74d1ab1a32 2018-10-10 17:05:35,157 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-1' booted successfully. IP='10.10.10.14'. 2018-10-10 17:05:35,158 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-1' to security group 'sdnvpn-sg'... 2018-10-10 17:05:35,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de10d4ce0653819dc2b9771275c4900bd41d73ac" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:05:36,707 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:05:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9c5bf03a-fcdf-4ab3-82d1-d5c54c028bba x-compute-request-id: req-9c5bf03a-fcdf-4ab3-82d1-d5c54c028bba Content-Length: 0 Content-Type: application/json 2018-10-10 17:05:36,708 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action used request id req-9c5bf03a-fcdf-4ab3-82d1-d5c54c028bba 2018-10-10 17:05:36,708 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-10-10 17:05:36,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-923562", "route_distinguishers": "11:11"}}' 2018-10-10 17:05:37,788 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-71684f0f-032c-4eea-9557-485256a3f54f Date: Wed, 10 Oct 2018 17:05:37 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "60051ada-2ad7-456b-8492-4b1b5830bb84", "name": "sdnvpn-923562", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "type": "l3"}} 2018-10-10 17:05:37,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns used request id req-71684f0f-032c-4eea-9557-485256a3f54f 2018-10-10 17:05:37,789 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-923562', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'd00928b339b74d1eac5a92b45f495878', u'route_targets': [], u'project_id': u'd00928b339b74d1eac5a92b45f495878', u'type': u'l3', u'id': u'60051ada-2ad7-456b-8492-4b1b5830bb84'}} 2018-10-10 17:05:37,789 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-10-10 17:05:37,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/60051ada-2ad7-456b-8492-4b1b5830bb84/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" -d '{"network_association": {"network_id": "cd0e6d23-ef0d-422e-868e-b50890264df1"}}' 2018-10-10 17:05:38,247 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-5c683c12-a914-404f-bbdd-3f720bcbdd66 Date: Wed, 10 Oct 2018 17:05:38 GMT RESP BODY: {"network_association": {"network_id": "cd0e6d23-ef0d-422e-868e-b50890264df1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "20160fed-4b37-4892-9bfe-db295f03a18f"}} 2018-10-10 17:05:38,247 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/60051ada-2ad7-456b-8492-4b1b5830bb84/network_associations used request id req-5c683c12-a914-404f-bbdd-3f720bcbdd66 2018-10-10 17:05:38,248 - sdnvpn_test_utils - INFO - Waiting for instance 1dea20b7-fe44-4112-8a5d-7d2720a00925 to boot up 2018-10-10 17:05:38,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}220d7a3cab10bd134032d11784a82d4ad9cc3e7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:05:39,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-8f257ff4-22c8-415a-b83f-934eafccaabc x-compute-request-id: req-8f257ff4-22c8-415a-b83f-934eafccaabc Content-Encoding: gzip Content-Length: 11153 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483778311 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128875] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130514] pid_max: default: 32768 minimum: 301\n[ 0.131402] ACPI: Core revision 20150930\n[ 0.132778] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134072] Security Framework initialized\n[ 0.134883] Yama: becoming mindful.\n[ 0.135609] AppArmor: AppArmor initialized\n[ 0.136473] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137790] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139055] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140258] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141632] Initializing cgroup subsys io\n[ 0.142445] Initializing cgroup subsys memory\n[ 0.143300] Initializing cgroup subsys devices\n[ 0.144179] Initializing cgroup subsys freezer\n[ 0.145039] Initializing cgroup subsys net_cls\n[ 0.145912] Initializing cgroup subsys perf_event\n[ 0.146816] Initializing cgroup subsys net_prio\n[ 0.147693] Initializing cgroup subsys hugetlb\n[ 0.148566] Initializing cgroup subsys pids\n[ 0.149433] CPU: Physical Processor ID: 0\n[ 0.150911] mce: CPU supports 10 MCE banks\n[ 0.151752] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152750] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163378] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169754] ftrace: allocating 31920 entries in 125 pages\n[ 0.195992] smpboot: Max logical packages: 1\n[ 0.196849] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198187] x2apic enabled\n[ 0.198983] Switched APIC routing to physical x2apic.\n[ 0.200733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201844] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203820] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205593] KVM setup paravirtual spinlock\n[ 0.206875] x86: Booted up 1 node, 1 CPUs\n[ 0.207679] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209057] devtmpfs: initialized\n[ 0.210765] evm: security.selinux\n[ 0.211476] evm: security.SMACK64\n[ 0.212162] evm: security.SMACK64EXEC\n[ 0.212902] evm: security.SMACK64TRANSMUTE\n[ 0.213705] evm: security.SMACK64MMAP\n[ 0.214450] evm: security.ima\n[ 0.215085] evm: security.capability\n[ 0.215883] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217727] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 17:04:39, date: 10/10/18\n[ 0.219769] NET: Registered protocol family 16\n[ 0.220736] cpuidle: using governor ladder\n[ 0.221550] cpuidle: using governor menu\n[ 0.222331] PCCT header not found.\n[ 0.223079] ACPI: bus type PCI registered\n[ 0.223885] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225117] PCI: Using configuration type 1 for base access\n[ 0.226862] ACPI: Added _OSI(Module Device)\n[ 0.227716] ACPI: Added _OSI(Processor Device)\n[ 0.228574] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229469] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231580] ACPI: Interpreter enabled\n[ 0.232352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234185] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239666] ACPI: (supports S0 S5)\n[ 0.240367] ACPI: Using IOAPIC for interrupt routing\n[ 0.241316] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244392] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245526] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247929] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250142] acpiphp: Slot [3] registered\n[ 0.250943] acpiphp: Slot [4] registered\n[ 0.251742] acpiphp: Slot [5] registered\n[ 0.252540] acpiphp: Slot [6] registered\n[ 0.253332] acpiphp: Slot [7] registered\n[ 0.254129] acpiphp: Slot [8] registered\n[ 0.254926] acpiphp: Slot [9] registered\n[ 0.255720] acpiphp: Slot [10] registered\n[ 0.256533] acpiphp: Slot [11] registered\n[ 0.257352] acpiphp: Slot [12] registered\n[ 0.258169] acpiphp: Slot [13] registered\n[ 0.258972] acpiphp: Slot [14] registered\n[ 0.259781] acpiphp: Slot [15] registered\n[ 0.270513] acpiphp: Slot [16] registered\n[ 0.271326] acpiphp: Slot [17] registered\n[ 0.272129] acpiphp: Slot [18] registered\n[ 0.272936] acpiphp: Slot [19] registered\n[ 0.273740] acpiphp: Slot [20] registered\n[ 0.274552] acpiphp: Slot [21] registered\n[ 0.275359] acpiphp: Slot [22] registered\n[ 0.276164] acpiphp: Slot [23] registered\n[ 0.276965] acpiphp: Slot [24] registered\n[ 0.277776] acpiphp: Slot [25] registered\n[ 0.278588] acpiphp: Slot [26] registered\n[ 0.279396] acpiphp: Slot [27] registered\n[ 0.280224] acpiphp: Slot [28] registered\n[ 0.281279] acpiphp: Slot [29] registered\n[ 0.282330] acpiphp: Slot [30] registered\n[ 0.283390] acpiphp: Slot [31] registered\n[ 0.284440] PCI host bridge to bus 0000:00\n[ 0.285493] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287040] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290479] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292362] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300262] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303457] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311999] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313429] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360209] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361692] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363112] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365697] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367086] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368345] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370558] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372127] vgaarb: loaded\n[ 0.372738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373881] SCSI subsystem initialized\n[ 0.374708] ACPI: bus type USB registered\n[ 0.375534] usbcore: registered new interface driver usbfs\n[ 0.376581] usbcore: registered new interface driver hub\n[ 0.377597] usbcore: registered new device driver usb\n[ 0.378657] PCI: Using ACPI for IRQ routing\n[ 0.379692] NetLabel: Initializing\n[ 0.380415] NetLabel: domain hash size = 128\n[ 0.381278] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383345] clocksource: Switched to clocksource kvm-clock\n[ 0.388772] AppArmor: AppArmor Filesystem Enabled\n[ 0.389759] pnp: PnP ACPI init\n[ 0.390670] pnp: PnP ACPI: found 5 devices\n[ 0.397050] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398773] NET: Registered protocol family 2\n[ 0.399740] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401024] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402207] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403389] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404479] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405653] NET: Registered protocol family 1\n[ 0.406524] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407636] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408722] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422738] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436972] Trying to unpack rootfs image as initramfs...\n[ 0.486842] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500867] Scanning for low memory corruption every 60 seconds\n[ 0.502435] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503829] audit: initializing netlink subsys (disabled)\n[ 0.505069] audit: type=2000 audit(1539191080.414:1): initialized\n[ 0.506610] Initialise system trusted keyring\n[ 0.518848] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.529213] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531197] zbud: loaded\n[ 0.531911] VFS: Disk quotas dquot_6.6.0\n[ 0.532744] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534272] fuse init (API version 7.23)\n[ 0.535165] Key type big_key registered\n[ 0.535977] Allocating IMA MOK and blacklist keyrings.\n[ 0.537091] Key type asymmetric registered\n[ 0.537919] Asymmetric key parser 'x509' registered\n[ 0.538871] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540705] io scheduler noop registered\n[ 0.541509] io scheduler deadline registered (default)\n[ 0.542500] io scheduler cfq registered\n[ 0.543339] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544398] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547127] ACPI: Power Button [PWRF]\n[ 0.547976] GHES: HEST is not enabled!\n[ 0.561714] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591807] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595073] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619167] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621329] Linux agpgart interface v0.103\n[ 0.623428] brd: module loaded\n[ 0.624651] loop: module loaded\n[ 0.629777] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631239] GPT:90111 != 2097151\n[ 0.631922] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633019] GPT:90111 != 2097151\n[ 0.633693] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634654] vda: vda1 vda15\n[ 0.636137] scsi host0: ata_piix\n[ 0.636876] scsi host1: ata_piix\n[ 0.637592] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640258] libphy: Fixed MDIO Bus: probed\n[ 0.641072] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642022] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644259] PPP generic driver version 2.4.2\n[ 0.645139] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646432] ehci-pci: EHCI PCI platform driver\n[ 0.647305] ehci-platform: EHCI generic platform driver\n[ 0.648303] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649434] ohci-pci: OHCI PCI platform driver\n[ 0.650302] ohci-platform: OHCI generic platform driver\n[ 0.651288] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668186] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669200] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671543] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672958] usb usb1: Product: UHCI Host Controller\n[ 0.673890] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675030] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676091] hub 1-0:1.0: USB hub found\n[ 0.676874] hub 1-0:1.0: 2 ports detected\n[ 0.677789] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679914] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680869] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681895] mousedev: PS/2 mouse device common for all mice\n[ 0.683160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684990] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686084] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687283] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688481] i2c /dev entries driver\n[ 0.689246] device-mapper: uevent: version 1.0.3\n[ 0.690198] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691831] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693118] NET: Registered protocol family 10\n[ 0.694112] NET: Registered protocol family 17\n[ 0.695005] Key type dns_resolver registered\n[ 0.695943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697042] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698786] registered taskstats version 1\n[ 0.699626] Loading compiled-in X.509 certificates\n[ 0.701065] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702913] zswap: loaded using pool lzo/zbud\n[ 0.704289] Key type trusted registered\n[ 0.705838] Key type encrypted registered\n[ 0.706668] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707707] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708744] evm: HMAC attrs: 0x1\n[ 0.709681] Magic number: 6:93:87\n[ 0.710429] button LNXPWRBN:00: hash matches\n[ 0.711342] rtc_cmos 00:00: setting system clock to 2018-10-10 17:04:40 UTC (1539191080)\n[ 0.712944] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714063] EDD information not available.\n[ 0.796407] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808192] Write protecting the kernel read-only data: 14336k\n[ 0.809768] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.34\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.582614] 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 1.47. iid=i-0000011f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDSxxMugi81cVhYeo7kGzK533W+ygD8GpgVo4pj5/eWfssfZ1LigNrN2m89T9iSi356WCtZHtHL3i3vQUZ41kp7fehWhprz45p19yfoJ/2OVtoHGqtPHgmWZEpSgibYw+xFNsKPfDcRAGXTPtHHz0NQLrxy4TAeoi7Iw9/3isWSQGRzVCQRRLEwUxRljH7cTA89dbsnLRRhyrtWMi944T1cD3XnD0psISOVK83aPbc6glSTZ1onlKsUJppRYmO5Dj3Fdf+yHQKhDj+FlizmHgix1BL4vyUfNWkabMUOauyellidDOReZcCM/DDGzgoJEjujdQmA7CMYF3+/wgS/fI45 root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMN+/SdI4RtIW0Oug8UujCm7F7/5PjzCOfJiH+83MhyvWF5rXlM0GVkCo5rIuco8nJRSzysuDOmaeIo88GF8YDj/463rR/Lph1T5OUAIl6DAkXeGgmiK5QIRHxo5M85/j1KKnYWsZOotvSi0CLKLl1MD1jyg5zcEEDg1PpOugXYXAAAAFQCa9GwxTeMNZu+kvUCsWnuI92bTZQAAAIBjzIyJNhqKtlptk8VBE5dPEExmeI1oAgEk3Zat0f/HIFA626oT2KjwoaZ64eW2qGc2ovTQfya3ViTVn6JwrVpJABeqpZS+Nu+u1Jm3J/JV9Id8LhljWuYqS6327K+82JV+0iUEYEJQquYl2k3E1al+s/X9iiCKb19LFsIuF+rpAQAAAIAEUS71N8mEjolotl14wxAnPIw0uFW+xkDxVK2IocoMTQJjhYeT8yECkfZHZyswtkSfspKN9hEobQP6zEE/dU+DorbkEYDMmOQYKlQWllgnogW3WOD5AM0d+dPpypOFnpfboCNOSRdRwI3KNLmFLe+qUAsfBlI4D1pPGuocQfGwAw== 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:fea4:daf6/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.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-0000011f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.30 ===\n/dev/root resized successfully [took 1.79s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A4:DA:F6 \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea4:daf6/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:8125 (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.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-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.148018] usb 1-1: Product: QEMU USB Tablet\n[ 1.148019] usb 1-1: Manufacturer: QEMU\n[ 1.148020] usb 1-1: SerialNumber: 42\n[ 1.499384] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.499387] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 1.510135] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.564248] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.582614] random: dd urandom read with 5 bits of entropy available\n[ 3.423368] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.790276] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:04:41 cirros kern.info kernel: [ 0.811571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 10 18:04:41 cirros kern.info kernel: [ 0.822698] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 10 18:04:41 cirros kern.info kernel: [ 0.822700] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 10 18:04:41 cirros kern.info kernel: [ 0.824409] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 10 18:04:41 cirros kern.info kernel: [ 0.827450] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 10 18:04:41 cirros kern.info kernel: [ 0.829457] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 10 18:04:41 cirros kern.info kernel: [ 0.852963] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:04:41 cirros kern.info kernel: [ 0.853672] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:04:41 cirros kern.info kernel: [ 0.854764] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:04:41 cirros kern.info kernel: [ 0.893604] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:04:41 cirros kern.info kernel: [ 0.987364] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 10 18:04:41 cirros kern.info kernel: [ 1.148015] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 10 18:04:41 cirros kern.info kernel: [ 1.148017] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 10 18:04:41 cirros kern.info kernel: [ 1.148018] usb 1-1: Product: QEMU USB Tablet\nOct 10 18:04:41 cirros kern.info kernel: [ 1.148019] usb 1-1: Manufacturer: QEMU\nOct 10 18:04:41 cirros kern.info kernel: [ 1.148020] usb 1-1: SerialNumber: 42\nOct 10 18:04:41 cirros kern.info kernel: [ 1.499384] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nOct 10 18:04:41 cirros kern.info kernel: [ 1.499387] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nOct 10 18:04:41 cirros kern.info kernel: [ 1.510135] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:04:41 cirros kern.info kernel: [ 1.564248] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:04:41 cirros kern.notice kernel: [ 1.582614] random: dd urandom read with 5 bits of entropy available\nOct 10 18:04:42 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:04:43 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:04:43 cirros kern.info kernel: [ 3.423368] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:04:43 cirros kern.info kernel: [ 3.790276] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-1-2 login: "} 2018-10-10 17:05:39,322 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925/action used request id req-8f257ff4-22c8-415a-b83f-934eafccaabc 2018-10-10 17:05:41,356 - sdnvpn_test_utils - INFO - Waiting for instance afca0776-c2d6-44bf-bcf8-5f111d9f78af to boot up 2018-10-10 17:05:41,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}992cd31860e9f43a70a8f820780f1a9255c43fc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:05:42,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-c6222401-168a-45de-86f3-95cc920b34ce x-compute-request-id: req-c6222401-168a-45de-86f3-95cc920b34ce Content-Encoding: gzip Content-Length: 10083 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486691226 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138373] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140368] pid_max: default: 32768 minimum: 301\n[ 0.141460] ACPI: Core revision 20150930\n[ 0.143007] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144584] Security Framework initialized\n[ 0.145573] Yama: becoming mindful.\n[ 0.146446] AppArmor: AppArmor initialized\n[ 0.147474] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149082] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150626] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152092] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153791] Initializing cgroup subsys io\n[ 0.154776] Initializing cgroup subsys memory\n[ 0.155809] Initializing cgroup subsys devices\n[ 0.156855] Initializing cgroup subsys freezer\n[ 0.157910] Initializing cgroup subsys net_cls\n[ 0.158958] Initializing cgroup subsys perf_event\n[ 0.160057] Initializing cgroup subsys net_prio\n[ 0.161118] Initializing cgroup subsys hugetlb\n[ 0.162167] Initializing cgroup subsys pids\n[ 0.163214] CPU: Physical Processor ID: 0\n[ 0.164885] mce: CPU supports 10 MCE banks\n[ 0.165904] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178398] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185373] ftrace: allocating 31920 entries in 125 pages\n[ 0.212991] smpboot: Max logical packages: 1\n[ 0.213993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215739] x2apic enabled\n[ 0.216710] Switched APIC routing to physical x2apic.\n[ 0.218774] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222842] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225156] KVM setup paravirtual spinlock\n[ 0.226726] x86: Booted up 1 node, 1 CPUs\n[ 0.227792] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229580] devtmpfs: initialized\n[ 0.231491] evm: security.selinux\n[ 0.232390] evm: security.SMACK64\n[ 0.233277] evm: security.SMACK64EXEC\n[ 0.234245] evm: security.SMACK64TRANSMUTE\n[ 0.235294] evm: security.SMACK64MMAP\n[ 0.236249] evm: security.ima\n[ 0.237059] evm: security.capability\n[ 0.238070] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240530] pinctrl core: initialized pinctrl subsystem\n[ 0.241941] RTC time: 17:04:52, date: 10/10/18\n[ 0.243160] NET: Registered protocol family 16\n[ 0.244397] cpuidle: using governor ladder\n[ 0.245476] cpuidle: using governor menu\n[ 0.246507] PCCT header not found.\n[ 0.247457] ACPI: bus type PCI registered\n[ 0.248504] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.250132] PCI: Using configuration type 1 for base access\n[ 0.252233] ACPI: Added _OSI(Module Device)\n[ 0.253346] ACPI: Added _OSI(Processor Device)\n[ 0.254496] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255689] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.258151] ACPI: Interpreter enabled\n[ 0.258931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266384] ACPI: (supports S0 S5)\n[ 0.267104] ACPI: Using IOAPIC for interrupt routing\n[ 0.268173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271303] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272423] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275005] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277188] acpiphp: Slot [3] registered\n[ 0.277975] acpiphp: Slot [4] registered\n[ 0.278759] acpiphp: Slot [5] registered\n[ 0.279539] acpiphp: Slot [6] registered\n[ 0.280320] acpiphp: Slot [7] registered\n[ 0.281104] acpiphp: Slot [8] registered\n[ 0.281887] acpiphp: Slot [9] registered\n[ 0.282663] acpiphp: Slot [10] registered\n[ 0.283454] acpiphp: Slot [11] registered\n[ 0.284249] acpiphp: Slot [12] registered\n[ 0.285046] acpiphp: Slot [13] registered\n[ 0.285845] acpiphp: Slot [14] registered\n[ 0.286639] acpiphp: Slot [15] registered\n[ 0.297445] acpiphp: Slot [16] registered\n[ 0.298244] acpiphp: Slot [17] registered\n[ 0.299040] acpiphp: Slot [18] registered\n[ 0.299832] acpiphp: Slot [19] registered\n[ 0.300619] acpiphp: Slot [20] registered\n[ 0.301410] acpiphp: Slot [21] registered\n[ 0.302209] acpiphp: Slot [22] registered\n[ 0.303001] acpiphp: Slot [23] registered\n[ 0.303795] acpiphp: Slot [24] registered\n[ 0.304582] acpiphp: Slot [25] registered\n[ 0.305373] acpiphp: Slot [26] registered\n[ 0.306164] acpiphp: Slot [27] registered\n[ 0.306962] acpiphp: Slot [28] registered\n[ 0.307752] acpiphp: Slot [29] registered\n[ 0.308540] acpiphp: Slot [30] registered\n[ 0.309329] acpiphp: Slot [31] registered\n[ 0.310117] PCI host bridge to bus 0000:00\n[ 0.310908] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312089] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313268] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316101] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322356] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323599] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.325987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333004] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334412] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385631] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387271] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388902] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390512] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392527] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393881] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395148] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396992] vgaarb: loaded\n[ 0.397693] vgaarb: bridge control possible 0000:00:02.0\n[ 0.399046] SCSI subsystem initialized\n[ 0.400018] ACPI: bus type USB registered\n[ 0.400987] usbcore: registered new interface driver usbfs\n[ 0.402223] usbcore: registered new interface driver hub\n[ 0.403436] usbcore: registered new device driver usb\n[ 0.404611] PCI: Using ACPI for IRQ routing\n[ 0.405643] NetLabel: Initializing\n[ 0.406355] NetLabel: domain hash size = 128\n[ 0.407199] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408148] NetLabel: unlabeled traffic allowed by default\n[ 0.409238] clocksource: Switched to clocksource kvm-clock\n[ 0.414910] AppArmor: AppArmor Filesystem Enabled\n[ 0.415856] pnp: PnP ACPI init\n[ 0.416774] pnp: PnP ACPI: found 5 devices\n[ 0.423139] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424821] NET: Registered protocol family 2\n[ 0.425781] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427031] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428180] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429335] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430401] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431550] NET: Registered protocol family 1\n[ 0.432405] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433491] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434550] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448520] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462844] Trying to unpack rootfs image as initramfs...\n[ 0.513161] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526885] Scanning for low memory corruption every 60 seconds\n[ 0.528216] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529359] audit: initializing netlink subsys (disabled)\n[ 0.530378] audit: type=2000 audit(1539191093.558:1): initialized\n[ 0.531677] Initialise system trusted keyring\n[ 0.532607] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533764] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535697] zbud: loaded\n[ 0.536399] VFS: Disk quotas dquot_6.6.0\n[ 0.537211] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538726] fuse init (API version 7.23)\n[ 0.539607] Key type big_key registered\n[ 0.540405] Allocating IMA MOK and blacklist keyrings.\n[ 0.541507] Key type asymmetric registered\n[ 0.542325] Asymmetric key parser 'x509' registered\n[ 0.543270] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545092] io scheduler noop registered\n[ 0.545890] io scheduler deadline registered (default)\n[ 0.546868] io scheduler cfq registered\n[ 0.547692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548724] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549993] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551438] ACPI: Power Button [PWRF]\n[ 0.552269] GHES: HEST is not enabled!\n[ 0.566025] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600981] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.604194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.634221] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640700] Linux agpgart interface v0.103\n[ 0.643477] brd: module loaded\n[ 0.644869] loop: module loaded\n[ 0.649322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651056] GPT:90111 != 2097151\n[ 0.651841] GPT:Alternate GPT header not at the end of the disk.\n[ 0.653150] GPT:90111 != 2097151\n[ 0.653942] GPT: Use GNU Parted to correct GPT errors.\n[ 0.655102] vda: vda1 vda15\n[ 0.656815] scsi host0: ata_piix\n[ 0.657678] scsi host1: ata_piix\n[ 0.658521] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661429] libphy: Fixed MDIO Bus: probed\n[ 0.662210] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663138] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665392] PPP generic driver version 2.4.2\n[ 0.666476] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667701] ehci-pci: EHCI PCI platform driver\n[ 0.668575] ehci-platform: EHCI generic platform driver\n[ 0.669591] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670864] ohci-pci: OHCI PCI platform driver\n[ 0.671718] ohci-platform: OHCI generic platform driver\n[ 0.672685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687127] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688110] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.689551] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.690551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.691654] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.694278] usb usb1: Product: UHCI Host Controller\n[ 0.695198] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.697361] hub 1-0:1.0: USB hub found\n[ 0.698136] hub 1-0:1.0: 2 ports detected\n[ 0.699026] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.701123] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.702089] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.703113] mousedev: PS/2 mouse device common for all mice\n[ 0.704352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.706164] rtc_cmos 00:00: RTC can wake from S4\n[ 0.707240] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.708410] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709588] i2c /dev entries driver\n[ 0.710366] device-mapper: uevent: version 1.0.3\n[ 0.711299] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.712898] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.714161] NET: Registered protocol family 10\n[ 0.715152] NET: Registered protocol family 17\n[ 0.716023] Key type dns_resolver registered\n[ 0.716934] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.718011] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.719747] registered taskstats version 1\n[ 0.720568] Loading compiled-in X.509 certificates\n[ 0.722011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723831] zswap: loaded using pool lzo/zbud\n[ 0.725203] Key type trusted registered\n[ 0.726734] Key type encrypted registered\n[ 0.727553] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728572] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729608] evm: HMAC attrs: 0x1\n[ 0.730539] Magic number: 6:93:87\n[ 0.731289] button LNXPWRBN:00: hash matches\n[ 0.732195] rtc_cmos 00:00: setting system clock to 2018-10-10 17:04:53 UTC (1539191093)\n[ 0.733783] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734879] EDD information not available.\n[ 0.818350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.830135] Write protecting the kernel read-only data: 14336k\n[ 0.831695] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833475] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.876440] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.02\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.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.12. iid=i-00000122\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDsJakcy+VtWPiP9nCoM7dfW2VEQVaB087JEWdPxd8oMLa3zGfu+hQSuJuaXtbhP9XDExu5k3/IAXKuErh90w0QKMNY0HNlvvROnmHND/CzzngAVFNuv5UBi/WTF/ggkeau6lEJSgTjlrKOPM7n+1ct4acy3EhNSsK6a5Os1uoyxYqBQjiiBBgiRkZCkSKiE0xvLj2345/l0KdfpPfRT63riFQaEM33+ideRV14XOSCzJmb1tWm76Iqr0lK9VzBRss1lwlJA2dmrQUKSBV3GBiPgKfN4pkJYc/lxmcxvfOGfeZ3j8gfY/8r+DwSIjbzNmYBSJ43xrtD9iYszOTkygkx root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP88mqPiQOPGVtYFADpZC0d7Z+T3sGfb4ShdfR/Q9SG33scYa72gq89Q4/pXfWGtpbQocICI9MNRUnI6rYMj1ZOkOHCvciPAhI0JqRqA7stO0abcNQ+DmH1WeAaxMQN/WtAHzoCIKchyy9IJolYcb27FIxnCCKlRD7tMMCWFDT/XAAAAFQDXuezEvkXREfpOI2VqQyoVy3rV3QAAAIBztSqUHyPXlfC9WSVKYVtFTsY/teRIr9HBz4dwxBhX1l8Xnr0sy3Ms8iVQpQKC0dQPFjyyS0N5bj61T8mQbgeykpMO2L0b0zHdJQl6jf4uLarCb8CyH2QEAZbEw3lj2EVm5YzHrKu7nt4vIvTaAY/rYseivYnCl6ODZmyThLQLQgAAAIBoBLuD21LMBXJ4qSQlCQMOaA9gM0y7t5oMj2hEI6VaBto4WOuaz8sIQGy0prp76paQWZpHIa91oDN4JuaMSOIHKjkOjQP7gghkPMYKXzR2voc0n8A6Pbt4Q1kCMPhEa0IIKBg5vmZAEoQhZwPhY0GMR9TRoN+Z3AK40hRyOmpg8g== 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:fe08:6aa9/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.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-00000122\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.22 ===\n/dev/root resized successfully [took 2.02s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:08:6A:A9 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:6aa9/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8112 (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"} 2018-10-10 17:05:42,430 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af/action used request id req-c6222401-168a-45de-86f3-95cc920b34ce 2018-10-10 17:05:44,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}992cd31860e9f43a70a8f820780f1a9255c43fc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:05:45,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05: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-af6464f3-6342-4a9b-9a8e-471237776659 x-compute-request-id: req-af6464f3-6342-4a9b-9a8e-471237776659 Content-Encoding: gzip Content-Length: 10887 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486691226 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138373] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140368] pid_max: default: 32768 minimum: 301\n[ 0.141460] ACPI: Core revision 20150930\n[ 0.143007] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144584] Security Framework initialized\n[ 0.145573] Yama: becoming mindful.\n[ 0.146446] AppArmor: AppArmor initialized\n[ 0.147474] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149082] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150626] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152092] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153791] Initializing cgroup subsys io\n[ 0.154776] Initializing cgroup subsys memory\n[ 0.155809] Initializing cgroup subsys devices\n[ 0.156855] Initializing cgroup subsys freezer\n[ 0.157910] Initializing cgroup subsys net_cls\n[ 0.158958] Initializing cgroup subsys perf_event\n[ 0.160057] Initializing cgroup subsys net_prio\n[ 0.161118] Initializing cgroup subsys hugetlb\n[ 0.162167] Initializing cgroup subsys pids\n[ 0.163214] CPU: Physical Processor ID: 0\n[ 0.164885] mce: CPU supports 10 MCE banks\n[ 0.165904] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178398] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185373] ftrace: allocating 31920 entries in 125 pages\n[ 0.212991] smpboot: Max logical packages: 1\n[ 0.213993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215739] x2apic enabled\n[ 0.216710] Switched APIC routing to physical x2apic.\n[ 0.218774] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222842] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225156] KVM setup paravirtual spinlock\n[ 0.226726] x86: Booted up 1 node, 1 CPUs\n[ 0.227792] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229580] devtmpfs: initialized\n[ 0.231491] evm: security.selinux\n[ 0.232390] evm: security.SMACK64\n[ 0.233277] evm: security.SMACK64EXEC\n[ 0.234245] evm: security.SMACK64TRANSMUTE\n[ 0.235294] evm: security.SMACK64MMAP\n[ 0.236249] evm: security.ima\n[ 0.237059] evm: security.capability\n[ 0.238070] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240530] pinctrl core: initialized pinctrl subsystem\n[ 0.241941] RTC time: 17:04:52, date: 10/10/18\n[ 0.243160] NET: Registered protocol family 16\n[ 0.244397] cpuidle: using governor ladder\n[ 0.245476] cpuidle: using governor menu\n[ 0.246507] PCCT header not found.\n[ 0.247457] ACPI: bus type PCI registered\n[ 0.248504] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.250132] PCI: Using configuration type 1 for base access\n[ 0.252233] ACPI: Added _OSI(Module Device)\n[ 0.253346] ACPI: Added _OSI(Processor Device)\n[ 0.254496] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255689] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.258151] ACPI: Interpreter enabled\n[ 0.258931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266384] ACPI: (supports S0 S5)\n[ 0.267104] ACPI: Using IOAPIC for interrupt routing\n[ 0.268173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271303] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272423] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275005] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277188] acpiphp: Slot [3] registered\n[ 0.277975] acpiphp: Slot [4] registered\n[ 0.278759] acpiphp: Slot [5] registered\n[ 0.279539] acpiphp: Slot [6] registered\n[ 0.280320] acpiphp: Slot [7] registered\n[ 0.281104] acpiphp: Slot [8] registered\n[ 0.281887] acpiphp: Slot [9] registered\n[ 0.282663] acpiphp: Slot [10] registered\n[ 0.283454] acpiphp: Slot [11] registered\n[ 0.284249] acpiphp: Slot [12] registered\n[ 0.285046] acpiphp: Slot [13] registered\n[ 0.285845] acpiphp: Slot [14] registered\n[ 0.286639] acpiphp: Slot [15] registered\n[ 0.297445] acpiphp: Slot [16] registered\n[ 0.298244] acpiphp: Slot [17] registered\n[ 0.299040] acpiphp: Slot [18] registered\n[ 0.299832] acpiphp: Slot [19] registered\n[ 0.300619] acpiphp: Slot [20] registered\n[ 0.301410] acpiphp: Slot [21] registered\n[ 0.302209] acpiphp: Slot [22] registered\n[ 0.303001] acpiphp: Slot [23] registered\n[ 0.303795] acpiphp: Slot [24] registered\n[ 0.304582] acpiphp: Slot [25] registered\n[ 0.305373] acpiphp: Slot [26] registered\n[ 0.306164] acpiphp: Slot [27] registered\n[ 0.306962] acpiphp: Slot [28] registered\n[ 0.307752] acpiphp: Slot [29] registered\n[ 0.308540] acpiphp: Slot [30] registered\n[ 0.309329] acpiphp: Slot [31] registered\n[ 0.310117] PCI host bridge to bus 0000:00\n[ 0.310908] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312089] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313268] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316101] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322356] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323599] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.325987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333004] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334412] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385631] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387271] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388902] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390512] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392527] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393881] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395148] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396992] vgaarb: loaded\n[ 0.397693] vgaarb: bridge control possible 0000:00:02.0\n[ 0.399046] SCSI subsystem initialized\n[ 0.400018] ACPI: bus type USB registered\n[ 0.400987] usbcore: registered new interface driver usbfs\n[ 0.402223] usbcore: registered new interface driver hub\n[ 0.403436] usbcore: registered new device driver usb\n[ 0.404611] PCI: Using ACPI for IRQ routing\n[ 0.405643] NetLabel: Initializing\n[ 0.406355] NetLabel: domain hash size = 128\n[ 0.407199] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408148] NetLabel: unlabeled traffic allowed by default\n[ 0.409238] clocksource: Switched to clocksource kvm-clock\n[ 0.414910] AppArmor: AppArmor Filesystem Enabled\n[ 0.415856] pnp: PnP ACPI init\n[ 0.416774] pnp: PnP ACPI: found 5 devices\n[ 0.423139] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424821] NET: Registered protocol family 2\n[ 0.425781] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427031] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428180] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429335] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430401] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431550] NET: Registered protocol family 1\n[ 0.432405] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433491] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434550] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448520] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462844] Trying to unpack rootfs image as initramfs...\n[ 0.513161] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526885] Scanning for low memory corruption every 60 seconds\n[ 0.528216] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529359] audit: initializing netlink subsys (disabled)\n[ 0.530378] audit: type=2000 audit(1539191093.558:1): initialized\n[ 0.531677] Initialise system trusted keyring\n[ 0.532607] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533764] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535697] zbud: loaded\n[ 0.536399] VFS: Disk quotas dquot_6.6.0\n[ 0.537211] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538726] fuse init (API version 7.23)\n[ 0.539607] Key type big_key registered\n[ 0.540405] Allocating IMA MOK and blacklist keyrings.\n[ 0.541507] Key type asymmetric registered\n[ 0.542325] Asymmetric key parser 'x509' registered\n[ 0.543270] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545092] io scheduler noop registered\n[ 0.545890] io scheduler deadline registered (default)\n[ 0.546868] io scheduler cfq registered\n[ 0.547692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548724] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549993] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551438] ACPI: Power Button [PWRF]\n[ 0.552269] GHES: HEST is not enabled!\n[ 0.566025] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600981] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.604194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.634221] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640700] Linux agpgart interface v0.103\n[ 0.643477] brd: module loaded\n[ 0.644869] loop: module loaded\n[ 0.649322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651056] GPT:90111 != 2097151\n[ 0.651841] GPT:Alternate GPT header not at the end of the disk.\n[ 0.653150] GPT:90111 != 2097151\n[ 0.653942] GPT: Use GNU Parted to correct GPT errors.\n[ 0.655102] vda: vda1 vda15\n[ 0.656815] scsi host0: ata_piix\n[ 0.657678] scsi host1: ata_piix\n[ 0.658521] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661429] libphy: Fixed MDIO Bus: probed\n[ 0.662210] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663138] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665392] PPP generic driver version 2.4.2\n[ 0.666476] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667701] ehci-pci: EHCI PCI platform driver\n[ 0.668575] ehci-platform: EHCI generic platform driver\n[ 0.669591] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670864] ohci-pci: OHCI PCI platform driver\n[ 0.671718] ohci-platform: OHCI generic platform driver\n[ 0.672685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687127] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688110] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.689551] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.690551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.691654] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.694278] usb usb1: Product: UHCI Host Controller\n[ 0.695198] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.697361] hub 1-0:1.0: USB hub found\n[ 0.698136] hub 1-0:1.0: 2 ports detected\n[ 0.699026] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.701123] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.702089] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.703113] mousedev: PS/2 mouse device common for all mice\n[ 0.704352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.706164] rtc_cmos 00:00: RTC can wake from S4\n[ 0.707240] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.708410] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709588] i2c /dev entries driver\n[ 0.710366] device-mapper: uevent: version 1.0.3\n[ 0.711299] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.712898] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.714161] NET: Registered protocol family 10\n[ 0.715152] NET: Registered protocol family 17\n[ 0.716023] Key type dns_resolver registered\n[ 0.716934] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.718011] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.719747] registered taskstats version 1\n[ 0.720568] Loading compiled-in X.509 certificates\n[ 0.722011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723831] zswap: loaded using pool lzo/zbud\n[ 0.725203] Key type trusted registered\n[ 0.726734] Key type encrypted registered\n[ 0.727553] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728572] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729608] evm: HMAC attrs: 0x1\n[ 0.730539] Magic number: 6:93:87\n[ 0.731289] button LNXPWRBN:00: hash matches\n[ 0.732195] rtc_cmos 00:00: setting system clock to 2018-10-10 17:04:53 UTC (1539191093)\n[ 0.733783] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734879] EDD information not available.\n[ 0.818350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.830135] Write protecting the kernel read-only data: 14336k\n[ 0.831695] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833475] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.876440] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.02\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.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.12. iid=i-00000122\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDsJakcy+VtWPiP9nCoM7dfW2VEQVaB087JEWdPxd8oMLa3zGfu+hQSuJuaXtbhP9XDExu5k3/IAXKuErh90w0QKMNY0HNlvvROnmHND/CzzngAVFNuv5UBi/WTF/ggkeau6lEJSgTjlrKOPM7n+1ct4acy3EhNSsK6a5Os1uoyxYqBQjiiBBgiRkZCkSKiE0xvLj2345/l0KdfpPfRT63riFQaEM33+ideRV14XOSCzJmb1tWm76Iqr0lK9VzBRss1lwlJA2dmrQUKSBV3GBiPgKfN4pkJYc/lxmcxvfOGfeZ3j8gfY/8r+DwSIjbzNmYBSJ43xrtD9iYszOTkygkx root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP88mqPiQOPGVtYFADpZC0d7Z+T3sGfb4ShdfR/Q9SG33scYa72gq89Q4/pXfWGtpbQocICI9MNRUnI6rYMj1ZOkOHCvciPAhI0JqRqA7stO0abcNQ+DmH1WeAaxMQN/WtAHzoCIKchyy9IJolYcb27FIxnCCKlRD7tMMCWFDT/XAAAAFQDXuezEvkXREfpOI2VqQyoVy3rV3QAAAIBztSqUHyPXlfC9WSVKYVtFTsY/teRIr9HBz4dwxBhX1l8Xnr0sy3Ms8iVQpQKC0dQPFjyyS0N5bj61T8mQbgeykpMO2L0b0zHdJQl6jf4uLarCb8CyH2QEAZbEw3lj2EVm5YzHrKu7nt4vIvTaAY/rYseivYnCl6ODZmyThLQLQgAAAIBoBLuD21LMBXJ4qSQlCQMOaA9gM0y7t5oMj2hEI6VaBto4WOuaz8sIQGy0prp76paQWZpHIa91oDN4JuaMSOIHKjkOjQP7gghkPMYKXzR2voc0n8A6Pbt4Q1kCMPhEa0IIKBg5vmZAEoQhZwPhY0GMR9TRoN+Z3AK40hRyOmpg8g== 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:fe08:6aa9/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.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-00000122\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.22 ===\n/dev/root resized successfully [took 2.02s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:08:6A:A9 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:6aa9/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8112 (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-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.178853] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.178856] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.178857] usb 1-1: Product: QEMU USB Tablet\n[ 1.178858] usb 1-1: Manufacturer: QEMU\n[ 1.178859] usb 1-1: SerialNumber: 42\n[ 1.197927] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.212219] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.525479] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.357173] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.683039] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:04:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 10 18:04:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 10 18:04:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 10 18:04:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 10 18:04:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 10 18:04: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)\nOct 10 18:04:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 10 18:04:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 10 18:04:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 10 18:04:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 10 18:04:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 10 18:04:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 10 18:04:54 cirros kern.info kernel: [ 1.525479] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:04:55 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:04:55 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:04:56 cirros kern.info kernel: [ 3.357173] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:04:56 cirros kern.info kernel: [ 3.683039] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-1-3 login: "} 2018-10-10 17:05:45,521 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af/action used request id req-af6464f3-6342-4a9b-9a8e-471237776659 2018-10-10 17:05:47,555 - sdnvpn_test_utils - INFO - Waiting for instance 2d6d9272-d9ac-4faf-8f65-7fd0aee17777 to boot up 2018-10-10 17:05:47,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:05:48,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05: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-25e45154-8e6a-434d-877f-ca44b0136516 x-compute-request-id: req-25e45154-8e6a-434d-877f-ca44b0136516 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:05:48,626 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-25e45154-8e6a-434d-877f-ca44b0136516 2018-10-10 17:05:50,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:05:51,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-482c8972-d0b1-4804-a7c6-beccc98b46f6 x-compute-request-id: req-482c8972-d0b1-4804-a7c6-beccc98b46f6 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:05:51,711 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-482c8972-d0b1-4804-a7c6-beccc98b46f6 2018-10-10 17:05:53,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:05:54,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05: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-fbef0a56-e160-44a0-a4c8-2b8cf6947dc2 x-compute-request-id: req-fbef0a56-e160-44a0-a4c8-2b8cf6947dc2 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:05:54,846 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-fbef0a56-e160-44a0-a4c8-2b8cf6947dc2 2018-10-10 17:05:56,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:05:57,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05: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-caebdfda-2847-4c93-9493-d4daf2ff27c8 x-compute-request-id: req-caebdfda-2847-4c93-9493-d4daf2ff27c8 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:05:57,930 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-caebdfda-2847-4c93-9493-d4daf2ff27c8 2018-10-10 17:05:59,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:01,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:05: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-586434a7-8d2b-4231-80d8-4b3f21978f4d x-compute-request-id: req-586434a7-8d2b-4231-80d8-4b3f21978f4d Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:06:01,024 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-586434a7-8d2b-4231-80d8-4b3f21978f4d 2018-10-10 17:06:03,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:04,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-0e559c39-d109-4d51-a722-6818ae54c4ce x-compute-request-id: req-0e559c39-d109-4d51-a722-6818ae54c4ce Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:06:04,109 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-0e559c39-d109-4d51-a722-6818ae54c4ce 2018-10-10 17:06:06,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:07,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-2fa64bec-311a-4cef-9cdd-0ca97ae16962 x-compute-request-id: req-2fa64bec-311a-4cef-9cdd-0ca97ae16962 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:06:07,199 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-2fa64bec-311a-4cef-9cdd-0ca97ae16962 2018-10-10 17:06:09,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:10,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-08bcb917-5d89-4299-97f1-a9b0f732785d x-compute-request-id: req-08bcb917-5d89-4299-97f1-a9b0f732785d Content-Encoding: gzip Content-Length: 7930 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.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.66. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\n"} 2018-10-10 17:06:10,290 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-08bcb917-5d89-4299-97f1-a9b0f732785d 2018-10-10 17:06:12,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:13,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-897e17b2-508f-45b6-a316-acd168fefd79 x-compute-request-id: req-897e17b2-508f-45b6-a316-acd168fefd79 Content-Encoding: gzip Content-Length: 9426 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.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.66. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHMnw0S8xnOTXLVPji9/oNEpAIyIONCWMonjxE/ZUGtfaUKmBq3RXqCsS8dMrY+aTMDD7sDvNVT9XRmex91IXDeYUcUTqXQawkgVCKEotXPvzt8ZwKYKoyE7BdLus/qyHj0djjjJY+/hH327XUjgOXrQOmouRoYLMeD3lHUtdzJ2+QyOqLQKakx8PuS+rQg6klSNkVoBs14LLSxWJYKDlLM5wuiYHhxDAauIx2Yjzt1GfQSKcW80CMiV//X2/OxM8awCi0R8/8Na+XrptMkIbC8Ka0JVYPf6PAiNs2V4FQ6KNt0casR6JmUkWCsWi8I5ZekQk2N9175kTL1kbFA1KB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALVf/VexqXUI+8+ujHj39iWuoHn121ip2F2m+tqNK+Bn7Gphl9DC0JSS8ioPA8exxfUm9HtNkHXzcXJDOWQQ/hq31YEOitTrAYrL85c6weAfb07auhwMwvh64IpXvau4lkuwda6qncmbp1WUEO2QoNz+k4BNNWp4RPI8HZh7fsgXAAAAFQC7n93k27BUYmQrue/h3G5IrMs7ZQAAAIBNQDB6VRy8RfsXmG6n22w6aTU4hEnVb0Ueg0cTaigqbL7el/JPYKsOhts3q7+BpBLZODFU6Fuu7kN34Um3e6+DInvc1DS8pCP4ylzwM7tKJISX4fj09Bj61tmSKKq+Ugb1dvyLPPZbdhtAwFZIGJHJSQUbGcd4Es3CzSFgPPFFawAAAIEAriIPuQO3eDCVR7oCn0k4gOPp/IaI2RmVgkZCnbRpBoTWHLf3qYn+Q8jgMjVxAo5wYhDoIxdPCMDtdmgfp9AjwTDGMlTfoa4gzeluskT8oI4Qqawbn0oEOUZ5F2ihpa9n3yILBJZWUgHDz89zd7J26Wwo0Ninb1GSQDcx0BSTmDU= 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:fe82:bbd1/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.17 ===\n/dev/root resized successfully [took 1.49s]\n"} 2018-10-10 17:06:13,379 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-897e17b2-508f-45b6-a316-acd168fefd79 2018-10-10 17:06:15,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:16,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-c17504c9-4eb3-4467-9fca-fa213c9cc7b7 x-compute-request-id: req-c17504c9-4eb3-4467-9fca-fa213c9cc7b7 Content-Encoding: gzip Content-Length: 10004 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.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.66. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHMnw0S8xnOTXLVPji9/oNEpAIyIONCWMonjxE/ZUGtfaUKmBq3RXqCsS8dMrY+aTMDD7sDvNVT9XRmex91IXDeYUcUTqXQawkgVCKEotXPvzt8ZwKYKoyE7BdLus/qyHj0djjjJY+/hH327XUjgOXrQOmouRoYLMeD3lHUtdzJ2+QyOqLQKakx8PuS+rQg6klSNkVoBs14LLSxWJYKDlLM5wuiYHhxDAauIx2Yjzt1GfQSKcW80CMiV//X2/OxM8awCi0R8/8Na+XrptMkIbC8Ka0JVYPf6PAiNs2V4FQ6KNt0casR6JmUkWCsWi8I5ZekQk2N9175kTL1kbFA1KB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALVf/VexqXUI+8+ujHj39iWuoHn121ip2F2m+tqNK+Bn7Gphl9DC0JSS8ioPA8exxfUm9HtNkHXzcXJDOWQQ/hq31YEOitTrAYrL85c6weAfb07auhwMwvh64IpXvau4lkuwda6qncmbp1WUEO2QoNz+k4BNNWp4RPI8HZh7fsgXAAAAFQC7n93k27BUYmQrue/h3G5IrMs7ZQAAAIBNQDB6VRy8RfsXmG6n22w6aTU4hEnVb0Ueg0cTaigqbL7el/JPYKsOhts3q7+BpBLZODFU6Fuu7kN34Um3e6+DInvc1DS8pCP4ylzwM7tKJISX4fj09Bj61tmSKKq+Ugb1dvyLPPZbdhtAwFZIGJHJSQUbGcd4Es3CzSFgPPFFawAAAIEAriIPuQO3eDCVR7oCn0k4gOPp/IaI2RmVgkZCnbRpBoTWHLf3qYn+Q8jgMjVxAo5wYhDoIxdPCMDtdmgfp9AjwTDGMlTfoa4gzeluskT8oI4Qqawbn0oEOUZ5F2ihpa9n3yILBJZWUgHDz89zd7J26Wwo0Ninb1GSQDcx0BSTmDU= 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:fe82:bbd1/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.17 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:82:BB:D1 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe82:bbd1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9307 (9.0 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-10-10 17:06:16,472 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-c17504c9-4eb3-4467-9fca-fa213c9cc7b7 2018-10-10 17:06:18,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:19,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-bb283833-e537-48cd-b8ee-fbf3d8c144a5 x-compute-request-id: req-bb283833-e537-48cd-b8ee-fbf3d8c144a5 Content-Encoding: gzip Content-Length: 10004 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.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.66. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHMnw0S8xnOTXLVPji9/oNEpAIyIONCWMonjxE/ZUGtfaUKmBq3RXqCsS8dMrY+aTMDD7sDvNVT9XRmex91IXDeYUcUTqXQawkgVCKEotXPvzt8ZwKYKoyE7BdLus/qyHj0djjjJY+/hH327XUjgOXrQOmouRoYLMeD3lHUtdzJ2+QyOqLQKakx8PuS+rQg6klSNkVoBs14LLSxWJYKDlLM5wuiYHhxDAauIx2Yjzt1GfQSKcW80CMiV//X2/OxM8awCi0R8/8Na+XrptMkIbC8Ka0JVYPf6PAiNs2V4FQ6KNt0casR6JmUkWCsWi8I5ZekQk2N9175kTL1kbFA1KB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALVf/VexqXUI+8+ujHj39iWuoHn121ip2F2m+tqNK+Bn7Gphl9DC0JSS8ioPA8exxfUm9HtNkHXzcXJDOWQQ/hq31YEOitTrAYrL85c6weAfb07auhwMwvh64IpXvau4lkuwda6qncmbp1WUEO2QoNz+k4BNNWp4RPI8HZh7fsgXAAAAFQC7n93k27BUYmQrue/h3G5IrMs7ZQAAAIBNQDB6VRy8RfsXmG6n22w6aTU4hEnVb0Ueg0cTaigqbL7el/JPYKsOhts3q7+BpBLZODFU6Fuu7kN34Um3e6+DInvc1DS8pCP4ylzwM7tKJISX4fj09Bj61tmSKKq+Ugb1dvyLPPZbdhtAwFZIGJHJSQUbGcd4Es3CzSFgPPFFawAAAIEAriIPuQO3eDCVR7oCn0k4gOPp/IaI2RmVgkZCnbRpBoTWHLf3qYn+Q8jgMjVxAo5wYhDoIxdPCMDtdmgfp9AjwTDGMlTfoa4gzeluskT8oI4Qqawbn0oEOUZ5F2ihpa9n3yILBJZWUgHDz89zd7J26Wwo0Ninb1GSQDcx0BSTmDU= 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:fe82:bbd1/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.17 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:82:BB:D1 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe82:bbd1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9307 (9.0 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-10-10 17:06:19,563 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-bb283833-e537-48cd-b8ee-fbf3d8c144a5 2018-10-10 17:06:21,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:22,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-d168c1cb-e049-486a-b77b-2db52e9c6a9c x-compute-request-id: req-d168c1cb-e049-486a-b77b-2db52e9c6a9c Content-Encoding: gzip Content-Length: 10004 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.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.66. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHMnw0S8xnOTXLVPji9/oNEpAIyIONCWMonjxE/ZUGtfaUKmBq3RXqCsS8dMrY+aTMDD7sDvNVT9XRmex91IXDeYUcUTqXQawkgVCKEotXPvzt8ZwKYKoyE7BdLus/qyHj0djjjJY+/hH327XUjgOXrQOmouRoYLMeD3lHUtdzJ2+QyOqLQKakx8PuS+rQg6klSNkVoBs14LLSxWJYKDlLM5wuiYHhxDAauIx2Yjzt1GfQSKcW80CMiV//X2/OxM8awCi0R8/8Na+XrptMkIbC8Ka0JVYPf6PAiNs2V4FQ6KNt0casR6JmUkWCsWi8I5ZekQk2N9175kTL1kbFA1KB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALVf/VexqXUI+8+ujHj39iWuoHn121ip2F2m+tqNK+Bn7Gphl9DC0JSS8ioPA8exxfUm9HtNkHXzcXJDOWQQ/hq31YEOitTrAYrL85c6weAfb07auhwMwvh64IpXvau4lkuwda6qncmbp1WUEO2QoNz+k4BNNWp4RPI8HZh7fsgXAAAAFQC7n93k27BUYmQrue/h3G5IrMs7ZQAAAIBNQDB6VRy8RfsXmG6n22w6aTU4hEnVb0Ueg0cTaigqbL7el/JPYKsOhts3q7+BpBLZODFU6Fuu7kN34Um3e6+DInvc1DS8pCP4ylzwM7tKJISX4fj09Bj61tmSKKq+Ugb1dvyLPPZbdhtAwFZIGJHJSQUbGcd4Es3CzSFgPPFFawAAAIEAriIPuQO3eDCVR7oCn0k4gOPp/IaI2RmVgkZCnbRpBoTWHLf3qYn+Q8jgMjVxAo5wYhDoIxdPCMDtdmgfp9AjwTDGMlTfoa4gzeluskT8oI4Qqawbn0oEOUZ5F2ihpa9n3yILBJZWUgHDz89zd7J26Wwo0Ninb1GSQDcx0BSTmDU= 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:fe82:bbd1/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.17 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:82:BB:D1 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe82:bbd1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9307 (9.0 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-10-10 17:06:22,704 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-d168c1cb-e049-486a-b77b-2db52e9c6a9c 2018-10-10 17:06:24,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:25,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:06: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-16e9fb02-c4ad-42f5-b7c6-01a7f23962a5 x-compute-request-id: req-16e9fb02-c4ad-42f5-b7c6-01a7f23962a5 Content-Encoding: gzip Content-Length: 10004 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.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.66. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHMnw0S8xnOTXLVPji9/oNEpAIyIONCWMonjxE/ZUGtfaUKmBq3RXqCsS8dMrY+aTMDD7sDvNVT9XRmex91IXDeYUcUTqXQawkgVCKEotXPvzt8ZwKYKoyE7BdLus/qyHj0djjjJY+/hH327XUjgOXrQOmouRoYLMeD3lHUtdzJ2+QyOqLQKakx8PuS+rQg6klSNkVoBs14LLSxWJYKDlLM5wuiYHhxDAauIx2Yjzt1GfQSKcW80CMiV//X2/OxM8awCi0R8/8Na+XrptMkIbC8Ka0JVYPf6PAiNs2V4FQ6KNt0casR6JmUkWCsWi8I5ZekQk2N9175kTL1kbFA1KB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALVf/VexqXUI+8+ujHj39iWuoHn121ip2F2m+tqNK+Bn7Gphl9DC0JSS8ioPA8exxfUm9HtNkHXzcXJDOWQQ/hq31YEOitTrAYrL85c6weAfb07auhwMwvh64IpXvau4lkuwda6qncmbp1WUEO2QoNz+k4BNNWp4RPI8HZh7fsgXAAAAFQC7n93k27BUYmQrue/h3G5IrMs7ZQAAAIBNQDB6VRy8RfsXmG6n22w6aTU4hEnVb0Ueg0cTaigqbL7el/JPYKsOhts3q7+BpBLZODFU6Fuu7kN34Um3e6+DInvc1DS8pCP4ylzwM7tKJISX4fj09Bj61tmSKKq+Ugb1dvyLPPZbdhtAwFZIGJHJSQUbGcd4Es3CzSFgPPFFawAAAIEAriIPuQO3eDCVR7oCn0k4gOPp/IaI2RmVgkZCnbRpBoTWHLf3qYn+Q8jgMjVxAo5wYhDoIxdPCMDtdmgfp9AjwTDGMlTfoa4gzeluskT8oI4Qqawbn0oEOUZ5F2ihpa9n3yILBJZWUgHDz89zd7J26Wwo0Ninb1GSQDcx0BSTmDU= 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:fe82:bbd1/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.17 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:82:BB:D1 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe82:bbd1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9307 (9.0 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-10-10 17:06:25,794 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-16e9fb02-c4ad-42f5-b7c6-01a7f23962a5 2018-10-10 17:06:27,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:28,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:06: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-93788291-9f65-435c-a5c2-03038b7e36e1 x-compute-request-id: req-93788291-9f65-435c-a5c2-03038b7e36e1 Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.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.66. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHMnw0S8xnOTXLVPji9/oNEpAIyIONCWMonjxE/ZUGtfaUKmBq3RXqCsS8dMrY+aTMDD7sDvNVT9XRmex91IXDeYUcUTqXQawkgVCKEotXPvzt8ZwKYKoyE7BdLus/qyHj0djjjJY+/hH327XUjgOXrQOmouRoYLMeD3lHUtdzJ2+QyOqLQKakx8PuS+rQg6klSNkVoBs14LLSxWJYKDlLM5wuiYHhxDAauIx2Yjzt1GfQSKcW80CMiV//X2/OxM8awCi0R8/8Na+XrptMkIbC8Ka0JVYPf6PAiNs2V4FQ6KNt0casR6JmUkWCsWi8I5ZekQk2N9175kTL1kbFA1KB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALVf/VexqXUI+8+ujHj39iWuoHn121ip2F2m+tqNK+Bn7Gphl9DC0JSS8ioPA8exxfUm9HtNkHXzcXJDOWQQ/hq31YEOitTrAYrL85c6weAfb07auhwMwvh64IpXvau4lkuwda6qncmbp1WUEO2QoNz+k4BNNWp4RPI8HZh7fsgXAAAAFQC7n93k27BUYmQrue/h3G5IrMs7ZQAAAIBNQDB6VRy8RfsXmG6n22w6aTU4hEnVb0Ueg0cTaigqbL7el/JPYKsOhts3q7+BpBLZODFU6Fuu7kN34Um3e6+DInvc1DS8pCP4ylzwM7tKJISX4fj09Bj61tmSKKq+Ugb1dvyLPPZbdhtAwFZIGJHJSQUbGcd4Es3CzSFgPPFFawAAAIEAriIPuQO3eDCVR7oCn0k4gOPp/IaI2RmVgkZCnbRpBoTWHLf3qYn+Q8jgMjVxAo5wYhDoIxdPCMDtdmgfp9AjwTDGMlTfoa4gzeluskT8oI4Qqawbn0oEOUZ5F2ihpa9n3yILBJZWUgHDz89zd7J26Wwo0Ninb1GSQDcx0BSTmDU= 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:fe82:bbd1/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.17 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:82:BB:D1 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe82:bbd1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9307 (9.0 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:06:28,888 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-93788291-9f65-435c-a5c2-03038b7e36e1 2018-10-10 17:06:30,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:31,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:06: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-77fc35a9-cef1-4553-8307-3f5198ee01f9 x-compute-request-id: req-77fc35a9-cef1-4553-8307-3f5198ee01f9 Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.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.66. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHMnw0S8xnOTXLVPji9/oNEpAIyIONCWMonjxE/ZUGtfaUKmBq3RXqCsS8dMrY+aTMDD7sDvNVT9XRmex91IXDeYUcUTqXQawkgVCKEotXPvzt8ZwKYKoyE7BdLus/qyHj0djjjJY+/hH327XUjgOXrQOmouRoYLMeD3lHUtdzJ2+QyOqLQKakx8PuS+rQg6klSNkVoBs14LLSxWJYKDlLM5wuiYHhxDAauIx2Yjzt1GfQSKcW80CMiV//X2/OxM8awCi0R8/8Na+XrptMkIbC8Ka0JVYPf6PAiNs2V4FQ6KNt0casR6JmUkWCsWi8I5ZekQk2N9175kTL1kbFA1KB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALVf/VexqXUI+8+ujHj39iWuoHn121ip2F2m+tqNK+Bn7Gphl9DC0JSS8ioPA8exxfUm9HtNkHXzcXJDOWQQ/hq31YEOitTrAYrL85c6weAfb07auhwMwvh64IpXvau4lkuwda6qncmbp1WUEO2QoNz+k4BNNWp4RPI8HZh7fsgXAAAAFQC7n93k27BUYmQrue/h3G5IrMs7ZQAAAIBNQDB6VRy8RfsXmG6n22w6aTU4hEnVb0Ueg0cTaigqbL7el/JPYKsOhts3q7+BpBLZODFU6Fuu7kN34Um3e6+DInvc1DS8pCP4ylzwM7tKJISX4fj09Bj61tmSKKq+Ugb1dvyLPPZbdhtAwFZIGJHJSQUbGcd4Es3CzSFgPPFFawAAAIEAriIPuQO3eDCVR7oCn0k4gOPp/IaI2RmVgkZCnbRpBoTWHLf3qYn+Q8jgMjVxAo5wYhDoIxdPCMDtdmgfp9AjwTDGMlTfoa4gzeluskT8oI4Qqawbn0oEOUZ5F2ihpa9n3yILBJZWUgHDz89zd7J26Wwo0Ninb1GSQDcx0BSTmDU= 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:fe82:bbd1/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.17 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:82:BB:D1 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe82:bbd1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9307 (9.0 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:06:31,986 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-77fc35a9-cef1-4553-8307-3f5198ee01f9 2018-10-10 17:06:34,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:35,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-e44921d5-b50c-4d14-b1d0-cdd292687852 x-compute-request-id: req-e44921d5-b50c-4d14-b1d0-cdd292687852 Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.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.66. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHMnw0S8xnOTXLVPji9/oNEpAIyIONCWMonjxE/ZUGtfaUKmBq3RXqCsS8dMrY+aTMDD7sDvNVT9XRmex91IXDeYUcUTqXQawkgVCKEotXPvzt8ZwKYKoyE7BdLus/qyHj0djjjJY+/hH327XUjgOXrQOmouRoYLMeD3lHUtdzJ2+QyOqLQKakx8PuS+rQg6klSNkVoBs14LLSxWJYKDlLM5wuiYHhxDAauIx2Yjzt1GfQSKcW80CMiV//X2/OxM8awCi0R8/8Na+XrptMkIbC8Ka0JVYPf6PAiNs2V4FQ6KNt0casR6JmUkWCsWi8I5ZekQk2N9175kTL1kbFA1KB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALVf/VexqXUI+8+ujHj39iWuoHn121ip2F2m+tqNK+Bn7Gphl9DC0JSS8ioPA8exxfUm9HtNkHXzcXJDOWQQ/hq31YEOitTrAYrL85c6weAfb07auhwMwvh64IpXvau4lkuwda6qncmbp1WUEO2QoNz+k4BNNWp4RPI8HZh7fsgXAAAAFQC7n93k27BUYmQrue/h3G5IrMs7ZQAAAIBNQDB6VRy8RfsXmG6n22w6aTU4hEnVb0Ueg0cTaigqbL7el/JPYKsOhts3q7+BpBLZODFU6Fuu7kN34Um3e6+DInvc1DS8pCP4ylzwM7tKJISX4fj09Bj61tmSKKq+Ugb1dvyLPPZbdhtAwFZIGJHJSQUbGcd4Es3CzSFgPPFFawAAAIEAriIPuQO3eDCVR7oCn0k4gOPp/IaI2RmVgkZCnbRpBoTWHLf3qYn+Q8jgMjVxAo5wYhDoIxdPCMDtdmgfp9AjwTDGMlTfoa4gzeluskT8oI4Qqawbn0oEOUZ5F2ihpa9n3yILBJZWUgHDz89zd7J26Wwo0Ninb1GSQDcx0BSTmDU= 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:fe82:bbd1/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.17 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:82:BB:D1 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe82:bbd1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9307 (9.0 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:06:35,075 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-e44921d5-b50c-4d14-b1d0-cdd292687852 2018-10-10 17:06:37,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:38,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-7d83edf8-c925-40f0-a077-be24405ada10 x-compute-request-id: req-7d83edf8-c925-40f0-a077-be24405ada10 Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.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.66. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHMnw0S8xnOTXLVPji9/oNEpAIyIONCWMonjxE/ZUGtfaUKmBq3RXqCsS8dMrY+aTMDD7sDvNVT9XRmex91IXDeYUcUTqXQawkgVCKEotXPvzt8ZwKYKoyE7BdLus/qyHj0djjjJY+/hH327XUjgOXrQOmouRoYLMeD3lHUtdzJ2+QyOqLQKakx8PuS+rQg6klSNkVoBs14LLSxWJYKDlLM5wuiYHhxDAauIx2Yjzt1GfQSKcW80CMiV//X2/OxM8awCi0R8/8Na+XrptMkIbC8Ka0JVYPf6PAiNs2V4FQ6KNt0casR6JmUkWCsWi8I5ZekQk2N9175kTL1kbFA1KB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALVf/VexqXUI+8+ujHj39iWuoHn121ip2F2m+tqNK+Bn7Gphl9DC0JSS8ioPA8exxfUm9HtNkHXzcXJDOWQQ/hq31YEOitTrAYrL85c6weAfb07auhwMwvh64IpXvau4lkuwda6qncmbp1WUEO2QoNz+k4BNNWp4RPI8HZh7fsgXAAAAFQC7n93k27BUYmQrue/h3G5IrMs7ZQAAAIBNQDB6VRy8RfsXmG6n22w6aTU4hEnVb0Ueg0cTaigqbL7el/JPYKsOhts3q7+BpBLZODFU6Fuu7kN34Um3e6+DInvc1DS8pCP4ylzwM7tKJISX4fj09Bj61tmSKKq+Ugb1dvyLPPZbdhtAwFZIGJHJSQUbGcd4Es3CzSFgPPFFawAAAIEAriIPuQO3eDCVR7oCn0k4gOPp/IaI2RmVgkZCnbRpBoTWHLf3qYn+Q8jgMjVxAo5wYhDoIxdPCMDtdmgfp9AjwTDGMlTfoa4gzeluskT8oI4Qqawbn0oEOUZ5F2ihpa9n3yILBJZWUgHDz89zd7J26Wwo0Ninb1GSQDcx0BSTmDU= 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:fe82:bbd1/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.17 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:82:BB:D1 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe82:bbd1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9307 (9.0 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:06:38,169 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-7d83edf8-c925-40f0-a077-be24405ada10 2018-10-10 17:06:40,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:41,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-78f8bf4c-b5c8-4325-a700-cb71ea2dae75 x-compute-request-id: req-78f8bf4c-b5c8-4325-a700-cb71ea2dae75 Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.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.66. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHMnw0S8xnOTXLVPji9/oNEpAIyIONCWMonjxE/ZUGtfaUKmBq3RXqCsS8dMrY+aTMDD7sDvNVT9XRmex91IXDeYUcUTqXQawkgVCKEotXPvzt8ZwKYKoyE7BdLus/qyHj0djjjJY+/hH327XUjgOXrQOmouRoYLMeD3lHUtdzJ2+QyOqLQKakx8PuS+rQg6klSNkVoBs14LLSxWJYKDlLM5wuiYHhxDAauIx2Yjzt1GfQSKcW80CMiV//X2/OxM8awCi0R8/8Na+XrptMkIbC8Ka0JVYPf6PAiNs2V4FQ6KNt0casR6JmUkWCsWi8I5ZekQk2N9175kTL1kbFA1KB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALVf/VexqXUI+8+ujHj39iWuoHn121ip2F2m+tqNK+Bn7Gphl9DC0JSS8ioPA8exxfUm9HtNkHXzcXJDOWQQ/hq31YEOitTrAYrL85c6weAfb07auhwMwvh64IpXvau4lkuwda6qncmbp1WUEO2QoNz+k4BNNWp4RPI8HZh7fsgXAAAAFQC7n93k27BUYmQrue/h3G5IrMs7ZQAAAIBNQDB6VRy8RfsXmG6n22w6aTU4hEnVb0Ueg0cTaigqbL7el/JPYKsOhts3q7+BpBLZODFU6Fuu7kN34Um3e6+DInvc1DS8pCP4ylzwM7tKJISX4fj09Bj61tmSKKq+Ugb1dvyLPPZbdhtAwFZIGJHJSQUbGcd4Es3CzSFgPPFFawAAAIEAriIPuQO3eDCVR7oCn0k4gOPp/IaI2RmVgkZCnbRpBoTWHLf3qYn+Q8jgMjVxAo5wYhDoIxdPCMDtdmgfp9AjwTDGMlTfoa4gzeluskT8oI4Qqawbn0oEOUZ5F2ihpa9n3yILBJZWUgHDz89zd7J26Wwo0Ninb1GSQDcx0BSTmDU= 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:fe82:bbd1/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.17 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:82:BB:D1 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe82:bbd1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9307 (9.0 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:06:41,266 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-78f8bf4c-b5c8-4325-a700-cb71ea2dae75 2018-10-10 17:06:43,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:44,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:06: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-65c6f0ed-90e9-41da-bdb8-eb4ead443a64 x-compute-request-id: req-65c6f0ed-90e9-41da-bdb8-eb4ead443a64 Content-Encoding: gzip Content-Length: 10091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.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.66. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHMnw0S8xnOTXLVPji9/oNEpAIyIONCWMonjxE/ZUGtfaUKmBq3RXqCsS8dMrY+aTMDD7sDvNVT9XRmex91IXDeYUcUTqXQawkgVCKEotXPvzt8ZwKYKoyE7BdLus/qyHj0djjjJY+/hH327XUjgOXrQOmouRoYLMeD3lHUtdzJ2+QyOqLQKakx8PuS+rQg6klSNkVoBs14LLSxWJYKDlLM5wuiYHhxDAauIx2Yjzt1GfQSKcW80CMiV//X2/OxM8awCi0R8/8Na+XrptMkIbC8Ka0JVYPf6PAiNs2V4FQ6KNt0casR6JmUkWCsWi8I5ZekQk2N9175kTL1kbFA1KB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALVf/VexqXUI+8+ujHj39iWuoHn121ip2F2m+tqNK+Bn7Gphl9DC0JSS8ioPA8exxfUm9HtNkHXzcXJDOWQQ/hq31YEOitTrAYrL85c6weAfb07auhwMwvh64IpXvau4lkuwda6qncmbp1WUEO2QoNz+k4BNNWp4RPI8HZh7fsgXAAAAFQC7n93k27BUYmQrue/h3G5IrMs7ZQAAAIBNQDB6VRy8RfsXmG6n22w6aTU4hEnVb0Ueg0cTaigqbL7el/JPYKsOhts3q7+BpBLZODFU6Fuu7kN34Um3e6+DInvc1DS8pCP4ylzwM7tKJISX4fj09Bj61tmSKKq+Ugb1dvyLPPZbdhtAwFZIGJHJSQUbGcd4Es3CzSFgPPFFawAAAIEAriIPuQO3eDCVR7oCn0k4gOPp/IaI2RmVgkZCnbRpBoTWHLf3qYn+Q8jgMjVxAo5wYhDoIxdPCMDtdmgfp9AjwTDGMlTfoa4gzeluskT8oI4Qqawbn0oEOUZ5F2ihpa9n3yILBJZWUgHDz89zd7J26Wwo0Ninb1GSQDcx0BSTmDU= 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:fe82:bbd1/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.17 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:82:BB:D1 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe82:bbd1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9307 (9.0 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:06:44,362 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-65c6f0ed-90e9-41da-bdb8-eb4ead443a64 2018-10-10 17:06:46,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:47,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:06:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53a80a22-f9a3-4a1f-85a5-b6fee0139b8b x-compute-request-id: req-53a80a22-f9a3-4a1f-85a5-b6fee0139b8b Content-Encoding: gzip Content-Length: 10091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.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.66. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHMnw0S8xnOTXLVPji9/oNEpAIyIONCWMonjxE/ZUGtfaUKmBq3RXqCsS8dMrY+aTMDD7sDvNVT9XRmex91IXDeYUcUTqXQawkgVCKEotXPvzt8ZwKYKoyE7BdLus/qyHj0djjjJY+/hH327XUjgOXrQOmouRoYLMeD3lHUtdzJ2+QyOqLQKakx8PuS+rQg6klSNkVoBs14LLSxWJYKDlLM5wuiYHhxDAauIx2Yjzt1GfQSKcW80CMiV//X2/OxM8awCi0R8/8Na+XrptMkIbC8Ka0JVYPf6PAiNs2V4FQ6KNt0casR6JmUkWCsWi8I5ZekQk2N9175kTL1kbFA1KB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALVf/VexqXUI+8+ujHj39iWuoHn121ip2F2m+tqNK+Bn7Gphl9DC0JSS8ioPA8exxfUm9HtNkHXzcXJDOWQQ/hq31YEOitTrAYrL85c6weAfb07auhwMwvh64IpXvau4lkuwda6qncmbp1WUEO2QoNz+k4BNNWp4RPI8HZh7fsgXAAAAFQC7n93k27BUYmQrue/h3G5IrMs7ZQAAAIBNQDB6VRy8RfsXmG6n22w6aTU4hEnVb0Ueg0cTaigqbL7el/JPYKsOhts3q7+BpBLZODFU6Fuu7kN34Um3e6+DInvc1DS8pCP4ylzwM7tKJISX4fj09Bj61tmSKKq+Ugb1dvyLPPZbdhtAwFZIGJHJSQUbGcd4Es3CzSFgPPFFawAAAIEAriIPuQO3eDCVR7oCn0k4gOPp/IaI2RmVgkZCnbRpBoTWHLf3qYn+Q8jgMjVxAo5wYhDoIxdPCMDtdmgfp9AjwTDGMlTfoa4gzeluskT8oI4Qqawbn0oEOUZ5F2ihpa9n3yILBJZWUgHDz89zd7J26Wwo0Ninb1GSQDcx0BSTmDU= 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:fe82:bbd1/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.17 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:82:BB:D1 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe82:bbd1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9307 (9.0 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:06:47,465 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-53a80a22-f9a3-4a1f-85a5-b6fee0139b8b 2018-10-10 17:06:49,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:50,563 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:06: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-f477f1c0-7e22-4d02-a1ce-d8d95403a38c x-compute-request-id: req-f477f1c0-7e22-4d02-a1ce-d8d95403a38c Content-Encoding: gzip Content-Length: 10091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.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.66. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHMnw0S8xnOTXLVPji9/oNEpAIyIONCWMonjxE/ZUGtfaUKmBq3RXqCsS8dMrY+aTMDD7sDvNVT9XRmex91IXDeYUcUTqXQawkgVCKEotXPvzt8ZwKYKoyE7BdLus/qyHj0djjjJY+/hH327XUjgOXrQOmouRoYLMeD3lHUtdzJ2+QyOqLQKakx8PuS+rQg6klSNkVoBs14LLSxWJYKDlLM5wuiYHhxDAauIx2Yjzt1GfQSKcW80CMiV//X2/OxM8awCi0R8/8Na+XrptMkIbC8Ka0JVYPf6PAiNs2V4FQ6KNt0casR6JmUkWCsWi8I5ZekQk2N9175kTL1kbFA1KB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALVf/VexqXUI+8+ujHj39iWuoHn121ip2F2m+tqNK+Bn7Gphl9DC0JSS8ioPA8exxfUm9HtNkHXzcXJDOWQQ/hq31YEOitTrAYrL85c6weAfb07auhwMwvh64IpXvau4lkuwda6qncmbp1WUEO2QoNz+k4BNNWp4RPI8HZh7fsgXAAAAFQC7n93k27BUYmQrue/h3G5IrMs7ZQAAAIBNQDB6VRy8RfsXmG6n22w6aTU4hEnVb0Ueg0cTaigqbL7el/JPYKsOhts3q7+BpBLZODFU6Fuu7kN34Um3e6+DInvc1DS8pCP4ylzwM7tKJISX4fj09Bj61tmSKKq+Ugb1dvyLPPZbdhtAwFZIGJHJSQUbGcd4Es3CzSFgPPFFawAAAIEAriIPuQO3eDCVR7oCn0k4gOPp/IaI2RmVgkZCnbRpBoTWHLf3qYn+Q8jgMjVxAo5wYhDoIxdPCMDtdmgfp9AjwTDGMlTfoa4gzeluskT8oI4Qqawbn0oEOUZ5F2ihpa9n3yILBJZWUgHDz89zd7J26Wwo0Ninb1GSQDcx0BSTmDU= 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:fe82:bbd1/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.17 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:82:BB:D1 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe82:bbd1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9307 (9.0 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:06:50,564 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-f477f1c0-7e22-4d02-a1ce-d8d95403a38c 2018-10-10 17:06:52,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:53,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:06: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-4c4f7176-4385-44b3-9f2a-fde02516970f x-compute-request-id: req-4c4f7176-4385-44b3-9f2a-fde02516970f Content-Encoding: gzip Content-Length: 10091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.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.66. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHMnw0S8xnOTXLVPji9/oNEpAIyIONCWMonjxE/ZUGtfaUKmBq3RXqCsS8dMrY+aTMDD7sDvNVT9XRmex91IXDeYUcUTqXQawkgVCKEotXPvzt8ZwKYKoyE7BdLus/qyHj0djjjJY+/hH327XUjgOXrQOmouRoYLMeD3lHUtdzJ2+QyOqLQKakx8PuS+rQg6klSNkVoBs14LLSxWJYKDlLM5wuiYHhxDAauIx2Yjzt1GfQSKcW80CMiV//X2/OxM8awCi0R8/8Na+XrptMkIbC8Ka0JVYPf6PAiNs2V4FQ6KNt0casR6JmUkWCsWi8I5ZekQk2N9175kTL1kbFA1KB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALVf/VexqXUI+8+ujHj39iWuoHn121ip2F2m+tqNK+Bn7Gphl9DC0JSS8ioPA8exxfUm9HtNkHXzcXJDOWQQ/hq31YEOitTrAYrL85c6weAfb07auhwMwvh64IpXvau4lkuwda6qncmbp1WUEO2QoNz+k4BNNWp4RPI8HZh7fsgXAAAAFQC7n93k27BUYmQrue/h3G5IrMs7ZQAAAIBNQDB6VRy8RfsXmG6n22w6aTU4hEnVb0Ueg0cTaigqbL7el/JPYKsOhts3q7+BpBLZODFU6Fuu7kN34Um3e6+DInvc1DS8pCP4ylzwM7tKJISX4fj09Bj61tmSKKq+Ugb1dvyLPPZbdhtAwFZIGJHJSQUbGcd4Es3CzSFgPPFFawAAAIEAriIPuQO3eDCVR7oCn0k4gOPp/IaI2RmVgkZCnbRpBoTWHLf3qYn+Q8jgMjVxAo5wYhDoIxdPCMDtdmgfp9AjwTDGMlTfoa4gzeluskT8oI4Qqawbn0oEOUZ5F2ihpa9n3yILBJZWUgHDz89zd7J26Wwo0Ninb1GSQDcx0BSTmDU= 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:fe82:bbd1/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.17 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:82:BB:D1 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe82:bbd1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9307 (9.0 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:06:53,654 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-4c4f7176-4385-44b3-9f2a-fde02516970f 2018-10-10 17:06:55,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da0dab04e59e89ab5a7336e12b4a756ece9e703" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:56,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:06: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-0bd980c0-1b69-47ce-aa26-ea62cffbe877 x-compute-request-id: req-0bd980c0-1b69-47ce-aa26-ea62cffbe877 Content-Encoding: gzip Content-Length: 10902 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498763941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130475] pid_max: default: 32768 minimum: 301\n[ 0.131364] ACPI: Core revision 20150930\n[ 0.132744] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134025] Security Framework initialized\n[ 0.134811] Yama: becoming mindful.\n[ 0.135518] AppArmor: AppArmor initialized\n[ 0.136365] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141407] Initializing cgroup subsys io\n[ 0.142194] Initializing cgroup subsys memory\n[ 0.143021] Initializing cgroup subsys devices\n[ 0.143859] Initializing cgroup subsys freezer\n[ 0.144701] Initializing cgroup subsys net_cls\n[ 0.145539] Initializing cgroup subsys perf_event\n[ 0.146416] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148111] Initializing cgroup subsys pids\n[ 0.148956] CPU: Physical Processor ID: 0\n[ 0.150412] mce: CPU supports 10 MCE banks\n[ 0.151236] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163257] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169603] ftrace: allocating 31920 entries in 125 pages\n[ 0.195852] smpboot: Max logical packages: 1\n[ 0.196687] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197999] x2apic enabled\n[ 0.198784] Switched APIC routing to physical x2apic.\n[ 0.200514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201595] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203522] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205251] KVM setup paravirtual spinlock\n[ 0.206516] x86: Booted up 1 node, 1 CPUs\n[ 0.207298] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208645] devtmpfs: initialized\n[ 0.210345] evm: security.selinux\n[ 0.211023] evm: security.SMACK64\n[ 0.211687] evm: security.SMACK64EXEC\n[ 0.212430] evm: security.SMACK64TRANSMUTE\n[ 0.213210] evm: security.SMACK64MMAP\n[ 0.213928] evm: security.ima\n[ 0.214550] evm: security.capability\n[ 0.215332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217118] pinctrl core: initialized pinctrl subsystem\n[ 0.218187] RTC time: 17:05:05, date: 10/10/18\n[ 0.219118] NET: Registered protocol family 16\n[ 0.220065] cpuidle: using governor ladder\n[ 0.220857] cpuidle: using governor menu\n[ 0.221610] PCCT header not found.\n[ 0.222338] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224321] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226839] ACPI: Added _OSI(Processor Device)\n[ 0.227677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230643] ACPI: Interpreter enabled\n[ 0.231395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238681] ACPI: (supports S0 S5)\n[ 0.239381] ACPI: Using IOAPIC for interrupt routing\n[ 0.240330] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243425] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249016] acpiphp: Slot [3] registered\n[ 0.249789] acpiphp: Slot [4] registered\n[ 0.250563] acpiphp: Slot [5] registered\n[ 0.251345] acpiphp: Slot [6] registered\n[ 0.252125] acpiphp: Slot [7] registered\n[ 0.252899] acpiphp: Slot [8] registered\n[ 0.253668] acpiphp: Slot [9] registered\n[ 0.254437] acpiphp: Slot [10] registered\n[ 0.255219] acpiphp: Slot [11] registered\n[ 0.256009] acpiphp: Slot [12] registered\n[ 0.256800] acpiphp: Slot [13] registered\n[ 0.257587] acpiphp: Slot [14] registered\n[ 0.258371] acpiphp: Slot [15] registered\n[ 0.269297] acpiphp: Slot [16] registered\n[ 0.270106] acpiphp: Slot [17] registered\n[ 0.270895] acpiphp: Slot [18] registered\n[ 0.271672] acpiphp: Slot [19] registered\n[ 0.272459] acpiphp: Slot [20] registered\n[ 0.273254] acpiphp: Slot [21] registered\n[ 0.274049] acpiphp: Slot [22] registered\n[ 0.274833] acpiphp: Slot [23] registered\n[ 0.275620] acpiphp: Slot [24] registered\n[ 0.276413] acpiphp: Slot [25] registered\n[ 0.277200] acpiphp: Slot [26] registered\n[ 0.277985] acpiphp: Slot [27] registered\n[ 0.278773] acpiphp: Slot [28] registered\n[ 0.279566] acpiphp: Slot [29] registered\n[ 0.280351] acpiphp: Slot [30] registered\n[ 0.281144] acpiphp: Slot [31] registered\n[ 0.281934] PCI host bridge to bus 0000:00\n[ 0.282721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283896] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285065] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287857] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295342] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304102] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350968] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357779] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358911] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361655] vgaarb: loaded\n[ 0.362243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363346] SCSI subsystem initialized\n[ 0.364141] ACPI: bus type USB registered\n[ 0.364933] usbcore: registered new interface driver usbfs\n[ 0.365925] usbcore: registered new interface driver hub\n[ 0.366898] usbcore: registered new device driver usb\n[ 0.367927] PCI: Using ACPI for IRQ routing\n[ 0.368929] NetLabel: Initializing\n[ 0.369621] NetLabel: domain hash size = 128\n[ 0.370442] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371356] NetLabel: unlabeled traffic allowed by default\n[ 0.372413] clocksource: Switched to clocksource kvm-clock\n[ 0.377797] AppArmor: AppArmor Filesystem Enabled\n[ 0.378728] pnp: PnP ACPI init\n[ 0.379618] pnp: PnP ACPI: found 5 devices\n[ 0.385971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387611] NET: Registered protocol family 2\n[ 0.388539] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389761] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394172] NET: Registered protocol family 1\n[ 0.395008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425288] Trying to unpack rootfs image as initramfs...\n[ 0.476034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489813] Scanning for low memory corruption every 60 seconds\n[ 0.491424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492817] audit: initializing netlink subsys (disabled)\n[ 0.494168] audit: type=2000 audit(1539191106.555:1): initialized\n[ 0.495784] Initialise system trusted keyring\n[ 0.496925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500649] zbud: loaded\n[ 0.501464] VFS: Disk quotas dquot_6.6.0\n[ 0.502448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504198] fuse init (API version 7.23)\n[ 0.505254] Key type big_key registered\n[ 0.506213] Allocating IMA MOK and blacklist keyrings.\n[ 0.507902] Key type asymmetric registered\n[ 0.508898] Asymmetric key parser 'x509' registered\n[ 0.510038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511737] io scheduler noop registered\n[ 0.512673] io scheduler deadline registered (default)\n[ 0.513833] io scheduler cfq registered\n[ 0.514820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519265] ACPI: Power Button [PWRF]\n[ 0.520220] GHES: HEST is not enabled!\n[ 0.534134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594627] Linux agpgart interface v0.103\n[ 0.596823] brd: module loaded\n[ 0.598121] loop: module loaded\n[ 0.608973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610665] GPT:90111 != 2097151\n[ 0.611432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612703] GPT:90111 != 2097151\n[ 0.613453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614532] vda: vda1 vda15\n[ 0.616377] scsi host0: ata_piix\n[ 0.617173] scsi host1: ata_piix\n[ 0.617923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620887] libphy: Fixed MDIO Bus: probed\n[ 0.621780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625241] PPP generic driver version 2.4.2\n[ 0.626374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627668] ehci-pci: EHCI PCI platform driver\n[ 0.628633] ehci-platform: EHCI generic platform driver\n[ 0.629732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630997] ohci-pci: OHCI PCI platform driver\n[ 0.631976] ohci-platform: OHCI generic platform driver\n[ 0.633103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647866] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655910] usb usb1: Product: UHCI Host Controller\n[ 0.656937] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659319] hub 1-0:1.0: USB hub found\n[ 0.660165] hub 1-0:1.0: 2 ports detected\n[ 0.661171] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663457] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665691] mousedev: PS/2 mouse device common for all mice\n[ 0.667093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671654] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673038] i2c /dev entries driver\n[ 0.673898] device-mapper: uevent: version 1.0.3\n[ 0.674922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678211] NET: Registered protocol family 10\n[ 0.679325] NET: Registered protocol family 17\n[ 0.680324] Key type dns_resolver registered\n[ 0.681392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684653] registered taskstats version 1\n[ 0.685600] Loading compiled-in X.509 certificates\n[ 0.687187] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689298] zswap: loaded using pool lzo/zbud\n[ 0.690759] Key type trusted registered\n[ 0.692398] Key type encrypted registered\n[ 0.693312] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695601] evm: HMAC attrs: 0x1\n[ 0.697006] Magic number: 6:93:87\n[ 0.697829] button LNXPWRBN:00: hash matches\n[ 0.698852] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:06 UTC (1539191106)\n[ 0.700679] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701943] EDD information not available.\n[ 0.777515] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789716] Write protecting the kernel read-only data: 14336k\n[ 0.791486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793517] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836465] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.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.66. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHMnw0S8xnOTXLVPji9/oNEpAIyIONCWMonjxE/ZUGtfaUKmBq3RXqCsS8dMrY+aTMDD7sDvNVT9XRmex91IXDeYUcUTqXQawkgVCKEotXPvzt8ZwKYKoyE7BdLus/qyHj0djjjJY+/hH327XUjgOXrQOmouRoYLMeD3lHUtdzJ2+QyOqLQKakx8PuS+rQg6klSNkVoBs14LLSxWJYKDlLM5wuiYHhxDAauIx2Yjzt1GfQSKcW80CMiV//X2/OxM8awCi0R8/8Na+XrptMkIbC8Ka0JVYPf6PAiNs2V4FQ6KNt0casR6JmUkWCsWi8I5ZekQk2N9175kTL1kbFA1KB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALVf/VexqXUI+8+ujHj39iWuoHn121ip2F2m+tqNK+Bn7Gphl9DC0JSS8ioPA8exxfUm9HtNkHXzcXJDOWQQ/hq31YEOitTrAYrL85c6weAfb07auhwMwvh64IpXvau4lkuwda6qncmbp1WUEO2QoNz+k4BNNWp4RPI8HZh7fsgXAAAAFQC7n93k27BUYmQrue/h3G5IrMs7ZQAAAIBNQDB6VRy8RfsXmG6n22w6aTU4hEnVb0Ueg0cTaigqbL7el/JPYKsOhts3q7+BpBLZODFU6Fuu7kN34Um3e6+DInvc1DS8pCP4ylzwM7tKJISX4fj09Bj61tmSKKq+Ugb1dvyLPPZbdhtAwFZIGJHJSQUbGcd4Es3CzSFgPPFFawAAAIEAriIPuQO3eDCVR7oCn0k4gOPp/IaI2RmVgkZCnbRpBoTWHLf3qYn+Q8jgMjVxAo5wYhDoIxdPCMDtdmgfp9AjwTDGMlTfoa4gzeluskT8oI4Qqawbn0oEOUZ5F2ihpa9n3yILBJZWUgHDz89zd7J26Wwo0Ninb1GSQDcx0BSTmDU= 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:fe82:bbd1/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.17 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:82:BB:D1 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe82:bbd1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9307 (9.0 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-5 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.133172] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.133173] usb 1-1: Product: QEMU USB Tablet\n[ 1.133174] usb 1-1: Manufacturer: QEMU\n[ 1.133175] usb 1-1: SerialNumber: 42\n[ 1.258700] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\n[ 1.488670] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.656111] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.678785] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 64.286753] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.713016] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:05:07 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 10 18:05:07 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 10 18:05:07 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 10 18:05:07 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 10 18:05:07 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 10 18:05:07 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 10 18:05:07 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 10 18:05:07 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 10 18:05:07 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 10 18:05:07 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 10 18:05:07 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 10 18:05:07 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 10 18:06:08 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:06:09 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:06:10 cirros kern.info kernel: [ 64.286753] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:06:10 cirros kern.info kernel: [ 64.713016] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-1-5 login: "} 2018-10-10 17:06:56,741 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-0bd980c0-1b69-47ce-aa26-ea62cffbe877 2018-10-10 17:06:58,774 - sdnvpn_test_utils - INFO - Waiting for instance 7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0 to boot up 2018-10-10 17:06:58,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270f1d083cae409a92a69bae7019adf044ad0197" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:06:59,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:06: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-cc33dcef-6924-498c-8e7b-e94a2a7628be x-compute-request-id: req-cc33dcef-6924-498c-8e7b-e94a2a7628be Content-Encoding: gzip Content-Length: 8138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529422594 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131752] ACPI: Core revision 20150930\n[ 0.133112] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134378] Security Framework initialized\n[ 0.135170] Yama: becoming mindful.\n[ 0.135876] AppArmor: AppArmor initialized\n[ 0.136720] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138010] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139246] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141770] Initializing cgroup subsys io\n[ 0.142553] Initializing cgroup subsys memory\n[ 0.143387] Initializing cgroup subsys devices\n[ 0.144230] Initializing cgroup subsys freezer\n[ 0.145083] Initializing cgroup subsys net_cls\n[ 0.145925] Initializing cgroup subsys perf_event\n[ 0.146806] Initializing cgroup subsys net_prio\n[ 0.147660] Initializing cgroup subsys hugetlb\n[ 0.148511] Initializing cgroup subsys pids\n[ 0.149361] CPU: Physical Processor ID: 0\n[ 0.150838] mce: CPU supports 10 MCE banks\n[ 0.151657] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152635] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163252] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169579] ftrace: allocating 31920 entries in 125 pages\n[ 0.195789] smpboot: Max logical packages: 1\n[ 0.196625] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197935] x2apic enabled\n[ 0.198725] Switched APIC routing to physical x2apic.\n[ 0.200435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203458] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205445] KVM setup paravirtual spinlock\n[ 0.206859] x86: Booted up 1 node, 1 CPUs\n[ 0.207776] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209371] devtmpfs: initialized\n[ 0.211166] evm: security.selinux\n[ 0.211962] evm: security.SMACK64\n[ 0.212744] evm: security.SMACK64EXEC\n[ 0.213590] evm: security.SMACK64TRANSMUTE\n[ 0.214516] evm: security.SMACK64MMAP\n[ 0.215376] evm: security.ima\n[ 0.216114] evm: security.capability\n[ 0.217022] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219170] pinctrl core: initialized pinctrl subsystem\n[ 0.220422] RTC time: 17:05:29, date: 10/10/18\n[ 0.221490] NET: Registered protocol family 16\n[ 0.222583] cpuidle: using governor ladder\n[ 0.223441] cpuidle: using governor menu\n[ 0.224257] PCCT header not found.\n[ 0.224987] ACPI: bus type PCI registered\n[ 0.225763] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226964] PCI: Using configuration type 1 for base access\n[ 0.228685] ACPI: Added _OSI(Module Device)\n[ 0.229505] ACPI: Added _OSI(Processor Device)\n[ 0.230342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231214] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233318] ACPI: Interpreter enabled\n[ 0.234070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241253] ACPI: (supports S0 S5)\n[ 0.241939] ACPI: Using IOAPIC for interrupt routing\n[ 0.242983] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246045] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247153] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248346] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249506] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251672] acpiphp: Slot [3] registered\n[ 0.252452] acpiphp: Slot [4] registered\n[ 0.253227] acpiphp: Slot [5] registered\n[ 0.254013] acpiphp: Slot [6] registered\n[ 0.254787] acpiphp: Slot [7] registered\n[ 0.255556] acpiphp: Slot [8] registered\n[ 0.256336] acpiphp: Slot [9] registered\n[ 0.257117] acpiphp: Slot [10] registered\n[ 0.257903] acpiphp: Slot [11] registered\n[ 0.258694] acpiphp: Slot [12] registered\n[ 0.259482] acpiphp: Slot [13] registered\n[ 0.260270] acpiphp: Slot [14] registered\n[ 0.261065] acpiphp: Slot [15] registered\n[ 0.271919] acpiphp: Slot [16] registered\n[ 0.272710] acpiphp: Slot [17] registered\n[ 0.273494] acpiphp: Slot [18] registered\n[ 0.274278] acpiphp: Slot [19] registered\n[ 0.275069] acpiphp: Slot [20] registered\n[ 0.275858] acpiphp: Slot [21] registered\n[ 0.276643] acpiphp: Slot [22] registered\n[ 0.277433] acpiphp: Slot [23] registered\n[ 0.278219] acpiphp: Slot [24] registered\n[ 0.279009] acpiphp: Slot [25] registered\n[ 0.279792] acpiphp: Slot [26] registered\n[ 0.280573] acpiphp: Slot [27] registered\n[ 0.281368] acpiphp: Slot [28] registered\n[ 0.282157] acpiphp: Slot [29] registered\n[ 0.282943] acpiphp: Slot [30] registered\n[ 0.283729] acpiphp: Slot [31] registered\n[ 0.284508] PCI host bridge to bus 0000:00\n[ 0.285295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286470] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287648] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289057] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290460] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296684] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300301] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308564] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356505] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359362] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360740] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362117] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366137] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367682] vgaarb: loaded\n[ 0.368281] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369407] SCSI subsystem initialized\n[ 0.370220] ACPI: bus type USB registered\n[ 0.371025] usbcore: registered new interface driver usbfs\n[ 0.372043] usbcore: registered new interface driver hub\n[ 0.373035] usbcore: registered new device driver usb\n[ 0.374072] PCI: Using ACPI for IRQ routing\n[ 0.375091] NetLabel: Initializing\n[ 0.375799] NetLabel: domain hash size = 128\n[ 0.376642] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377584] NetLabel: unlabeled traffic allowed by default\n[ 0.378663] clocksource: Switched to clocksource kvm-clock\n[ 0.384160] AppArmor: AppArmor Filesystem Enabled\n[ 0.385129] pnp: PnP ACPI init\n[ 0.386033] pnp: PnP ACPI: found 5 devices\n[ 0.392387] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394062] NET: Registered protocol family 2\n[ 0.395008] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396257] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398544] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399604] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400759] NET: Registered protocol family 1\n[ 0.401607] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402690] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432020] Trying to unpack rootfs image as initramfs...\n[ 0.482546] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496587] Scanning for low memory corruption every 60 seconds\n[ 0.498008] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499164] audit: initializing netlink subsys (disabled)\n[ 0.500174] audit: type=2000 audit(1539191130.420:1): initialized\n[ 0.501481] Initialise system trusted keyring\n[ 0.502415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503561] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505517] zbud: loaded\n[ 0.506220] VFS: Disk quotas dquot_6.6.0\n[ 0.507053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508555] fuse init (API version 7.23)\n[ 0.509437] Key type big_key registered\n[ 0.510231] Allocating IMA MOK and blacklist keyrings.\n[ 0.511338] Key type asymmetric registered\n[ 0.512151] Asymmetric key parser 'x509' registered\n[ 0.513085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514900] io scheduler noop registered\n[ 0.515682] io scheduler deadline registered (default)\n[ 0.516648] io scheduler cfq registered\n[ 0.517467] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518508] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519759] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521181] ACPI: Power Button [PWRF]\n[ 0.522004] GHES: HEST is not enabled!\n[ 0.535881] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570217] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600440] Linux agpgart interface v0.103\n[ 0.603128] brd: module loaded\n[ 0.604420] loop: module loaded\n[ 0.609332] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611394] GPT:90111 != 2097151\n[ 0.612324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613913] GPT:90111 != 2097151\n[ 0.614862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616252] vda: vda1 vda15\n[ 0.618116] scsi host0: ata_piix\n[ 0.619124] scsi host1: ata_piix\n[ 0.620090] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621854] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623686] libphy: Fixed MDIO Bus: probed\n[ 0.624837] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626186] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628925] PPP generic driver version 2.4.2\n[ 0.630041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631535] ehci-pci: EHCI PCI platform driver\n[ 0.632613] ehci-platform: EHCI generic platform driver\n[ 0.633841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635250] ohci-pci: OHCI PCI platform driver\n[ 0.636323] ohci-platform: OHCI generic platform driver\n[ 0.637546] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652266] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653502] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655290] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656535] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659444] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661197] usb usb1: Product: UHCI Host Controller\n[ 0.662416] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665029] hub 1-0:1.0: USB hub found\n[ 0.665957] hub 1-0:1.0: 2 ports detected\n[ 0.667027] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669467] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671861] mousedev: PS/2 mouse device common for all mice\n[ 0.673387] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675614] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679847] i2c /dev entries driver\n[ 0.680777] device-mapper: uevent: version 1.0.3\n[ 0.681911] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683883] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685402] NET: Registered protocol family 10\n[ 0.686671] NET: Registered protocol family 17\n[ 0.687732] Key type dns_resolver registered\n[ 0.688826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690175] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692351] registered taskstats version 1\n[ 0.693302] Loading compiled-in X.509 certificates\n[ 0.694967] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697214] zswap: loaded using pool lzo/zbud\n[ 0.699400] Key type trusted registered\n[ 0.701182] Key type encrypted registered\n[ 0.702215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703545] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704872] evm: HMAC attrs: 0x1\n[ 0.706000] Magic number: 6:93:87\n[ 0.706931] button LNXPWRBN:00: hash matches\n[ 0.708005] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:30 UTC (1539191130)\n[ 0.710014] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711433] EDD information not available.\n[ 0.779236] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781005] ata1.00: configured for MWDMA2\n[ 0.792738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795598] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799045] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801335] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803500] Write protecting the kernel read-only data: 14336k\n[ 0.805553] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807994] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.524461] 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.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.67s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.5 OK\n"} 2018-10-10 17:06:59,854 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action used request id req-cc33dcef-6924-498c-8e7b-e94a2a7628be 2018-10-10 17:07:01,857 - sdnvpn_test_utils - INFO - Waiting for instance beafe73f-2c6d-4501-854c-08f5e6a132a3 to boot up 2018-10-10 17:07:01,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda45dab53d784e3e67b850f08c1317de8f3e4fb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:07:02,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:07: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-33e0f15c-465b-4757-9589-3ad52561127c x-compute-request-id: req-33e0f15c-465b-4757-9589-3ad52561127c 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 498489787 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136052] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138011] pid_max: default: 32768 minimum: 301\n[ 0.139060] ACPI: Core revision 20150930\n[ 0.140564] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142087] Security Framework initialized\n[ 0.143061] Yama: becoming mindful.\n[ 0.143925] AppArmor: AppArmor initialized\n[ 0.144892] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146455] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148000] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149423] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151049] Initializing cgroup subsys io\n[ 0.151996] Initializing cgroup subsys memory\n[ 0.152999] Initializing cgroup subsys devices\n[ 0.154043] Initializing cgroup subsys freezer\n[ 0.155064] Initializing cgroup subsys net_cls\n[ 0.156100] Initializing cgroup subsys perf_event\n[ 0.157182] Initializing cgroup subsys net_prio\n[ 0.158209] Initializing cgroup subsys hugetlb\n[ 0.159259] Initializing cgroup subsys pids\n[ 0.160273] CPU: Physical Processor ID: 0\n[ 0.161932] mce: CPU supports 10 MCE banks\n[ 0.162943] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164126] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174919] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181580] ftrace: allocating 31920 entries in 125 pages\n[ 0.207526] smpboot: Max logical packages: 1\n[ 0.208549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210076] x2apic enabled\n[ 0.211006] Switched APIC routing to physical x2apic.\n[ 0.212909] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214188] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216450] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218527] KVM setup paravirtual spinlock\n[ 0.219945] x86: Booted up 1 node, 1 CPUs\n[ 0.220884] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222535] devtmpfs: initialized\n[ 0.224344] evm: security.selinux\n[ 0.225140] evm: security.SMACK64\n[ 0.225945] evm: security.SMACK64EXEC\n[ 0.226816] evm: security.SMACK64TRANSMUTE\n[ 0.227764] evm: security.SMACK64MMAP\n[ 0.228655] evm: security.ima\n[ 0.229384] evm: security.capability\n[ 0.230306] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232502] pinctrl core: initialized pinctrl subsystem\n[ 0.233822] RTC time: 17:05:16, date: 10/10/18\n[ 0.234916] NET: Registered protocol family 16\n[ 0.236030] cpuidle: using governor ladder\n[ 0.237022] cpuidle: using governor menu\n[ 0.237940] PCCT header not found.\n[ 0.238807] ACPI: bus type PCI registered\n[ 0.239738] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241211] PCI: Using configuration type 1 for base access\n[ 0.243155] ACPI: Added _OSI(Module Device)\n[ 0.244135] ACPI: Added _OSI(Processor Device)\n[ 0.245161] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246226] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248527] ACPI: Interpreter enabled\n[ 0.249421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255845] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257952] ACPI: (supports S0 S5)\n[ 0.258900] ACPI: Using IOAPIC for interrupt routing\n[ 0.259968] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263285] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264646] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266059] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267427] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269970] acpiphp: Slot [3] registered\n[ 0.270883] acpiphp: Slot [4] registered\n[ 0.271812] acpiphp: Slot [5] registered\n[ 0.272742] acpiphp: Slot [6] registered\n[ 0.273685] acpiphp: Slot [7] registered\n[ 0.274610] acpiphp: Slot [8] registered\n[ 0.275541] acpiphp: Slot [9] registered\n[ 0.276462] acpiphp: Slot [10] registered\n[ 0.277399] acpiphp: Slot [11] registered\n[ 0.278338] acpiphp: Slot [12] registered\n[ 0.279274] acpiphp: Slot [13] registered\n[ 0.280219] acpiphp: Slot [14] registered\n[ 0.281161] acpiphp: Slot [15] registered\n[ 0.291732] acpiphp: Slot [16] registered\n[ 0.292719] acpiphp: Slot [17] registered\n[ 0.293671] acpiphp: Slot [18] registered\n[ 0.294588] acpiphp: Slot [19] registered\n[ 0.295499] acpiphp: Slot [20] registered\n[ 0.296422] acpiphp: Slot [21] registered\n[ 0.297338] acpiphp: Slot [22] registered\n[ 0.298247] acpiphp: Slot [23] registered\n[ 0.299192] acpiphp: Slot [24] registered\n[ 0.300110] acpiphp: Slot [25] registered\n[ 0.301034] acpiphp: Slot [26] registered\n[ 0.301998] acpiphp: Slot [27] registered\n[ 0.302962] acpiphp: Slot [28] registered\n[ 0.303880] acpiphp: Slot [29] registered\n[ 0.304795] acpiphp: Slot [30] registered\n[ 0.305716] acpiphp: Slot [31] registered\n[ 0.306661] PCI host bridge to bus 0000:00\n[ 0.307583] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308972] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310401] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312055] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313733] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320018] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321491] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333102] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380734] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.382354] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383966] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.388158] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.389583] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.390891] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.392094] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393931] vgaarb: loaded\n[ 0.394632] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395892] SCSI subsystem initialized\n[ 0.396833] ACPI: bus type USB registered\n[ 0.397752] usbcore: registered new interface driver usbfs\n[ 0.398927] usbcore: registered new interface driver hub\n[ 0.400098] usbcore: registered new device driver usb\n[ 0.401279] PCI: Using ACPI for IRQ routing\n[ 0.402433] NetLabel: Initializing\n[ 0.403268] NetLabel: domain hash size = 128\n[ 0.404258] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405365] NetLabel: unlabeled traffic allowed by default\n[ 0.406597] clocksource: Switched to clocksource kvm-clock\n[ 0.412127] AppArmor: AppArmor Filesystem Enabled\n[ 0.413296] pnp: PnP ACPI init\n[ 0.414306] pnp: PnP ACPI: found 5 devices\n[ 0.420769] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422787] NET: Registered protocol family 2\n[ 0.423903] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425369] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426747] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428093] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429347] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430690] NET: Registered protocol family 1\n[ 0.431685] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432969] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434223] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448533] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462999] Trying to unpack rootfs image as initramfs...\n[ 0.512222] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526468] Scanning for low memory corruption every 60 seconds\n[ 0.527988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529443] audit: initializing netlink subsys (disabled)\n[ 0.530739] audit: type=2000 audit(1539191117.466:1): initialized\n[ 0.532368] Initialise system trusted keyring\n[ 0.533499] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535006] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537212] zbud: loaded\n[ 0.538044] VFS: Disk quotas dquot_6.6.0\n[ 0.539080] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540922] fuse init (API version 7.23)\n[ 0.541975] Key type big_key registered\n[ 0.542955] Allocating IMA MOK and blacklist keyrings.\n[ 0.544329] Key type asymmetric registered\n[ 0.545381] Asymmetric key parser 'x509' registered\n[ 0.546583] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548815] io scheduler noop registered\n[ 0.549835] io scheduler deadline registered (default)\n[ 0.551078] io scheduler cfq registered\n[ 0.552087] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553410] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555003] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556831] ACPI: Power Button [PWRF]\n[ 0.557854] GHES: HEST is not enabled!\n[ 0.571621] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.601604] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605045] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628249] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.630722] Linux agpgart interface v0.103\n[ 0.632895] brd: module loaded\n[ 0.634227] loop: module loaded\n[ 0.639806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641243] GPT:90111 != 2097151\n[ 0.641901] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642975] GPT:90111 != 2097151\n[ 0.643640] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644577] vda: vda1 vda15\n[ 0.646301] scsi host0: ata_piix\n[ 0.647034] scsi host1: ata_piix\n[ 0.647728] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648903] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.650321] libphy: Fixed MDIO Bus: probed\n[ 0.651120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.652043] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654187] PPP generic driver version 2.4.2\n[ 0.655069] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656300] ehci-pci: EHCI PCI platform driver\n[ 0.657148] ehci-platform: EHCI generic platform driver\n[ 0.658102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659193] ohci-pci: OHCI PCI platform driver\n[ 0.660039] ohci-platform: OHCI generic platform driver\n[ 0.660995] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.676004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.677152] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678920] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.680110] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.681599] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.682956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684624] usb usb1: Product: UHCI Host Controller\n[ 0.686895] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688371] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689464] hub 1-0:1.0: USB hub found\n[ 0.690413] hub 1-0:1.0: 2 ports detected\n[ 0.691476] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693890] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695821] mousedev: PS/2 mouse device common for all mice\n[ 0.697042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698846] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699912] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.701066] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.702222] i2c /dev entries driver\n[ 0.702974] device-mapper: uevent: version 1.0.3\n[ 0.703886] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.705464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706751] NET: Registered protocol family 10\n[ 0.707759] NET: Registered protocol family 17\n[ 0.708629] Key type dns_resolver registered\n[ 0.709543] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710615] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.712323] registered taskstats version 1\n[ 0.713124] Loading compiled-in X.509 certificates\n[ 0.714547] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716348] zswap: loaded using pool lzo/zbud\n[ 0.718227] Key type trusted registered\n[ 0.719771] Key type encrypted registered\n[ 0.720580] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721576] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722579] evm: HMAC attrs: 0x1\n[ 0.723522] Magic number: 6:93:87\n[ 0.724265] button LNXPWRBN:00: hash matches\n[ 0.725155] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:17 UTC (1539191117)\n[ 0.726719] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727795] EDD information not available.\n[ 0.803280] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804716] ata1.00: configured for MWDMA2\n[ 0.816437] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.818566] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820985] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822832] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.824316] Write protecting the kernel read-only data: 14336k\n[ 0.825850] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827622] 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.201791] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.01s]\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\n"} 2018-10-10 17:07:02,931 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3/action used request id req-33e0f15c-465b-4757-9589-3ad52561127c 2018-10-10 17:07:04,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270f1d083cae409a92a69bae7019adf044ad0197" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:07:06,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:07: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-278338ed-3ddb-4f1e-97da-df31cdabcb98 x-compute-request-id: req-278338ed-3ddb-4f1e-97da-df31cdabcb98 Content-Encoding: gzip Content-Length: 8138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529422594 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131752] ACPI: Core revision 20150930\n[ 0.133112] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134378] Security Framework initialized\n[ 0.135170] Yama: becoming mindful.\n[ 0.135876] AppArmor: AppArmor initialized\n[ 0.136720] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138010] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139246] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141770] Initializing cgroup subsys io\n[ 0.142553] Initializing cgroup subsys memory\n[ 0.143387] Initializing cgroup subsys devices\n[ 0.144230] Initializing cgroup subsys freezer\n[ 0.145083] Initializing cgroup subsys net_cls\n[ 0.145925] Initializing cgroup subsys perf_event\n[ 0.146806] Initializing cgroup subsys net_prio\n[ 0.147660] Initializing cgroup subsys hugetlb\n[ 0.148511] Initializing cgroup subsys pids\n[ 0.149361] CPU: Physical Processor ID: 0\n[ 0.150838] mce: CPU supports 10 MCE banks\n[ 0.151657] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152635] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163252] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169579] ftrace: allocating 31920 entries in 125 pages\n[ 0.195789] smpboot: Max logical packages: 1\n[ 0.196625] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197935] x2apic enabled\n[ 0.198725] Switched APIC routing to physical x2apic.\n[ 0.200435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203458] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205445] KVM setup paravirtual spinlock\n[ 0.206859] x86: Booted up 1 node, 1 CPUs\n[ 0.207776] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209371] devtmpfs: initialized\n[ 0.211166] evm: security.selinux\n[ 0.211962] evm: security.SMACK64\n[ 0.212744] evm: security.SMACK64EXEC\n[ 0.213590] evm: security.SMACK64TRANSMUTE\n[ 0.214516] evm: security.SMACK64MMAP\n[ 0.215376] evm: security.ima\n[ 0.216114] evm: security.capability\n[ 0.217022] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219170] pinctrl core: initialized pinctrl subsystem\n[ 0.220422] RTC time: 17:05:29, date: 10/10/18\n[ 0.221490] NET: Registered protocol family 16\n[ 0.222583] cpuidle: using governor ladder\n[ 0.223441] cpuidle: using governor menu\n[ 0.224257] PCCT header not found.\n[ 0.224987] ACPI: bus type PCI registered\n[ 0.225763] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226964] PCI: Using configuration type 1 for base access\n[ 0.228685] ACPI: Added _OSI(Module Device)\n[ 0.229505] ACPI: Added _OSI(Processor Device)\n[ 0.230342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231214] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233318] ACPI: Interpreter enabled\n[ 0.234070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241253] ACPI: (supports S0 S5)\n[ 0.241939] ACPI: Using IOAPIC for interrupt routing\n[ 0.242983] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246045] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247153] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248346] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249506] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251672] acpiphp: Slot [3] registered\n[ 0.252452] acpiphp: Slot [4] registered\n[ 0.253227] acpiphp: Slot [5] registered\n[ 0.254013] acpiphp: Slot [6] registered\n[ 0.254787] acpiphp: Slot [7] registered\n[ 0.255556] acpiphp: Slot [8] registered\n[ 0.256336] acpiphp: Slot [9] registered\n[ 0.257117] acpiphp: Slot [10] registered\n[ 0.257903] acpiphp: Slot [11] registered\n[ 0.258694] acpiphp: Slot [12] registered\n[ 0.259482] acpiphp: Slot [13] registered\n[ 0.260270] acpiphp: Slot [14] registered\n[ 0.261065] acpiphp: Slot [15] registered\n[ 0.271919] acpiphp: Slot [16] registered\n[ 0.272710] acpiphp: Slot [17] registered\n[ 0.273494] acpiphp: Slot [18] registered\n[ 0.274278] acpiphp: Slot [19] registered\n[ 0.275069] acpiphp: Slot [20] registered\n[ 0.275858] acpiphp: Slot [21] registered\n[ 0.276643] acpiphp: Slot [22] registered\n[ 0.277433] acpiphp: Slot [23] registered\n[ 0.278219] acpiphp: Slot [24] registered\n[ 0.279009] acpiphp: Slot [25] registered\n[ 0.279792] acpiphp: Slot [26] registered\n[ 0.280573] acpiphp: Slot [27] registered\n[ 0.281368] acpiphp: Slot [28] registered\n[ 0.282157] acpiphp: Slot [29] registered\n[ 0.282943] acpiphp: Slot [30] registered\n[ 0.283729] acpiphp: Slot [31] registered\n[ 0.284508] PCI host bridge to bus 0000:00\n[ 0.285295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286470] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287648] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289057] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290460] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296684] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300301] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308564] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356505] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359362] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360740] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362117] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366137] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367682] vgaarb: loaded\n[ 0.368281] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369407] SCSI subsystem initialized\n[ 0.370220] ACPI: bus type USB registered\n[ 0.371025] usbcore: registered new interface driver usbfs\n[ 0.372043] usbcore: registered new interface driver hub\n[ 0.373035] usbcore: registered new device driver usb\n[ 0.374072] PCI: Using ACPI for IRQ routing\n[ 0.375091] NetLabel: Initializing\n[ 0.375799] NetLabel: domain hash size = 128\n[ 0.376642] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377584] NetLabel: unlabeled traffic allowed by default\n[ 0.378663] clocksource: Switched to clocksource kvm-clock\n[ 0.384160] AppArmor: AppArmor Filesystem Enabled\n[ 0.385129] pnp: PnP ACPI init\n[ 0.386033] pnp: PnP ACPI: found 5 devices\n[ 0.392387] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394062] NET: Registered protocol family 2\n[ 0.395008] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396257] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398544] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399604] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400759] NET: Registered protocol family 1\n[ 0.401607] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402690] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432020] Trying to unpack rootfs image as initramfs...\n[ 0.482546] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496587] Scanning for low memory corruption every 60 seconds\n[ 0.498008] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499164] audit: initializing netlink subsys (disabled)\n[ 0.500174] audit: type=2000 audit(1539191130.420:1): initialized\n[ 0.501481] Initialise system trusted keyring\n[ 0.502415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503561] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505517] zbud: loaded\n[ 0.506220] VFS: Disk quotas dquot_6.6.0\n[ 0.507053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508555] fuse init (API version 7.23)\n[ 0.509437] Key type big_key registered\n[ 0.510231] Allocating IMA MOK and blacklist keyrings.\n[ 0.511338] Key type asymmetric registered\n[ 0.512151] Asymmetric key parser 'x509' registered\n[ 0.513085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514900] io scheduler noop registered\n[ 0.515682] io scheduler deadline registered (default)\n[ 0.516648] io scheduler cfq registered\n[ 0.517467] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518508] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519759] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521181] ACPI: Power Button [PWRF]\n[ 0.522004] GHES: HEST is not enabled!\n[ 0.535881] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570217] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600440] Linux agpgart interface v0.103\n[ 0.603128] brd: module loaded\n[ 0.604420] loop: module loaded\n[ 0.609332] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611394] GPT:90111 != 2097151\n[ 0.612324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613913] GPT:90111 != 2097151\n[ 0.614862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616252] vda: vda1 vda15\n[ 0.618116] scsi host0: ata_piix\n[ 0.619124] scsi host1: ata_piix\n[ 0.620090] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621854] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623686] libphy: Fixed MDIO Bus: probed\n[ 0.624837] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626186] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628925] PPP generic driver version 2.4.2\n[ 0.630041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631535] ehci-pci: EHCI PCI platform driver\n[ 0.632613] ehci-platform: EHCI generic platform driver\n[ 0.633841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635250] ohci-pci: OHCI PCI platform driver\n[ 0.636323] ohci-platform: OHCI generic platform driver\n[ 0.637546] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652266] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653502] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655290] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656535] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659444] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661197] usb usb1: Product: UHCI Host Controller\n[ 0.662416] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665029] hub 1-0:1.0: USB hub found\n[ 0.665957] hub 1-0:1.0: 2 ports detected\n[ 0.667027] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669467] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671861] mousedev: PS/2 mouse device common for all mice\n[ 0.673387] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675614] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679847] i2c /dev entries driver\n[ 0.680777] device-mapper: uevent: version 1.0.3\n[ 0.681911] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683883] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685402] NET: Registered protocol family 10\n[ 0.686671] NET: Registered protocol family 17\n[ 0.687732] Key type dns_resolver registered\n[ 0.688826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690175] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692351] registered taskstats version 1\n[ 0.693302] Loading compiled-in X.509 certificates\n[ 0.694967] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697214] zswap: loaded using pool lzo/zbud\n[ 0.699400] Key type trusted registered\n[ 0.701182] Key type encrypted registered\n[ 0.702215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703545] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704872] evm: HMAC attrs: 0x1\n[ 0.706000] Magic number: 6:93:87\n[ 0.706931] button LNXPWRBN:00: hash matches\n[ 0.708005] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:30 UTC (1539191130)\n[ 0.710014] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711433] EDD information not available.\n[ 0.779236] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781005] ata1.00: configured for MWDMA2\n[ 0.792738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795598] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799045] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801335] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803500] Write protecting the kernel read-only data: 14336k\n[ 0.805553] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807994] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.524461] 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.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.67s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.5 OK\n"} 2018-10-10 17:07:06,009 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action used request id req-278338ed-3ddb-4f1e-97da-df31cdabcb98 2018-10-10 17:07:06,010 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.14) to 'sdnvpn-1-2' (10.10.10.9). -->Expected result: can ping. 2018-10-10 17:07:06,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270f1d083cae409a92a69bae7019adf044ad0197" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:07:07,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:07: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-1129aaa4-5e55-4e89-b4b7-46b5cf4c55d9 x-compute-request-id: req-1129aaa4-5e55-4e89-b4b7-46b5cf4c55d9 Content-Encoding: gzip Content-Length: 8138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529422594 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131752] ACPI: Core revision 20150930\n[ 0.133112] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134378] Security Framework initialized\n[ 0.135170] Yama: becoming mindful.\n[ 0.135876] AppArmor: AppArmor initialized\n[ 0.136720] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138010] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139246] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141770] Initializing cgroup subsys io\n[ 0.142553] Initializing cgroup subsys memory\n[ 0.143387] Initializing cgroup subsys devices\n[ 0.144230] Initializing cgroup subsys freezer\n[ 0.145083] Initializing cgroup subsys net_cls\n[ 0.145925] Initializing cgroup subsys perf_event\n[ 0.146806] Initializing cgroup subsys net_prio\n[ 0.147660] Initializing cgroup subsys hugetlb\n[ 0.148511] Initializing cgroup subsys pids\n[ 0.149361] CPU: Physical Processor ID: 0\n[ 0.150838] mce: CPU supports 10 MCE banks\n[ 0.151657] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152635] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163252] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169579] ftrace: allocating 31920 entries in 125 pages\n[ 0.195789] smpboot: Max logical packages: 1\n[ 0.196625] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197935] x2apic enabled\n[ 0.198725] Switched APIC routing to physical x2apic.\n[ 0.200435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203458] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205445] KVM setup paravirtual spinlock\n[ 0.206859] x86: Booted up 1 node, 1 CPUs\n[ 0.207776] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209371] devtmpfs: initialized\n[ 0.211166] evm: security.selinux\n[ 0.211962] evm: security.SMACK64\n[ 0.212744] evm: security.SMACK64EXEC\n[ 0.213590] evm: security.SMACK64TRANSMUTE\n[ 0.214516] evm: security.SMACK64MMAP\n[ 0.215376] evm: security.ima\n[ 0.216114] evm: security.capability\n[ 0.217022] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219170] pinctrl core: initialized pinctrl subsystem\n[ 0.220422] RTC time: 17:05:29, date: 10/10/18\n[ 0.221490] NET: Registered protocol family 16\n[ 0.222583] cpuidle: using governor ladder\n[ 0.223441] cpuidle: using governor menu\n[ 0.224257] PCCT header not found.\n[ 0.224987] ACPI: bus type PCI registered\n[ 0.225763] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226964] PCI: Using configuration type 1 for base access\n[ 0.228685] ACPI: Added _OSI(Module Device)\n[ 0.229505] ACPI: Added _OSI(Processor Device)\n[ 0.230342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231214] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233318] ACPI: Interpreter enabled\n[ 0.234070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241253] ACPI: (supports S0 S5)\n[ 0.241939] ACPI: Using IOAPIC for interrupt routing\n[ 0.242983] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246045] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247153] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248346] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249506] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251672] acpiphp: Slot [3] registered\n[ 0.252452] acpiphp: Slot [4] registered\n[ 0.253227] acpiphp: Slot [5] registered\n[ 0.254013] acpiphp: Slot [6] registered\n[ 0.254787] acpiphp: Slot [7] registered\n[ 0.255556] acpiphp: Slot [8] registered\n[ 0.256336] acpiphp: Slot [9] registered\n[ 0.257117] acpiphp: Slot [10] registered\n[ 0.257903] acpiphp: Slot [11] registered\n[ 0.258694] acpiphp: Slot [12] registered\n[ 0.259482] acpiphp: Slot [13] registered\n[ 0.260270] acpiphp: Slot [14] registered\n[ 0.261065] acpiphp: Slot [15] registered\n[ 0.271919] acpiphp: Slot [16] registered\n[ 0.272710] acpiphp: Slot [17] registered\n[ 0.273494] acpiphp: Slot [18] registered\n[ 0.274278] acpiphp: Slot [19] registered\n[ 0.275069] acpiphp: Slot [20] registered\n[ 0.275858] acpiphp: Slot [21] registered\n[ 0.276643] acpiphp: Slot [22] registered\n[ 0.277433] acpiphp: Slot [23] registered\n[ 0.278219] acpiphp: Slot [24] registered\n[ 0.279009] acpiphp: Slot [25] registered\n[ 0.279792] acpiphp: Slot [26] registered\n[ 0.280573] acpiphp: Slot [27] registered\n[ 0.281368] acpiphp: Slot [28] registered\n[ 0.282157] acpiphp: Slot [29] registered\n[ 0.282943] acpiphp: Slot [30] registered\n[ 0.283729] acpiphp: Slot [31] registered\n[ 0.284508] PCI host bridge to bus 0000:00\n[ 0.285295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286470] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287648] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289057] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290460] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296684] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300301] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308564] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356505] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359362] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360740] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362117] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366137] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367682] vgaarb: loaded\n[ 0.368281] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369407] SCSI subsystem initialized\n[ 0.370220] ACPI: bus type USB registered\n[ 0.371025] usbcore: registered new interface driver usbfs\n[ 0.372043] usbcore: registered new interface driver hub\n[ 0.373035] usbcore: registered new device driver usb\n[ 0.374072] PCI: Using ACPI for IRQ routing\n[ 0.375091] NetLabel: Initializing\n[ 0.375799] NetLabel: domain hash size = 128\n[ 0.376642] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377584] NetLabel: unlabeled traffic allowed by default\n[ 0.378663] clocksource: Switched to clocksource kvm-clock\n[ 0.384160] AppArmor: AppArmor Filesystem Enabled\n[ 0.385129] pnp: PnP ACPI init\n[ 0.386033] pnp: PnP ACPI: found 5 devices\n[ 0.392387] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394062] NET: Registered protocol family 2\n[ 0.395008] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396257] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398544] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399604] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400759] NET: Registered protocol family 1\n[ 0.401607] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402690] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432020] Trying to unpack rootfs image as initramfs...\n[ 0.482546] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496587] Scanning for low memory corruption every 60 seconds\n[ 0.498008] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499164] audit: initializing netlink subsys (disabled)\n[ 0.500174] audit: type=2000 audit(1539191130.420:1): initialized\n[ 0.501481] Initialise system trusted keyring\n[ 0.502415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503561] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505517] zbud: loaded\n[ 0.506220] VFS: Disk quotas dquot_6.6.0\n[ 0.507053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508555] fuse init (API version 7.23)\n[ 0.509437] Key type big_key registered\n[ 0.510231] Allocating IMA MOK and blacklist keyrings.\n[ 0.511338] Key type asymmetric registered\n[ 0.512151] Asymmetric key parser 'x509' registered\n[ 0.513085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514900] io scheduler noop registered\n[ 0.515682] io scheduler deadline registered (default)\n[ 0.516648] io scheduler cfq registered\n[ 0.517467] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518508] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519759] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521181] ACPI: Power Button [PWRF]\n[ 0.522004] GHES: HEST is not enabled!\n[ 0.535881] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570217] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600440] Linux agpgart interface v0.103\n[ 0.603128] brd: module loaded\n[ 0.604420] loop: module loaded\n[ 0.609332] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611394] GPT:90111 != 2097151\n[ 0.612324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613913] GPT:90111 != 2097151\n[ 0.614862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616252] vda: vda1 vda15\n[ 0.618116] scsi host0: ata_piix\n[ 0.619124] scsi host1: ata_piix\n[ 0.620090] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621854] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623686] libphy: Fixed MDIO Bus: probed\n[ 0.624837] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626186] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628925] PPP generic driver version 2.4.2\n[ 0.630041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631535] ehci-pci: EHCI PCI platform driver\n[ 0.632613] ehci-platform: EHCI generic platform driver\n[ 0.633841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635250] ohci-pci: OHCI PCI platform driver\n[ 0.636323] ohci-platform: OHCI generic platform driver\n[ 0.637546] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652266] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653502] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655290] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656535] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659444] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661197] usb usb1: Product: UHCI Host Controller\n[ 0.662416] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665029] hub 1-0:1.0: USB hub found\n[ 0.665957] hub 1-0:1.0: 2 ports detected\n[ 0.667027] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669467] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671861] mousedev: PS/2 mouse device common for all mice\n[ 0.673387] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675614] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679847] i2c /dev entries driver\n[ 0.680777] device-mapper: uevent: version 1.0.3\n[ 0.681911] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683883] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685402] NET: Registered protocol family 10\n[ 0.686671] NET: Registered protocol family 17\n[ 0.687732] Key type dns_resolver registered\n[ 0.688826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690175] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692351] registered taskstats version 1\n[ 0.693302] Loading compiled-in X.509 certificates\n[ 0.694967] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697214] zswap: loaded using pool lzo/zbud\n[ 0.699400] Key type trusted registered\n[ 0.701182] Key type encrypted registered\n[ 0.702215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703545] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704872] evm: HMAC attrs: 0x1\n[ 0.706000] Magic number: 6:93:87\n[ 0.706931] button LNXPWRBN:00: hash matches\n[ 0.708005] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:30 UTC (1539191130)\n[ 0.710014] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711433] EDD information not available.\n[ 0.779236] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781005] ata1.00: configured for MWDMA2\n[ 0.792738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795598] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799045] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801335] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803500] Write protecting the kernel read-only data: 14336k\n[ 0.805553] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807994] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.524461] 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.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.67s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.5 OK\n"} 2018-10-10 17:07:07,084 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action used request id req-1129aaa4-5e55-4e89-b4b7-46b5cf4c55d9 2018-10-10 17:07:07,085 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-2' 2018-10-10 17:07:07,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270f1d083cae409a92a69bae7019adf044ad0197" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:07:08,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:07: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-58ba66c1-b842-4809-bfac-0f1b03212294 x-compute-request-id: req-58ba66c1-b842-4809-bfac-0f1b03212294 Content-Encoding: gzip Content-Length: 8138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529422594 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131752] ACPI: Core revision 20150930\n[ 0.133112] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134378] Security Framework initialized\n[ 0.135170] Yama: becoming mindful.\n[ 0.135876] AppArmor: AppArmor initialized\n[ 0.136720] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138010] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139246] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141770] Initializing cgroup subsys io\n[ 0.142553] Initializing cgroup subsys memory\n[ 0.143387] Initializing cgroup subsys devices\n[ 0.144230] Initializing cgroup subsys freezer\n[ 0.145083] Initializing cgroup subsys net_cls\n[ 0.145925] Initializing cgroup subsys perf_event\n[ 0.146806] Initializing cgroup subsys net_prio\n[ 0.147660] Initializing cgroup subsys hugetlb\n[ 0.148511] Initializing cgroup subsys pids\n[ 0.149361] CPU: Physical Processor ID: 0\n[ 0.150838] mce: CPU supports 10 MCE banks\n[ 0.151657] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152635] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163252] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169579] ftrace: allocating 31920 entries in 125 pages\n[ 0.195789] smpboot: Max logical packages: 1\n[ 0.196625] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197935] x2apic enabled\n[ 0.198725] Switched APIC routing to physical x2apic.\n[ 0.200435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203458] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205445] KVM setup paravirtual spinlock\n[ 0.206859] x86: Booted up 1 node, 1 CPUs\n[ 0.207776] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209371] devtmpfs: initialized\n[ 0.211166] evm: security.selinux\n[ 0.211962] evm: security.SMACK64\n[ 0.212744] evm: security.SMACK64EXEC\n[ 0.213590] evm: security.SMACK64TRANSMUTE\n[ 0.214516] evm: security.SMACK64MMAP\n[ 0.215376] evm: security.ima\n[ 0.216114] evm: security.capability\n[ 0.217022] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219170] pinctrl core: initialized pinctrl subsystem\n[ 0.220422] RTC time: 17:05:29, date: 10/10/18\n[ 0.221490] NET: Registered protocol family 16\n[ 0.222583] cpuidle: using governor ladder\n[ 0.223441] cpuidle: using governor menu\n[ 0.224257] PCCT header not found.\n[ 0.224987] ACPI: bus type PCI registered\n[ 0.225763] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226964] PCI: Using configuration type 1 for base access\n[ 0.228685] ACPI: Added _OSI(Module Device)\n[ 0.229505] ACPI: Added _OSI(Processor Device)\n[ 0.230342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231214] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233318] ACPI: Interpreter enabled\n[ 0.234070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241253] ACPI: (supports S0 S5)\n[ 0.241939] ACPI: Using IOAPIC for interrupt routing\n[ 0.242983] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246045] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247153] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248346] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249506] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251672] acpiphp: Slot [3] registered\n[ 0.252452] acpiphp: Slot [4] registered\n[ 0.253227] acpiphp: Slot [5] registered\n[ 0.254013] acpiphp: Slot [6] registered\n[ 0.254787] acpiphp: Slot [7] registered\n[ 0.255556] acpiphp: Slot [8] registered\n[ 0.256336] acpiphp: Slot [9] registered\n[ 0.257117] acpiphp: Slot [10] registered\n[ 0.257903] acpiphp: Slot [11] registered\n[ 0.258694] acpiphp: Slot [12] registered\n[ 0.259482] acpiphp: Slot [13] registered\n[ 0.260270] acpiphp: Slot [14] registered\n[ 0.261065] acpiphp: Slot [15] registered\n[ 0.271919] acpiphp: Slot [16] registered\n[ 0.272710] acpiphp: Slot [17] registered\n[ 0.273494] acpiphp: Slot [18] registered\n[ 0.274278] acpiphp: Slot [19] registered\n[ 0.275069] acpiphp: Slot [20] registered\n[ 0.275858] acpiphp: Slot [21] registered\n[ 0.276643] acpiphp: Slot [22] registered\n[ 0.277433] acpiphp: Slot [23] registered\n[ 0.278219] acpiphp: Slot [24] registered\n[ 0.279009] acpiphp: Slot [25] registered\n[ 0.279792] acpiphp: Slot [26] registered\n[ 0.280573] acpiphp: Slot [27] registered\n[ 0.281368] acpiphp: Slot [28] registered\n[ 0.282157] acpiphp: Slot [29] registered\n[ 0.282943] acpiphp: Slot [30] registered\n[ 0.283729] acpiphp: Slot [31] registered\n[ 0.284508] PCI host bridge to bus 0000:00\n[ 0.285295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286470] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287648] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289057] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290460] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296684] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300301] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308564] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356505] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359362] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360740] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362117] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366137] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367682] vgaarb: loaded\n[ 0.368281] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369407] SCSI subsystem initialized\n[ 0.370220] ACPI: bus type USB registered\n[ 0.371025] usbcore: registered new interface driver usbfs\n[ 0.372043] usbcore: registered new interface driver hub\n[ 0.373035] usbcore: registered new device driver usb\n[ 0.374072] PCI: Using ACPI for IRQ routing\n[ 0.375091] NetLabel: Initializing\n[ 0.375799] NetLabel: domain hash size = 128\n[ 0.376642] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377584] NetLabel: unlabeled traffic allowed by default\n[ 0.378663] clocksource: Switched to clocksource kvm-clock\n[ 0.384160] AppArmor: AppArmor Filesystem Enabled\n[ 0.385129] pnp: PnP ACPI init\n[ 0.386033] pnp: PnP ACPI: found 5 devices\n[ 0.392387] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394062] NET: Registered protocol family 2\n[ 0.395008] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396257] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398544] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399604] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400759] NET: Registered protocol family 1\n[ 0.401607] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402690] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432020] Trying to unpack rootfs image as initramfs...\n[ 0.482546] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496587] Scanning for low memory corruption every 60 seconds\n[ 0.498008] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499164] audit: initializing netlink subsys (disabled)\n[ 0.500174] audit: type=2000 audit(1539191130.420:1): initialized\n[ 0.501481] Initialise system trusted keyring\n[ 0.502415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503561] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505517] zbud: loaded\n[ 0.506220] VFS: Disk quotas dquot_6.6.0\n[ 0.507053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508555] fuse init (API version 7.23)\n[ 0.509437] Key type big_key registered\n[ 0.510231] Allocating IMA MOK and blacklist keyrings.\n[ 0.511338] Key type asymmetric registered\n[ 0.512151] Asymmetric key parser 'x509' registered\n[ 0.513085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514900] io scheduler noop registered\n[ 0.515682] io scheduler deadline registered (default)\n[ 0.516648] io scheduler cfq registered\n[ 0.517467] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518508] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519759] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521181] ACPI: Power Button [PWRF]\n[ 0.522004] GHES: HEST is not enabled!\n[ 0.535881] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570217] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600440] Linux agpgart interface v0.103\n[ 0.603128] brd: module loaded\n[ 0.604420] loop: module loaded\n[ 0.609332] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611394] GPT:90111 != 2097151\n[ 0.612324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613913] GPT:90111 != 2097151\n[ 0.614862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616252] vda: vda1 vda15\n[ 0.618116] scsi host0: ata_piix\n[ 0.619124] scsi host1: ata_piix\n[ 0.620090] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621854] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623686] libphy: Fixed MDIO Bus: probed\n[ 0.624837] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626186] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628925] PPP generic driver version 2.4.2\n[ 0.630041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631535] ehci-pci: EHCI PCI platform driver\n[ 0.632613] ehci-platform: EHCI generic platform driver\n[ 0.633841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635250] ohci-pci: OHCI PCI platform driver\n[ 0.636323] ohci-platform: OHCI generic platform driver\n[ 0.637546] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652266] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653502] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655290] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656535] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659444] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661197] usb usb1: Product: UHCI Host Controller\n[ 0.662416] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665029] hub 1-0:1.0: USB hub found\n[ 0.665957] hub 1-0:1.0: 2 ports detected\n[ 0.667027] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669467] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671861] mousedev: PS/2 mouse device common for all mice\n[ 0.673387] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675614] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679847] i2c /dev entries driver\n[ 0.680777] device-mapper: uevent: version 1.0.3\n[ 0.681911] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683883] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685402] NET: Registered protocol family 10\n[ 0.686671] NET: Registered protocol family 17\n[ 0.687732] Key type dns_resolver registered\n[ 0.688826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690175] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692351] registered taskstats version 1\n[ 0.693302] Loading compiled-in X.509 certificates\n[ 0.694967] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697214] zswap: loaded using pool lzo/zbud\n[ 0.699400] Key type trusted registered\n[ 0.701182] Key type encrypted registered\n[ 0.702215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703545] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704872] evm: HMAC attrs: 0x1\n[ 0.706000] Magic number: 6:93:87\n[ 0.706931] button LNXPWRBN:00: hash matches\n[ 0.708005] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:30 UTC (1539191130)\n[ 0.710014] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711433] EDD information not available.\n[ 0.779236] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781005] ata1.00: configured for MWDMA2\n[ 0.792738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795598] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799045] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801335] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803500] Write protecting the kernel read-only data: 14336k\n[ 0.805553] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807994] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.524461] 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.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.67s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.5 OK\n"} 2018-10-10 17:07:08,163 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action used request id req-58ba66c1-b842-4809-bfac-0f1b03212294 2018-10-10 17:07:08,164 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.14) to 'sdnvpn-1-3' (10.10.10.5). -->Expected result: can ping. 2018-10-10 17:07:08,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270f1d083cae409a92a69bae7019adf044ad0197" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:07:09,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:07: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-31eb6fcc-a28f-4d1d-8c23-78d00f71d86f x-compute-request-id: req-31eb6fcc-a28f-4d1d-8c23-78d00f71d86f Content-Encoding: gzip Content-Length: 8138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529422594 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131752] ACPI: Core revision 20150930\n[ 0.133112] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134378] Security Framework initialized\n[ 0.135170] Yama: becoming mindful.\n[ 0.135876] AppArmor: AppArmor initialized\n[ 0.136720] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138010] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139246] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141770] Initializing cgroup subsys io\n[ 0.142553] Initializing cgroup subsys memory\n[ 0.143387] Initializing cgroup subsys devices\n[ 0.144230] Initializing cgroup subsys freezer\n[ 0.145083] Initializing cgroup subsys net_cls\n[ 0.145925] Initializing cgroup subsys perf_event\n[ 0.146806] Initializing cgroup subsys net_prio\n[ 0.147660] Initializing cgroup subsys hugetlb\n[ 0.148511] Initializing cgroup subsys pids\n[ 0.149361] CPU: Physical Processor ID: 0\n[ 0.150838] mce: CPU supports 10 MCE banks\n[ 0.151657] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152635] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163252] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169579] ftrace: allocating 31920 entries in 125 pages\n[ 0.195789] smpboot: Max logical packages: 1\n[ 0.196625] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197935] x2apic enabled\n[ 0.198725] Switched APIC routing to physical x2apic.\n[ 0.200435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203458] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205445] KVM setup paravirtual spinlock\n[ 0.206859] x86: Booted up 1 node, 1 CPUs\n[ 0.207776] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209371] devtmpfs: initialized\n[ 0.211166] evm: security.selinux\n[ 0.211962] evm: security.SMACK64\n[ 0.212744] evm: security.SMACK64EXEC\n[ 0.213590] evm: security.SMACK64TRANSMUTE\n[ 0.214516] evm: security.SMACK64MMAP\n[ 0.215376] evm: security.ima\n[ 0.216114] evm: security.capability\n[ 0.217022] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219170] pinctrl core: initialized pinctrl subsystem\n[ 0.220422] RTC time: 17:05:29, date: 10/10/18\n[ 0.221490] NET: Registered protocol family 16\n[ 0.222583] cpuidle: using governor ladder\n[ 0.223441] cpuidle: using governor menu\n[ 0.224257] PCCT header not found.\n[ 0.224987] ACPI: bus type PCI registered\n[ 0.225763] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226964] PCI: Using configuration type 1 for base access\n[ 0.228685] ACPI: Added _OSI(Module Device)\n[ 0.229505] ACPI: Added _OSI(Processor Device)\n[ 0.230342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231214] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233318] ACPI: Interpreter enabled\n[ 0.234070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241253] ACPI: (supports S0 S5)\n[ 0.241939] ACPI: Using IOAPIC for interrupt routing\n[ 0.242983] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246045] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247153] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248346] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249506] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251672] acpiphp: Slot [3] registered\n[ 0.252452] acpiphp: Slot [4] registered\n[ 0.253227] acpiphp: Slot [5] registered\n[ 0.254013] acpiphp: Slot [6] registered\n[ 0.254787] acpiphp: Slot [7] registered\n[ 0.255556] acpiphp: Slot [8] registered\n[ 0.256336] acpiphp: Slot [9] registered\n[ 0.257117] acpiphp: Slot [10] registered\n[ 0.257903] acpiphp: Slot [11] registered\n[ 0.258694] acpiphp: Slot [12] registered\n[ 0.259482] acpiphp: Slot [13] registered\n[ 0.260270] acpiphp: Slot [14] registered\n[ 0.261065] acpiphp: Slot [15] registered\n[ 0.271919] acpiphp: Slot [16] registered\n[ 0.272710] acpiphp: Slot [17] registered\n[ 0.273494] acpiphp: Slot [18] registered\n[ 0.274278] acpiphp: Slot [19] registered\n[ 0.275069] acpiphp: Slot [20] registered\n[ 0.275858] acpiphp: Slot [21] registered\n[ 0.276643] acpiphp: Slot [22] registered\n[ 0.277433] acpiphp: Slot [23] registered\n[ 0.278219] acpiphp: Slot [24] registered\n[ 0.279009] acpiphp: Slot [25] registered\n[ 0.279792] acpiphp: Slot [26] registered\n[ 0.280573] acpiphp: Slot [27] registered\n[ 0.281368] acpiphp: Slot [28] registered\n[ 0.282157] acpiphp: Slot [29] registered\n[ 0.282943] acpiphp: Slot [30] registered\n[ 0.283729] acpiphp: Slot [31] registered\n[ 0.284508] PCI host bridge to bus 0000:00\n[ 0.285295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286470] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287648] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289057] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290460] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296684] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300301] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308564] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356505] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359362] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360740] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362117] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366137] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367682] vgaarb: loaded\n[ 0.368281] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369407] SCSI subsystem initialized\n[ 0.370220] ACPI: bus type USB registered\n[ 0.371025] usbcore: registered new interface driver usbfs\n[ 0.372043] usbcore: registered new interface driver hub\n[ 0.373035] usbcore: registered new device driver usb\n[ 0.374072] PCI: Using ACPI for IRQ routing\n[ 0.375091] NetLabel: Initializing\n[ 0.375799] NetLabel: domain hash size = 128\n[ 0.376642] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377584] NetLabel: unlabeled traffic allowed by default\n[ 0.378663] clocksource: Switched to clocksource kvm-clock\n[ 0.384160] AppArmor: AppArmor Filesystem Enabled\n[ 0.385129] pnp: PnP ACPI init\n[ 0.386033] pnp: PnP ACPI: found 5 devices\n[ 0.392387] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394062] NET: Registered protocol family 2\n[ 0.395008] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396257] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398544] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399604] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400759] NET: Registered protocol family 1\n[ 0.401607] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402690] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432020] Trying to unpack rootfs image as initramfs...\n[ 0.482546] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496587] Scanning for low memory corruption every 60 seconds\n[ 0.498008] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499164] audit: initializing netlink subsys (disabled)\n[ 0.500174] audit: type=2000 audit(1539191130.420:1): initialized\n[ 0.501481] Initialise system trusted keyring\n[ 0.502415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503561] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505517] zbud: loaded\n[ 0.506220] VFS: Disk quotas dquot_6.6.0\n[ 0.507053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508555] fuse init (API version 7.23)\n[ 0.509437] Key type big_key registered\n[ 0.510231] Allocating IMA MOK and blacklist keyrings.\n[ 0.511338] Key type asymmetric registered\n[ 0.512151] Asymmetric key parser 'x509' registered\n[ 0.513085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514900] io scheduler noop registered\n[ 0.515682] io scheduler deadline registered (default)\n[ 0.516648] io scheduler cfq registered\n[ 0.517467] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518508] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519759] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521181] ACPI: Power Button [PWRF]\n[ 0.522004] GHES: HEST is not enabled!\n[ 0.535881] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570217] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600440] Linux agpgart interface v0.103\n[ 0.603128] brd: module loaded\n[ 0.604420] loop: module loaded\n[ 0.609332] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611394] GPT:90111 != 2097151\n[ 0.612324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613913] GPT:90111 != 2097151\n[ 0.614862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616252] vda: vda1 vda15\n[ 0.618116] scsi host0: ata_piix\n[ 0.619124] scsi host1: ata_piix\n[ 0.620090] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621854] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623686] libphy: Fixed MDIO Bus: probed\n[ 0.624837] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626186] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628925] PPP generic driver version 2.4.2\n[ 0.630041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631535] ehci-pci: EHCI PCI platform driver\n[ 0.632613] ehci-platform: EHCI generic platform driver\n[ 0.633841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635250] ohci-pci: OHCI PCI platform driver\n[ 0.636323] ohci-platform: OHCI generic platform driver\n[ 0.637546] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652266] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653502] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655290] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656535] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659444] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661197] usb usb1: Product: UHCI Host Controller\n[ 0.662416] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665029] hub 1-0:1.0: USB hub found\n[ 0.665957] hub 1-0:1.0: 2 ports detected\n[ 0.667027] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669467] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671861] mousedev: PS/2 mouse device common for all mice\n[ 0.673387] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675614] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679847] i2c /dev entries driver\n[ 0.680777] device-mapper: uevent: version 1.0.3\n[ 0.681911] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683883] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685402] NET: Registered protocol family 10\n[ 0.686671] NET: Registered protocol family 17\n[ 0.687732] Key type dns_resolver registered\n[ 0.688826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690175] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692351] registered taskstats version 1\n[ 0.693302] Loading compiled-in X.509 certificates\n[ 0.694967] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697214] zswap: loaded using pool lzo/zbud\n[ 0.699400] Key type trusted registered\n[ 0.701182] Key type encrypted registered\n[ 0.702215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703545] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704872] evm: HMAC attrs: 0x1\n[ 0.706000] Magic number: 6:93:87\n[ 0.706931] button LNXPWRBN:00: hash matches\n[ 0.708005] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:30 UTC (1539191130)\n[ 0.710014] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711433] EDD information not available.\n[ 0.779236] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781005] ata1.00: configured for MWDMA2\n[ 0.792738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795598] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799045] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801335] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803500] Write protecting the kernel read-only data: 14336k\n[ 0.805553] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807994] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.524461] 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.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.67s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.5 OK\n"} 2018-10-10 17:07:09,241 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action used request id req-31eb6fcc-a28f-4d1d-8c23-78d00f71d86f 2018-10-10 17:07:09,242 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-3' 2018-10-10 17:07:09,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270f1d083cae409a92a69bae7019adf044ad0197" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:07:10,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:07: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-d3df57b1-a2a0-4182-af63-f101962d9e30 x-compute-request-id: req-d3df57b1-a2a0-4182-af63-f101962d9e30 Content-Encoding: gzip Content-Length: 8139 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529422594 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131752] ACPI: Core revision 20150930\n[ 0.133112] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134378] Security Framework initialized\n[ 0.135170] Yama: becoming mindful.\n[ 0.135876] AppArmor: AppArmor initialized\n[ 0.136720] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138010] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139246] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141770] Initializing cgroup subsys io\n[ 0.142553] Initializing cgroup subsys memory\n[ 0.143387] Initializing cgroup subsys devices\n[ 0.144230] Initializing cgroup subsys freezer\n[ 0.145083] Initializing cgroup subsys net_cls\n[ 0.145925] Initializing cgroup subsys perf_event\n[ 0.146806] Initializing cgroup subsys net_prio\n[ 0.147660] Initializing cgroup subsys hugetlb\n[ 0.148511] Initializing cgroup subsys pids\n[ 0.149361] CPU: Physical Processor ID: 0\n[ 0.150838] mce: CPU supports 10 MCE banks\n[ 0.151657] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152635] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163252] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169579] ftrace: allocating 31920 entries in 125 pages\n[ 0.195789] smpboot: Max logical packages: 1\n[ 0.196625] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197935] x2apic enabled\n[ 0.198725] Switched APIC routing to physical x2apic.\n[ 0.200435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203458] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205445] KVM setup paravirtual spinlock\n[ 0.206859] x86: Booted up 1 node, 1 CPUs\n[ 0.207776] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209371] devtmpfs: initialized\n[ 0.211166] evm: security.selinux\n[ 0.211962] evm: security.SMACK64\n[ 0.212744] evm: security.SMACK64EXEC\n[ 0.213590] evm: security.SMACK64TRANSMUTE\n[ 0.214516] evm: security.SMACK64MMAP\n[ 0.215376] evm: security.ima\n[ 0.216114] evm: security.capability\n[ 0.217022] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219170] pinctrl core: initialized pinctrl subsystem\n[ 0.220422] RTC time: 17:05:29, date: 10/10/18\n[ 0.221490] NET: Registered protocol family 16\n[ 0.222583] cpuidle: using governor ladder\n[ 0.223441] cpuidle: using governor menu\n[ 0.224257] PCCT header not found.\n[ 0.224987] ACPI: bus type PCI registered\n[ 0.225763] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226964] PCI: Using configuration type 1 for base access\n[ 0.228685] ACPI: Added _OSI(Module Device)\n[ 0.229505] ACPI: Added _OSI(Processor Device)\n[ 0.230342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231214] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233318] ACPI: Interpreter enabled\n[ 0.234070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241253] ACPI: (supports S0 S5)\n[ 0.241939] ACPI: Using IOAPIC for interrupt routing\n[ 0.242983] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246045] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247153] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248346] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249506] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251672] acpiphp: Slot [3] registered\n[ 0.252452] acpiphp: Slot [4] registered\n[ 0.253227] acpiphp: Slot [5] registered\n[ 0.254013] acpiphp: Slot [6] registered\n[ 0.254787] acpiphp: Slot [7] registered\n[ 0.255556] acpiphp: Slot [8] registered\n[ 0.256336] acpiphp: Slot [9] registered\n[ 0.257117] acpiphp: Slot [10] registered\n[ 0.257903] acpiphp: Slot [11] registered\n[ 0.258694] acpiphp: Slot [12] registered\n[ 0.259482] acpiphp: Slot [13] registered\n[ 0.260270] acpiphp: Slot [14] registered\n[ 0.261065] acpiphp: Slot [15] registered\n[ 0.271919] acpiphp: Slot [16] registered\n[ 0.272710] acpiphp: Slot [17] registered\n[ 0.273494] acpiphp: Slot [18] registered\n[ 0.274278] acpiphp: Slot [19] registered\n[ 0.275069] acpiphp: Slot [20] registered\n[ 0.275858] acpiphp: Slot [21] registered\n[ 0.276643] acpiphp: Slot [22] registered\n[ 0.277433] acpiphp: Slot [23] registered\n[ 0.278219] acpiphp: Slot [24] registered\n[ 0.279009] acpiphp: Slot [25] registered\n[ 0.279792] acpiphp: Slot [26] registered\n[ 0.280573] acpiphp: Slot [27] registered\n[ 0.281368] acpiphp: Slot [28] registered\n[ 0.282157] acpiphp: Slot [29] registered\n[ 0.282943] acpiphp: Slot [30] registered\n[ 0.283729] acpiphp: Slot [31] registered\n[ 0.284508] PCI host bridge to bus 0000:00\n[ 0.285295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286470] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287648] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289057] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290460] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296684] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300301] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308564] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356505] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359362] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360740] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362117] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366137] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367682] vgaarb: loaded\n[ 0.368281] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369407] SCSI subsystem initialized\n[ 0.370220] ACPI: bus type USB registered\n[ 0.371025] usbcore: registered new interface driver usbfs\n[ 0.372043] usbcore: registered new interface driver hub\n[ 0.373035] usbcore: registered new device driver usb\n[ 0.374072] PCI: Using ACPI for IRQ routing\n[ 0.375091] NetLabel: Initializing\n[ 0.375799] NetLabel: domain hash size = 128\n[ 0.376642] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377584] NetLabel: unlabeled traffic allowed by default\n[ 0.378663] clocksource: Switched to clocksource kvm-clock\n[ 0.384160] AppArmor: AppArmor Filesystem Enabled\n[ 0.385129] pnp: PnP ACPI init\n[ 0.386033] pnp: PnP ACPI: found 5 devices\n[ 0.392387] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394062] NET: Registered protocol family 2\n[ 0.395008] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396257] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398544] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399604] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400759] NET: Registered protocol family 1\n[ 0.401607] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402690] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432020] Trying to unpack rootfs image as initramfs...\n[ 0.482546] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496587] Scanning for low memory corruption every 60 seconds\n[ 0.498008] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499164] audit: initializing netlink subsys (disabled)\n[ 0.500174] audit: type=2000 audit(1539191130.420:1): initialized\n[ 0.501481] Initialise system trusted keyring\n[ 0.502415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503561] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505517] zbud: loaded\n[ 0.506220] VFS: Disk quotas dquot_6.6.0\n[ 0.507053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508555] fuse init (API version 7.23)\n[ 0.509437] Key type big_key registered\n[ 0.510231] Allocating IMA MOK and blacklist keyrings.\n[ 0.511338] Key type asymmetric registered\n[ 0.512151] Asymmetric key parser 'x509' registered\n[ 0.513085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514900] io scheduler noop registered\n[ 0.515682] io scheduler deadline registered (default)\n[ 0.516648] io scheduler cfq registered\n[ 0.517467] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518508] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519759] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521181] ACPI: Power Button [PWRF]\n[ 0.522004] GHES: HEST is not enabled!\n[ 0.535881] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570217] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600440] Linux agpgart interface v0.103\n[ 0.603128] brd: module loaded\n[ 0.604420] loop: module loaded\n[ 0.609332] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611394] GPT:90111 != 2097151\n[ 0.612324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613913] GPT:90111 != 2097151\n[ 0.614862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616252] vda: vda1 vda15\n[ 0.618116] scsi host0: ata_piix\n[ 0.619124] scsi host1: ata_piix\n[ 0.620090] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621854] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623686] libphy: Fixed MDIO Bus: probed\n[ 0.624837] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626186] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628925] PPP generic driver version 2.4.2\n[ 0.630041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631535] ehci-pci: EHCI PCI platform driver\n[ 0.632613] ehci-platform: EHCI generic platform driver\n[ 0.633841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635250] ohci-pci: OHCI PCI platform driver\n[ 0.636323] ohci-platform: OHCI generic platform driver\n[ 0.637546] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652266] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653502] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655290] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656535] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659444] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661197] usb usb1: Product: UHCI Host Controller\n[ 0.662416] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665029] hub 1-0:1.0: USB hub found\n[ 0.665957] hub 1-0:1.0: 2 ports detected\n[ 0.667027] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669467] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671861] mousedev: PS/2 mouse device common for all mice\n[ 0.673387] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675614] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679847] i2c /dev entries driver\n[ 0.680777] device-mapper: uevent: version 1.0.3\n[ 0.681911] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683883] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685402] NET: Registered protocol family 10\n[ 0.686671] NET: Registered protocol family 17\n[ 0.687732] Key type dns_resolver registered\n[ 0.688826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690175] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692351] registered taskstats version 1\n[ 0.693302] Loading compiled-in X.509 certificates\n[ 0.694967] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697214] zswap: loaded using pool lzo/zbud\n[ 0.699400] Key type trusted registered\n[ 0.701182] Key type encrypted registered\n[ 0.702215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703545] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704872] evm: HMAC attrs: 0x1\n[ 0.706000] Magic number: 6:93:87\n[ 0.706931] button LNXPWRBN:00: hash matches\n[ 0.708005] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:30 UTC (1539191130)\n[ 0.710014] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711433] EDD information not available.\n[ 0.779236] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781005] ata1.00: configured for MWDMA2\n[ 0.792738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795598] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799045] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801335] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803500] Write protecting the kernel read-only data: 14336k\n[ 0.805553] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807994] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.524461] 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.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.67s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\n"} 2018-10-10 17:07:10,313 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action used request id req-d3df57b1-a2a0-4182-af63-f101962d9e30 2018-10-10 17:07:10,314 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.14) to 'sdnvpn-1-4' (10.10.11.12). -->Expected result: cannot ping. 2018-10-10 17:07:10,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270f1d083cae409a92a69bae7019adf044ad0197" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:07:11,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:07: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-2a0f1f09-a339-4231-9379-e5a605041ef7 x-compute-request-id: req-2a0f1f09-a339-4231-9379-e5a605041ef7 Content-Encoding: gzip Content-Length: 8139 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529422594 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131752] ACPI: Core revision 20150930\n[ 0.133112] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134378] Security Framework initialized\n[ 0.135170] Yama: becoming mindful.\n[ 0.135876] AppArmor: AppArmor initialized\n[ 0.136720] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138010] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139246] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141770] Initializing cgroup subsys io\n[ 0.142553] Initializing cgroup subsys memory\n[ 0.143387] Initializing cgroup subsys devices\n[ 0.144230] Initializing cgroup subsys freezer\n[ 0.145083] Initializing cgroup subsys net_cls\n[ 0.145925] Initializing cgroup subsys perf_event\n[ 0.146806] Initializing cgroup subsys net_prio\n[ 0.147660] Initializing cgroup subsys hugetlb\n[ 0.148511] Initializing cgroup subsys pids\n[ 0.149361] CPU: Physical Processor ID: 0\n[ 0.150838] mce: CPU supports 10 MCE banks\n[ 0.151657] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152635] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163252] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169579] ftrace: allocating 31920 entries in 125 pages\n[ 0.195789] smpboot: Max logical packages: 1\n[ 0.196625] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197935] x2apic enabled\n[ 0.198725] Switched APIC routing to physical x2apic.\n[ 0.200435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203458] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205445] KVM setup paravirtual spinlock\n[ 0.206859] x86: Booted up 1 node, 1 CPUs\n[ 0.207776] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209371] devtmpfs: initialized\n[ 0.211166] evm: security.selinux\n[ 0.211962] evm: security.SMACK64\n[ 0.212744] evm: security.SMACK64EXEC\n[ 0.213590] evm: security.SMACK64TRANSMUTE\n[ 0.214516] evm: security.SMACK64MMAP\n[ 0.215376] evm: security.ima\n[ 0.216114] evm: security.capability\n[ 0.217022] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219170] pinctrl core: initialized pinctrl subsystem\n[ 0.220422] RTC time: 17:05:29, date: 10/10/18\n[ 0.221490] NET: Registered protocol family 16\n[ 0.222583] cpuidle: using governor ladder\n[ 0.223441] cpuidle: using governor menu\n[ 0.224257] PCCT header not found.\n[ 0.224987] ACPI: bus type PCI registered\n[ 0.225763] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226964] PCI: Using configuration type 1 for base access\n[ 0.228685] ACPI: Added _OSI(Module Device)\n[ 0.229505] ACPI: Added _OSI(Processor Device)\n[ 0.230342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231214] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233318] ACPI: Interpreter enabled\n[ 0.234070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241253] ACPI: (supports S0 S5)\n[ 0.241939] ACPI: Using IOAPIC for interrupt routing\n[ 0.242983] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246045] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247153] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248346] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249506] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251672] acpiphp: Slot [3] registered\n[ 0.252452] acpiphp: Slot [4] registered\n[ 0.253227] acpiphp: Slot [5] registered\n[ 0.254013] acpiphp: Slot [6] registered\n[ 0.254787] acpiphp: Slot [7] registered\n[ 0.255556] acpiphp: Slot [8] registered\n[ 0.256336] acpiphp: Slot [9] registered\n[ 0.257117] acpiphp: Slot [10] registered\n[ 0.257903] acpiphp: Slot [11] registered\n[ 0.258694] acpiphp: Slot [12] registered\n[ 0.259482] acpiphp: Slot [13] registered\n[ 0.260270] acpiphp: Slot [14] registered\n[ 0.261065] acpiphp: Slot [15] registered\n[ 0.271919] acpiphp: Slot [16] registered\n[ 0.272710] acpiphp: Slot [17] registered\n[ 0.273494] acpiphp: Slot [18] registered\n[ 0.274278] acpiphp: Slot [19] registered\n[ 0.275069] acpiphp: Slot [20] registered\n[ 0.275858] acpiphp: Slot [21] registered\n[ 0.276643] acpiphp: Slot [22] registered\n[ 0.277433] acpiphp: Slot [23] registered\n[ 0.278219] acpiphp: Slot [24] registered\n[ 0.279009] acpiphp: Slot [25] registered\n[ 0.279792] acpiphp: Slot [26] registered\n[ 0.280573] acpiphp: Slot [27] registered\n[ 0.281368] acpiphp: Slot [28] registered\n[ 0.282157] acpiphp: Slot [29] registered\n[ 0.282943] acpiphp: Slot [30] registered\n[ 0.283729] acpiphp: Slot [31] registered\n[ 0.284508] PCI host bridge to bus 0000:00\n[ 0.285295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286470] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287648] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289057] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290460] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296684] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300301] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308564] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356505] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359362] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360740] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362117] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366137] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367682] vgaarb: loaded\n[ 0.368281] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369407] SCSI subsystem initialized\n[ 0.370220] ACPI: bus type USB registered\n[ 0.371025] usbcore: registered new interface driver usbfs\n[ 0.372043] usbcore: registered new interface driver hub\n[ 0.373035] usbcore: registered new device driver usb\n[ 0.374072] PCI: Using ACPI for IRQ routing\n[ 0.375091] NetLabel: Initializing\n[ 0.375799] NetLabel: domain hash size = 128\n[ 0.376642] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377584] NetLabel: unlabeled traffic allowed by default\n[ 0.378663] clocksource: Switched to clocksource kvm-clock\n[ 0.384160] AppArmor: AppArmor Filesystem Enabled\n[ 0.385129] pnp: PnP ACPI init\n[ 0.386033] pnp: PnP ACPI: found 5 devices\n[ 0.392387] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394062] NET: Registered protocol family 2\n[ 0.395008] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396257] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398544] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399604] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400759] NET: Registered protocol family 1\n[ 0.401607] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402690] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432020] Trying to unpack rootfs image as initramfs...\n[ 0.482546] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496587] Scanning for low memory corruption every 60 seconds\n[ 0.498008] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499164] audit: initializing netlink subsys (disabled)\n[ 0.500174] audit: type=2000 audit(1539191130.420:1): initialized\n[ 0.501481] Initialise system trusted keyring\n[ 0.502415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503561] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505517] zbud: loaded\n[ 0.506220] VFS: Disk quotas dquot_6.6.0\n[ 0.507053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508555] fuse init (API version 7.23)\n[ 0.509437] Key type big_key registered\n[ 0.510231] Allocating IMA MOK and blacklist keyrings.\n[ 0.511338] Key type asymmetric registered\n[ 0.512151] Asymmetric key parser 'x509' registered\n[ 0.513085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514900] io scheduler noop registered\n[ 0.515682] io scheduler deadline registered (default)\n[ 0.516648] io scheduler cfq registered\n[ 0.517467] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518508] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519759] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521181] ACPI: Power Button [PWRF]\n[ 0.522004] GHES: HEST is not enabled!\n[ 0.535881] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570217] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600440] Linux agpgart interface v0.103\n[ 0.603128] brd: module loaded\n[ 0.604420] loop: module loaded\n[ 0.609332] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611394] GPT:90111 != 2097151\n[ 0.612324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613913] GPT:90111 != 2097151\n[ 0.614862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616252] vda: vda1 vda15\n[ 0.618116] scsi host0: ata_piix\n[ 0.619124] scsi host1: ata_piix\n[ 0.620090] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621854] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623686] libphy: Fixed MDIO Bus: probed\n[ 0.624837] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626186] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628925] PPP generic driver version 2.4.2\n[ 0.630041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631535] ehci-pci: EHCI PCI platform driver\n[ 0.632613] ehci-platform: EHCI generic platform driver\n[ 0.633841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635250] ohci-pci: OHCI PCI platform driver\n[ 0.636323] ohci-platform: OHCI generic platform driver\n[ 0.637546] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652266] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653502] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655290] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656535] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659444] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661197] usb usb1: Product: UHCI Host Controller\n[ 0.662416] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665029] hub 1-0:1.0: USB hub found\n[ 0.665957] hub 1-0:1.0: 2 ports detected\n[ 0.667027] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669467] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671861] mousedev: PS/2 mouse device common for all mice\n[ 0.673387] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675614] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679847] i2c /dev entries driver\n[ 0.680777] device-mapper: uevent: version 1.0.3\n[ 0.681911] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683883] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685402] NET: Registered protocol family 10\n[ 0.686671] NET: Registered protocol family 17\n[ 0.687732] Key type dns_resolver registered\n[ 0.688826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690175] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692351] registered taskstats version 1\n[ 0.693302] Loading compiled-in X.509 certificates\n[ 0.694967] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697214] zswap: loaded using pool lzo/zbud\n[ 0.699400] Key type trusted registered\n[ 0.701182] Key type encrypted registered\n[ 0.702215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703545] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704872] evm: HMAC attrs: 0x1\n[ 0.706000] Magic number: 6:93:87\n[ 0.706931] button LNXPWRBN:00: hash matches\n[ 0.708005] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:30 UTC (1539191130)\n[ 0.710014] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711433] EDD information not available.\n[ 0.779236] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781005] ata1.00: configured for MWDMA2\n[ 0.792738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795598] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799045] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801335] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803500] Write protecting the kernel read-only data: 14336k\n[ 0.805553] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807994] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.524461] 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.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.67s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\n"} 2018-10-10 17:07:11,387 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action used request id req-2a0f1f09-a339-4231-9379-e5a605041ef7 2018-10-10 17:07:11,388 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-10-10 17:07:11,388 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-2-net' to the VPN. 2018-10-10 17:07:11,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/60051ada-2ad7-456b-8492-4b1b5830bb84/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" -d '{"network_association": {"network_id": "58142f7d-71cc-43c1-bc7b-791b09cce25d"}}' 2018-10-10 17:07:11,948 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-3ef6d719-69c6-43f4-aa3c-a153ae8ac0b7 Date: Wed, 10 Oct 2018 17:07:11 GMT RESP BODY: {"network_association": {"network_id": "58142f7d-71cc-43c1-bc7b-791b09cce25d", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "036159fb-b481-4443-b45b-3af0c1062017"}} 2018-10-10 17:07:11,948 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/60051ada-2ad7-456b-8492-4b1b5830bb84/network_associations used request id req-3ef6d719-69c6-43f4-aa3c-a153ae8ac0b7 2018-10-10 17:07:11,949 - sdnvpn_test_utils - DEBUG - Waiting for network 60051ada-2ad7-456b-8492-4b1b5830bb84 to associate with BGPVPN cd0e6d23-ef0d-422e-868e-b50890264df1 2018-10-10 17:07:11,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/60051ada-2ad7-456b-8492-4b1b5830bb84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" 2018-10-10 17:07:12,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-4e501eed-7e5a-42a3-992e-40b45cca0dcc Date: Wed, 10 Oct 2018 17:07:12 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "60051ada-2ad7-456b-8492-4b1b5830bb84", "name": "sdnvpn-923562", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "import_targets": ["88:88"], "networks": ["58142f7d-71cc-43c1-bc7b-791b09cce25d", "cd0e6d23-ef0d-422e-868e-b50890264df1"], "route_targets": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "type": "l3"}} 2018-10-10 17:07:12,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/60051ada-2ad7-456b-8492-4b1b5830bb84 used request id req-4e501eed-7e5a-42a3-992e-40b45cca0dcc 2018-10-10 17:07:13,278 - sdnvpn_test_utils - DEBUG - Waiting for network 60051ada-2ad7-456b-8492-4b1b5830bb84 to associate with BGPVPN 58142f7d-71cc-43c1-bc7b-791b09cce25d 2018-10-10 17:07:13,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/60051ada-2ad7-456b-8492-4b1b5830bb84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" 2018-10-10 17:07:13,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-eb632b54-6049-4321-8fdd-0db74f68c1ed Date: Wed, 10 Oct 2018 17:07:13 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "60051ada-2ad7-456b-8492-4b1b5830bb84", "name": "sdnvpn-923562", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "import_targets": ["88:88"], "networks": ["58142f7d-71cc-43c1-bc7b-791b09cce25d", "cd0e6d23-ef0d-422e-868e-b50890264df1"], "route_targets": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "type": "l3"}} 2018-10-10 17:07:13,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/60051ada-2ad7-456b-8492-4b1b5830bb84 used request id req-eb632b54-6049-4321-8fdd-0db74f68c1ed 2018-10-10 17:07:14,740 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-10 17:07:44,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda45dab53d784e3e67b850f08c1317de8f3e4fb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:07:45,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:07: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-94cd9acf-49c9-492a-b6bc-63d1a3fb08ce x-compute-request-id: req-94cd9acf-49c9-492a-b6bc-63d1a3fb08ce Content-Encoding: gzip Content-Length: 8126 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498489787 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136052] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138011] pid_max: default: 32768 minimum: 301\n[ 0.139060] ACPI: Core revision 20150930\n[ 0.140564] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142087] Security Framework initialized\n[ 0.143061] Yama: becoming mindful.\n[ 0.143925] AppArmor: AppArmor initialized\n[ 0.144892] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146455] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148000] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149423] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151049] Initializing cgroup subsys io\n[ 0.151996] Initializing cgroup subsys memory\n[ 0.152999] Initializing cgroup subsys devices\n[ 0.154043] Initializing cgroup subsys freezer\n[ 0.155064] Initializing cgroup subsys net_cls\n[ 0.156100] Initializing cgroup subsys perf_event\n[ 0.157182] Initializing cgroup subsys net_prio\n[ 0.158209] Initializing cgroup subsys hugetlb\n[ 0.159259] Initializing cgroup subsys pids\n[ 0.160273] CPU: Physical Processor ID: 0\n[ 0.161932] mce: CPU supports 10 MCE banks\n[ 0.162943] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164126] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174919] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181580] ftrace: allocating 31920 entries in 125 pages\n[ 0.207526] smpboot: Max logical packages: 1\n[ 0.208549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210076] x2apic enabled\n[ 0.211006] Switched APIC routing to physical x2apic.\n[ 0.212909] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214188] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216450] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218527] KVM setup paravirtual spinlock\n[ 0.219945] x86: Booted up 1 node, 1 CPUs\n[ 0.220884] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222535] devtmpfs: initialized\n[ 0.224344] evm: security.selinux\n[ 0.225140] evm: security.SMACK64\n[ 0.225945] evm: security.SMACK64EXEC\n[ 0.226816] evm: security.SMACK64TRANSMUTE\n[ 0.227764] evm: security.SMACK64MMAP\n[ 0.228655] evm: security.ima\n[ 0.229384] evm: security.capability\n[ 0.230306] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232502] pinctrl core: initialized pinctrl subsystem\n[ 0.233822] RTC time: 17:05:16, date: 10/10/18\n[ 0.234916] NET: Registered protocol family 16\n[ 0.236030] cpuidle: using governor ladder\n[ 0.237022] cpuidle: using governor menu\n[ 0.237940] PCCT header not found.\n[ 0.238807] ACPI: bus type PCI registered\n[ 0.239738] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241211] PCI: Using configuration type 1 for base access\n[ 0.243155] ACPI: Added _OSI(Module Device)\n[ 0.244135] ACPI: Added _OSI(Processor Device)\n[ 0.245161] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246226] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248527] ACPI: Interpreter enabled\n[ 0.249421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255845] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257952] ACPI: (supports S0 S5)\n[ 0.258900] ACPI: Using IOAPIC for interrupt routing\n[ 0.259968] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263285] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264646] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266059] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267427] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269970] acpiphp: Slot [3] registered\n[ 0.270883] acpiphp: Slot [4] registered\n[ 0.271812] acpiphp: Slot [5] registered\n[ 0.272742] acpiphp: Slot [6] registered\n[ 0.273685] acpiphp: Slot [7] registered\n[ 0.274610] acpiphp: Slot [8] registered\n[ 0.275541] acpiphp: Slot [9] registered\n[ 0.276462] acpiphp: Slot [10] registered\n[ 0.277399] acpiphp: Slot [11] registered\n[ 0.278338] acpiphp: Slot [12] registered\n[ 0.279274] acpiphp: Slot [13] registered\n[ 0.280219] acpiphp: Slot [14] registered\n[ 0.281161] acpiphp: Slot [15] registered\n[ 0.291732] acpiphp: Slot [16] registered\n[ 0.292719] acpiphp: Slot [17] registered\n[ 0.293671] acpiphp: Slot [18] registered\n[ 0.294588] acpiphp: Slot [19] registered\n[ 0.295499] acpiphp: Slot [20] registered\n[ 0.296422] acpiphp: Slot [21] registered\n[ 0.297338] acpiphp: Slot [22] registered\n[ 0.298247] acpiphp: Slot [23] registered\n[ 0.299192] acpiphp: Slot [24] registered\n[ 0.300110] acpiphp: Slot [25] registered\n[ 0.301034] acpiphp: Slot [26] registered\n[ 0.301998] acpiphp: Slot [27] registered\n[ 0.302962] acpiphp: Slot [28] registered\n[ 0.303880] acpiphp: Slot [29] registered\n[ 0.304795] acpiphp: Slot [30] registered\n[ 0.305716] acpiphp: Slot [31] registered\n[ 0.306661] PCI host bridge to bus 0000:00\n[ 0.307583] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308972] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310401] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312055] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313733] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320018] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321491] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333102] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380734] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.382354] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383966] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.388158] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.389583] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.390891] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.392094] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393931] vgaarb: loaded\n[ 0.394632] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395892] SCSI subsystem initialized\n[ 0.396833] ACPI: bus type USB registered\n[ 0.397752] usbcore: registered new interface driver usbfs\n[ 0.398927] usbcore: registered new interface driver hub\n[ 0.400098] usbcore: registered new device driver usb\n[ 0.401279] PCI: Using ACPI for IRQ routing\n[ 0.402433] NetLabel: Initializing\n[ 0.403268] NetLabel: domain hash size = 128\n[ 0.404258] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405365] NetLabel: unlabeled traffic allowed by default\n[ 0.406597] clocksource: Switched to clocksource kvm-clock\n[ 0.412127] AppArmor: AppArmor Filesystem Enabled\n[ 0.413296] pnp: PnP ACPI init\n[ 0.414306] pnp: PnP ACPI: found 5 devices\n[ 0.420769] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422787] NET: Registered protocol family 2\n[ 0.423903] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425369] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426747] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428093] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429347] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430690] NET: Registered protocol family 1\n[ 0.431685] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432969] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434223] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448533] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462999] Trying to unpack rootfs image as initramfs...\n[ 0.512222] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526468] Scanning for low memory corruption every 60 seconds\n[ 0.527988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529443] audit: initializing netlink subsys (disabled)\n[ 0.530739] audit: type=2000 audit(1539191117.466:1): initialized\n[ 0.532368] Initialise system trusted keyring\n[ 0.533499] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535006] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537212] zbud: loaded\n[ 0.538044] VFS: Disk quotas dquot_6.6.0\n[ 0.539080] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540922] fuse init (API version 7.23)\n[ 0.541975] Key type big_key registered\n[ 0.542955] Allocating IMA MOK and blacklist keyrings.\n[ 0.544329] Key type asymmetric registered\n[ 0.545381] Asymmetric key parser 'x509' registered\n[ 0.546583] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548815] io scheduler noop registered\n[ 0.549835] io scheduler deadline registered (default)\n[ 0.551078] io scheduler cfq registered\n[ 0.552087] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553410] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555003] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556831] ACPI: Power Button [PWRF]\n[ 0.557854] GHES: HEST is not enabled!\n[ 0.571621] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.601604] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605045] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628249] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.630722] Linux agpgart interface v0.103\n[ 0.632895] brd: module loaded\n[ 0.634227] loop: module loaded\n[ 0.639806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641243] GPT:90111 != 2097151\n[ 0.641901] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642975] GPT:90111 != 2097151\n[ 0.643640] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644577] vda: vda1 vda15\n[ 0.646301] scsi host0: ata_piix\n[ 0.647034] scsi host1: ata_piix\n[ 0.647728] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648903] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.650321] libphy: Fixed MDIO Bus: probed\n[ 0.651120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.652043] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654187] PPP generic driver version 2.4.2\n[ 0.655069] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656300] ehci-pci: EHCI PCI platform driver\n[ 0.657148] ehci-platform: EHCI generic platform driver\n[ 0.658102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659193] ohci-pci: OHCI PCI platform driver\n[ 0.660039] ohci-platform: OHCI generic platform driver\n[ 0.660995] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.676004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.677152] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678920] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.680110] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.681599] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.682956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684624] usb usb1: Product: UHCI Host Controller\n[ 0.686895] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688371] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689464] hub 1-0:1.0: USB hub found\n[ 0.690413] hub 1-0:1.0: 2 ports detected\n[ 0.691476] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693890] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695821] mousedev: PS/2 mouse device common for all mice\n[ 0.697042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698846] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699912] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.701066] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.702222] i2c /dev entries driver\n[ 0.702974] device-mapper: uevent: version 1.0.3\n[ 0.703886] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.705464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706751] NET: Registered protocol family 10\n[ 0.707759] NET: Registered protocol family 17\n[ 0.708629] Key type dns_resolver registered\n[ 0.709543] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710615] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.712323] registered taskstats version 1\n[ 0.713124] Loading compiled-in X.509 certificates\n[ 0.714547] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716348] zswap: loaded using pool lzo/zbud\n[ 0.718227] Key type trusted registered\n[ 0.719771] Key type encrypted registered\n[ 0.720580] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721576] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722579] evm: HMAC attrs: 0x1\n[ 0.723522] Magic number: 6:93:87\n[ 0.724265] button LNXPWRBN:00: hash matches\n[ 0.725155] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:17 UTC (1539191117)\n[ 0.726719] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727795] EDD information not available.\n[ 0.803280] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804716] ata1.00: configured for MWDMA2\n[ 0.816437] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.818566] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820985] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822832] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.824316] Write protecting the kernel read-only data: 14336k\n[ 0.825850] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827622] 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.201791] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.01s]\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\n"} 2018-10-10 17:07:45,853 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3/action used request id req-94cd9acf-49c9-492a-b6bc-63d1a3fb08ce 2018-10-10 17:07:45,854 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-4' (10.10.11.12) to 'sdnvpn-1-5' (10.10.11.9). -->Expected result: can ping. 2018-10-10 17:07:45,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda45dab53d784e3e67b850f08c1317de8f3e4fb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:07:46,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:07: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-b9831de2-bb74-4931-aa98-021099bdc76e x-compute-request-id: req-b9831de2-bb74-4931-aa98-021099bdc76e Content-Encoding: gzip Content-Length: 8126 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498489787 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136052] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138011] pid_max: default: 32768 minimum: 301\n[ 0.139060] ACPI: Core revision 20150930\n[ 0.140564] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142087] Security Framework initialized\n[ 0.143061] Yama: becoming mindful.\n[ 0.143925] AppArmor: AppArmor initialized\n[ 0.144892] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146455] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148000] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149423] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151049] Initializing cgroup subsys io\n[ 0.151996] Initializing cgroup subsys memory\n[ 0.152999] Initializing cgroup subsys devices\n[ 0.154043] Initializing cgroup subsys freezer\n[ 0.155064] Initializing cgroup subsys net_cls\n[ 0.156100] Initializing cgroup subsys perf_event\n[ 0.157182] Initializing cgroup subsys net_prio\n[ 0.158209] Initializing cgroup subsys hugetlb\n[ 0.159259] Initializing cgroup subsys pids\n[ 0.160273] CPU: Physical Processor ID: 0\n[ 0.161932] mce: CPU supports 10 MCE banks\n[ 0.162943] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164126] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174919] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181580] ftrace: allocating 31920 entries in 125 pages\n[ 0.207526] smpboot: Max logical packages: 1\n[ 0.208549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210076] x2apic enabled\n[ 0.211006] Switched APIC routing to physical x2apic.\n[ 0.212909] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214188] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216450] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218527] KVM setup paravirtual spinlock\n[ 0.219945] x86: Booted up 1 node, 1 CPUs\n[ 0.220884] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222535] devtmpfs: initialized\n[ 0.224344] evm: security.selinux\n[ 0.225140] evm: security.SMACK64\n[ 0.225945] evm: security.SMACK64EXEC\n[ 0.226816] evm: security.SMACK64TRANSMUTE\n[ 0.227764] evm: security.SMACK64MMAP\n[ 0.228655] evm: security.ima\n[ 0.229384] evm: security.capability\n[ 0.230306] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232502] pinctrl core: initialized pinctrl subsystem\n[ 0.233822] RTC time: 17:05:16, date: 10/10/18\n[ 0.234916] NET: Registered protocol family 16\n[ 0.236030] cpuidle: using governor ladder\n[ 0.237022] cpuidle: using governor menu\n[ 0.237940] PCCT header not found.\n[ 0.238807] ACPI: bus type PCI registered\n[ 0.239738] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241211] PCI: Using configuration type 1 for base access\n[ 0.243155] ACPI: Added _OSI(Module Device)\n[ 0.244135] ACPI: Added _OSI(Processor Device)\n[ 0.245161] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246226] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248527] ACPI: Interpreter enabled\n[ 0.249421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255845] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257952] ACPI: (supports S0 S5)\n[ 0.258900] ACPI: Using IOAPIC for interrupt routing\n[ 0.259968] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263285] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264646] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266059] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267427] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269970] acpiphp: Slot [3] registered\n[ 0.270883] acpiphp: Slot [4] registered\n[ 0.271812] acpiphp: Slot [5] registered\n[ 0.272742] acpiphp: Slot [6] registered\n[ 0.273685] acpiphp: Slot [7] registered\n[ 0.274610] acpiphp: Slot [8] registered\n[ 0.275541] acpiphp: Slot [9] registered\n[ 0.276462] acpiphp: Slot [10] registered\n[ 0.277399] acpiphp: Slot [11] registered\n[ 0.278338] acpiphp: Slot [12] registered\n[ 0.279274] acpiphp: Slot [13] registered\n[ 0.280219] acpiphp: Slot [14] registered\n[ 0.281161] acpiphp: Slot [15] registered\n[ 0.291732] acpiphp: Slot [16] registered\n[ 0.292719] acpiphp: Slot [17] registered\n[ 0.293671] acpiphp: Slot [18] registered\n[ 0.294588] acpiphp: Slot [19] registered\n[ 0.295499] acpiphp: Slot [20] registered\n[ 0.296422] acpiphp: Slot [21] registered\n[ 0.297338] acpiphp: Slot [22] registered\n[ 0.298247] acpiphp: Slot [23] registered\n[ 0.299192] acpiphp: Slot [24] registered\n[ 0.300110] acpiphp: Slot [25] registered\n[ 0.301034] acpiphp: Slot [26] registered\n[ 0.301998] acpiphp: Slot [27] registered\n[ 0.302962] acpiphp: Slot [28] registered\n[ 0.303880] acpiphp: Slot [29] registered\n[ 0.304795] acpiphp: Slot [30] registered\n[ 0.305716] acpiphp: Slot [31] registered\n[ 0.306661] PCI host bridge to bus 0000:00\n[ 0.307583] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308972] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310401] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312055] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313733] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320018] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321491] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333102] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380734] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.382354] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383966] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.388158] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.389583] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.390891] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.392094] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393931] vgaarb: loaded\n[ 0.394632] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395892] SCSI subsystem initialized\n[ 0.396833] ACPI: bus type USB registered\n[ 0.397752] usbcore: registered new interface driver usbfs\n[ 0.398927] usbcore: registered new interface driver hub\n[ 0.400098] usbcore: registered new device driver usb\n[ 0.401279] PCI: Using ACPI for IRQ routing\n[ 0.402433] NetLabel: Initializing\n[ 0.403268] NetLabel: domain hash size = 128\n[ 0.404258] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405365] NetLabel: unlabeled traffic allowed by default\n[ 0.406597] clocksource: Switched to clocksource kvm-clock\n[ 0.412127] AppArmor: AppArmor Filesystem Enabled\n[ 0.413296] pnp: PnP ACPI init\n[ 0.414306] pnp: PnP ACPI: found 5 devices\n[ 0.420769] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422787] NET: Registered protocol family 2\n[ 0.423903] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425369] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426747] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428093] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429347] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430690] NET: Registered protocol family 1\n[ 0.431685] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432969] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434223] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448533] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462999] Trying to unpack rootfs image as initramfs...\n[ 0.512222] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526468] Scanning for low memory corruption every 60 seconds\n[ 0.527988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529443] audit: initializing netlink subsys (disabled)\n[ 0.530739] audit: type=2000 audit(1539191117.466:1): initialized\n[ 0.532368] Initialise system trusted keyring\n[ 0.533499] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535006] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537212] zbud: loaded\n[ 0.538044] VFS: Disk quotas dquot_6.6.0\n[ 0.539080] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540922] fuse init (API version 7.23)\n[ 0.541975] Key type big_key registered\n[ 0.542955] Allocating IMA MOK and blacklist keyrings.\n[ 0.544329] Key type asymmetric registered\n[ 0.545381] Asymmetric key parser 'x509' registered\n[ 0.546583] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548815] io scheduler noop registered\n[ 0.549835] io scheduler deadline registered (default)\n[ 0.551078] io scheduler cfq registered\n[ 0.552087] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553410] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555003] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556831] ACPI: Power Button [PWRF]\n[ 0.557854] GHES: HEST is not enabled!\n[ 0.571621] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.601604] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605045] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628249] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.630722] Linux agpgart interface v0.103\n[ 0.632895] brd: module loaded\n[ 0.634227] loop: module loaded\n[ 0.639806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641243] GPT:90111 != 2097151\n[ 0.641901] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642975] GPT:90111 != 2097151\n[ 0.643640] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644577] vda: vda1 vda15\n[ 0.646301] scsi host0: ata_piix\n[ 0.647034] scsi host1: ata_piix\n[ 0.647728] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648903] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.650321] libphy: Fixed MDIO Bus: probed\n[ 0.651120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.652043] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654187] PPP generic driver version 2.4.2\n[ 0.655069] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656300] ehci-pci: EHCI PCI platform driver\n[ 0.657148] ehci-platform: EHCI generic platform driver\n[ 0.658102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659193] ohci-pci: OHCI PCI platform driver\n[ 0.660039] ohci-platform: OHCI generic platform driver\n[ 0.660995] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.676004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.677152] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678920] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.680110] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.681599] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.682956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684624] usb usb1: Product: UHCI Host Controller\n[ 0.686895] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688371] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689464] hub 1-0:1.0: USB hub found\n[ 0.690413] hub 1-0:1.0: 2 ports detected\n[ 0.691476] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693890] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695821] mousedev: PS/2 mouse device common for all mice\n[ 0.697042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698846] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699912] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.701066] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.702222] i2c /dev entries driver\n[ 0.702974] device-mapper: uevent: version 1.0.3\n[ 0.703886] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.705464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706751] NET: Registered protocol family 10\n[ 0.707759] NET: Registered protocol family 17\n[ 0.708629] Key type dns_resolver registered\n[ 0.709543] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710615] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.712323] registered taskstats version 1\n[ 0.713124] Loading compiled-in X.509 certificates\n[ 0.714547] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716348] zswap: loaded using pool lzo/zbud\n[ 0.718227] Key type trusted registered\n[ 0.719771] Key type encrypted registered\n[ 0.720580] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721576] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722579] evm: HMAC attrs: 0x1\n[ 0.723522] Magic number: 6:93:87\n[ 0.724265] button LNXPWRBN:00: hash matches\n[ 0.725155] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:17 UTC (1539191117)\n[ 0.726719] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727795] EDD information not available.\n[ 0.803280] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804716] ata1.00: configured for MWDMA2\n[ 0.816437] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.818566] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820985] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822832] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.824316] Write protecting the kernel read-only data: 14336k\n[ 0.825850] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827622] 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.201791] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.01s]\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\n"} 2018-10-10 17:07:46,934 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3/action used request id req-b9831de2-bb74-4931-aa98-021099bdc76e 2018-10-10 17:07:46,935 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-4' can ping 'sdnvpn-1-5' 2018-10-10 17:07:46,935 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-10-10 17:07:46,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/60051ada-2ad7-456b-8492-4b1b5830bb84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" 2018-10-10 17:07:47,603 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c85f40c3-9e4b-4881-bc33-99fb02f4c125 Content-Length: 0 Date: Wed, 10 Oct 2018 17:07:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:07:47,603 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/60051ada-2ad7-456b-8492-4b1b5830bb84 used request id req-c85f40c3-9e4b-4881-bc33-99fb02f4c125 2018-10-10 17:08:17,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-923562", "route_distinguishers": "11:11"}}' 2018-10-10 17:08:17,988 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-901d0720-6258-4322-8767-a8f190fedd81 Date: Wed, 10 Oct 2018 17:08:17 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "845e9fba-e507-48b7-8f1f-83c7b307e69c", "name": "sdnvpn-923562", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "type": "l3"}} 2018-10-10 17:08:17,988 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns used request id req-901d0720-6258-4322-8767-a8f190fedd81 2018-10-10 17:08:17,989 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-923562', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'd00928b339b74d1eac5a92b45f495878', u'route_targets': [], u'project_id': u'd00928b339b74d1eac5a92b45f495878', u'type': u'l3', u'id': u'845e9fba-e507-48b7-8f1f-83c7b307e69c'}} 2018-10-10 17:08:17,989 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-10-10 17:08:17,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/845e9fba-e507-48b7-8f1f-83c7b307e69c/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" -d '{"network_association": {"network_id": "cd0e6d23-ef0d-422e-868e-b50890264df1"}}' 2018-10-10 17:08:18,619 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-4c3a2076-f966-4aa5-9960-264b69f47bef Date: Wed, 10 Oct 2018 17:08:18 GMT RESP BODY: {"network_association": {"network_id": "cd0e6d23-ef0d-422e-868e-b50890264df1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "81d57ee8-680a-42ed-a608-956edb167f32"}} 2018-10-10 17:08:18,619 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/845e9fba-e507-48b7-8f1f-83c7b307e69c/network_associations used request id req-4c3a2076-f966-4aa5-9960-264b69f47bef 2018-10-10 17:08:18,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/845e9fba-e507-48b7-8f1f-83c7b307e69c/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" -d '{"network_association": {"network_id": "58142f7d-71cc-43c1-bc7b-791b09cce25d"}}' 2018-10-10 17:08:19,337 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-225a27ec-dbdf-4b83-84a0-42b9dcbfb573 Date: Wed, 10 Oct 2018 17:08:19 GMT RESP BODY: {"network_association": {"network_id": "58142f7d-71cc-43c1-bc7b-791b09cce25d", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "ef184fc0-45cf-4852-9183-1f8c798b82ee"}} 2018-10-10 17:08:19,338 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/845e9fba-e507-48b7-8f1f-83c7b307e69c/network_associations used request id req-225a27ec-dbdf-4b83-84a0-42b9dcbfb573 2018-10-10 17:08:19,338 - sdnvpn_test_utils - DEBUG - Waiting for network 845e9fba-e507-48b7-8f1f-83c7b307e69c to associate with BGPVPN cd0e6d23-ef0d-422e-868e-b50890264df1 2018-10-10 17:08:19,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/845e9fba-e507-48b7-8f1f-83c7b307e69c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" 2018-10-10 17:08:19,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-95c90148-7ea1-4679-b759-7ba175b8c9e4 Date: Wed, 10 Oct 2018 17:08:19 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "845e9fba-e507-48b7-8f1f-83c7b307e69c", "name": "sdnvpn-923562", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "import_targets": ["88:88"], "networks": ["58142f7d-71cc-43c1-bc7b-791b09cce25d", "cd0e6d23-ef0d-422e-868e-b50890264df1"], "route_targets": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "type": "l3"}} 2018-10-10 17:08:19,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/845e9fba-e507-48b7-8f1f-83c7b307e69c used request id req-95c90148-7ea1-4679-b759-7ba175b8c9e4 2018-10-10 17:08:20,504 - sdnvpn_test_utils - DEBUG - Waiting for network 845e9fba-e507-48b7-8f1f-83c7b307e69c to associate with BGPVPN 58142f7d-71cc-43c1-bc7b-791b09cce25d 2018-10-10 17:08:20,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/845e9fba-e507-48b7-8f1f-83c7b307e69c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" 2018-10-10 17:08:20,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-de68d999-0003-422a-932b-eab76e99e7f0 Date: Wed, 10 Oct 2018 17:08:20 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "845e9fba-e507-48b7-8f1f-83c7b307e69c", "name": "sdnvpn-923562", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "import_targets": ["88:88"], "networks": ["58142f7d-71cc-43c1-bc7b-791b09cce25d", "cd0e6d23-ef0d-422e-868e-b50890264df1"], "route_targets": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "type": "l3"}} 2018-10-10 17:08:20,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/845e9fba-e507-48b7-8f1f-83c7b307e69c used request id req-de68d999-0003-422a-932b-eab76e99e7f0 2018-10-10 17:08:21,678 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-10 17:08:51,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270f1d083cae409a92a69bae7019adf044ad0197" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:08:52,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:08: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-287bbdf7-02eb-436f-8950-bed4dce370aa x-compute-request-id: req-287bbdf7-02eb-436f-8950-bed4dce370aa Content-Encoding: gzip Content-Length: 8148 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529422594 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131752] ACPI: Core revision 20150930\n[ 0.133112] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134378] Security Framework initialized\n[ 0.135170] Yama: becoming mindful.\n[ 0.135876] AppArmor: AppArmor initialized\n[ 0.136720] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138010] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139246] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141770] Initializing cgroup subsys io\n[ 0.142553] Initializing cgroup subsys memory\n[ 0.143387] Initializing cgroup subsys devices\n[ 0.144230] Initializing cgroup subsys freezer\n[ 0.145083] Initializing cgroup subsys net_cls\n[ 0.145925] Initializing cgroup subsys perf_event\n[ 0.146806] Initializing cgroup subsys net_prio\n[ 0.147660] Initializing cgroup subsys hugetlb\n[ 0.148511] Initializing cgroup subsys pids\n[ 0.149361] CPU: Physical Processor ID: 0\n[ 0.150838] mce: CPU supports 10 MCE banks\n[ 0.151657] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152635] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163252] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169579] ftrace: allocating 31920 entries in 125 pages\n[ 0.195789] smpboot: Max logical packages: 1\n[ 0.196625] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197935] x2apic enabled\n[ 0.198725] Switched APIC routing to physical x2apic.\n[ 0.200435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203458] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205445] KVM setup paravirtual spinlock\n[ 0.206859] x86: Booted up 1 node, 1 CPUs\n[ 0.207776] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209371] devtmpfs: initialized\n[ 0.211166] evm: security.selinux\n[ 0.211962] evm: security.SMACK64\n[ 0.212744] evm: security.SMACK64EXEC\n[ 0.213590] evm: security.SMACK64TRANSMUTE\n[ 0.214516] evm: security.SMACK64MMAP\n[ 0.215376] evm: security.ima\n[ 0.216114] evm: security.capability\n[ 0.217022] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219170] pinctrl core: initialized pinctrl subsystem\n[ 0.220422] RTC time: 17:05:29, date: 10/10/18\n[ 0.221490] NET: Registered protocol family 16\n[ 0.222583] cpuidle: using governor ladder\n[ 0.223441] cpuidle: using governor menu\n[ 0.224257] PCCT header not found.\n[ 0.224987] ACPI: bus type PCI registered\n[ 0.225763] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226964] PCI: Using configuration type 1 for base access\n[ 0.228685] ACPI: Added _OSI(Module Device)\n[ 0.229505] ACPI: Added _OSI(Processor Device)\n[ 0.230342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231214] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233318] ACPI: Interpreter enabled\n[ 0.234070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241253] ACPI: (supports S0 S5)\n[ 0.241939] ACPI: Using IOAPIC for interrupt routing\n[ 0.242983] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246045] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247153] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248346] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249506] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251672] acpiphp: Slot [3] registered\n[ 0.252452] acpiphp: Slot [4] registered\n[ 0.253227] acpiphp: Slot [5] registered\n[ 0.254013] acpiphp: Slot [6] registered\n[ 0.254787] acpiphp: Slot [7] registered\n[ 0.255556] acpiphp: Slot [8] registered\n[ 0.256336] acpiphp: Slot [9] registered\n[ 0.257117] acpiphp: Slot [10] registered\n[ 0.257903] acpiphp: Slot [11] registered\n[ 0.258694] acpiphp: Slot [12] registered\n[ 0.259482] acpiphp: Slot [13] registered\n[ 0.260270] acpiphp: Slot [14] registered\n[ 0.261065] acpiphp: Slot [15] registered\n[ 0.271919] acpiphp: Slot [16] registered\n[ 0.272710] acpiphp: Slot [17] registered\n[ 0.273494] acpiphp: Slot [18] registered\n[ 0.274278] acpiphp: Slot [19] registered\n[ 0.275069] acpiphp: Slot [20] registered\n[ 0.275858] acpiphp: Slot [21] registered\n[ 0.276643] acpiphp: Slot [22] registered\n[ 0.277433] acpiphp: Slot [23] registered\n[ 0.278219] acpiphp: Slot [24] registered\n[ 0.279009] acpiphp: Slot [25] registered\n[ 0.279792] acpiphp: Slot [26] registered\n[ 0.280573] acpiphp: Slot [27] registered\n[ 0.281368] acpiphp: Slot [28] registered\n[ 0.282157] acpiphp: Slot [29] registered\n[ 0.282943] acpiphp: Slot [30] registered\n[ 0.283729] acpiphp: Slot [31] registered\n[ 0.284508] PCI host bridge to bus 0000:00\n[ 0.285295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286470] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287648] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289057] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290460] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296684] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300301] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308564] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356505] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359362] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360740] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362117] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366137] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367682] vgaarb: loaded\n[ 0.368281] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369407] SCSI subsystem initialized\n[ 0.370220] ACPI: bus type USB registered\n[ 0.371025] usbcore: registered new interface driver usbfs\n[ 0.372043] usbcore: registered new interface driver hub\n[ 0.373035] usbcore: registered new device driver usb\n[ 0.374072] PCI: Using ACPI for IRQ routing\n[ 0.375091] NetLabel: Initializing\n[ 0.375799] NetLabel: domain hash size = 128\n[ 0.376642] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377584] NetLabel: unlabeled traffic allowed by default\n[ 0.378663] clocksource: Switched to clocksource kvm-clock\n[ 0.384160] AppArmor: AppArmor Filesystem Enabled\n[ 0.385129] pnp: PnP ACPI init\n[ 0.386033] pnp: PnP ACPI: found 5 devices\n[ 0.392387] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394062] NET: Registered protocol family 2\n[ 0.395008] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396257] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398544] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399604] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400759] NET: Registered protocol family 1\n[ 0.401607] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402690] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432020] Trying to unpack rootfs image as initramfs...\n[ 0.482546] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496587] Scanning for low memory corruption every 60 seconds\n[ 0.498008] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499164] audit: initializing netlink subsys (disabled)\n[ 0.500174] audit: type=2000 audit(1539191130.420:1): initialized\n[ 0.501481] Initialise system trusted keyring\n[ 0.502415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503561] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505517] zbud: loaded\n[ 0.506220] VFS: Disk quotas dquot_6.6.0\n[ 0.507053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508555] fuse init (API version 7.23)\n[ 0.509437] Key type big_key registered\n[ 0.510231] Allocating IMA MOK and blacklist keyrings.\n[ 0.511338] Key type asymmetric registered\n[ 0.512151] Asymmetric key parser 'x509' registered\n[ 0.513085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514900] io scheduler noop registered\n[ 0.515682] io scheduler deadline registered (default)\n[ 0.516648] io scheduler cfq registered\n[ 0.517467] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518508] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519759] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521181] ACPI: Power Button [PWRF]\n[ 0.522004] GHES: HEST is not enabled!\n[ 0.535881] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570217] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600440] Linux agpgart interface v0.103\n[ 0.603128] brd: module loaded\n[ 0.604420] loop: module loaded\n[ 0.609332] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611394] GPT:90111 != 2097151\n[ 0.612324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613913] GPT:90111 != 2097151\n[ 0.614862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616252] vda: vda1 vda15\n[ 0.618116] scsi host0: ata_piix\n[ 0.619124] scsi host1: ata_piix\n[ 0.620090] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621854] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623686] libphy: Fixed MDIO Bus: probed\n[ 0.624837] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626186] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628925] PPP generic driver version 2.4.2\n[ 0.630041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631535] ehci-pci: EHCI PCI platform driver\n[ 0.632613] ehci-platform: EHCI generic platform driver\n[ 0.633841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635250] ohci-pci: OHCI PCI platform driver\n[ 0.636323] ohci-platform: OHCI generic platform driver\n[ 0.637546] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652266] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653502] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655290] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656535] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659444] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661197] usb usb1: Product: UHCI Host Controller\n[ 0.662416] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665029] hub 1-0:1.0: USB hub found\n[ 0.665957] hub 1-0:1.0: 2 ports detected\n[ 0.667027] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669467] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671861] mousedev: PS/2 mouse device common for all mice\n[ 0.673387] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675614] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679847] i2c /dev entries driver\n[ 0.680777] device-mapper: uevent: version 1.0.3\n[ 0.681911] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683883] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685402] NET: Registered protocol family 10\n[ 0.686671] NET: Registered protocol family 17\n[ 0.687732] Key type dns_resolver registered\n[ 0.688826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690175] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692351] registered taskstats version 1\n[ 0.693302] Loading compiled-in X.509 certificates\n[ 0.694967] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697214] zswap: loaded using pool lzo/zbud\n[ 0.699400] Key type trusted registered\n[ 0.701182] Key type encrypted registered\n[ 0.702215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703545] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704872] evm: HMAC attrs: 0x1\n[ 0.706000] Magic number: 6:93:87\n[ 0.706931] button LNXPWRBN:00: hash matches\n[ 0.708005] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:30 UTC (1539191130)\n[ 0.710014] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711433] EDD information not available.\n[ 0.779236] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781005] ata1.00: configured for MWDMA2\n[ 0.792738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795598] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799045] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801335] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803500] Write protecting the kernel read-only data: 14336k\n[ 0.805553] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807994] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.524461] 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.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.67s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\nping 10.10.11.9 KO\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"} 2018-10-10 17:08:52,830 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action used request id req-287bbdf7-02eb-436f-8950-bed4dce370aa 2018-10-10 17:08:52,831 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.14) to 'sdnvpn-1-4' (10.10.11.12). -->Expected result: can ping. 2018-10-10 17:08:52,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270f1d083cae409a92a69bae7019adf044ad0197" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:08:53,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:08: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-e1968a99-9163-46b8-a425-f4f69d2953e4 x-compute-request-id: req-e1968a99-9163-46b8-a425-f4f69d2953e4 Content-Encoding: gzip Content-Length: 8148 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529422594 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131752] ACPI: Core revision 20150930\n[ 0.133112] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134378] Security Framework initialized\n[ 0.135170] Yama: becoming mindful.\n[ 0.135876] AppArmor: AppArmor initialized\n[ 0.136720] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138010] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139246] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141770] Initializing cgroup subsys io\n[ 0.142553] Initializing cgroup subsys memory\n[ 0.143387] Initializing cgroup subsys devices\n[ 0.144230] Initializing cgroup subsys freezer\n[ 0.145083] Initializing cgroup subsys net_cls\n[ 0.145925] Initializing cgroup subsys perf_event\n[ 0.146806] Initializing cgroup subsys net_prio\n[ 0.147660] Initializing cgroup subsys hugetlb\n[ 0.148511] Initializing cgroup subsys pids\n[ 0.149361] CPU: Physical Processor ID: 0\n[ 0.150838] mce: CPU supports 10 MCE banks\n[ 0.151657] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152635] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163252] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169579] ftrace: allocating 31920 entries in 125 pages\n[ 0.195789] smpboot: Max logical packages: 1\n[ 0.196625] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197935] x2apic enabled\n[ 0.198725] Switched APIC routing to physical x2apic.\n[ 0.200435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203458] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205445] KVM setup paravirtual spinlock\n[ 0.206859] x86: Booted up 1 node, 1 CPUs\n[ 0.207776] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209371] devtmpfs: initialized\n[ 0.211166] evm: security.selinux\n[ 0.211962] evm: security.SMACK64\n[ 0.212744] evm: security.SMACK64EXEC\n[ 0.213590] evm: security.SMACK64TRANSMUTE\n[ 0.214516] evm: security.SMACK64MMAP\n[ 0.215376] evm: security.ima\n[ 0.216114] evm: security.capability\n[ 0.217022] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219170] pinctrl core: initialized pinctrl subsystem\n[ 0.220422] RTC time: 17:05:29, date: 10/10/18\n[ 0.221490] NET: Registered protocol family 16\n[ 0.222583] cpuidle: using governor ladder\n[ 0.223441] cpuidle: using governor menu\n[ 0.224257] PCCT header not found.\n[ 0.224987] ACPI: bus type PCI registered\n[ 0.225763] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226964] PCI: Using configuration type 1 for base access\n[ 0.228685] ACPI: Added _OSI(Module Device)\n[ 0.229505] ACPI: Added _OSI(Processor Device)\n[ 0.230342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231214] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233318] ACPI: Interpreter enabled\n[ 0.234070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241253] ACPI: (supports S0 S5)\n[ 0.241939] ACPI: Using IOAPIC for interrupt routing\n[ 0.242983] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246045] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247153] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248346] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249506] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251672] acpiphp: Slot [3] registered\n[ 0.252452] acpiphp: Slot [4] registered\n[ 0.253227] acpiphp: Slot [5] registered\n[ 0.254013] acpiphp: Slot [6] registered\n[ 0.254787] acpiphp: Slot [7] registered\n[ 0.255556] acpiphp: Slot [8] registered\n[ 0.256336] acpiphp: Slot [9] registered\n[ 0.257117] acpiphp: Slot [10] registered\n[ 0.257903] acpiphp: Slot [11] registered\n[ 0.258694] acpiphp: Slot [12] registered\n[ 0.259482] acpiphp: Slot [13] registered\n[ 0.260270] acpiphp: Slot [14] registered\n[ 0.261065] acpiphp: Slot [15] registered\n[ 0.271919] acpiphp: Slot [16] registered\n[ 0.272710] acpiphp: Slot [17] registered\n[ 0.273494] acpiphp: Slot [18] registered\n[ 0.274278] acpiphp: Slot [19] registered\n[ 0.275069] acpiphp: Slot [20] registered\n[ 0.275858] acpiphp: Slot [21] registered\n[ 0.276643] acpiphp: Slot [22] registered\n[ 0.277433] acpiphp: Slot [23] registered\n[ 0.278219] acpiphp: Slot [24] registered\n[ 0.279009] acpiphp: Slot [25] registered\n[ 0.279792] acpiphp: Slot [26] registered\n[ 0.280573] acpiphp: Slot [27] registered\n[ 0.281368] acpiphp: Slot [28] registered\n[ 0.282157] acpiphp: Slot [29] registered\n[ 0.282943] acpiphp: Slot [30] registered\n[ 0.283729] acpiphp: Slot [31] registered\n[ 0.284508] PCI host bridge to bus 0000:00\n[ 0.285295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286470] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287648] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289057] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290460] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296684] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300301] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308564] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356505] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359362] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360740] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362117] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366137] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367682] vgaarb: loaded\n[ 0.368281] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369407] SCSI subsystem initialized\n[ 0.370220] ACPI: bus type USB registered\n[ 0.371025] usbcore: registered new interface driver usbfs\n[ 0.372043] usbcore: registered new interface driver hub\n[ 0.373035] usbcore: registered new device driver usb\n[ 0.374072] PCI: Using ACPI for IRQ routing\n[ 0.375091] NetLabel: Initializing\n[ 0.375799] NetLabel: domain hash size = 128\n[ 0.376642] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377584] NetLabel: unlabeled traffic allowed by default\n[ 0.378663] clocksource: Switched to clocksource kvm-clock\n[ 0.384160] AppArmor: AppArmor Filesystem Enabled\n[ 0.385129] pnp: PnP ACPI init\n[ 0.386033] pnp: PnP ACPI: found 5 devices\n[ 0.392387] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394062] NET: Registered protocol family 2\n[ 0.395008] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396257] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398544] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399604] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400759] NET: Registered protocol family 1\n[ 0.401607] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402690] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432020] Trying to unpack rootfs image as initramfs...\n[ 0.482546] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496587] Scanning for low memory corruption every 60 seconds\n[ 0.498008] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499164] audit: initializing netlink subsys (disabled)\n[ 0.500174] audit: type=2000 audit(1539191130.420:1): initialized\n[ 0.501481] Initialise system trusted keyring\n[ 0.502415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503561] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505517] zbud: loaded\n[ 0.506220] VFS: Disk quotas dquot_6.6.0\n[ 0.507053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508555] fuse init (API version 7.23)\n[ 0.509437] Key type big_key registered\n[ 0.510231] Allocating IMA MOK and blacklist keyrings.\n[ 0.511338] Key type asymmetric registered\n[ 0.512151] Asymmetric key parser 'x509' registered\n[ 0.513085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514900] io scheduler noop registered\n[ 0.515682] io scheduler deadline registered (default)\n[ 0.516648] io scheduler cfq registered\n[ 0.517467] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518508] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519759] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521181] ACPI: Power Button [PWRF]\n[ 0.522004] GHES: HEST is not enabled!\n[ 0.535881] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570217] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600440] Linux agpgart interface v0.103\n[ 0.603128] brd: module loaded\n[ 0.604420] loop: module loaded\n[ 0.609332] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611394] GPT:90111 != 2097151\n[ 0.612324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613913] GPT:90111 != 2097151\n[ 0.614862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616252] vda: vda1 vda15\n[ 0.618116] scsi host0: ata_piix\n[ 0.619124] scsi host1: ata_piix\n[ 0.620090] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621854] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623686] libphy: Fixed MDIO Bus: probed\n[ 0.624837] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626186] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628925] PPP generic driver version 2.4.2\n[ 0.630041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631535] ehci-pci: EHCI PCI platform driver\n[ 0.632613] ehci-platform: EHCI generic platform driver\n[ 0.633841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635250] ohci-pci: OHCI PCI platform driver\n[ 0.636323] ohci-platform: OHCI generic platform driver\n[ 0.637546] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652266] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653502] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655290] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656535] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659444] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661197] usb usb1: Product: UHCI Host Controller\n[ 0.662416] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665029] hub 1-0:1.0: USB hub found\n[ 0.665957] hub 1-0:1.0: 2 ports detected\n[ 0.667027] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669467] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671861] mousedev: PS/2 mouse device common for all mice\n[ 0.673387] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675614] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679847] i2c /dev entries driver\n[ 0.680777] device-mapper: uevent: version 1.0.3\n[ 0.681911] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683883] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685402] NET: Registered protocol family 10\n[ 0.686671] NET: Registered protocol family 17\n[ 0.687732] Key type dns_resolver registered\n[ 0.688826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690175] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692351] registered taskstats version 1\n[ 0.693302] Loading compiled-in X.509 certificates\n[ 0.694967] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697214] zswap: loaded using pool lzo/zbud\n[ 0.699400] Key type trusted registered\n[ 0.701182] Key type encrypted registered\n[ 0.702215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703545] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704872] evm: HMAC attrs: 0x1\n[ 0.706000] Magic number: 6:93:87\n[ 0.706931] button LNXPWRBN:00: hash matches\n[ 0.708005] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:30 UTC (1539191130)\n[ 0.710014] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711433] EDD information not available.\n[ 0.779236] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781005] ata1.00: configured for MWDMA2\n[ 0.792738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795598] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799045] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801335] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803500] Write protecting the kernel read-only data: 14336k\n[ 0.805553] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807994] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.524461] 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.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.67s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\nping 10.10.11.9 KO\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"} 2018-10-10 17:08:53,905 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action used request id req-e1968a99-9163-46b8-a425-f4f69d2953e4 2018-10-10 17:08:53,906 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-4' 2018-10-10 17:08:53,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270f1d083cae409a92a69bae7019adf044ad0197" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:08:54,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:08: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-b76ba265-6f9d-4a87-ab94-ec966661c8ac x-compute-request-id: req-b76ba265-6f9d-4a87-ab94-ec966661c8ac Content-Encoding: gzip Content-Length: 8148 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529422594 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131752] ACPI: Core revision 20150930\n[ 0.133112] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134378] Security Framework initialized\n[ 0.135170] Yama: becoming mindful.\n[ 0.135876] AppArmor: AppArmor initialized\n[ 0.136720] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138010] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139246] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141770] Initializing cgroup subsys io\n[ 0.142553] Initializing cgroup subsys memory\n[ 0.143387] Initializing cgroup subsys devices\n[ 0.144230] Initializing cgroup subsys freezer\n[ 0.145083] Initializing cgroup subsys net_cls\n[ 0.145925] Initializing cgroup subsys perf_event\n[ 0.146806] Initializing cgroup subsys net_prio\n[ 0.147660] Initializing cgroup subsys hugetlb\n[ 0.148511] Initializing cgroup subsys pids\n[ 0.149361] CPU: Physical Processor ID: 0\n[ 0.150838] mce: CPU supports 10 MCE banks\n[ 0.151657] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152635] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163252] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169579] ftrace: allocating 31920 entries in 125 pages\n[ 0.195789] smpboot: Max logical packages: 1\n[ 0.196625] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197935] x2apic enabled\n[ 0.198725] Switched APIC routing to physical x2apic.\n[ 0.200435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203458] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205445] KVM setup paravirtual spinlock\n[ 0.206859] x86: Booted up 1 node, 1 CPUs\n[ 0.207776] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209371] devtmpfs: initialized\n[ 0.211166] evm: security.selinux\n[ 0.211962] evm: security.SMACK64\n[ 0.212744] evm: security.SMACK64EXEC\n[ 0.213590] evm: security.SMACK64TRANSMUTE\n[ 0.214516] evm: security.SMACK64MMAP\n[ 0.215376] evm: security.ima\n[ 0.216114] evm: security.capability\n[ 0.217022] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219170] pinctrl core: initialized pinctrl subsystem\n[ 0.220422] RTC time: 17:05:29, date: 10/10/18\n[ 0.221490] NET: Registered protocol family 16\n[ 0.222583] cpuidle: using governor ladder\n[ 0.223441] cpuidle: using governor menu\n[ 0.224257] PCCT header not found.\n[ 0.224987] ACPI: bus type PCI registered\n[ 0.225763] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226964] PCI: Using configuration type 1 for base access\n[ 0.228685] ACPI: Added _OSI(Module Device)\n[ 0.229505] ACPI: Added _OSI(Processor Device)\n[ 0.230342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231214] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233318] ACPI: Interpreter enabled\n[ 0.234070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241253] ACPI: (supports S0 S5)\n[ 0.241939] ACPI: Using IOAPIC for interrupt routing\n[ 0.242983] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246045] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247153] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248346] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249506] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251672] acpiphp: Slot [3] registered\n[ 0.252452] acpiphp: Slot [4] registered\n[ 0.253227] acpiphp: Slot [5] registered\n[ 0.254013] acpiphp: Slot [6] registered\n[ 0.254787] acpiphp: Slot [7] registered\n[ 0.255556] acpiphp: Slot [8] registered\n[ 0.256336] acpiphp: Slot [9] registered\n[ 0.257117] acpiphp: Slot [10] registered\n[ 0.257903] acpiphp: Slot [11] registered\n[ 0.258694] acpiphp: Slot [12] registered\n[ 0.259482] acpiphp: Slot [13] registered\n[ 0.260270] acpiphp: Slot [14] registered\n[ 0.261065] acpiphp: Slot [15] registered\n[ 0.271919] acpiphp: Slot [16] registered\n[ 0.272710] acpiphp: Slot [17] registered\n[ 0.273494] acpiphp: Slot [18] registered\n[ 0.274278] acpiphp: Slot [19] registered\n[ 0.275069] acpiphp: Slot [20] registered\n[ 0.275858] acpiphp: Slot [21] registered\n[ 0.276643] acpiphp: Slot [22] registered\n[ 0.277433] acpiphp: Slot [23] registered\n[ 0.278219] acpiphp: Slot [24] registered\n[ 0.279009] acpiphp: Slot [25] registered\n[ 0.279792] acpiphp: Slot [26] registered\n[ 0.280573] acpiphp: Slot [27] registered\n[ 0.281368] acpiphp: Slot [28] registered\n[ 0.282157] acpiphp: Slot [29] registered\n[ 0.282943] acpiphp: Slot [30] registered\n[ 0.283729] acpiphp: Slot [31] registered\n[ 0.284508] PCI host bridge to bus 0000:00\n[ 0.285295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286470] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287648] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289057] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290460] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296684] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300301] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308564] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356505] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359362] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360740] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362117] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366137] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367682] vgaarb: loaded\n[ 0.368281] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369407] SCSI subsystem initialized\n[ 0.370220] ACPI: bus type USB registered\n[ 0.371025] usbcore: registered new interface driver usbfs\n[ 0.372043] usbcore: registered new interface driver hub\n[ 0.373035] usbcore: registered new device driver usb\n[ 0.374072] PCI: Using ACPI for IRQ routing\n[ 0.375091] NetLabel: Initializing\n[ 0.375799] NetLabel: domain hash size = 128\n[ 0.376642] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377584] NetLabel: unlabeled traffic allowed by default\n[ 0.378663] clocksource: Switched to clocksource kvm-clock\n[ 0.384160] AppArmor: AppArmor Filesystem Enabled\n[ 0.385129] pnp: PnP ACPI init\n[ 0.386033] pnp: PnP ACPI: found 5 devices\n[ 0.392387] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394062] NET: Registered protocol family 2\n[ 0.395008] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396257] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398544] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399604] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400759] NET: Registered protocol family 1\n[ 0.401607] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402690] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432020] Trying to unpack rootfs image as initramfs...\n[ 0.482546] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496587] Scanning for low memory corruption every 60 seconds\n[ 0.498008] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499164] audit: initializing netlink subsys (disabled)\n[ 0.500174] audit: type=2000 audit(1539191130.420:1): initialized\n[ 0.501481] Initialise system trusted keyring\n[ 0.502415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503561] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505517] zbud: loaded\n[ 0.506220] VFS: Disk quotas dquot_6.6.0\n[ 0.507053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508555] fuse init (API version 7.23)\n[ 0.509437] Key type big_key registered\n[ 0.510231] Allocating IMA MOK and blacklist keyrings.\n[ 0.511338] Key type asymmetric registered\n[ 0.512151] Asymmetric key parser 'x509' registered\n[ 0.513085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514900] io scheduler noop registered\n[ 0.515682] io scheduler deadline registered (default)\n[ 0.516648] io scheduler cfq registered\n[ 0.517467] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518508] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519759] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521181] ACPI: Power Button [PWRF]\n[ 0.522004] GHES: HEST is not enabled!\n[ 0.535881] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570217] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600440] Linux agpgart interface v0.103\n[ 0.603128] brd: module loaded\n[ 0.604420] loop: module loaded\n[ 0.609332] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611394] GPT:90111 != 2097151\n[ 0.612324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613913] GPT:90111 != 2097151\n[ 0.614862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616252] vda: vda1 vda15\n[ 0.618116] scsi host0: ata_piix\n[ 0.619124] scsi host1: ata_piix\n[ 0.620090] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621854] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623686] libphy: Fixed MDIO Bus: probed\n[ 0.624837] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626186] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628925] PPP generic driver version 2.4.2\n[ 0.630041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631535] ehci-pci: EHCI PCI platform driver\n[ 0.632613] ehci-platform: EHCI generic platform driver\n[ 0.633841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635250] ohci-pci: OHCI PCI platform driver\n[ 0.636323] ohci-platform: OHCI generic platform driver\n[ 0.637546] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652266] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653502] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655290] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656535] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659444] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661197] usb usb1: Product: UHCI Host Controller\n[ 0.662416] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665029] hub 1-0:1.0: USB hub found\n[ 0.665957] hub 1-0:1.0: 2 ports detected\n[ 0.667027] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669467] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671861] mousedev: PS/2 mouse device common for all mice\n[ 0.673387] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675614] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679847] i2c /dev entries driver\n[ 0.680777] device-mapper: uevent: version 1.0.3\n[ 0.681911] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683883] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685402] NET: Registered protocol family 10\n[ 0.686671] NET: Registered protocol family 17\n[ 0.687732] Key type dns_resolver registered\n[ 0.688826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690175] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692351] registered taskstats version 1\n[ 0.693302] Loading compiled-in X.509 certificates\n[ 0.694967] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697214] zswap: loaded using pool lzo/zbud\n[ 0.699400] Key type trusted registered\n[ 0.701182] Key type encrypted registered\n[ 0.702215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703545] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704872] evm: HMAC attrs: 0x1\n[ 0.706000] Magic number: 6:93:87\n[ 0.706931] button LNXPWRBN:00: hash matches\n[ 0.708005] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:30 UTC (1539191130)\n[ 0.710014] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711433] EDD information not available.\n[ 0.779236] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781005] ata1.00: configured for MWDMA2\n[ 0.792738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795598] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799045] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801335] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803500] Write protecting the kernel read-only data: 14336k\n[ 0.805553] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807994] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.524461] 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.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.67s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\nping 10.10.11.9 KO\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"} 2018-10-10 17:08:54,982 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action used request id req-b76ba265-6f9d-4a87-ab94-ec966661c8ac 2018-10-10 17:08:54,983 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.14) to 'sdnvpn-1-5' (10.10.11.9). -->Expected result: can ping. 2018-10-10 17:08:54,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270f1d083cae409a92a69bae7019adf044ad0197" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:08:56,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:08: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-22e4543f-65ee-4bf1-b54f-bd17cb72f076 x-compute-request-id: req-22e4543f-65ee-4bf1-b54f-bd17cb72f076 Content-Encoding: gzip Content-Length: 8148 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529422594 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131752] ACPI: Core revision 20150930\n[ 0.133112] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134378] Security Framework initialized\n[ 0.135170] Yama: becoming mindful.\n[ 0.135876] AppArmor: AppArmor initialized\n[ 0.136720] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138010] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139246] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141770] Initializing cgroup subsys io\n[ 0.142553] Initializing cgroup subsys memory\n[ 0.143387] Initializing cgroup subsys devices\n[ 0.144230] Initializing cgroup subsys freezer\n[ 0.145083] Initializing cgroup subsys net_cls\n[ 0.145925] Initializing cgroup subsys perf_event\n[ 0.146806] Initializing cgroup subsys net_prio\n[ 0.147660] Initializing cgroup subsys hugetlb\n[ 0.148511] Initializing cgroup subsys pids\n[ 0.149361] CPU: Physical Processor ID: 0\n[ 0.150838] mce: CPU supports 10 MCE banks\n[ 0.151657] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152635] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163252] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169579] ftrace: allocating 31920 entries in 125 pages\n[ 0.195789] smpboot: Max logical packages: 1\n[ 0.196625] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197935] x2apic enabled\n[ 0.198725] Switched APIC routing to physical x2apic.\n[ 0.200435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203458] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205445] KVM setup paravirtual spinlock\n[ 0.206859] x86: Booted up 1 node, 1 CPUs\n[ 0.207776] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209371] devtmpfs: initialized\n[ 0.211166] evm: security.selinux\n[ 0.211962] evm: security.SMACK64\n[ 0.212744] evm: security.SMACK64EXEC\n[ 0.213590] evm: security.SMACK64TRANSMUTE\n[ 0.214516] evm: security.SMACK64MMAP\n[ 0.215376] evm: security.ima\n[ 0.216114] evm: security.capability\n[ 0.217022] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219170] pinctrl core: initialized pinctrl subsystem\n[ 0.220422] RTC time: 17:05:29, date: 10/10/18\n[ 0.221490] NET: Registered protocol family 16\n[ 0.222583] cpuidle: using governor ladder\n[ 0.223441] cpuidle: using governor menu\n[ 0.224257] PCCT header not found.\n[ 0.224987] ACPI: bus type PCI registered\n[ 0.225763] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226964] PCI: Using configuration type 1 for base access\n[ 0.228685] ACPI: Added _OSI(Module Device)\n[ 0.229505] ACPI: Added _OSI(Processor Device)\n[ 0.230342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231214] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233318] ACPI: Interpreter enabled\n[ 0.234070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241253] ACPI: (supports S0 S5)\n[ 0.241939] ACPI: Using IOAPIC for interrupt routing\n[ 0.242983] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246045] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247153] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248346] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249506] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251672] acpiphp: Slot [3] registered\n[ 0.252452] acpiphp: Slot [4] registered\n[ 0.253227] acpiphp: Slot [5] registered\n[ 0.254013] acpiphp: Slot [6] registered\n[ 0.254787] acpiphp: Slot [7] registered\n[ 0.255556] acpiphp: Slot [8] registered\n[ 0.256336] acpiphp: Slot [9] registered\n[ 0.257117] acpiphp: Slot [10] registered\n[ 0.257903] acpiphp: Slot [11] registered\n[ 0.258694] acpiphp: Slot [12] registered\n[ 0.259482] acpiphp: Slot [13] registered\n[ 0.260270] acpiphp: Slot [14] registered\n[ 0.261065] acpiphp: Slot [15] registered\n[ 0.271919] acpiphp: Slot [16] registered\n[ 0.272710] acpiphp: Slot [17] registered\n[ 0.273494] acpiphp: Slot [18] registered\n[ 0.274278] acpiphp: Slot [19] registered\n[ 0.275069] acpiphp: Slot [20] registered\n[ 0.275858] acpiphp: Slot [21] registered\n[ 0.276643] acpiphp: Slot [22] registered\n[ 0.277433] acpiphp: Slot [23] registered\n[ 0.278219] acpiphp: Slot [24] registered\n[ 0.279009] acpiphp: Slot [25] registered\n[ 0.279792] acpiphp: Slot [26] registered\n[ 0.280573] acpiphp: Slot [27] registered\n[ 0.281368] acpiphp: Slot [28] registered\n[ 0.282157] acpiphp: Slot [29] registered\n[ 0.282943] acpiphp: Slot [30] registered\n[ 0.283729] acpiphp: Slot [31] registered\n[ 0.284508] PCI host bridge to bus 0000:00\n[ 0.285295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286470] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287648] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289057] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290460] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296684] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300301] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308564] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356505] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359362] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360740] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362117] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366137] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367682] vgaarb: loaded\n[ 0.368281] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369407] SCSI subsystem initialized\n[ 0.370220] ACPI: bus type USB registered\n[ 0.371025] usbcore: registered new interface driver usbfs\n[ 0.372043] usbcore: registered new interface driver hub\n[ 0.373035] usbcore: registered new device driver usb\n[ 0.374072] PCI: Using ACPI for IRQ routing\n[ 0.375091] NetLabel: Initializing\n[ 0.375799] NetLabel: domain hash size = 128\n[ 0.376642] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377584] NetLabel: unlabeled traffic allowed by default\n[ 0.378663] clocksource: Switched to clocksource kvm-clock\n[ 0.384160] AppArmor: AppArmor Filesystem Enabled\n[ 0.385129] pnp: PnP ACPI init\n[ 0.386033] pnp: PnP ACPI: found 5 devices\n[ 0.392387] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394062] NET: Registered protocol family 2\n[ 0.395008] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396257] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398544] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399604] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400759] NET: Registered protocol family 1\n[ 0.401607] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402690] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432020] Trying to unpack rootfs image as initramfs...\n[ 0.482546] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496587] Scanning for low memory corruption every 60 seconds\n[ 0.498008] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499164] audit: initializing netlink subsys (disabled)\n[ 0.500174] audit: type=2000 audit(1539191130.420:1): initialized\n[ 0.501481] Initialise system trusted keyring\n[ 0.502415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503561] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505517] zbud: loaded\n[ 0.506220] VFS: Disk quotas dquot_6.6.0\n[ 0.507053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508555] fuse init (API version 7.23)\n[ 0.509437] Key type big_key registered\n[ 0.510231] Allocating IMA MOK and blacklist keyrings.\n[ 0.511338] Key type asymmetric registered\n[ 0.512151] Asymmetric key parser 'x509' registered\n[ 0.513085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514900] io scheduler noop registered\n[ 0.515682] io scheduler deadline registered (default)\n[ 0.516648] io scheduler cfq registered\n[ 0.517467] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518508] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519759] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521181] ACPI: Power Button [PWRF]\n[ 0.522004] GHES: HEST is not enabled!\n[ 0.535881] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570217] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600440] Linux agpgart interface v0.103\n[ 0.603128] brd: module loaded\n[ 0.604420] loop: module loaded\n[ 0.609332] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611394] GPT:90111 != 2097151\n[ 0.612324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613913] GPT:90111 != 2097151\n[ 0.614862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616252] vda: vda1 vda15\n[ 0.618116] scsi host0: ata_piix\n[ 0.619124] scsi host1: ata_piix\n[ 0.620090] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621854] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623686] libphy: Fixed MDIO Bus: probed\n[ 0.624837] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626186] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628925] PPP generic driver version 2.4.2\n[ 0.630041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631535] ehci-pci: EHCI PCI platform driver\n[ 0.632613] ehci-platform: EHCI generic platform driver\n[ 0.633841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635250] ohci-pci: OHCI PCI platform driver\n[ 0.636323] ohci-platform: OHCI generic platform driver\n[ 0.637546] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652266] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653502] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655290] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656535] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659444] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661197] usb usb1: Product: UHCI Host Controller\n[ 0.662416] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665029] hub 1-0:1.0: USB hub found\n[ 0.665957] hub 1-0:1.0: 2 ports detected\n[ 0.667027] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669467] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671861] mousedev: PS/2 mouse device common for all mice\n[ 0.673387] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675614] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679847] i2c /dev entries driver\n[ 0.680777] device-mapper: uevent: version 1.0.3\n[ 0.681911] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683883] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685402] NET: Registered protocol family 10\n[ 0.686671] NET: Registered protocol family 17\n[ 0.687732] Key type dns_resolver registered\n[ 0.688826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690175] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692351] registered taskstats version 1\n[ 0.693302] Loading compiled-in X.509 certificates\n[ 0.694967] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697214] zswap: loaded using pool lzo/zbud\n[ 0.699400] Key type trusted registered\n[ 0.701182] Key type encrypted registered\n[ 0.702215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703545] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704872] evm: HMAC attrs: 0x1\n[ 0.706000] Magic number: 6:93:87\n[ 0.706931] button LNXPWRBN:00: hash matches\n[ 0.708005] rtc_cmos 00:00: setting system clock to 2018-10-10 17:05:30 UTC (1539191130)\n[ 0.710014] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711433] EDD information not available.\n[ 0.779236] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781005] ata1.00: configured for MWDMA2\n[ 0.792738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795598] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799045] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801335] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803500] Write protecting the kernel read-only data: 14336k\n[ 0.805553] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807994] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.524461] 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.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.67s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\nping 10.10.11.9 KO\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"} 2018-10-10 17:08:56,005 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action used request id req-22e4543f-65ee-4bf1-b54f-bd17cb72f076 2018-10-10 17:08:56,006 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-5' 2018-10-10 17:08:56,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de10d4ce0653819dc2b9771275c4900bd41d73ac" -d '{"forceDelete": null}' 2018-10-10 17:08:56,201 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:08: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-abedd1b5-c6b7-40dc-a9da-8b81e76f27c4 x-compute-request-id: req-abedd1b5-c6b7-40dc-a9da-8b81e76f27c4 Content-Length: 0 Content-Type: application/json 2018-10-10 17:08:56,201 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cdc23e9-33b2-4eae-bb6d-8a54cc0f5af0/action used request id req-abedd1b5-c6b7-40dc-a9da-8b81e76f27c4 2018-10-10 17:08:56,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de10d4ce0653819dc2b9771275c4900bd41d73ac" -d '{"forceDelete": null}' 2018-10-10 17:08:56,375 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:08: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-b49c886c-d6a5-4c27-b6f0-fe32223a35d6 x-compute-request-id: req-b49c886c-d6a5-4c27-b6f0-fe32223a35d6 Content-Length: 0 Content-Type: application/json 2018-10-10 17:08:56,375 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/1dea20b7-fe44-4112-8a5d-7d2720a00925/action used request id req-b49c886c-d6a5-4c27-b6f0-fe32223a35d6 2018-10-10 17:08:56,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de10d4ce0653819dc2b9771275c4900bd41d73ac" -d '{"forceDelete": null}' 2018-10-10 17:08:56,585 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:08: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-4ede1712-8d3e-4d7f-8120-71c6e81df174 x-compute-request-id: req-4ede1712-8d3e-4d7f-8120-71c6e81df174 Content-Length: 0 Content-Type: application/json 2018-10-10 17:08:56,585 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/afca0776-c2d6-44bf-bcf8-5f111d9f78af/action used request id req-4ede1712-8d3e-4d7f-8120-71c6e81df174 2018-10-10 17:08:56,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de10d4ce0653819dc2b9771275c4900bd41d73ac" -d '{"forceDelete": null}' 2018-10-10 17:08:56,802 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:08: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-b1718814-2d5c-4803-9185-cf45e1c7f139 x-compute-request-id: req-b1718814-2d5c-4803-9185-cf45e1c7f139 Content-Length: 0 Content-Type: application/json 2018-10-10 17:08:56,802 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/beafe73f-2c6d-4501-854c-08f5e6a132a3/action used request id req-b1718814-2d5c-4803-9185-cf45e1c7f139 2018-10-10 17:08:56,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de10d4ce0653819dc2b9771275c4900bd41d73ac" -d '{"forceDelete": null}' 2018-10-10 17:08:57,017 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:08: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-43a28f2f-c8b3-4590-bb47-057afea2b08a x-compute-request-id: req-43a28f2f-c8b3-4590-bb47-057afea2b08a Content-Length: 0 Content-Type: application/json 2018-10-10 17:08:57,018 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2d6d9272-d9ac-4faf-8f65-7fd0aee17777/action used request id req-43a28f2f-c8b3-4590-bb47-057afea2b08a 2018-10-10 17:08:57,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/cd979b89-010c-48ba-8ee3-f2de69cf5089 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc54e9b33ced9dabb18f709ee8fcc9eeb8afeb45" 2018-10-10 17:08:59,027 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-55b164e0-bd29-4f58-b812-e54a78a2b288 Date: Wed, 10 Oct 2018 17:08:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:08:59,027 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/cd979b89-010c-48ba-8ee3-f2de69cf5089 used request id req-55b164e0-bd29-4f58-b812-e54a78a2b288 2018-10-10 17:08:59,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/845e9fba-e507-48b7-8f1f-83c7b307e69c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" 2018-10-10 17:08:59,974 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c4b406fa-98c9-40eb-9805-b796dff7e81a Content-Length: 0 Date: Wed, 10 Oct 2018 17:08:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:08:59,974 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/845e9fba-e507-48b7-8f1f-83c7b307e69c used request id req-c4b406fa-98c9-40eb-9805-b796dff7e81a 2018-10-10 17:08:59,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/6beb1e22-80da-478a-9fbe-1ca1a33a98dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" 2018-10-10 17:09:02,017 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-81a490ac-2b7f-439c-bf4c-472613895d72 Date: Wed, 10 Oct 2018 17:09:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:09:02,017 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/6beb1e22-80da-478a-9fbe-1ca1a33a98dc used request id req-81a490ac-2b7f-439c-bf4c-472613895d72 2018-10-10 17:09:02,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/7dc20ca0-de77-4338-adcc-8a685be4ab8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" 2018-10-10 17:09:04,493 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dbe14058-f4c2-4d5d-8889-a47062a61771 Date: Wed, 10 Oct 2018 17:09:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:09:04,493 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/7dc20ca0-de77-4338-adcc-8a685be4ab8f used request id req-dbe14058-f4c2-4d5d-8889-a47062a61771 2018-10-10 17:09:04,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/cd0e6d23-ef0d-422e-868e-b50890264df1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" 2018-10-10 17:09:05,347 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e5c61315-37bd-45c3-8221-b8432718348b Date: Wed, 10 Oct 2018 17:09:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:09:05,347 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/cd0e6d23-ef0d-422e-868e-b50890264df1 used request id req-e5c61315-37bd-45c3-8221-b8432718348b 2018-10-10 17:09:05,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/58142f7d-71cc-43c1-bc7b-791b09cce25d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d21a6a1de8bd7236970d603124e555eb897195" 2018-10-10 17:09:06,388 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8f07e7bc-d49d-4969-97b8-cdda695c8778 Date: Wed, 10 Oct 2018 17:09:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:09:06,388 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/58142f7d-71cc-43c1-bc7b-791b09cce25d used request id req-8f07e7bc-d49d-4969-97b8-cdda695c8778 2018-10-10 17:09:06,389 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-2' | | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-3' | | PASS | 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-4' can ping 'sdnvpn-1-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-4' | | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-5' | +========================================================================================+ 2018-10-10 17:09:06,389 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-10 17:09:06,389 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-10-10 17:09:06,389 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'PASS', 'details': [{u"'sdnvpn-1-1' can ping 'sdnvpn-1-2'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'PASS'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'PASS'}]} 2018-10-10 17:09:06,390 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-10-10 17:09:06,390 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-10-10 17:09:06,390 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-10-10 17:09:06,476 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-10-10 17:09:06,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:09:06,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:09:06,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:09:06,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:09:06,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:09:06,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:09:06,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:09:06,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:09:06,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:09:06,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:09:06,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:09:06,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:09:06,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:09:06,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:09:06,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:09:06,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:09:06,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:09:06,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:09:06,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:09:06,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:09:06,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:09:06,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:09:06,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:09:06,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:09:06,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:09:06,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:09:06,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:09:06,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:09:06,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:09:06,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:09:06,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:09:06,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:09:06,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:09:06,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:09:06,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:09:06,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:09:06,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:09:06,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:09:06,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:09:06,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:09:06,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:09:06,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:09:06,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:09:06,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:09:06,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:09:06,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:09:06,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:09:06,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:09:06,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-10 17:09:06,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:09:06,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:09:06,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:09:06,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:09:06,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:09:06,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:09:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:09:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:09:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:09:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:09:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:09:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:09:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:09:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:09:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:09:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:09:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:09:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:09:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:09:06,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:09:06,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:09:06,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:09:06,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:09:06,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:09:06,484 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-10 17:09:06,486 - paramiko.transport - DEBUG - starting thread (client mode): 0xac258110L 2018-10-10 17:09:06,487 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:09:06,511 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:09:06,511 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:09:06,516 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:09:06,516 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:09:06,516 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:09:06,517 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:09:06,517 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:09:06,517 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:09:06,529 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:09:06,530 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:09:06,550 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.203: fb37fbdd5d506ce6517f345d902a2f4c 2018-10-10 17:09:06,551 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:09:06,570 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:09:06,703 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:09:06,715 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:09:06,880 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:09:06,880 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:09:06,919 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:09:06,920 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:09:06,929 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:09:11,365 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:09:11,366 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:09:11,367 - paramiko.transport - DEBUG - starting thread (client mode): 0xac2e2ad0L 2018-10-10 17:09:11,368 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:09:11,373 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:09:11,374 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:09:11,376 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:09:11,377 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:09:11,377 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:09:11,377 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:09:11,377 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:09:11,377 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:09:11,383 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:09:11,383 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:09:11,399 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 53a4c94cdd785198c23fdacd435dbb05 2018-10-10 17:09:11,400 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:09:11,422 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:09:11,435 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:09:11,464 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:09:11,529 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:09:11,529 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:09:11,568 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:09:11,569 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:09:11,576 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:09:11,612 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:09:11,613 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:09:11,614 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:09:11,615 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:09:11,615 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:09:11,656 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:09:11,693 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:09:11,694 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:09:11,695 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:09:11,696 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:09:11,696 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:09:11,736 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:09:11,768 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:09:11,770 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:09:11,771 - paramiko.transport - DEBUG - starting thread (client mode): 0xac332690L 2018-10-10 17:09:11,772 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:09:11,776 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:09:11,776 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:09:11,779 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:09:11,779 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:09:11,779 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:09:11,779 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:09:11,779 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:09:11,779 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:09:11,784 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:09:11,785 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:09:11,787 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: dc5399323434d80f939a007cf0b05976 2018-10-10 17:09:11,788 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:09:11,824 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:09:11,834 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:09:11,852 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:09:11,917 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:09:11,917 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:09:11,956 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:09:11,957 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:09:11,964 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:09:11,998 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:09:11,998 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:09:11,999 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:09:12,000 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:09:12,000 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:09:12,041 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:09:12,076 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:09:12,078 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:09:12,079 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:09:12,079 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:09:12,079 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:09:12,120 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:09:12,151 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:09:12,152 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:09:12,154 - paramiko.transport - DEBUG - starting thread (client mode): 0xac30e7d0L 2018-10-10 17:09:12,155 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:09:12,159 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:09:12,159 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:09:12,162 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:09:12,162 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:09:12,162 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:09:12,163 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:09:12,163 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:09:12,163 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:09:12,168 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:09:12,168 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:09:12,170 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: adad1fe9d8218443bb3a80dedbc5a49f 2018-10-10 17:09:12,171 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:09:12,208 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:09:12,218 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:09:12,235 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:09:12,298 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:09:12,299 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:09:12,338 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:09:12,338 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:09:12,343 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:09:12,375 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:09:12,376 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:09:12,377 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:09:12,378 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:09:12,378 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:09:12,419 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:09:12,454 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:09:12,456 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:09:12,456 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:09:12,457 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:09:12,457 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:09:12,498 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:09:12,528 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:09:12,529 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:09:12,531 - paramiko.transport - DEBUG - starting thread (client mode): 0xac26c250L 2018-10-10 17:09:12,531 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:09:12,536 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:09:12,536 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:09:12,538 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:09:12,538 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:09:12,538 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:09:12,538 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:09:12,538 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:09:12,539 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:09:12,543 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:09:12,544 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:09:12,547 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 317603c5623f2ea0b03203fb9c24e521 2018-10-10 17:09:12,548 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:09:12,584 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:09:12,595 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:09:12,612 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:09:12,674 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:09:12,675 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:09:12,714 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:09:12,715 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:09:12,718 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:09:12,746 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:09:12,747 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:09:12,748 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:09:12,749 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:09:12,749 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:09:12,790 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:09:12,820 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:09:12,822 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:09:12,822 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:09:12,823 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:09:12,823 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:09:12,864 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:09:12,891 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:09:12,892 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:09:12,894 - paramiko.transport - DEBUG - starting thread (client mode): 0xac280810L 2018-10-10 17:09:12,894 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:09:12,899 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:09:12,899 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:09:12,902 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:09:12,902 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:09:12,902 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:09:12,902 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:09:12,903 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:09:12,903 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:09:12,907 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:09:12,908 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:09:12,910 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7852148011ce4dd631352d7fa3d8382f 2018-10-10 17:09:12,910 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:09:12,947 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:09:12,958 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:09:12,975 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:09:13,046 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:09:13,046 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:09:13,085 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:09:13,086 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:09:13,094 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:09:13,123 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:09:13,124 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:09:13,125 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:09:13,125 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:09:13,126 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:09:13,166 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:09:13,198 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:09:13,200 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:09:13,200 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:09:13,201 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:09:13,201 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:09:13,242 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:09:13,270 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:09:13,271 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:09:13,272 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:09:13,272 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:09:13,273 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:09:13,279 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:09:17,842 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:09:17,843 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:09:17,846 - paramiko.transport - DEBUG - starting thread (client mode): 0xac2e2810L 2018-10-10 17:09:17,847 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:09:17,852 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:09:17,853 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:09:17,856 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:09:17,856 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:09:17,856 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:09:17,857 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:09:17,857 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:09:17,857 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:09:17,863 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:09:17,863 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:09:17,878 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 53a4c94cdd785198c23fdacd435dbb05 2018-10-10 17:09:17,879 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:09:17,902 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:09:17,915 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:09:17,943 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:09:18,007 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:09:18,007 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:09:18,046 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:09:18,046 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:09:18,051 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:09:18,086 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:09:18,087 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:09:18,088 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:09:18,089 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:09:18,089 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:09:18,129 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:09:18,167 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:09:18,168 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:09:18,169 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:09:18,170 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:09:18,170 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:09:18,210 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:09:18,242 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:09:18,243 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:09:18,245 - paramiko.transport - DEBUG - starting thread (client mode): 0xac30fad0L 2018-10-10 17:09:18,246 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:09:18,251 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:09:18,252 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:09:18,254 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:09:18,254 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:09:18,254 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:09:18,254 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:09:18,255 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:09:18,255 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:09:18,259 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:09:18,260 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:09:18,261 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: dc5399323434d80f939a007cf0b05976 2018-10-10 17:09:18,262 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:09:18,299 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:09:18,310 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:09:18,326 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:09:18,389 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:09:18,389 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:09:18,428 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:09:18,429 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:09:18,433 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:09:18,470 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:09:18,471 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:09:18,472 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:09:18,472 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:09:18,472 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:09:18,513 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:09:18,553 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:09:18,555 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:09:18,555 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:09:18,556 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:09:18,556 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:09:18,597 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:09:18,631 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:09:18,633 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:09:18,634 - paramiko.transport - DEBUG - starting thread (client mode): 0xac319990L 2018-10-10 17:09:18,635 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:09:18,641 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:09:18,641 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:09:18,644 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:09:18,644 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:09:18,644 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:09:18,644 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:09:18,644 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:09:18,645 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:09:18,649 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:09:18,650 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:09:18,666 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: adad1fe9d8218443bb3a80dedbc5a49f 2018-10-10 17:09:18,667 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:09:18,689 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:09:18,702 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:09:18,732 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:09:18,792 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:09:18,793 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:09:18,832 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:09:18,833 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:09:18,837 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:09:18,875 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:09:18,876 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:09:18,877 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:09:18,878 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:09:18,878 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:09:18,919 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:09:18,953 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:09:18,955 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:09:18,955 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:09:18,957 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:09:18,957 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:09:18,998 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:09:19,027 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:09:19,029 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:09:19,031 - paramiko.transport - DEBUG - starting thread (client mode): 0xac319b90L 2018-10-10 17:09:19,031 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:09:19,038 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:09:19,038 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:09:19,041 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:09:19,041 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:09:19,041 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:09:19,041 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:09:19,042 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:09:19,042 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:09:19,046 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:09:19,047 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:09:19,063 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 317603c5623f2ea0b03203fb9c24e521 2018-10-10 17:09:19,063 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:09:19,087 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:09:19,099 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:09:19,127 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:09:19,196 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:09:19,196 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:09:19,236 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:09:19,236 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:09:19,246 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:09:19,278 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:09:19,279 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:09:19,280 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:09:19,281 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:09:19,281 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:09:19,321 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:09:19,352 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:09:19,353 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:09:19,354 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:09:19,355 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:09:19,355 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:09:19,396 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:09:19,424 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:09:19,425 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:09:19,427 - paramiko.transport - DEBUG - starting thread (client mode): 0xac304850L 2018-10-10 17:09:19,428 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:09:19,434 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:09:19,434 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:09:19,437 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:09:19,437 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:09:19,437 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:09:19,437 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:09:19,437 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:09:19,437 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:09:19,441 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:09:19,442 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:09:19,443 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7852148011ce4dd631352d7fa3d8382f 2018-10-10 17:09:19,444 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:09:19,481 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:09:19,493 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:09:19,508 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:09:19,594 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:09:19,594 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:09:19,633 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:09:19,634 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:09:19,643 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:09:19,673 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:09:19,674 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:09:19,675 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:09:19,676 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:09:19,676 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:09:19,717 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:09:19,753 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:09:19,754 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:09:19,755 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:09:19,755 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:09:19,756 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:09:19,797 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:09:19,827 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:09:19,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:09:19,831 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:09:19,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2c96e27-c88d-42c4-abac-445c6da9a19f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:09:19,838 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c2c96e27-c88d-42c4-abac-445c6da9a19f 2018-10-10 17:09:19,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:09:20,220 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:09:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["ockVS3k8QCOQFGnRvq5QIg"], "issued_at": "2018-10-10T17:09:20.000000Z"}} 2018-10-10 17:09:20,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}69e7afca660bd9d8289ecc5b2923bfcdf3c93932" 2018-10-10 17:09:20,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-6cb3dad4-db25-4a87-940b-e36ad1f30e01 Date: Wed, 10 Oct 2018 17:09:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-10 17:09:20,386 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20 used request id req-6cb3dad4-db25-4a87-940b-e36ad1f30e01 2018-10-10 17:09:20,386 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-10 17:09:20,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}69e7afca660bd9d8289ecc5b2923bfcdf3c93932" 2018-10-10 17:09:20,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d984547d-e624-4f5c-8404-259e4791142a Date: Wed, 10 Oct 2018 17:09:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 17:09:20,550 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-d984547d-e624-4f5c-8404-259e4791142a 2018-10-10 17:09:20,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}69e7afca660bd9d8289ecc5b2923bfcdf3c93932" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-10 17:09:20,783 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/d3aa6556-fc18-4beb-aaed-943b1b8e7c66 X-Openstack-Request-Id: req-d83b7142-0ddd-4000-aae1-934bcec59a08 Date: Wed, 10 Oct 2018 17:09:20 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T17:09:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T17:09:20Z", "visibility": "public", "locations": [], "self": "/v2/images/d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "min_disk": 0, "protected": false, "id": "d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "file": "/v2/images/d3aa6556-fc18-4beb-aaed-943b1b8e7c66/file", "checksum": null, "owner": "d00928b339b74d1eac5a92b45f495878", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 17:09:20,784 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-d83b7142-0ddd-4000-aae1-934bcec59a08 2018-10-10 17:09:20,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/d3aa6556-fc18-4beb-aaed-943b1b8e7c66/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}69e7afca660bd9d8289ecc5b2923bfcdf3c93932" -d '' 2018-10-10 17:09:22,282 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2fcdcaf1-a021-4f29-af58-82bbd94753fe Date: Wed, 10 Oct 2018 17:09:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:09:22,283 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/d3aa6556-fc18-4beb-aaed-943b1b8e7c66/file used request id req-2fcdcaf1-a021-4f29-af58-82bbd94753fe 2018-10-10 17:09:22,284 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-12-1-net 2018-10-10 17:09:22,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:09:22,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1c20a0f-1edd-4adf-b0d3-ab6595ec7ad8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:09:22,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b1c20a0f-1edd-4adf-b0d3-ab6595ec7ad8 2018-10-10 17:09:22,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:09:22,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:09:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["DpAyMPMaQ1OxMtJVC1rxAA"], "issued_at": "2018-10-10T17:09:22.000000Z"}} 2018-10-10 17:09:22,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55e202be10f293a62ec0f5bee1b7e54501c42a27" -d '{"network": {"name": "sdnvpn-12-1-net", "admin_state_up": true}}' 2018-10-10 17:09:23,054 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-15ba1c0f-8bc8-45af-a6d2-969d7c6547cc Date: Wed, 10 Oct 2018 17:09:23 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9052b1ef-5b48-4a1a-a8ea-8fe9b2096216","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:09:22Z","is_default":false,"provider:segmentation_id":86,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:09:22Z","mtu":1450}} 2018-10-10 17:09:23,054 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-15ba1c0f-8bc8-45af-a6d2-969d7c6547cc 2018-10-10 17:09:23,055 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-12-1-subnet in network 9052b1ef-5b48-4a1a-a8ea-8fe9b2096216 with cidr 10.10.10.0/24 2018-10-10 17:09:23,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55e202be10f293a62ec0f5bee1b7e54501c42a27" -d '{"subnets": [{"ip_version": 4, "network_id": "9052b1ef-5b48-4a1a-a8ea-8fe9b2096216", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-12-1-subnet"}]}' 2018-10-10 17:09:23,599 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-39fcae28-ea77-45a7-b5b6-c7c7aa619790 Date: Wed, 10 Oct 2018 17:09:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9052b1ef-5b48-4a1a-a8ea-8fe9b2096216","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:09:23Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T17:09:23Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"d00928b339b74d1eac5a92b45f495878","id":"533f28ab-60fd-4fef-8a06-e384f38476af","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-10-10 17:09:23,599 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-39fcae28-ea77-45a7-b5b6-c7c7aa619790 2018-10-10 17:09:23,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55e202be10f293a62ec0f5bee1b7e54501c42a27" 2018-10-10 17:09:23,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-9d983d71-5527-45c9-96fa-e2a3676351a7 Date: Wed, 10 Oct 2018 17:09:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:16Z", "updated_at": "2018-10-10T16:50:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "53bb9cee-d287-460c-81f4-cf667cd69062", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "abbec588-e284-4eaa-945e-020567df2594", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "ccee292e-a260-43c9-a873-3eb28dc6cc28", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "f01ba550-6535-45d2-9a50-4f8b1abf0865", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}], "revision_number": 4, "project_id": "9159c9580e42418192303fcbcaac7003", "id": "8544d859-73ec-498f-8301-e2235d177a01", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "updated_at": "2018-10-10T16:58:11Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-10T16:58:11Z", "revision_number": 0, "id": "6c2b90b6-dc32-4d6e-b1cd-8739c7f7d7f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:58:11Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 179, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8baf8790-daaa-4d31-86e3-28959d6b01fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8c55c9aa-ef19-4cd2-bd60-3588618c6584", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "a650f5c7-d120-467e-b30c-b8f77a459680", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "abbe640c-fd34-4bfe-9f4f-c2375ad75114", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "d0682f26-9774-4a15-bf12-ec653ac9efcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "db4b9bdb-cbf7-4b9a-a9a7-7d6a8cac30b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 7, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "90409ce8-77de-4088-be50-1e033812a399", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "updated_at": "2018-10-10T14:38:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "name": "default"}]} 2018-10-10 17:09:23,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-9d983d71-5527-45c9-96fa-e2a3676351a7 2018-10-10 17:09:23,809 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-10 17:09:23,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:09:23,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5b5f693-7820-48fd-a7d9-0172f4f5d8ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:09:23,816 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b5b5f693-7820-48fd-a7d9-0172f4f5d8ac 2018-10-10 17:09:23,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:09:24,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:09:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["11d2-OqmR8iyiHiDY24Vsg"], "issued_at": "2018-10-10T17:09:24.000000Z"}} 2018-10-10 17:09:24,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32dbaab30886eeef958de50a4af0a8aebb1fe79a" 2018-10-10 17:09:24,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09: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-1bd67816-37a7-47d2-ad76-eaf0ffb9de2b x-compute-request-id: req-1bd67816-37a7-47d2-ad76-eaf0ffb9de2b Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.3", "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-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "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.6", "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}]} 2018-10-10 17:09:24,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-1bd67816-37a7-47d2-ad76-eaf0ffb9de2b 2018-10-10 17:09:24,371 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 17:09:24,372 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 17:09:24,372 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 17:09:24,375 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 17:09:24,415 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 17:09:24,416 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 17:09:24,417 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 17:09:24,418 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 17:09:24,418 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 17:09:24,459 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 17:09:24,519 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 17:09:24,522 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 17:09:24,523 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 17:09:24,523 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 17:09:24,524 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 17:09:24,526 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 17:09:24,567 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 17:09:24,569 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 17:09:24,569 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 17:09:24,570 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 17:09:24,570 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 17:09:24,611 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 17:09:24,674 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 17:09:24,677 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-10 17:09:24,678 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 17:09:24,679 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-10 17:09:24,679 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-10 17:09:24,682 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-10 17:09:24,718 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-10 17:09:24,720 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-10 17:09:24,721 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-10 17:09:24,721 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-10 17:09:24,722 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-10 17:09:24,761 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-10 17:09:24,797 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-10 17:09:24,798 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-10 17:09:24,798 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-10 17:09:24,800 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-10 17:09:24,800 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-10 17:09:24,804 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-10 17:09:24,841 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-10 17:09:24,842 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-10 17:09:24,843 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-10 17:09:24,844 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-10 17:09:24,844 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-10 17:09:24,884 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-10 17:09:24,924 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-10 17:09:24,925 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-2'... 2018-10-10 17:09:24,925 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-2 flavor=m1.tiny image=d3aa6556-fc18-4beb-aaed-943b1b8e7c66 network=9052b1ef-5b48-4a1a-a8ea-8fe9b2096216 secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-10 17:09:24,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:09:24,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:09:24,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:09:24,927 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-10 17:09:24,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:09:24,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:09:24,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:09:24,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:09:24,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:09:24,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:09:24,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:09:24,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:09:24,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:09:24,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:09:24,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:09:24,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:09:24,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:09:24,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:09:24,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:09:24,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:09:24,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:09:24,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:09:24,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:09:24,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:09:24,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:09:24,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:09:24,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:09:24,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:09:24,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:09:24,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:09:24,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:09:24,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:09:24,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:09:24,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:09:24,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:09:24,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:09:24,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:09:24,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:09:24,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:09:24,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:09:24,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:09:24,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:09:24,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:09:24,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:09:24,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:09:24,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:09:24,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:09:24,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:09:24,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:09:24,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:09:24,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0e18b57-d9ed-4543-a611-d0eef600f415 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:09:24,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d0e18b57-d9ed-4543-a611-d0eef600f415 2018-10-10 17:09:24,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:09:25,321 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:09:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["rsN1hsrGSLeU4XSMDJ3VKQ"], "issued_at": "2018-10-10T17:09:25.000000Z"}} 2018-10-10 17:09:25,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" 2018-10-10 17:09:25,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09: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-cf5466e3-f54a-403f-8646-7889448a78b7 x-compute-request-id: req-cf5466e3-f54a-403f-8646-7889448a78b7 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:09:25,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-cf5466e3-f54a-403f-8646-7889448a78b7 2018-10-10 17:09:25,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" 2018-10-10 17:09:25,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09: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-d47dece4-746f-4234-9a5d-f8fdd464cba1 x-compute-request-id: req-d47dece4-746f-4234-9a5d-f8fdd464cba1 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:09:25,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-d47dece4-746f-4234-9a5d-f8fdd464cba1 2018-10-10 17:09:25,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" -d '{"server": {"name": "sdnvpn-12-2", "imageRef": "d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9052b1ef-5b48-4a1a-a8ea-8fe9b2096216"}]}}' 2018-10-10 17:09:27,107 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:09: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-5b26e2a5-0ba1-4e9d-ad14-6b38780cbb9e x-compute-request-id: req-5b26e2a5-0ba1-4e9d-ad14-6b38780cbb9e Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0528e430-f543-49a3-b001-81f1b6f141dc", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0528e430-f543-49a3-b001-81f1b6f141dc", "rel": "bookmark"}], "adminPass": "VV4DxGXQL5wh"}} 2018-10-10 17:09:27,107 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-5b26e2a5-0ba1-4e9d-ad14-6b38780cbb9e 2018-10-10 17:09:27,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:09:27,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c4a7ccb-c475-4f40-951c-4de0fcf27d99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:09:27,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6c4a7ccb-c475-4f40-951c-4de0fcf27d99 2018-10-10 17:09:27,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:09:27,496 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:09:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["RByr6u5qTfqsgAQfNaBt8w"], "issued_at": "2018-10-10T17:09:27.000000Z"}} 2018-10-10 17:09:27,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9afdb155722f7733037a80bcecc7dd80dc4d9ec4" 2018-10-10 17:09:28,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09: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-06096799-b101-4b51-b80f-f2701fd33424 x-compute-request-id: req-06096799-b101-4b51-b80f-f2701fd33424 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0528e430-f543-49a3-b001-81f1b6f141dc", "rel": "bookmark"}], "image": {"id": "d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "links": [{"href": "http://172.30.9.27:8774/images/d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000131", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "0528e430-f543-49a3-b001-81f1b6f141dc", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:09:27Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-10-10T17:09:27Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:09:28,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc used request id req-06096799-b101-4b51-b80f-f2701fd33424 2018-10-10 17:09:31,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9afdb155722f7733037a80bcecc7dd80dc4d9ec4" 2018-10-10 17:09:31,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09: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-4d817ab1-936b-4239-997c-349b965ee2f8 x-compute-request-id: req-4d817ab1-936b-4239-997c-349b965ee2f8 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:a2:2c", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0528e430-f543-49a3-b001-81f1b6f141dc", "rel": "bookmark"}], "image": {"id": "d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "links": [{"href": "http://172.30.9.27:8774/images/d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000131", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "0528e430-f543-49a3-b001-81f1b6f141dc", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:09:28Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-10-10T17:09:27Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:09:31,849 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc used request id req-4d817ab1-936b-4239-997c-349b965ee2f8 2018-10-10 17:09:34,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9afdb155722f7733037a80bcecc7dd80dc4d9ec4" 2018-10-10 17:09:35,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-d5fa5d8d-f9b3-4f55-9706-8964502de264 x-compute-request-id: req-d5fa5d8d-f9b3-4f55-9706-8964502de264 Content-Encoding: gzip Content-Length: 778 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:06:a2:2c", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0528e430-f543-49a3-b001-81f1b6f141dc", "rel": "bookmark"}], "image": {"id": "d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "links": [{"href": "http://172.30.9.27:8774/images/d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000131", "OS-SRV-USG:launched_at": "2018-10-10T17:09:29.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "0528e430-f543-49a3-b001-81f1b6f141dc", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:09:31Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-10-10T17:09:27Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:09:35,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc used request id req-d5fa5d8d-f9b3-4f55-9706-8964502de264 2018-10-10 17:09:35,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" 2018-10-10 17:09:36,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09: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-7d36581e-b92d-4010-b60e-19b71895e2d5 x-compute-request-id: req-7d36581e-b92d-4010-b60e-19b71895e2d5 Content-Encoding: gzip Content-Length: 778 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:06:a2:2c", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0528e430-f543-49a3-b001-81f1b6f141dc", "rel": "bookmark"}], "image": {"id": "d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "links": [{"href": "http://172.30.9.27:8774/images/d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000131", "OS-SRV-USG:launched_at": "2018-10-10T17:09:29.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "0528e430-f543-49a3-b001-81f1b6f141dc", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:09:31Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-10-10T17:09:27Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:09:36,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc used request id req-7d36581e-b92d-4010-b60e-19b71895e2d5 2018-10-10 17:09:36,034 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-2' booted successfully. IP='10.10.10.13'. 2018-10-10 17:09:36,034 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-2' to security group 'sdnvpn-sg'... 2018-10-10 17:09:36,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32dbaab30886eeef958de50a4af0a8aebb1fe79a" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:09:37,502 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:09: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-a830e7b6-6fbf-4f11-af1c-b73016fad65c x-compute-request-id: req-a830e7b6-6fbf-4f11-af1c-b73016fad65c Content-Length: 0 Content-Type: application/json 2018-10-10 17:09:37,502 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action used request id req-a830e7b6-6fbf-4f11-af1c-b73016fad65c 2018-10-10 17:09:37,503 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-1'... 2018-10-10 17:09:37,503 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-1 flavor=m1.tiny image=d3aa6556-fc18-4beb-aaed-943b1b8e7c66 network=9052b1ef-5b48-4a1a-a8ea-8fe9b2096216 secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-10 17:09:37,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:09:37,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:09:37,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:09:37,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:09:37,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:09:37,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:09:37,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:09:37,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:09:37,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:09:37,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:09:37,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:09:37,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:09:37,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:09:37,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:09:37,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:09:37,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:09:37,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:09:37,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:09:37,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:09:37,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:09:37,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:09:37,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:09:37,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:09:37,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:09:37,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:09:37,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:09:37,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:09:37,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:09:37,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:09:37,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:09:37,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:09:37,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:09:37,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:09:37,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:09:37,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:09:37,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:09:37,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:09:37,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:09:37,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:09:37,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:09:37,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:09:37,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:09:37,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:09:37,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:09:37,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:09:37,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:09:37,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:09:37,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:09:37,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:09:37,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2346e489-db90-4917-a770-26ae1bf70723 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:09:37,523 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2346e489-db90-4917-a770-26ae1bf70723 2018-10-10 17:09:37,524 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:09:37,905 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:09:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["PnQhja83RzqLAYZk3gyxog"], "issued_at": "2018-10-10T17:09:37.000000Z"}} 2018-10-10 17:09:37,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" 2018-10-10 17:09:38,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09: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-a80e5d6b-21d6-4a1c-8015-94824658e09e x-compute-request-id: req-a80e5d6b-21d6-4a1c-8015-94824658e09e Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:09:38,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a80e5d6b-21d6-4a1c-8015-94824658e09e 2018-10-10 17:09:38,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" 2018-10-10 17:09:38,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-e54d04c6-e84d-4d57-8edc-3ac4308301b6 x-compute-request-id: req-e54d04c6-e84d-4d57-8edc-3ac4308301b6 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:09:38,115 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-e54d04c6-e84d-4d57-8edc-3ac4308301b6 2018-10-10 17:09:38,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" -d '{"server": {"name": "sdnvpn-12-1", "imageRef": "d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9052b1ef-5b48-4a1a-a8ea-8fe9b2096216"}]}}' 2018-10-10 17:09:39,668 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17: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 x-openstack-request-id: req-6b3b9df3-cf10-4d83-966d-a989bb24dbc9 x-compute-request-id: req-6b3b9df3-cf10-4d83-966d-a989bb24dbc9 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2db94992-630a-4354-839b-3ab27e551773", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2db94992-630a-4354-839b-3ab27e551773", "rel": "bookmark"}], "adminPass": "6LRregEos6pL"}} 2018-10-10 17:09:39,668 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-6b3b9df3-cf10-4d83-966d-a989bb24dbc9 2018-10-10 17:09:39,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:09:39,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7e266b7-2d68-4b77-8553-a885a48d598d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:09:39,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b7e266b7-2d68-4b77-8553-a885a48d598d 2018-10-10 17:09:39,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:09:40,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:09:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["7NfVLj6XRoSftqTSonH36A"], "issued_at": "2018-10-10T17:09:40.000000Z"}} 2018-10-10 17:09:40,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82412afa4da88064840d9e459688b74eaea5f10d" 2018-10-10 17:09:40,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09: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-7003f9cd-ce13-4843-8da5-dcf4177ad262 x-compute-request-id: req-7003f9cd-ce13-4843-8da5-dcf4177ad262 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.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2db94992-630a-4354-839b-3ab27e551773", "rel": "bookmark"}], "image": {"id": "d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "links": [{"href": "http://172.30.9.27:8774/images/d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "2db94992-630a-4354-839b-3ab27e551773", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:09: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-12-1", "created": "2018-10-10T17:09:39Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:09:40,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773 used request id req-7003f9cd-ce13-4843-8da5-dcf4177ad262 2018-10-10 17:09:43,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82412afa4da88064840d9e459688b74eaea5f10d" 2018-10-10 17:09:44,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09: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-939de73c-a6ad-41e5-bd68-3e52d186140e x-compute-request-id: req-939de73c-a6ad-41e5-bd68-3e52d186140e 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.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2db94992-630a-4354-839b-3ab27e551773", "rel": "bookmark"}], "image": {"id": "d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "links": [{"href": "http://172.30.9.27:8774/images/d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000134", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "2db94992-630a-4354-839b-3ab27e551773", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:09:41Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-10-10T17:09:39Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:09:44,182 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773 used request id req-939de73c-a6ad-41e5-bd68-3e52d186140e 2018-10-10 17:09:47,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82412afa4da88064840d9e459688b74eaea5f10d" 2018-10-10 17:09:47,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09: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-410ee9eb-8485-448f-b4ce-99e6972ecf63 x-compute-request-id: req-410ee9eb-8485-448f-b4ce-99e6972ecf63 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:0b:2b:49", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2db94992-630a-4354-839b-3ab27e551773", "rel": "bookmark"}], "image": {"id": "d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "links": [{"href": "http://172.30.9.27:8774/images/d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000134", "OS-SRV-USG:launched_at": "2018-10-10T17:09:42.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "2db94992-630a-4354-839b-3ab27e551773", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:09:44Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-10-10T17:09:39Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:09:47,766 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773 used request id req-410ee9eb-8485-448f-b4ce-99e6972ecf63 2018-10-10 17:09:47,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" 2018-10-10 17:09:48,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09: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-32f5d440-fb35-43c7-be46-3f14b8effa4c x-compute-request-id: req-32f5d440-fb35-43c7-be46-3f14b8effa4c 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:0b:2b:49", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2db94992-630a-4354-839b-3ab27e551773", "rel": "bookmark"}], "image": {"id": "d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "links": [{"href": "http://172.30.9.27:8774/images/d3aa6556-fc18-4beb-aaed-943b1b8e7c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000134", "OS-SRV-USG:launched_at": "2018-10-10T17:09:42.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "2db94992-630a-4354-839b-3ab27e551773", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:09:44Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-10-10T17:09:39Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:09:48,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773 used request id req-32f5d440-fb35-43c7-be46-3f14b8effa4c 2018-10-10 17:09:48,576 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-1' booted successfully. IP='10.10.10.5'. 2018-10-10 17:09:48,576 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-1' to security group 'sdnvpn-sg'... 2018-10-10 17:09:48,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32dbaab30886eeef958de50a4af0a8aebb1fe79a" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:09:49,967 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17: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 x-openstack-request-id: req-10d59015-3000-44e2-a7a6-0ec0bc06bef4 x-compute-request-id: req-10d59015-3000-44e2-a7a6-0ec0bc06bef4 Content-Length: 0 Content-Type: application/json 2018-10-10 17:09:49,967 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action used request id req-10d59015-3000-44e2-a7a6-0ec0bc06bef4 2018-10-10 17:09:49,967 - sdnvpn_test_utils - INFO - Waiting for instance 2db94992-630a-4354-839b-3ab27e551773 to boot up 2018-10-10 17:09:49,970 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:09:51,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09: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-fc2c5548-ade1-4dc7-b40d-b0e3402ebd59 x-compute-request-id: req-fc2c5548-ade1-4dc7-b40d-b0e3402ebd59 Content-Encoding: gzip Content-Length: 9425 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503578553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168358] pid_max: default: 32768 minimum: 301\n[ 0.169570] ACPI: Core revision 20150930\n[ 0.171257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173064] Security Framework initialized\n[ 0.174208] Yama: becoming mindful.\n[ 0.175208] AppArmor: AppArmor initialized\n[ 0.176371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178222] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180034] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181722] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183636] Initializing cgroup subsys io\n[ 0.184736] Initializing cgroup subsys memory\n[ 0.185894] Initializing cgroup subsys devices\n[ 0.187078] Initializing cgroup subsys freezer\n[ 0.188251] Initializing cgroup subsys net_cls\n[ 0.189425] Initializing cgroup subsys perf_event\n[ 0.190655] Initializing cgroup subsys net_prio\n[ 0.191861] Initializing cgroup subsys hugetlb\n[ 0.193062] Initializing cgroup subsys pids\n[ 0.194221] CPU: Physical Processor ID: 0\n[ 0.196014] mce: CPU supports 10 MCE banks\n[ 0.197161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210881] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217953] ftrace: allocating 31920 entries in 125 pages\n[ 0.245188] smpboot: Max logical packages: 1\n[ 0.246343] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.248137] x2apic enabled\n[ 0.249149] Switched APIC routing to physical x2apic.\n[ 0.251256] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257808] KVM setup paravirtual spinlock\n[ 0.259373] x86: Booted up 1 node, 1 CPUs\n[ 0.260452] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262288] devtmpfs: initialized\n[ 0.264201] evm: security.selinux\n[ 0.265106] evm: security.SMACK64\n[ 0.266003] evm: security.SMACK64EXEC\n[ 0.266983] evm: security.SMACK64TRANSMUTE\n[ 0.268073] evm: security.SMACK64MMAP\n[ 0.269081] evm: security.ima\n[ 0.269925] evm: security.capability\n[ 0.270997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273532] pinctrl core: initialized pinctrl subsystem\n[ 0.275019] RTC time: 17:09:42, date: 10/10/18\n[ 0.276278] NET: Registered protocol family 16\n[ 0.277566] cpuidle: using governor ladder\n[ 0.278672] cpuidle: using governor menu\n[ 0.279719] PCCT header not found.\n[ 0.280688] ACPI: bus type PCI registered\n[ 0.281752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.283395] PCI: Using configuration type 1 for base access\n[ 0.285507] ACPI: Added _OSI(Module Device)\n[ 0.286627] ACPI: Added _OSI(Processor Device)\n[ 0.287773] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291425] ACPI: Interpreter enabled\n[ 0.292432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.302311] ACPI: (supports S0 S5)\n[ 0.303243] ACPI: Using IOAPIC for interrupt routing\n[ 0.304491] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309762] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311471] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.313111] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.316128] acpiphp: Slot [3] registered\n[ 0.317202] acpiphp: Slot [4] registered\n[ 0.318274] acpiphp: Slot [5] registered\n[ 0.319343] acpiphp: Slot [6] registered\n[ 0.320431] acpiphp: Slot [7] registered\n[ 0.321506] acpiphp: Slot [8] registered\n[ 0.322564] acpiphp: Slot [9] registered\n[ 0.323607] acpiphp: Slot [10] registered\n[ 0.324671] acpiphp: Slot [11] registered\n[ 0.325740] acpiphp: Slot [12] registered\n[ 0.326795] acpiphp: Slot [13] registered\n[ 0.327852] acpiphp: Slot [14] registered\n[ 0.328922] acpiphp: Slot [15] registered\n[ 0.340091] acpiphp: Slot [16] registered\n[ 0.341171] acpiphp: Slot [17] registered\n[ 0.342232] acpiphp: Slot [18] registered\n[ 0.343286] acpiphp: Slot [19] registered\n[ 0.344346] acpiphp: Slot [20] registered\n[ 0.345410] acpiphp: Slot [21] registered\n[ 0.346469] acpiphp: Slot [22] registered\n[ 0.347526] acpiphp: Slot [23] registered\n[ 0.348594] acpiphp: Slot [24] registered\n[ 0.349652] acpiphp: Slot [25] registered\n[ 0.350712] acpiphp: Slot [26] registered\n[ 0.351785] acpiphp: Slot [27] registered\n[ 0.352852] acpiphp: Slot [28] registered\n[ 0.353922] acpiphp: Slot [29] registered\n[ 0.354984] acpiphp: Slot [30] registered\n[ 0.356068] acpiphp: Slot [31] registered\n[ 0.357150] PCI host bridge to bus 0000:00\n[ 0.358237] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365501] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375454] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.377140] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383441] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385054] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431999] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437883] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440609] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442274] vgaarb: loaded\n[ 0.442907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444118] SCSI subsystem initialized\n[ 0.445003] ACPI: bus type USB registered\n[ 0.445884] usbcore: registered new interface driver usbfs\n[ 0.447000] usbcore: registered new interface driver hub\n[ 0.448083] usbcore: registered new device driver usb\n[ 0.449228] PCI: Using ACPI for IRQ routing\n[ 0.450330] NetLabel: Initializing\n[ 0.451101] NetLabel: domain hash size = 128\n[ 0.452026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453065] NetLabel: unlabeled traffic allowed by default\n[ 0.454251] clocksource: Switched to clocksource kvm-clock\n[ 0.459928] AppArmor: AppArmor Filesystem Enabled\n[ 0.460995] pnp: PnP ACPI init\n[ 0.461988] pnp: PnP ACPI: found 5 devices\n[ 0.468470] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470340] NET: Registered protocol family 2\n[ 0.471352] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472719] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473972] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.475235] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476401] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477659] NET: Registered protocol family 1\n[ 0.478596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.479791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495179] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509864] Trying to unpack rootfs image as initramfs...\n[ 0.560449] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.576745] Scanning for low memory corruption every 60 seconds\n[ 0.578177] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.579407] audit: initializing netlink subsys (disabled)\n[ 0.580495] audit: type=2000 audit(1539191383.395:1): initialized\n[ 0.581893] Initialise system trusted keyring\n[ 0.582869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.584145] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586180] zbud: loaded\n[ 0.586917] VFS: Disk quotas dquot_6.6.0\n[ 0.587774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589349] fuse init (API version 7.23)\n[ 0.590300] Key type big_key registered\n[ 0.591143] Allocating IMA MOK and blacklist keyrings.\n[ 0.592672] Key type asymmetric registered\n[ 0.593535] Asymmetric key parser 'x509' registered\n[ 0.594550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596115] io scheduler noop registered\n[ 0.596955] io scheduler deadline registered (default)\n[ 0.598007] io scheduler cfq registered\n[ 0.598906] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600006] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.601360] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602907] ACPI: Power Button [PWRF]\n[ 0.603786] GHES: HEST is not enabled!\n[ 0.617499] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648681] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.674719] Linux agpgart interface v0.103\n[ 0.676764] brd: module loaded\n[ 0.677947] loop: module loaded\n[ 0.682715] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.684158] GPT:90111 != 2097151\n[ 0.684823] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685885] GPT:90111 != 2097151\n[ 0.686551] GPT: Use GNU Parted to correct GPT errors.\n[ 0.687497] vda: vda1 vda15\n[ 0.688895] scsi host0: ata_piix\n[ 0.689630] scsi host1: ata_piix\n[ 0.690337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.691536] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.692949] libphy: Fixed MDIO Bus: probed\n[ 0.693750] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696738] PPP generic driver version 2.4.2\n[ 0.697617] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698852] ehci-pci: EHCI PCI platform driver\n[ 0.699709] ehci-platform: EHCI generic platform driver\n[ 0.700676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701778] ohci-pci: OHCI PCI platform driver\n[ 0.702631] ohci-platform: OHCI generic platform driver\n[ 0.703605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717878] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720294] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721275] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725156] usb usb1: Product: UHCI Host Controller\n[ 0.726236] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728687] hub 1-0:1.0: USB hub found\n[ 0.729574] hub 1-0:1.0: 2 ports detected\n[ 0.730597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.732937] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735190] mousedev: PS/2 mouse device common for all mice\n[ 0.736592] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738688] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742697] i2c /dev entries driver\n[ 0.743557] device-mapper: uevent: version 1.0.3\n[ 0.744620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747949] NET: Registered protocol family 10\n[ 0.749073] NET: Registered protocol family 17\n[ 0.750087] Key type dns_resolver registered\n[ 0.751140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752410] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754413] registered taskstats version 1\n[ 0.755372] Loading compiled-in X.509 certificates\n[ 0.756899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.779560] zswap: loaded using pool lzo/zbud\n[ 0.781479] Key type trusted registered\n[ 0.783090] Key type encrypted registered\n[ 0.784034] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785214] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786431] evm: HMAC attrs: 0x1\n[ 0.787451] Magic number: 6:196:188\n[ 0.788335] acpi device:1a: hash matches\n[ 0.789306] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:43 UTC (1539191383)\n[ 0.791174] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.792479] EDD information not available.\n[ 0.851235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863106] Write protecting the kernel read-only data: 14336k\n[ 0.864836] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866835] 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.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.577754] 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.44. iid=i-00000131\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrp4KJf+v7JE6BKMWArRiVU5yuuFX+TCkQiKXvVlWQyRxtWDihMHc2ZavDbnvVuni17HkjCmbx/TEqEkzb1ZxWGmkQTmU73JNzzRESze+pfSvXkUXw9KNtBn8feDTvPwXwwpeYpZyy3KghcwafynSRKyt4v7+dKJivfH1wTU1uYBfyb1BZrAhNtSBlmda7D5tHok8sUXg4d9VcLS1as8J86ai4TmizdQKY+Uc+H0O3yjx6mTwP4OTZI5E+ri6DxV9MpUxLbJa/CCRixxrFK7g9TQPRLfUaKLFm0/lsd3brsg3QDh5dNhlDcxtu7S39Lp0CHDFwjmqp+9RvRyAWjK3B root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMfUPgfjiThcVvudtccZAkr4wyTzq3IjEjxPsZarEW+KXiKZ8+di9BH9sBio7ToaZCiOQtkEdvHGN2JgLd/BVnQsKL2T7pCwQod5G4KkWsVmUTBrS/TOGuWS5Hwr0R2gTml4MN85/DUz1CS4HVAkvWOo/qXt7vXozcRCVf2TSLyhAAAAFQC6XoHxGYewDnrdUj7euNrsW3CSvwAAAIAvTh86Lf/GAnc/Iphzr8wHXOV0xrB1MhcPyVskXAN0QdFqoZj/KcH8DaNQ4m+09VmOpcs712bJZjpIj2pOE8RUvVyrKwU1u+GUihYRNXRYKaiauZYPewpImmFDKVrahe5XVS7mlf+fvevuD6ZmM5XJ9Oko4f7WJ6F4JdFTsYz6yAAAAIAXRMDmwcNk1FoygwBj55P7oaPxIipih5J76Hdjlj4+Qc/qhBGV8nwEFRZx6sOoUMK3Gm8zBnltPg2z9wdQlTpQfTZi0bm5rPfq/PbnKeUE1XMV2nqOm0kshBnYhXpMOsAQBZVR3zFbAl+Ie/lMfP45J+vY9dkB6kz8SxkohdkRfw== 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.5,24,fe80::f816:3eff:fe0b:2b49/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.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-00000131\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.26 ===\n"} 2018-10-10 17:09:51,092 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action used request id req-fc2c5548-ade1-4dc7-b40d-b0e3402ebd59 2018-10-10 17:09:53,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:09:54,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09: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-8c719b02-9cb9-4684-bb8e-623e5b4ee7f3 x-compute-request-id: req-8c719b02-9cb9-4684-bb8e-623e5b4ee7f3 Content-Encoding: gzip Content-Length: 10030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503578553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168358] pid_max: default: 32768 minimum: 301\n[ 0.169570] ACPI: Core revision 20150930\n[ 0.171257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173064] Security Framework initialized\n[ 0.174208] Yama: becoming mindful.\n[ 0.175208] AppArmor: AppArmor initialized\n[ 0.176371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178222] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180034] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181722] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183636] Initializing cgroup subsys io\n[ 0.184736] Initializing cgroup subsys memory\n[ 0.185894] Initializing cgroup subsys devices\n[ 0.187078] Initializing cgroup subsys freezer\n[ 0.188251] Initializing cgroup subsys net_cls\n[ 0.189425] Initializing cgroup subsys perf_event\n[ 0.190655] Initializing cgroup subsys net_prio\n[ 0.191861] Initializing cgroup subsys hugetlb\n[ 0.193062] Initializing cgroup subsys pids\n[ 0.194221] CPU: Physical Processor ID: 0\n[ 0.196014] mce: CPU supports 10 MCE banks\n[ 0.197161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210881] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217953] ftrace: allocating 31920 entries in 125 pages\n[ 0.245188] smpboot: Max logical packages: 1\n[ 0.246343] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.248137] x2apic enabled\n[ 0.249149] Switched APIC routing to physical x2apic.\n[ 0.251256] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257808] KVM setup paravirtual spinlock\n[ 0.259373] x86: Booted up 1 node, 1 CPUs\n[ 0.260452] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262288] devtmpfs: initialized\n[ 0.264201] evm: security.selinux\n[ 0.265106] evm: security.SMACK64\n[ 0.266003] evm: security.SMACK64EXEC\n[ 0.266983] evm: security.SMACK64TRANSMUTE\n[ 0.268073] evm: security.SMACK64MMAP\n[ 0.269081] evm: security.ima\n[ 0.269925] evm: security.capability\n[ 0.270997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273532] pinctrl core: initialized pinctrl subsystem\n[ 0.275019] RTC time: 17:09:42, date: 10/10/18\n[ 0.276278] NET: Registered protocol family 16\n[ 0.277566] cpuidle: using governor ladder\n[ 0.278672] cpuidle: using governor menu\n[ 0.279719] PCCT header not found.\n[ 0.280688] ACPI: bus type PCI registered\n[ 0.281752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.283395] PCI: Using configuration type 1 for base access\n[ 0.285507] ACPI: Added _OSI(Module Device)\n[ 0.286627] ACPI: Added _OSI(Processor Device)\n[ 0.287773] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291425] ACPI: Interpreter enabled\n[ 0.292432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.302311] ACPI: (supports S0 S5)\n[ 0.303243] ACPI: Using IOAPIC for interrupt routing\n[ 0.304491] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309762] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311471] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.313111] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.316128] acpiphp: Slot [3] registered\n[ 0.317202] acpiphp: Slot [4] registered\n[ 0.318274] acpiphp: Slot [5] registered\n[ 0.319343] acpiphp: Slot [6] registered\n[ 0.320431] acpiphp: Slot [7] registered\n[ 0.321506] acpiphp: Slot [8] registered\n[ 0.322564] acpiphp: Slot [9] registered\n[ 0.323607] acpiphp: Slot [10] registered\n[ 0.324671] acpiphp: Slot [11] registered\n[ 0.325740] acpiphp: Slot [12] registered\n[ 0.326795] acpiphp: Slot [13] registered\n[ 0.327852] acpiphp: Slot [14] registered\n[ 0.328922] acpiphp: Slot [15] registered\n[ 0.340091] acpiphp: Slot [16] registered\n[ 0.341171] acpiphp: Slot [17] registered\n[ 0.342232] acpiphp: Slot [18] registered\n[ 0.343286] acpiphp: Slot [19] registered\n[ 0.344346] acpiphp: Slot [20] registered\n[ 0.345410] acpiphp: Slot [21] registered\n[ 0.346469] acpiphp: Slot [22] registered\n[ 0.347526] acpiphp: Slot [23] registered\n[ 0.348594] acpiphp: Slot [24] registered\n[ 0.349652] acpiphp: Slot [25] registered\n[ 0.350712] acpiphp: Slot [26] registered\n[ 0.351785] acpiphp: Slot [27] registered\n[ 0.352852] acpiphp: Slot [28] registered\n[ 0.353922] acpiphp: Slot [29] registered\n[ 0.354984] acpiphp: Slot [30] registered\n[ 0.356068] acpiphp: Slot [31] registered\n[ 0.357150] PCI host bridge to bus 0000:00\n[ 0.358237] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365501] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375454] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.377140] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383441] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385054] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431999] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437883] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440609] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442274] vgaarb: loaded\n[ 0.442907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444118] SCSI subsystem initialized\n[ 0.445003] ACPI: bus type USB registered\n[ 0.445884] usbcore: registered new interface driver usbfs\n[ 0.447000] usbcore: registered new interface driver hub\n[ 0.448083] usbcore: registered new device driver usb\n[ 0.449228] PCI: Using ACPI for IRQ routing\n[ 0.450330] NetLabel: Initializing\n[ 0.451101] NetLabel: domain hash size = 128\n[ 0.452026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453065] NetLabel: unlabeled traffic allowed by default\n[ 0.454251] clocksource: Switched to clocksource kvm-clock\n[ 0.459928] AppArmor: AppArmor Filesystem Enabled\n[ 0.460995] pnp: PnP ACPI init\n[ 0.461988] pnp: PnP ACPI: found 5 devices\n[ 0.468470] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470340] NET: Registered protocol family 2\n[ 0.471352] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472719] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473972] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.475235] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476401] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477659] NET: Registered protocol family 1\n[ 0.478596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.479791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495179] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509864] Trying to unpack rootfs image as initramfs...\n[ 0.560449] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.576745] Scanning for low memory corruption every 60 seconds\n[ 0.578177] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.579407] audit: initializing netlink subsys (disabled)\n[ 0.580495] audit: type=2000 audit(1539191383.395:1): initialized\n[ 0.581893] Initialise system trusted keyring\n[ 0.582869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.584145] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586180] zbud: loaded\n[ 0.586917] VFS: Disk quotas dquot_6.6.0\n[ 0.587774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589349] fuse init (API version 7.23)\n[ 0.590300] Key type big_key registered\n[ 0.591143] Allocating IMA MOK and blacklist keyrings.\n[ 0.592672] Key type asymmetric registered\n[ 0.593535] Asymmetric key parser 'x509' registered\n[ 0.594550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596115] io scheduler noop registered\n[ 0.596955] io scheduler deadline registered (default)\n[ 0.598007] io scheduler cfq registered\n[ 0.598906] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600006] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.601360] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602907] ACPI: Power Button [PWRF]\n[ 0.603786] GHES: HEST is not enabled!\n[ 0.617499] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648681] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.674719] Linux agpgart interface v0.103\n[ 0.676764] brd: module loaded\n[ 0.677947] loop: module loaded\n[ 0.682715] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.684158] GPT:90111 != 2097151\n[ 0.684823] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685885] GPT:90111 != 2097151\n[ 0.686551] GPT: Use GNU Parted to correct GPT errors.\n[ 0.687497] vda: vda1 vda15\n[ 0.688895] scsi host0: ata_piix\n[ 0.689630] scsi host1: ata_piix\n[ 0.690337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.691536] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.692949] libphy: Fixed MDIO Bus: probed\n[ 0.693750] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696738] PPP generic driver version 2.4.2\n[ 0.697617] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698852] ehci-pci: EHCI PCI platform driver\n[ 0.699709] ehci-platform: EHCI generic platform driver\n[ 0.700676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701778] ohci-pci: OHCI PCI platform driver\n[ 0.702631] ohci-platform: OHCI generic platform driver\n[ 0.703605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717878] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720294] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721275] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725156] usb usb1: Product: UHCI Host Controller\n[ 0.726236] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728687] hub 1-0:1.0: USB hub found\n[ 0.729574] hub 1-0:1.0: 2 ports detected\n[ 0.730597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.732937] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735190] mousedev: PS/2 mouse device common for all mice\n[ 0.736592] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738688] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742697] i2c /dev entries driver\n[ 0.743557] device-mapper: uevent: version 1.0.3\n[ 0.744620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747949] NET: Registered protocol family 10\n[ 0.749073] NET: Registered protocol family 17\n[ 0.750087] Key type dns_resolver registered\n[ 0.751140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752410] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754413] registered taskstats version 1\n[ 0.755372] Loading compiled-in X.509 certificates\n[ 0.756899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.779560] zswap: loaded using pool lzo/zbud\n[ 0.781479] Key type trusted registered\n[ 0.783090] Key type encrypted registered\n[ 0.784034] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785214] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786431] evm: HMAC attrs: 0x1\n[ 0.787451] Magic number: 6:196:188\n[ 0.788335] acpi device:1a: hash matches\n[ 0.789306] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:43 UTC (1539191383)\n[ 0.791174] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.792479] EDD information not available.\n[ 0.851235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863106] Write protecting the kernel read-only data: 14336k\n[ 0.864836] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866835] 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.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.577754] 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.44. iid=i-00000131\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrp4KJf+v7JE6BKMWArRiVU5yuuFX+TCkQiKXvVlWQyRxtWDihMHc2ZavDbnvVuni17HkjCmbx/TEqEkzb1ZxWGmkQTmU73JNzzRESze+pfSvXkUXw9KNtBn8feDTvPwXwwpeYpZyy3KghcwafynSRKyt4v7+dKJivfH1wTU1uYBfyb1BZrAhNtSBlmda7D5tHok8sUXg4d9VcLS1as8J86ai4TmizdQKY+Uc+H0O3yjx6mTwP4OTZI5E+ri6DxV9MpUxLbJa/CCRixxrFK7g9TQPRLfUaKLFm0/lsd3brsg3QDh5dNhlDcxtu7S39Lp0CHDFwjmqp+9RvRyAWjK3B root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMfUPgfjiThcVvudtccZAkr4wyTzq3IjEjxPsZarEW+KXiKZ8+di9BH9sBio7ToaZCiOQtkEdvHGN2JgLd/BVnQsKL2T7pCwQod5G4KkWsVmUTBrS/TOGuWS5Hwr0R2gTml4MN85/DUz1CS4HVAkvWOo/qXt7vXozcRCVf2TSLyhAAAAFQC6XoHxGYewDnrdUj7euNrsW3CSvwAAAIAvTh86Lf/GAnc/Iphzr8wHXOV0xrB1MhcPyVskXAN0QdFqoZj/KcH8DaNQ4m+09VmOpcs712bJZjpIj2pOE8RUvVyrKwU1u+GUihYRNXRYKaiauZYPewpImmFDKVrahe5XVS7mlf+fvevuD6ZmM5XJ9Oko4f7WJ6F4JdFTsYz6yAAAAIAXRMDmwcNk1FoygwBj55P7oaPxIipih5J76Hdjlj4+Qc/qhBGV8nwEFRZx6sOoUMK3Gm8zBnltPg2z9wdQlTpQfTZi0bm5rPfq/PbnKeUE1XMV2nqOm0kshBnYhXpMOsAQBZVR3zFbAl+Ie/lMfP45J+vY9dkB6kz8SxkohdkRfw== 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.5,24,fe80::f816:3eff:fe0b:2b49/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.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-00000131\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.26 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.08s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0B:2B:49 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0b:2b49/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7996 (7.8 KiB) TX bytes:9211 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:09:54,184 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action used request id req-8c719b02-9cb9-4684-bb8e-623e5b4ee7f3 2018-10-10 17:09:56,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:09:57,282 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:09: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-4af34c51-8ae3-43c9-bf0e-a3676d679104 x-compute-request-id: req-4af34c51-8ae3-43c9-bf0e-a3676d679104 Content-Encoding: gzip Content-Length: 10030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503578553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168358] pid_max: default: 32768 minimum: 301\n[ 0.169570] ACPI: Core revision 20150930\n[ 0.171257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173064] Security Framework initialized\n[ 0.174208] Yama: becoming mindful.\n[ 0.175208] AppArmor: AppArmor initialized\n[ 0.176371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178222] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180034] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181722] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183636] Initializing cgroup subsys io\n[ 0.184736] Initializing cgroup subsys memory\n[ 0.185894] Initializing cgroup subsys devices\n[ 0.187078] Initializing cgroup subsys freezer\n[ 0.188251] Initializing cgroup subsys net_cls\n[ 0.189425] Initializing cgroup subsys perf_event\n[ 0.190655] Initializing cgroup subsys net_prio\n[ 0.191861] Initializing cgroup subsys hugetlb\n[ 0.193062] Initializing cgroup subsys pids\n[ 0.194221] CPU: Physical Processor ID: 0\n[ 0.196014] mce: CPU supports 10 MCE banks\n[ 0.197161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210881] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217953] ftrace: allocating 31920 entries in 125 pages\n[ 0.245188] smpboot: Max logical packages: 1\n[ 0.246343] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.248137] x2apic enabled\n[ 0.249149] Switched APIC routing to physical x2apic.\n[ 0.251256] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257808] KVM setup paravirtual spinlock\n[ 0.259373] x86: Booted up 1 node, 1 CPUs\n[ 0.260452] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262288] devtmpfs: initialized\n[ 0.264201] evm: security.selinux\n[ 0.265106] evm: security.SMACK64\n[ 0.266003] evm: security.SMACK64EXEC\n[ 0.266983] evm: security.SMACK64TRANSMUTE\n[ 0.268073] evm: security.SMACK64MMAP\n[ 0.269081] evm: security.ima\n[ 0.269925] evm: security.capability\n[ 0.270997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273532] pinctrl core: initialized pinctrl subsystem\n[ 0.275019] RTC time: 17:09:42, date: 10/10/18\n[ 0.276278] NET: Registered protocol family 16\n[ 0.277566] cpuidle: using governor ladder\n[ 0.278672] cpuidle: using governor menu\n[ 0.279719] PCCT header not found.\n[ 0.280688] ACPI: bus type PCI registered\n[ 0.281752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.283395] PCI: Using configuration type 1 for base access\n[ 0.285507] ACPI: Added _OSI(Module Device)\n[ 0.286627] ACPI: Added _OSI(Processor Device)\n[ 0.287773] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291425] ACPI: Interpreter enabled\n[ 0.292432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.302311] ACPI: (supports S0 S5)\n[ 0.303243] ACPI: Using IOAPIC for interrupt routing\n[ 0.304491] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309762] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311471] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.313111] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.316128] acpiphp: Slot [3] registered\n[ 0.317202] acpiphp: Slot [4] registered\n[ 0.318274] acpiphp: Slot [5] registered\n[ 0.319343] acpiphp: Slot [6] registered\n[ 0.320431] acpiphp: Slot [7] registered\n[ 0.321506] acpiphp: Slot [8] registered\n[ 0.322564] acpiphp: Slot [9] registered\n[ 0.323607] acpiphp: Slot [10] registered\n[ 0.324671] acpiphp: Slot [11] registered\n[ 0.325740] acpiphp: Slot [12] registered\n[ 0.326795] acpiphp: Slot [13] registered\n[ 0.327852] acpiphp: Slot [14] registered\n[ 0.328922] acpiphp: Slot [15] registered\n[ 0.340091] acpiphp: Slot [16] registered\n[ 0.341171] acpiphp: Slot [17] registered\n[ 0.342232] acpiphp: Slot [18] registered\n[ 0.343286] acpiphp: Slot [19] registered\n[ 0.344346] acpiphp: Slot [20] registered\n[ 0.345410] acpiphp: Slot [21] registered\n[ 0.346469] acpiphp: Slot [22] registered\n[ 0.347526] acpiphp: Slot [23] registered\n[ 0.348594] acpiphp: Slot [24] registered\n[ 0.349652] acpiphp: Slot [25] registered\n[ 0.350712] acpiphp: Slot [26] registered\n[ 0.351785] acpiphp: Slot [27] registered\n[ 0.352852] acpiphp: Slot [28] registered\n[ 0.353922] acpiphp: Slot [29] registered\n[ 0.354984] acpiphp: Slot [30] registered\n[ 0.356068] acpiphp: Slot [31] registered\n[ 0.357150] PCI host bridge to bus 0000:00\n[ 0.358237] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365501] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375454] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.377140] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383441] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385054] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431999] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437883] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440609] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442274] vgaarb: loaded\n[ 0.442907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444118] SCSI subsystem initialized\n[ 0.445003] ACPI: bus type USB registered\n[ 0.445884] usbcore: registered new interface driver usbfs\n[ 0.447000] usbcore: registered new interface driver hub\n[ 0.448083] usbcore: registered new device driver usb\n[ 0.449228] PCI: Using ACPI for IRQ routing\n[ 0.450330] NetLabel: Initializing\n[ 0.451101] NetLabel: domain hash size = 128\n[ 0.452026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453065] NetLabel: unlabeled traffic allowed by default\n[ 0.454251] clocksource: Switched to clocksource kvm-clock\n[ 0.459928] AppArmor: AppArmor Filesystem Enabled\n[ 0.460995] pnp: PnP ACPI init\n[ 0.461988] pnp: PnP ACPI: found 5 devices\n[ 0.468470] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470340] NET: Registered protocol family 2\n[ 0.471352] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472719] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473972] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.475235] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476401] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477659] NET: Registered protocol family 1\n[ 0.478596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.479791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495179] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509864] Trying to unpack rootfs image as initramfs...\n[ 0.560449] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.576745] Scanning for low memory corruption every 60 seconds\n[ 0.578177] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.579407] audit: initializing netlink subsys (disabled)\n[ 0.580495] audit: type=2000 audit(1539191383.395:1): initialized\n[ 0.581893] Initialise system trusted keyring\n[ 0.582869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.584145] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586180] zbud: loaded\n[ 0.586917] VFS: Disk quotas dquot_6.6.0\n[ 0.587774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589349] fuse init (API version 7.23)\n[ 0.590300] Key type big_key registered\n[ 0.591143] Allocating IMA MOK and blacklist keyrings.\n[ 0.592672] Key type asymmetric registered\n[ 0.593535] Asymmetric key parser 'x509' registered\n[ 0.594550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596115] io scheduler noop registered\n[ 0.596955] io scheduler deadline registered (default)\n[ 0.598007] io scheduler cfq registered\n[ 0.598906] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600006] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.601360] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602907] ACPI: Power Button [PWRF]\n[ 0.603786] GHES: HEST is not enabled!\n[ 0.617499] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648681] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.674719] Linux agpgart interface v0.103\n[ 0.676764] brd: module loaded\n[ 0.677947] loop: module loaded\n[ 0.682715] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.684158] GPT:90111 != 2097151\n[ 0.684823] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685885] GPT:90111 != 2097151\n[ 0.686551] GPT: Use GNU Parted to correct GPT errors.\n[ 0.687497] vda: vda1 vda15\n[ 0.688895] scsi host0: ata_piix\n[ 0.689630] scsi host1: ata_piix\n[ 0.690337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.691536] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.692949] libphy: Fixed MDIO Bus: probed\n[ 0.693750] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696738] PPP generic driver version 2.4.2\n[ 0.697617] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698852] ehci-pci: EHCI PCI platform driver\n[ 0.699709] ehci-platform: EHCI generic platform driver\n[ 0.700676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701778] ohci-pci: OHCI PCI platform driver\n[ 0.702631] ohci-platform: OHCI generic platform driver\n[ 0.703605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717878] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720294] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721275] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725156] usb usb1: Product: UHCI Host Controller\n[ 0.726236] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728687] hub 1-0:1.0: USB hub found\n[ 0.729574] hub 1-0:1.0: 2 ports detected\n[ 0.730597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.732937] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735190] mousedev: PS/2 mouse device common for all mice\n[ 0.736592] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738688] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742697] i2c /dev entries driver\n[ 0.743557] device-mapper: uevent: version 1.0.3\n[ 0.744620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747949] NET: Registered protocol family 10\n[ 0.749073] NET: Registered protocol family 17\n[ 0.750087] Key type dns_resolver registered\n[ 0.751140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752410] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754413] registered taskstats version 1\n[ 0.755372] Loading compiled-in X.509 certificates\n[ 0.756899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.779560] zswap: loaded using pool lzo/zbud\n[ 0.781479] Key type trusted registered\n[ 0.783090] Key type encrypted registered\n[ 0.784034] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785214] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786431] evm: HMAC attrs: 0x1\n[ 0.787451] Magic number: 6:196:188\n[ 0.788335] acpi device:1a: hash matches\n[ 0.789306] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:43 UTC (1539191383)\n[ 0.791174] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.792479] EDD information not available.\n[ 0.851235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863106] Write protecting the kernel read-only data: 14336k\n[ 0.864836] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866835] 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.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.577754] 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.44. iid=i-00000131\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrp4KJf+v7JE6BKMWArRiVU5yuuFX+TCkQiKXvVlWQyRxtWDihMHc2ZavDbnvVuni17HkjCmbx/TEqEkzb1ZxWGmkQTmU73JNzzRESze+pfSvXkUXw9KNtBn8feDTvPwXwwpeYpZyy3KghcwafynSRKyt4v7+dKJivfH1wTU1uYBfyb1BZrAhNtSBlmda7D5tHok8sUXg4d9VcLS1as8J86ai4TmizdQKY+Uc+H0O3yjx6mTwP4OTZI5E+ri6DxV9MpUxLbJa/CCRixxrFK7g9TQPRLfUaKLFm0/lsd3brsg3QDh5dNhlDcxtu7S39Lp0CHDFwjmqp+9RvRyAWjK3B root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMfUPgfjiThcVvudtccZAkr4wyTzq3IjEjxPsZarEW+KXiKZ8+di9BH9sBio7ToaZCiOQtkEdvHGN2JgLd/BVnQsKL2T7pCwQod5G4KkWsVmUTBrS/TOGuWS5Hwr0R2gTml4MN85/DUz1CS4HVAkvWOo/qXt7vXozcRCVf2TSLyhAAAAFQC6XoHxGYewDnrdUj7euNrsW3CSvwAAAIAvTh86Lf/GAnc/Iphzr8wHXOV0xrB1MhcPyVskXAN0QdFqoZj/KcH8DaNQ4m+09VmOpcs712bJZjpIj2pOE8RUvVyrKwU1u+GUihYRNXRYKaiauZYPewpImmFDKVrahe5XVS7mlf+fvevuD6ZmM5XJ9Oko4f7WJ6F4JdFTsYz6yAAAAIAXRMDmwcNk1FoygwBj55P7oaPxIipih5J76Hdjlj4+Qc/qhBGV8nwEFRZx6sOoUMK3Gm8zBnltPg2z9wdQlTpQfTZi0bm5rPfq/PbnKeUE1XMV2nqOm0kshBnYhXpMOsAQBZVR3zFbAl+Ie/lMfP45J+vY9dkB6kz8SxkohdkRfw== 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.5,24,fe80::f816:3eff:fe0b:2b49/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.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-00000131\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.26 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.08s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0B:2B:49 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0b:2b49/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7996 (7.8 KiB) TX bytes:9211 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:09:57,283 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action used request id req-4af34c51-8ae3-43c9-bf0e-a3676d679104 2018-10-10 17:09:59,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:00,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-4203c4db-3092-4f8e-9e9a-483c47dc6e54 x-compute-request-id: req-4203c4db-3092-4f8e-9e9a-483c47dc6e54 Content-Encoding: gzip Content-Length: 10030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503578553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168358] pid_max: default: 32768 minimum: 301\n[ 0.169570] ACPI: Core revision 20150930\n[ 0.171257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173064] Security Framework initialized\n[ 0.174208] Yama: becoming mindful.\n[ 0.175208] AppArmor: AppArmor initialized\n[ 0.176371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178222] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180034] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181722] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183636] Initializing cgroup subsys io\n[ 0.184736] Initializing cgroup subsys memory\n[ 0.185894] Initializing cgroup subsys devices\n[ 0.187078] Initializing cgroup subsys freezer\n[ 0.188251] Initializing cgroup subsys net_cls\n[ 0.189425] Initializing cgroup subsys perf_event\n[ 0.190655] Initializing cgroup subsys net_prio\n[ 0.191861] Initializing cgroup subsys hugetlb\n[ 0.193062] Initializing cgroup subsys pids\n[ 0.194221] CPU: Physical Processor ID: 0\n[ 0.196014] mce: CPU supports 10 MCE banks\n[ 0.197161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210881] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217953] ftrace: allocating 31920 entries in 125 pages\n[ 0.245188] smpboot: Max logical packages: 1\n[ 0.246343] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.248137] x2apic enabled\n[ 0.249149] Switched APIC routing to physical x2apic.\n[ 0.251256] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257808] KVM setup paravirtual spinlock\n[ 0.259373] x86: Booted up 1 node, 1 CPUs\n[ 0.260452] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262288] devtmpfs: initialized\n[ 0.264201] evm: security.selinux\n[ 0.265106] evm: security.SMACK64\n[ 0.266003] evm: security.SMACK64EXEC\n[ 0.266983] evm: security.SMACK64TRANSMUTE\n[ 0.268073] evm: security.SMACK64MMAP\n[ 0.269081] evm: security.ima\n[ 0.269925] evm: security.capability\n[ 0.270997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273532] pinctrl core: initialized pinctrl subsystem\n[ 0.275019] RTC time: 17:09:42, date: 10/10/18\n[ 0.276278] NET: Registered protocol family 16\n[ 0.277566] cpuidle: using governor ladder\n[ 0.278672] cpuidle: using governor menu\n[ 0.279719] PCCT header not found.\n[ 0.280688] ACPI: bus type PCI registered\n[ 0.281752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.283395] PCI: Using configuration type 1 for base access\n[ 0.285507] ACPI: Added _OSI(Module Device)\n[ 0.286627] ACPI: Added _OSI(Processor Device)\n[ 0.287773] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291425] ACPI: Interpreter enabled\n[ 0.292432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.302311] ACPI: (supports S0 S5)\n[ 0.303243] ACPI: Using IOAPIC for interrupt routing\n[ 0.304491] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309762] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311471] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.313111] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.316128] acpiphp: Slot [3] registered\n[ 0.317202] acpiphp: Slot [4] registered\n[ 0.318274] acpiphp: Slot [5] registered\n[ 0.319343] acpiphp: Slot [6] registered\n[ 0.320431] acpiphp: Slot [7] registered\n[ 0.321506] acpiphp: Slot [8] registered\n[ 0.322564] acpiphp: Slot [9] registered\n[ 0.323607] acpiphp: Slot [10] registered\n[ 0.324671] acpiphp: Slot [11] registered\n[ 0.325740] acpiphp: Slot [12] registered\n[ 0.326795] acpiphp: Slot [13] registered\n[ 0.327852] acpiphp: Slot [14] registered\n[ 0.328922] acpiphp: Slot [15] registered\n[ 0.340091] acpiphp: Slot [16] registered\n[ 0.341171] acpiphp: Slot [17] registered\n[ 0.342232] acpiphp: Slot [18] registered\n[ 0.343286] acpiphp: Slot [19] registered\n[ 0.344346] acpiphp: Slot [20] registered\n[ 0.345410] acpiphp: Slot [21] registered\n[ 0.346469] acpiphp: Slot [22] registered\n[ 0.347526] acpiphp: Slot [23] registered\n[ 0.348594] acpiphp: Slot [24] registered\n[ 0.349652] acpiphp: Slot [25] registered\n[ 0.350712] acpiphp: Slot [26] registered\n[ 0.351785] acpiphp: Slot [27] registered\n[ 0.352852] acpiphp: Slot [28] registered\n[ 0.353922] acpiphp: Slot [29] registered\n[ 0.354984] acpiphp: Slot [30] registered\n[ 0.356068] acpiphp: Slot [31] registered\n[ 0.357150] PCI host bridge to bus 0000:00\n[ 0.358237] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365501] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375454] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.377140] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383441] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385054] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431999] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437883] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440609] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442274] vgaarb: loaded\n[ 0.442907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444118] SCSI subsystem initialized\n[ 0.445003] ACPI: bus type USB registered\n[ 0.445884] usbcore: registered new interface driver usbfs\n[ 0.447000] usbcore: registered new interface driver hub\n[ 0.448083] usbcore: registered new device driver usb\n[ 0.449228] PCI: Using ACPI for IRQ routing\n[ 0.450330] NetLabel: Initializing\n[ 0.451101] NetLabel: domain hash size = 128\n[ 0.452026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453065] NetLabel: unlabeled traffic allowed by default\n[ 0.454251] clocksource: Switched to clocksource kvm-clock\n[ 0.459928] AppArmor: AppArmor Filesystem Enabled\n[ 0.460995] pnp: PnP ACPI init\n[ 0.461988] pnp: PnP ACPI: found 5 devices\n[ 0.468470] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470340] NET: Registered protocol family 2\n[ 0.471352] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472719] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473972] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.475235] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476401] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477659] NET: Registered protocol family 1\n[ 0.478596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.479791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495179] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509864] Trying to unpack rootfs image as initramfs...\n[ 0.560449] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.576745] Scanning for low memory corruption every 60 seconds\n[ 0.578177] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.579407] audit: initializing netlink subsys (disabled)\n[ 0.580495] audit: type=2000 audit(1539191383.395:1): initialized\n[ 0.581893] Initialise system trusted keyring\n[ 0.582869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.584145] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586180] zbud: loaded\n[ 0.586917] VFS: Disk quotas dquot_6.6.0\n[ 0.587774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589349] fuse init (API version 7.23)\n[ 0.590300] Key type big_key registered\n[ 0.591143] Allocating IMA MOK and blacklist keyrings.\n[ 0.592672] Key type asymmetric registered\n[ 0.593535] Asymmetric key parser 'x509' registered\n[ 0.594550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596115] io scheduler noop registered\n[ 0.596955] io scheduler deadline registered (default)\n[ 0.598007] io scheduler cfq registered\n[ 0.598906] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600006] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.601360] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602907] ACPI: Power Button [PWRF]\n[ 0.603786] GHES: HEST is not enabled!\n[ 0.617499] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648681] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.674719] Linux agpgart interface v0.103\n[ 0.676764] brd: module loaded\n[ 0.677947] loop: module loaded\n[ 0.682715] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.684158] GPT:90111 != 2097151\n[ 0.684823] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685885] GPT:90111 != 2097151\n[ 0.686551] GPT: Use GNU Parted to correct GPT errors.\n[ 0.687497] vda: vda1 vda15\n[ 0.688895] scsi host0: ata_piix\n[ 0.689630] scsi host1: ata_piix\n[ 0.690337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.691536] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.692949] libphy: Fixed MDIO Bus: probed\n[ 0.693750] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696738] PPP generic driver version 2.4.2\n[ 0.697617] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698852] ehci-pci: EHCI PCI platform driver\n[ 0.699709] ehci-platform: EHCI generic platform driver\n[ 0.700676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701778] ohci-pci: OHCI PCI platform driver\n[ 0.702631] ohci-platform: OHCI generic platform driver\n[ 0.703605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717878] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720294] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721275] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725156] usb usb1: Product: UHCI Host Controller\n[ 0.726236] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728687] hub 1-0:1.0: USB hub found\n[ 0.729574] hub 1-0:1.0: 2 ports detected\n[ 0.730597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.732937] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735190] mousedev: PS/2 mouse device common for all mice\n[ 0.736592] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738688] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742697] i2c /dev entries driver\n[ 0.743557] device-mapper: uevent: version 1.0.3\n[ 0.744620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747949] NET: Registered protocol family 10\n[ 0.749073] NET: Registered protocol family 17\n[ 0.750087] Key type dns_resolver registered\n[ 0.751140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752410] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754413] registered taskstats version 1\n[ 0.755372] Loading compiled-in X.509 certificates\n[ 0.756899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.779560] zswap: loaded using pool lzo/zbud\n[ 0.781479] Key type trusted registered\n[ 0.783090] Key type encrypted registered\n[ 0.784034] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785214] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786431] evm: HMAC attrs: 0x1\n[ 0.787451] Magic number: 6:196:188\n[ 0.788335] acpi device:1a: hash matches\n[ 0.789306] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:43 UTC (1539191383)\n[ 0.791174] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.792479] EDD information not available.\n[ 0.851235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863106] Write protecting the kernel read-only data: 14336k\n[ 0.864836] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866835] 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.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.577754] 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.44. iid=i-00000131\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrp4KJf+v7JE6BKMWArRiVU5yuuFX+TCkQiKXvVlWQyRxtWDihMHc2ZavDbnvVuni17HkjCmbx/TEqEkzb1ZxWGmkQTmU73JNzzRESze+pfSvXkUXw9KNtBn8feDTvPwXwwpeYpZyy3KghcwafynSRKyt4v7+dKJivfH1wTU1uYBfyb1BZrAhNtSBlmda7D5tHok8sUXg4d9VcLS1as8J86ai4TmizdQKY+Uc+H0O3yjx6mTwP4OTZI5E+ri6DxV9MpUxLbJa/CCRixxrFK7g9TQPRLfUaKLFm0/lsd3brsg3QDh5dNhlDcxtu7S39Lp0CHDFwjmqp+9RvRyAWjK3B root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMfUPgfjiThcVvudtccZAkr4wyTzq3IjEjxPsZarEW+KXiKZ8+di9BH9sBio7ToaZCiOQtkEdvHGN2JgLd/BVnQsKL2T7pCwQod5G4KkWsVmUTBrS/TOGuWS5Hwr0R2gTml4MN85/DUz1CS4HVAkvWOo/qXt7vXozcRCVf2TSLyhAAAAFQC6XoHxGYewDnrdUj7euNrsW3CSvwAAAIAvTh86Lf/GAnc/Iphzr8wHXOV0xrB1MhcPyVskXAN0QdFqoZj/KcH8DaNQ4m+09VmOpcs712bJZjpIj2pOE8RUvVyrKwU1u+GUihYRNXRYKaiauZYPewpImmFDKVrahe5XVS7mlf+fvevuD6ZmM5XJ9Oko4f7WJ6F4JdFTsYz6yAAAAIAXRMDmwcNk1FoygwBj55P7oaPxIipih5J76Hdjlj4+Qc/qhBGV8nwEFRZx6sOoUMK3Gm8zBnltPg2z9wdQlTpQfTZi0bm5rPfq/PbnKeUE1XMV2nqOm0kshBnYhXpMOsAQBZVR3zFbAl+Ie/lMfP45J+vY9dkB6kz8SxkohdkRfw== 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.5,24,fe80::f816:3eff:fe0b:2b49/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.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-00000131\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.26 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.08s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0B:2B:49 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0b:2b49/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7996 (7.8 KiB) TX bytes:9211 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:10:00,380 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action used request id req-4203c4db-3092-4f8e-9e9a-483c47dc6e54 2018-10-10 17:10:02,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:03,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:10: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-9b60c4b0-5e2e-4321-a5e9-f850ffea32ba x-compute-request-id: req-9b60c4b0-5e2e-4321-a5e9-f850ffea32ba Content-Encoding: gzip Content-Length: 10030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503578553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168358] pid_max: default: 32768 minimum: 301\n[ 0.169570] ACPI: Core revision 20150930\n[ 0.171257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173064] Security Framework initialized\n[ 0.174208] Yama: becoming mindful.\n[ 0.175208] AppArmor: AppArmor initialized\n[ 0.176371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178222] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180034] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181722] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183636] Initializing cgroup subsys io\n[ 0.184736] Initializing cgroup subsys memory\n[ 0.185894] Initializing cgroup subsys devices\n[ 0.187078] Initializing cgroup subsys freezer\n[ 0.188251] Initializing cgroup subsys net_cls\n[ 0.189425] Initializing cgroup subsys perf_event\n[ 0.190655] Initializing cgroup subsys net_prio\n[ 0.191861] Initializing cgroup subsys hugetlb\n[ 0.193062] Initializing cgroup subsys pids\n[ 0.194221] CPU: Physical Processor ID: 0\n[ 0.196014] mce: CPU supports 10 MCE banks\n[ 0.197161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210881] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217953] ftrace: allocating 31920 entries in 125 pages\n[ 0.245188] smpboot: Max logical packages: 1\n[ 0.246343] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.248137] x2apic enabled\n[ 0.249149] Switched APIC routing to physical x2apic.\n[ 0.251256] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257808] KVM setup paravirtual spinlock\n[ 0.259373] x86: Booted up 1 node, 1 CPUs\n[ 0.260452] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262288] devtmpfs: initialized\n[ 0.264201] evm: security.selinux\n[ 0.265106] evm: security.SMACK64\n[ 0.266003] evm: security.SMACK64EXEC\n[ 0.266983] evm: security.SMACK64TRANSMUTE\n[ 0.268073] evm: security.SMACK64MMAP\n[ 0.269081] evm: security.ima\n[ 0.269925] evm: security.capability\n[ 0.270997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273532] pinctrl core: initialized pinctrl subsystem\n[ 0.275019] RTC time: 17:09:42, date: 10/10/18\n[ 0.276278] NET: Registered protocol family 16\n[ 0.277566] cpuidle: using governor ladder\n[ 0.278672] cpuidle: using governor menu\n[ 0.279719] PCCT header not found.\n[ 0.280688] ACPI: bus type PCI registered\n[ 0.281752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.283395] PCI: Using configuration type 1 for base access\n[ 0.285507] ACPI: Added _OSI(Module Device)\n[ 0.286627] ACPI: Added _OSI(Processor Device)\n[ 0.287773] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291425] ACPI: Interpreter enabled\n[ 0.292432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.302311] ACPI: (supports S0 S5)\n[ 0.303243] ACPI: Using IOAPIC for interrupt routing\n[ 0.304491] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309762] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311471] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.313111] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.316128] acpiphp: Slot [3] registered\n[ 0.317202] acpiphp: Slot [4] registered\n[ 0.318274] acpiphp: Slot [5] registered\n[ 0.319343] acpiphp: Slot [6] registered\n[ 0.320431] acpiphp: Slot [7] registered\n[ 0.321506] acpiphp: Slot [8] registered\n[ 0.322564] acpiphp: Slot [9] registered\n[ 0.323607] acpiphp: Slot [10] registered\n[ 0.324671] acpiphp: Slot [11] registered\n[ 0.325740] acpiphp: Slot [12] registered\n[ 0.326795] acpiphp: Slot [13] registered\n[ 0.327852] acpiphp: Slot [14] registered\n[ 0.328922] acpiphp: Slot [15] registered\n[ 0.340091] acpiphp: Slot [16] registered\n[ 0.341171] acpiphp: Slot [17] registered\n[ 0.342232] acpiphp: Slot [18] registered\n[ 0.343286] acpiphp: Slot [19] registered\n[ 0.344346] acpiphp: Slot [20] registered\n[ 0.345410] acpiphp: Slot [21] registered\n[ 0.346469] acpiphp: Slot [22] registered\n[ 0.347526] acpiphp: Slot [23] registered\n[ 0.348594] acpiphp: Slot [24] registered\n[ 0.349652] acpiphp: Slot [25] registered\n[ 0.350712] acpiphp: Slot [26] registered\n[ 0.351785] acpiphp: Slot [27] registered\n[ 0.352852] acpiphp: Slot [28] registered\n[ 0.353922] acpiphp: Slot [29] registered\n[ 0.354984] acpiphp: Slot [30] registered\n[ 0.356068] acpiphp: Slot [31] registered\n[ 0.357150] PCI host bridge to bus 0000:00\n[ 0.358237] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365501] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375454] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.377140] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383441] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385054] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431999] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437883] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440609] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442274] vgaarb: loaded\n[ 0.442907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444118] SCSI subsystem initialized\n[ 0.445003] ACPI: bus type USB registered\n[ 0.445884] usbcore: registered new interface driver usbfs\n[ 0.447000] usbcore: registered new interface driver hub\n[ 0.448083] usbcore: registered new device driver usb\n[ 0.449228] PCI: Using ACPI for IRQ routing\n[ 0.450330] NetLabel: Initializing\n[ 0.451101] NetLabel: domain hash size = 128\n[ 0.452026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453065] NetLabel: unlabeled traffic allowed by default\n[ 0.454251] clocksource: Switched to clocksource kvm-clock\n[ 0.459928] AppArmor: AppArmor Filesystem Enabled\n[ 0.460995] pnp: PnP ACPI init\n[ 0.461988] pnp: PnP ACPI: found 5 devices\n[ 0.468470] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470340] NET: Registered protocol family 2\n[ 0.471352] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472719] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473972] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.475235] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476401] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477659] NET: Registered protocol family 1\n[ 0.478596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.479791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495179] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509864] Trying to unpack rootfs image as initramfs...\n[ 0.560449] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.576745] Scanning for low memory corruption every 60 seconds\n[ 0.578177] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.579407] audit: initializing netlink subsys (disabled)\n[ 0.580495] audit: type=2000 audit(1539191383.395:1): initialized\n[ 0.581893] Initialise system trusted keyring\n[ 0.582869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.584145] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586180] zbud: loaded\n[ 0.586917] VFS: Disk quotas dquot_6.6.0\n[ 0.587774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589349] fuse init (API version 7.23)\n[ 0.590300] Key type big_key registered\n[ 0.591143] Allocating IMA MOK and blacklist keyrings.\n[ 0.592672] Key type asymmetric registered\n[ 0.593535] Asymmetric key parser 'x509' registered\n[ 0.594550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596115] io scheduler noop registered\n[ 0.596955] io scheduler deadline registered (default)\n[ 0.598007] io scheduler cfq registered\n[ 0.598906] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600006] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.601360] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602907] ACPI: Power Button [PWRF]\n[ 0.603786] GHES: HEST is not enabled!\n[ 0.617499] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648681] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.674719] Linux agpgart interface v0.103\n[ 0.676764] brd: module loaded\n[ 0.677947] loop: module loaded\n[ 0.682715] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.684158] GPT:90111 != 2097151\n[ 0.684823] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685885] GPT:90111 != 2097151\n[ 0.686551] GPT: Use GNU Parted to correct GPT errors.\n[ 0.687497] vda: vda1 vda15\n[ 0.688895] scsi host0: ata_piix\n[ 0.689630] scsi host1: ata_piix\n[ 0.690337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.691536] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.692949] libphy: Fixed MDIO Bus: probed\n[ 0.693750] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696738] PPP generic driver version 2.4.2\n[ 0.697617] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698852] ehci-pci: EHCI PCI platform driver\n[ 0.699709] ehci-platform: EHCI generic platform driver\n[ 0.700676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701778] ohci-pci: OHCI PCI platform driver\n[ 0.702631] ohci-platform: OHCI generic platform driver\n[ 0.703605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717878] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720294] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721275] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725156] usb usb1: Product: UHCI Host Controller\n[ 0.726236] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728687] hub 1-0:1.0: USB hub found\n[ 0.729574] hub 1-0:1.0: 2 ports detected\n[ 0.730597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.732937] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735190] mousedev: PS/2 mouse device common for all mice\n[ 0.736592] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738688] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742697] i2c /dev entries driver\n[ 0.743557] device-mapper: uevent: version 1.0.3\n[ 0.744620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747949] NET: Registered protocol family 10\n[ 0.749073] NET: Registered protocol family 17\n[ 0.750087] Key type dns_resolver registered\n[ 0.751140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752410] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754413] registered taskstats version 1\n[ 0.755372] Loading compiled-in X.509 certificates\n[ 0.756899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.779560] zswap: loaded using pool lzo/zbud\n[ 0.781479] Key type trusted registered\n[ 0.783090] Key type encrypted registered\n[ 0.784034] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785214] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786431] evm: HMAC attrs: 0x1\n[ 0.787451] Magic number: 6:196:188\n[ 0.788335] acpi device:1a: hash matches\n[ 0.789306] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:43 UTC (1539191383)\n[ 0.791174] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.792479] EDD information not available.\n[ 0.851235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863106] Write protecting the kernel read-only data: 14336k\n[ 0.864836] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866835] 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.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.577754] 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.44. iid=i-00000131\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrp4KJf+v7JE6BKMWArRiVU5yuuFX+TCkQiKXvVlWQyRxtWDihMHc2ZavDbnvVuni17HkjCmbx/TEqEkzb1ZxWGmkQTmU73JNzzRESze+pfSvXkUXw9KNtBn8feDTvPwXwwpeYpZyy3KghcwafynSRKyt4v7+dKJivfH1wTU1uYBfyb1BZrAhNtSBlmda7D5tHok8sUXg4d9VcLS1as8J86ai4TmizdQKY+Uc+H0O3yjx6mTwP4OTZI5E+ri6DxV9MpUxLbJa/CCRixxrFK7g9TQPRLfUaKLFm0/lsd3brsg3QDh5dNhlDcxtu7S39Lp0CHDFwjmqp+9RvRyAWjK3B root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMfUPgfjiThcVvudtccZAkr4wyTzq3IjEjxPsZarEW+KXiKZ8+di9BH9sBio7ToaZCiOQtkEdvHGN2JgLd/BVnQsKL2T7pCwQod5G4KkWsVmUTBrS/TOGuWS5Hwr0R2gTml4MN85/DUz1CS4HVAkvWOo/qXt7vXozcRCVf2TSLyhAAAAFQC6XoHxGYewDnrdUj7euNrsW3CSvwAAAIAvTh86Lf/GAnc/Iphzr8wHXOV0xrB1MhcPyVskXAN0QdFqoZj/KcH8DaNQ4m+09VmOpcs712bJZjpIj2pOE8RUvVyrKwU1u+GUihYRNXRYKaiauZYPewpImmFDKVrahe5XVS7mlf+fvevuD6ZmM5XJ9Oko4f7WJ6F4JdFTsYz6yAAAAIAXRMDmwcNk1FoygwBj55P7oaPxIipih5J76Hdjlj4+Qc/qhBGV8nwEFRZx6sOoUMK3Gm8zBnltPg2z9wdQlTpQfTZi0bm5rPfq/PbnKeUE1XMV2nqOm0kshBnYhXpMOsAQBZVR3zFbAl+Ie/lMfP45J+vY9dkB6kz8SxkohdkRfw== 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.5,24,fe80::f816:3eff:fe0b:2b49/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.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-00000131\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.26 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.08s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0B:2B:49 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0b:2b49/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7996 (7.8 KiB) TX bytes:9211 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:10:03,472 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action used request id req-9b60c4b0-5e2e-4321-a5e9-f850ffea32ba 2018-10-10 17:10:05,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:06,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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,Accept-Encoding x-openstack-request-id: req-632e7caa-50eb-4c09-934a-6c792891dd2f x-compute-request-id: req-632e7caa-50eb-4c09-934a-6c792891dd2f Content-Encoding: gzip Content-Length: 10102 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503578553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168358] pid_max: default: 32768 minimum: 301\n[ 0.169570] ACPI: Core revision 20150930\n[ 0.171257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173064] Security Framework initialized\n[ 0.174208] Yama: becoming mindful.\n[ 0.175208] AppArmor: AppArmor initialized\n[ 0.176371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178222] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180034] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181722] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183636] Initializing cgroup subsys io\n[ 0.184736] Initializing cgroup subsys memory\n[ 0.185894] Initializing cgroup subsys devices\n[ 0.187078] Initializing cgroup subsys freezer\n[ 0.188251] Initializing cgroup subsys net_cls\n[ 0.189425] Initializing cgroup subsys perf_event\n[ 0.190655] Initializing cgroup subsys net_prio\n[ 0.191861] Initializing cgroup subsys hugetlb\n[ 0.193062] Initializing cgroup subsys pids\n[ 0.194221] CPU: Physical Processor ID: 0\n[ 0.196014] mce: CPU supports 10 MCE banks\n[ 0.197161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210881] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217953] ftrace: allocating 31920 entries in 125 pages\n[ 0.245188] smpboot: Max logical packages: 1\n[ 0.246343] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.248137] x2apic enabled\n[ 0.249149] Switched APIC routing to physical x2apic.\n[ 0.251256] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257808] KVM setup paravirtual spinlock\n[ 0.259373] x86: Booted up 1 node, 1 CPUs\n[ 0.260452] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262288] devtmpfs: initialized\n[ 0.264201] evm: security.selinux\n[ 0.265106] evm: security.SMACK64\n[ 0.266003] evm: security.SMACK64EXEC\n[ 0.266983] evm: security.SMACK64TRANSMUTE\n[ 0.268073] evm: security.SMACK64MMAP\n[ 0.269081] evm: security.ima\n[ 0.269925] evm: security.capability\n[ 0.270997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273532] pinctrl core: initialized pinctrl subsystem\n[ 0.275019] RTC time: 17:09:42, date: 10/10/18\n[ 0.276278] NET: Registered protocol family 16\n[ 0.277566] cpuidle: using governor ladder\n[ 0.278672] cpuidle: using governor menu\n[ 0.279719] PCCT header not found.\n[ 0.280688] ACPI: bus type PCI registered\n[ 0.281752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.283395] PCI: Using configuration type 1 for base access\n[ 0.285507] ACPI: Added _OSI(Module Device)\n[ 0.286627] ACPI: Added _OSI(Processor Device)\n[ 0.287773] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291425] ACPI: Interpreter enabled\n[ 0.292432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.302311] ACPI: (supports S0 S5)\n[ 0.303243] ACPI: Using IOAPIC for interrupt routing\n[ 0.304491] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309762] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311471] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.313111] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.316128] acpiphp: Slot [3] registered\n[ 0.317202] acpiphp: Slot [4] registered\n[ 0.318274] acpiphp: Slot [5] registered\n[ 0.319343] acpiphp: Slot [6] registered\n[ 0.320431] acpiphp: Slot [7] registered\n[ 0.321506] acpiphp: Slot [8] registered\n[ 0.322564] acpiphp: Slot [9] registered\n[ 0.323607] acpiphp: Slot [10] registered\n[ 0.324671] acpiphp: Slot [11] registered\n[ 0.325740] acpiphp: Slot [12] registered\n[ 0.326795] acpiphp: Slot [13] registered\n[ 0.327852] acpiphp: Slot [14] registered\n[ 0.328922] acpiphp: Slot [15] registered\n[ 0.340091] acpiphp: Slot [16] registered\n[ 0.341171] acpiphp: Slot [17] registered\n[ 0.342232] acpiphp: Slot [18] registered\n[ 0.343286] acpiphp: Slot [19] registered\n[ 0.344346] acpiphp: Slot [20] registered\n[ 0.345410] acpiphp: Slot [21] registered\n[ 0.346469] acpiphp: Slot [22] registered\n[ 0.347526] acpiphp: Slot [23] registered\n[ 0.348594] acpiphp: Slot [24] registered\n[ 0.349652] acpiphp: Slot [25] registered\n[ 0.350712] acpiphp: Slot [26] registered\n[ 0.351785] acpiphp: Slot [27] registered\n[ 0.352852] acpiphp: Slot [28] registered\n[ 0.353922] acpiphp: Slot [29] registered\n[ 0.354984] acpiphp: Slot [30] registered\n[ 0.356068] acpiphp: Slot [31] registered\n[ 0.357150] PCI host bridge to bus 0000:00\n[ 0.358237] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365501] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375454] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.377140] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383441] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385054] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431999] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437883] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440609] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442274] vgaarb: loaded\n[ 0.442907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444118] SCSI subsystem initialized\n[ 0.445003] ACPI: bus type USB registered\n[ 0.445884] usbcore: registered new interface driver usbfs\n[ 0.447000] usbcore: registered new interface driver hub\n[ 0.448083] usbcore: registered new device driver usb\n[ 0.449228] PCI: Using ACPI for IRQ routing\n[ 0.450330] NetLabel: Initializing\n[ 0.451101] NetLabel: domain hash size = 128\n[ 0.452026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453065] NetLabel: unlabeled traffic allowed by default\n[ 0.454251] clocksource: Switched to clocksource kvm-clock\n[ 0.459928] AppArmor: AppArmor Filesystem Enabled\n[ 0.460995] pnp: PnP ACPI init\n[ 0.461988] pnp: PnP ACPI: found 5 devices\n[ 0.468470] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470340] NET: Registered protocol family 2\n[ 0.471352] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472719] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473972] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.475235] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476401] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477659] NET: Registered protocol family 1\n[ 0.478596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.479791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495179] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509864] Trying to unpack rootfs image as initramfs...\n[ 0.560449] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.576745] Scanning for low memory corruption every 60 seconds\n[ 0.578177] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.579407] audit: initializing netlink subsys (disabled)\n[ 0.580495] audit: type=2000 audit(1539191383.395:1): initialized\n[ 0.581893] Initialise system trusted keyring\n[ 0.582869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.584145] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586180] zbud: loaded\n[ 0.586917] VFS: Disk quotas dquot_6.6.0\n[ 0.587774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589349] fuse init (API version 7.23)\n[ 0.590300] Key type big_key registered\n[ 0.591143] Allocating IMA MOK and blacklist keyrings.\n[ 0.592672] Key type asymmetric registered\n[ 0.593535] Asymmetric key parser 'x509' registered\n[ 0.594550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596115] io scheduler noop registered\n[ 0.596955] io scheduler deadline registered (default)\n[ 0.598007] io scheduler cfq registered\n[ 0.598906] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600006] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.601360] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602907] ACPI: Power Button [PWRF]\n[ 0.603786] GHES: HEST is not enabled!\n[ 0.617499] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648681] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.674719] Linux agpgart interface v0.103\n[ 0.676764] brd: module loaded\n[ 0.677947] loop: module loaded\n[ 0.682715] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.684158] GPT:90111 != 2097151\n[ 0.684823] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685885] GPT:90111 != 2097151\n[ 0.686551] GPT: Use GNU Parted to correct GPT errors.\n[ 0.687497] vda: vda1 vda15\n[ 0.688895] scsi host0: ata_piix\n[ 0.689630] scsi host1: ata_piix\n[ 0.690337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.691536] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.692949] libphy: Fixed MDIO Bus: probed\n[ 0.693750] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696738] PPP generic driver version 2.4.2\n[ 0.697617] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698852] ehci-pci: EHCI PCI platform driver\n[ 0.699709] ehci-platform: EHCI generic platform driver\n[ 0.700676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701778] ohci-pci: OHCI PCI platform driver\n[ 0.702631] ohci-platform: OHCI generic platform driver\n[ 0.703605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717878] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720294] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721275] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725156] usb usb1: Product: UHCI Host Controller\n[ 0.726236] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728687] hub 1-0:1.0: USB hub found\n[ 0.729574] hub 1-0:1.0: 2 ports detected\n[ 0.730597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.732937] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735190] mousedev: PS/2 mouse device common for all mice\n[ 0.736592] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738688] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742697] i2c /dev entries driver\n[ 0.743557] device-mapper: uevent: version 1.0.3\n[ 0.744620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747949] NET: Registered protocol family 10\n[ 0.749073] NET: Registered protocol family 17\n[ 0.750087] Key type dns_resolver registered\n[ 0.751140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752410] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754413] registered taskstats version 1\n[ 0.755372] Loading compiled-in X.509 certificates\n[ 0.756899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.779560] zswap: loaded using pool lzo/zbud\n[ 0.781479] Key type trusted registered\n[ 0.783090] Key type encrypted registered\n[ 0.784034] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785214] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786431] evm: HMAC attrs: 0x1\n[ 0.787451] Magic number: 6:196:188\n[ 0.788335] acpi device:1a: hash matches\n[ 0.789306] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:43 UTC (1539191383)\n[ 0.791174] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.792479] EDD information not available.\n[ 0.851235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863106] Write protecting the kernel read-only data: 14336k\n[ 0.864836] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866835] 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.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.577754] 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.44. iid=i-00000131\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrp4KJf+v7JE6BKMWArRiVU5yuuFX+TCkQiKXvVlWQyRxtWDihMHc2ZavDbnvVuni17HkjCmbx/TEqEkzb1ZxWGmkQTmU73JNzzRESze+pfSvXkUXw9KNtBn8feDTvPwXwwpeYpZyy3KghcwafynSRKyt4v7+dKJivfH1wTU1uYBfyb1BZrAhNtSBlmda7D5tHok8sUXg4d9VcLS1as8J86ai4TmizdQKY+Uc+H0O3yjx6mTwP4OTZI5E+ri6DxV9MpUxLbJa/CCRixxrFK7g9TQPRLfUaKLFm0/lsd3brsg3QDh5dNhlDcxtu7S39Lp0CHDFwjmqp+9RvRyAWjK3B root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMfUPgfjiThcVvudtccZAkr4wyTzq3IjEjxPsZarEW+KXiKZ8+di9BH9sBio7ToaZCiOQtkEdvHGN2JgLd/BVnQsKL2T7pCwQod5G4KkWsVmUTBrS/TOGuWS5Hwr0R2gTml4MN85/DUz1CS4HVAkvWOo/qXt7vXozcRCVf2TSLyhAAAAFQC6XoHxGYewDnrdUj7euNrsW3CSvwAAAIAvTh86Lf/GAnc/Iphzr8wHXOV0xrB1MhcPyVskXAN0QdFqoZj/KcH8DaNQ4m+09VmOpcs712bJZjpIj2pOE8RUvVyrKwU1u+GUihYRNXRYKaiauZYPewpImmFDKVrahe5XVS7mlf+fvevuD6ZmM5XJ9Oko4f7WJ6F4JdFTsYz6yAAAAIAXRMDmwcNk1FoygwBj55P7oaPxIipih5J76Hdjlj4+Qc/qhBGV8nwEFRZx6sOoUMK3Gm8zBnltPg2z9wdQlTpQfTZi0bm5rPfq/PbnKeUE1XMV2nqOm0kshBnYhXpMOsAQBZVR3zFbAl+Ie/lMfP45J+vY9dkB6kz8SxkohdkRfw== 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.5,24,fe80::f816:3eff:fe0b:2b49/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.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-00000131\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.26 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.08s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0B:2B:49 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0b:2b49/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7996 (7.8 KiB) TX bytes:9211 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:10:06,562 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action used request id req-632e7caa-50eb-4c09-934a-6c792891dd2f 2018-10-10 17:10:08,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:09,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:10: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-3e457de4-1fce-40fd-b562-6e2adfbc4551 x-compute-request-id: req-3e457de4-1fce-40fd-b562-6e2adfbc4551 Content-Encoding: gzip Content-Length: 10102 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503578553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168358] pid_max: default: 32768 minimum: 301\n[ 0.169570] ACPI: Core revision 20150930\n[ 0.171257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173064] Security Framework initialized\n[ 0.174208] Yama: becoming mindful.\n[ 0.175208] AppArmor: AppArmor initialized\n[ 0.176371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178222] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180034] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181722] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183636] Initializing cgroup subsys io\n[ 0.184736] Initializing cgroup subsys memory\n[ 0.185894] Initializing cgroup subsys devices\n[ 0.187078] Initializing cgroup subsys freezer\n[ 0.188251] Initializing cgroup subsys net_cls\n[ 0.189425] Initializing cgroup subsys perf_event\n[ 0.190655] Initializing cgroup subsys net_prio\n[ 0.191861] Initializing cgroup subsys hugetlb\n[ 0.193062] Initializing cgroup subsys pids\n[ 0.194221] CPU: Physical Processor ID: 0\n[ 0.196014] mce: CPU supports 10 MCE banks\n[ 0.197161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210881] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217953] ftrace: allocating 31920 entries in 125 pages\n[ 0.245188] smpboot: Max logical packages: 1\n[ 0.246343] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.248137] x2apic enabled\n[ 0.249149] Switched APIC routing to physical x2apic.\n[ 0.251256] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257808] KVM setup paravirtual spinlock\n[ 0.259373] x86: Booted up 1 node, 1 CPUs\n[ 0.260452] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262288] devtmpfs: initialized\n[ 0.264201] evm: security.selinux\n[ 0.265106] evm: security.SMACK64\n[ 0.266003] evm: security.SMACK64EXEC\n[ 0.266983] evm: security.SMACK64TRANSMUTE\n[ 0.268073] evm: security.SMACK64MMAP\n[ 0.269081] evm: security.ima\n[ 0.269925] evm: security.capability\n[ 0.270997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273532] pinctrl core: initialized pinctrl subsystem\n[ 0.275019] RTC time: 17:09:42, date: 10/10/18\n[ 0.276278] NET: Registered protocol family 16\n[ 0.277566] cpuidle: using governor ladder\n[ 0.278672] cpuidle: using governor menu\n[ 0.279719] PCCT header not found.\n[ 0.280688] ACPI: bus type PCI registered\n[ 0.281752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.283395] PCI: Using configuration type 1 for base access\n[ 0.285507] ACPI: Added _OSI(Module Device)\n[ 0.286627] ACPI: Added _OSI(Processor Device)\n[ 0.287773] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291425] ACPI: Interpreter enabled\n[ 0.292432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.302311] ACPI: (supports S0 S5)\n[ 0.303243] ACPI: Using IOAPIC for interrupt routing\n[ 0.304491] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309762] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311471] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.313111] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.316128] acpiphp: Slot [3] registered\n[ 0.317202] acpiphp: Slot [4] registered\n[ 0.318274] acpiphp: Slot [5] registered\n[ 0.319343] acpiphp: Slot [6] registered\n[ 0.320431] acpiphp: Slot [7] registered\n[ 0.321506] acpiphp: Slot [8] registered\n[ 0.322564] acpiphp: Slot [9] registered\n[ 0.323607] acpiphp: Slot [10] registered\n[ 0.324671] acpiphp: Slot [11] registered\n[ 0.325740] acpiphp: Slot [12] registered\n[ 0.326795] acpiphp: Slot [13] registered\n[ 0.327852] acpiphp: Slot [14] registered\n[ 0.328922] acpiphp: Slot [15] registered\n[ 0.340091] acpiphp: Slot [16] registered\n[ 0.341171] acpiphp: Slot [17] registered\n[ 0.342232] acpiphp: Slot [18] registered\n[ 0.343286] acpiphp: Slot [19] registered\n[ 0.344346] acpiphp: Slot [20] registered\n[ 0.345410] acpiphp: Slot [21] registered\n[ 0.346469] acpiphp: Slot [22] registered\n[ 0.347526] acpiphp: Slot [23] registered\n[ 0.348594] acpiphp: Slot [24] registered\n[ 0.349652] acpiphp: Slot [25] registered\n[ 0.350712] acpiphp: Slot [26] registered\n[ 0.351785] acpiphp: Slot [27] registered\n[ 0.352852] acpiphp: Slot [28] registered\n[ 0.353922] acpiphp: Slot [29] registered\n[ 0.354984] acpiphp: Slot [30] registered\n[ 0.356068] acpiphp: Slot [31] registered\n[ 0.357150] PCI host bridge to bus 0000:00\n[ 0.358237] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365501] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375454] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.377140] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383441] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385054] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431999] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437883] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440609] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442274] vgaarb: loaded\n[ 0.442907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444118] SCSI subsystem initialized\n[ 0.445003] ACPI: bus type USB registered\n[ 0.445884] usbcore: registered new interface driver usbfs\n[ 0.447000] usbcore: registered new interface driver hub\n[ 0.448083] usbcore: registered new device driver usb\n[ 0.449228] PCI: Using ACPI for IRQ routing\n[ 0.450330] NetLabel: Initializing\n[ 0.451101] NetLabel: domain hash size = 128\n[ 0.452026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453065] NetLabel: unlabeled traffic allowed by default\n[ 0.454251] clocksource: Switched to clocksource kvm-clock\n[ 0.459928] AppArmor: AppArmor Filesystem Enabled\n[ 0.460995] pnp: PnP ACPI init\n[ 0.461988] pnp: PnP ACPI: found 5 devices\n[ 0.468470] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470340] NET: Registered protocol family 2\n[ 0.471352] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472719] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473972] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.475235] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476401] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477659] NET: Registered protocol family 1\n[ 0.478596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.479791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495179] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509864] Trying to unpack rootfs image as initramfs...\n[ 0.560449] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.576745] Scanning for low memory corruption every 60 seconds\n[ 0.578177] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.579407] audit: initializing netlink subsys (disabled)\n[ 0.580495] audit: type=2000 audit(1539191383.395:1): initialized\n[ 0.581893] Initialise system trusted keyring\n[ 0.582869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.584145] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586180] zbud: loaded\n[ 0.586917] VFS: Disk quotas dquot_6.6.0\n[ 0.587774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589349] fuse init (API version 7.23)\n[ 0.590300] Key type big_key registered\n[ 0.591143] Allocating IMA MOK and blacklist keyrings.\n[ 0.592672] Key type asymmetric registered\n[ 0.593535] Asymmetric key parser 'x509' registered\n[ 0.594550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596115] io scheduler noop registered\n[ 0.596955] io scheduler deadline registered (default)\n[ 0.598007] io scheduler cfq registered\n[ 0.598906] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600006] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.601360] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602907] ACPI: Power Button [PWRF]\n[ 0.603786] GHES: HEST is not enabled!\n[ 0.617499] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648681] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.674719] Linux agpgart interface v0.103\n[ 0.676764] brd: module loaded\n[ 0.677947] loop: module loaded\n[ 0.682715] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.684158] GPT:90111 != 2097151\n[ 0.684823] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685885] GPT:90111 != 2097151\n[ 0.686551] GPT: Use GNU Parted to correct GPT errors.\n[ 0.687497] vda: vda1 vda15\n[ 0.688895] scsi host0: ata_piix\n[ 0.689630] scsi host1: ata_piix\n[ 0.690337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.691536] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.692949] libphy: Fixed MDIO Bus: probed\n[ 0.693750] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696738] PPP generic driver version 2.4.2\n[ 0.697617] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698852] ehci-pci: EHCI PCI platform driver\n[ 0.699709] ehci-platform: EHCI generic platform driver\n[ 0.700676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701778] ohci-pci: OHCI PCI platform driver\n[ 0.702631] ohci-platform: OHCI generic platform driver\n[ 0.703605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717878] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720294] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721275] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725156] usb usb1: Product: UHCI Host Controller\n[ 0.726236] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728687] hub 1-0:1.0: USB hub found\n[ 0.729574] hub 1-0:1.0: 2 ports detected\n[ 0.730597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.732937] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735190] mousedev: PS/2 mouse device common for all mice\n[ 0.736592] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738688] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742697] i2c /dev entries driver\n[ 0.743557] device-mapper: uevent: version 1.0.3\n[ 0.744620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747949] NET: Registered protocol family 10\n[ 0.749073] NET: Registered protocol family 17\n[ 0.750087] Key type dns_resolver registered\n[ 0.751140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752410] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754413] registered taskstats version 1\n[ 0.755372] Loading compiled-in X.509 certificates\n[ 0.756899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.779560] zswap: loaded using pool lzo/zbud\n[ 0.781479] Key type trusted registered\n[ 0.783090] Key type encrypted registered\n[ 0.784034] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785214] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786431] evm: HMAC attrs: 0x1\n[ 0.787451] Magic number: 6:196:188\n[ 0.788335] acpi device:1a: hash matches\n[ 0.789306] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:43 UTC (1539191383)\n[ 0.791174] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.792479] EDD information not available.\n[ 0.851235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863106] Write protecting the kernel read-only data: 14336k\n[ 0.864836] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866835] 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.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.577754] 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.44. iid=i-00000131\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrp4KJf+v7JE6BKMWArRiVU5yuuFX+TCkQiKXvVlWQyRxtWDihMHc2ZavDbnvVuni17HkjCmbx/TEqEkzb1ZxWGmkQTmU73JNzzRESze+pfSvXkUXw9KNtBn8feDTvPwXwwpeYpZyy3KghcwafynSRKyt4v7+dKJivfH1wTU1uYBfyb1BZrAhNtSBlmda7D5tHok8sUXg4d9VcLS1as8J86ai4TmizdQKY+Uc+H0O3yjx6mTwP4OTZI5E+ri6DxV9MpUxLbJa/CCRixxrFK7g9TQPRLfUaKLFm0/lsd3brsg3QDh5dNhlDcxtu7S39Lp0CHDFwjmqp+9RvRyAWjK3B root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMfUPgfjiThcVvudtccZAkr4wyTzq3IjEjxPsZarEW+KXiKZ8+di9BH9sBio7ToaZCiOQtkEdvHGN2JgLd/BVnQsKL2T7pCwQod5G4KkWsVmUTBrS/TOGuWS5Hwr0R2gTml4MN85/DUz1CS4HVAkvWOo/qXt7vXozcRCVf2TSLyhAAAAFQC6XoHxGYewDnrdUj7euNrsW3CSvwAAAIAvTh86Lf/GAnc/Iphzr8wHXOV0xrB1MhcPyVskXAN0QdFqoZj/KcH8DaNQ4m+09VmOpcs712bJZjpIj2pOE8RUvVyrKwU1u+GUihYRNXRYKaiauZYPewpImmFDKVrahe5XVS7mlf+fvevuD6ZmM5XJ9Oko4f7WJ6F4JdFTsYz6yAAAAIAXRMDmwcNk1FoygwBj55P7oaPxIipih5J76Hdjlj4+Qc/qhBGV8nwEFRZx6sOoUMK3Gm8zBnltPg2z9wdQlTpQfTZi0bm5rPfq/PbnKeUE1XMV2nqOm0kshBnYhXpMOsAQBZVR3zFbAl+Ie/lMfP45J+vY9dkB6kz8SxkohdkRfw== 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.5,24,fe80::f816:3eff:fe0b:2b49/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.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-00000131\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.26 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.08s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0B:2B:49 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0b:2b49/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7996 (7.8 KiB) TX bytes:9211 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:10:09,662 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action used request id req-3e457de4-1fce-40fd-b562-6e2adfbc4551 2018-10-10 17:10:11,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:12,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:10: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-56b57b78-d29a-408f-99ec-4b19283b94de x-compute-request-id: req-56b57b78-d29a-408f-99ec-4b19283b94de Content-Encoding: gzip Content-Length: 10102 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503578553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168358] pid_max: default: 32768 minimum: 301\n[ 0.169570] ACPI: Core revision 20150930\n[ 0.171257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173064] Security Framework initialized\n[ 0.174208] Yama: becoming mindful.\n[ 0.175208] AppArmor: AppArmor initialized\n[ 0.176371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178222] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180034] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181722] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183636] Initializing cgroup subsys io\n[ 0.184736] Initializing cgroup subsys memory\n[ 0.185894] Initializing cgroup subsys devices\n[ 0.187078] Initializing cgroup subsys freezer\n[ 0.188251] Initializing cgroup subsys net_cls\n[ 0.189425] Initializing cgroup subsys perf_event\n[ 0.190655] Initializing cgroup subsys net_prio\n[ 0.191861] Initializing cgroup subsys hugetlb\n[ 0.193062] Initializing cgroup subsys pids\n[ 0.194221] CPU: Physical Processor ID: 0\n[ 0.196014] mce: CPU supports 10 MCE banks\n[ 0.197161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210881] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217953] ftrace: allocating 31920 entries in 125 pages\n[ 0.245188] smpboot: Max logical packages: 1\n[ 0.246343] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.248137] x2apic enabled\n[ 0.249149] Switched APIC routing to physical x2apic.\n[ 0.251256] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257808] KVM setup paravirtual spinlock\n[ 0.259373] x86: Booted up 1 node, 1 CPUs\n[ 0.260452] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262288] devtmpfs: initialized\n[ 0.264201] evm: security.selinux\n[ 0.265106] evm: security.SMACK64\n[ 0.266003] evm: security.SMACK64EXEC\n[ 0.266983] evm: security.SMACK64TRANSMUTE\n[ 0.268073] evm: security.SMACK64MMAP\n[ 0.269081] evm: security.ima\n[ 0.269925] evm: security.capability\n[ 0.270997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273532] pinctrl core: initialized pinctrl subsystem\n[ 0.275019] RTC time: 17:09:42, date: 10/10/18\n[ 0.276278] NET: Registered protocol family 16\n[ 0.277566] cpuidle: using governor ladder\n[ 0.278672] cpuidle: using governor menu\n[ 0.279719] PCCT header not found.\n[ 0.280688] ACPI: bus type PCI registered\n[ 0.281752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.283395] PCI: Using configuration type 1 for base access\n[ 0.285507] ACPI: Added _OSI(Module Device)\n[ 0.286627] ACPI: Added _OSI(Processor Device)\n[ 0.287773] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291425] ACPI: Interpreter enabled\n[ 0.292432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.302311] ACPI: (supports S0 S5)\n[ 0.303243] ACPI: Using IOAPIC for interrupt routing\n[ 0.304491] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309762] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311471] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.313111] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.316128] acpiphp: Slot [3] registered\n[ 0.317202] acpiphp: Slot [4] registered\n[ 0.318274] acpiphp: Slot [5] registered\n[ 0.319343] acpiphp: Slot [6] registered\n[ 0.320431] acpiphp: Slot [7] registered\n[ 0.321506] acpiphp: Slot [8] registered\n[ 0.322564] acpiphp: Slot [9] registered\n[ 0.323607] acpiphp: Slot [10] registered\n[ 0.324671] acpiphp: Slot [11] registered\n[ 0.325740] acpiphp: Slot [12] registered\n[ 0.326795] acpiphp: Slot [13] registered\n[ 0.327852] acpiphp: Slot [14] registered\n[ 0.328922] acpiphp: Slot [15] registered\n[ 0.340091] acpiphp: Slot [16] registered\n[ 0.341171] acpiphp: Slot [17] registered\n[ 0.342232] acpiphp: Slot [18] registered\n[ 0.343286] acpiphp: Slot [19] registered\n[ 0.344346] acpiphp: Slot [20] registered\n[ 0.345410] acpiphp: Slot [21] registered\n[ 0.346469] acpiphp: Slot [22] registered\n[ 0.347526] acpiphp: Slot [23] registered\n[ 0.348594] acpiphp: Slot [24] registered\n[ 0.349652] acpiphp: Slot [25] registered\n[ 0.350712] acpiphp: Slot [26] registered\n[ 0.351785] acpiphp: Slot [27] registered\n[ 0.352852] acpiphp: Slot [28] registered\n[ 0.353922] acpiphp: Slot [29] registered\n[ 0.354984] acpiphp: Slot [30] registered\n[ 0.356068] acpiphp: Slot [31] registered\n[ 0.357150] PCI host bridge to bus 0000:00\n[ 0.358237] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365501] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375454] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.377140] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383441] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385054] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431999] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437883] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440609] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442274] vgaarb: loaded\n[ 0.442907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444118] SCSI subsystem initialized\n[ 0.445003] ACPI: bus type USB registered\n[ 0.445884] usbcore: registered new interface driver usbfs\n[ 0.447000] usbcore: registered new interface driver hub\n[ 0.448083] usbcore: registered new device driver usb\n[ 0.449228] PCI: Using ACPI for IRQ routing\n[ 0.450330] NetLabel: Initializing\n[ 0.451101] NetLabel: domain hash size = 128\n[ 0.452026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453065] NetLabel: unlabeled traffic allowed by default\n[ 0.454251] clocksource: Switched to clocksource kvm-clock\n[ 0.459928] AppArmor: AppArmor Filesystem Enabled\n[ 0.460995] pnp: PnP ACPI init\n[ 0.461988] pnp: PnP ACPI: found 5 devices\n[ 0.468470] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470340] NET: Registered protocol family 2\n[ 0.471352] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472719] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473972] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.475235] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476401] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477659] NET: Registered protocol family 1\n[ 0.478596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.479791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495179] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509864] Trying to unpack rootfs image as initramfs...\n[ 0.560449] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.576745] Scanning for low memory corruption every 60 seconds\n[ 0.578177] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.579407] audit: initializing netlink subsys (disabled)\n[ 0.580495] audit: type=2000 audit(1539191383.395:1): initialized\n[ 0.581893] Initialise system trusted keyring\n[ 0.582869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.584145] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586180] zbud: loaded\n[ 0.586917] VFS: Disk quotas dquot_6.6.0\n[ 0.587774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589349] fuse init (API version 7.23)\n[ 0.590300] Key type big_key registered\n[ 0.591143] Allocating IMA MOK and blacklist keyrings.\n[ 0.592672] Key type asymmetric registered\n[ 0.593535] Asymmetric key parser 'x509' registered\n[ 0.594550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596115] io scheduler noop registered\n[ 0.596955] io scheduler deadline registered (default)\n[ 0.598007] io scheduler cfq registered\n[ 0.598906] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600006] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.601360] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602907] ACPI: Power Button [PWRF]\n[ 0.603786] GHES: HEST is not enabled!\n[ 0.617499] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648681] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.674719] Linux agpgart interface v0.103\n[ 0.676764] brd: module loaded\n[ 0.677947] loop: module loaded\n[ 0.682715] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.684158] GPT:90111 != 2097151\n[ 0.684823] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685885] GPT:90111 != 2097151\n[ 0.686551] GPT: Use GNU Parted to correct GPT errors.\n[ 0.687497] vda: vda1 vda15\n[ 0.688895] scsi host0: ata_piix\n[ 0.689630] scsi host1: ata_piix\n[ 0.690337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.691536] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.692949] libphy: Fixed MDIO Bus: probed\n[ 0.693750] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696738] PPP generic driver version 2.4.2\n[ 0.697617] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698852] ehci-pci: EHCI PCI platform driver\n[ 0.699709] ehci-platform: EHCI generic platform driver\n[ 0.700676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701778] ohci-pci: OHCI PCI platform driver\n[ 0.702631] ohci-platform: OHCI generic platform driver\n[ 0.703605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717878] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720294] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721275] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725156] usb usb1: Product: UHCI Host Controller\n[ 0.726236] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728687] hub 1-0:1.0: USB hub found\n[ 0.729574] hub 1-0:1.0: 2 ports detected\n[ 0.730597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.732937] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735190] mousedev: PS/2 mouse device common for all mice\n[ 0.736592] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738688] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742697] i2c /dev entries driver\n[ 0.743557] device-mapper: uevent: version 1.0.3\n[ 0.744620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747949] NET: Registered protocol family 10\n[ 0.749073] NET: Registered protocol family 17\n[ 0.750087] Key type dns_resolver registered\n[ 0.751140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752410] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754413] registered taskstats version 1\n[ 0.755372] Loading compiled-in X.509 certificates\n[ 0.756899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.779560] zswap: loaded using pool lzo/zbud\n[ 0.781479] Key type trusted registered\n[ 0.783090] Key type encrypted registered\n[ 0.784034] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785214] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786431] evm: HMAC attrs: 0x1\n[ 0.787451] Magic number: 6:196:188\n[ 0.788335] acpi device:1a: hash matches\n[ 0.789306] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:43 UTC (1539191383)\n[ 0.791174] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.792479] EDD information not available.\n[ 0.851235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863106] Write protecting the kernel read-only data: 14336k\n[ 0.864836] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866835] 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.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.577754] 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.44. iid=i-00000131\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrp4KJf+v7JE6BKMWArRiVU5yuuFX+TCkQiKXvVlWQyRxtWDihMHc2ZavDbnvVuni17HkjCmbx/TEqEkzb1ZxWGmkQTmU73JNzzRESze+pfSvXkUXw9KNtBn8feDTvPwXwwpeYpZyy3KghcwafynSRKyt4v7+dKJivfH1wTU1uYBfyb1BZrAhNtSBlmda7D5tHok8sUXg4d9VcLS1as8J86ai4TmizdQKY+Uc+H0O3yjx6mTwP4OTZI5E+ri6DxV9MpUxLbJa/CCRixxrFK7g9TQPRLfUaKLFm0/lsd3brsg3QDh5dNhlDcxtu7S39Lp0CHDFwjmqp+9RvRyAWjK3B root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMfUPgfjiThcVvudtccZAkr4wyTzq3IjEjxPsZarEW+KXiKZ8+di9BH9sBio7ToaZCiOQtkEdvHGN2JgLd/BVnQsKL2T7pCwQod5G4KkWsVmUTBrS/TOGuWS5Hwr0R2gTml4MN85/DUz1CS4HVAkvWOo/qXt7vXozcRCVf2TSLyhAAAAFQC6XoHxGYewDnrdUj7euNrsW3CSvwAAAIAvTh86Lf/GAnc/Iphzr8wHXOV0xrB1MhcPyVskXAN0QdFqoZj/KcH8DaNQ4m+09VmOpcs712bJZjpIj2pOE8RUvVyrKwU1u+GUihYRNXRYKaiauZYPewpImmFDKVrahe5XVS7mlf+fvevuD6ZmM5XJ9Oko4f7WJ6F4JdFTsYz6yAAAAIAXRMDmwcNk1FoygwBj55P7oaPxIipih5J76Hdjlj4+Qc/qhBGV8nwEFRZx6sOoUMK3Gm8zBnltPg2z9wdQlTpQfTZi0bm5rPfq/PbnKeUE1XMV2nqOm0kshBnYhXpMOsAQBZVR3zFbAl+Ie/lMfP45J+vY9dkB6kz8SxkohdkRfw== 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.5,24,fe80::f816:3eff:fe0b:2b49/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.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-00000131\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.26 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.08s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0B:2B:49 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0b:2b49/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7996 (7.8 KiB) TX bytes:9211 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:10:12,754 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action used request id req-56b57b78-d29a-408f-99ec-4b19283b94de 2018-10-10 17:10:14,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:15,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:10: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-b3253e8c-a455-49e2-8476-b84c0fa4e71f x-compute-request-id: req-b3253e8c-a455-49e2-8476-b84c0fa4e71f Content-Encoding: gzip Content-Length: 10102 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503578553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168358] pid_max: default: 32768 minimum: 301\n[ 0.169570] ACPI: Core revision 20150930\n[ 0.171257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173064] Security Framework initialized\n[ 0.174208] Yama: becoming mindful.\n[ 0.175208] AppArmor: AppArmor initialized\n[ 0.176371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178222] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180034] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181722] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183636] Initializing cgroup subsys io\n[ 0.184736] Initializing cgroup subsys memory\n[ 0.185894] Initializing cgroup subsys devices\n[ 0.187078] Initializing cgroup subsys freezer\n[ 0.188251] Initializing cgroup subsys net_cls\n[ 0.189425] Initializing cgroup subsys perf_event\n[ 0.190655] Initializing cgroup subsys net_prio\n[ 0.191861] Initializing cgroup subsys hugetlb\n[ 0.193062] Initializing cgroup subsys pids\n[ 0.194221] CPU: Physical Processor ID: 0\n[ 0.196014] mce: CPU supports 10 MCE banks\n[ 0.197161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210881] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217953] ftrace: allocating 31920 entries in 125 pages\n[ 0.245188] smpboot: Max logical packages: 1\n[ 0.246343] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.248137] x2apic enabled\n[ 0.249149] Switched APIC routing to physical x2apic.\n[ 0.251256] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257808] KVM setup paravirtual spinlock\n[ 0.259373] x86: Booted up 1 node, 1 CPUs\n[ 0.260452] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262288] devtmpfs: initialized\n[ 0.264201] evm: security.selinux\n[ 0.265106] evm: security.SMACK64\n[ 0.266003] evm: security.SMACK64EXEC\n[ 0.266983] evm: security.SMACK64TRANSMUTE\n[ 0.268073] evm: security.SMACK64MMAP\n[ 0.269081] evm: security.ima\n[ 0.269925] evm: security.capability\n[ 0.270997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273532] pinctrl core: initialized pinctrl subsystem\n[ 0.275019] RTC time: 17:09:42, date: 10/10/18\n[ 0.276278] NET: Registered protocol family 16\n[ 0.277566] cpuidle: using governor ladder\n[ 0.278672] cpuidle: using governor menu\n[ 0.279719] PCCT header not found.\n[ 0.280688] ACPI: bus type PCI registered\n[ 0.281752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.283395] PCI: Using configuration type 1 for base access\n[ 0.285507] ACPI: Added _OSI(Module Device)\n[ 0.286627] ACPI: Added _OSI(Processor Device)\n[ 0.287773] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291425] ACPI: Interpreter enabled\n[ 0.292432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.302311] ACPI: (supports S0 S5)\n[ 0.303243] ACPI: Using IOAPIC for interrupt routing\n[ 0.304491] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309762] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311471] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.313111] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.316128] acpiphp: Slot [3] registered\n[ 0.317202] acpiphp: Slot [4] registered\n[ 0.318274] acpiphp: Slot [5] registered\n[ 0.319343] acpiphp: Slot [6] registered\n[ 0.320431] acpiphp: Slot [7] registered\n[ 0.321506] acpiphp: Slot [8] registered\n[ 0.322564] acpiphp: Slot [9] registered\n[ 0.323607] acpiphp: Slot [10] registered\n[ 0.324671] acpiphp: Slot [11] registered\n[ 0.325740] acpiphp: Slot [12] registered\n[ 0.326795] acpiphp: Slot [13] registered\n[ 0.327852] acpiphp: Slot [14] registered\n[ 0.328922] acpiphp: Slot [15] registered\n[ 0.340091] acpiphp: Slot [16] registered\n[ 0.341171] acpiphp: Slot [17] registered\n[ 0.342232] acpiphp: Slot [18] registered\n[ 0.343286] acpiphp: Slot [19] registered\n[ 0.344346] acpiphp: Slot [20] registered\n[ 0.345410] acpiphp: Slot [21] registered\n[ 0.346469] acpiphp: Slot [22] registered\n[ 0.347526] acpiphp: Slot [23] registered\n[ 0.348594] acpiphp: Slot [24] registered\n[ 0.349652] acpiphp: Slot [25] registered\n[ 0.350712] acpiphp: Slot [26] registered\n[ 0.351785] acpiphp: Slot [27] registered\n[ 0.352852] acpiphp: Slot [28] registered\n[ 0.353922] acpiphp: Slot [29] registered\n[ 0.354984] acpiphp: Slot [30] registered\n[ 0.356068] acpiphp: Slot [31] registered\n[ 0.357150] PCI host bridge to bus 0000:00\n[ 0.358237] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365501] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375454] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.377140] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383441] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385054] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431999] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437883] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440609] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442274] vgaarb: loaded\n[ 0.442907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444118] SCSI subsystem initialized\n[ 0.445003] ACPI: bus type USB registered\n[ 0.445884] usbcore: registered new interface driver usbfs\n[ 0.447000] usbcore: registered new interface driver hub\n[ 0.448083] usbcore: registered new device driver usb\n[ 0.449228] PCI: Using ACPI for IRQ routing\n[ 0.450330] NetLabel: Initializing\n[ 0.451101] NetLabel: domain hash size = 128\n[ 0.452026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453065] NetLabel: unlabeled traffic allowed by default\n[ 0.454251] clocksource: Switched to clocksource kvm-clock\n[ 0.459928] AppArmor: AppArmor Filesystem Enabled\n[ 0.460995] pnp: PnP ACPI init\n[ 0.461988] pnp: PnP ACPI: found 5 devices\n[ 0.468470] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470340] NET: Registered protocol family 2\n[ 0.471352] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472719] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473972] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.475235] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476401] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477659] NET: Registered protocol family 1\n[ 0.478596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.479791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495179] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509864] Trying to unpack rootfs image as initramfs...\n[ 0.560449] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.576745] Scanning for low memory corruption every 60 seconds\n[ 0.578177] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.579407] audit: initializing netlink subsys (disabled)\n[ 0.580495] audit: type=2000 audit(1539191383.395:1): initialized\n[ 0.581893] Initialise system trusted keyring\n[ 0.582869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.584145] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586180] zbud: loaded\n[ 0.586917] VFS: Disk quotas dquot_6.6.0\n[ 0.587774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589349] fuse init (API version 7.23)\n[ 0.590300] Key type big_key registered\n[ 0.591143] Allocating IMA MOK and blacklist keyrings.\n[ 0.592672] Key type asymmetric registered\n[ 0.593535] Asymmetric key parser 'x509' registered\n[ 0.594550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596115] io scheduler noop registered\n[ 0.596955] io scheduler deadline registered (default)\n[ 0.598007] io scheduler cfq registered\n[ 0.598906] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600006] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.601360] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602907] ACPI: Power Button [PWRF]\n[ 0.603786] GHES: HEST is not enabled!\n[ 0.617499] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648681] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.674719] Linux agpgart interface v0.103\n[ 0.676764] brd: module loaded\n[ 0.677947] loop: module loaded\n[ 0.682715] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.684158] GPT:90111 != 2097151\n[ 0.684823] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685885] GPT:90111 != 2097151\n[ 0.686551] GPT: Use GNU Parted to correct GPT errors.\n[ 0.687497] vda: vda1 vda15\n[ 0.688895] scsi host0: ata_piix\n[ 0.689630] scsi host1: ata_piix\n[ 0.690337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.691536] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.692949] libphy: Fixed MDIO Bus: probed\n[ 0.693750] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696738] PPP generic driver version 2.4.2\n[ 0.697617] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698852] ehci-pci: EHCI PCI platform driver\n[ 0.699709] ehci-platform: EHCI generic platform driver\n[ 0.700676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701778] ohci-pci: OHCI PCI platform driver\n[ 0.702631] ohci-platform: OHCI generic platform driver\n[ 0.703605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717878] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720294] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721275] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725156] usb usb1: Product: UHCI Host Controller\n[ 0.726236] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728687] hub 1-0:1.0: USB hub found\n[ 0.729574] hub 1-0:1.0: 2 ports detected\n[ 0.730597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.732937] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735190] mousedev: PS/2 mouse device common for all mice\n[ 0.736592] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738688] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742697] i2c /dev entries driver\n[ 0.743557] device-mapper: uevent: version 1.0.3\n[ 0.744620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747949] NET: Registered protocol family 10\n[ 0.749073] NET: Registered protocol family 17\n[ 0.750087] Key type dns_resolver registered\n[ 0.751140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752410] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754413] registered taskstats version 1\n[ 0.755372] Loading compiled-in X.509 certificates\n[ 0.756899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.779560] zswap: loaded using pool lzo/zbud\n[ 0.781479] Key type trusted registered\n[ 0.783090] Key type encrypted registered\n[ 0.784034] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785214] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786431] evm: HMAC attrs: 0x1\n[ 0.787451] Magic number: 6:196:188\n[ 0.788335] acpi device:1a: hash matches\n[ 0.789306] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:43 UTC (1539191383)\n[ 0.791174] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.792479] EDD information not available.\n[ 0.851235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863106] Write protecting the kernel read-only data: 14336k\n[ 0.864836] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866835] 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.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.577754] 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.44. iid=i-00000131\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrp4KJf+v7JE6BKMWArRiVU5yuuFX+TCkQiKXvVlWQyRxtWDihMHc2ZavDbnvVuni17HkjCmbx/TEqEkzb1ZxWGmkQTmU73JNzzRESze+pfSvXkUXw9KNtBn8feDTvPwXwwpeYpZyy3KghcwafynSRKyt4v7+dKJivfH1wTU1uYBfyb1BZrAhNtSBlmda7D5tHok8sUXg4d9VcLS1as8J86ai4TmizdQKY+Uc+H0O3yjx6mTwP4OTZI5E+ri6DxV9MpUxLbJa/CCRixxrFK7g9TQPRLfUaKLFm0/lsd3brsg3QDh5dNhlDcxtu7S39Lp0CHDFwjmqp+9RvRyAWjK3B root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMfUPgfjiThcVvudtccZAkr4wyTzq3IjEjxPsZarEW+KXiKZ8+di9BH9sBio7ToaZCiOQtkEdvHGN2JgLd/BVnQsKL2T7pCwQod5G4KkWsVmUTBrS/TOGuWS5Hwr0R2gTml4MN85/DUz1CS4HVAkvWOo/qXt7vXozcRCVf2TSLyhAAAAFQC6XoHxGYewDnrdUj7euNrsW3CSvwAAAIAvTh86Lf/GAnc/Iphzr8wHXOV0xrB1MhcPyVskXAN0QdFqoZj/KcH8DaNQ4m+09VmOpcs712bJZjpIj2pOE8RUvVyrKwU1u+GUihYRNXRYKaiauZYPewpImmFDKVrahe5XVS7mlf+fvevuD6ZmM5XJ9Oko4f7WJ6F4JdFTsYz6yAAAAIAXRMDmwcNk1FoygwBj55P7oaPxIipih5J76Hdjlj4+Qc/qhBGV8nwEFRZx6sOoUMK3Gm8zBnltPg2z9wdQlTpQfTZi0bm5rPfq/PbnKeUE1XMV2nqOm0kshBnYhXpMOsAQBZVR3zFbAl+Ie/lMfP45J+vY9dkB6kz8SxkohdkRfw== 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.5,24,fe80::f816:3eff:fe0b:2b49/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.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-00000131\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.26 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.08s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0B:2B:49 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0b:2b49/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7996 (7.8 KiB) TX bytes:9211 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:10:15,852 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action used request id req-b3253e8c-a455-49e2-8476-b84c0fa4e71f 2018-10-10 17:10:17,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:18,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:10: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-4aa90b17-1c76-4f46-a764-c3153a5b156b x-compute-request-id: req-4aa90b17-1c76-4f46-a764-c3153a5b156b Content-Encoding: gzip Content-Length: 10102 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503578553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168358] pid_max: default: 32768 minimum: 301\n[ 0.169570] ACPI: Core revision 20150930\n[ 0.171257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173064] Security Framework initialized\n[ 0.174208] Yama: becoming mindful.\n[ 0.175208] AppArmor: AppArmor initialized\n[ 0.176371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178222] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180034] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181722] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183636] Initializing cgroup subsys io\n[ 0.184736] Initializing cgroup subsys memory\n[ 0.185894] Initializing cgroup subsys devices\n[ 0.187078] Initializing cgroup subsys freezer\n[ 0.188251] Initializing cgroup subsys net_cls\n[ 0.189425] Initializing cgroup subsys perf_event\n[ 0.190655] Initializing cgroup subsys net_prio\n[ 0.191861] Initializing cgroup subsys hugetlb\n[ 0.193062] Initializing cgroup subsys pids\n[ 0.194221] CPU: Physical Processor ID: 0\n[ 0.196014] mce: CPU supports 10 MCE banks\n[ 0.197161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210881] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217953] ftrace: allocating 31920 entries in 125 pages\n[ 0.245188] smpboot: Max logical packages: 1\n[ 0.246343] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.248137] x2apic enabled\n[ 0.249149] Switched APIC routing to physical x2apic.\n[ 0.251256] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257808] KVM setup paravirtual spinlock\n[ 0.259373] x86: Booted up 1 node, 1 CPUs\n[ 0.260452] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262288] devtmpfs: initialized\n[ 0.264201] evm: security.selinux\n[ 0.265106] evm: security.SMACK64\n[ 0.266003] evm: security.SMACK64EXEC\n[ 0.266983] evm: security.SMACK64TRANSMUTE\n[ 0.268073] evm: security.SMACK64MMAP\n[ 0.269081] evm: security.ima\n[ 0.269925] evm: security.capability\n[ 0.270997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273532] pinctrl core: initialized pinctrl subsystem\n[ 0.275019] RTC time: 17:09:42, date: 10/10/18\n[ 0.276278] NET: Registered protocol family 16\n[ 0.277566] cpuidle: using governor ladder\n[ 0.278672] cpuidle: using governor menu\n[ 0.279719] PCCT header not found.\n[ 0.280688] ACPI: bus type PCI registered\n[ 0.281752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.283395] PCI: Using configuration type 1 for base access\n[ 0.285507] ACPI: Added _OSI(Module Device)\n[ 0.286627] ACPI: Added _OSI(Processor Device)\n[ 0.287773] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291425] ACPI: Interpreter enabled\n[ 0.292432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.302311] ACPI: (supports S0 S5)\n[ 0.303243] ACPI: Using IOAPIC for interrupt routing\n[ 0.304491] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309762] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311471] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.313111] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.316128] acpiphp: Slot [3] registered\n[ 0.317202] acpiphp: Slot [4] registered\n[ 0.318274] acpiphp: Slot [5] registered\n[ 0.319343] acpiphp: Slot [6] registered\n[ 0.320431] acpiphp: Slot [7] registered\n[ 0.321506] acpiphp: Slot [8] registered\n[ 0.322564] acpiphp: Slot [9] registered\n[ 0.323607] acpiphp: Slot [10] registered\n[ 0.324671] acpiphp: Slot [11] registered\n[ 0.325740] acpiphp: Slot [12] registered\n[ 0.326795] acpiphp: Slot [13] registered\n[ 0.327852] acpiphp: Slot [14] registered\n[ 0.328922] acpiphp: Slot [15] registered\n[ 0.340091] acpiphp: Slot [16] registered\n[ 0.341171] acpiphp: Slot [17] registered\n[ 0.342232] acpiphp: Slot [18] registered\n[ 0.343286] acpiphp: Slot [19] registered\n[ 0.344346] acpiphp: Slot [20] registered\n[ 0.345410] acpiphp: Slot [21] registered\n[ 0.346469] acpiphp: Slot [22] registered\n[ 0.347526] acpiphp: Slot [23] registered\n[ 0.348594] acpiphp: Slot [24] registered\n[ 0.349652] acpiphp: Slot [25] registered\n[ 0.350712] acpiphp: Slot [26] registered\n[ 0.351785] acpiphp: Slot [27] registered\n[ 0.352852] acpiphp: Slot [28] registered\n[ 0.353922] acpiphp: Slot [29] registered\n[ 0.354984] acpiphp: Slot [30] registered\n[ 0.356068] acpiphp: Slot [31] registered\n[ 0.357150] PCI host bridge to bus 0000:00\n[ 0.358237] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365501] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375454] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.377140] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383441] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385054] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431999] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437883] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440609] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442274] vgaarb: loaded\n[ 0.442907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444118] SCSI subsystem initialized\n[ 0.445003] ACPI: bus type USB registered\n[ 0.445884] usbcore: registered new interface driver usbfs\n[ 0.447000] usbcore: registered new interface driver hub\n[ 0.448083] usbcore: registered new device driver usb\n[ 0.449228] PCI: Using ACPI for IRQ routing\n[ 0.450330] NetLabel: Initializing\n[ 0.451101] NetLabel: domain hash size = 128\n[ 0.452026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453065] NetLabel: unlabeled traffic allowed by default\n[ 0.454251] clocksource: Switched to clocksource kvm-clock\n[ 0.459928] AppArmor: AppArmor Filesystem Enabled\n[ 0.460995] pnp: PnP ACPI init\n[ 0.461988] pnp: PnP ACPI: found 5 devices\n[ 0.468470] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470340] NET: Registered protocol family 2\n[ 0.471352] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472719] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473972] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.475235] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476401] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477659] NET: Registered protocol family 1\n[ 0.478596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.479791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495179] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509864] Trying to unpack rootfs image as initramfs...\n[ 0.560449] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.576745] Scanning for low memory corruption every 60 seconds\n[ 0.578177] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.579407] audit: initializing netlink subsys (disabled)\n[ 0.580495] audit: type=2000 audit(1539191383.395:1): initialized\n[ 0.581893] Initialise system trusted keyring\n[ 0.582869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.584145] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586180] zbud: loaded\n[ 0.586917] VFS: Disk quotas dquot_6.6.0\n[ 0.587774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589349] fuse init (API version 7.23)\n[ 0.590300] Key type big_key registered\n[ 0.591143] Allocating IMA MOK and blacklist keyrings.\n[ 0.592672] Key type asymmetric registered\n[ 0.593535] Asymmetric key parser 'x509' registered\n[ 0.594550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596115] io scheduler noop registered\n[ 0.596955] io scheduler deadline registered (default)\n[ 0.598007] io scheduler cfq registered\n[ 0.598906] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600006] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.601360] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602907] ACPI: Power Button [PWRF]\n[ 0.603786] GHES: HEST is not enabled!\n[ 0.617499] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648681] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.674719] Linux agpgart interface v0.103\n[ 0.676764] brd: module loaded\n[ 0.677947] loop: module loaded\n[ 0.682715] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.684158] GPT:90111 != 2097151\n[ 0.684823] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685885] GPT:90111 != 2097151\n[ 0.686551] GPT: Use GNU Parted to correct GPT errors.\n[ 0.687497] vda: vda1 vda15\n[ 0.688895] scsi host0: ata_piix\n[ 0.689630] scsi host1: ata_piix\n[ 0.690337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.691536] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.692949] libphy: Fixed MDIO Bus: probed\n[ 0.693750] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696738] PPP generic driver version 2.4.2\n[ 0.697617] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698852] ehci-pci: EHCI PCI platform driver\n[ 0.699709] ehci-platform: EHCI generic platform driver\n[ 0.700676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701778] ohci-pci: OHCI PCI platform driver\n[ 0.702631] ohci-platform: OHCI generic platform driver\n[ 0.703605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717878] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720294] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721275] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725156] usb usb1: Product: UHCI Host Controller\n[ 0.726236] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728687] hub 1-0:1.0: USB hub found\n[ 0.729574] hub 1-0:1.0: 2 ports detected\n[ 0.730597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.732937] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735190] mousedev: PS/2 mouse device common for all mice\n[ 0.736592] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738688] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742697] i2c /dev entries driver\n[ 0.743557] device-mapper: uevent: version 1.0.3\n[ 0.744620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747949] NET: Registered protocol family 10\n[ 0.749073] NET: Registered protocol family 17\n[ 0.750087] Key type dns_resolver registered\n[ 0.751140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752410] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754413] registered taskstats version 1\n[ 0.755372] Loading compiled-in X.509 certificates\n[ 0.756899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.779560] zswap: loaded using pool lzo/zbud\n[ 0.781479] Key type trusted registered\n[ 0.783090] Key type encrypted registered\n[ 0.784034] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785214] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786431] evm: HMAC attrs: 0x1\n[ 0.787451] Magic number: 6:196:188\n[ 0.788335] acpi device:1a: hash matches\n[ 0.789306] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:43 UTC (1539191383)\n[ 0.791174] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.792479] EDD information not available.\n[ 0.851235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863106] Write protecting the kernel read-only data: 14336k\n[ 0.864836] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866835] 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.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.577754] 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.44. iid=i-00000131\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrp4KJf+v7JE6BKMWArRiVU5yuuFX+TCkQiKXvVlWQyRxtWDihMHc2ZavDbnvVuni17HkjCmbx/TEqEkzb1ZxWGmkQTmU73JNzzRESze+pfSvXkUXw9KNtBn8feDTvPwXwwpeYpZyy3KghcwafynSRKyt4v7+dKJivfH1wTU1uYBfyb1BZrAhNtSBlmda7D5tHok8sUXg4d9VcLS1as8J86ai4TmizdQKY+Uc+H0O3yjx6mTwP4OTZI5E+ri6DxV9MpUxLbJa/CCRixxrFK7g9TQPRLfUaKLFm0/lsd3brsg3QDh5dNhlDcxtu7S39Lp0CHDFwjmqp+9RvRyAWjK3B root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMfUPgfjiThcVvudtccZAkr4wyTzq3IjEjxPsZarEW+KXiKZ8+di9BH9sBio7ToaZCiOQtkEdvHGN2JgLd/BVnQsKL2T7pCwQod5G4KkWsVmUTBrS/TOGuWS5Hwr0R2gTml4MN85/DUz1CS4HVAkvWOo/qXt7vXozcRCVf2TSLyhAAAAFQC6XoHxGYewDnrdUj7euNrsW3CSvwAAAIAvTh86Lf/GAnc/Iphzr8wHXOV0xrB1MhcPyVskXAN0QdFqoZj/KcH8DaNQ4m+09VmOpcs712bJZjpIj2pOE8RUvVyrKwU1u+GUihYRNXRYKaiauZYPewpImmFDKVrahe5XVS7mlf+fvevuD6ZmM5XJ9Oko4f7WJ6F4JdFTsYz6yAAAAIAXRMDmwcNk1FoygwBj55P7oaPxIipih5J76Hdjlj4+Qc/qhBGV8nwEFRZx6sOoUMK3Gm8zBnltPg2z9wdQlTpQfTZi0bm5rPfq/PbnKeUE1XMV2nqOm0kshBnYhXpMOsAQBZVR3zFbAl+Ie/lMfP45J+vY9dkB6kz8SxkohdkRfw== 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.5,24,fe80::f816:3eff:fe0b:2b49/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.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-00000131\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.26 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.08s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0B:2B:49 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0b:2b49/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7996 (7.8 KiB) TX bytes:9211 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:10:18,953 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action used request id req-4aa90b17-1c76-4f46-a764-c3153a5b156b 2018-10-10 17:10:20,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:22,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-0477a5ae-80a6-4b35-a6c1-83437b07ee6b x-compute-request-id: req-0477a5ae-80a6-4b35-a6c1-83437b07ee6b Content-Encoding: gzip Content-Length: 10121 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503578553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168358] pid_max: default: 32768 minimum: 301\n[ 0.169570] ACPI: Core revision 20150930\n[ 0.171257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173064] Security Framework initialized\n[ 0.174208] Yama: becoming mindful.\n[ 0.175208] AppArmor: AppArmor initialized\n[ 0.176371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178222] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180034] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181722] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183636] Initializing cgroup subsys io\n[ 0.184736] Initializing cgroup subsys memory\n[ 0.185894] Initializing cgroup subsys devices\n[ 0.187078] Initializing cgroup subsys freezer\n[ 0.188251] Initializing cgroup subsys net_cls\n[ 0.189425] Initializing cgroup subsys perf_event\n[ 0.190655] Initializing cgroup subsys net_prio\n[ 0.191861] Initializing cgroup subsys hugetlb\n[ 0.193062] Initializing cgroup subsys pids\n[ 0.194221] CPU: Physical Processor ID: 0\n[ 0.196014] mce: CPU supports 10 MCE banks\n[ 0.197161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210881] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217953] ftrace: allocating 31920 entries in 125 pages\n[ 0.245188] smpboot: Max logical packages: 1\n[ 0.246343] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.248137] x2apic enabled\n[ 0.249149] Switched APIC routing to physical x2apic.\n[ 0.251256] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257808] KVM setup paravirtual spinlock\n[ 0.259373] x86: Booted up 1 node, 1 CPUs\n[ 0.260452] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262288] devtmpfs: initialized\n[ 0.264201] evm: security.selinux\n[ 0.265106] evm: security.SMACK64\n[ 0.266003] evm: security.SMACK64EXEC\n[ 0.266983] evm: security.SMACK64TRANSMUTE\n[ 0.268073] evm: security.SMACK64MMAP\n[ 0.269081] evm: security.ima\n[ 0.269925] evm: security.capability\n[ 0.270997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273532] pinctrl core: initialized pinctrl subsystem\n[ 0.275019] RTC time: 17:09:42, date: 10/10/18\n[ 0.276278] NET: Registered protocol family 16\n[ 0.277566] cpuidle: using governor ladder\n[ 0.278672] cpuidle: using governor menu\n[ 0.279719] PCCT header not found.\n[ 0.280688] ACPI: bus type PCI registered\n[ 0.281752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.283395] PCI: Using configuration type 1 for base access\n[ 0.285507] ACPI: Added _OSI(Module Device)\n[ 0.286627] ACPI: Added _OSI(Processor Device)\n[ 0.287773] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291425] ACPI: Interpreter enabled\n[ 0.292432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.302311] ACPI: (supports S0 S5)\n[ 0.303243] ACPI: Using IOAPIC for interrupt routing\n[ 0.304491] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309762] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311471] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.313111] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.316128] acpiphp: Slot [3] registered\n[ 0.317202] acpiphp: Slot [4] registered\n[ 0.318274] acpiphp: Slot [5] registered\n[ 0.319343] acpiphp: Slot [6] registered\n[ 0.320431] acpiphp: Slot [7] registered\n[ 0.321506] acpiphp: Slot [8] registered\n[ 0.322564] acpiphp: Slot [9] registered\n[ 0.323607] acpiphp: Slot [10] registered\n[ 0.324671] acpiphp: Slot [11] registered\n[ 0.325740] acpiphp: Slot [12] registered\n[ 0.326795] acpiphp: Slot [13] registered\n[ 0.327852] acpiphp: Slot [14] registered\n[ 0.328922] acpiphp: Slot [15] registered\n[ 0.340091] acpiphp: Slot [16] registered\n[ 0.341171] acpiphp: Slot [17] registered\n[ 0.342232] acpiphp: Slot [18] registered\n[ 0.343286] acpiphp: Slot [19] registered\n[ 0.344346] acpiphp: Slot [20] registered\n[ 0.345410] acpiphp: Slot [21] registered\n[ 0.346469] acpiphp: Slot [22] registered\n[ 0.347526] acpiphp: Slot [23] registered\n[ 0.348594] acpiphp: Slot [24] registered\n[ 0.349652] acpiphp: Slot [25] registered\n[ 0.350712] acpiphp: Slot [26] registered\n[ 0.351785] acpiphp: Slot [27] registered\n[ 0.352852] acpiphp: Slot [28] registered\n[ 0.353922] acpiphp: Slot [29] registered\n[ 0.354984] acpiphp: Slot [30] registered\n[ 0.356068] acpiphp: Slot [31] registered\n[ 0.357150] PCI host bridge to bus 0000:00\n[ 0.358237] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365501] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375454] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.377140] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383441] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385054] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431999] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437883] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440609] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442274] vgaarb: loaded\n[ 0.442907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444118] SCSI subsystem initialized\n[ 0.445003] ACPI: bus type USB registered\n[ 0.445884] usbcore: registered new interface driver usbfs\n[ 0.447000] usbcore: registered new interface driver hub\n[ 0.448083] usbcore: registered new device driver usb\n[ 0.449228] PCI: Using ACPI for IRQ routing\n[ 0.450330] NetLabel: Initializing\n[ 0.451101] NetLabel: domain hash size = 128\n[ 0.452026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453065] NetLabel: unlabeled traffic allowed by default\n[ 0.454251] clocksource: Switched to clocksource kvm-clock\n[ 0.459928] AppArmor: AppArmor Filesystem Enabled\n[ 0.460995] pnp: PnP ACPI init\n[ 0.461988] pnp: PnP ACPI: found 5 devices\n[ 0.468470] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470340] NET: Registered protocol family 2\n[ 0.471352] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472719] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473972] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.475235] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476401] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477659] NET: Registered protocol family 1\n[ 0.478596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.479791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495179] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509864] Trying to unpack rootfs image as initramfs...\n[ 0.560449] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.576745] Scanning for low memory corruption every 60 seconds\n[ 0.578177] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.579407] audit: initializing netlink subsys (disabled)\n[ 0.580495] audit: type=2000 audit(1539191383.395:1): initialized\n[ 0.581893] Initialise system trusted keyring\n[ 0.582869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.584145] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586180] zbud: loaded\n[ 0.586917] VFS: Disk quotas dquot_6.6.0\n[ 0.587774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589349] fuse init (API version 7.23)\n[ 0.590300] Key type big_key registered\n[ 0.591143] Allocating IMA MOK and blacklist keyrings.\n[ 0.592672] Key type asymmetric registered\n[ 0.593535] Asymmetric key parser 'x509' registered\n[ 0.594550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596115] io scheduler noop registered\n[ 0.596955] io scheduler deadline registered (default)\n[ 0.598007] io scheduler cfq registered\n[ 0.598906] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600006] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.601360] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602907] ACPI: Power Button [PWRF]\n[ 0.603786] GHES: HEST is not enabled!\n[ 0.617499] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648681] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.674719] Linux agpgart interface v0.103\n[ 0.676764] brd: module loaded\n[ 0.677947] loop: module loaded\n[ 0.682715] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.684158] GPT:90111 != 2097151\n[ 0.684823] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685885] GPT:90111 != 2097151\n[ 0.686551] GPT: Use GNU Parted to correct GPT errors.\n[ 0.687497] vda: vda1 vda15\n[ 0.688895] scsi host0: ata_piix\n[ 0.689630] scsi host1: ata_piix\n[ 0.690337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.691536] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.692949] libphy: Fixed MDIO Bus: probed\n[ 0.693750] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696738] PPP generic driver version 2.4.2\n[ 0.697617] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698852] ehci-pci: EHCI PCI platform driver\n[ 0.699709] ehci-platform: EHCI generic platform driver\n[ 0.700676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701778] ohci-pci: OHCI PCI platform driver\n[ 0.702631] ohci-platform: OHCI generic platform driver\n[ 0.703605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717878] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720294] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721275] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725156] usb usb1: Product: UHCI Host Controller\n[ 0.726236] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728687] hub 1-0:1.0: USB hub found\n[ 0.729574] hub 1-0:1.0: 2 ports detected\n[ 0.730597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.732937] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735190] mousedev: PS/2 mouse device common for all mice\n[ 0.736592] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738688] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742697] i2c /dev entries driver\n[ 0.743557] device-mapper: uevent: version 1.0.3\n[ 0.744620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747949] NET: Registered protocol family 10\n[ 0.749073] NET: Registered protocol family 17\n[ 0.750087] Key type dns_resolver registered\n[ 0.751140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752410] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754413] registered taskstats version 1\n[ 0.755372] Loading compiled-in X.509 certificates\n[ 0.756899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.779560] zswap: loaded using pool lzo/zbud\n[ 0.781479] Key type trusted registered\n[ 0.783090] Key type encrypted registered\n[ 0.784034] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785214] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786431] evm: HMAC attrs: 0x1\n[ 0.787451] Magic number: 6:196:188\n[ 0.788335] acpi device:1a: hash matches\n[ 0.789306] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:43 UTC (1539191383)\n[ 0.791174] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.792479] EDD information not available.\n[ 0.851235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863106] Write protecting the kernel read-only data: 14336k\n[ 0.864836] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866835] 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.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.577754] 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.44. iid=i-00000131\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrp4KJf+v7JE6BKMWArRiVU5yuuFX+TCkQiKXvVlWQyRxtWDihMHc2ZavDbnvVuni17HkjCmbx/TEqEkzb1ZxWGmkQTmU73JNzzRESze+pfSvXkUXw9KNtBn8feDTvPwXwwpeYpZyy3KghcwafynSRKyt4v7+dKJivfH1wTU1uYBfyb1BZrAhNtSBlmda7D5tHok8sUXg4d9VcLS1as8J86ai4TmizdQKY+Uc+H0O3yjx6mTwP4OTZI5E+ri6DxV9MpUxLbJa/CCRixxrFK7g9TQPRLfUaKLFm0/lsd3brsg3QDh5dNhlDcxtu7S39Lp0CHDFwjmqp+9RvRyAWjK3B root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMfUPgfjiThcVvudtccZAkr4wyTzq3IjEjxPsZarEW+KXiKZ8+di9BH9sBio7ToaZCiOQtkEdvHGN2JgLd/BVnQsKL2T7pCwQod5G4KkWsVmUTBrS/TOGuWS5Hwr0R2gTml4MN85/DUz1CS4HVAkvWOo/qXt7vXozcRCVf2TSLyhAAAAFQC6XoHxGYewDnrdUj7euNrsW3CSvwAAAIAvTh86Lf/GAnc/Iphzr8wHXOV0xrB1MhcPyVskXAN0QdFqoZj/KcH8DaNQ4m+09VmOpcs712bJZjpIj2pOE8RUvVyrKwU1u+GUihYRNXRYKaiauZYPewpImmFDKVrahe5XVS7mlf+fvevuD6ZmM5XJ9Oko4f7WJ6F4JdFTsYz6yAAAAIAXRMDmwcNk1FoygwBj55P7oaPxIipih5J76Hdjlj4+Qc/qhBGV8nwEFRZx6sOoUMK3Gm8zBnltPg2z9wdQlTpQfTZi0bm5rPfq/PbnKeUE1XMV2nqOm0kshBnYhXpMOsAQBZVR3zFbAl+Ie/lMfP45J+vY9dkB6kz8SxkohdkRfw== 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.5,24,fe80::f816:3eff:fe0b:2b49/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.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-00000131\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.26 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.08s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0B:2B:49 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0b:2b49/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7996 (7.8 KiB) TX bytes:9211 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:10:22,043 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action used request id req-0477a5ae-80a6-4b35-a6c1-83437b07ee6b 2018-10-10 17:10:24,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:25,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:10: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-fd1f5c8d-d514-49a6-80df-5f12bda9c25c x-compute-request-id: req-fd1f5c8d-d514-49a6-80df-5f12bda9c25c Content-Encoding: gzip Content-Length: 10121 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503578553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168358] pid_max: default: 32768 minimum: 301\n[ 0.169570] ACPI: Core revision 20150930\n[ 0.171257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173064] Security Framework initialized\n[ 0.174208] Yama: becoming mindful.\n[ 0.175208] AppArmor: AppArmor initialized\n[ 0.176371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178222] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180034] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181722] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183636] Initializing cgroup subsys io\n[ 0.184736] Initializing cgroup subsys memory\n[ 0.185894] Initializing cgroup subsys devices\n[ 0.187078] Initializing cgroup subsys freezer\n[ 0.188251] Initializing cgroup subsys net_cls\n[ 0.189425] Initializing cgroup subsys perf_event\n[ 0.190655] Initializing cgroup subsys net_prio\n[ 0.191861] Initializing cgroup subsys hugetlb\n[ 0.193062] Initializing cgroup subsys pids\n[ 0.194221] CPU: Physical Processor ID: 0\n[ 0.196014] mce: CPU supports 10 MCE banks\n[ 0.197161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210881] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217953] ftrace: allocating 31920 entries in 125 pages\n[ 0.245188] smpboot: Max logical packages: 1\n[ 0.246343] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.248137] x2apic enabled\n[ 0.249149] Switched APIC routing to physical x2apic.\n[ 0.251256] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257808] KVM setup paravirtual spinlock\n[ 0.259373] x86: Booted up 1 node, 1 CPUs\n[ 0.260452] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262288] devtmpfs: initialized\n[ 0.264201] evm: security.selinux\n[ 0.265106] evm: security.SMACK64\n[ 0.266003] evm: security.SMACK64EXEC\n[ 0.266983] evm: security.SMACK64TRANSMUTE\n[ 0.268073] evm: security.SMACK64MMAP\n[ 0.269081] evm: security.ima\n[ 0.269925] evm: security.capability\n[ 0.270997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273532] pinctrl core: initialized pinctrl subsystem\n[ 0.275019] RTC time: 17:09:42, date: 10/10/18\n[ 0.276278] NET: Registered protocol family 16\n[ 0.277566] cpuidle: using governor ladder\n[ 0.278672] cpuidle: using governor menu\n[ 0.279719] PCCT header not found.\n[ 0.280688] ACPI: bus type PCI registered\n[ 0.281752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.283395] PCI: Using configuration type 1 for base access\n[ 0.285507] ACPI: Added _OSI(Module Device)\n[ 0.286627] ACPI: Added _OSI(Processor Device)\n[ 0.287773] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291425] ACPI: Interpreter enabled\n[ 0.292432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.302311] ACPI: (supports S0 S5)\n[ 0.303243] ACPI: Using IOAPIC for interrupt routing\n[ 0.304491] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309762] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311471] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.313111] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.316128] acpiphp: Slot [3] registered\n[ 0.317202] acpiphp: Slot [4] registered\n[ 0.318274] acpiphp: Slot [5] registered\n[ 0.319343] acpiphp: Slot [6] registered\n[ 0.320431] acpiphp: Slot [7] registered\n[ 0.321506] acpiphp: Slot [8] registered\n[ 0.322564] acpiphp: Slot [9] registered\n[ 0.323607] acpiphp: Slot [10] registered\n[ 0.324671] acpiphp: Slot [11] registered\n[ 0.325740] acpiphp: Slot [12] registered\n[ 0.326795] acpiphp: Slot [13] registered\n[ 0.327852] acpiphp: Slot [14] registered\n[ 0.328922] acpiphp: Slot [15] registered\n[ 0.340091] acpiphp: Slot [16] registered\n[ 0.341171] acpiphp: Slot [17] registered\n[ 0.342232] acpiphp: Slot [18] registered\n[ 0.343286] acpiphp: Slot [19] registered\n[ 0.344346] acpiphp: Slot [20] registered\n[ 0.345410] acpiphp: Slot [21] registered\n[ 0.346469] acpiphp: Slot [22] registered\n[ 0.347526] acpiphp: Slot [23] registered\n[ 0.348594] acpiphp: Slot [24] registered\n[ 0.349652] acpiphp: Slot [25] registered\n[ 0.350712] acpiphp: Slot [26] registered\n[ 0.351785] acpiphp: Slot [27] registered\n[ 0.352852] acpiphp: Slot [28] registered\n[ 0.353922] acpiphp: Slot [29] registered\n[ 0.354984] acpiphp: Slot [30] registered\n[ 0.356068] acpiphp: Slot [31] registered\n[ 0.357150] PCI host bridge to bus 0000:00\n[ 0.358237] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365501] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375454] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.377140] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383441] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385054] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431999] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437883] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440609] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442274] vgaarb: loaded\n[ 0.442907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444118] SCSI subsystem initialized\n[ 0.445003] ACPI: bus type USB registered\n[ 0.445884] usbcore: registered new interface driver usbfs\n[ 0.447000] usbcore: registered new interface driver hub\n[ 0.448083] usbcore: registered new device driver usb\n[ 0.449228] PCI: Using ACPI for IRQ routing\n[ 0.450330] NetLabel: Initializing\n[ 0.451101] NetLabel: domain hash size = 128\n[ 0.452026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453065] NetLabel: unlabeled traffic allowed by default\n[ 0.454251] clocksource: Switched to clocksource kvm-clock\n[ 0.459928] AppArmor: AppArmor Filesystem Enabled\n[ 0.460995] pnp: PnP ACPI init\n[ 0.461988] pnp: PnP ACPI: found 5 devices\n[ 0.468470] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470340] NET: Registered protocol family 2\n[ 0.471352] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472719] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473972] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.475235] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476401] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477659] NET: Registered protocol family 1\n[ 0.478596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.479791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495179] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509864] Trying to unpack rootfs image as initramfs...\n[ 0.560449] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.576745] Scanning for low memory corruption every 60 seconds\n[ 0.578177] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.579407] audit: initializing netlink subsys (disabled)\n[ 0.580495] audit: type=2000 audit(1539191383.395:1): initialized\n[ 0.581893] Initialise system trusted keyring\n[ 0.582869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.584145] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586180] zbud: loaded\n[ 0.586917] VFS: Disk quotas dquot_6.6.0\n[ 0.587774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589349] fuse init (API version 7.23)\n[ 0.590300] Key type big_key registered\n[ 0.591143] Allocating IMA MOK and blacklist keyrings.\n[ 0.592672] Key type asymmetric registered\n[ 0.593535] Asymmetric key parser 'x509' registered\n[ 0.594550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596115] io scheduler noop registered\n[ 0.596955] io scheduler deadline registered (default)\n[ 0.598007] io scheduler cfq registered\n[ 0.598906] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600006] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.601360] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602907] ACPI: Power Button [PWRF]\n[ 0.603786] GHES: HEST is not enabled!\n[ 0.617499] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648681] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.674719] Linux agpgart interface v0.103\n[ 0.676764] brd: module loaded\n[ 0.677947] loop: module loaded\n[ 0.682715] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.684158] GPT:90111 != 2097151\n[ 0.684823] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685885] GPT:90111 != 2097151\n[ 0.686551] GPT: Use GNU Parted to correct GPT errors.\n[ 0.687497] vda: vda1 vda15\n[ 0.688895] scsi host0: ata_piix\n[ 0.689630] scsi host1: ata_piix\n[ 0.690337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.691536] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.692949] libphy: Fixed MDIO Bus: probed\n[ 0.693750] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696738] PPP generic driver version 2.4.2\n[ 0.697617] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698852] ehci-pci: EHCI PCI platform driver\n[ 0.699709] ehci-platform: EHCI generic platform driver\n[ 0.700676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701778] ohci-pci: OHCI PCI platform driver\n[ 0.702631] ohci-platform: OHCI generic platform driver\n[ 0.703605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717878] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720294] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721275] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725156] usb usb1: Product: UHCI Host Controller\n[ 0.726236] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728687] hub 1-0:1.0: USB hub found\n[ 0.729574] hub 1-0:1.0: 2 ports detected\n[ 0.730597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.732937] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735190] mousedev: PS/2 mouse device common for all mice\n[ 0.736592] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738688] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742697] i2c /dev entries driver\n[ 0.743557] device-mapper: uevent: version 1.0.3\n[ 0.744620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747949] NET: Registered protocol family 10\n[ 0.749073] NET: Registered protocol family 17\n[ 0.750087] Key type dns_resolver registered\n[ 0.751140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752410] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754413] registered taskstats version 1\n[ 0.755372] Loading compiled-in X.509 certificates\n[ 0.756899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.779560] zswap: loaded using pool lzo/zbud\n[ 0.781479] Key type trusted registered\n[ 0.783090] Key type encrypted registered\n[ 0.784034] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785214] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786431] evm: HMAC attrs: 0x1\n[ 0.787451] Magic number: 6:196:188\n[ 0.788335] acpi device:1a: hash matches\n[ 0.789306] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:43 UTC (1539191383)\n[ 0.791174] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.792479] EDD information not available.\n[ 0.851235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863106] Write protecting the kernel read-only data: 14336k\n[ 0.864836] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866835] 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.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.577754] 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.44. iid=i-00000131\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrp4KJf+v7JE6BKMWArRiVU5yuuFX+TCkQiKXvVlWQyRxtWDihMHc2ZavDbnvVuni17HkjCmbx/TEqEkzb1ZxWGmkQTmU73JNzzRESze+pfSvXkUXw9KNtBn8feDTvPwXwwpeYpZyy3KghcwafynSRKyt4v7+dKJivfH1wTU1uYBfyb1BZrAhNtSBlmda7D5tHok8sUXg4d9VcLS1as8J86ai4TmizdQKY+Uc+H0O3yjx6mTwP4OTZI5E+ri6DxV9MpUxLbJa/CCRixxrFK7g9TQPRLfUaKLFm0/lsd3brsg3QDh5dNhlDcxtu7S39Lp0CHDFwjmqp+9RvRyAWjK3B root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMfUPgfjiThcVvudtccZAkr4wyTzq3IjEjxPsZarEW+KXiKZ8+di9BH9sBio7ToaZCiOQtkEdvHGN2JgLd/BVnQsKL2T7pCwQod5G4KkWsVmUTBrS/TOGuWS5Hwr0R2gTml4MN85/DUz1CS4HVAkvWOo/qXt7vXozcRCVf2TSLyhAAAAFQC6XoHxGYewDnrdUj7euNrsW3CSvwAAAIAvTh86Lf/GAnc/Iphzr8wHXOV0xrB1MhcPyVskXAN0QdFqoZj/KcH8DaNQ4m+09VmOpcs712bJZjpIj2pOE8RUvVyrKwU1u+GUihYRNXRYKaiauZYPewpImmFDKVrahe5XVS7mlf+fvevuD6ZmM5XJ9Oko4f7WJ6F4JdFTsYz6yAAAAIAXRMDmwcNk1FoygwBj55P7oaPxIipih5J76Hdjlj4+Qc/qhBGV8nwEFRZx6sOoUMK3Gm8zBnltPg2z9wdQlTpQfTZi0bm5rPfq/PbnKeUE1XMV2nqOm0kshBnYhXpMOsAQBZVR3zFbAl+Ie/lMfP45J+vY9dkB6kz8SxkohdkRfw== 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.5,24,fe80::f816:3eff:fe0b:2b49/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.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-00000131\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.26 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.08s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0B:2B:49 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0b:2b49/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7996 (7.8 KiB) TX bytes:9211 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:10:25,131 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action used request id req-fd1f5c8d-d514-49a6-80df-5f12bda9c25c 2018-10-10 17:10:27,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:28,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:10: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-8193da31-241f-4806-9de1-1a85afae6152 x-compute-request-id: req-8193da31-241f-4806-9de1-1a85afae6152 Content-Encoding: gzip Content-Length: 10121 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503578553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168358] pid_max: default: 32768 minimum: 301\n[ 0.169570] ACPI: Core revision 20150930\n[ 0.171257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173064] Security Framework initialized\n[ 0.174208] Yama: becoming mindful.\n[ 0.175208] AppArmor: AppArmor initialized\n[ 0.176371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178222] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180034] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181722] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183636] Initializing cgroup subsys io\n[ 0.184736] Initializing cgroup subsys memory\n[ 0.185894] Initializing cgroup subsys devices\n[ 0.187078] Initializing cgroup subsys freezer\n[ 0.188251] Initializing cgroup subsys net_cls\n[ 0.189425] Initializing cgroup subsys perf_event\n[ 0.190655] Initializing cgroup subsys net_prio\n[ 0.191861] Initializing cgroup subsys hugetlb\n[ 0.193062] Initializing cgroup subsys pids\n[ 0.194221] CPU: Physical Processor ID: 0\n[ 0.196014] mce: CPU supports 10 MCE banks\n[ 0.197161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210881] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217953] ftrace: allocating 31920 entries in 125 pages\n[ 0.245188] smpboot: Max logical packages: 1\n[ 0.246343] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.248137] x2apic enabled\n[ 0.249149] Switched APIC routing to physical x2apic.\n[ 0.251256] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257808] KVM setup paravirtual spinlock\n[ 0.259373] x86: Booted up 1 node, 1 CPUs\n[ 0.260452] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262288] devtmpfs: initialized\n[ 0.264201] evm: security.selinux\n[ 0.265106] evm: security.SMACK64\n[ 0.266003] evm: security.SMACK64EXEC\n[ 0.266983] evm: security.SMACK64TRANSMUTE\n[ 0.268073] evm: security.SMACK64MMAP\n[ 0.269081] evm: security.ima\n[ 0.269925] evm: security.capability\n[ 0.270997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273532] pinctrl core: initialized pinctrl subsystem\n[ 0.275019] RTC time: 17:09:42, date: 10/10/18\n[ 0.276278] NET: Registered protocol family 16\n[ 0.277566] cpuidle: using governor ladder\n[ 0.278672] cpuidle: using governor menu\n[ 0.279719] PCCT header not found.\n[ 0.280688] ACPI: bus type PCI registered\n[ 0.281752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.283395] PCI: Using configuration type 1 for base access\n[ 0.285507] ACPI: Added _OSI(Module Device)\n[ 0.286627] ACPI: Added _OSI(Processor Device)\n[ 0.287773] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291425] ACPI: Interpreter enabled\n[ 0.292432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.302311] ACPI: (supports S0 S5)\n[ 0.303243] ACPI: Using IOAPIC for interrupt routing\n[ 0.304491] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309762] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311471] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.313111] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.316128] acpiphp: Slot [3] registered\n[ 0.317202] acpiphp: Slot [4] registered\n[ 0.318274] acpiphp: Slot [5] registered\n[ 0.319343] acpiphp: Slot [6] registered\n[ 0.320431] acpiphp: Slot [7] registered\n[ 0.321506] acpiphp: Slot [8] registered\n[ 0.322564] acpiphp: Slot [9] registered\n[ 0.323607] acpiphp: Slot [10] registered\n[ 0.324671] acpiphp: Slot [11] registered\n[ 0.325740] acpiphp: Slot [12] registered\n[ 0.326795] acpiphp: Slot [13] registered\n[ 0.327852] acpiphp: Slot [14] registered\n[ 0.328922] acpiphp: Slot [15] registered\n[ 0.340091] acpiphp: Slot [16] registered\n[ 0.341171] acpiphp: Slot [17] registered\n[ 0.342232] acpiphp: Slot [18] registered\n[ 0.343286] acpiphp: Slot [19] registered\n[ 0.344346] acpiphp: Slot [20] registered\n[ 0.345410] acpiphp: Slot [21] registered\n[ 0.346469] acpiphp: Slot [22] registered\n[ 0.347526] acpiphp: Slot [23] registered\n[ 0.348594] acpiphp: Slot [24] registered\n[ 0.349652] acpiphp: Slot [25] registered\n[ 0.350712] acpiphp: Slot [26] registered\n[ 0.351785] acpiphp: Slot [27] registered\n[ 0.352852] acpiphp: Slot [28] registered\n[ 0.353922] acpiphp: Slot [29] registered\n[ 0.354984] acpiphp: Slot [30] registered\n[ 0.356068] acpiphp: Slot [31] registered\n[ 0.357150] PCI host bridge to bus 0000:00\n[ 0.358237] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365501] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375454] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.377140] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383441] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385054] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431999] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437883] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440609] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442274] vgaarb: loaded\n[ 0.442907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444118] SCSI subsystem initialized\n[ 0.445003] ACPI: bus type USB registered\n[ 0.445884] usbcore: registered new interface driver usbfs\n[ 0.447000] usbcore: registered new interface driver hub\n[ 0.448083] usbcore: registered new device driver usb\n[ 0.449228] PCI: Using ACPI for IRQ routing\n[ 0.450330] NetLabel: Initializing\n[ 0.451101] NetLabel: domain hash size = 128\n[ 0.452026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453065] NetLabel: unlabeled traffic allowed by default\n[ 0.454251] clocksource: Switched to clocksource kvm-clock\n[ 0.459928] AppArmor: AppArmor Filesystem Enabled\n[ 0.460995] pnp: PnP ACPI init\n[ 0.461988] pnp: PnP ACPI: found 5 devices\n[ 0.468470] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470340] NET: Registered protocol family 2\n[ 0.471352] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472719] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473972] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.475235] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476401] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477659] NET: Registered protocol family 1\n[ 0.478596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.479791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495179] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509864] Trying to unpack rootfs image as initramfs...\n[ 0.560449] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.576745] Scanning for low memory corruption every 60 seconds\n[ 0.578177] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.579407] audit: initializing netlink subsys (disabled)\n[ 0.580495] audit: type=2000 audit(1539191383.395:1): initialized\n[ 0.581893] Initialise system trusted keyring\n[ 0.582869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.584145] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586180] zbud: loaded\n[ 0.586917] VFS: Disk quotas dquot_6.6.0\n[ 0.587774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589349] fuse init (API version 7.23)\n[ 0.590300] Key type big_key registered\n[ 0.591143] Allocating IMA MOK and blacklist keyrings.\n[ 0.592672] Key type asymmetric registered\n[ 0.593535] Asymmetric key parser 'x509' registered\n[ 0.594550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596115] io scheduler noop registered\n[ 0.596955] io scheduler deadline registered (default)\n[ 0.598007] io scheduler cfq registered\n[ 0.598906] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600006] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.601360] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602907] ACPI: Power Button [PWRF]\n[ 0.603786] GHES: HEST is not enabled!\n[ 0.617499] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648681] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.674719] Linux agpgart interface v0.103\n[ 0.676764] brd: module loaded\n[ 0.677947] loop: module loaded\n[ 0.682715] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.684158] GPT:90111 != 2097151\n[ 0.684823] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685885] GPT:90111 != 2097151\n[ 0.686551] GPT: Use GNU Parted to correct GPT errors.\n[ 0.687497] vda: vda1 vda15\n[ 0.688895] scsi host0: ata_piix\n[ 0.689630] scsi host1: ata_piix\n[ 0.690337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.691536] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.692949] libphy: Fixed MDIO Bus: probed\n[ 0.693750] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696738] PPP generic driver version 2.4.2\n[ 0.697617] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698852] ehci-pci: EHCI PCI platform driver\n[ 0.699709] ehci-platform: EHCI generic platform driver\n[ 0.700676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701778] ohci-pci: OHCI PCI platform driver\n[ 0.702631] ohci-platform: OHCI generic platform driver\n[ 0.703605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717878] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720294] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721275] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725156] usb usb1: Product: UHCI Host Controller\n[ 0.726236] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728687] hub 1-0:1.0: USB hub found\n[ 0.729574] hub 1-0:1.0: 2 ports detected\n[ 0.730597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.732937] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735190] mousedev: PS/2 mouse device common for all mice\n[ 0.736592] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738688] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742697] i2c /dev entries driver\n[ 0.743557] device-mapper: uevent: version 1.0.3\n[ 0.744620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747949] NET: Registered protocol family 10\n[ 0.749073] NET: Registered protocol family 17\n[ 0.750087] Key type dns_resolver registered\n[ 0.751140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752410] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754413] registered taskstats version 1\n[ 0.755372] Loading compiled-in X.509 certificates\n[ 0.756899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.779560] zswap: loaded using pool lzo/zbud\n[ 0.781479] Key type trusted registered\n[ 0.783090] Key type encrypted registered\n[ 0.784034] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785214] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786431] evm: HMAC attrs: 0x1\n[ 0.787451] Magic number: 6:196:188\n[ 0.788335] acpi device:1a: hash matches\n[ 0.789306] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:43 UTC (1539191383)\n[ 0.791174] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.792479] EDD information not available.\n[ 0.851235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863106] Write protecting the kernel read-only data: 14336k\n[ 0.864836] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866835] 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.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.577754] 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.44. iid=i-00000131\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrp4KJf+v7JE6BKMWArRiVU5yuuFX+TCkQiKXvVlWQyRxtWDihMHc2ZavDbnvVuni17HkjCmbx/TEqEkzb1ZxWGmkQTmU73JNzzRESze+pfSvXkUXw9KNtBn8feDTvPwXwwpeYpZyy3KghcwafynSRKyt4v7+dKJivfH1wTU1uYBfyb1BZrAhNtSBlmda7D5tHok8sUXg4d9VcLS1as8J86ai4TmizdQKY+Uc+H0O3yjx6mTwP4OTZI5E+ri6DxV9MpUxLbJa/CCRixxrFK7g9TQPRLfUaKLFm0/lsd3brsg3QDh5dNhlDcxtu7S39Lp0CHDFwjmqp+9RvRyAWjK3B root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMfUPgfjiThcVvudtccZAkr4wyTzq3IjEjxPsZarEW+KXiKZ8+di9BH9sBio7ToaZCiOQtkEdvHGN2JgLd/BVnQsKL2T7pCwQod5G4KkWsVmUTBrS/TOGuWS5Hwr0R2gTml4MN85/DUz1CS4HVAkvWOo/qXt7vXozcRCVf2TSLyhAAAAFQC6XoHxGYewDnrdUj7euNrsW3CSvwAAAIAvTh86Lf/GAnc/Iphzr8wHXOV0xrB1MhcPyVskXAN0QdFqoZj/KcH8DaNQ4m+09VmOpcs712bJZjpIj2pOE8RUvVyrKwU1u+GUihYRNXRYKaiauZYPewpImmFDKVrahe5XVS7mlf+fvevuD6ZmM5XJ9Oko4f7WJ6F4JdFTsYz6yAAAAIAXRMDmwcNk1FoygwBj55P7oaPxIipih5J76Hdjlj4+Qc/qhBGV8nwEFRZx6sOoUMK3Gm8zBnltPg2z9wdQlTpQfTZi0bm5rPfq/PbnKeUE1XMV2nqOm0kshBnYhXpMOsAQBZVR3zFbAl+Ie/lMfP45J+vY9dkB6kz8SxkohdkRfw== 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.5,24,fe80::f816:3eff:fe0b:2b49/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.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-00000131\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.26 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.08s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0B:2B:49 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0b:2b49/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7996 (7.8 KiB) TX bytes:9211 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:10:28,220 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action used request id req-8193da31-241f-4806-9de1-1a85afae6152 2018-10-10 17:10:30,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:31,316 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:10: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-9f60165d-bacd-4e9f-a261-fff550505e0a x-compute-request-id: req-9f60165d-bacd-4e9f-a261-fff550505e0a Content-Encoding: gzip Content-Length: 10121 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503578553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168358] pid_max: default: 32768 minimum: 301\n[ 0.169570] ACPI: Core revision 20150930\n[ 0.171257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173064] Security Framework initialized\n[ 0.174208] Yama: becoming mindful.\n[ 0.175208] AppArmor: AppArmor initialized\n[ 0.176371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178222] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180034] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181722] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183636] Initializing cgroup subsys io\n[ 0.184736] Initializing cgroup subsys memory\n[ 0.185894] Initializing cgroup subsys devices\n[ 0.187078] Initializing cgroup subsys freezer\n[ 0.188251] Initializing cgroup subsys net_cls\n[ 0.189425] Initializing cgroup subsys perf_event\n[ 0.190655] Initializing cgroup subsys net_prio\n[ 0.191861] Initializing cgroup subsys hugetlb\n[ 0.193062] Initializing cgroup subsys pids\n[ 0.194221] CPU: Physical Processor ID: 0\n[ 0.196014] mce: CPU supports 10 MCE banks\n[ 0.197161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210881] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217953] ftrace: allocating 31920 entries in 125 pages\n[ 0.245188] smpboot: Max logical packages: 1\n[ 0.246343] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.248137] x2apic enabled\n[ 0.249149] Switched APIC routing to physical x2apic.\n[ 0.251256] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257808] KVM setup paravirtual spinlock\n[ 0.259373] x86: Booted up 1 node, 1 CPUs\n[ 0.260452] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262288] devtmpfs: initialized\n[ 0.264201] evm: security.selinux\n[ 0.265106] evm: security.SMACK64\n[ 0.266003] evm: security.SMACK64EXEC\n[ 0.266983] evm: security.SMACK64TRANSMUTE\n[ 0.268073] evm: security.SMACK64MMAP\n[ 0.269081] evm: security.ima\n[ 0.269925] evm: security.capability\n[ 0.270997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273532] pinctrl core: initialized pinctrl subsystem\n[ 0.275019] RTC time: 17:09:42, date: 10/10/18\n[ 0.276278] NET: Registered protocol family 16\n[ 0.277566] cpuidle: using governor ladder\n[ 0.278672] cpuidle: using governor menu\n[ 0.279719] PCCT header not found.\n[ 0.280688] ACPI: bus type PCI registered\n[ 0.281752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.283395] PCI: Using configuration type 1 for base access\n[ 0.285507] ACPI: Added _OSI(Module Device)\n[ 0.286627] ACPI: Added _OSI(Processor Device)\n[ 0.287773] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291425] ACPI: Interpreter enabled\n[ 0.292432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.302311] ACPI: (supports S0 S5)\n[ 0.303243] ACPI: Using IOAPIC for interrupt routing\n[ 0.304491] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309762] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311471] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.313111] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.316128] acpiphp: Slot [3] registered\n[ 0.317202] acpiphp: Slot [4] registered\n[ 0.318274] acpiphp: Slot [5] registered\n[ 0.319343] acpiphp: Slot [6] registered\n[ 0.320431] acpiphp: Slot [7] registered\n[ 0.321506] acpiphp: Slot [8] registered\n[ 0.322564] acpiphp: Slot [9] registered\n[ 0.323607] acpiphp: Slot [10] registered\n[ 0.324671] acpiphp: Slot [11] registered\n[ 0.325740] acpiphp: Slot [12] registered\n[ 0.326795] acpiphp: Slot [13] registered\n[ 0.327852] acpiphp: Slot [14] registered\n[ 0.328922] acpiphp: Slot [15] registered\n[ 0.340091] acpiphp: Slot [16] registered\n[ 0.341171] acpiphp: Slot [17] registered\n[ 0.342232] acpiphp: Slot [18] registered\n[ 0.343286] acpiphp: Slot [19] registered\n[ 0.344346] acpiphp: Slot [20] registered\n[ 0.345410] acpiphp: Slot [21] registered\n[ 0.346469] acpiphp: Slot [22] registered\n[ 0.347526] acpiphp: Slot [23] registered\n[ 0.348594] acpiphp: Slot [24] registered\n[ 0.349652] acpiphp: Slot [25] registered\n[ 0.350712] acpiphp: Slot [26] registered\n[ 0.351785] acpiphp: Slot [27] registered\n[ 0.352852] acpiphp: Slot [28] registered\n[ 0.353922] acpiphp: Slot [29] registered\n[ 0.354984] acpiphp: Slot [30] registered\n[ 0.356068] acpiphp: Slot [31] registered\n[ 0.357150] PCI host bridge to bus 0000:00\n[ 0.358237] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365501] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375454] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.377140] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383441] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385054] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431999] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437883] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440609] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442274] vgaarb: loaded\n[ 0.442907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444118] SCSI subsystem initialized\n[ 0.445003] ACPI: bus type USB registered\n[ 0.445884] usbcore: registered new interface driver usbfs\n[ 0.447000] usbcore: registered new interface driver hub\n[ 0.448083] usbcore: registered new device driver usb\n[ 0.449228] PCI: Using ACPI for IRQ routing\n[ 0.450330] NetLabel: Initializing\n[ 0.451101] NetLabel: domain hash size = 128\n[ 0.452026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453065] NetLabel: unlabeled traffic allowed by default\n[ 0.454251] clocksource: Switched to clocksource kvm-clock\n[ 0.459928] AppArmor: AppArmor Filesystem Enabled\n[ 0.460995] pnp: PnP ACPI init\n[ 0.461988] pnp: PnP ACPI: found 5 devices\n[ 0.468470] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470340] NET: Registered protocol family 2\n[ 0.471352] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472719] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473972] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.475235] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476401] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477659] NET: Registered protocol family 1\n[ 0.478596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.479791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495179] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509864] Trying to unpack rootfs image as initramfs...\n[ 0.560449] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.576745] Scanning for low memory corruption every 60 seconds\n[ 0.578177] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.579407] audit: initializing netlink subsys (disabled)\n[ 0.580495] audit: type=2000 audit(1539191383.395:1): initialized\n[ 0.581893] Initialise system trusted keyring\n[ 0.582869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.584145] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586180] zbud: loaded\n[ 0.586917] VFS: Disk quotas dquot_6.6.0\n[ 0.587774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589349] fuse init (API version 7.23)\n[ 0.590300] Key type big_key registered\n[ 0.591143] Allocating IMA MOK and blacklist keyrings.\n[ 0.592672] Key type asymmetric registered\n[ 0.593535] Asymmetric key parser 'x509' registered\n[ 0.594550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596115] io scheduler noop registered\n[ 0.596955] io scheduler deadline registered (default)\n[ 0.598007] io scheduler cfq registered\n[ 0.598906] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600006] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.601360] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602907] ACPI: Power Button [PWRF]\n[ 0.603786] GHES: HEST is not enabled!\n[ 0.617499] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648681] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.674719] Linux agpgart interface v0.103\n[ 0.676764] brd: module loaded\n[ 0.677947] loop: module loaded\n[ 0.682715] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.684158] GPT:90111 != 2097151\n[ 0.684823] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685885] GPT:90111 != 2097151\n[ 0.686551] GPT: Use GNU Parted to correct GPT errors.\n[ 0.687497] vda: vda1 vda15\n[ 0.688895] scsi host0: ata_piix\n[ 0.689630] scsi host1: ata_piix\n[ 0.690337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.691536] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.692949] libphy: Fixed MDIO Bus: probed\n[ 0.693750] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696738] PPP generic driver version 2.4.2\n[ 0.697617] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698852] ehci-pci: EHCI PCI platform driver\n[ 0.699709] ehci-platform: EHCI generic platform driver\n[ 0.700676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701778] ohci-pci: OHCI PCI platform driver\n[ 0.702631] ohci-platform: OHCI generic platform driver\n[ 0.703605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717878] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720294] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721275] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725156] usb usb1: Product: UHCI Host Controller\n[ 0.726236] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728687] hub 1-0:1.0: USB hub found\n[ 0.729574] hub 1-0:1.0: 2 ports detected\n[ 0.730597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.732937] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735190] mousedev: PS/2 mouse device common for all mice\n[ 0.736592] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738688] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742697] i2c /dev entries driver\n[ 0.743557] device-mapper: uevent: version 1.0.3\n[ 0.744620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747949] NET: Registered protocol family 10\n[ 0.749073] NET: Registered protocol family 17\n[ 0.750087] Key type dns_resolver registered\n[ 0.751140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752410] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754413] registered taskstats version 1\n[ 0.755372] Loading compiled-in X.509 certificates\n[ 0.756899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.779560] zswap: loaded using pool lzo/zbud\n[ 0.781479] Key type trusted registered\n[ 0.783090] Key type encrypted registered\n[ 0.784034] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785214] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786431] evm: HMAC attrs: 0x1\n[ 0.787451] Magic number: 6:196:188\n[ 0.788335] acpi device:1a: hash matches\n[ 0.789306] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:43 UTC (1539191383)\n[ 0.791174] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.792479] EDD information not available.\n[ 0.851235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863106] Write protecting the kernel read-only data: 14336k\n[ 0.864836] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866835] 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.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.577754] 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.44. iid=i-00000131\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrp4KJf+v7JE6BKMWArRiVU5yuuFX+TCkQiKXvVlWQyRxtWDihMHc2ZavDbnvVuni17HkjCmbx/TEqEkzb1ZxWGmkQTmU73JNzzRESze+pfSvXkUXw9KNtBn8feDTvPwXwwpeYpZyy3KghcwafynSRKyt4v7+dKJivfH1wTU1uYBfyb1BZrAhNtSBlmda7D5tHok8sUXg4d9VcLS1as8J86ai4TmizdQKY+Uc+H0O3yjx6mTwP4OTZI5E+ri6DxV9MpUxLbJa/CCRixxrFK7g9TQPRLfUaKLFm0/lsd3brsg3QDh5dNhlDcxtu7S39Lp0CHDFwjmqp+9RvRyAWjK3B root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMfUPgfjiThcVvudtccZAkr4wyTzq3IjEjxPsZarEW+KXiKZ8+di9BH9sBio7ToaZCiOQtkEdvHGN2JgLd/BVnQsKL2T7pCwQod5G4KkWsVmUTBrS/TOGuWS5Hwr0R2gTml4MN85/DUz1CS4HVAkvWOo/qXt7vXozcRCVf2TSLyhAAAAFQC6XoHxGYewDnrdUj7euNrsW3CSvwAAAIAvTh86Lf/GAnc/Iphzr8wHXOV0xrB1MhcPyVskXAN0QdFqoZj/KcH8DaNQ4m+09VmOpcs712bJZjpIj2pOE8RUvVyrKwU1u+GUihYRNXRYKaiauZYPewpImmFDKVrahe5XVS7mlf+fvevuD6ZmM5XJ9Oko4f7WJ6F4JdFTsYz6yAAAAIAXRMDmwcNk1FoygwBj55P7oaPxIipih5J76Hdjlj4+Qc/qhBGV8nwEFRZx6sOoUMK3Gm8zBnltPg2z9wdQlTpQfTZi0bm5rPfq/PbnKeUE1XMV2nqOm0kshBnYhXpMOsAQBZVR3zFbAl+Ie/lMfP45J+vY9dkB6kz8SxkohdkRfw== 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.5,24,fe80::f816:3eff:fe0b:2b49/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.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-00000131\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.26 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.08s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0B:2B:49 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0b:2b49/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7996 (7.8 KiB) TX bytes:9211 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:10:31,317 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action used request id req-9f60165d-bacd-4e9f-a261-fff550505e0a 2018-10-10 17:10:33,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1799822431a68a4c84a7c61a7f8857e4553da4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:34,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-31af8664-87de-419b-8533-52eba5b56059 x-compute-request-id: req-31af8664-87de-419b-8533-52eba5b56059 Content-Encoding: gzip Content-Length: 10930 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503578553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168358] pid_max: default: 32768 minimum: 301\n[ 0.169570] ACPI: Core revision 20150930\n[ 0.171257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173064] Security Framework initialized\n[ 0.174208] Yama: becoming mindful.\n[ 0.175208] AppArmor: AppArmor initialized\n[ 0.176371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178222] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180034] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181722] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183636] Initializing cgroup subsys io\n[ 0.184736] Initializing cgroup subsys memory\n[ 0.185894] Initializing cgroup subsys devices\n[ 0.187078] Initializing cgroup subsys freezer\n[ 0.188251] Initializing cgroup subsys net_cls\n[ 0.189425] Initializing cgroup subsys perf_event\n[ 0.190655] Initializing cgroup subsys net_prio\n[ 0.191861] Initializing cgroup subsys hugetlb\n[ 0.193062] Initializing cgroup subsys pids\n[ 0.194221] CPU: Physical Processor ID: 0\n[ 0.196014] mce: CPU supports 10 MCE banks\n[ 0.197161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210881] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217953] ftrace: allocating 31920 entries in 125 pages\n[ 0.245188] smpboot: Max logical packages: 1\n[ 0.246343] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.248137] x2apic enabled\n[ 0.249149] Switched APIC routing to physical x2apic.\n[ 0.251256] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257808] KVM setup paravirtual spinlock\n[ 0.259373] x86: Booted up 1 node, 1 CPUs\n[ 0.260452] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.262288] devtmpfs: initialized\n[ 0.264201] evm: security.selinux\n[ 0.265106] evm: security.SMACK64\n[ 0.266003] evm: security.SMACK64EXEC\n[ 0.266983] evm: security.SMACK64TRANSMUTE\n[ 0.268073] evm: security.SMACK64MMAP\n[ 0.269081] evm: security.ima\n[ 0.269925] evm: security.capability\n[ 0.270997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273532] pinctrl core: initialized pinctrl subsystem\n[ 0.275019] RTC time: 17:09:42, date: 10/10/18\n[ 0.276278] NET: Registered protocol family 16\n[ 0.277566] cpuidle: using governor ladder\n[ 0.278672] cpuidle: using governor menu\n[ 0.279719] PCCT header not found.\n[ 0.280688] ACPI: bus type PCI registered\n[ 0.281752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.283395] PCI: Using configuration type 1 for base access\n[ 0.285507] ACPI: Added _OSI(Module Device)\n[ 0.286627] ACPI: Added _OSI(Processor Device)\n[ 0.287773] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291425] ACPI: Interpreter enabled\n[ 0.292432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.302311] ACPI: (supports S0 S5)\n[ 0.303243] ACPI: Using IOAPIC for interrupt routing\n[ 0.304491] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309762] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311471] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.313111] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.316128] acpiphp: Slot [3] registered\n[ 0.317202] acpiphp: Slot [4] registered\n[ 0.318274] acpiphp: Slot [5] registered\n[ 0.319343] acpiphp: Slot [6] registered\n[ 0.320431] acpiphp: Slot [7] registered\n[ 0.321506] acpiphp: Slot [8] registered\n[ 0.322564] acpiphp: Slot [9] registered\n[ 0.323607] acpiphp: Slot [10] registered\n[ 0.324671] acpiphp: Slot [11] registered\n[ 0.325740] acpiphp: Slot [12] registered\n[ 0.326795] acpiphp: Slot [13] registered\n[ 0.327852] acpiphp: Slot [14] registered\n[ 0.328922] acpiphp: Slot [15] registered\n[ 0.340091] acpiphp: Slot [16] registered\n[ 0.341171] acpiphp: Slot [17] registered\n[ 0.342232] acpiphp: Slot [18] registered\n[ 0.343286] acpiphp: Slot [19] registered\n[ 0.344346] acpiphp: Slot [20] registered\n[ 0.345410] acpiphp: Slot [21] registered\n[ 0.346469] acpiphp: Slot [22] registered\n[ 0.347526] acpiphp: Slot [23] registered\n[ 0.348594] acpiphp: Slot [24] registered\n[ 0.349652] acpiphp: Slot [25] registered\n[ 0.350712] acpiphp: Slot [26] registered\n[ 0.351785] acpiphp: Slot [27] registered\n[ 0.352852] acpiphp: Slot [28] registered\n[ 0.353922] acpiphp: Slot [29] registered\n[ 0.354984] acpiphp: Slot [30] registered\n[ 0.356068] acpiphp: Slot [31] registered\n[ 0.357150] PCI host bridge to bus 0000:00\n[ 0.358237] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365501] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375454] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.377140] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383441] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385054] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431999] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437883] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440609] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442274] vgaarb: loaded\n[ 0.442907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444118] SCSI subsystem initialized\n[ 0.445003] ACPI: bus type USB registered\n[ 0.445884] usbcore: registered new interface driver usbfs\n[ 0.447000] usbcore: registered new interface driver hub\n[ 0.448083] usbcore: registered new device driver usb\n[ 0.449228] PCI: Using ACPI for IRQ routing\n[ 0.450330] NetLabel: Initializing\n[ 0.451101] NetLabel: domain hash size = 128\n[ 0.452026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453065] NetLabel: unlabeled traffic allowed by default\n[ 0.454251] clocksource: Switched to clocksource kvm-clock\n[ 0.459928] AppArmor: AppArmor Filesystem Enabled\n[ 0.460995] pnp: PnP ACPI init\n[ 0.461988] pnp: PnP ACPI: found 5 devices\n[ 0.468470] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470340] NET: Registered protocol family 2\n[ 0.471352] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472719] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473972] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.475235] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476401] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477659] NET: Registered protocol family 1\n[ 0.478596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.479791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495179] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509864] Trying to unpack rootfs image as initramfs...\n[ 0.560449] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.576745] Scanning for low memory corruption every 60 seconds\n[ 0.578177] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.579407] audit: initializing netlink subsys (disabled)\n[ 0.580495] audit: type=2000 audit(1539191383.395:1): initialized\n[ 0.581893] Initialise system trusted keyring\n[ 0.582869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.584145] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586180] zbud: loaded\n[ 0.586917] VFS: Disk quotas dquot_6.6.0\n[ 0.587774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589349] fuse init (API version 7.23)\n[ 0.590300] Key type big_key registered\n[ 0.591143] Allocating IMA MOK and blacklist keyrings.\n[ 0.592672] Key type asymmetric registered\n[ 0.593535] Asymmetric key parser 'x509' registered\n[ 0.594550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596115] io scheduler noop registered\n[ 0.596955] io scheduler deadline registered (default)\n[ 0.598007] io scheduler cfq registered\n[ 0.598906] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600006] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.601360] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602907] ACPI: Power Button [PWRF]\n[ 0.603786] GHES: HEST is not enabled!\n[ 0.617499] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648681] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.674719] Linux agpgart interface v0.103\n[ 0.676764] brd: module loaded\n[ 0.677947] loop: module loaded\n[ 0.682715] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.684158] GPT:90111 != 2097151\n[ 0.684823] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685885] GPT:90111 != 2097151\n[ 0.686551] GPT: Use GNU Parted to correct GPT errors.\n[ 0.687497] vda: vda1 vda15\n[ 0.688895] scsi host0: ata_piix\n[ 0.689630] scsi host1: ata_piix\n[ 0.690337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.691536] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.692949] libphy: Fixed MDIO Bus: probed\n[ 0.693750] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696738] PPP generic driver version 2.4.2\n[ 0.697617] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698852] ehci-pci: EHCI PCI platform driver\n[ 0.699709] ehci-platform: EHCI generic platform driver\n[ 0.700676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701778] ohci-pci: OHCI PCI platform driver\n[ 0.702631] ohci-platform: OHCI generic platform driver\n[ 0.703605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717878] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720294] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721275] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725156] usb usb1: Product: UHCI Host Controller\n[ 0.726236] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728687] hub 1-0:1.0: USB hub found\n[ 0.729574] hub 1-0:1.0: 2 ports detected\n[ 0.730597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.732937] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735190] mousedev: PS/2 mouse device common for all mice\n[ 0.736592] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738688] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742697] i2c /dev entries driver\n[ 0.743557] device-mapper: uevent: version 1.0.3\n[ 0.744620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747949] NET: Registered protocol family 10\n[ 0.749073] NET: Registered protocol family 17\n[ 0.750087] Key type dns_resolver registered\n[ 0.751140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752410] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754413] registered taskstats version 1\n[ 0.755372] Loading compiled-in X.509 certificates\n[ 0.756899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.779560] zswap: loaded using pool lzo/zbud\n[ 0.781479] Key type trusted registered\n[ 0.783090] Key type encrypted registered\n[ 0.784034] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785214] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786431] evm: HMAC attrs: 0x1\n[ 0.787451] Magic number: 6:196:188\n[ 0.788335] acpi device:1a: hash matches\n[ 0.789306] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:43 UTC (1539191383)\n[ 0.791174] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.792479] EDD information not available.\n[ 0.851235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863106] Write protecting the kernel read-only data: 14336k\n[ 0.864836] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866835] 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.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.577754] 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.44. iid=i-00000131\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrp4KJf+v7JE6BKMWArRiVU5yuuFX+TCkQiKXvVlWQyRxtWDihMHc2ZavDbnvVuni17HkjCmbx/TEqEkzb1ZxWGmkQTmU73JNzzRESze+pfSvXkUXw9KNtBn8feDTvPwXwwpeYpZyy3KghcwafynSRKyt4v7+dKJivfH1wTU1uYBfyb1BZrAhNtSBlmda7D5tHok8sUXg4d9VcLS1as8J86ai4TmizdQKY+Uc+H0O3yjx6mTwP4OTZI5E+ri6DxV9MpUxLbJa/CCRixxrFK7g9TQPRLfUaKLFm0/lsd3brsg3QDh5dNhlDcxtu7S39Lp0CHDFwjmqp+9RvRyAWjK3B root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMfUPgfjiThcVvudtccZAkr4wyTzq3IjEjxPsZarEW+KXiKZ8+di9BH9sBio7ToaZCiOQtkEdvHGN2JgLd/BVnQsKL2T7pCwQod5G4KkWsVmUTBrS/TOGuWS5Hwr0R2gTml4MN85/DUz1CS4HVAkvWOo/qXt7vXozcRCVf2TSLyhAAAAFQC6XoHxGYewDnrdUj7euNrsW3CSvwAAAIAvTh86Lf/GAnc/Iphzr8wHXOV0xrB1MhcPyVskXAN0QdFqoZj/KcH8DaNQ4m+09VmOpcs712bJZjpIj2pOE8RUvVyrKwU1u+GUihYRNXRYKaiauZYPewpImmFDKVrahe5XVS7mlf+fvevuD6ZmM5XJ9Oko4f7WJ6F4JdFTsYz6yAAAAIAXRMDmwcNk1FoygwBj55P7oaPxIipih5J76Hdjlj4+Qc/qhBGV8nwEFRZx6sOoUMK3Gm8zBnltPg2z9wdQlTpQfTZi0bm5rPfq/PbnKeUE1XMV2nqOm0kshBnYhXpMOsAQBZVR3zFbAl+Ie/lMfP45J+vY9dkB6kz8SxkohdkRfw== 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.5,24,fe80::f816:3eff:fe0b:2b49/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.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-00000131\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.26 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.08s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0B:2B:49 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0b:2b49/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7996 (7.8 KiB) TX bytes:9211 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-12-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.203331] usb 1-1: Product: QEMU USB Tablet\n[ 1.203332] usb 1-1: Manufacturer: QEMU\n[ 1.203332] usb 1-1: SerialNumber: 42\n[ 1.532555] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.559981] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.574538] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.574541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.577754] random: dd urandom read with 5 bits of entropy available\n[ 4.413576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.846582] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:09:44 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 10 18:09:44 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 10 18:09:44 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 10 18:09:44 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 10 18:09:44 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 10 18:09:44 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 10 18:09:44 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 10 18:09:44 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 10 18:09:44 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 10 18:09:44 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 10 18:09:44 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 10 18:09:44 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 10 18:09:44 cirros kern.info kernel: [ 1.574538] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 10 18:09:44 cirros kern.info kernel: [ 1.574541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:09:44 cirros kern.notice kernel: [ 1.577754] random: dd urandom read with 5 bits of entropy available\nOct 10 18:09:46 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:09:47 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:09:47 cirros kern.info kernel: [ 4.413576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:09:47 cirros kern.info kernel: [ 4.846582] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-12-1 login: "} 2018-10-10 17:10:34,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action used request id req-31af8664-87de-419b-8533-52eba5b56059 2018-10-10 17:10:36,447 - sdnvpn_test_utils - INFO - Waiting for instance 0528e430-f543-49a3-b001-81f1b6f141dc to boot up 2018-10-10 17:10:36,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:37,571 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-87610425-2b91-4176-abe8-5292947f11be x-compute-request-id: req-87610425-2b91-4176-abe8-5292947f11be Content-Encoding: gzip Content-Length: 9452 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519880671 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.167075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.169305] pid_max: default: 32768 minimum: 301\n[ 0.170517] ACPI: Core revision 20150930\n[ 0.172163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173911] Security Framework initialized\n[ 0.175008] Yama: becoming mindful.\n[ 0.175970] AppArmor: AppArmor initialized\n[ 0.177094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178899] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.182300] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184158] Initializing cgroup subsys io\n[ 0.185234] Initializing cgroup subsys memory\n[ 0.186388] Initializing cgroup subsys devices\n[ 0.187552] Initializing cgroup subsys freezer\n[ 0.188725] Initializing cgroup subsys net_cls\n[ 0.189897] Initializing cgroup subsys perf_event\n[ 0.191124] Initializing cgroup subsys net_prio\n[ 0.192302] Initializing cgroup subsys hugetlb\n[ 0.193461] Initializing cgroup subsys pids\n[ 0.194613] CPU: Physical Processor ID: 0\n[ 0.196402] mce: CPU supports 10 MCE banks\n[ 0.197521] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218584] ftrace: allocating 31920 entries in 125 pages\n[ 0.244901] smpboot: Max logical packages: 1\n[ 0.246061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247864] x2apic enabled\n[ 0.248858] Switched APIC routing to physical x2apic.\n[ 0.250949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257469] KVM setup paravirtual spinlock\n[ 0.259023] x86: Booted up 1 node, 1 CPUs\n[ 0.260093] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261922] devtmpfs: initialized\n[ 0.263859] evm: security.selinux\n[ 0.264778] evm: security.SMACK64\n[ 0.265689] evm: security.SMACK64EXEC\n[ 0.266677] evm: security.SMACK64TRANSMUTE\n[ 0.267751] evm: security.SMACK64MMAP\n[ 0.268733] evm: security.ima\n[ 0.269566] evm: security.capability\n[ 0.270602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273090] pinctrl core: initialized pinctrl subsystem\n[ 0.274529] RTC time: 17:09:29, date: 10/10/18\n[ 0.275765] NET: Registered protocol family 16\n[ 0.277021] cpuidle: using governor ladder\n[ 0.278125] cpuidle: using governor menu\n[ 0.279176] PCCT header not found.\n[ 0.280147] ACPI: bus type PCI registered\n[ 0.281217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282886] PCI: Using configuration type 1 for base access\n[ 0.285004] ACPI: Added _OSI(Module Device)\n[ 0.286141] ACPI: Added _OSI(Processor Device)\n[ 0.287300] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288513] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290979] ACPI: Interpreter enabled\n[ 0.292002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301937] ACPI: (supports S0 S5)\n[ 0.302867] ACPI: Using IOAPIC for interrupt routing\n[ 0.304142] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311078] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315695] acpiphp: Slot [3] registered\n[ 0.316754] acpiphp: Slot [4] registered\n[ 0.317810] acpiphp: Slot [5] registered\n[ 0.318868] acpiphp: Slot [6] registered\n[ 0.319929] acpiphp: Slot [7] registered\n[ 0.320988] acpiphp: Slot [8] registered\n[ 0.322044] acpiphp: Slot [9] registered\n[ 0.323095] acpiphp: Slot [10] registered\n[ 0.324179] acpiphp: Slot [11] registered\n[ 0.325257] acpiphp: Slot [12] registered\n[ 0.326331] acpiphp: Slot [13] registered\n[ 0.327402] acpiphp: Slot [14] registered\n[ 0.328485] acpiphp: Slot [15] registered\n[ 0.339533] acpiphp: Slot [16] registered\n[ 0.340615] acpiphp: Slot [17] registered\n[ 0.341693] acpiphp: Slot [18] registered\n[ 0.342767] acpiphp: Slot [19] registered\n[ 0.343846] acpiphp: Slot [20] registered\n[ 0.344924] acpiphp: Slot [21] registered\n[ 0.345997] acpiphp: Slot [22] registered\n[ 0.347072] acpiphp: Slot [23] registered\n[ 0.348160] acpiphp: Slot [24] registered\n[ 0.349237] acpiphp: Slot [25] registered\n[ 0.350307] acpiphp: Slot [26] registered\n[ 0.351377] acpiphp: Slot [27] registered\n[ 0.352458] acpiphp: Slot [28] registered\n[ 0.353534] acpiphp: Slot [29] registered\n[ 0.354608] acpiphp: Slot [30] registered\n[ 0.355683] acpiphp: Slot [31] registered\n[ 0.356760] PCI host bridge to bus 0000:00\n[ 0.357842] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359501] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363100] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365035] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.371631] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375024] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.376772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383994] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434759] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439352] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441144] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444220] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447731] vgaarb: loaded\n[ 0.448518] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450007] SCSI subsystem initialized\n[ 0.451051] ACPI: bus type USB registered\n[ 0.452128] usbcore: registered new interface driver usbfs\n[ 0.453491] usbcore: registered new interface driver hub\n[ 0.454840] usbcore: registered new device driver usb\n[ 0.456235] PCI: Using ACPI for IRQ routing\n[ 0.457541] NetLabel: Initializing\n[ 0.458494] NetLabel: domain hash size = 128\n[ 0.459603] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460858] NetLabel: unlabeled traffic allowed by default\n[ 0.462335] clocksource: Switched to clocksource kvm-clock\n[ 0.468097] AppArmor: AppArmor Filesystem Enabled\n[ 0.469390] pnp: PnP ACPI init\n[ 0.470554] pnp: PnP ACPI: found 5 devices\n[ 0.477180] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479486] NET: Registered protocol family 2\n[ 0.480744] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484068] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485643] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487097] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488675] NET: Registered protocol family 1\n[ 0.489831] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491310] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492764] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521398] Trying to unpack rootfs image as initramfs...\n[ 0.571275] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587605] Scanning for low memory corruption every 60 seconds\n[ 0.589776] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.591347] audit: initializing netlink subsys (disabled)\n[ 0.592732] audit: type=2000 audit(1539191370.364:1): initialized\n[ 0.594456] Initialise system trusted keyring\n[ 0.595680] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599665] zbud: loaded\n[ 0.600552] VFS: Disk quotas dquot_6.6.0\n[ 0.601729] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604046] fuse init (API version 7.23)\n[ 0.605398] Key type big_key registered\n[ 0.606584] Allocating IMA MOK and blacklist keyrings.\n[ 0.608334] Key type asymmetric registered\n[ 0.609704] Asymmetric key parser 'x509' registered\n[ 0.611217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613891] io scheduler noop registered\n[ 0.615106] io scheduler deadline registered (default)\n[ 0.616748] io scheduler cfq registered\n[ 0.618031] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619840] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624001] ACPI: Power Button [PWRF]\n[ 0.625079] GHES: HEST is not enabled!\n[ 0.639042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670604] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697505] Linux agpgart interface v0.103\n[ 0.699774] brd: module loaded\n[ 0.701164] loop: module loaded\n[ 0.705985] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707905] GPT:90111 != 2097151\n[ 0.708784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.710243] GPT:90111 != 2097151\n[ 0.711113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.712384] vda: vda1 vda15\n[ 0.713950] scsi host0: ata_piix\n[ 0.714929] scsi host1: ata_piix\n[ 0.715832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.717465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719321] libphy: Fixed MDIO Bus: probed\n[ 0.720388] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724234] PPP generic driver version 2.4.2\n[ 0.725411] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727053] ehci-pci: EHCI PCI platform driver\n[ 0.728232] ehci-platform: EHCI generic platform driver\n[ 0.729564] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731099] ohci-pci: OHCI PCI platform driver\n[ 0.732266] ohci-platform: OHCI generic platform driver\n[ 0.733596] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749411] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751310] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757654] usb usb1: Product: UHCI Host Controller\n[ 0.758968] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760495] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761732] hub 1-0:1.0: USB hub found\n[ 0.762775] hub 1-0:1.0: 2 ports detected\n[ 0.763922] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769151] mousedev: PS/2 mouse device common for all mice\n[ 0.770755] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.774503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.777671] i2c /dev entries driver\n[ 0.778657] device-mapper: uevent: version 1.0.3\n[ 0.779874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782018] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783674] NET: Registered protocol family 10\n[ 0.784933] NET: Registered protocol family 17\n[ 0.786090] Key type dns_resolver registered\n[ 0.787286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788734] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791020] registered taskstats version 1\n[ 0.792102] Loading compiled-in X.509 certificates\n[ 0.793833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796303] zswap: loaded using pool lzo/zbud\n[ 0.797939] Key type trusted registered\n[ 0.800100] Key type encrypted registered\n[ 0.801201] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802632] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804005] evm: HMAC attrs: 0x1\n[ 0.805133] Magic number: 6:196:188\n[ 0.806151] acpi device:1a: hash matches\n[ 0.807264] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:30 UTC (1539191370)\n[ 0.809354] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810846] EDD information not available.\n[ 0.879277] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.891215] Write protecting the kernel read-only data: 14336k\n[ 0.893152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895527] 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.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... [ 1.350373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCEmDa1FbKs/P4YYLZ7MJWf39vujGj4DyGLmOhkwDzCHMe4o+7LPNASEN5Xa9VCvV4o2YnV7dac27TqkuCmES5pMJn6qiXKv61VwTKiCWOJd1CveAUmkAyij90ntynCrtmWCwwkgyGocjV/EOnppak0sEPNn0kLVjhGS3jncEhWXqu8olcxvDeSnBufpWioHCZlY5YtIKag4KiFiZqRGjtRNos2b1i/ur2OqOLzNDMIQLSM9AMRU5Fk6174hHqBqC86tm2UxFEtw7KrSVcbD2t8oX6X3ufjpMS+D4l9UyvmYg6Mpbqug+wMjt/SkcYcHvltWBp+giCqw1iT4mbypdX5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOhN8X0IB2CQmprgCZNzGUYQ+Wha7LxervH4Bd2DU0TjAQ3x388gXhkQN+a3oFXxsYJMNmEAiLvReyqsNmZIveNI0Gple7TZ/3+BvOZRvce99CzfJ8s+qHVarqS/M9tPhSap2FUNt79oQWY9xDjM4070W+Qa87cAcmZQnaCAz3pjAAAAFQDzZyUFbeSpKP0KQWgXCU6TLmI9+QAAAIARwWtXZaoInp7L48I0CCDHS+VSadZNZ6QlzwEYDntWG+WWQjHXBGxl9KG5yMF/ACNZ0GYvg86/S3zxQWUJkhLUu1XCb57obfaQNL5vIqXfNmCUvHnSX6q9EsNJAOiTlKN8DqmWUG+M8KIcCD5IlKT7E3Mk5quUzRYKHSlcoR895QAAAIEAyWVSRgUuuiUz4FTQ5gyEsD0pb4s4DCKc95cAtlg97JwKrHnecDjgp5xYcBCiae8bUFFbOiEJBkGuNQxvZysR2Le1jWlzsnMDO3pTnYsinj7hsu70zlSea5QfJ/Y6w1l+q+wLIKw11fDeLqXU3+fr+SMwQTk6OD95Drac1QDRuu8= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:a22c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.83s]\n"} 2018-10-10 17:10:37,571 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action used request id req-87610425-2b91-4176-abe8-5292947f11be 2018-10-10 17:10:39,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:40,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:10: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-d321d131-3697-4161-b557-1a6b87170c09 x-compute-request-id: req-d321d131-3697-4161-b557-1a6b87170c09 Content-Encoding: gzip Content-Length: 10034 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519880671 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.167075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.169305] pid_max: default: 32768 minimum: 301\n[ 0.170517] ACPI: Core revision 20150930\n[ 0.172163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173911] Security Framework initialized\n[ 0.175008] Yama: becoming mindful.\n[ 0.175970] AppArmor: AppArmor initialized\n[ 0.177094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178899] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.182300] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184158] Initializing cgroup subsys io\n[ 0.185234] Initializing cgroup subsys memory\n[ 0.186388] Initializing cgroup subsys devices\n[ 0.187552] Initializing cgroup subsys freezer\n[ 0.188725] Initializing cgroup subsys net_cls\n[ 0.189897] Initializing cgroup subsys perf_event\n[ 0.191124] Initializing cgroup subsys net_prio\n[ 0.192302] Initializing cgroup subsys hugetlb\n[ 0.193461] Initializing cgroup subsys pids\n[ 0.194613] CPU: Physical Processor ID: 0\n[ 0.196402] mce: CPU supports 10 MCE banks\n[ 0.197521] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218584] ftrace: allocating 31920 entries in 125 pages\n[ 0.244901] smpboot: Max logical packages: 1\n[ 0.246061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247864] x2apic enabled\n[ 0.248858] Switched APIC routing to physical x2apic.\n[ 0.250949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257469] KVM setup paravirtual spinlock\n[ 0.259023] x86: Booted up 1 node, 1 CPUs\n[ 0.260093] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261922] devtmpfs: initialized\n[ 0.263859] evm: security.selinux\n[ 0.264778] evm: security.SMACK64\n[ 0.265689] evm: security.SMACK64EXEC\n[ 0.266677] evm: security.SMACK64TRANSMUTE\n[ 0.267751] evm: security.SMACK64MMAP\n[ 0.268733] evm: security.ima\n[ 0.269566] evm: security.capability\n[ 0.270602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273090] pinctrl core: initialized pinctrl subsystem\n[ 0.274529] RTC time: 17:09:29, date: 10/10/18\n[ 0.275765] NET: Registered protocol family 16\n[ 0.277021] cpuidle: using governor ladder\n[ 0.278125] cpuidle: using governor menu\n[ 0.279176] PCCT header not found.\n[ 0.280147] ACPI: bus type PCI registered\n[ 0.281217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282886] PCI: Using configuration type 1 for base access\n[ 0.285004] ACPI: Added _OSI(Module Device)\n[ 0.286141] ACPI: Added _OSI(Processor Device)\n[ 0.287300] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288513] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290979] ACPI: Interpreter enabled\n[ 0.292002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301937] ACPI: (supports S0 S5)\n[ 0.302867] ACPI: Using IOAPIC for interrupt routing\n[ 0.304142] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311078] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315695] acpiphp: Slot [3] registered\n[ 0.316754] acpiphp: Slot [4] registered\n[ 0.317810] acpiphp: Slot [5] registered\n[ 0.318868] acpiphp: Slot [6] registered\n[ 0.319929] acpiphp: Slot [7] registered\n[ 0.320988] acpiphp: Slot [8] registered\n[ 0.322044] acpiphp: Slot [9] registered\n[ 0.323095] acpiphp: Slot [10] registered\n[ 0.324179] acpiphp: Slot [11] registered\n[ 0.325257] acpiphp: Slot [12] registered\n[ 0.326331] acpiphp: Slot [13] registered\n[ 0.327402] acpiphp: Slot [14] registered\n[ 0.328485] acpiphp: Slot [15] registered\n[ 0.339533] acpiphp: Slot [16] registered\n[ 0.340615] acpiphp: Slot [17] registered\n[ 0.341693] acpiphp: Slot [18] registered\n[ 0.342767] acpiphp: Slot [19] registered\n[ 0.343846] acpiphp: Slot [20] registered\n[ 0.344924] acpiphp: Slot [21] registered\n[ 0.345997] acpiphp: Slot [22] registered\n[ 0.347072] acpiphp: Slot [23] registered\n[ 0.348160] acpiphp: Slot [24] registered\n[ 0.349237] acpiphp: Slot [25] registered\n[ 0.350307] acpiphp: Slot [26] registered\n[ 0.351377] acpiphp: Slot [27] registered\n[ 0.352458] acpiphp: Slot [28] registered\n[ 0.353534] acpiphp: Slot [29] registered\n[ 0.354608] acpiphp: Slot [30] registered\n[ 0.355683] acpiphp: Slot [31] registered\n[ 0.356760] PCI host bridge to bus 0000:00\n[ 0.357842] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359501] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363100] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365035] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.371631] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375024] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.376772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383994] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434759] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439352] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441144] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444220] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447731] vgaarb: loaded\n[ 0.448518] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450007] SCSI subsystem initialized\n[ 0.451051] ACPI: bus type USB registered\n[ 0.452128] usbcore: registered new interface driver usbfs\n[ 0.453491] usbcore: registered new interface driver hub\n[ 0.454840] usbcore: registered new device driver usb\n[ 0.456235] PCI: Using ACPI for IRQ routing\n[ 0.457541] NetLabel: Initializing\n[ 0.458494] NetLabel: domain hash size = 128\n[ 0.459603] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460858] NetLabel: unlabeled traffic allowed by default\n[ 0.462335] clocksource: Switched to clocksource kvm-clock\n[ 0.468097] AppArmor: AppArmor Filesystem Enabled\n[ 0.469390] pnp: PnP ACPI init\n[ 0.470554] pnp: PnP ACPI: found 5 devices\n[ 0.477180] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479486] NET: Registered protocol family 2\n[ 0.480744] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484068] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485643] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487097] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488675] NET: Registered protocol family 1\n[ 0.489831] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491310] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492764] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521398] Trying to unpack rootfs image as initramfs...\n[ 0.571275] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587605] Scanning for low memory corruption every 60 seconds\n[ 0.589776] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.591347] audit: initializing netlink subsys (disabled)\n[ 0.592732] audit: type=2000 audit(1539191370.364:1): initialized\n[ 0.594456] Initialise system trusted keyring\n[ 0.595680] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599665] zbud: loaded\n[ 0.600552] VFS: Disk quotas dquot_6.6.0\n[ 0.601729] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604046] fuse init (API version 7.23)\n[ 0.605398] Key type big_key registered\n[ 0.606584] Allocating IMA MOK and blacklist keyrings.\n[ 0.608334] Key type asymmetric registered\n[ 0.609704] Asymmetric key parser 'x509' registered\n[ 0.611217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613891] io scheduler noop registered\n[ 0.615106] io scheduler deadline registered (default)\n[ 0.616748] io scheduler cfq registered\n[ 0.618031] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619840] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624001] ACPI: Power Button [PWRF]\n[ 0.625079] GHES: HEST is not enabled!\n[ 0.639042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670604] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697505] Linux agpgart interface v0.103\n[ 0.699774] brd: module loaded\n[ 0.701164] loop: module loaded\n[ 0.705985] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707905] GPT:90111 != 2097151\n[ 0.708784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.710243] GPT:90111 != 2097151\n[ 0.711113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.712384] vda: vda1 vda15\n[ 0.713950] scsi host0: ata_piix\n[ 0.714929] scsi host1: ata_piix\n[ 0.715832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.717465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719321] libphy: Fixed MDIO Bus: probed\n[ 0.720388] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724234] PPP generic driver version 2.4.2\n[ 0.725411] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727053] ehci-pci: EHCI PCI platform driver\n[ 0.728232] ehci-platform: EHCI generic platform driver\n[ 0.729564] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731099] ohci-pci: OHCI PCI platform driver\n[ 0.732266] ohci-platform: OHCI generic platform driver\n[ 0.733596] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749411] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751310] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757654] usb usb1: Product: UHCI Host Controller\n[ 0.758968] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760495] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761732] hub 1-0:1.0: USB hub found\n[ 0.762775] hub 1-0:1.0: 2 ports detected\n[ 0.763922] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769151] mousedev: PS/2 mouse device common for all mice\n[ 0.770755] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.774503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.777671] i2c /dev entries driver\n[ 0.778657] device-mapper: uevent: version 1.0.3\n[ 0.779874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782018] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783674] NET: Registered protocol family 10\n[ 0.784933] NET: Registered protocol family 17\n[ 0.786090] Key type dns_resolver registered\n[ 0.787286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788734] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791020] registered taskstats version 1\n[ 0.792102] Loading compiled-in X.509 certificates\n[ 0.793833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796303] zswap: loaded using pool lzo/zbud\n[ 0.797939] Key type trusted registered\n[ 0.800100] Key type encrypted registered\n[ 0.801201] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802632] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804005] evm: HMAC attrs: 0x1\n[ 0.805133] Magic number: 6:196:188\n[ 0.806151] acpi device:1a: hash matches\n[ 0.807264] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:30 UTC (1539191370)\n[ 0.809354] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810846] EDD information not available.\n[ 0.879277] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.891215] Write protecting the kernel read-only data: 14336k\n[ 0.893152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895527] 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.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... [ 1.350373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCEmDa1FbKs/P4YYLZ7MJWf39vujGj4DyGLmOhkwDzCHMe4o+7LPNASEN5Xa9VCvV4o2YnV7dac27TqkuCmES5pMJn6qiXKv61VwTKiCWOJd1CveAUmkAyij90ntynCrtmWCwwkgyGocjV/EOnppak0sEPNn0kLVjhGS3jncEhWXqu8olcxvDeSnBufpWioHCZlY5YtIKag4KiFiZqRGjtRNos2b1i/ur2OqOLzNDMIQLSM9AMRU5Fk6174hHqBqC86tm2UxFEtw7KrSVcbD2t8oX6X3ufjpMS+D4l9UyvmYg6Mpbqug+wMjt/SkcYcHvltWBp+giCqw1iT4mbypdX5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOhN8X0IB2CQmprgCZNzGUYQ+Wha7LxervH4Bd2DU0TjAQ3x388gXhkQN+a3oFXxsYJMNmEAiLvReyqsNmZIveNI0Gple7TZ/3+BvOZRvce99CzfJ8s+qHVarqS/M9tPhSap2FUNt79oQWY9xDjM4070W+Qa87cAcmZQnaCAz3pjAAAAFQDzZyUFbeSpKP0KQWgXCU6TLmI9+QAAAIARwWtXZaoInp7L48I0CCDHS+VSadZNZ6QlzwEYDntWG+WWQjHXBGxl9KG5yMF/ACNZ0GYvg86/S3zxQWUJkhLUu1XCb57obfaQNL5vIqXfNmCUvHnSX6q9EsNJAOiTlKN8DqmWUG+M8KIcCD5IlKT7E3Mk5quUzRYKHSlcoR895QAAAIEAyWVSRgUuuiUz4FTQ5gyEsD0pb4s4DCKc95cAtlg97JwKrHnecDjgp5xYcBCiae8bUFFbOiEJBkGuNQxvZysR2Le1jWlzsnMDO3pTnYsinj7hsu70zlSea5QfJ/Y6w1l+q+wLIKw11fDeLqXU3+fr+SMwQTk6OD95Drac1QDRuu8= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:a22c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.83s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:A2:2C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:a22c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10764 (10.5 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:10:40,658 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action used request id req-d321d131-3697-4161-b557-1a6b87170c09 2018-10-10 17:10:42,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:43,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:10: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-d4b38c51-5788-477c-835b-b0d2b7e6113c x-compute-request-id: req-d4b38c51-5788-477c-835b-b0d2b7e6113c Content-Encoding: gzip Content-Length: 10034 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519880671 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.167075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.169305] pid_max: default: 32768 minimum: 301\n[ 0.170517] ACPI: Core revision 20150930\n[ 0.172163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173911] Security Framework initialized\n[ 0.175008] Yama: becoming mindful.\n[ 0.175970] AppArmor: AppArmor initialized\n[ 0.177094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178899] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.182300] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184158] Initializing cgroup subsys io\n[ 0.185234] Initializing cgroup subsys memory\n[ 0.186388] Initializing cgroup subsys devices\n[ 0.187552] Initializing cgroup subsys freezer\n[ 0.188725] Initializing cgroup subsys net_cls\n[ 0.189897] Initializing cgroup subsys perf_event\n[ 0.191124] Initializing cgroup subsys net_prio\n[ 0.192302] Initializing cgroup subsys hugetlb\n[ 0.193461] Initializing cgroup subsys pids\n[ 0.194613] CPU: Physical Processor ID: 0\n[ 0.196402] mce: CPU supports 10 MCE banks\n[ 0.197521] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218584] ftrace: allocating 31920 entries in 125 pages\n[ 0.244901] smpboot: Max logical packages: 1\n[ 0.246061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247864] x2apic enabled\n[ 0.248858] Switched APIC routing to physical x2apic.\n[ 0.250949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257469] KVM setup paravirtual spinlock\n[ 0.259023] x86: Booted up 1 node, 1 CPUs\n[ 0.260093] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261922] devtmpfs: initialized\n[ 0.263859] evm: security.selinux\n[ 0.264778] evm: security.SMACK64\n[ 0.265689] evm: security.SMACK64EXEC\n[ 0.266677] evm: security.SMACK64TRANSMUTE\n[ 0.267751] evm: security.SMACK64MMAP\n[ 0.268733] evm: security.ima\n[ 0.269566] evm: security.capability\n[ 0.270602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273090] pinctrl core: initialized pinctrl subsystem\n[ 0.274529] RTC time: 17:09:29, date: 10/10/18\n[ 0.275765] NET: Registered protocol family 16\n[ 0.277021] cpuidle: using governor ladder\n[ 0.278125] cpuidle: using governor menu\n[ 0.279176] PCCT header not found.\n[ 0.280147] ACPI: bus type PCI registered\n[ 0.281217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282886] PCI: Using configuration type 1 for base access\n[ 0.285004] ACPI: Added _OSI(Module Device)\n[ 0.286141] ACPI: Added _OSI(Processor Device)\n[ 0.287300] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288513] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290979] ACPI: Interpreter enabled\n[ 0.292002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301937] ACPI: (supports S0 S5)\n[ 0.302867] ACPI: Using IOAPIC for interrupt routing\n[ 0.304142] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311078] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315695] acpiphp: Slot [3] registered\n[ 0.316754] acpiphp: Slot [4] registered\n[ 0.317810] acpiphp: Slot [5] registered\n[ 0.318868] acpiphp: Slot [6] registered\n[ 0.319929] acpiphp: Slot [7] registered\n[ 0.320988] acpiphp: Slot [8] registered\n[ 0.322044] acpiphp: Slot [9] registered\n[ 0.323095] acpiphp: Slot [10] registered\n[ 0.324179] acpiphp: Slot [11] registered\n[ 0.325257] acpiphp: Slot [12] registered\n[ 0.326331] acpiphp: Slot [13] registered\n[ 0.327402] acpiphp: Slot [14] registered\n[ 0.328485] acpiphp: Slot [15] registered\n[ 0.339533] acpiphp: Slot [16] registered\n[ 0.340615] acpiphp: Slot [17] registered\n[ 0.341693] acpiphp: Slot [18] registered\n[ 0.342767] acpiphp: Slot [19] registered\n[ 0.343846] acpiphp: Slot [20] registered\n[ 0.344924] acpiphp: Slot [21] registered\n[ 0.345997] acpiphp: Slot [22] registered\n[ 0.347072] acpiphp: Slot [23] registered\n[ 0.348160] acpiphp: Slot [24] registered\n[ 0.349237] acpiphp: Slot [25] registered\n[ 0.350307] acpiphp: Slot [26] registered\n[ 0.351377] acpiphp: Slot [27] registered\n[ 0.352458] acpiphp: Slot [28] registered\n[ 0.353534] acpiphp: Slot [29] registered\n[ 0.354608] acpiphp: Slot [30] registered\n[ 0.355683] acpiphp: Slot [31] registered\n[ 0.356760] PCI host bridge to bus 0000:00\n[ 0.357842] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359501] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363100] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365035] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.371631] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375024] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.376772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383994] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434759] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439352] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441144] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444220] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447731] vgaarb: loaded\n[ 0.448518] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450007] SCSI subsystem initialized\n[ 0.451051] ACPI: bus type USB registered\n[ 0.452128] usbcore: registered new interface driver usbfs\n[ 0.453491] usbcore: registered new interface driver hub\n[ 0.454840] usbcore: registered new device driver usb\n[ 0.456235] PCI: Using ACPI for IRQ routing\n[ 0.457541] NetLabel: Initializing\n[ 0.458494] NetLabel: domain hash size = 128\n[ 0.459603] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460858] NetLabel: unlabeled traffic allowed by default\n[ 0.462335] clocksource: Switched to clocksource kvm-clock\n[ 0.468097] AppArmor: AppArmor Filesystem Enabled\n[ 0.469390] pnp: PnP ACPI init\n[ 0.470554] pnp: PnP ACPI: found 5 devices\n[ 0.477180] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479486] NET: Registered protocol family 2\n[ 0.480744] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484068] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485643] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487097] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488675] NET: Registered protocol family 1\n[ 0.489831] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491310] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492764] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521398] Trying to unpack rootfs image as initramfs...\n[ 0.571275] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587605] Scanning for low memory corruption every 60 seconds\n[ 0.589776] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.591347] audit: initializing netlink subsys (disabled)\n[ 0.592732] audit: type=2000 audit(1539191370.364:1): initialized\n[ 0.594456] Initialise system trusted keyring\n[ 0.595680] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599665] zbud: loaded\n[ 0.600552] VFS: Disk quotas dquot_6.6.0\n[ 0.601729] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604046] fuse init (API version 7.23)\n[ 0.605398] Key type big_key registered\n[ 0.606584] Allocating IMA MOK and blacklist keyrings.\n[ 0.608334] Key type asymmetric registered\n[ 0.609704] Asymmetric key parser 'x509' registered\n[ 0.611217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613891] io scheduler noop registered\n[ 0.615106] io scheduler deadline registered (default)\n[ 0.616748] io scheduler cfq registered\n[ 0.618031] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619840] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624001] ACPI: Power Button [PWRF]\n[ 0.625079] GHES: HEST is not enabled!\n[ 0.639042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670604] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697505] Linux agpgart interface v0.103\n[ 0.699774] brd: module loaded\n[ 0.701164] loop: module loaded\n[ 0.705985] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707905] GPT:90111 != 2097151\n[ 0.708784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.710243] GPT:90111 != 2097151\n[ 0.711113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.712384] vda: vda1 vda15\n[ 0.713950] scsi host0: ata_piix\n[ 0.714929] scsi host1: ata_piix\n[ 0.715832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.717465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719321] libphy: Fixed MDIO Bus: probed\n[ 0.720388] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724234] PPP generic driver version 2.4.2\n[ 0.725411] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727053] ehci-pci: EHCI PCI platform driver\n[ 0.728232] ehci-platform: EHCI generic platform driver\n[ 0.729564] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731099] ohci-pci: OHCI PCI platform driver\n[ 0.732266] ohci-platform: OHCI generic platform driver\n[ 0.733596] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749411] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751310] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757654] usb usb1: Product: UHCI Host Controller\n[ 0.758968] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760495] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761732] hub 1-0:1.0: USB hub found\n[ 0.762775] hub 1-0:1.0: 2 ports detected\n[ 0.763922] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769151] mousedev: PS/2 mouse device common for all mice\n[ 0.770755] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.774503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.777671] i2c /dev entries driver\n[ 0.778657] device-mapper: uevent: version 1.0.3\n[ 0.779874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782018] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783674] NET: Registered protocol family 10\n[ 0.784933] NET: Registered protocol family 17\n[ 0.786090] Key type dns_resolver registered\n[ 0.787286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788734] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791020] registered taskstats version 1\n[ 0.792102] Loading compiled-in X.509 certificates\n[ 0.793833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796303] zswap: loaded using pool lzo/zbud\n[ 0.797939] Key type trusted registered\n[ 0.800100] Key type encrypted registered\n[ 0.801201] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802632] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804005] evm: HMAC attrs: 0x1\n[ 0.805133] Magic number: 6:196:188\n[ 0.806151] acpi device:1a: hash matches\n[ 0.807264] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:30 UTC (1539191370)\n[ 0.809354] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810846] EDD information not available.\n[ 0.879277] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.891215] Write protecting the kernel read-only data: 14336k\n[ 0.893152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895527] 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.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... [ 1.350373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCEmDa1FbKs/P4YYLZ7MJWf39vujGj4DyGLmOhkwDzCHMe4o+7LPNASEN5Xa9VCvV4o2YnV7dac27TqkuCmES5pMJn6qiXKv61VwTKiCWOJd1CveAUmkAyij90ntynCrtmWCwwkgyGocjV/EOnppak0sEPNn0kLVjhGS3jncEhWXqu8olcxvDeSnBufpWioHCZlY5YtIKag4KiFiZqRGjtRNos2b1i/ur2OqOLzNDMIQLSM9AMRU5Fk6174hHqBqC86tm2UxFEtw7KrSVcbD2t8oX6X3ufjpMS+D4l9UyvmYg6Mpbqug+wMjt/SkcYcHvltWBp+giCqw1iT4mbypdX5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOhN8X0IB2CQmprgCZNzGUYQ+Wha7LxervH4Bd2DU0TjAQ3x388gXhkQN+a3oFXxsYJMNmEAiLvReyqsNmZIveNI0Gple7TZ/3+BvOZRvce99CzfJ8s+qHVarqS/M9tPhSap2FUNt79oQWY9xDjM4070W+Qa87cAcmZQnaCAz3pjAAAAFQDzZyUFbeSpKP0KQWgXCU6TLmI9+QAAAIARwWtXZaoInp7L48I0CCDHS+VSadZNZ6QlzwEYDntWG+WWQjHXBGxl9KG5yMF/ACNZ0GYvg86/S3zxQWUJkhLUu1XCb57obfaQNL5vIqXfNmCUvHnSX6q9EsNJAOiTlKN8DqmWUG+M8KIcCD5IlKT7E3Mk5quUzRYKHSlcoR895QAAAIEAyWVSRgUuuiUz4FTQ5gyEsD0pb4s4DCKc95cAtlg97JwKrHnecDjgp5xYcBCiae8bUFFbOiEJBkGuNQxvZysR2Le1jWlzsnMDO3pTnYsinj7hsu70zlSea5QfJ/Y6w1l+q+wLIKw11fDeLqXU3+fr+SMwQTk6OD95Drac1QDRuu8= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:a22c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.83s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:A2:2C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:a22c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10764 (10.5 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:10:43,805 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action used request id req-d4b38c51-5788-477c-835b-b0d2b7e6113c 2018-10-10 17:10:45,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:46,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:10: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-5d6c4cbb-27d4-4af6-bd32-7dccd577d009 x-compute-request-id: req-5d6c4cbb-27d4-4af6-bd32-7dccd577d009 Content-Encoding: gzip Content-Length: 10034 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519880671 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.167075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.169305] pid_max: default: 32768 minimum: 301\n[ 0.170517] ACPI: Core revision 20150930\n[ 0.172163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173911] Security Framework initialized\n[ 0.175008] Yama: becoming mindful.\n[ 0.175970] AppArmor: AppArmor initialized\n[ 0.177094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178899] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.182300] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184158] Initializing cgroup subsys io\n[ 0.185234] Initializing cgroup subsys memory\n[ 0.186388] Initializing cgroup subsys devices\n[ 0.187552] Initializing cgroup subsys freezer\n[ 0.188725] Initializing cgroup subsys net_cls\n[ 0.189897] Initializing cgroup subsys perf_event\n[ 0.191124] Initializing cgroup subsys net_prio\n[ 0.192302] Initializing cgroup subsys hugetlb\n[ 0.193461] Initializing cgroup subsys pids\n[ 0.194613] CPU: Physical Processor ID: 0\n[ 0.196402] mce: CPU supports 10 MCE banks\n[ 0.197521] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218584] ftrace: allocating 31920 entries in 125 pages\n[ 0.244901] smpboot: Max logical packages: 1\n[ 0.246061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247864] x2apic enabled\n[ 0.248858] Switched APIC routing to physical x2apic.\n[ 0.250949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257469] KVM setup paravirtual spinlock\n[ 0.259023] x86: Booted up 1 node, 1 CPUs\n[ 0.260093] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261922] devtmpfs: initialized\n[ 0.263859] evm: security.selinux\n[ 0.264778] evm: security.SMACK64\n[ 0.265689] evm: security.SMACK64EXEC\n[ 0.266677] evm: security.SMACK64TRANSMUTE\n[ 0.267751] evm: security.SMACK64MMAP\n[ 0.268733] evm: security.ima\n[ 0.269566] evm: security.capability\n[ 0.270602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273090] pinctrl core: initialized pinctrl subsystem\n[ 0.274529] RTC time: 17:09:29, date: 10/10/18\n[ 0.275765] NET: Registered protocol family 16\n[ 0.277021] cpuidle: using governor ladder\n[ 0.278125] cpuidle: using governor menu\n[ 0.279176] PCCT header not found.\n[ 0.280147] ACPI: bus type PCI registered\n[ 0.281217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282886] PCI: Using configuration type 1 for base access\n[ 0.285004] ACPI: Added _OSI(Module Device)\n[ 0.286141] ACPI: Added _OSI(Processor Device)\n[ 0.287300] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288513] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290979] ACPI: Interpreter enabled\n[ 0.292002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301937] ACPI: (supports S0 S5)\n[ 0.302867] ACPI: Using IOAPIC for interrupt routing\n[ 0.304142] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311078] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315695] acpiphp: Slot [3] registered\n[ 0.316754] acpiphp: Slot [4] registered\n[ 0.317810] acpiphp: Slot [5] registered\n[ 0.318868] acpiphp: Slot [6] registered\n[ 0.319929] acpiphp: Slot [7] registered\n[ 0.320988] acpiphp: Slot [8] registered\n[ 0.322044] acpiphp: Slot [9] registered\n[ 0.323095] acpiphp: Slot [10] registered\n[ 0.324179] acpiphp: Slot [11] registered\n[ 0.325257] acpiphp: Slot [12] registered\n[ 0.326331] acpiphp: Slot [13] registered\n[ 0.327402] acpiphp: Slot [14] registered\n[ 0.328485] acpiphp: Slot [15] registered\n[ 0.339533] acpiphp: Slot [16] registered\n[ 0.340615] acpiphp: Slot [17] registered\n[ 0.341693] acpiphp: Slot [18] registered\n[ 0.342767] acpiphp: Slot [19] registered\n[ 0.343846] acpiphp: Slot [20] registered\n[ 0.344924] acpiphp: Slot [21] registered\n[ 0.345997] acpiphp: Slot [22] registered\n[ 0.347072] acpiphp: Slot [23] registered\n[ 0.348160] acpiphp: Slot [24] registered\n[ 0.349237] acpiphp: Slot [25] registered\n[ 0.350307] acpiphp: Slot [26] registered\n[ 0.351377] acpiphp: Slot [27] registered\n[ 0.352458] acpiphp: Slot [28] registered\n[ 0.353534] acpiphp: Slot [29] registered\n[ 0.354608] acpiphp: Slot [30] registered\n[ 0.355683] acpiphp: Slot [31] registered\n[ 0.356760] PCI host bridge to bus 0000:00\n[ 0.357842] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359501] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363100] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365035] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.371631] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375024] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.376772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383994] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434759] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439352] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441144] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444220] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447731] vgaarb: loaded\n[ 0.448518] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450007] SCSI subsystem initialized\n[ 0.451051] ACPI: bus type USB registered\n[ 0.452128] usbcore: registered new interface driver usbfs\n[ 0.453491] usbcore: registered new interface driver hub\n[ 0.454840] usbcore: registered new device driver usb\n[ 0.456235] PCI: Using ACPI for IRQ routing\n[ 0.457541] NetLabel: Initializing\n[ 0.458494] NetLabel: domain hash size = 128\n[ 0.459603] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460858] NetLabel: unlabeled traffic allowed by default\n[ 0.462335] clocksource: Switched to clocksource kvm-clock\n[ 0.468097] AppArmor: AppArmor Filesystem Enabled\n[ 0.469390] pnp: PnP ACPI init\n[ 0.470554] pnp: PnP ACPI: found 5 devices\n[ 0.477180] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479486] NET: Registered protocol family 2\n[ 0.480744] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484068] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485643] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487097] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488675] NET: Registered protocol family 1\n[ 0.489831] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491310] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492764] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521398] Trying to unpack rootfs image as initramfs...\n[ 0.571275] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587605] Scanning for low memory corruption every 60 seconds\n[ 0.589776] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.591347] audit: initializing netlink subsys (disabled)\n[ 0.592732] audit: type=2000 audit(1539191370.364:1): initialized\n[ 0.594456] Initialise system trusted keyring\n[ 0.595680] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599665] zbud: loaded\n[ 0.600552] VFS: Disk quotas dquot_6.6.0\n[ 0.601729] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604046] fuse init (API version 7.23)\n[ 0.605398] Key type big_key registered\n[ 0.606584] Allocating IMA MOK and blacklist keyrings.\n[ 0.608334] Key type asymmetric registered\n[ 0.609704] Asymmetric key parser 'x509' registered\n[ 0.611217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613891] io scheduler noop registered\n[ 0.615106] io scheduler deadline registered (default)\n[ 0.616748] io scheduler cfq registered\n[ 0.618031] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619840] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624001] ACPI: Power Button [PWRF]\n[ 0.625079] GHES: HEST is not enabled!\n[ 0.639042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670604] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697505] Linux agpgart interface v0.103\n[ 0.699774] brd: module loaded\n[ 0.701164] loop: module loaded\n[ 0.705985] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707905] GPT:90111 != 2097151\n[ 0.708784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.710243] GPT:90111 != 2097151\n[ 0.711113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.712384] vda: vda1 vda15\n[ 0.713950] scsi host0: ata_piix\n[ 0.714929] scsi host1: ata_piix\n[ 0.715832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.717465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719321] libphy: Fixed MDIO Bus: probed\n[ 0.720388] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724234] PPP generic driver version 2.4.2\n[ 0.725411] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727053] ehci-pci: EHCI PCI platform driver\n[ 0.728232] ehci-platform: EHCI generic platform driver\n[ 0.729564] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731099] ohci-pci: OHCI PCI platform driver\n[ 0.732266] ohci-platform: OHCI generic platform driver\n[ 0.733596] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749411] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751310] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757654] usb usb1: Product: UHCI Host Controller\n[ 0.758968] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760495] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761732] hub 1-0:1.0: USB hub found\n[ 0.762775] hub 1-0:1.0: 2 ports detected\n[ 0.763922] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769151] mousedev: PS/2 mouse device common for all mice\n[ 0.770755] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.774503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.777671] i2c /dev entries driver\n[ 0.778657] device-mapper: uevent: version 1.0.3\n[ 0.779874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782018] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783674] NET: Registered protocol family 10\n[ 0.784933] NET: Registered protocol family 17\n[ 0.786090] Key type dns_resolver registered\n[ 0.787286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788734] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791020] registered taskstats version 1\n[ 0.792102] Loading compiled-in X.509 certificates\n[ 0.793833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796303] zswap: loaded using pool lzo/zbud\n[ 0.797939] Key type trusted registered\n[ 0.800100] Key type encrypted registered\n[ 0.801201] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802632] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804005] evm: HMAC attrs: 0x1\n[ 0.805133] Magic number: 6:196:188\n[ 0.806151] acpi device:1a: hash matches\n[ 0.807264] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:30 UTC (1539191370)\n[ 0.809354] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810846] EDD information not available.\n[ 0.879277] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.891215] Write protecting the kernel read-only data: 14336k\n[ 0.893152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895527] 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.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... [ 1.350373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCEmDa1FbKs/P4YYLZ7MJWf39vujGj4DyGLmOhkwDzCHMe4o+7LPNASEN5Xa9VCvV4o2YnV7dac27TqkuCmES5pMJn6qiXKv61VwTKiCWOJd1CveAUmkAyij90ntynCrtmWCwwkgyGocjV/EOnppak0sEPNn0kLVjhGS3jncEhWXqu8olcxvDeSnBufpWioHCZlY5YtIKag4KiFiZqRGjtRNos2b1i/ur2OqOLzNDMIQLSM9AMRU5Fk6174hHqBqC86tm2UxFEtw7KrSVcbD2t8oX6X3ufjpMS+D4l9UyvmYg6Mpbqug+wMjt/SkcYcHvltWBp+giCqw1iT4mbypdX5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOhN8X0IB2CQmprgCZNzGUYQ+Wha7LxervH4Bd2DU0TjAQ3x388gXhkQN+a3oFXxsYJMNmEAiLvReyqsNmZIveNI0Gple7TZ/3+BvOZRvce99CzfJ8s+qHVarqS/M9tPhSap2FUNt79oQWY9xDjM4070W+Qa87cAcmZQnaCAz3pjAAAAFQDzZyUFbeSpKP0KQWgXCU6TLmI9+QAAAIARwWtXZaoInp7L48I0CCDHS+VSadZNZ6QlzwEYDntWG+WWQjHXBGxl9KG5yMF/ACNZ0GYvg86/S3zxQWUJkhLUu1XCb57obfaQNL5vIqXfNmCUvHnSX6q9EsNJAOiTlKN8DqmWUG+M8KIcCD5IlKT7E3Mk5quUzRYKHSlcoR895QAAAIEAyWVSRgUuuiUz4FTQ5gyEsD0pb4s4DCKc95cAtlg97JwKrHnecDjgp5xYcBCiae8bUFFbOiEJBkGuNQxvZysR2Le1jWlzsnMDO3pTnYsinj7hsu70zlSea5QfJ/Y6w1l+q+wLIKw11fDeLqXU3+fr+SMwQTk6OD95Drac1QDRuu8= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:a22c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.83s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:A2:2C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:a22c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10764 (10.5 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:10:46,901 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action used request id req-5d6c4cbb-27d4-4af6-bd32-7dccd577d009 2018-10-10 17:10:48,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:49,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-60e67760-d30a-4b97-9d9c-bb24fa6087ea x-compute-request-id: req-60e67760-d30a-4b97-9d9c-bb24fa6087ea Content-Encoding: gzip Content-Length: 10034 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519880671 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.167075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.169305] pid_max: default: 32768 minimum: 301\n[ 0.170517] ACPI: Core revision 20150930\n[ 0.172163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173911] Security Framework initialized\n[ 0.175008] Yama: becoming mindful.\n[ 0.175970] AppArmor: AppArmor initialized\n[ 0.177094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178899] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.182300] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184158] Initializing cgroup subsys io\n[ 0.185234] Initializing cgroup subsys memory\n[ 0.186388] Initializing cgroup subsys devices\n[ 0.187552] Initializing cgroup subsys freezer\n[ 0.188725] Initializing cgroup subsys net_cls\n[ 0.189897] Initializing cgroup subsys perf_event\n[ 0.191124] Initializing cgroup subsys net_prio\n[ 0.192302] Initializing cgroup subsys hugetlb\n[ 0.193461] Initializing cgroup subsys pids\n[ 0.194613] CPU: Physical Processor ID: 0\n[ 0.196402] mce: CPU supports 10 MCE banks\n[ 0.197521] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218584] ftrace: allocating 31920 entries in 125 pages\n[ 0.244901] smpboot: Max logical packages: 1\n[ 0.246061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247864] x2apic enabled\n[ 0.248858] Switched APIC routing to physical x2apic.\n[ 0.250949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257469] KVM setup paravirtual spinlock\n[ 0.259023] x86: Booted up 1 node, 1 CPUs\n[ 0.260093] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261922] devtmpfs: initialized\n[ 0.263859] evm: security.selinux\n[ 0.264778] evm: security.SMACK64\n[ 0.265689] evm: security.SMACK64EXEC\n[ 0.266677] evm: security.SMACK64TRANSMUTE\n[ 0.267751] evm: security.SMACK64MMAP\n[ 0.268733] evm: security.ima\n[ 0.269566] evm: security.capability\n[ 0.270602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273090] pinctrl core: initialized pinctrl subsystem\n[ 0.274529] RTC time: 17:09:29, date: 10/10/18\n[ 0.275765] NET: Registered protocol family 16\n[ 0.277021] cpuidle: using governor ladder\n[ 0.278125] cpuidle: using governor menu\n[ 0.279176] PCCT header not found.\n[ 0.280147] ACPI: bus type PCI registered\n[ 0.281217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282886] PCI: Using configuration type 1 for base access\n[ 0.285004] ACPI: Added _OSI(Module Device)\n[ 0.286141] ACPI: Added _OSI(Processor Device)\n[ 0.287300] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288513] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290979] ACPI: Interpreter enabled\n[ 0.292002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301937] ACPI: (supports S0 S5)\n[ 0.302867] ACPI: Using IOAPIC for interrupt routing\n[ 0.304142] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311078] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315695] acpiphp: Slot [3] registered\n[ 0.316754] acpiphp: Slot [4] registered\n[ 0.317810] acpiphp: Slot [5] registered\n[ 0.318868] acpiphp: Slot [6] registered\n[ 0.319929] acpiphp: Slot [7] registered\n[ 0.320988] acpiphp: Slot [8] registered\n[ 0.322044] acpiphp: Slot [9] registered\n[ 0.323095] acpiphp: Slot [10] registered\n[ 0.324179] acpiphp: Slot [11] registered\n[ 0.325257] acpiphp: Slot [12] registered\n[ 0.326331] acpiphp: Slot [13] registered\n[ 0.327402] acpiphp: Slot [14] registered\n[ 0.328485] acpiphp: Slot [15] registered\n[ 0.339533] acpiphp: Slot [16] registered\n[ 0.340615] acpiphp: Slot [17] registered\n[ 0.341693] acpiphp: Slot [18] registered\n[ 0.342767] acpiphp: Slot [19] registered\n[ 0.343846] acpiphp: Slot [20] registered\n[ 0.344924] acpiphp: Slot [21] registered\n[ 0.345997] acpiphp: Slot [22] registered\n[ 0.347072] acpiphp: Slot [23] registered\n[ 0.348160] acpiphp: Slot [24] registered\n[ 0.349237] acpiphp: Slot [25] registered\n[ 0.350307] acpiphp: Slot [26] registered\n[ 0.351377] acpiphp: Slot [27] registered\n[ 0.352458] acpiphp: Slot [28] registered\n[ 0.353534] acpiphp: Slot [29] registered\n[ 0.354608] acpiphp: Slot [30] registered\n[ 0.355683] acpiphp: Slot [31] registered\n[ 0.356760] PCI host bridge to bus 0000:00\n[ 0.357842] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359501] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363100] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365035] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.371631] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375024] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.376772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383994] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434759] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439352] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441144] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444220] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447731] vgaarb: loaded\n[ 0.448518] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450007] SCSI subsystem initialized\n[ 0.451051] ACPI: bus type USB registered\n[ 0.452128] usbcore: registered new interface driver usbfs\n[ 0.453491] usbcore: registered new interface driver hub\n[ 0.454840] usbcore: registered new device driver usb\n[ 0.456235] PCI: Using ACPI for IRQ routing\n[ 0.457541] NetLabel: Initializing\n[ 0.458494] NetLabel: domain hash size = 128\n[ 0.459603] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460858] NetLabel: unlabeled traffic allowed by default\n[ 0.462335] clocksource: Switched to clocksource kvm-clock\n[ 0.468097] AppArmor: AppArmor Filesystem Enabled\n[ 0.469390] pnp: PnP ACPI init\n[ 0.470554] pnp: PnP ACPI: found 5 devices\n[ 0.477180] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479486] NET: Registered protocol family 2\n[ 0.480744] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484068] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485643] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487097] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488675] NET: Registered protocol family 1\n[ 0.489831] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491310] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492764] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521398] Trying to unpack rootfs image as initramfs...\n[ 0.571275] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587605] Scanning for low memory corruption every 60 seconds\n[ 0.589776] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.591347] audit: initializing netlink subsys (disabled)\n[ 0.592732] audit: type=2000 audit(1539191370.364:1): initialized\n[ 0.594456] Initialise system trusted keyring\n[ 0.595680] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599665] zbud: loaded\n[ 0.600552] VFS: Disk quotas dquot_6.6.0\n[ 0.601729] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604046] fuse init (API version 7.23)\n[ 0.605398] Key type big_key registered\n[ 0.606584] Allocating IMA MOK and blacklist keyrings.\n[ 0.608334] Key type asymmetric registered\n[ 0.609704] Asymmetric key parser 'x509' registered\n[ 0.611217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613891] io scheduler noop registered\n[ 0.615106] io scheduler deadline registered (default)\n[ 0.616748] io scheduler cfq registered\n[ 0.618031] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619840] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624001] ACPI: Power Button [PWRF]\n[ 0.625079] GHES: HEST is not enabled!\n[ 0.639042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670604] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697505] Linux agpgart interface v0.103\n[ 0.699774] brd: module loaded\n[ 0.701164] loop: module loaded\n[ 0.705985] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707905] GPT:90111 != 2097151\n[ 0.708784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.710243] GPT:90111 != 2097151\n[ 0.711113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.712384] vda: vda1 vda15\n[ 0.713950] scsi host0: ata_piix\n[ 0.714929] scsi host1: ata_piix\n[ 0.715832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.717465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719321] libphy: Fixed MDIO Bus: probed\n[ 0.720388] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724234] PPP generic driver version 2.4.2\n[ 0.725411] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727053] ehci-pci: EHCI PCI platform driver\n[ 0.728232] ehci-platform: EHCI generic platform driver\n[ 0.729564] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731099] ohci-pci: OHCI PCI platform driver\n[ 0.732266] ohci-platform: OHCI generic platform driver\n[ 0.733596] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749411] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751310] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757654] usb usb1: Product: UHCI Host Controller\n[ 0.758968] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760495] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761732] hub 1-0:1.0: USB hub found\n[ 0.762775] hub 1-0:1.0: 2 ports detected\n[ 0.763922] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769151] mousedev: PS/2 mouse device common for all mice\n[ 0.770755] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.774503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.777671] i2c /dev entries driver\n[ 0.778657] device-mapper: uevent: version 1.0.3\n[ 0.779874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782018] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783674] NET: Registered protocol family 10\n[ 0.784933] NET: Registered protocol family 17\n[ 0.786090] Key type dns_resolver registered\n[ 0.787286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788734] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791020] registered taskstats version 1\n[ 0.792102] Loading compiled-in X.509 certificates\n[ 0.793833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796303] zswap: loaded using pool lzo/zbud\n[ 0.797939] Key type trusted registered\n[ 0.800100] Key type encrypted registered\n[ 0.801201] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802632] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804005] evm: HMAC attrs: 0x1\n[ 0.805133] Magic number: 6:196:188\n[ 0.806151] acpi device:1a: hash matches\n[ 0.807264] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:30 UTC (1539191370)\n[ 0.809354] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810846] EDD information not available.\n[ 0.879277] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.891215] Write protecting the kernel read-only data: 14336k\n[ 0.893152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895527] 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.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... [ 1.350373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCEmDa1FbKs/P4YYLZ7MJWf39vujGj4DyGLmOhkwDzCHMe4o+7LPNASEN5Xa9VCvV4o2YnV7dac27TqkuCmES5pMJn6qiXKv61VwTKiCWOJd1CveAUmkAyij90ntynCrtmWCwwkgyGocjV/EOnppak0sEPNn0kLVjhGS3jncEhWXqu8olcxvDeSnBufpWioHCZlY5YtIKag4KiFiZqRGjtRNos2b1i/ur2OqOLzNDMIQLSM9AMRU5Fk6174hHqBqC86tm2UxFEtw7KrSVcbD2t8oX6X3ufjpMS+D4l9UyvmYg6Mpbqug+wMjt/SkcYcHvltWBp+giCqw1iT4mbypdX5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOhN8X0IB2CQmprgCZNzGUYQ+Wha7LxervH4Bd2DU0TjAQ3x388gXhkQN+a3oFXxsYJMNmEAiLvReyqsNmZIveNI0Gple7TZ/3+BvOZRvce99CzfJ8s+qHVarqS/M9tPhSap2FUNt79oQWY9xDjM4070W+Qa87cAcmZQnaCAz3pjAAAAFQDzZyUFbeSpKP0KQWgXCU6TLmI9+QAAAIARwWtXZaoInp7L48I0CCDHS+VSadZNZ6QlzwEYDntWG+WWQjHXBGxl9KG5yMF/ACNZ0GYvg86/S3zxQWUJkhLUu1XCb57obfaQNL5vIqXfNmCUvHnSX6q9EsNJAOiTlKN8DqmWUG+M8KIcCD5IlKT7E3Mk5quUzRYKHSlcoR895QAAAIEAyWVSRgUuuiUz4FTQ5gyEsD0pb4s4DCKc95cAtlg97JwKrHnecDjgp5xYcBCiae8bUFFbOiEJBkGuNQxvZysR2Le1jWlzsnMDO3pTnYsinj7hsu70zlSea5QfJ/Y6w1l+q+wLIKw11fDeLqXU3+fr+SMwQTk6OD95Drac1QDRuu8= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:a22c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.83s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:A2:2C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:a22c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10764 (10.5 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:10:49,999 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action used request id req-60e67760-d30a-4b97-9d9c-bb24fa6087ea 2018-10-10 17:10:52,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:53,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-fe0d57da-d6a4-4951-8717-0c96b0a13127 x-compute-request-id: req-fe0d57da-d6a4-4951-8717-0c96b0a13127 Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519880671 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.167075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.169305] pid_max: default: 32768 minimum: 301\n[ 0.170517] ACPI: Core revision 20150930\n[ 0.172163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173911] Security Framework initialized\n[ 0.175008] Yama: becoming mindful.\n[ 0.175970] AppArmor: AppArmor initialized\n[ 0.177094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178899] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.182300] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184158] Initializing cgroup subsys io\n[ 0.185234] Initializing cgroup subsys memory\n[ 0.186388] Initializing cgroup subsys devices\n[ 0.187552] Initializing cgroup subsys freezer\n[ 0.188725] Initializing cgroup subsys net_cls\n[ 0.189897] Initializing cgroup subsys perf_event\n[ 0.191124] Initializing cgroup subsys net_prio\n[ 0.192302] Initializing cgroup subsys hugetlb\n[ 0.193461] Initializing cgroup subsys pids\n[ 0.194613] CPU: Physical Processor ID: 0\n[ 0.196402] mce: CPU supports 10 MCE banks\n[ 0.197521] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218584] ftrace: allocating 31920 entries in 125 pages\n[ 0.244901] smpboot: Max logical packages: 1\n[ 0.246061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247864] x2apic enabled\n[ 0.248858] Switched APIC routing to physical x2apic.\n[ 0.250949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257469] KVM setup paravirtual spinlock\n[ 0.259023] x86: Booted up 1 node, 1 CPUs\n[ 0.260093] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261922] devtmpfs: initialized\n[ 0.263859] evm: security.selinux\n[ 0.264778] evm: security.SMACK64\n[ 0.265689] evm: security.SMACK64EXEC\n[ 0.266677] evm: security.SMACK64TRANSMUTE\n[ 0.267751] evm: security.SMACK64MMAP\n[ 0.268733] evm: security.ima\n[ 0.269566] evm: security.capability\n[ 0.270602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273090] pinctrl core: initialized pinctrl subsystem\n[ 0.274529] RTC time: 17:09:29, date: 10/10/18\n[ 0.275765] NET: Registered protocol family 16\n[ 0.277021] cpuidle: using governor ladder\n[ 0.278125] cpuidle: using governor menu\n[ 0.279176] PCCT header not found.\n[ 0.280147] ACPI: bus type PCI registered\n[ 0.281217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282886] PCI: Using configuration type 1 for base access\n[ 0.285004] ACPI: Added _OSI(Module Device)\n[ 0.286141] ACPI: Added _OSI(Processor Device)\n[ 0.287300] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288513] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290979] ACPI: Interpreter enabled\n[ 0.292002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301937] ACPI: (supports S0 S5)\n[ 0.302867] ACPI: Using IOAPIC for interrupt routing\n[ 0.304142] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311078] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315695] acpiphp: Slot [3] registered\n[ 0.316754] acpiphp: Slot [4] registered\n[ 0.317810] acpiphp: Slot [5] registered\n[ 0.318868] acpiphp: Slot [6] registered\n[ 0.319929] acpiphp: Slot [7] registered\n[ 0.320988] acpiphp: Slot [8] registered\n[ 0.322044] acpiphp: Slot [9] registered\n[ 0.323095] acpiphp: Slot [10] registered\n[ 0.324179] acpiphp: Slot [11] registered\n[ 0.325257] acpiphp: Slot [12] registered\n[ 0.326331] acpiphp: Slot [13] registered\n[ 0.327402] acpiphp: Slot [14] registered\n[ 0.328485] acpiphp: Slot [15] registered\n[ 0.339533] acpiphp: Slot [16] registered\n[ 0.340615] acpiphp: Slot [17] registered\n[ 0.341693] acpiphp: Slot [18] registered\n[ 0.342767] acpiphp: Slot [19] registered\n[ 0.343846] acpiphp: Slot [20] registered\n[ 0.344924] acpiphp: Slot [21] registered\n[ 0.345997] acpiphp: Slot [22] registered\n[ 0.347072] acpiphp: Slot [23] registered\n[ 0.348160] acpiphp: Slot [24] registered\n[ 0.349237] acpiphp: Slot [25] registered\n[ 0.350307] acpiphp: Slot [26] registered\n[ 0.351377] acpiphp: Slot [27] registered\n[ 0.352458] acpiphp: Slot [28] registered\n[ 0.353534] acpiphp: Slot [29] registered\n[ 0.354608] acpiphp: Slot [30] registered\n[ 0.355683] acpiphp: Slot [31] registered\n[ 0.356760] PCI host bridge to bus 0000:00\n[ 0.357842] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359501] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363100] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365035] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.371631] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375024] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.376772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383994] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434759] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439352] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441144] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444220] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447731] vgaarb: loaded\n[ 0.448518] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450007] SCSI subsystem initialized\n[ 0.451051] ACPI: bus type USB registered\n[ 0.452128] usbcore: registered new interface driver usbfs\n[ 0.453491] usbcore: registered new interface driver hub\n[ 0.454840] usbcore: registered new device driver usb\n[ 0.456235] PCI: Using ACPI for IRQ routing\n[ 0.457541] NetLabel: Initializing\n[ 0.458494] NetLabel: domain hash size = 128\n[ 0.459603] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460858] NetLabel: unlabeled traffic allowed by default\n[ 0.462335] clocksource: Switched to clocksource kvm-clock\n[ 0.468097] AppArmor: AppArmor Filesystem Enabled\n[ 0.469390] pnp: PnP ACPI init\n[ 0.470554] pnp: PnP ACPI: found 5 devices\n[ 0.477180] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479486] NET: Registered protocol family 2\n[ 0.480744] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484068] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485643] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487097] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488675] NET: Registered protocol family 1\n[ 0.489831] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491310] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492764] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521398] Trying to unpack rootfs image as initramfs...\n[ 0.571275] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587605] Scanning for low memory corruption every 60 seconds\n[ 0.589776] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.591347] audit: initializing netlink subsys (disabled)\n[ 0.592732] audit: type=2000 audit(1539191370.364:1): initialized\n[ 0.594456] Initialise system trusted keyring\n[ 0.595680] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599665] zbud: loaded\n[ 0.600552] VFS: Disk quotas dquot_6.6.0\n[ 0.601729] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604046] fuse init (API version 7.23)\n[ 0.605398] Key type big_key registered\n[ 0.606584] Allocating IMA MOK and blacklist keyrings.\n[ 0.608334] Key type asymmetric registered\n[ 0.609704] Asymmetric key parser 'x509' registered\n[ 0.611217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613891] io scheduler noop registered\n[ 0.615106] io scheduler deadline registered (default)\n[ 0.616748] io scheduler cfq registered\n[ 0.618031] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619840] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624001] ACPI: Power Button [PWRF]\n[ 0.625079] GHES: HEST is not enabled!\n[ 0.639042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670604] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697505] Linux agpgart interface v0.103\n[ 0.699774] brd: module loaded\n[ 0.701164] loop: module loaded\n[ 0.705985] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707905] GPT:90111 != 2097151\n[ 0.708784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.710243] GPT:90111 != 2097151\n[ 0.711113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.712384] vda: vda1 vda15\n[ 0.713950] scsi host0: ata_piix\n[ 0.714929] scsi host1: ata_piix\n[ 0.715832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.717465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719321] libphy: Fixed MDIO Bus: probed\n[ 0.720388] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724234] PPP generic driver version 2.4.2\n[ 0.725411] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727053] ehci-pci: EHCI PCI platform driver\n[ 0.728232] ehci-platform: EHCI generic platform driver\n[ 0.729564] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731099] ohci-pci: OHCI PCI platform driver\n[ 0.732266] ohci-platform: OHCI generic platform driver\n[ 0.733596] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749411] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751310] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757654] usb usb1: Product: UHCI Host Controller\n[ 0.758968] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760495] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761732] hub 1-0:1.0: USB hub found\n[ 0.762775] hub 1-0:1.0: 2 ports detected\n[ 0.763922] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769151] mousedev: PS/2 mouse device common for all mice\n[ 0.770755] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.774503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.777671] i2c /dev entries driver\n[ 0.778657] device-mapper: uevent: version 1.0.3\n[ 0.779874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782018] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783674] NET: Registered protocol family 10\n[ 0.784933] NET: Registered protocol family 17\n[ 0.786090] Key type dns_resolver registered\n[ 0.787286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788734] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791020] registered taskstats version 1\n[ 0.792102] Loading compiled-in X.509 certificates\n[ 0.793833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796303] zswap: loaded using pool lzo/zbud\n[ 0.797939] Key type trusted registered\n[ 0.800100] Key type encrypted registered\n[ 0.801201] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802632] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804005] evm: HMAC attrs: 0x1\n[ 0.805133] Magic number: 6:196:188\n[ 0.806151] acpi device:1a: hash matches\n[ 0.807264] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:30 UTC (1539191370)\n[ 0.809354] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810846] EDD information not available.\n[ 0.879277] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.891215] Write protecting the kernel read-only data: 14336k\n[ 0.893152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895527] 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.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... [ 1.350373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCEmDa1FbKs/P4YYLZ7MJWf39vujGj4DyGLmOhkwDzCHMe4o+7LPNASEN5Xa9VCvV4o2YnV7dac27TqkuCmES5pMJn6qiXKv61VwTKiCWOJd1CveAUmkAyij90ntynCrtmWCwwkgyGocjV/EOnppak0sEPNn0kLVjhGS3jncEhWXqu8olcxvDeSnBufpWioHCZlY5YtIKag4KiFiZqRGjtRNos2b1i/ur2OqOLzNDMIQLSM9AMRU5Fk6174hHqBqC86tm2UxFEtw7KrSVcbD2t8oX6X3ufjpMS+D4l9UyvmYg6Mpbqug+wMjt/SkcYcHvltWBp+giCqw1iT4mbypdX5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOhN8X0IB2CQmprgCZNzGUYQ+Wha7LxervH4Bd2DU0TjAQ3x388gXhkQN+a3oFXxsYJMNmEAiLvReyqsNmZIveNI0Gple7TZ/3+BvOZRvce99CzfJ8s+qHVarqS/M9tPhSap2FUNt79oQWY9xDjM4070W+Qa87cAcmZQnaCAz3pjAAAAFQDzZyUFbeSpKP0KQWgXCU6TLmI9+QAAAIARwWtXZaoInp7L48I0CCDHS+VSadZNZ6QlzwEYDntWG+WWQjHXBGxl9KG5yMF/ACNZ0GYvg86/S3zxQWUJkhLUu1XCb57obfaQNL5vIqXfNmCUvHnSX6q9EsNJAOiTlKN8DqmWUG+M8KIcCD5IlKT7E3Mk5quUzRYKHSlcoR895QAAAIEAyWVSRgUuuiUz4FTQ5gyEsD0pb4s4DCKc95cAtlg97JwKrHnecDjgp5xYcBCiae8bUFFbOiEJBkGuNQxvZysR2Le1jWlzsnMDO3pTnYsinj7hsu70zlSea5QfJ/Y6w1l+q+wLIKw11fDeLqXU3+fr+SMwQTk6OD95Drac1QDRuu8= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:a22c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.83s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:A2:2C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:a22c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10764 (10.5 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:10:53,089 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action used request id req-fe0d57da-d6a4-4951-8717-0c96b0a13127 2018-10-10 17:10:55,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:56,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-bc8effd4-9487-45ef-999c-c8c3bc7d2537 x-compute-request-id: req-bc8effd4-9487-45ef-999c-c8c3bc7d2537 Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519880671 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.167075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.169305] pid_max: default: 32768 minimum: 301\n[ 0.170517] ACPI: Core revision 20150930\n[ 0.172163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173911] Security Framework initialized\n[ 0.175008] Yama: becoming mindful.\n[ 0.175970] AppArmor: AppArmor initialized\n[ 0.177094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178899] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.182300] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184158] Initializing cgroup subsys io\n[ 0.185234] Initializing cgroup subsys memory\n[ 0.186388] Initializing cgroup subsys devices\n[ 0.187552] Initializing cgroup subsys freezer\n[ 0.188725] Initializing cgroup subsys net_cls\n[ 0.189897] Initializing cgroup subsys perf_event\n[ 0.191124] Initializing cgroup subsys net_prio\n[ 0.192302] Initializing cgroup subsys hugetlb\n[ 0.193461] Initializing cgroup subsys pids\n[ 0.194613] CPU: Physical Processor ID: 0\n[ 0.196402] mce: CPU supports 10 MCE banks\n[ 0.197521] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218584] ftrace: allocating 31920 entries in 125 pages\n[ 0.244901] smpboot: Max logical packages: 1\n[ 0.246061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247864] x2apic enabled\n[ 0.248858] Switched APIC routing to physical x2apic.\n[ 0.250949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257469] KVM setup paravirtual spinlock\n[ 0.259023] x86: Booted up 1 node, 1 CPUs\n[ 0.260093] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261922] devtmpfs: initialized\n[ 0.263859] evm: security.selinux\n[ 0.264778] evm: security.SMACK64\n[ 0.265689] evm: security.SMACK64EXEC\n[ 0.266677] evm: security.SMACK64TRANSMUTE\n[ 0.267751] evm: security.SMACK64MMAP\n[ 0.268733] evm: security.ima\n[ 0.269566] evm: security.capability\n[ 0.270602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273090] pinctrl core: initialized pinctrl subsystem\n[ 0.274529] RTC time: 17:09:29, date: 10/10/18\n[ 0.275765] NET: Registered protocol family 16\n[ 0.277021] cpuidle: using governor ladder\n[ 0.278125] cpuidle: using governor menu\n[ 0.279176] PCCT header not found.\n[ 0.280147] ACPI: bus type PCI registered\n[ 0.281217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282886] PCI: Using configuration type 1 for base access\n[ 0.285004] ACPI: Added _OSI(Module Device)\n[ 0.286141] ACPI: Added _OSI(Processor Device)\n[ 0.287300] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288513] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290979] ACPI: Interpreter enabled\n[ 0.292002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301937] ACPI: (supports S0 S5)\n[ 0.302867] ACPI: Using IOAPIC for interrupt routing\n[ 0.304142] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311078] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315695] acpiphp: Slot [3] registered\n[ 0.316754] acpiphp: Slot [4] registered\n[ 0.317810] acpiphp: Slot [5] registered\n[ 0.318868] acpiphp: Slot [6] registered\n[ 0.319929] acpiphp: Slot [7] registered\n[ 0.320988] acpiphp: Slot [8] registered\n[ 0.322044] acpiphp: Slot [9] registered\n[ 0.323095] acpiphp: Slot [10] registered\n[ 0.324179] acpiphp: Slot [11] registered\n[ 0.325257] acpiphp: Slot [12] registered\n[ 0.326331] acpiphp: Slot [13] registered\n[ 0.327402] acpiphp: Slot [14] registered\n[ 0.328485] acpiphp: Slot [15] registered\n[ 0.339533] acpiphp: Slot [16] registered\n[ 0.340615] acpiphp: Slot [17] registered\n[ 0.341693] acpiphp: Slot [18] registered\n[ 0.342767] acpiphp: Slot [19] registered\n[ 0.343846] acpiphp: Slot [20] registered\n[ 0.344924] acpiphp: Slot [21] registered\n[ 0.345997] acpiphp: Slot [22] registered\n[ 0.347072] acpiphp: Slot [23] registered\n[ 0.348160] acpiphp: Slot [24] registered\n[ 0.349237] acpiphp: Slot [25] registered\n[ 0.350307] acpiphp: Slot [26] registered\n[ 0.351377] acpiphp: Slot [27] registered\n[ 0.352458] acpiphp: Slot [28] registered\n[ 0.353534] acpiphp: Slot [29] registered\n[ 0.354608] acpiphp: Slot [30] registered\n[ 0.355683] acpiphp: Slot [31] registered\n[ 0.356760] PCI host bridge to bus 0000:00\n[ 0.357842] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359501] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363100] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365035] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.371631] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375024] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.376772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383994] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434759] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439352] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441144] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444220] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447731] vgaarb: loaded\n[ 0.448518] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450007] SCSI subsystem initialized\n[ 0.451051] ACPI: bus type USB registered\n[ 0.452128] usbcore: registered new interface driver usbfs\n[ 0.453491] usbcore: registered new interface driver hub\n[ 0.454840] usbcore: registered new device driver usb\n[ 0.456235] PCI: Using ACPI for IRQ routing\n[ 0.457541] NetLabel: Initializing\n[ 0.458494] NetLabel: domain hash size = 128\n[ 0.459603] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460858] NetLabel: unlabeled traffic allowed by default\n[ 0.462335] clocksource: Switched to clocksource kvm-clock\n[ 0.468097] AppArmor: AppArmor Filesystem Enabled\n[ 0.469390] pnp: PnP ACPI init\n[ 0.470554] pnp: PnP ACPI: found 5 devices\n[ 0.477180] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479486] NET: Registered protocol family 2\n[ 0.480744] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484068] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485643] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487097] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488675] NET: Registered protocol family 1\n[ 0.489831] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491310] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492764] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521398] Trying to unpack rootfs image as initramfs...\n[ 0.571275] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587605] Scanning for low memory corruption every 60 seconds\n[ 0.589776] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.591347] audit: initializing netlink subsys (disabled)\n[ 0.592732] audit: type=2000 audit(1539191370.364:1): initialized\n[ 0.594456] Initialise system trusted keyring\n[ 0.595680] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599665] zbud: loaded\n[ 0.600552] VFS: Disk quotas dquot_6.6.0\n[ 0.601729] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604046] fuse init (API version 7.23)\n[ 0.605398] Key type big_key registered\n[ 0.606584] Allocating IMA MOK and blacklist keyrings.\n[ 0.608334] Key type asymmetric registered\n[ 0.609704] Asymmetric key parser 'x509' registered\n[ 0.611217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613891] io scheduler noop registered\n[ 0.615106] io scheduler deadline registered (default)\n[ 0.616748] io scheduler cfq registered\n[ 0.618031] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619840] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624001] ACPI: Power Button [PWRF]\n[ 0.625079] GHES: HEST is not enabled!\n[ 0.639042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670604] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697505] Linux agpgart interface v0.103\n[ 0.699774] brd: module loaded\n[ 0.701164] loop: module loaded\n[ 0.705985] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707905] GPT:90111 != 2097151\n[ 0.708784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.710243] GPT:90111 != 2097151\n[ 0.711113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.712384] vda: vda1 vda15\n[ 0.713950] scsi host0: ata_piix\n[ 0.714929] scsi host1: ata_piix\n[ 0.715832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.717465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719321] libphy: Fixed MDIO Bus: probed\n[ 0.720388] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724234] PPP generic driver version 2.4.2\n[ 0.725411] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727053] ehci-pci: EHCI PCI platform driver\n[ 0.728232] ehci-platform: EHCI generic platform driver\n[ 0.729564] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731099] ohci-pci: OHCI PCI platform driver\n[ 0.732266] ohci-platform: OHCI generic platform driver\n[ 0.733596] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749411] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751310] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757654] usb usb1: Product: UHCI Host Controller\n[ 0.758968] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760495] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761732] hub 1-0:1.0: USB hub found\n[ 0.762775] hub 1-0:1.0: 2 ports detected\n[ 0.763922] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769151] mousedev: PS/2 mouse device common for all mice\n[ 0.770755] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.774503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.777671] i2c /dev entries driver\n[ 0.778657] device-mapper: uevent: version 1.0.3\n[ 0.779874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782018] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783674] NET: Registered protocol family 10\n[ 0.784933] NET: Registered protocol family 17\n[ 0.786090] Key type dns_resolver registered\n[ 0.787286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788734] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791020] registered taskstats version 1\n[ 0.792102] Loading compiled-in X.509 certificates\n[ 0.793833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796303] zswap: loaded using pool lzo/zbud\n[ 0.797939] Key type trusted registered\n[ 0.800100] Key type encrypted registered\n[ 0.801201] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802632] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804005] evm: HMAC attrs: 0x1\n[ 0.805133] Magic number: 6:196:188\n[ 0.806151] acpi device:1a: hash matches\n[ 0.807264] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:30 UTC (1539191370)\n[ 0.809354] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810846] EDD information not available.\n[ 0.879277] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.891215] Write protecting the kernel read-only data: 14336k\n[ 0.893152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895527] 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.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... [ 1.350373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCEmDa1FbKs/P4YYLZ7MJWf39vujGj4DyGLmOhkwDzCHMe4o+7LPNASEN5Xa9VCvV4o2YnV7dac27TqkuCmES5pMJn6qiXKv61VwTKiCWOJd1CveAUmkAyij90ntynCrtmWCwwkgyGocjV/EOnppak0sEPNn0kLVjhGS3jncEhWXqu8olcxvDeSnBufpWioHCZlY5YtIKag4KiFiZqRGjtRNos2b1i/ur2OqOLzNDMIQLSM9AMRU5Fk6174hHqBqC86tm2UxFEtw7KrSVcbD2t8oX6X3ufjpMS+D4l9UyvmYg6Mpbqug+wMjt/SkcYcHvltWBp+giCqw1iT4mbypdX5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOhN8X0IB2CQmprgCZNzGUYQ+Wha7LxervH4Bd2DU0TjAQ3x388gXhkQN+a3oFXxsYJMNmEAiLvReyqsNmZIveNI0Gple7TZ/3+BvOZRvce99CzfJ8s+qHVarqS/M9tPhSap2FUNt79oQWY9xDjM4070W+Qa87cAcmZQnaCAz3pjAAAAFQDzZyUFbeSpKP0KQWgXCU6TLmI9+QAAAIARwWtXZaoInp7L48I0CCDHS+VSadZNZ6QlzwEYDntWG+WWQjHXBGxl9KG5yMF/ACNZ0GYvg86/S3zxQWUJkhLUu1XCb57obfaQNL5vIqXfNmCUvHnSX6q9EsNJAOiTlKN8DqmWUG+M8KIcCD5IlKT7E3Mk5quUzRYKHSlcoR895QAAAIEAyWVSRgUuuiUz4FTQ5gyEsD0pb4s4DCKc95cAtlg97JwKrHnecDjgp5xYcBCiae8bUFFbOiEJBkGuNQxvZysR2Le1jWlzsnMDO3pTnYsinj7hsu70zlSea5QfJ/Y6w1l+q+wLIKw11fDeLqXU3+fr+SMwQTk6OD95Drac1QDRuu8= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:a22c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.83s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:A2:2C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:a22c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10764 (10.5 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:10:56,187 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action used request id req-bc8effd4-9487-45ef-999c-c8c3bc7d2537 2018-10-10 17:10:58,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:10:59,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:10: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-08e106b5-6ae5-4909-af96-b6f060d0c380 x-compute-request-id: req-08e106b5-6ae5-4909-af96-b6f060d0c380 Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519880671 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.167075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.169305] pid_max: default: 32768 minimum: 301\n[ 0.170517] ACPI: Core revision 20150930\n[ 0.172163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173911] Security Framework initialized\n[ 0.175008] Yama: becoming mindful.\n[ 0.175970] AppArmor: AppArmor initialized\n[ 0.177094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178899] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.182300] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184158] Initializing cgroup subsys io\n[ 0.185234] Initializing cgroup subsys memory\n[ 0.186388] Initializing cgroup subsys devices\n[ 0.187552] Initializing cgroup subsys freezer\n[ 0.188725] Initializing cgroup subsys net_cls\n[ 0.189897] Initializing cgroup subsys perf_event\n[ 0.191124] Initializing cgroup subsys net_prio\n[ 0.192302] Initializing cgroup subsys hugetlb\n[ 0.193461] Initializing cgroup subsys pids\n[ 0.194613] CPU: Physical Processor ID: 0\n[ 0.196402] mce: CPU supports 10 MCE banks\n[ 0.197521] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218584] ftrace: allocating 31920 entries in 125 pages\n[ 0.244901] smpboot: Max logical packages: 1\n[ 0.246061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247864] x2apic enabled\n[ 0.248858] Switched APIC routing to physical x2apic.\n[ 0.250949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257469] KVM setup paravirtual spinlock\n[ 0.259023] x86: Booted up 1 node, 1 CPUs\n[ 0.260093] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261922] devtmpfs: initialized\n[ 0.263859] evm: security.selinux\n[ 0.264778] evm: security.SMACK64\n[ 0.265689] evm: security.SMACK64EXEC\n[ 0.266677] evm: security.SMACK64TRANSMUTE\n[ 0.267751] evm: security.SMACK64MMAP\n[ 0.268733] evm: security.ima\n[ 0.269566] evm: security.capability\n[ 0.270602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273090] pinctrl core: initialized pinctrl subsystem\n[ 0.274529] RTC time: 17:09:29, date: 10/10/18\n[ 0.275765] NET: Registered protocol family 16\n[ 0.277021] cpuidle: using governor ladder\n[ 0.278125] cpuidle: using governor menu\n[ 0.279176] PCCT header not found.\n[ 0.280147] ACPI: bus type PCI registered\n[ 0.281217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282886] PCI: Using configuration type 1 for base access\n[ 0.285004] ACPI: Added _OSI(Module Device)\n[ 0.286141] ACPI: Added _OSI(Processor Device)\n[ 0.287300] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288513] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290979] ACPI: Interpreter enabled\n[ 0.292002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301937] ACPI: (supports S0 S5)\n[ 0.302867] ACPI: Using IOAPIC for interrupt routing\n[ 0.304142] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311078] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315695] acpiphp: Slot [3] registered\n[ 0.316754] acpiphp: Slot [4] registered\n[ 0.317810] acpiphp: Slot [5] registered\n[ 0.318868] acpiphp: Slot [6] registered\n[ 0.319929] acpiphp: Slot [7] registered\n[ 0.320988] acpiphp: Slot [8] registered\n[ 0.322044] acpiphp: Slot [9] registered\n[ 0.323095] acpiphp: Slot [10] registered\n[ 0.324179] acpiphp: Slot [11] registered\n[ 0.325257] acpiphp: Slot [12] registered\n[ 0.326331] acpiphp: Slot [13] registered\n[ 0.327402] acpiphp: Slot [14] registered\n[ 0.328485] acpiphp: Slot [15] registered\n[ 0.339533] acpiphp: Slot [16] registered\n[ 0.340615] acpiphp: Slot [17] registered\n[ 0.341693] acpiphp: Slot [18] registered\n[ 0.342767] acpiphp: Slot [19] registered\n[ 0.343846] acpiphp: Slot [20] registered\n[ 0.344924] acpiphp: Slot [21] registered\n[ 0.345997] acpiphp: Slot [22] registered\n[ 0.347072] acpiphp: Slot [23] registered\n[ 0.348160] acpiphp: Slot [24] registered\n[ 0.349237] acpiphp: Slot [25] registered\n[ 0.350307] acpiphp: Slot [26] registered\n[ 0.351377] acpiphp: Slot [27] registered\n[ 0.352458] acpiphp: Slot [28] registered\n[ 0.353534] acpiphp: Slot [29] registered\n[ 0.354608] acpiphp: Slot [30] registered\n[ 0.355683] acpiphp: Slot [31] registered\n[ 0.356760] PCI host bridge to bus 0000:00\n[ 0.357842] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359501] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363100] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365035] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.371631] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375024] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.376772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383994] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434759] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439352] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441144] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444220] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447731] vgaarb: loaded\n[ 0.448518] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450007] SCSI subsystem initialized\n[ 0.451051] ACPI: bus type USB registered\n[ 0.452128] usbcore: registered new interface driver usbfs\n[ 0.453491] usbcore: registered new interface driver hub\n[ 0.454840] usbcore: registered new device driver usb\n[ 0.456235] PCI: Using ACPI for IRQ routing\n[ 0.457541] NetLabel: Initializing\n[ 0.458494] NetLabel: domain hash size = 128\n[ 0.459603] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460858] NetLabel: unlabeled traffic allowed by default\n[ 0.462335] clocksource: Switched to clocksource kvm-clock\n[ 0.468097] AppArmor: AppArmor Filesystem Enabled\n[ 0.469390] pnp: PnP ACPI init\n[ 0.470554] pnp: PnP ACPI: found 5 devices\n[ 0.477180] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479486] NET: Registered protocol family 2\n[ 0.480744] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484068] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485643] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487097] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488675] NET: Registered protocol family 1\n[ 0.489831] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491310] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492764] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521398] Trying to unpack rootfs image as initramfs...\n[ 0.571275] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587605] Scanning for low memory corruption every 60 seconds\n[ 0.589776] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.591347] audit: initializing netlink subsys (disabled)\n[ 0.592732] audit: type=2000 audit(1539191370.364:1): initialized\n[ 0.594456] Initialise system trusted keyring\n[ 0.595680] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599665] zbud: loaded\n[ 0.600552] VFS: Disk quotas dquot_6.6.0\n[ 0.601729] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604046] fuse init (API version 7.23)\n[ 0.605398] Key type big_key registered\n[ 0.606584] Allocating IMA MOK and blacklist keyrings.\n[ 0.608334] Key type asymmetric registered\n[ 0.609704] Asymmetric key parser 'x509' registered\n[ 0.611217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613891] io scheduler noop registered\n[ 0.615106] io scheduler deadline registered (default)\n[ 0.616748] io scheduler cfq registered\n[ 0.618031] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619840] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624001] ACPI: Power Button [PWRF]\n[ 0.625079] GHES: HEST is not enabled!\n[ 0.639042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670604] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697505] Linux agpgart interface v0.103\n[ 0.699774] brd: module loaded\n[ 0.701164] loop: module loaded\n[ 0.705985] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707905] GPT:90111 != 2097151\n[ 0.708784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.710243] GPT:90111 != 2097151\n[ 0.711113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.712384] vda: vda1 vda15\n[ 0.713950] scsi host0: ata_piix\n[ 0.714929] scsi host1: ata_piix\n[ 0.715832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.717465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719321] libphy: Fixed MDIO Bus: probed\n[ 0.720388] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724234] PPP generic driver version 2.4.2\n[ 0.725411] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727053] ehci-pci: EHCI PCI platform driver\n[ 0.728232] ehci-platform: EHCI generic platform driver\n[ 0.729564] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731099] ohci-pci: OHCI PCI platform driver\n[ 0.732266] ohci-platform: OHCI generic platform driver\n[ 0.733596] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749411] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751310] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757654] usb usb1: Product: UHCI Host Controller\n[ 0.758968] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760495] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761732] hub 1-0:1.0: USB hub found\n[ 0.762775] hub 1-0:1.0: 2 ports detected\n[ 0.763922] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769151] mousedev: PS/2 mouse device common for all mice\n[ 0.770755] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.774503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.777671] i2c /dev entries driver\n[ 0.778657] device-mapper: uevent: version 1.0.3\n[ 0.779874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782018] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783674] NET: Registered protocol family 10\n[ 0.784933] NET: Registered protocol family 17\n[ 0.786090] Key type dns_resolver registered\n[ 0.787286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788734] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791020] registered taskstats version 1\n[ 0.792102] Loading compiled-in X.509 certificates\n[ 0.793833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796303] zswap: loaded using pool lzo/zbud\n[ 0.797939] Key type trusted registered\n[ 0.800100] Key type encrypted registered\n[ 0.801201] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802632] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804005] evm: HMAC attrs: 0x1\n[ 0.805133] Magic number: 6:196:188\n[ 0.806151] acpi device:1a: hash matches\n[ 0.807264] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:30 UTC (1539191370)\n[ 0.809354] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810846] EDD information not available.\n[ 0.879277] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.891215] Write protecting the kernel read-only data: 14336k\n[ 0.893152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895527] 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.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... [ 1.350373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCEmDa1FbKs/P4YYLZ7MJWf39vujGj4DyGLmOhkwDzCHMe4o+7LPNASEN5Xa9VCvV4o2YnV7dac27TqkuCmES5pMJn6qiXKv61VwTKiCWOJd1CveAUmkAyij90ntynCrtmWCwwkgyGocjV/EOnppak0sEPNn0kLVjhGS3jncEhWXqu8olcxvDeSnBufpWioHCZlY5YtIKag4KiFiZqRGjtRNos2b1i/ur2OqOLzNDMIQLSM9AMRU5Fk6174hHqBqC86tm2UxFEtw7KrSVcbD2t8oX6X3ufjpMS+D4l9UyvmYg6Mpbqug+wMjt/SkcYcHvltWBp+giCqw1iT4mbypdX5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOhN8X0IB2CQmprgCZNzGUYQ+Wha7LxervH4Bd2DU0TjAQ3x388gXhkQN+a3oFXxsYJMNmEAiLvReyqsNmZIveNI0Gple7TZ/3+BvOZRvce99CzfJ8s+qHVarqS/M9tPhSap2FUNt79oQWY9xDjM4070W+Qa87cAcmZQnaCAz3pjAAAAFQDzZyUFbeSpKP0KQWgXCU6TLmI9+QAAAIARwWtXZaoInp7L48I0CCDHS+VSadZNZ6QlzwEYDntWG+WWQjHXBGxl9KG5yMF/ACNZ0GYvg86/S3zxQWUJkhLUu1XCb57obfaQNL5vIqXfNmCUvHnSX6q9EsNJAOiTlKN8DqmWUG+M8KIcCD5IlKT7E3Mk5quUzRYKHSlcoR895QAAAIEAyWVSRgUuuiUz4FTQ5gyEsD0pb4s4DCKc95cAtlg97JwKrHnecDjgp5xYcBCiae8bUFFbOiEJBkGuNQxvZysR2Le1jWlzsnMDO3pTnYsinj7hsu70zlSea5QfJ/Y6w1l+q+wLIKw11fDeLqXU3+fr+SMwQTk6OD95Drac1QDRuu8= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:a22c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.83s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:A2:2C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:a22c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10764 (10.5 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:10:59,281 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action used request id req-08e106b5-6ae5-4909-af96-b6f060d0c380 2018-10-10 17:11:01,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:11:02,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-fdf8a431-4d19-4ac0-b269-4d9db1d1ff02 x-compute-request-id: req-fdf8a431-4d19-4ac0-b269-4d9db1d1ff02 Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519880671 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.167075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.169305] pid_max: default: 32768 minimum: 301\n[ 0.170517] ACPI: Core revision 20150930\n[ 0.172163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173911] Security Framework initialized\n[ 0.175008] Yama: becoming mindful.\n[ 0.175970] AppArmor: AppArmor initialized\n[ 0.177094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178899] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.182300] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184158] Initializing cgroup subsys io\n[ 0.185234] Initializing cgroup subsys memory\n[ 0.186388] Initializing cgroup subsys devices\n[ 0.187552] Initializing cgroup subsys freezer\n[ 0.188725] Initializing cgroup subsys net_cls\n[ 0.189897] Initializing cgroup subsys perf_event\n[ 0.191124] Initializing cgroup subsys net_prio\n[ 0.192302] Initializing cgroup subsys hugetlb\n[ 0.193461] Initializing cgroup subsys pids\n[ 0.194613] CPU: Physical Processor ID: 0\n[ 0.196402] mce: CPU supports 10 MCE banks\n[ 0.197521] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218584] ftrace: allocating 31920 entries in 125 pages\n[ 0.244901] smpboot: Max logical packages: 1\n[ 0.246061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247864] x2apic enabled\n[ 0.248858] Switched APIC routing to physical x2apic.\n[ 0.250949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257469] KVM setup paravirtual spinlock\n[ 0.259023] x86: Booted up 1 node, 1 CPUs\n[ 0.260093] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261922] devtmpfs: initialized\n[ 0.263859] evm: security.selinux\n[ 0.264778] evm: security.SMACK64\n[ 0.265689] evm: security.SMACK64EXEC\n[ 0.266677] evm: security.SMACK64TRANSMUTE\n[ 0.267751] evm: security.SMACK64MMAP\n[ 0.268733] evm: security.ima\n[ 0.269566] evm: security.capability\n[ 0.270602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273090] pinctrl core: initialized pinctrl subsystem\n[ 0.274529] RTC time: 17:09:29, date: 10/10/18\n[ 0.275765] NET: Registered protocol family 16\n[ 0.277021] cpuidle: using governor ladder\n[ 0.278125] cpuidle: using governor menu\n[ 0.279176] PCCT header not found.\n[ 0.280147] ACPI: bus type PCI registered\n[ 0.281217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282886] PCI: Using configuration type 1 for base access\n[ 0.285004] ACPI: Added _OSI(Module Device)\n[ 0.286141] ACPI: Added _OSI(Processor Device)\n[ 0.287300] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288513] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290979] ACPI: Interpreter enabled\n[ 0.292002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301937] ACPI: (supports S0 S5)\n[ 0.302867] ACPI: Using IOAPIC for interrupt routing\n[ 0.304142] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311078] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315695] acpiphp: Slot [3] registered\n[ 0.316754] acpiphp: Slot [4] registered\n[ 0.317810] acpiphp: Slot [5] registered\n[ 0.318868] acpiphp: Slot [6] registered\n[ 0.319929] acpiphp: Slot [7] registered\n[ 0.320988] acpiphp: Slot [8] registered\n[ 0.322044] acpiphp: Slot [9] registered\n[ 0.323095] acpiphp: Slot [10] registered\n[ 0.324179] acpiphp: Slot [11] registered\n[ 0.325257] acpiphp: Slot [12] registered\n[ 0.326331] acpiphp: Slot [13] registered\n[ 0.327402] acpiphp: Slot [14] registered\n[ 0.328485] acpiphp: Slot [15] registered\n[ 0.339533] acpiphp: Slot [16] registered\n[ 0.340615] acpiphp: Slot [17] registered\n[ 0.341693] acpiphp: Slot [18] registered\n[ 0.342767] acpiphp: Slot [19] registered\n[ 0.343846] acpiphp: Slot [20] registered\n[ 0.344924] acpiphp: Slot [21] registered\n[ 0.345997] acpiphp: Slot [22] registered\n[ 0.347072] acpiphp: Slot [23] registered\n[ 0.348160] acpiphp: Slot [24] registered\n[ 0.349237] acpiphp: Slot [25] registered\n[ 0.350307] acpiphp: Slot [26] registered\n[ 0.351377] acpiphp: Slot [27] registered\n[ 0.352458] acpiphp: Slot [28] registered\n[ 0.353534] acpiphp: Slot [29] registered\n[ 0.354608] acpiphp: Slot [30] registered\n[ 0.355683] acpiphp: Slot [31] registered\n[ 0.356760] PCI host bridge to bus 0000:00\n[ 0.357842] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359501] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363100] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365035] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.371631] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375024] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.376772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383994] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434759] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439352] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441144] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444220] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447731] vgaarb: loaded\n[ 0.448518] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450007] SCSI subsystem initialized\n[ 0.451051] ACPI: bus type USB registered\n[ 0.452128] usbcore: registered new interface driver usbfs\n[ 0.453491] usbcore: registered new interface driver hub\n[ 0.454840] usbcore: registered new device driver usb\n[ 0.456235] PCI: Using ACPI for IRQ routing\n[ 0.457541] NetLabel: Initializing\n[ 0.458494] NetLabel: domain hash size = 128\n[ 0.459603] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460858] NetLabel: unlabeled traffic allowed by default\n[ 0.462335] clocksource: Switched to clocksource kvm-clock\n[ 0.468097] AppArmor: AppArmor Filesystem Enabled\n[ 0.469390] pnp: PnP ACPI init\n[ 0.470554] pnp: PnP ACPI: found 5 devices\n[ 0.477180] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479486] NET: Registered protocol family 2\n[ 0.480744] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484068] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485643] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487097] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488675] NET: Registered protocol family 1\n[ 0.489831] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491310] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492764] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521398] Trying to unpack rootfs image as initramfs...\n[ 0.571275] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587605] Scanning for low memory corruption every 60 seconds\n[ 0.589776] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.591347] audit: initializing netlink subsys (disabled)\n[ 0.592732] audit: type=2000 audit(1539191370.364:1): initialized\n[ 0.594456] Initialise system trusted keyring\n[ 0.595680] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599665] zbud: loaded\n[ 0.600552] VFS: Disk quotas dquot_6.6.0\n[ 0.601729] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604046] fuse init (API version 7.23)\n[ 0.605398] Key type big_key registered\n[ 0.606584] Allocating IMA MOK and blacklist keyrings.\n[ 0.608334] Key type asymmetric registered\n[ 0.609704] Asymmetric key parser 'x509' registered\n[ 0.611217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613891] io scheduler noop registered\n[ 0.615106] io scheduler deadline registered (default)\n[ 0.616748] io scheduler cfq registered\n[ 0.618031] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619840] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624001] ACPI: Power Button [PWRF]\n[ 0.625079] GHES: HEST is not enabled!\n[ 0.639042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670604] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697505] Linux agpgart interface v0.103\n[ 0.699774] brd: module loaded\n[ 0.701164] loop: module loaded\n[ 0.705985] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707905] GPT:90111 != 2097151\n[ 0.708784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.710243] GPT:90111 != 2097151\n[ 0.711113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.712384] vda: vda1 vda15\n[ 0.713950] scsi host0: ata_piix\n[ 0.714929] scsi host1: ata_piix\n[ 0.715832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.717465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719321] libphy: Fixed MDIO Bus: probed\n[ 0.720388] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724234] PPP generic driver version 2.4.2\n[ 0.725411] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727053] ehci-pci: EHCI PCI platform driver\n[ 0.728232] ehci-platform: EHCI generic platform driver\n[ 0.729564] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731099] ohci-pci: OHCI PCI platform driver\n[ 0.732266] ohci-platform: OHCI generic platform driver\n[ 0.733596] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749411] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751310] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757654] usb usb1: Product: UHCI Host Controller\n[ 0.758968] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760495] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761732] hub 1-0:1.0: USB hub found\n[ 0.762775] hub 1-0:1.0: 2 ports detected\n[ 0.763922] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769151] mousedev: PS/2 mouse device common for all mice\n[ 0.770755] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.774503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.777671] i2c /dev entries driver\n[ 0.778657] device-mapper: uevent: version 1.0.3\n[ 0.779874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782018] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783674] NET: Registered protocol family 10\n[ 0.784933] NET: Registered protocol family 17\n[ 0.786090] Key type dns_resolver registered\n[ 0.787286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788734] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791020] registered taskstats version 1\n[ 0.792102] Loading compiled-in X.509 certificates\n[ 0.793833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796303] zswap: loaded using pool lzo/zbud\n[ 0.797939] Key type trusted registered\n[ 0.800100] Key type encrypted registered\n[ 0.801201] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802632] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804005] evm: HMAC attrs: 0x1\n[ 0.805133] Magic number: 6:196:188\n[ 0.806151] acpi device:1a: hash matches\n[ 0.807264] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:30 UTC (1539191370)\n[ 0.809354] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810846] EDD information not available.\n[ 0.879277] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.891215] Write protecting the kernel read-only data: 14336k\n[ 0.893152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895527] 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.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... [ 1.350373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCEmDa1FbKs/P4YYLZ7MJWf39vujGj4DyGLmOhkwDzCHMe4o+7LPNASEN5Xa9VCvV4o2YnV7dac27TqkuCmES5pMJn6qiXKv61VwTKiCWOJd1CveAUmkAyij90ntynCrtmWCwwkgyGocjV/EOnppak0sEPNn0kLVjhGS3jncEhWXqu8olcxvDeSnBufpWioHCZlY5YtIKag4KiFiZqRGjtRNos2b1i/ur2OqOLzNDMIQLSM9AMRU5Fk6174hHqBqC86tm2UxFEtw7KrSVcbD2t8oX6X3ufjpMS+D4l9UyvmYg6Mpbqug+wMjt/SkcYcHvltWBp+giCqw1iT4mbypdX5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOhN8X0IB2CQmprgCZNzGUYQ+Wha7LxervH4Bd2DU0TjAQ3x388gXhkQN+a3oFXxsYJMNmEAiLvReyqsNmZIveNI0Gple7TZ/3+BvOZRvce99CzfJ8s+qHVarqS/M9tPhSap2FUNt79oQWY9xDjM4070W+Qa87cAcmZQnaCAz3pjAAAAFQDzZyUFbeSpKP0KQWgXCU6TLmI9+QAAAIARwWtXZaoInp7L48I0CCDHS+VSadZNZ6QlzwEYDntWG+WWQjHXBGxl9KG5yMF/ACNZ0GYvg86/S3zxQWUJkhLUu1XCb57obfaQNL5vIqXfNmCUvHnSX6q9EsNJAOiTlKN8DqmWUG+M8KIcCD5IlKT7E3Mk5quUzRYKHSlcoR895QAAAIEAyWVSRgUuuiUz4FTQ5gyEsD0pb4s4DCKc95cAtlg97JwKrHnecDjgp5xYcBCiae8bUFFbOiEJBkGuNQxvZysR2Le1jWlzsnMDO3pTnYsinj7hsu70zlSea5QfJ/Y6w1l+q+wLIKw11fDeLqXU3+fr+SMwQTk6OD95Drac1QDRuu8= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:a22c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.83s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:A2:2C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:a22c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10764 (10.5 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:11:02,374 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action used request id req-fdf8a431-4d19-4ac0-b269-4d9db1d1ff02 2018-10-10 17:11:04,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:11:05,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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,Accept-Encoding x-openstack-request-id: req-26611681-aae7-41e9-9137-1169a42daff8 x-compute-request-id: req-26611681-aae7-41e9-9137-1169a42daff8 Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519880671 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.167075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.169305] pid_max: default: 32768 minimum: 301\n[ 0.170517] ACPI: Core revision 20150930\n[ 0.172163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173911] Security Framework initialized\n[ 0.175008] Yama: becoming mindful.\n[ 0.175970] AppArmor: AppArmor initialized\n[ 0.177094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178899] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.182300] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184158] Initializing cgroup subsys io\n[ 0.185234] Initializing cgroup subsys memory\n[ 0.186388] Initializing cgroup subsys devices\n[ 0.187552] Initializing cgroup subsys freezer\n[ 0.188725] Initializing cgroup subsys net_cls\n[ 0.189897] Initializing cgroup subsys perf_event\n[ 0.191124] Initializing cgroup subsys net_prio\n[ 0.192302] Initializing cgroup subsys hugetlb\n[ 0.193461] Initializing cgroup subsys pids\n[ 0.194613] CPU: Physical Processor ID: 0\n[ 0.196402] mce: CPU supports 10 MCE banks\n[ 0.197521] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218584] ftrace: allocating 31920 entries in 125 pages\n[ 0.244901] smpboot: Max logical packages: 1\n[ 0.246061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247864] x2apic enabled\n[ 0.248858] Switched APIC routing to physical x2apic.\n[ 0.250949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257469] KVM setup paravirtual spinlock\n[ 0.259023] x86: Booted up 1 node, 1 CPUs\n[ 0.260093] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261922] devtmpfs: initialized\n[ 0.263859] evm: security.selinux\n[ 0.264778] evm: security.SMACK64\n[ 0.265689] evm: security.SMACK64EXEC\n[ 0.266677] evm: security.SMACK64TRANSMUTE\n[ 0.267751] evm: security.SMACK64MMAP\n[ 0.268733] evm: security.ima\n[ 0.269566] evm: security.capability\n[ 0.270602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273090] pinctrl core: initialized pinctrl subsystem\n[ 0.274529] RTC time: 17:09:29, date: 10/10/18\n[ 0.275765] NET: Registered protocol family 16\n[ 0.277021] cpuidle: using governor ladder\n[ 0.278125] cpuidle: using governor menu\n[ 0.279176] PCCT header not found.\n[ 0.280147] ACPI: bus type PCI registered\n[ 0.281217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282886] PCI: Using configuration type 1 for base access\n[ 0.285004] ACPI: Added _OSI(Module Device)\n[ 0.286141] ACPI: Added _OSI(Processor Device)\n[ 0.287300] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288513] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290979] ACPI: Interpreter enabled\n[ 0.292002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301937] ACPI: (supports S0 S5)\n[ 0.302867] ACPI: Using IOAPIC for interrupt routing\n[ 0.304142] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311078] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315695] acpiphp: Slot [3] registered\n[ 0.316754] acpiphp: Slot [4] registered\n[ 0.317810] acpiphp: Slot [5] registered\n[ 0.318868] acpiphp: Slot [6] registered\n[ 0.319929] acpiphp: Slot [7] registered\n[ 0.320988] acpiphp: Slot [8] registered\n[ 0.322044] acpiphp: Slot [9] registered\n[ 0.323095] acpiphp: Slot [10] registered\n[ 0.324179] acpiphp: Slot [11] registered\n[ 0.325257] acpiphp: Slot [12] registered\n[ 0.326331] acpiphp: Slot [13] registered\n[ 0.327402] acpiphp: Slot [14] registered\n[ 0.328485] acpiphp: Slot [15] registered\n[ 0.339533] acpiphp: Slot [16] registered\n[ 0.340615] acpiphp: Slot [17] registered\n[ 0.341693] acpiphp: Slot [18] registered\n[ 0.342767] acpiphp: Slot [19] registered\n[ 0.343846] acpiphp: Slot [20] registered\n[ 0.344924] acpiphp: Slot [21] registered\n[ 0.345997] acpiphp: Slot [22] registered\n[ 0.347072] acpiphp: Slot [23] registered\n[ 0.348160] acpiphp: Slot [24] registered\n[ 0.349237] acpiphp: Slot [25] registered\n[ 0.350307] acpiphp: Slot [26] registered\n[ 0.351377] acpiphp: Slot [27] registered\n[ 0.352458] acpiphp: Slot [28] registered\n[ 0.353534] acpiphp: Slot [29] registered\n[ 0.354608] acpiphp: Slot [30] registered\n[ 0.355683] acpiphp: Slot [31] registered\n[ 0.356760] PCI host bridge to bus 0000:00\n[ 0.357842] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359501] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363100] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365035] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.371631] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375024] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.376772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383994] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434759] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439352] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441144] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444220] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447731] vgaarb: loaded\n[ 0.448518] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450007] SCSI subsystem initialized\n[ 0.451051] ACPI: bus type USB registered\n[ 0.452128] usbcore: registered new interface driver usbfs\n[ 0.453491] usbcore: registered new interface driver hub\n[ 0.454840] usbcore: registered new device driver usb\n[ 0.456235] PCI: Using ACPI for IRQ routing\n[ 0.457541] NetLabel: Initializing\n[ 0.458494] NetLabel: domain hash size = 128\n[ 0.459603] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460858] NetLabel: unlabeled traffic allowed by default\n[ 0.462335] clocksource: Switched to clocksource kvm-clock\n[ 0.468097] AppArmor: AppArmor Filesystem Enabled\n[ 0.469390] pnp: PnP ACPI init\n[ 0.470554] pnp: PnP ACPI: found 5 devices\n[ 0.477180] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479486] NET: Registered protocol family 2\n[ 0.480744] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484068] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485643] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487097] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488675] NET: Registered protocol family 1\n[ 0.489831] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491310] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492764] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521398] Trying to unpack rootfs image as initramfs...\n[ 0.571275] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587605] Scanning for low memory corruption every 60 seconds\n[ 0.589776] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.591347] audit: initializing netlink subsys (disabled)\n[ 0.592732] audit: type=2000 audit(1539191370.364:1): initialized\n[ 0.594456] Initialise system trusted keyring\n[ 0.595680] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599665] zbud: loaded\n[ 0.600552] VFS: Disk quotas dquot_6.6.0\n[ 0.601729] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604046] fuse init (API version 7.23)\n[ 0.605398] Key type big_key registered\n[ 0.606584] Allocating IMA MOK and blacklist keyrings.\n[ 0.608334] Key type asymmetric registered\n[ 0.609704] Asymmetric key parser 'x509' registered\n[ 0.611217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613891] io scheduler noop registered\n[ 0.615106] io scheduler deadline registered (default)\n[ 0.616748] io scheduler cfq registered\n[ 0.618031] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619840] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624001] ACPI: Power Button [PWRF]\n[ 0.625079] GHES: HEST is not enabled!\n[ 0.639042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670604] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697505] Linux agpgart interface v0.103\n[ 0.699774] brd: module loaded\n[ 0.701164] loop: module loaded\n[ 0.705985] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707905] GPT:90111 != 2097151\n[ 0.708784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.710243] GPT:90111 != 2097151\n[ 0.711113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.712384] vda: vda1 vda15\n[ 0.713950] scsi host0: ata_piix\n[ 0.714929] scsi host1: ata_piix\n[ 0.715832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.717465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719321] libphy: Fixed MDIO Bus: probed\n[ 0.720388] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724234] PPP generic driver version 2.4.2\n[ 0.725411] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727053] ehci-pci: EHCI PCI platform driver\n[ 0.728232] ehci-platform: EHCI generic platform driver\n[ 0.729564] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731099] ohci-pci: OHCI PCI platform driver\n[ 0.732266] ohci-platform: OHCI generic platform driver\n[ 0.733596] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749411] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751310] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757654] usb usb1: Product: UHCI Host Controller\n[ 0.758968] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760495] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761732] hub 1-0:1.0: USB hub found\n[ 0.762775] hub 1-0:1.0: 2 ports detected\n[ 0.763922] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769151] mousedev: PS/2 mouse device common for all mice\n[ 0.770755] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.774503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.777671] i2c /dev entries driver\n[ 0.778657] device-mapper: uevent: version 1.0.3\n[ 0.779874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782018] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783674] NET: Registered protocol family 10\n[ 0.784933] NET: Registered protocol family 17\n[ 0.786090] Key type dns_resolver registered\n[ 0.787286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788734] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791020] registered taskstats version 1\n[ 0.792102] Loading compiled-in X.509 certificates\n[ 0.793833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796303] zswap: loaded using pool lzo/zbud\n[ 0.797939] Key type trusted registered\n[ 0.800100] Key type encrypted registered\n[ 0.801201] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802632] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804005] evm: HMAC attrs: 0x1\n[ 0.805133] Magic number: 6:196:188\n[ 0.806151] acpi device:1a: hash matches\n[ 0.807264] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:30 UTC (1539191370)\n[ 0.809354] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810846] EDD information not available.\n[ 0.879277] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.891215] Write protecting the kernel read-only data: 14336k\n[ 0.893152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895527] 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.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... [ 1.350373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCEmDa1FbKs/P4YYLZ7MJWf39vujGj4DyGLmOhkwDzCHMe4o+7LPNASEN5Xa9VCvV4o2YnV7dac27TqkuCmES5pMJn6qiXKv61VwTKiCWOJd1CveAUmkAyij90ntynCrtmWCwwkgyGocjV/EOnppak0sEPNn0kLVjhGS3jncEhWXqu8olcxvDeSnBufpWioHCZlY5YtIKag4KiFiZqRGjtRNos2b1i/ur2OqOLzNDMIQLSM9AMRU5Fk6174hHqBqC86tm2UxFEtw7KrSVcbD2t8oX6X3ufjpMS+D4l9UyvmYg6Mpbqug+wMjt/SkcYcHvltWBp+giCqw1iT4mbypdX5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOhN8X0IB2CQmprgCZNzGUYQ+Wha7LxervH4Bd2DU0TjAQ3x388gXhkQN+a3oFXxsYJMNmEAiLvReyqsNmZIveNI0Gple7TZ/3+BvOZRvce99CzfJ8s+qHVarqS/M9tPhSap2FUNt79oQWY9xDjM4070W+Qa87cAcmZQnaCAz3pjAAAAFQDzZyUFbeSpKP0KQWgXCU6TLmI9+QAAAIARwWtXZaoInp7L48I0CCDHS+VSadZNZ6QlzwEYDntWG+WWQjHXBGxl9KG5yMF/ACNZ0GYvg86/S3zxQWUJkhLUu1XCb57obfaQNL5vIqXfNmCUvHnSX6q9EsNJAOiTlKN8DqmWUG+M8KIcCD5IlKT7E3Mk5quUzRYKHSlcoR895QAAAIEAyWVSRgUuuiUz4FTQ5gyEsD0pb4s4DCKc95cAtlg97JwKrHnecDjgp5xYcBCiae8bUFFbOiEJBkGuNQxvZysR2Le1jWlzsnMDO3pTnYsinj7hsu70zlSea5QfJ/Y6w1l+q+wLIKw11fDeLqXU3+fr+SMwQTk6OD95Drac1QDRuu8= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:a22c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.83s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:A2:2C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:a22c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10764 (10.5 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:11:05,461 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action used request id req-26611681-aae7-41e9-9137-1169a42daff8 2018-10-10 17:11:07,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:11:08,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-1e1793a9-97a1-49eb-a61a-fe7406067518 x-compute-request-id: req-1e1793a9-97a1-49eb-a61a-fe7406067518 Content-Encoding: gzip Content-Length: 10125 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519880671 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.167075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.169305] pid_max: default: 32768 minimum: 301\n[ 0.170517] ACPI: Core revision 20150930\n[ 0.172163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173911] Security Framework initialized\n[ 0.175008] Yama: becoming mindful.\n[ 0.175970] AppArmor: AppArmor initialized\n[ 0.177094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178899] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.182300] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184158] Initializing cgroup subsys io\n[ 0.185234] Initializing cgroup subsys memory\n[ 0.186388] Initializing cgroup subsys devices\n[ 0.187552] Initializing cgroup subsys freezer\n[ 0.188725] Initializing cgroup subsys net_cls\n[ 0.189897] Initializing cgroup subsys perf_event\n[ 0.191124] Initializing cgroup subsys net_prio\n[ 0.192302] Initializing cgroup subsys hugetlb\n[ 0.193461] Initializing cgroup subsys pids\n[ 0.194613] CPU: Physical Processor ID: 0\n[ 0.196402] mce: CPU supports 10 MCE banks\n[ 0.197521] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218584] ftrace: allocating 31920 entries in 125 pages\n[ 0.244901] smpboot: Max logical packages: 1\n[ 0.246061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247864] x2apic enabled\n[ 0.248858] Switched APIC routing to physical x2apic.\n[ 0.250949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257469] KVM setup paravirtual spinlock\n[ 0.259023] x86: Booted up 1 node, 1 CPUs\n[ 0.260093] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261922] devtmpfs: initialized\n[ 0.263859] evm: security.selinux\n[ 0.264778] evm: security.SMACK64\n[ 0.265689] evm: security.SMACK64EXEC\n[ 0.266677] evm: security.SMACK64TRANSMUTE\n[ 0.267751] evm: security.SMACK64MMAP\n[ 0.268733] evm: security.ima\n[ 0.269566] evm: security.capability\n[ 0.270602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273090] pinctrl core: initialized pinctrl subsystem\n[ 0.274529] RTC time: 17:09:29, date: 10/10/18\n[ 0.275765] NET: Registered protocol family 16\n[ 0.277021] cpuidle: using governor ladder\n[ 0.278125] cpuidle: using governor menu\n[ 0.279176] PCCT header not found.\n[ 0.280147] ACPI: bus type PCI registered\n[ 0.281217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282886] PCI: Using configuration type 1 for base access\n[ 0.285004] ACPI: Added _OSI(Module Device)\n[ 0.286141] ACPI: Added _OSI(Processor Device)\n[ 0.287300] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288513] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290979] ACPI: Interpreter enabled\n[ 0.292002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301937] ACPI: (supports S0 S5)\n[ 0.302867] ACPI: Using IOAPIC for interrupt routing\n[ 0.304142] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311078] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315695] acpiphp: Slot [3] registered\n[ 0.316754] acpiphp: Slot [4] registered\n[ 0.317810] acpiphp: Slot [5] registered\n[ 0.318868] acpiphp: Slot [6] registered\n[ 0.319929] acpiphp: Slot [7] registered\n[ 0.320988] acpiphp: Slot [8] registered\n[ 0.322044] acpiphp: Slot [9] registered\n[ 0.323095] acpiphp: Slot [10] registered\n[ 0.324179] acpiphp: Slot [11] registered\n[ 0.325257] acpiphp: Slot [12] registered\n[ 0.326331] acpiphp: Slot [13] registered\n[ 0.327402] acpiphp: Slot [14] registered\n[ 0.328485] acpiphp: Slot [15] registered\n[ 0.339533] acpiphp: Slot [16] registered\n[ 0.340615] acpiphp: Slot [17] registered\n[ 0.341693] acpiphp: Slot [18] registered\n[ 0.342767] acpiphp: Slot [19] registered\n[ 0.343846] acpiphp: Slot [20] registered\n[ 0.344924] acpiphp: Slot [21] registered\n[ 0.345997] acpiphp: Slot [22] registered\n[ 0.347072] acpiphp: Slot [23] registered\n[ 0.348160] acpiphp: Slot [24] registered\n[ 0.349237] acpiphp: Slot [25] registered\n[ 0.350307] acpiphp: Slot [26] registered\n[ 0.351377] acpiphp: Slot [27] registered\n[ 0.352458] acpiphp: Slot [28] registered\n[ 0.353534] acpiphp: Slot [29] registered\n[ 0.354608] acpiphp: Slot [30] registered\n[ 0.355683] acpiphp: Slot [31] registered\n[ 0.356760] PCI host bridge to bus 0000:00\n[ 0.357842] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359501] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363100] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365035] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.371631] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375024] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.376772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383994] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434759] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439352] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441144] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444220] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447731] vgaarb: loaded\n[ 0.448518] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450007] SCSI subsystem initialized\n[ 0.451051] ACPI: bus type USB registered\n[ 0.452128] usbcore: registered new interface driver usbfs\n[ 0.453491] usbcore: registered new interface driver hub\n[ 0.454840] usbcore: registered new device driver usb\n[ 0.456235] PCI: Using ACPI for IRQ routing\n[ 0.457541] NetLabel: Initializing\n[ 0.458494] NetLabel: domain hash size = 128\n[ 0.459603] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460858] NetLabel: unlabeled traffic allowed by default\n[ 0.462335] clocksource: Switched to clocksource kvm-clock\n[ 0.468097] AppArmor: AppArmor Filesystem Enabled\n[ 0.469390] pnp: PnP ACPI init\n[ 0.470554] pnp: PnP ACPI: found 5 devices\n[ 0.477180] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479486] NET: Registered protocol family 2\n[ 0.480744] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484068] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485643] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487097] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488675] NET: Registered protocol family 1\n[ 0.489831] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491310] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492764] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521398] Trying to unpack rootfs image as initramfs...\n[ 0.571275] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587605] Scanning for low memory corruption every 60 seconds\n[ 0.589776] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.591347] audit: initializing netlink subsys (disabled)\n[ 0.592732] audit: type=2000 audit(1539191370.364:1): initialized\n[ 0.594456] Initialise system trusted keyring\n[ 0.595680] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599665] zbud: loaded\n[ 0.600552] VFS: Disk quotas dquot_6.6.0\n[ 0.601729] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604046] fuse init (API version 7.23)\n[ 0.605398] Key type big_key registered\n[ 0.606584] Allocating IMA MOK and blacklist keyrings.\n[ 0.608334] Key type asymmetric registered\n[ 0.609704] Asymmetric key parser 'x509' registered\n[ 0.611217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613891] io scheduler noop registered\n[ 0.615106] io scheduler deadline registered (default)\n[ 0.616748] io scheduler cfq registered\n[ 0.618031] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619840] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624001] ACPI: Power Button [PWRF]\n[ 0.625079] GHES: HEST is not enabled!\n[ 0.639042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670604] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697505] Linux agpgart interface v0.103\n[ 0.699774] brd: module loaded\n[ 0.701164] loop: module loaded\n[ 0.705985] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707905] GPT:90111 != 2097151\n[ 0.708784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.710243] GPT:90111 != 2097151\n[ 0.711113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.712384] vda: vda1 vda15\n[ 0.713950] scsi host0: ata_piix\n[ 0.714929] scsi host1: ata_piix\n[ 0.715832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.717465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719321] libphy: Fixed MDIO Bus: probed\n[ 0.720388] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724234] PPP generic driver version 2.4.2\n[ 0.725411] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727053] ehci-pci: EHCI PCI platform driver\n[ 0.728232] ehci-platform: EHCI generic platform driver\n[ 0.729564] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731099] ohci-pci: OHCI PCI platform driver\n[ 0.732266] ohci-platform: OHCI generic platform driver\n[ 0.733596] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749411] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751310] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757654] usb usb1: Product: UHCI Host Controller\n[ 0.758968] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760495] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761732] hub 1-0:1.0: USB hub found\n[ 0.762775] hub 1-0:1.0: 2 ports detected\n[ 0.763922] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769151] mousedev: PS/2 mouse device common for all mice\n[ 0.770755] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.774503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.777671] i2c /dev entries driver\n[ 0.778657] device-mapper: uevent: version 1.0.3\n[ 0.779874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782018] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783674] NET: Registered protocol family 10\n[ 0.784933] NET: Registered protocol family 17\n[ 0.786090] Key type dns_resolver registered\n[ 0.787286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788734] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791020] registered taskstats version 1\n[ 0.792102] Loading compiled-in X.509 certificates\n[ 0.793833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796303] zswap: loaded using pool lzo/zbud\n[ 0.797939] Key type trusted registered\n[ 0.800100] Key type encrypted registered\n[ 0.801201] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802632] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804005] evm: HMAC attrs: 0x1\n[ 0.805133] Magic number: 6:196:188\n[ 0.806151] acpi device:1a: hash matches\n[ 0.807264] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:30 UTC (1539191370)\n[ 0.809354] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810846] EDD information not available.\n[ 0.879277] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.891215] Write protecting the kernel read-only data: 14336k\n[ 0.893152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895527] 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.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... [ 1.350373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCEmDa1FbKs/P4YYLZ7MJWf39vujGj4DyGLmOhkwDzCHMe4o+7LPNASEN5Xa9VCvV4o2YnV7dac27TqkuCmES5pMJn6qiXKv61VwTKiCWOJd1CveAUmkAyij90ntynCrtmWCwwkgyGocjV/EOnppak0sEPNn0kLVjhGS3jncEhWXqu8olcxvDeSnBufpWioHCZlY5YtIKag4KiFiZqRGjtRNos2b1i/ur2OqOLzNDMIQLSM9AMRU5Fk6174hHqBqC86tm2UxFEtw7KrSVcbD2t8oX6X3ufjpMS+D4l9UyvmYg6Mpbqug+wMjt/SkcYcHvltWBp+giCqw1iT4mbypdX5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOhN8X0IB2CQmprgCZNzGUYQ+Wha7LxervH4Bd2DU0TjAQ3x388gXhkQN+a3oFXxsYJMNmEAiLvReyqsNmZIveNI0Gple7TZ/3+BvOZRvce99CzfJ8s+qHVarqS/M9tPhSap2FUNt79oQWY9xDjM4070W+Qa87cAcmZQnaCAz3pjAAAAFQDzZyUFbeSpKP0KQWgXCU6TLmI9+QAAAIARwWtXZaoInp7L48I0CCDHS+VSadZNZ6QlzwEYDntWG+WWQjHXBGxl9KG5yMF/ACNZ0GYvg86/S3zxQWUJkhLUu1XCb57obfaQNL5vIqXfNmCUvHnSX6q9EsNJAOiTlKN8DqmWUG+M8KIcCD5IlKT7E3Mk5quUzRYKHSlcoR895QAAAIEAyWVSRgUuuiUz4FTQ5gyEsD0pb4s4DCKc95cAtlg97JwKrHnecDjgp5xYcBCiae8bUFFbOiEJBkGuNQxvZysR2Le1jWlzsnMDO3pTnYsinj7hsu70zlSea5QfJ/Y6w1l+q+wLIKw11fDeLqXU3+fr+SMwQTk6OD95Drac1QDRuu8= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:a22c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.83s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:A2:2C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:a22c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10764 (10.5 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:11:08,556 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action used request id req-1e1793a9-97a1-49eb-a61a-fe7406067518 2018-10-10 17:11:10,577 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:11:11,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-12eaeb6a-e891-421b-9df1-3c0975f9d823 x-compute-request-id: req-12eaeb6a-e891-421b-9df1-3c0975f9d823 Content-Encoding: gzip Content-Length: 10125 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519880671 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.167075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.169305] pid_max: default: 32768 minimum: 301\n[ 0.170517] ACPI: Core revision 20150930\n[ 0.172163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173911] Security Framework initialized\n[ 0.175008] Yama: becoming mindful.\n[ 0.175970] AppArmor: AppArmor initialized\n[ 0.177094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178899] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.182300] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184158] Initializing cgroup subsys io\n[ 0.185234] Initializing cgroup subsys memory\n[ 0.186388] Initializing cgroup subsys devices\n[ 0.187552] Initializing cgroup subsys freezer\n[ 0.188725] Initializing cgroup subsys net_cls\n[ 0.189897] Initializing cgroup subsys perf_event\n[ 0.191124] Initializing cgroup subsys net_prio\n[ 0.192302] Initializing cgroup subsys hugetlb\n[ 0.193461] Initializing cgroup subsys pids\n[ 0.194613] CPU: Physical Processor ID: 0\n[ 0.196402] mce: CPU supports 10 MCE banks\n[ 0.197521] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218584] ftrace: allocating 31920 entries in 125 pages\n[ 0.244901] smpboot: Max logical packages: 1\n[ 0.246061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247864] x2apic enabled\n[ 0.248858] Switched APIC routing to physical x2apic.\n[ 0.250949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257469] KVM setup paravirtual spinlock\n[ 0.259023] x86: Booted up 1 node, 1 CPUs\n[ 0.260093] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261922] devtmpfs: initialized\n[ 0.263859] evm: security.selinux\n[ 0.264778] evm: security.SMACK64\n[ 0.265689] evm: security.SMACK64EXEC\n[ 0.266677] evm: security.SMACK64TRANSMUTE\n[ 0.267751] evm: security.SMACK64MMAP\n[ 0.268733] evm: security.ima\n[ 0.269566] evm: security.capability\n[ 0.270602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273090] pinctrl core: initialized pinctrl subsystem\n[ 0.274529] RTC time: 17:09:29, date: 10/10/18\n[ 0.275765] NET: Registered protocol family 16\n[ 0.277021] cpuidle: using governor ladder\n[ 0.278125] cpuidle: using governor menu\n[ 0.279176] PCCT header not found.\n[ 0.280147] ACPI: bus type PCI registered\n[ 0.281217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282886] PCI: Using configuration type 1 for base access\n[ 0.285004] ACPI: Added _OSI(Module Device)\n[ 0.286141] ACPI: Added _OSI(Processor Device)\n[ 0.287300] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288513] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290979] ACPI: Interpreter enabled\n[ 0.292002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301937] ACPI: (supports S0 S5)\n[ 0.302867] ACPI: Using IOAPIC for interrupt routing\n[ 0.304142] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311078] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315695] acpiphp: Slot [3] registered\n[ 0.316754] acpiphp: Slot [4] registered\n[ 0.317810] acpiphp: Slot [5] registered\n[ 0.318868] acpiphp: Slot [6] registered\n[ 0.319929] acpiphp: Slot [7] registered\n[ 0.320988] acpiphp: Slot [8] registered\n[ 0.322044] acpiphp: Slot [9] registered\n[ 0.323095] acpiphp: Slot [10] registered\n[ 0.324179] acpiphp: Slot [11] registered\n[ 0.325257] acpiphp: Slot [12] registered\n[ 0.326331] acpiphp: Slot [13] registered\n[ 0.327402] acpiphp: Slot [14] registered\n[ 0.328485] acpiphp: Slot [15] registered\n[ 0.339533] acpiphp: Slot [16] registered\n[ 0.340615] acpiphp: Slot [17] registered\n[ 0.341693] acpiphp: Slot [18] registered\n[ 0.342767] acpiphp: Slot [19] registered\n[ 0.343846] acpiphp: Slot [20] registered\n[ 0.344924] acpiphp: Slot [21] registered\n[ 0.345997] acpiphp: Slot [22] registered\n[ 0.347072] acpiphp: Slot [23] registered\n[ 0.348160] acpiphp: Slot [24] registered\n[ 0.349237] acpiphp: Slot [25] registered\n[ 0.350307] acpiphp: Slot [26] registered\n[ 0.351377] acpiphp: Slot [27] registered\n[ 0.352458] acpiphp: Slot [28] registered\n[ 0.353534] acpiphp: Slot [29] registered\n[ 0.354608] acpiphp: Slot [30] registered\n[ 0.355683] acpiphp: Slot [31] registered\n[ 0.356760] PCI host bridge to bus 0000:00\n[ 0.357842] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359501] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363100] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365035] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.371631] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375024] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.376772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383994] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434759] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439352] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441144] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444220] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447731] vgaarb: loaded\n[ 0.448518] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450007] SCSI subsystem initialized\n[ 0.451051] ACPI: bus type USB registered\n[ 0.452128] usbcore: registered new interface driver usbfs\n[ 0.453491] usbcore: registered new interface driver hub\n[ 0.454840] usbcore: registered new device driver usb\n[ 0.456235] PCI: Using ACPI for IRQ routing\n[ 0.457541] NetLabel: Initializing\n[ 0.458494] NetLabel: domain hash size = 128\n[ 0.459603] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460858] NetLabel: unlabeled traffic allowed by default\n[ 0.462335] clocksource: Switched to clocksource kvm-clock\n[ 0.468097] AppArmor: AppArmor Filesystem Enabled\n[ 0.469390] pnp: PnP ACPI init\n[ 0.470554] pnp: PnP ACPI: found 5 devices\n[ 0.477180] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479486] NET: Registered protocol family 2\n[ 0.480744] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484068] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485643] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487097] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488675] NET: Registered protocol family 1\n[ 0.489831] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491310] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492764] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521398] Trying to unpack rootfs image as initramfs...\n[ 0.571275] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587605] Scanning for low memory corruption every 60 seconds\n[ 0.589776] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.591347] audit: initializing netlink subsys (disabled)\n[ 0.592732] audit: type=2000 audit(1539191370.364:1): initialized\n[ 0.594456] Initialise system trusted keyring\n[ 0.595680] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599665] zbud: loaded\n[ 0.600552] VFS: Disk quotas dquot_6.6.0\n[ 0.601729] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604046] fuse init (API version 7.23)\n[ 0.605398] Key type big_key registered\n[ 0.606584] Allocating IMA MOK and blacklist keyrings.\n[ 0.608334] Key type asymmetric registered\n[ 0.609704] Asymmetric key parser 'x509' registered\n[ 0.611217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613891] io scheduler noop registered\n[ 0.615106] io scheduler deadline registered (default)\n[ 0.616748] io scheduler cfq registered\n[ 0.618031] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619840] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624001] ACPI: Power Button [PWRF]\n[ 0.625079] GHES: HEST is not enabled!\n[ 0.639042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670604] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697505] Linux agpgart interface v0.103\n[ 0.699774] brd: module loaded\n[ 0.701164] loop: module loaded\n[ 0.705985] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707905] GPT:90111 != 2097151\n[ 0.708784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.710243] GPT:90111 != 2097151\n[ 0.711113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.712384] vda: vda1 vda15\n[ 0.713950] scsi host0: ata_piix\n[ 0.714929] scsi host1: ata_piix\n[ 0.715832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.717465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719321] libphy: Fixed MDIO Bus: probed\n[ 0.720388] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724234] PPP generic driver version 2.4.2\n[ 0.725411] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727053] ehci-pci: EHCI PCI platform driver\n[ 0.728232] ehci-platform: EHCI generic platform driver\n[ 0.729564] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731099] ohci-pci: OHCI PCI platform driver\n[ 0.732266] ohci-platform: OHCI generic platform driver\n[ 0.733596] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749411] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751310] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757654] usb usb1: Product: UHCI Host Controller\n[ 0.758968] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760495] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761732] hub 1-0:1.0: USB hub found\n[ 0.762775] hub 1-0:1.0: 2 ports detected\n[ 0.763922] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769151] mousedev: PS/2 mouse device common for all mice\n[ 0.770755] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.774503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.777671] i2c /dev entries driver\n[ 0.778657] device-mapper: uevent: version 1.0.3\n[ 0.779874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782018] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783674] NET: Registered protocol family 10\n[ 0.784933] NET: Registered protocol family 17\n[ 0.786090] Key type dns_resolver registered\n[ 0.787286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788734] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791020] registered taskstats version 1\n[ 0.792102] Loading compiled-in X.509 certificates\n[ 0.793833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796303] zswap: loaded using pool lzo/zbud\n[ 0.797939] Key type trusted registered\n[ 0.800100] Key type encrypted registered\n[ 0.801201] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802632] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804005] evm: HMAC attrs: 0x1\n[ 0.805133] Magic number: 6:196:188\n[ 0.806151] acpi device:1a: hash matches\n[ 0.807264] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:30 UTC (1539191370)\n[ 0.809354] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810846] EDD information not available.\n[ 0.879277] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.891215] Write protecting the kernel read-only data: 14336k\n[ 0.893152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895527] 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.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... [ 1.350373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCEmDa1FbKs/P4YYLZ7MJWf39vujGj4DyGLmOhkwDzCHMe4o+7LPNASEN5Xa9VCvV4o2YnV7dac27TqkuCmES5pMJn6qiXKv61VwTKiCWOJd1CveAUmkAyij90ntynCrtmWCwwkgyGocjV/EOnppak0sEPNn0kLVjhGS3jncEhWXqu8olcxvDeSnBufpWioHCZlY5YtIKag4KiFiZqRGjtRNos2b1i/ur2OqOLzNDMIQLSM9AMRU5Fk6174hHqBqC86tm2UxFEtw7KrSVcbD2t8oX6X3ufjpMS+D4l9UyvmYg6Mpbqug+wMjt/SkcYcHvltWBp+giCqw1iT4mbypdX5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOhN8X0IB2CQmprgCZNzGUYQ+Wha7LxervH4Bd2DU0TjAQ3x388gXhkQN+a3oFXxsYJMNmEAiLvReyqsNmZIveNI0Gple7TZ/3+BvOZRvce99CzfJ8s+qHVarqS/M9tPhSap2FUNt79oQWY9xDjM4070W+Qa87cAcmZQnaCAz3pjAAAAFQDzZyUFbeSpKP0KQWgXCU6TLmI9+QAAAIARwWtXZaoInp7L48I0CCDHS+VSadZNZ6QlzwEYDntWG+WWQjHXBGxl9KG5yMF/ACNZ0GYvg86/S3zxQWUJkhLUu1XCb57obfaQNL5vIqXfNmCUvHnSX6q9EsNJAOiTlKN8DqmWUG+M8KIcCD5IlKT7E3Mk5quUzRYKHSlcoR895QAAAIEAyWVSRgUuuiUz4FTQ5gyEsD0pb4s4DCKc95cAtlg97JwKrHnecDjgp5xYcBCiae8bUFFbOiEJBkGuNQxvZysR2Le1jWlzsnMDO3pTnYsinj7hsu70zlSea5QfJ/Y6w1l+q+wLIKw11fDeLqXU3+fr+SMwQTk6OD95Drac1QDRuu8= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:a22c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.83s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:A2:2C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:a22c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10764 (10.5 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:11:11,649 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action used request id req-12eaeb6a-e891-421b-9df1-3c0975f9d823 2018-10-10 17:11:13,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:11:14,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-acec5957-86d1-46b4-aa36-8c3bc33e15fa x-compute-request-id: req-acec5957-86d1-46b4-aa36-8c3bc33e15fa Content-Encoding: gzip Content-Length: 10125 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519880671 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.167075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.169305] pid_max: default: 32768 minimum: 301\n[ 0.170517] ACPI: Core revision 20150930\n[ 0.172163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173911] Security Framework initialized\n[ 0.175008] Yama: becoming mindful.\n[ 0.175970] AppArmor: AppArmor initialized\n[ 0.177094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178899] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.182300] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184158] Initializing cgroup subsys io\n[ 0.185234] Initializing cgroup subsys memory\n[ 0.186388] Initializing cgroup subsys devices\n[ 0.187552] Initializing cgroup subsys freezer\n[ 0.188725] Initializing cgroup subsys net_cls\n[ 0.189897] Initializing cgroup subsys perf_event\n[ 0.191124] Initializing cgroup subsys net_prio\n[ 0.192302] Initializing cgroup subsys hugetlb\n[ 0.193461] Initializing cgroup subsys pids\n[ 0.194613] CPU: Physical Processor ID: 0\n[ 0.196402] mce: CPU supports 10 MCE banks\n[ 0.197521] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218584] ftrace: allocating 31920 entries in 125 pages\n[ 0.244901] smpboot: Max logical packages: 1\n[ 0.246061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247864] x2apic enabled\n[ 0.248858] Switched APIC routing to physical x2apic.\n[ 0.250949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257469] KVM setup paravirtual spinlock\n[ 0.259023] x86: Booted up 1 node, 1 CPUs\n[ 0.260093] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261922] devtmpfs: initialized\n[ 0.263859] evm: security.selinux\n[ 0.264778] evm: security.SMACK64\n[ 0.265689] evm: security.SMACK64EXEC\n[ 0.266677] evm: security.SMACK64TRANSMUTE\n[ 0.267751] evm: security.SMACK64MMAP\n[ 0.268733] evm: security.ima\n[ 0.269566] evm: security.capability\n[ 0.270602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273090] pinctrl core: initialized pinctrl subsystem\n[ 0.274529] RTC time: 17:09:29, date: 10/10/18\n[ 0.275765] NET: Registered protocol family 16\n[ 0.277021] cpuidle: using governor ladder\n[ 0.278125] cpuidle: using governor menu\n[ 0.279176] PCCT header not found.\n[ 0.280147] ACPI: bus type PCI registered\n[ 0.281217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282886] PCI: Using configuration type 1 for base access\n[ 0.285004] ACPI: Added _OSI(Module Device)\n[ 0.286141] ACPI: Added _OSI(Processor Device)\n[ 0.287300] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288513] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290979] ACPI: Interpreter enabled\n[ 0.292002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301937] ACPI: (supports S0 S5)\n[ 0.302867] ACPI: Using IOAPIC for interrupt routing\n[ 0.304142] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311078] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315695] acpiphp: Slot [3] registered\n[ 0.316754] acpiphp: Slot [4] registered\n[ 0.317810] acpiphp: Slot [5] registered\n[ 0.318868] acpiphp: Slot [6] registered\n[ 0.319929] acpiphp: Slot [7] registered\n[ 0.320988] acpiphp: Slot [8] registered\n[ 0.322044] acpiphp: Slot [9] registered\n[ 0.323095] acpiphp: Slot [10] registered\n[ 0.324179] acpiphp: Slot [11] registered\n[ 0.325257] acpiphp: Slot [12] registered\n[ 0.326331] acpiphp: Slot [13] registered\n[ 0.327402] acpiphp: Slot [14] registered\n[ 0.328485] acpiphp: Slot [15] registered\n[ 0.339533] acpiphp: Slot [16] registered\n[ 0.340615] acpiphp: Slot [17] registered\n[ 0.341693] acpiphp: Slot [18] registered\n[ 0.342767] acpiphp: Slot [19] registered\n[ 0.343846] acpiphp: Slot [20] registered\n[ 0.344924] acpiphp: Slot [21] registered\n[ 0.345997] acpiphp: Slot [22] registered\n[ 0.347072] acpiphp: Slot [23] registered\n[ 0.348160] acpiphp: Slot [24] registered\n[ 0.349237] acpiphp: Slot [25] registered\n[ 0.350307] acpiphp: Slot [26] registered\n[ 0.351377] acpiphp: Slot [27] registered\n[ 0.352458] acpiphp: Slot [28] registered\n[ 0.353534] acpiphp: Slot [29] registered\n[ 0.354608] acpiphp: Slot [30] registered\n[ 0.355683] acpiphp: Slot [31] registered\n[ 0.356760] PCI host bridge to bus 0000:00\n[ 0.357842] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359501] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363100] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365035] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.371631] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375024] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.376772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383994] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434759] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439352] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441144] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444220] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447731] vgaarb: loaded\n[ 0.448518] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450007] SCSI subsystem initialized\n[ 0.451051] ACPI: bus type USB registered\n[ 0.452128] usbcore: registered new interface driver usbfs\n[ 0.453491] usbcore: registered new interface driver hub\n[ 0.454840] usbcore: registered new device driver usb\n[ 0.456235] PCI: Using ACPI for IRQ routing\n[ 0.457541] NetLabel: Initializing\n[ 0.458494] NetLabel: domain hash size = 128\n[ 0.459603] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460858] NetLabel: unlabeled traffic allowed by default\n[ 0.462335] clocksource: Switched to clocksource kvm-clock\n[ 0.468097] AppArmor: AppArmor Filesystem Enabled\n[ 0.469390] pnp: PnP ACPI init\n[ 0.470554] pnp: PnP ACPI: found 5 devices\n[ 0.477180] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479486] NET: Registered protocol family 2\n[ 0.480744] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484068] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485643] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487097] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488675] NET: Registered protocol family 1\n[ 0.489831] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491310] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492764] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521398] Trying to unpack rootfs image as initramfs...\n[ 0.571275] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587605] Scanning for low memory corruption every 60 seconds\n[ 0.589776] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.591347] audit: initializing netlink subsys (disabled)\n[ 0.592732] audit: type=2000 audit(1539191370.364:1): initialized\n[ 0.594456] Initialise system trusted keyring\n[ 0.595680] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599665] zbud: loaded\n[ 0.600552] VFS: Disk quotas dquot_6.6.0\n[ 0.601729] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604046] fuse init (API version 7.23)\n[ 0.605398] Key type big_key registered\n[ 0.606584] Allocating IMA MOK and blacklist keyrings.\n[ 0.608334] Key type asymmetric registered\n[ 0.609704] Asymmetric key parser 'x509' registered\n[ 0.611217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613891] io scheduler noop registered\n[ 0.615106] io scheduler deadline registered (default)\n[ 0.616748] io scheduler cfq registered\n[ 0.618031] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619840] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624001] ACPI: Power Button [PWRF]\n[ 0.625079] GHES: HEST is not enabled!\n[ 0.639042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670604] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697505] Linux agpgart interface v0.103\n[ 0.699774] brd: module loaded\n[ 0.701164] loop: module loaded\n[ 0.705985] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707905] GPT:90111 != 2097151\n[ 0.708784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.710243] GPT:90111 != 2097151\n[ 0.711113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.712384] vda: vda1 vda15\n[ 0.713950] scsi host0: ata_piix\n[ 0.714929] scsi host1: ata_piix\n[ 0.715832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.717465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719321] libphy: Fixed MDIO Bus: probed\n[ 0.720388] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724234] PPP generic driver version 2.4.2\n[ 0.725411] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727053] ehci-pci: EHCI PCI platform driver\n[ 0.728232] ehci-platform: EHCI generic platform driver\n[ 0.729564] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731099] ohci-pci: OHCI PCI platform driver\n[ 0.732266] ohci-platform: OHCI generic platform driver\n[ 0.733596] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749411] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751310] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757654] usb usb1: Product: UHCI Host Controller\n[ 0.758968] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760495] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761732] hub 1-0:1.0: USB hub found\n[ 0.762775] hub 1-0:1.0: 2 ports detected\n[ 0.763922] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769151] mousedev: PS/2 mouse device common for all mice\n[ 0.770755] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.774503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.777671] i2c /dev entries driver\n[ 0.778657] device-mapper: uevent: version 1.0.3\n[ 0.779874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782018] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783674] NET: Registered protocol family 10\n[ 0.784933] NET: Registered protocol family 17\n[ 0.786090] Key type dns_resolver registered\n[ 0.787286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788734] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791020] registered taskstats version 1\n[ 0.792102] Loading compiled-in X.509 certificates\n[ 0.793833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796303] zswap: loaded using pool lzo/zbud\n[ 0.797939] Key type trusted registered\n[ 0.800100] Key type encrypted registered\n[ 0.801201] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802632] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804005] evm: HMAC attrs: 0x1\n[ 0.805133] Magic number: 6:196:188\n[ 0.806151] acpi device:1a: hash matches\n[ 0.807264] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:30 UTC (1539191370)\n[ 0.809354] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810846] EDD information not available.\n[ 0.879277] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.891215] Write protecting the kernel read-only data: 14336k\n[ 0.893152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895527] 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.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... [ 1.350373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCEmDa1FbKs/P4YYLZ7MJWf39vujGj4DyGLmOhkwDzCHMe4o+7LPNASEN5Xa9VCvV4o2YnV7dac27TqkuCmES5pMJn6qiXKv61VwTKiCWOJd1CveAUmkAyij90ntynCrtmWCwwkgyGocjV/EOnppak0sEPNn0kLVjhGS3jncEhWXqu8olcxvDeSnBufpWioHCZlY5YtIKag4KiFiZqRGjtRNos2b1i/ur2OqOLzNDMIQLSM9AMRU5Fk6174hHqBqC86tm2UxFEtw7KrSVcbD2t8oX6X3ufjpMS+D4l9UyvmYg6Mpbqug+wMjt/SkcYcHvltWBp+giCqw1iT4mbypdX5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOhN8X0IB2CQmprgCZNzGUYQ+Wha7LxervH4Bd2DU0TjAQ3x388gXhkQN+a3oFXxsYJMNmEAiLvReyqsNmZIveNI0Gple7TZ/3+BvOZRvce99CzfJ8s+qHVarqS/M9tPhSap2FUNt79oQWY9xDjM4070W+Qa87cAcmZQnaCAz3pjAAAAFQDzZyUFbeSpKP0KQWgXCU6TLmI9+QAAAIARwWtXZaoInp7L48I0CCDHS+VSadZNZ6QlzwEYDntWG+WWQjHXBGxl9KG5yMF/ACNZ0GYvg86/S3zxQWUJkhLUu1XCb57obfaQNL5vIqXfNmCUvHnSX6q9EsNJAOiTlKN8DqmWUG+M8KIcCD5IlKT7E3Mk5quUzRYKHSlcoR895QAAAIEAyWVSRgUuuiUz4FTQ5gyEsD0pb4s4DCKc95cAtlg97JwKrHnecDjgp5xYcBCiae8bUFFbOiEJBkGuNQxvZysR2Le1jWlzsnMDO3pTnYsinj7hsu70zlSea5QfJ/Y6w1l+q+wLIKw11fDeLqXU3+fr+SMwQTk6OD95Drac1QDRuu8= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:a22c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.83s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:A2:2C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:a22c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10764 (10.5 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:11:14,743 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action used request id req-acec5957-86d1-46b4-aa36-8c3bc33e15fa 2018-10-10 17:11:16,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:11:17,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-9f4ade1d-24b0-4f64-b42f-4a022bb40458 x-compute-request-id: req-9f4ade1d-24b0-4f64-b42f-4a022bb40458 Content-Encoding: gzip Content-Length: 10125 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519880671 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.167075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.169305] pid_max: default: 32768 minimum: 301\n[ 0.170517] ACPI: Core revision 20150930\n[ 0.172163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173911] Security Framework initialized\n[ 0.175008] Yama: becoming mindful.\n[ 0.175970] AppArmor: AppArmor initialized\n[ 0.177094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178899] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.182300] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184158] Initializing cgroup subsys io\n[ 0.185234] Initializing cgroup subsys memory\n[ 0.186388] Initializing cgroup subsys devices\n[ 0.187552] Initializing cgroup subsys freezer\n[ 0.188725] Initializing cgroup subsys net_cls\n[ 0.189897] Initializing cgroup subsys perf_event\n[ 0.191124] Initializing cgroup subsys net_prio\n[ 0.192302] Initializing cgroup subsys hugetlb\n[ 0.193461] Initializing cgroup subsys pids\n[ 0.194613] CPU: Physical Processor ID: 0\n[ 0.196402] mce: CPU supports 10 MCE banks\n[ 0.197521] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218584] ftrace: allocating 31920 entries in 125 pages\n[ 0.244901] smpboot: Max logical packages: 1\n[ 0.246061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247864] x2apic enabled\n[ 0.248858] Switched APIC routing to physical x2apic.\n[ 0.250949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257469] KVM setup paravirtual spinlock\n[ 0.259023] x86: Booted up 1 node, 1 CPUs\n[ 0.260093] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261922] devtmpfs: initialized\n[ 0.263859] evm: security.selinux\n[ 0.264778] evm: security.SMACK64\n[ 0.265689] evm: security.SMACK64EXEC\n[ 0.266677] evm: security.SMACK64TRANSMUTE\n[ 0.267751] evm: security.SMACK64MMAP\n[ 0.268733] evm: security.ima\n[ 0.269566] evm: security.capability\n[ 0.270602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273090] pinctrl core: initialized pinctrl subsystem\n[ 0.274529] RTC time: 17:09:29, date: 10/10/18\n[ 0.275765] NET: Registered protocol family 16\n[ 0.277021] cpuidle: using governor ladder\n[ 0.278125] cpuidle: using governor menu\n[ 0.279176] PCCT header not found.\n[ 0.280147] ACPI: bus type PCI registered\n[ 0.281217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282886] PCI: Using configuration type 1 for base access\n[ 0.285004] ACPI: Added _OSI(Module Device)\n[ 0.286141] ACPI: Added _OSI(Processor Device)\n[ 0.287300] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288513] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290979] ACPI: Interpreter enabled\n[ 0.292002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301937] ACPI: (supports S0 S5)\n[ 0.302867] ACPI: Using IOAPIC for interrupt routing\n[ 0.304142] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311078] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315695] acpiphp: Slot [3] registered\n[ 0.316754] acpiphp: Slot [4] registered\n[ 0.317810] acpiphp: Slot [5] registered\n[ 0.318868] acpiphp: Slot [6] registered\n[ 0.319929] acpiphp: Slot [7] registered\n[ 0.320988] acpiphp: Slot [8] registered\n[ 0.322044] acpiphp: Slot [9] registered\n[ 0.323095] acpiphp: Slot [10] registered\n[ 0.324179] acpiphp: Slot [11] registered\n[ 0.325257] acpiphp: Slot [12] registered\n[ 0.326331] acpiphp: Slot [13] registered\n[ 0.327402] acpiphp: Slot [14] registered\n[ 0.328485] acpiphp: Slot [15] registered\n[ 0.339533] acpiphp: Slot [16] registered\n[ 0.340615] acpiphp: Slot [17] registered\n[ 0.341693] acpiphp: Slot [18] registered\n[ 0.342767] acpiphp: Slot [19] registered\n[ 0.343846] acpiphp: Slot [20] registered\n[ 0.344924] acpiphp: Slot [21] registered\n[ 0.345997] acpiphp: Slot [22] registered\n[ 0.347072] acpiphp: Slot [23] registered\n[ 0.348160] acpiphp: Slot [24] registered\n[ 0.349237] acpiphp: Slot [25] registered\n[ 0.350307] acpiphp: Slot [26] registered\n[ 0.351377] acpiphp: Slot [27] registered\n[ 0.352458] acpiphp: Slot [28] registered\n[ 0.353534] acpiphp: Slot [29] registered\n[ 0.354608] acpiphp: Slot [30] registered\n[ 0.355683] acpiphp: Slot [31] registered\n[ 0.356760] PCI host bridge to bus 0000:00\n[ 0.357842] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359501] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363100] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365035] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.371631] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375024] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.376772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383994] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434759] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439352] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441144] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444220] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447731] vgaarb: loaded\n[ 0.448518] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450007] SCSI subsystem initialized\n[ 0.451051] ACPI: bus type USB registered\n[ 0.452128] usbcore: registered new interface driver usbfs\n[ 0.453491] usbcore: registered new interface driver hub\n[ 0.454840] usbcore: registered new device driver usb\n[ 0.456235] PCI: Using ACPI for IRQ routing\n[ 0.457541] NetLabel: Initializing\n[ 0.458494] NetLabel: domain hash size = 128\n[ 0.459603] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460858] NetLabel: unlabeled traffic allowed by default\n[ 0.462335] clocksource: Switched to clocksource kvm-clock\n[ 0.468097] AppArmor: AppArmor Filesystem Enabled\n[ 0.469390] pnp: PnP ACPI init\n[ 0.470554] pnp: PnP ACPI: found 5 devices\n[ 0.477180] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479486] NET: Registered protocol family 2\n[ 0.480744] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484068] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485643] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487097] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488675] NET: Registered protocol family 1\n[ 0.489831] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491310] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492764] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521398] Trying to unpack rootfs image as initramfs...\n[ 0.571275] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587605] Scanning for low memory corruption every 60 seconds\n[ 0.589776] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.591347] audit: initializing netlink subsys (disabled)\n[ 0.592732] audit: type=2000 audit(1539191370.364:1): initialized\n[ 0.594456] Initialise system trusted keyring\n[ 0.595680] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599665] zbud: loaded\n[ 0.600552] VFS: Disk quotas dquot_6.6.0\n[ 0.601729] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604046] fuse init (API version 7.23)\n[ 0.605398] Key type big_key registered\n[ 0.606584] Allocating IMA MOK and blacklist keyrings.\n[ 0.608334] Key type asymmetric registered\n[ 0.609704] Asymmetric key parser 'x509' registered\n[ 0.611217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613891] io scheduler noop registered\n[ 0.615106] io scheduler deadline registered (default)\n[ 0.616748] io scheduler cfq registered\n[ 0.618031] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619840] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624001] ACPI: Power Button [PWRF]\n[ 0.625079] GHES: HEST is not enabled!\n[ 0.639042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670604] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697505] Linux agpgart interface v0.103\n[ 0.699774] brd: module loaded\n[ 0.701164] loop: module loaded\n[ 0.705985] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707905] GPT:90111 != 2097151\n[ 0.708784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.710243] GPT:90111 != 2097151\n[ 0.711113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.712384] vda: vda1 vda15\n[ 0.713950] scsi host0: ata_piix\n[ 0.714929] scsi host1: ata_piix\n[ 0.715832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.717465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719321] libphy: Fixed MDIO Bus: probed\n[ 0.720388] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724234] PPP generic driver version 2.4.2\n[ 0.725411] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727053] ehci-pci: EHCI PCI platform driver\n[ 0.728232] ehci-platform: EHCI generic platform driver\n[ 0.729564] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731099] ohci-pci: OHCI PCI platform driver\n[ 0.732266] ohci-platform: OHCI generic platform driver\n[ 0.733596] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749411] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751310] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757654] usb usb1: Product: UHCI Host Controller\n[ 0.758968] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760495] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761732] hub 1-0:1.0: USB hub found\n[ 0.762775] hub 1-0:1.0: 2 ports detected\n[ 0.763922] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769151] mousedev: PS/2 mouse device common for all mice\n[ 0.770755] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.774503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.777671] i2c /dev entries driver\n[ 0.778657] device-mapper: uevent: version 1.0.3\n[ 0.779874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782018] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783674] NET: Registered protocol family 10\n[ 0.784933] NET: Registered protocol family 17\n[ 0.786090] Key type dns_resolver registered\n[ 0.787286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788734] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791020] registered taskstats version 1\n[ 0.792102] Loading compiled-in X.509 certificates\n[ 0.793833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796303] zswap: loaded using pool lzo/zbud\n[ 0.797939] Key type trusted registered\n[ 0.800100] Key type encrypted registered\n[ 0.801201] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802632] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804005] evm: HMAC attrs: 0x1\n[ 0.805133] Magic number: 6:196:188\n[ 0.806151] acpi device:1a: hash matches\n[ 0.807264] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:30 UTC (1539191370)\n[ 0.809354] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810846] EDD information not available.\n[ 0.879277] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.891215] Write protecting the kernel read-only data: 14336k\n[ 0.893152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895527] 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.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... [ 1.350373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCEmDa1FbKs/P4YYLZ7MJWf39vujGj4DyGLmOhkwDzCHMe4o+7LPNASEN5Xa9VCvV4o2YnV7dac27TqkuCmES5pMJn6qiXKv61VwTKiCWOJd1CveAUmkAyij90ntynCrtmWCwwkgyGocjV/EOnppak0sEPNn0kLVjhGS3jncEhWXqu8olcxvDeSnBufpWioHCZlY5YtIKag4KiFiZqRGjtRNos2b1i/ur2OqOLzNDMIQLSM9AMRU5Fk6174hHqBqC86tm2UxFEtw7KrSVcbD2t8oX6X3ufjpMS+D4l9UyvmYg6Mpbqug+wMjt/SkcYcHvltWBp+giCqw1iT4mbypdX5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOhN8X0IB2CQmprgCZNzGUYQ+Wha7LxervH4Bd2DU0TjAQ3x388gXhkQN+a3oFXxsYJMNmEAiLvReyqsNmZIveNI0Gple7TZ/3+BvOZRvce99CzfJ8s+qHVarqS/M9tPhSap2FUNt79oQWY9xDjM4070W+Qa87cAcmZQnaCAz3pjAAAAFQDzZyUFbeSpKP0KQWgXCU6TLmI9+QAAAIARwWtXZaoInp7L48I0CCDHS+VSadZNZ6QlzwEYDntWG+WWQjHXBGxl9KG5yMF/ACNZ0GYvg86/S3zxQWUJkhLUu1XCb57obfaQNL5vIqXfNmCUvHnSX6q9EsNJAOiTlKN8DqmWUG+M8KIcCD5IlKT7E3Mk5quUzRYKHSlcoR895QAAAIEAyWVSRgUuuiUz4FTQ5gyEsD0pb4s4DCKc95cAtlg97JwKrHnecDjgp5xYcBCiae8bUFFbOiEJBkGuNQxvZysR2Le1jWlzsnMDO3pTnYsinj7hsu70zlSea5QfJ/Y6w1l+q+wLIKw11fDeLqXU3+fr+SMwQTk6OD95Drac1QDRuu8= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:a22c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.83s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:A2:2C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:a22c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10764 (10.5 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:11:17,837 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action used request id req-9f4ade1d-24b0-4f64-b42f-4a022bb40458 2018-10-10 17:11:19,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1103f522f9fd89d30a0fe3cb0213f72d0e0335b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:11:20,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:11: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-419b2d22-96f0-4c33-bd70-5a2007784213 x-compute-request-id: req-419b2d22-96f0-4c33-bd70-5a2007784213 Content-Encoding: gzip Content-Length: 10941 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519880671 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.167075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.169305] pid_max: default: 32768 minimum: 301\n[ 0.170517] ACPI: Core revision 20150930\n[ 0.172163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173911] Security Framework initialized\n[ 0.175008] Yama: becoming mindful.\n[ 0.175970] AppArmor: AppArmor initialized\n[ 0.177094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178899] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.182300] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184158] Initializing cgroup subsys io\n[ 0.185234] Initializing cgroup subsys memory\n[ 0.186388] Initializing cgroup subsys devices\n[ 0.187552] Initializing cgroup subsys freezer\n[ 0.188725] Initializing cgroup subsys net_cls\n[ 0.189897] Initializing cgroup subsys perf_event\n[ 0.191124] Initializing cgroup subsys net_prio\n[ 0.192302] Initializing cgroup subsys hugetlb\n[ 0.193461] Initializing cgroup subsys pids\n[ 0.194613] CPU: Physical Processor ID: 0\n[ 0.196402] mce: CPU supports 10 MCE banks\n[ 0.197521] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218584] ftrace: allocating 31920 entries in 125 pages\n[ 0.244901] smpboot: Max logical packages: 1\n[ 0.246061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247864] x2apic enabled\n[ 0.248858] Switched APIC routing to physical x2apic.\n[ 0.250949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257469] KVM setup paravirtual spinlock\n[ 0.259023] x86: Booted up 1 node, 1 CPUs\n[ 0.260093] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261922] devtmpfs: initialized\n[ 0.263859] evm: security.selinux\n[ 0.264778] evm: security.SMACK64\n[ 0.265689] evm: security.SMACK64EXEC\n[ 0.266677] evm: security.SMACK64TRANSMUTE\n[ 0.267751] evm: security.SMACK64MMAP\n[ 0.268733] evm: security.ima\n[ 0.269566] evm: security.capability\n[ 0.270602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273090] pinctrl core: initialized pinctrl subsystem\n[ 0.274529] RTC time: 17:09:29, date: 10/10/18\n[ 0.275765] NET: Registered protocol family 16\n[ 0.277021] cpuidle: using governor ladder\n[ 0.278125] cpuidle: using governor menu\n[ 0.279176] PCCT header not found.\n[ 0.280147] ACPI: bus type PCI registered\n[ 0.281217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282886] PCI: Using configuration type 1 for base access\n[ 0.285004] ACPI: Added _OSI(Module Device)\n[ 0.286141] ACPI: Added _OSI(Processor Device)\n[ 0.287300] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288513] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290979] ACPI: Interpreter enabled\n[ 0.292002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301937] ACPI: (supports S0 S5)\n[ 0.302867] ACPI: Using IOAPIC for interrupt routing\n[ 0.304142] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311078] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315695] acpiphp: Slot [3] registered\n[ 0.316754] acpiphp: Slot [4] registered\n[ 0.317810] acpiphp: Slot [5] registered\n[ 0.318868] acpiphp: Slot [6] registered\n[ 0.319929] acpiphp: Slot [7] registered\n[ 0.320988] acpiphp: Slot [8] registered\n[ 0.322044] acpiphp: Slot [9] registered\n[ 0.323095] acpiphp: Slot [10] registered\n[ 0.324179] acpiphp: Slot [11] registered\n[ 0.325257] acpiphp: Slot [12] registered\n[ 0.326331] acpiphp: Slot [13] registered\n[ 0.327402] acpiphp: Slot [14] registered\n[ 0.328485] acpiphp: Slot [15] registered\n[ 0.339533] acpiphp: Slot [16] registered\n[ 0.340615] acpiphp: Slot [17] registered\n[ 0.341693] acpiphp: Slot [18] registered\n[ 0.342767] acpiphp: Slot [19] registered\n[ 0.343846] acpiphp: Slot [20] registered\n[ 0.344924] acpiphp: Slot [21] registered\n[ 0.345997] acpiphp: Slot [22] registered\n[ 0.347072] acpiphp: Slot [23] registered\n[ 0.348160] acpiphp: Slot [24] registered\n[ 0.349237] acpiphp: Slot [25] registered\n[ 0.350307] acpiphp: Slot [26] registered\n[ 0.351377] acpiphp: Slot [27] registered\n[ 0.352458] acpiphp: Slot [28] registered\n[ 0.353534] acpiphp: Slot [29] registered\n[ 0.354608] acpiphp: Slot [30] registered\n[ 0.355683] acpiphp: Slot [31] registered\n[ 0.356760] PCI host bridge to bus 0000:00\n[ 0.357842] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359501] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363100] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.365035] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.371631] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.373405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375024] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.376772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383994] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434759] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439352] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441144] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444220] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447731] vgaarb: loaded\n[ 0.448518] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450007] SCSI subsystem initialized\n[ 0.451051] ACPI: bus type USB registered\n[ 0.452128] usbcore: registered new interface driver usbfs\n[ 0.453491] usbcore: registered new interface driver hub\n[ 0.454840] usbcore: registered new device driver usb\n[ 0.456235] PCI: Using ACPI for IRQ routing\n[ 0.457541] NetLabel: Initializing\n[ 0.458494] NetLabel: domain hash size = 128\n[ 0.459603] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460858] NetLabel: unlabeled traffic allowed by default\n[ 0.462335] clocksource: Switched to clocksource kvm-clock\n[ 0.468097] AppArmor: AppArmor Filesystem Enabled\n[ 0.469390] pnp: PnP ACPI init\n[ 0.470554] pnp: PnP ACPI: found 5 devices\n[ 0.477180] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479486] NET: Registered protocol family 2\n[ 0.480744] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484068] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485643] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487097] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488675] NET: Registered protocol family 1\n[ 0.489831] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491310] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492764] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521398] Trying to unpack rootfs image as initramfs...\n[ 0.571275] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587605] Scanning for low memory corruption every 60 seconds\n[ 0.589776] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.591347] audit: initializing netlink subsys (disabled)\n[ 0.592732] audit: type=2000 audit(1539191370.364:1): initialized\n[ 0.594456] Initialise system trusted keyring\n[ 0.595680] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599665] zbud: loaded\n[ 0.600552] VFS: Disk quotas dquot_6.6.0\n[ 0.601729] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604046] fuse init (API version 7.23)\n[ 0.605398] Key type big_key registered\n[ 0.606584] Allocating IMA MOK and blacklist keyrings.\n[ 0.608334] Key type asymmetric registered\n[ 0.609704] Asymmetric key parser 'x509' registered\n[ 0.611217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613891] io scheduler noop registered\n[ 0.615106] io scheduler deadline registered (default)\n[ 0.616748] io scheduler cfq registered\n[ 0.618031] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619840] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624001] ACPI: Power Button [PWRF]\n[ 0.625079] GHES: HEST is not enabled!\n[ 0.639042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670604] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697505] Linux agpgart interface v0.103\n[ 0.699774] brd: module loaded\n[ 0.701164] loop: module loaded\n[ 0.705985] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707905] GPT:90111 != 2097151\n[ 0.708784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.710243] GPT:90111 != 2097151\n[ 0.711113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.712384] vda: vda1 vda15\n[ 0.713950] scsi host0: ata_piix\n[ 0.714929] scsi host1: ata_piix\n[ 0.715832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.717465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719321] libphy: Fixed MDIO Bus: probed\n[ 0.720388] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724234] PPP generic driver version 2.4.2\n[ 0.725411] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727053] ehci-pci: EHCI PCI platform driver\n[ 0.728232] ehci-platform: EHCI generic platform driver\n[ 0.729564] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731099] ohci-pci: OHCI PCI platform driver\n[ 0.732266] ohci-platform: OHCI generic platform driver\n[ 0.733596] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749411] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751310] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757654] usb usb1: Product: UHCI Host Controller\n[ 0.758968] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760495] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761732] hub 1-0:1.0: USB hub found\n[ 0.762775] hub 1-0:1.0: 2 ports detected\n[ 0.763922] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769151] mousedev: PS/2 mouse device common for all mice\n[ 0.770755] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.774503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.777671] i2c /dev entries driver\n[ 0.778657] device-mapper: uevent: version 1.0.3\n[ 0.779874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782018] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783674] NET: Registered protocol family 10\n[ 0.784933] NET: Registered protocol family 17\n[ 0.786090] Key type dns_resolver registered\n[ 0.787286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788734] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791020] registered taskstats version 1\n[ 0.792102] Loading compiled-in X.509 certificates\n[ 0.793833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796303] zswap: loaded using pool lzo/zbud\n[ 0.797939] Key type trusted registered\n[ 0.800100] Key type encrypted registered\n[ 0.801201] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802632] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804005] evm: HMAC attrs: 0x1\n[ 0.805133] Magic number: 6:196:188\n[ 0.806151] acpi device:1a: hash matches\n[ 0.807264] rtc_cmos 00:00: setting system clock to 2018-10-10 17:09:30 UTC (1539191370)\n[ 0.809354] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810846] EDD information not available.\n[ 0.879277] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.891215] Write protecting the kernel read-only data: 14336k\n[ 0.893152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895527] 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.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... [ 1.350373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCEmDa1FbKs/P4YYLZ7MJWf39vujGj4DyGLmOhkwDzCHMe4o+7LPNASEN5Xa9VCvV4o2YnV7dac27TqkuCmES5pMJn6qiXKv61VwTKiCWOJd1CveAUmkAyij90ntynCrtmWCwwkgyGocjV/EOnppak0sEPNn0kLVjhGS3jncEhWXqu8olcxvDeSnBufpWioHCZlY5YtIKag4KiFiZqRGjtRNos2b1i/ur2OqOLzNDMIQLSM9AMRU5Fk6174hHqBqC86tm2UxFEtw7KrSVcbD2t8oX6X3ufjpMS+D4l9UyvmYg6Mpbqug+wMjt/SkcYcHvltWBp+giCqw1iT4mbypdX5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOhN8X0IB2CQmprgCZNzGUYQ+Wha7LxervH4Bd2DU0TjAQ3x388gXhkQN+a3oFXxsYJMNmEAiLvReyqsNmZIveNI0Gple7TZ/3+BvOZRvce99CzfJ8s+qHVarqS/M9tPhSap2FUNt79oQWY9xDjM4070W+Qa87cAcmZQnaCAz3pjAAAAFQDzZyUFbeSpKP0KQWgXCU6TLmI9+QAAAIARwWtXZaoInp7L48I0CCDHS+VSadZNZ6QlzwEYDntWG+WWQjHXBGxl9KG5yMF/ACNZ0GYvg86/S3zxQWUJkhLUu1XCb57obfaQNL5vIqXfNmCUvHnSX6q9EsNJAOiTlKN8DqmWUG+M8KIcCD5IlKT7E3Mk5quUzRYKHSlcoR895QAAAIEAyWVSRgUuuiUz4FTQ5gyEsD0pb4s4DCKc95cAtlg97JwKrHnecDjgp5xYcBCiae8bUFFbOiEJBkGuNQxvZysR2Le1jWlzsnMDO3pTnYsinj7hsu70zlSea5QfJ/Y6w1l+q+wLIKw11fDeLqXU3+fr+SMwQTk6OD95Drac1QDRuu8= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:a22c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.83s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:A2:2C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:a22c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10764 (10.5 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-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.234575] usb 1-1: Product: QEMU USB Tablet\n[ 1.234576] usb 1-1: Manufacturer: QEMU\n[ 1.234576] usb 1-1: SerialNumber: 42\n[ 1.320032] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.332819] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.350373] random: dd urandom read with 5 bits of entropy available\n[ 1.586425] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.586427] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 63.544642] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.877680] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:09:31 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 10 18:09:31 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 10 18:09:31 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 10 18:09:31 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 10 18:09:31 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 10 18:09:31 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 10 18:09:31 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 10 18:09:31 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 10 18:09:31 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 10 18:09:31 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 10 18:09:31 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 10 18:09:31 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 10 18:09:31 cirros kern.notice kernel: [ 1.350373] random: dd urandom read with 5 bits of entropy available\nOct 10 18:09:31 cirros kern.info kernel: [ 1.586425] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 10 18:09:31 cirros kern.info kernel: [ 1.586427] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 10 18:10:32 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:10:33 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:10:33 cirros kern.info kernel: [ 63.544642] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:10:33 cirros kern.info kernel: [ 63.877680] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-12-2 login: "} 2018-10-10 17:11:20,925 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action used request id req-419b2d22-96f0-4c33-bd70-5a2007784213 2018-10-10 17:11:22,960 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-10-10 17:11:52,962 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-10 17:11:52,963 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-10 17:11:52,964 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-10 17:11:52,968 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-10 17:11:53,005 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-10 17:11:53,007 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-10 17:11:53,007 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-10 17:11:53,008 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-10 17:11:53,009 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-10 17:11:53,050 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-10 17:11:53,086 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-10 17:11:53,089 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-10 17:11:53,089 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-10 17:11:53,091 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-10 17:11:53,091 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-10 17:11:53,095 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-10 17:11:53,138 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-10 17:11:53,140 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-10 17:11:53,141 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-10 17:11:53,141 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-10 17:11:53,142 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-10 17:11:53,182 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-10 17:11:53,218 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-10 17:11:53,223 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-10 17:11:53,224 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-10 17:11:53,224 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-10 17:11:53,225 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-10 17:11:53,227 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-10 17:11:53,265 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-10 17:11:53,267 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-10 17:11:53,268 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-10 17:11:53,268 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-10 17:11:53,269 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-10 17:11:53,310 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-10 17:11:53,347 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-10 17:11:53,348 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-10 17:11:53,348 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-10 17:11:53,349 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-10 17:11:53,350 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-10 17:11:53,354 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-10 17:11:53,390 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-10 17:11:53,392 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-10 17:11:53,393 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-10 17:11:53,394 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-10 17:11:53,394 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-10 17:11:53,434 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-10 17:11:53,470 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-10 17:11:53,471 - sdnvpn-results - INFO - Check if new flows and groups were added to OVS 2018-10-10 17:11:53,472 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-10 17:11:53,473 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-10 17:11:53,474 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-10 17:11:53,474 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-10 17:11:53,476 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-10 17:11:53,512 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-10 17:11:53,513 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-10-10 17:11:53,514 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-10 17:11:53,515 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-10-10 17:11:53,515 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-10-10 17:11:53,556 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-10-10 17:11:53,626 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-10-10 17:11:53,627 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-10-10 17:12:23,657 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-10-10 17:12:23,658 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-10-10 17:12:23,658 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-10-10 17:12:23,661 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-10-10 17:12:23,735 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-10-10 17:12:23,736 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-10 17:12:23,736 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-10-10 17:12:23,738 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-10 17:12:23,738 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-10 17:12:23,740 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-10 17:12:23,801 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-10 17:12:23,802 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-10 17:12:53,832 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-10-10 17:12:53,833 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-10-10 17:12:53,833 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-10-10 17:12:53,836 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-10-10 17:12:53,896 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-10-10 17:12:53,896 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-10-10 17:12:53,897 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-10-10 17:13:23,927 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-10-10 17:13:23,928 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-10-10 17:13:23,928 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-10-10 17:13:23,931 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-10-10 17:13:23,973 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-10-10 17:13:23,975 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-10-10 17:13:23,976 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-10-10 17:13:23,976 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-10-10 17:13:23,977 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-10-10 17:13:24,017 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-10-10 17:13:24,056 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-10-10 17:13:24,059 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-10-10 17:13:24,060 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-10-10 17:13:24,061 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-10-10 17:13:24,061 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-10-10 17:13:24,064 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-10-10 17:13:24,106 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-10-10 17:13:24,107 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-10-10 17:13:24,108 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-10-10 17:13:24,109 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-10-10 17:13:24,109 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-10-10 17:13:24,149 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-10-10 17:13:24,190 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-10-10 17:13:24,197 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-10-10 17:13:24,197 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-10-10 17:13:24,198 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-10-10 17:13:24,199 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-10-10 17:13:24,203 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-10-10 17:13:24,243 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-10-10 17:13:24,244 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-10-10 17:13:24,245 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-10-10 17:13:24,246 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-10-10 17:13:24,246 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-10-10 17:13:24,287 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-10-10 17:13:24,326 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-10-10 17:13:24,327 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-10-10 17:13:24,327 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-10-10 17:13:24,329 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-10-10 17:13:24,329 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-10-10 17:13:24,333 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-10-10 17:13:24,375 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-10-10 17:13:24,377 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-10-10 17:13:24,378 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-10-10 17:13:24,379 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-10-10 17:13:24,379 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-10-10 17:13:24,419 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-10-10 17:13:24,461 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-10-10 17:13:24,462 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by del/set controller. 2018-10-10 17:13:24,463 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-10-10 17:13:24,463 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-10-10 17:13:24,464 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-10-10 17:13:24,465 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-10-10 17:13:24,469 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-10-10 17:13:24,524 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-10-10 17:13:24,524 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-10-10 17:13:54,547 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-10-10 17:13:54,548 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-10-10 17:13:54,548 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-10-10 17:13:54,550 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-10-10 17:13:54,583 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-10-10 17:13:54,583 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-10-10 17:13:54,584 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-10-10 17:13:54,585 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-10-10 17:13:54,585 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-10-10 17:13:54,589 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-10-10 17:13:54,648 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-10-10 17:13:54,649 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-10-10 17:14:24,679 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-10-10 17:14:24,680 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-10-10 17:14:24,680 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-10-10 17:14:24,683 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-10-10 17:14:24,715 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-10-10 17:14:24,715 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-10-10 17:14:24,716 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-10-10 17:14:54,746 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-10-10 17:14:54,747 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-10-10 17:14:54,747 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-10-10 17:14:54,750 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-10-10 17:14:54,787 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-10-10 17:14:54,789 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-10-10 17:14:54,790 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-10-10 17:14:54,790 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-10-10 17:14:54,791 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-10-10 17:14:54,831 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-10-10 17:14:54,870 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-10-10 17:14:54,872 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-10-10 17:14:54,873 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-10-10 17:14:54,874 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-10-10 17:14:54,874 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-10-10 17:14:54,878 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-10-10 17:14:54,914 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-10-10 17:14:54,916 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-10-10 17:14:54,917 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-10-10 17:14:54,918 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-10-10 17:14:54,918 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-10-10 17:14:54,958 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-10-10 17:14:54,993 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-10-10 17:14:54,999 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-10-10 17:14:55,000 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-10-10 17:14:55,000 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-10-10 17:14:55,001 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-10-10 17:14:55,003 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-10-10 17:14:55,043 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-10-10 17:14:55,044 - paramiko.transport - DEBUG - [chan 23] Max packet in: 32768 bytes 2018-10-10 17:14:55,045 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-10-10 17:14:55,046 - paramiko.transport - DEBUG - [chan 23] Max packet out: 32768 bytes 2018-10-10 17:14:55,046 - paramiko.transport - DEBUG - Secsh channel 23 opened. 2018-10-10 17:14:55,087 - paramiko.transport - DEBUG - [chan 23] Sesch channel 23 request ok 2018-10-10 17:14:55,126 - paramiko.transport - DEBUG - [chan 23] EOF received (23) 2018-10-10 17:14:55,127 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-10-10 17:14:55,127 - paramiko.transport - DEBUG - [chan 23] EOF sent (23) 2018-10-10 17:14:55,128 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-10-10 17:14:55,128 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-10-10 17:14:55,131 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-10-10 17:14:55,166 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-10-10 17:14:55,168 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-10-10 17:14:55,169 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-10-10 17:14:55,169 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-10-10 17:14:55,169 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-10-10 17:14:55,211 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-10-10 17:14:55,246 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-10-10 17:14:55,247 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok 2018-10-10 17:14:55,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32dbaab30886eeef958de50a4af0a8aebb1fe79a" -d '{"forceDelete": null}' 2018-10-10 17:14:55,256 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-10-10 17:14:55,567 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17: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 x-openstack-request-id: req-f617c521-6565-4491-8185-e2f0404c3e53 x-compute-request-id: req-f617c521-6565-4491-8185-e2f0404c3e53 Content-Length: 0 Content-Type: application/json 2018-10-10 17:14:55,567 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2db94992-630a-4354-839b-3ab27e551773/action used request id req-f617c521-6565-4491-8185-e2f0404c3e53 2018-10-10 17:14:55,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32dbaab30886eeef958de50a4af0a8aebb1fe79a" -d '{"forceDelete": null}' 2018-10-10 17:14:55,743 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17: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 x-openstack-request-id: req-740b5844-7a71-4549-afe5-14865754072d x-compute-request-id: req-740b5844-7a71-4549-afe5-14865754072d Content-Length: 0 Content-Type: application/json 2018-10-10 17:14:55,743 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0528e430-f543-49a3-b001-81f1b6f141dc/action used request id req-740b5844-7a71-4549-afe5-14865754072d 2018-10-10 17:14:55,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/d3aa6556-fc18-4beb-aaed-943b1b8e7c66 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}69e7afca660bd9d8289ecc5b2923bfcdf3c93932" 2018-10-10 17:14:57,918 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-60df3982-f11a-44bf-929f-01a712f713fe Date: Wed, 10 Oct 2018 17:14:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:14:57,918 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/d3aa6556-fc18-4beb-aaed-943b1b8e7c66 used request id req-60df3982-f11a-44bf-929f-01a712f713fe 2018-10-10 17:14:57,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/533f28ab-60fd-4fef-8a06-e384f38476af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55e202be10f293a62ec0f5bee1b7e54501c42a27" 2018-10-10 17:15:00,029 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fafaf9ff-b653-4f26-b079-fb7bd838f043 Date: Wed, 10 Oct 2018 17:15:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:15:00,029 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/533f28ab-60fd-4fef-8a06-e384f38476af used request id req-fafaf9ff-b653-4f26-b079-fb7bd838f043 2018-10-10 17:15:00,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/9052b1ef-5b48-4a1a-a8ea-8fe9b2096216 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55e202be10f293a62ec0f5bee1b7e54501c42a27" 2018-10-10 17:15:01,891 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-00cadefb-55d3-4d9e-9956-807094780748 Date: Wed, 10 Oct 2018 17:15:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:15:01,891 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/9052b1ef-5b48-4a1a-a8ea-8fe9b2096216 used request id req-00cadefb-55d3-4d9e-9956-807094780748 2018-10-10 17:15:01,892 - 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 290, actual flow count 320| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 36, actual group count 36| +========================================================================================+ | 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 290, actual flow count 322| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 36, actual group count 36| +========================================================================================+ +========================================================================================+ 2018-10-10 17:15:01,892 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-10 17:15:01,895 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-10-10 17:15:01,895 - 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 290, actual flow count 320': 'PASS'}, {'OVS groups are programmed after resync expected group count 36, actual group count 36': 'PASS'}, {'OVS flows are programmed after resync expected flow count 290, actual flow count 322': 'PASS'}, {'OVS groups are programmed after resync expected group count 36, actual group count 36': 'PASS'}]} 2018-10-10 17:15:01,895 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology' 2018-10-10 17:15:01,896 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-10-10 17:15:01,896 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-10-10 17:15:01,984 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-10-10 17:15:01,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:15:01,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:15:01,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:15:01,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:15:01,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:15:01,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:15:01,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:15:01,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:15:01,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:15:01,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:15:01,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:15:01,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:15:01,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:15:01,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:15:01,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:15:01,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:15:01,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:15:01,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:15:01,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:15:01,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:15:01,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:15:01,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:15:01,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:15:01,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:15:01,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:15:01,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:15:01,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:15:01,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:15:01,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:15:01,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:15:01,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:15:01,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:15:01,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:15:01,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:15:01,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:15:01,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:15:01,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:15:01,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:15:01,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:15:01,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:15:01,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:15:01,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:15:01,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:15:01,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:15:01,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:15:01,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:15:01,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:15:01,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:15:01,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-10 17:15:01,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:15:01,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:15:01,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:15:01,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:15:01,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:15:01,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:15:01,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:15:01,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:15:01,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:15:01,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:15:01,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:15:01,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:15:01,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:15:01,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:15:01,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:15:01,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:15:01,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:15:01,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:15:01,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:15:01,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:15:01,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:15:01,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:15:01,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:15:01,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:15:01,998 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-10 17:15:02,001 - paramiko.transport - DEBUG - starting thread (client mode): 0xac245c10L 2018-10-10 17:15:02,001 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:15:02,030 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:15:02,030 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:15:02,035 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:15:02,035 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:15:02,035 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:15:02,035 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:15:02,035 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:15:02,035 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:15:02,044 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:15:02,044 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:15:02,065 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.203: fb37fbdd5d506ce6517f345d902a2f4c 2018-10-10 17:15:02,066 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:15:02,084 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:15:02,110 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:15:02,131 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:15:02,267 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:15:02,268 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:15:02,307 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:15:02,307 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:15:02,338 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:15:07,357 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:15:07,358 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:15:07,360 - paramiko.transport - DEBUG - starting thread (client mode): 0xac1efdd0L 2018-10-10 17:15:07,360 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:15:07,367 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:15:07,367 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:15:07,370 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:15:07,370 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:15:07,371 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:15:07,371 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:15:07,371 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:15:07,371 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:15:07,377 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:15:07,378 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:15:07,392 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 53a4c94cdd785198c23fdacd435dbb05 2018-10-10 17:15:07,392 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:15:07,416 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:15:07,430 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:15:07,457 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:15:07,535 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:15:07,535 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:15:07,574 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:15:07,575 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:15:07,593 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:15:07,629 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:15:07,630 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:15:07,631 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:15:07,632 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:15:07,632 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:15:07,673 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:15:07,713 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:15:07,714 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:15:07,714 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:15:07,716 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:15:07,716 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:15:07,756 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:15:07,788 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:15:07,790 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:15:07,792 - paramiko.transport - DEBUG - starting thread (client mode): 0xac1dba90L 2018-10-10 17:15:07,793 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:15:07,797 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:15:07,798 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:15:07,801 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:15:07,801 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:15:07,801 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:15:07,801 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:15:07,801 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:15:07,801 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:15:07,806 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:15:07,806 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:15:07,808 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: dc5399323434d80f939a007cf0b05976 2018-10-10 17:15:07,809 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:15:07,846 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:15:07,859 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:15:07,873 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:15:07,961 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:15:07,961 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:15:08,000 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:15:08,000 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:15:08,008 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:15:08,045 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:15:08,046 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:15:08,046 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:15:08,047 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:15:08,047 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:15:08,089 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:15:08,127 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:15:08,129 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:15:08,129 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:15:08,130 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:15:08,130 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:15:08,171 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:15:08,203 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:15:08,205 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:15:08,207 - paramiko.transport - DEBUG - starting thread (client mode): 0xac16f310L 2018-10-10 17:15:08,207 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:15:08,212 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:15:08,212 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:15:08,215 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:15:08,215 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:15:08,215 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:15:08,215 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:15:08,215 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:15:08,216 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:15:08,220 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:15:08,221 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:15:08,222 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: adad1fe9d8218443bb3a80dedbc5a49f 2018-10-10 17:15:08,223 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:15:08,259 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:15:08,271 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:15:08,287 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:15:08,352 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:15:08,352 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:15:08,391 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:15:08,391 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:15:08,398 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:15:08,433 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:15:08,434 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:15:08,435 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:15:08,436 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:15:08,436 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:15:08,477 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:15:08,512 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:15:08,514 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:15:08,514 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:15:08,515 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:15:08,515 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:15:08,555 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:15:08,586 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:15:08,587 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:15:08,589 - paramiko.transport - DEBUG - starting thread (client mode): 0xac396710L 2018-10-10 17:15:08,589 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:15:08,596 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:15:08,596 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:15:08,599 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:15:08,599 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:15:08,599 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:15:08,600 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:15:08,600 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:15:08,600 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:15:08,605 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:15:08,605 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:15:08,621 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 317603c5623f2ea0b03203fb9c24e521 2018-10-10 17:15:08,622 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:15:08,644 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:15:08,657 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:15:08,686 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:15:08,754 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:15:08,754 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:15:08,793 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:15:08,793 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:15:08,805 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:15:08,837 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:15:08,838 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:15:08,839 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:15:08,839 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:15:08,840 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:15:08,881 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:15:08,914 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:15:08,916 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:15:08,916 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:15:08,917 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:15:08,917 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:15:08,957 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:15:08,987 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:15:08,988 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:15:08,990 - paramiko.transport - DEBUG - starting thread (client mode): 0xac2b4210L 2018-10-10 17:15:08,991 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:15:08,995 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:15:08,995 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:15:08,997 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:15:08,997 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:15:08,998 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:15:08,998 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:15:08,998 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:15:08,998 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:15:09,002 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:15:09,003 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:15:09,006 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7852148011ce4dd631352d7fa3d8382f 2018-10-10 17:15:09,007 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:15:09,042 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:15:09,053 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:15:09,071 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:15:09,136 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:15:09,136 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:15:09,175 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:15:09,176 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:15:09,182 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:15:09,212 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:15:09,213 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:15:09,214 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:15:09,214 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:15:09,214 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:15:09,255 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:15:09,288 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:15:09,289 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:15:09,289 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:15:09,291 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:15:09,291 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:15:09,331 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:15:09,359 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:15:09,360 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:15:09,361 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:15:09,362 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:15:09,362 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:15:09,368 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:15:14,026 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:15:14,028 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:15:14,030 - paramiko.transport - DEBUG - starting thread (client mode): 0xac1eff10L 2018-10-10 17:15:14,031 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:15:14,037 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:15:14,037 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:15:14,041 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:15:14,041 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:15:14,041 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:15:14,041 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:15:14,041 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:15:14,042 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:15:14,046 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:15:14,047 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:15:14,062 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 53a4c94cdd785198c23fdacd435dbb05 2018-10-10 17:15:14,063 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:15:14,087 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:15:14,100 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:15:14,127 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:15:14,203 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:15:14,203 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:15:14,243 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:15:14,244 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:15:14,264 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:15:14,300 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:15:14,301 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:15:14,302 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:15:14,303 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:15:14,303 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:15:14,344 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:15:14,380 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:15:14,381 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:15:14,382 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:15:14,383 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:15:14,383 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:15:14,424 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:15:14,457 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:15:14,458 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:15:14,460 - paramiko.transport - DEBUG - starting thread (client mode): 0xac1f4150L 2018-10-10 17:15:14,461 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:15:14,466 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:15:14,466 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:15:14,468 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:15:14,469 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:15:14,469 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:15:14,469 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:15:14,469 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:15:14,469 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:15:14,474 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:15:14,474 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:15:14,476 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: dc5399323434d80f939a007cf0b05976 2018-10-10 17:15:14,477 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:15:14,514 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:15:14,526 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:15:14,541 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:15:14,601 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:15:14,601 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:15:14,641 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:15:14,642 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:15:14,646 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:15:14,683 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:15:14,684 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:15:14,684 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:15:14,686 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:15:14,686 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:15:14,726 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:15:14,763 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:15:14,764 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:15:14,765 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:15:14,766 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:15:14,766 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:15:14,807 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:15:14,840 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:15:14,841 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:15:14,843 - paramiko.transport - DEBUG - starting thread (client mode): 0xac209850L 2018-10-10 17:15:14,844 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:15:14,848 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:15:14,849 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:15:14,851 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:15:14,852 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:15:14,852 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:15:14,852 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:15:14,852 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:15:14,852 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:15:14,857 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:15:14,857 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:15:14,860 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: adad1fe9d8218443bb3a80dedbc5a49f 2018-10-10 17:15:14,860 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:15:14,897 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:15:14,908 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:15:14,925 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:15:14,987 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:15:14,987 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:15:15,026 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:15:15,027 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:15:15,032 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:15:15,065 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:15:15,066 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:15:15,067 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:15:15,068 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:15:15,068 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:15:15,109 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:15:15,147 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:15:15,148 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:15:15,149 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:15:15,150 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:15:15,150 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:15:15,191 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:15:15,221 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:15:15,222 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:15:15,224 - paramiko.transport - DEBUG - starting thread (client mode): 0xac15f510L 2018-10-10 17:15:15,224 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:15:15,229 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:15:15,229 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:15:15,231 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:15:15,232 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:15:15,232 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:15:15,232 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:15:15,232 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:15:15,232 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:15:15,237 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:15:15,237 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:15:15,240 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 317603c5623f2ea0b03203fb9c24e521 2018-10-10 17:15:15,241 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:15:15,277 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:15:15,287 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:15:15,305 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:15:15,361 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:15:15,361 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:15:15,400 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:15:15,401 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:15:15,408 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:15:15,438 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:15:15,439 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:15:15,440 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:15:15,440 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:15:15,441 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:15:15,481 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:15:15,512 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:15:15,514 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:15:15,514 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:15:15,515 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:15:15,515 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:15:15,555 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:15:15,584 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:15:15,585 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:15:15,587 - paramiko.transport - DEBUG - starting thread (client mode): 0xac167190L 2018-10-10 17:15:15,588 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:15:15,593 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:15:15,593 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:15:15,595 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:15:15,595 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:15:15,596 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:15:15,596 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:15:15,596 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:15:15,596 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:15:15,600 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:15:15,601 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:15:15,603 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7852148011ce4dd631352d7fa3d8382f 2018-10-10 17:15:15,604 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:15:15,640 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:15:15,652 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:15:15,669 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:15:15,731 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:15:15,731 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:15:15,770 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:15:15,771 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:15:15,775 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:15:15,804 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:15:15,805 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:15:15,806 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:15:15,807 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:15:15,807 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:15:15,847 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:15:15,878 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:15:15,880 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:15:15,880 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:15:15,881 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:15:15,881 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:15:15,921 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:15:15,948 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:15:15,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:15:15,952 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:15:15,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74f3bd3b-a945-4419-bdf2-1b1f761e7bc3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:15:15,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-74f3bd3b-a945-4419-bdf2-1b1f761e7bc3 2018-10-10 17:15:15,959 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:15:16,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:15:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["OLVtFVEHQ0WbzaDUVcLwyg"], "issued_at": "2018-10-10T17:15:16.000000Z"}} 2018-10-10 17:15:16,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}607eb532c1ca44e63c05b74133854a7ea24047f7" 2018-10-10 17:15:16,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-5b6aba58-9c39-41e5-ae6d-ac491487fafc Date: Wed, 10 Oct 2018 17:15:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-10 17:15:16,517 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20 used request id req-5b6aba58-9c39-41e5-ae6d-ac491487fafc 2018-10-10 17:15:16,518 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-10 17:15:16,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}607eb532c1ca44e63c05b74133854a7ea24047f7" 2018-10-10 17:15:16,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-31d6dc7e-82b7-41a4-b295-74dd3af3c520 Date: Wed, 10 Oct 2018 17:15:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 17:15:16,672 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-31d6dc7e-82b7-41a4-b295-74dd3af3c520 2018-10-10 17:15:16,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}607eb532c1ca44e63c05b74133854a7ea24047f7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-10 17:15:16,903 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/08d459f0-b546-4766-b49a-7b367cd740f7 X-Openstack-Request-Id: req-7934992e-a7d9-469a-8fa6-24f4ef315090 Date: Wed, 10 Oct 2018 17:15:16 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T17:15:16Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T17:15:16Z", "visibility": "public", "locations": [], "self": "/v2/images/08d459f0-b546-4766-b49a-7b367cd740f7", "min_disk": 0, "protected": false, "id": "08d459f0-b546-4766-b49a-7b367cd740f7", "file": "/v2/images/08d459f0-b546-4766-b49a-7b367cd740f7/file", "checksum": null, "owner": "d00928b339b74d1eac5a92b45f495878", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 17:15:16,903 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-7934992e-a7d9-469a-8fa6-24f4ef315090 2018-10-10 17:15:16,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/08d459f0-b546-4766-b49a-7b367cd740f7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}607eb532c1ca44e63c05b74133854a7ea24047f7" -d '' 2018-10-10 17:15:18,883 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-64aea412-9e01-454f-88ec-f5405fca0373 Date: Wed, 10 Oct 2018 17:15:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:15:18,883 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/08d459f0-b546-4766-b49a-7b367cd740f7/file used request id req-64aea412-9e01-454f-88ec-f5405fca0373 2018-10-10 17:15:18,884 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-11-1-net 2018-10-10 17:15:18,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:15:18,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-708509db-86b6-49c4-946b-a5ae6517fe16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:15:18,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-708509db-86b6-49c4-946b-a5ae6517fe16 2018-10-10 17:15:18,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:15:19,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:15:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["JY5FsBFCRgy_AajeO3HmHg"], "issued_at": "2018-10-10T17:15:19.000000Z"}} 2018-10-10 17:15:19,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b968b5cfb444829dc03e40cee68a4fff0f63ded4" -d '{"network": {"name": "sdnvpn-11-1-net", "admin_state_up": true}}' 2018-10-10 17:15:19,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-eecb986c-d842-4186-8209-6b1813e295ee Date: Wed, 10 Oct 2018 17:15: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":"028ddf86-c659-470e-87a2-1138bc02467c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:15:19Z","is_default":false,"provider:segmentation_id":8,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:15:19Z","mtu":1450}} 2018-10-10 17:15:19,713 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-eecb986c-d842-4186-8209-6b1813e295ee 2018-10-10 17:15:19,713 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-11-1-subnet in network 028ddf86-c659-470e-87a2-1138bc02467c with cidr 10.10.10.0/24 2018-10-10 17:15:19,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b968b5cfb444829dc03e40cee68a4fff0f63ded4" -d '{"subnets": [{"ip_version": 4, "network_id": "028ddf86-c659-470e-87a2-1138bc02467c", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-11-1-subnet"}]}' 2018-10-10 17:15:20,340 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-88364b9d-fb2a-417b-94ca-ad3d037c3ef1 Date: Wed, 10 Oct 2018 17:15:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"028ddf86-c659-470e-87a2-1138bc02467c","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:15:19Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T17:15:19Z","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":"d00928b339b74d1eac5a92b45f495878","id":"b67e15a1-b00b-49ed-8f29-5b3c39489e4f","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-10-10 17:15:20,340 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-88364b9d-fb2a-417b-94ca-ad3d037c3ef1 2018-10-10 17:15:20,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b968b5cfb444829dc03e40cee68a4fff0f63ded4" 2018-10-10 17:15:20,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-8241171b-c2f7-4d72-910e-7db1272e5d7a Date: Wed, 10 Oct 2018 17:15:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:16Z", "updated_at": "2018-10-10T16:50:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "53bb9cee-d287-460c-81f4-cf667cd69062", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "abbec588-e284-4eaa-945e-020567df2594", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "ccee292e-a260-43c9-a873-3eb28dc6cc28", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "f01ba550-6535-45d2-9a50-4f8b1abf0865", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}], "revision_number": 4, "project_id": "9159c9580e42418192303fcbcaac7003", "id": "8544d859-73ec-498f-8301-e2235d177a01", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "updated_at": "2018-10-10T16:58:11Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-10T16:58:11Z", "revision_number": 0, "id": "6c2b90b6-dc32-4d6e-b1cd-8739c7f7d7f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:58:11Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 179, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8baf8790-daaa-4d31-86e3-28959d6b01fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8c55c9aa-ef19-4cd2-bd60-3588618c6584", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "a650f5c7-d120-467e-b30c-b8f77a459680", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "abbe640c-fd34-4bfe-9f4f-c2375ad75114", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "d0682f26-9774-4a15-bf12-ec653ac9efcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "db4b9bdb-cbf7-4b9a-a9a7-7d6a8cac30b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 7, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "90409ce8-77de-4088-be50-1e033812a399", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "updated_at": "2018-10-10T14:38:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "name": "default"}]} 2018-10-10 17:15:20,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-8241171b-c2f7-4d72-910e-7db1272e5d7a 2018-10-10 17:15:20,572 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-10 17:15:20,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:15:20,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7af84689-17dc-421e-bae2-fd73b73d9469 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:15:20,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7af84689-17dc-421e-bae2-fd73b73d9469 2018-10-10 17:15:20,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:15:20,960 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:15:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["CZEILPYgTqSOzTx_boibvw"], "issued_at": "2018-10-10T17:15:20.000000Z"}} 2018-10-10 17:15:20,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10aaa3ce23f390704da7c4f91ec26bb449509ca" 2018-10-10 17:15:21,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15: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-5e2cea22-83f2-4e8a-8597-cfec0b0bcde3 x-compute-request-id: req-5e2cea22-83f2-4e8a-8597-cfec0b0bcde3 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.3", "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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "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.6", "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}]} 2018-10-10 17:15:21,148 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-5e2cea22-83f2-4e8a-8597-cfec0b0bcde3 2018-10-10 17:15:21,149 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 17:15:21,150 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 17:15:21,150 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 17:15:21,153 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 17:15:21,205 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 17:15:21,206 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 17:15:21,207 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 17:15:21,208 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 17:15:21,208 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 17:15:21,249 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 17:15:21,292 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 17:15:21,293 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 17:15:21,293 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 17:15:21,294 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 17:15:21,294 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 17:15:21,297 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 17:15:21,336 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-10 17:15:21,338 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 17:15:21,338 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 17:15:21,339 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 17:15:21,339 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 17:15:21,379 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 17:15:21,412 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 17:15:21,413 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-2'... 2018-10-10 17:15:21,413 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-2 flavor=m1.tiny image=08d459f0-b546-4766-b49a-7b367cd740f7 network=028ddf86-c659-470e-87a2-1138bc02467c secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-10 17:15:21,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:15:21,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:15:21,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:15:21,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:15:21,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:15:21,415 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 17:15:21,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:15:21,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:15:21,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:15:21,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:15:21,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:15:21,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:15:21,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:15:21,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:15:21,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:15:21,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:15:21,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:15:21,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:15:21,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:15:21,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:15:21,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:15:21,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:15:21,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:15:21,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:15:21,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:15:21,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:15:21,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:15:21,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:15:21,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:15:21,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:15:21,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:15:21,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:15:21,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:15:21,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:15:21,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:15:21,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:15:21,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:15:21,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:15:21,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:15:21,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:15:21,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:15:21,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:15:21,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:15:21,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:15:21,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:15:21,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:15:21,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:15:21,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:15:21,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:15:21,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:15:21,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc60b9e0-684b-4cc0-8548-dfe467c16e75 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:15:21,432 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cc60b9e0-684b-4cc0-8548-dfe467c16e75 2018-10-10 17:15:21,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:15:21,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:15:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["4DK07TJATDSBdzj65k8ehg"], "issued_at": "2018-10-10T17:15:21.000000Z"}} 2018-10-10 17:15:21,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" 2018-10-10 17:15:21,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15: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-da89d46e-efb5-4241-9646-5c37fa47c3f0 x-compute-request-id: req-da89d46e-efb5-4241-9646-5c37fa47c3f0 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:15:21,995 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-da89d46e-efb5-4241-9646-5c37fa47c3f0 2018-10-10 17:15:21,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" 2018-10-10 17:15:22,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-9587b6e4-f0b7-48ae-99ce-ea9f356953e4 x-compute-request-id: req-9587b6e4-f0b7-48ae-99ce-ea9f356953e4 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:15:22,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-9587b6e4-f0b7-48ae-99ce-ea9f356953e4 2018-10-10 17:15:22,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" -d '{"server": {"name": "sdnvpn-11-2", "imageRef": "08d459f0-b546-4766-b49a-7b367cd740f7", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "max_count": 1, "min_count": 1, "networks": [{"uuid": "028ddf86-c659-470e-87a2-1138bc02467c"}]}}' 2018-10-10 17:15:23,624 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17: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 x-openstack-request-id: req-2b1faf48-fbfd-4054-a0aa-29bb4de8c512 x-compute-request-id: req-2b1faf48-fbfd-4054-a0aa-29bb4de8c512 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ab834096-163b-448b-81d7-00e7df696ba4", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ab834096-163b-448b-81d7-00e7df696ba4", "rel": "bookmark"}], "adminPass": "rVSCzd4uMw28"}} 2018-10-10 17:15:23,624 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-2b1faf48-fbfd-4054-a0aa-29bb4de8c512 2018-10-10 17:15:23,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:15:23,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0603bcda-47f7-4617-8eb8-f8042d1ee4f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:15:23,633 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0603bcda-47f7-4617-8eb8-f8042d1ee4f2 2018-10-10 17:15:23,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:15:24,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:15:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["isqBKx5URr2vznkAWd3LAw"], "issued_at": "2018-10-10T17:15:24.000000Z"}} 2018-10-10 17:15:24,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fffd2e75d3c7f3d3cfdf69ce97f596025e957ce" 2018-10-10 17:15:24,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15: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-8d018bef-27bd-4031-bc4d-4dee38ea3188 x-compute-request-id: req-8d018bef-27bd-4031-bc4d-4dee38ea3188 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.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ab834096-163b-448b-81d7-00e7df696ba4", "rel": "bookmark"}], "image": {"id": "08d459f0-b546-4766-b49a-7b367cd740f7", "links": [{"href": "http://172.30.9.27:8774/images/08d459f0-b546-4766-b49a-7b367cd740f7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "ab834096-163b-448b-81d7-00e7df696ba4", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:15: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": "sdnvpn-11-2", "created": "2018-10-10T17:15:23Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:15:24,536 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4 used request id req-8d018bef-27bd-4031-bc4d-4dee38ea3188 2018-10-10 17:15:27,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fffd2e75d3c7f3d3cfdf69ce97f596025e957ce" 2018-10-10 17:15:28,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15: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-cf439907-9001-4867-af49-425bec5c04f3 x-compute-request-id: req-cf439907-9001-4867-af49-425bec5c04f3 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:df:0e", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ab834096-163b-448b-81d7-00e7df696ba4", "rel": "bookmark"}], "image": {"id": "08d459f0-b546-4766-b49a-7b367cd740f7", "links": [{"href": "http://172.30.9.27:8774/images/08d459f0-b546-4766-b49a-7b367cd740f7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000137", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "ab834096-163b-448b-81d7-00e7df696ba4", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:15:24Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-10-10T17:15:23Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:15:28,082 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4 used request id req-cf439907-9001-4867-af49-425bec5c04f3 2018-10-10 17:15:31,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fffd2e75d3c7f3d3cfdf69ce97f596025e957ce" 2018-10-10 17:15:31,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15: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-89fd2b60-7ef3-4732-9f10-a13774fc1f73 x-compute-request-id: req-89fd2b60-7ef3-4732-9f10-a13774fc1f73 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:60:df:0e", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ab834096-163b-448b-81d7-00e7df696ba4", "rel": "bookmark"}], "image": {"id": "08d459f0-b546-4766-b49a-7b367cd740f7", "links": [{"href": "http://172.30.9.27:8774/images/08d459f0-b546-4766-b49a-7b367cd740f7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000137", "OS-SRV-USG:launched_at": "2018-10-10T17:15:26.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "ab834096-163b-448b-81d7-00e7df696ba4", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:15:28Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-10-10T17:15:23Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:15:31,843 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4 used request id req-89fd2b60-7ef3-4732-9f10-a13774fc1f73 2018-10-10 17:15:31,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" 2018-10-10 17:15:32,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15: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-f68adee5-2825-49cd-bc39-0d812381893a x-compute-request-id: req-f68adee5-2825-49cd-bc39-0d812381893a 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:60:df:0e", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ab834096-163b-448b-81d7-00e7df696ba4", "rel": "bookmark"}], "image": {"id": "08d459f0-b546-4766-b49a-7b367cd740f7", "links": [{"href": "http://172.30.9.27:8774/images/08d459f0-b546-4766-b49a-7b367cd740f7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000137", "OS-SRV-USG:launched_at": "2018-10-10T17:15:26.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "ab834096-163b-448b-81d7-00e7df696ba4", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:15:28Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-10-10T17:15:23Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:15:32,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4 used request id req-f68adee5-2825-49cd-bc39-0d812381893a 2018-10-10 17:15:32,558 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-2' booted successfully. IP='10.10.10.9'. 2018-10-10 17:15:32,558 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-2' to security group 'sdnvpn-sg'... 2018-10-10 17:15:32,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10aaa3ce23f390704da7c4f91ec26bb449509ca" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:15:34,018 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17: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 x-openstack-request-id: req-8e3244e5-0d0c-4494-ac6b-5c7424f6fb8e x-compute-request-id: req-8e3244e5-0d0c-4494-ac6b-5c7424f6fb8e Content-Length: 0 Content-Type: application/json 2018-10-10 17:15:34,018 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action used request id req-8e3244e5-0d0c-4494-ac6b-5c7424f6fb8e 2018-10-10 17:15:34,019 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-1'... 2018-10-10 17:15:34,019 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-1 flavor=m1.tiny image=08d459f0-b546-4766-b49a-7b367cd740f7 network=028ddf86-c659-470e-87a2-1138bc02467c secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-10 17:15:34,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:15:34,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:15:34,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:15:34,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:15:34,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:15:34,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:15:34,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:15:34,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:15:34,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:15:34,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:15:34,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:15:34,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:15:34,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:15:34,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:15:34,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:15:34,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:15:34,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:15:34,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:15:34,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:15:34,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:15:34,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:15:34,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:15:34,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:15:34,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:15:34,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:15:34,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:15:34,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:15:34,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:15:34,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:15:34,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:15:34,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:15:34,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:15:34,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:15:34,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:15:34,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:15:34,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:15:34,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:15:34,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:15:34,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:15:34,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:15:34,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:15:34,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:15:34,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:15:34,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:15:34,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:15:34,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:15:34,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:15:34,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:15:34,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:15:34,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48f0347c-eab8-4635-99d3-bd3f50c432ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:15:34,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-48f0347c-eab8-4635-99d3-bd3f50c432ef 2018-10-10 17:15:34,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:15:34,411 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:15:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["-yqQ2HzcQsWIWJUDBKVuSQ"], "issued_at": "2018-10-10T17:15:34.000000Z"}} 2018-10-10 17:15:34,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" 2018-10-10 17:15:34,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15: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-c34461f6-f90d-4ecd-a446-28dfca0ba5c7 x-compute-request-id: req-c34461f6-f90d-4ecd-a446-28dfca0ba5c7 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:15:34,585 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c34461f6-f90d-4ecd-a446-28dfca0ba5c7 2018-10-10 17:15:34,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" 2018-10-10 17:15:34,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15: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-f97c9059-87b3-4eac-b2c8-a8f82d5a7421 x-compute-request-id: req-f97c9059-87b3-4eac-b2c8-a8f82d5a7421 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:15:34,617 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-f97c9059-87b3-4eac-b2c8-a8f82d5a7421 2018-10-10 17:15:34,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" -d '{"server": {"name": "sdnvpn-11-1", "imageRef": "08d459f0-b546-4766-b49a-7b367cd740f7", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "max_count": 1, "min_count": 1, "networks": [{"uuid": "028ddf86-c659-470e-87a2-1138bc02467c"}]}}' 2018-10-10 17:15:36,080 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:15: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-8385dbb1-dbfa-470c-83af-ff20368b34db x-compute-request-id: req-8385dbb1-dbfa-470c-83af-ff20368b34db Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "92222d64-1f0d-4a70-967d-f4175819037d", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/92222d64-1f0d-4a70-967d-f4175819037d", "rel": "bookmark"}], "adminPass": "kuPL7befUH2y"}} 2018-10-10 17:15:36,081 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-8385dbb1-dbfa-470c-83af-ff20368b34db 2018-10-10 17:15:36,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:15:36,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ff16176-72cc-4603-97b0-2e55bb2b3511 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:15:36,089 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1ff16176-72cc-4603-97b0-2e55bb2b3511 2018-10-10 17:15:36,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:15:36,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:15:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["k0PjT1J6TAKeo11RYQQx9w"], "issued_at": "2018-10-10T17:15:36.000000Z"}} 2018-10-10 17:15:36,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e965c7261df38e49e1f3eaf926ee4e90f08537e3" 2018-10-10 17:15:36,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15: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-7c1b08bf-bc27-4010-b10b-5778404711bb x-compute-request-id: req-7c1b08bf-bc27-4010-b10b-5778404711bb Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/92222d64-1f0d-4a70-967d-f4175819037d", "rel": "bookmark"}], "image": {"id": "08d459f0-b546-4766-b49a-7b367cd740f7", "links": [{"href": "http://172.30.9.27:8774/images/08d459f0-b546-4766-b49a-7b367cd740f7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "92222d64-1f0d-4a70-967d-f4175819037d", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:15:36Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-11-1", "created": "2018-10-10T17:15:36Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:15:36,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d used request id req-7c1b08bf-bc27-4010-b10b-5778404711bb 2018-10-10 17:15:39,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e965c7261df38e49e1f3eaf926ee4e90f08537e3" 2018-10-10 17:15:40,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15: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-6340072f-1d7d-465a-90a0-64533ecabaa8 x-compute-request-id: req-6340072f-1d7d-465a-90a0-64533ecabaa8 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:69:84", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/92222d64-1f0d-4a70-967d-f4175819037d", "rel": "bookmark"}], "image": {"id": "08d459f0-b546-4766-b49a-7b367cd740f7", "links": [{"href": "http://172.30.9.27:8774/images/08d459f0-b546-4766-b49a-7b367cd740f7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "92222d64-1f0d-4a70-967d-f4175819037d", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:15:37Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-10-10T17:15:36Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:15:40,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d used request id req-6340072f-1d7d-465a-90a0-64533ecabaa8 2018-10-10 17:15:43,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e965c7261df38e49e1f3eaf926ee4e90f08537e3" 2018-10-10 17:15:44,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa0e55bc-e131-476a-a7c9-561a0c3b6d62 x-compute-request-id: req-aa0e55bc-e131-476a-a7c9-561a0c3b6d62 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:a6:69:84", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/92222d64-1f0d-4a70-967d-f4175819037d", "rel": "bookmark"}], "image": {"id": "08d459f0-b546-4766-b49a-7b367cd740f7", "links": [{"href": "http://172.30.9.27:8774/images/08d459f0-b546-4766-b49a-7b367cd740f7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": "2018-10-10T17:15:38.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "92222d64-1f0d-4a70-967d-f4175819037d", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:15:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-10-10T17:15:36Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:15:44,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d used request id req-aa0e55bc-e131-476a-a7c9-561a0c3b6d62 2018-10-10 17:15:44,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" 2018-10-10 17:15:44,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15: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-94d39abe-4238-4626-a0ae-e177d4bb4223 x-compute-request-id: req-94d39abe-4238-4626-a0ae-e177d4bb4223 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:a6:69:84", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/92222d64-1f0d-4a70-967d-f4175819037d", "rel": "bookmark"}], "image": {"id": "08d459f0-b546-4766-b49a-7b367cd740f7", "links": [{"href": "http://172.30.9.27:8774/images/08d459f0-b546-4766-b49a-7b367cd740f7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": "2018-10-10T17:15:38.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "92222d64-1f0d-4a70-967d-f4175819037d", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:15:40Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-10-10T17:15:36Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:15:44,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d used request id req-94d39abe-4238-4626-a0ae-e177d4bb4223 2018-10-10 17:15:44,743 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-1' booted successfully. IP='10.10.10.11'. 2018-10-10 17:15:44,744 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-1' to security group 'sdnvpn-sg'... 2018-10-10 17:15:44,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10aaa3ce23f390704da7c4f91ec26bb449509ca" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:15:46,157 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:15: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-15879d7e-a37e-4fa4-b661-88d582431608 x-compute-request-id: req-15879d7e-a37e-4fa4-b661-88d582431608 Content-Length: 0 Content-Type: application/json 2018-10-10 17:15:46,157 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-15879d7e-a37e-4fa4-b661-88d582431608 2018-10-10 17:15:46,157 - sdnvpn_test_utils - INFO - Waiting for instance 92222d64-1f0d-4a70-967d-f4175819037d to boot up 2018-10-10 17:15:46,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:15:47,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15: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-c802ec57-4dd3-4016-9699-ef474b974b26 x-compute-request-id: req-c802ec57-4dd3-4016-9699-ef474b974b26 Content-Encoding: gzip Content-Length: 9388 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531733881 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131142] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134694] Security Framework initialized\n[ 0.135497] Yama: becoming mindful.\n[ 0.136214] AppArmor: AppArmor initialized\n[ 0.137067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139618] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140801] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142172] Initializing cgroup subsys io\n[ 0.142974] Initializing cgroup subsys memory\n[ 0.143819] Initializing cgroup subsys devices\n[ 0.144691] Initializing cgroup subsys freezer\n[ 0.145564] Initializing cgroup subsys net_cls\n[ 0.146425] Initializing cgroup subsys perf_event\n[ 0.147321] Initializing cgroup subsys net_prio\n[ 0.148189] Initializing cgroup subsys hugetlb\n[ 0.149052] Initializing cgroup subsys pids\n[ 0.149909] CPU: Physical Processor ID: 0\n[ 0.151387] mce: CPU supports 10 MCE banks\n[ 0.152221] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163865] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170251] ftrace: allocating 31920 entries in 125 pages\n[ 0.196577] smpboot: Max logical packages: 1\n[ 0.197444] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198773] x2apic enabled\n[ 0.199571] Switched APIC routing to physical x2apic.\n[ 0.201307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202403] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206124] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208197] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209565] devtmpfs: initialized\n[ 0.211271] evm: security.selinux\n[ 0.211959] evm: security.SMACK64\n[ 0.212636] evm: security.SMACK64EXEC\n[ 0.213370] evm: security.SMACK64TRANSMUTE\n[ 0.214165] evm: security.SMACK64MMAP\n[ 0.214892] evm: security.ima\n[ 0.215530] evm: security.capability\n[ 0.216323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218144] pinctrl core: initialized pinctrl subsystem\n[ 0.219214] RTC time: 17:15:38, date: 10/10/18\n[ 0.220160] NET: Registered protocol family 16\n[ 0.221118] cpuidle: using governor ladder\n[ 0.221918] cpuidle: using governor menu\n[ 0.222695] PCCT header not found.\n[ 0.223431] ACPI: bus type PCI registered\n[ 0.224222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225441] PCI: Using configuration type 1 for base access\n[ 0.227174] ACPI: Added _OSI(Module Device)\n[ 0.228000] ACPI: Added _OSI(Processor Device)\n[ 0.228845] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229726] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231852] ACPI: Interpreter enabled\n[ 0.232605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239867] ACPI: (supports S0 S5)\n[ 0.240561] ACPI: Using IOAPIC for interrupt routing\n[ 0.241568] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245754] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248140] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250322] acpiphp: Slot [3] registered\n[ 0.251113] acpiphp: Slot [4] registered\n[ 0.251895] acpiphp: Slot [5] registered\n[ 0.252685] acpiphp: Slot [6] registered\n[ 0.253470] acpiphp: Slot [7] registered\n[ 0.254271] acpiphp: Slot [8] registered\n[ 0.255058] acpiphp: Slot [9] registered\n[ 0.255837] acpiphp: Slot [10] registered\n[ 0.256635] acpiphp: Slot [11] registered\n[ 0.257437] acpiphp: Slot [12] registered\n[ 0.258234] acpiphp: Slot [13] registered\n[ 0.259034] acpiphp: Slot [14] registered\n[ 0.259828] acpiphp: Slot [15] registered\n[ 0.270635] acpiphp: Slot [16] registered\n[ 0.271442] acpiphp: Slot [17] registered\n[ 0.272239] acpiphp: Slot [18] registered\n[ 0.273033] acpiphp: Slot [19] registered\n[ 0.273823] acpiphp: Slot [20] registered\n[ 0.274626] acpiphp: Slot [21] registered\n[ 0.275428] acpiphp: Slot [22] registered\n[ 0.276226] acpiphp: Slot [23] registered\n[ 0.277022] acpiphp: Slot [24] registered\n[ 0.277815] acpiphp: Slot [25] registered\n[ 0.278613] acpiphp: Slot [26] registered\n[ 0.279415] acpiphp: Slot [27] registered\n[ 0.280216] acpiphp: Slot [28] registered\n[ 0.281024] acpiphp: Slot [29] registered\n[ 0.281816] acpiphp: Slot [30] registered\n[ 0.282613] acpiphp: Slot [31] registered\n[ 0.283414] PCI host bridge to bus 0000:00\n[ 0.284214] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285404] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288019] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289440] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295632] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364293] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365326] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366846] vgaarb: loaded\n[ 0.367442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368566] SCSI subsystem initialized\n[ 0.369379] ACPI: bus type USB registered\n[ 0.370185] usbcore: registered new interface driver usbfs\n[ 0.371203] usbcore: registered new interface driver hub\n[ 0.372196] usbcore: registered new device driver usb\n[ 0.373237] PCI: Using ACPI for IRQ routing\n[ 0.374248] NetLabel: Initializing\n[ 0.374946] NetLabel: domain hash size = 128\n[ 0.375780] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376714] NetLabel: unlabeled traffic allowed by default\n[ 0.377796] clocksource: Switched to clocksource kvm-clock\n[ 0.383309] AppArmor: AppArmor Filesystem Enabled\n[ 0.384270] pnp: PnP ACPI init\n[ 0.385172] pnp: PnP ACPI: found 5 devices\n[ 0.391521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393222] NET: Registered protocol family 2\n[ 0.394164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397686] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398751] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399900] NET: Registered protocol family 1\n[ 0.400757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402906] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416874] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431103] Trying to unpack rootfs image as initramfs...\n[ 0.481450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495472] Scanning for low memory corruption every 60 seconds\n[ 0.497072] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498261] audit: initializing netlink subsys (disabled)\n[ 0.499302] audit: type=2000 audit(1539191739.375:1): initialized\n[ 0.500641] Initialise system trusted keyring\n[ 0.501594] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504753] zbud: loaded\n[ 0.505474] VFS: Disk quotas dquot_6.6.0\n[ 0.506518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508361] fuse init (API version 7.23)\n[ 0.509467] Key type big_key registered\n[ 0.510467] Allocating IMA MOK and blacklist keyrings.\n[ 0.511839] Key type asymmetric registered\n[ 0.512917] Asymmetric key parser 'x509' registered\n[ 0.514199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516502] io scheduler noop registered\n[ 0.517564] io scheduler deadline registered (default)\n[ 0.518891] io scheduler cfq registered\n[ 0.519981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525019] ACPI: Power Button [PWRF]\n[ 0.526097] GHES: HEST is not enabled!\n[ 0.540006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575342] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578661] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604810] Linux agpgart interface v0.103\n[ 0.607145] brd: module loaded\n[ 0.608551] loop: module loaded\n[ 0.613900] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615656] GPT:90111 != 2097151\n[ 0.616470] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617818] GPT:90111 != 2097151\n[ 0.618631] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619812] vda: vda1 vda15\n[ 0.621572] scsi host0: ata_piix\n[ 0.622464] scsi host1: ata_piix\n[ 0.623312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626644] libphy: Fixed MDIO Bus: probed\n[ 0.627699] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628942] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631647] PPP generic driver version 2.4.2\n[ 0.632786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634366] ehci-pci: EHCI PCI platform driver\n[ 0.635504] ehci-platform: EHCI generic platform driver\n[ 0.636793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638294] ohci-pci: OHCI PCI platform driver\n[ 0.639387] ohci-platform: OHCI generic platform driver\n[ 0.640586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658349] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659577] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662438] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664143] usb usb1: Product: UHCI Host Controller\n[ 0.665130] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666274] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667221] hub 1-0:1.0: USB hub found\n[ 0.667992] hub 1-0:1.0: 2 ports detected\n[ 0.668883] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672955] mousedev: PS/2 mouse device common for all mice\n[ 0.674222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679486] i2c /dev entries driver\n[ 0.680237] device-mapper: uevent: version 1.0.3\n[ 0.681163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684073] NET: Registered protocol family 10\n[ 0.685073] NET: Registered protocol family 17\n[ 0.685954] Key type dns_resolver registered\n[ 0.686920] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688092] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689949] registered taskstats version 1\n[ 0.690817] Loading compiled-in X.509 certificates\n[ 0.692304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694561] zswap: loaded using pool lzo/zbud\n[ 0.696573] Key type trusted registered\n[ 0.698732] Key type encrypted registered\n[ 0.699766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702243] evm: HMAC attrs: 0x1\n[ 0.703678] Magic number: 6:299:289\n[ 0.704618] tty tty22: hash matches\n[ 0.705543] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:39 UTC (1539191739)\n[ 0.707458] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708806] EDD information not available.\n[ 0.786755] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798848] Write protecting the kernel read-only data: 14336k\n[ 0.800655] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.748606] 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.64. iid=i-00000137\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCWgZ88ysL2oeoNs2A7TFJA6Gt5b/5H2Efyot1XSWoHyuXSXw3TSUrfSCukQigoC66sIVF8i4H+nEA/OniOZDSo0z0k5lIynEdLd/AxsxMX3rQvJ1aa63aFzXf2xIcbPD7sEEIj3Ko+wCI/neeYfMicBOhPMkp3tJ1IDCNcto3Lp4W0OjJXw0MFkwERfHaWlOCVAk+PPsaSe1sKvYLWc8tc85ysEBS2a3L2f0vxuVjZ+KiH/4tTujWzGPaRSxA3vtXA9xwbZ8H6Car2XTuowElgC20GwsvS2TxJ8VZGvia2BgHr5UHilSbxr0Cw6wt6Qa7GAGfzb4fu2p7xHcESCl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKMw2RoHQXIP5gboAVIkF7BlyvysJlKwg7bk2kvwnsVNYVtuloS/uxHfCl27UdrBf9kwPyreZWSfrQ7oVXM9DhplgFQs9LL5yzRlNOBrsdFZ9WINDGPbTr4HT3mpxgK3k3vV1mskyMfpMfsMhW7mGlEueNB4Uj/Bb12wIgniDOCrAAAAFQDqkw9QOQE7yqqL6oR3t4EzLdsngQAAAIAF7Tve3CPNFfJJljygcO2rngWtWvTYtzZBc8PfMFVmmZBfngQAi7XclDltxixF0pXU3vWg0vRYfRd9qxuvNnGBEovbmUmREyB09ROGuTovvdvC4zajzYKs1rN1azsTjbyWPtWonWDWK8mtzvlQS4phfY9MqY/NuI1n+7BEPk0OZgAAAIAmEWwF+epAX4gxdOM7muhjkCtbnWULWzdpfaxRD0CWBHqUz/uvtPKsvjLMcMe3jGScGxj8ckWb9nenoHw1Z/gVnpeoGPAhC5MU5mV6S/uLUXPPrVYWclZxJ+gXRlk1zNO4nscgrxJHNiUWJL0g9aMFL4iXRcps+DErjyrad5yx1w== 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.11,24,fe80::f816:3eff:fea6:6984/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.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-00000137\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.88 ===\n"} 2018-10-10 17:15:47,227 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-c802ec57-4dd3-4016-9699-ef474b974b26 2018-10-10 17:15:49,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:15:50,322 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15: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-67c93564-d16a-4cfe-b9ae-513da0eadb9d x-compute-request-id: req-67c93564-d16a-4cfe-b9ae-513da0eadb9d Content-Encoding: gzip Content-Length: 9993 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531733881 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131142] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134694] Security Framework initialized\n[ 0.135497] Yama: becoming mindful.\n[ 0.136214] AppArmor: AppArmor initialized\n[ 0.137067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139618] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140801] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142172] Initializing cgroup subsys io\n[ 0.142974] Initializing cgroup subsys memory\n[ 0.143819] Initializing cgroup subsys devices\n[ 0.144691] Initializing cgroup subsys freezer\n[ 0.145564] Initializing cgroup subsys net_cls\n[ 0.146425] Initializing cgroup subsys perf_event\n[ 0.147321] Initializing cgroup subsys net_prio\n[ 0.148189] Initializing cgroup subsys hugetlb\n[ 0.149052] Initializing cgroup subsys pids\n[ 0.149909] CPU: Physical Processor ID: 0\n[ 0.151387] mce: CPU supports 10 MCE banks\n[ 0.152221] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163865] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170251] ftrace: allocating 31920 entries in 125 pages\n[ 0.196577] smpboot: Max logical packages: 1\n[ 0.197444] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198773] x2apic enabled\n[ 0.199571] Switched APIC routing to physical x2apic.\n[ 0.201307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202403] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206124] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208197] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209565] devtmpfs: initialized\n[ 0.211271] evm: security.selinux\n[ 0.211959] evm: security.SMACK64\n[ 0.212636] evm: security.SMACK64EXEC\n[ 0.213370] evm: security.SMACK64TRANSMUTE\n[ 0.214165] evm: security.SMACK64MMAP\n[ 0.214892] evm: security.ima\n[ 0.215530] evm: security.capability\n[ 0.216323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218144] pinctrl core: initialized pinctrl subsystem\n[ 0.219214] RTC time: 17:15:38, date: 10/10/18\n[ 0.220160] NET: Registered protocol family 16\n[ 0.221118] cpuidle: using governor ladder\n[ 0.221918] cpuidle: using governor menu\n[ 0.222695] PCCT header not found.\n[ 0.223431] ACPI: bus type PCI registered\n[ 0.224222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225441] PCI: Using configuration type 1 for base access\n[ 0.227174] ACPI: Added _OSI(Module Device)\n[ 0.228000] ACPI: Added _OSI(Processor Device)\n[ 0.228845] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229726] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231852] ACPI: Interpreter enabled\n[ 0.232605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239867] ACPI: (supports S0 S5)\n[ 0.240561] ACPI: Using IOAPIC for interrupt routing\n[ 0.241568] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245754] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248140] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250322] acpiphp: Slot [3] registered\n[ 0.251113] acpiphp: Slot [4] registered\n[ 0.251895] acpiphp: Slot [5] registered\n[ 0.252685] acpiphp: Slot [6] registered\n[ 0.253470] acpiphp: Slot [7] registered\n[ 0.254271] acpiphp: Slot [8] registered\n[ 0.255058] acpiphp: Slot [9] registered\n[ 0.255837] acpiphp: Slot [10] registered\n[ 0.256635] acpiphp: Slot [11] registered\n[ 0.257437] acpiphp: Slot [12] registered\n[ 0.258234] acpiphp: Slot [13] registered\n[ 0.259034] acpiphp: Slot [14] registered\n[ 0.259828] acpiphp: Slot [15] registered\n[ 0.270635] acpiphp: Slot [16] registered\n[ 0.271442] acpiphp: Slot [17] registered\n[ 0.272239] acpiphp: Slot [18] registered\n[ 0.273033] acpiphp: Slot [19] registered\n[ 0.273823] acpiphp: Slot [20] registered\n[ 0.274626] acpiphp: Slot [21] registered\n[ 0.275428] acpiphp: Slot [22] registered\n[ 0.276226] acpiphp: Slot [23] registered\n[ 0.277022] acpiphp: Slot [24] registered\n[ 0.277815] acpiphp: Slot [25] registered\n[ 0.278613] acpiphp: Slot [26] registered\n[ 0.279415] acpiphp: Slot [27] registered\n[ 0.280216] acpiphp: Slot [28] registered\n[ 0.281024] acpiphp: Slot [29] registered\n[ 0.281816] acpiphp: Slot [30] registered\n[ 0.282613] acpiphp: Slot [31] registered\n[ 0.283414] PCI host bridge to bus 0000:00\n[ 0.284214] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285404] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288019] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289440] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295632] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364293] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365326] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366846] vgaarb: loaded\n[ 0.367442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368566] SCSI subsystem initialized\n[ 0.369379] ACPI: bus type USB registered\n[ 0.370185] usbcore: registered new interface driver usbfs\n[ 0.371203] usbcore: registered new interface driver hub\n[ 0.372196] usbcore: registered new device driver usb\n[ 0.373237] PCI: Using ACPI for IRQ routing\n[ 0.374248] NetLabel: Initializing\n[ 0.374946] NetLabel: domain hash size = 128\n[ 0.375780] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376714] NetLabel: unlabeled traffic allowed by default\n[ 0.377796] clocksource: Switched to clocksource kvm-clock\n[ 0.383309] AppArmor: AppArmor Filesystem Enabled\n[ 0.384270] pnp: PnP ACPI init\n[ 0.385172] pnp: PnP ACPI: found 5 devices\n[ 0.391521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393222] NET: Registered protocol family 2\n[ 0.394164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397686] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398751] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399900] NET: Registered protocol family 1\n[ 0.400757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402906] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416874] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431103] Trying to unpack rootfs image as initramfs...\n[ 0.481450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495472] Scanning for low memory corruption every 60 seconds\n[ 0.497072] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498261] audit: initializing netlink subsys (disabled)\n[ 0.499302] audit: type=2000 audit(1539191739.375:1): initialized\n[ 0.500641] Initialise system trusted keyring\n[ 0.501594] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504753] zbud: loaded\n[ 0.505474] VFS: Disk quotas dquot_6.6.0\n[ 0.506518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508361] fuse init (API version 7.23)\n[ 0.509467] Key type big_key registered\n[ 0.510467] Allocating IMA MOK and blacklist keyrings.\n[ 0.511839] Key type asymmetric registered\n[ 0.512917] Asymmetric key parser 'x509' registered\n[ 0.514199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516502] io scheduler noop registered\n[ 0.517564] io scheduler deadline registered (default)\n[ 0.518891] io scheduler cfq registered\n[ 0.519981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525019] ACPI: Power Button [PWRF]\n[ 0.526097] GHES: HEST is not enabled!\n[ 0.540006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575342] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578661] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604810] Linux agpgart interface v0.103\n[ 0.607145] brd: module loaded\n[ 0.608551] loop: module loaded\n[ 0.613900] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615656] GPT:90111 != 2097151\n[ 0.616470] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617818] GPT:90111 != 2097151\n[ 0.618631] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619812] vda: vda1 vda15\n[ 0.621572] scsi host0: ata_piix\n[ 0.622464] scsi host1: ata_piix\n[ 0.623312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626644] libphy: Fixed MDIO Bus: probed\n[ 0.627699] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628942] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631647] PPP generic driver version 2.4.2\n[ 0.632786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634366] ehci-pci: EHCI PCI platform driver\n[ 0.635504] ehci-platform: EHCI generic platform driver\n[ 0.636793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638294] ohci-pci: OHCI PCI platform driver\n[ 0.639387] ohci-platform: OHCI generic platform driver\n[ 0.640586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658349] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659577] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662438] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664143] usb usb1: Product: UHCI Host Controller\n[ 0.665130] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666274] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667221] hub 1-0:1.0: USB hub found\n[ 0.667992] hub 1-0:1.0: 2 ports detected\n[ 0.668883] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672955] mousedev: PS/2 mouse device common for all mice\n[ 0.674222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679486] i2c /dev entries driver\n[ 0.680237] device-mapper: uevent: version 1.0.3\n[ 0.681163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684073] NET: Registered protocol family 10\n[ 0.685073] NET: Registered protocol family 17\n[ 0.685954] Key type dns_resolver registered\n[ 0.686920] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688092] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689949] registered taskstats version 1\n[ 0.690817] Loading compiled-in X.509 certificates\n[ 0.692304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694561] zswap: loaded using pool lzo/zbud\n[ 0.696573] Key type trusted registered\n[ 0.698732] Key type encrypted registered\n[ 0.699766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702243] evm: HMAC attrs: 0x1\n[ 0.703678] Magic number: 6:299:289\n[ 0.704618] tty tty22: hash matches\n[ 0.705543] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:39 UTC (1539191739)\n[ 0.707458] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708806] EDD information not available.\n[ 0.786755] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798848] Write protecting the kernel read-only data: 14336k\n[ 0.800655] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.748606] 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.64. iid=i-00000137\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCWgZ88ysL2oeoNs2A7TFJA6Gt5b/5H2Efyot1XSWoHyuXSXw3TSUrfSCukQigoC66sIVF8i4H+nEA/OniOZDSo0z0k5lIynEdLd/AxsxMX3rQvJ1aa63aFzXf2xIcbPD7sEEIj3Ko+wCI/neeYfMicBOhPMkp3tJ1IDCNcto3Lp4W0OjJXw0MFkwERfHaWlOCVAk+PPsaSe1sKvYLWc8tc85ysEBS2a3L2f0vxuVjZ+KiH/4tTujWzGPaRSxA3vtXA9xwbZ8H6Car2XTuowElgC20GwsvS2TxJ8VZGvia2BgHr5UHilSbxr0Cw6wt6Qa7GAGfzb4fu2p7xHcESCl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKMw2RoHQXIP5gboAVIkF7BlyvysJlKwg7bk2kvwnsVNYVtuloS/uxHfCl27UdrBf9kwPyreZWSfrQ7oVXM9DhplgFQs9LL5yzRlNOBrsdFZ9WINDGPbTr4HT3mpxgK3k3vV1mskyMfpMfsMhW7mGlEueNB4Uj/Bb12wIgniDOCrAAAAFQDqkw9QOQE7yqqL6oR3t4EzLdsngQAAAIAF7Tve3CPNFfJJljygcO2rngWtWvTYtzZBc8PfMFVmmZBfngQAi7XclDltxixF0pXU3vWg0vRYfRd9qxuvNnGBEovbmUmREyB09ROGuTovvdvC4zajzYKs1rN1azsTjbyWPtWonWDWK8mtzvlQS4phfY9MqY/NuI1n+7BEPk0OZgAAAIAmEWwF+epAX4gxdOM7muhjkCtbnWULWzdpfaxRD0CWBHqUz/uvtPKsvjLMcMe3jGScGxj8ckWb9nenoHw1Z/gVnpeoGPAhC5MU5mV6S/uLUXPPrVYWclZxJ+gXRlk1zNO4nscgrxJHNiUWJL0g9aMFL4iXRcps+DErjyrad5yx1w== 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.11,24,fe80::f816:3eff:fea6:6984/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.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-00000137\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.88 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A6:69:84 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:6984/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:15:50,323 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-67c93564-d16a-4cfe-b9ae-513da0eadb9d 2018-10-10 17:15:52,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:15:53,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15: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-d4a4fc7f-1180-404d-8d5b-16d97176729e x-compute-request-id: req-d4a4fc7f-1180-404d-8d5b-16d97176729e Content-Encoding: gzip Content-Length: 9993 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531733881 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131142] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134694] Security Framework initialized\n[ 0.135497] Yama: becoming mindful.\n[ 0.136214] AppArmor: AppArmor initialized\n[ 0.137067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139618] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140801] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142172] Initializing cgroup subsys io\n[ 0.142974] Initializing cgroup subsys memory\n[ 0.143819] Initializing cgroup subsys devices\n[ 0.144691] Initializing cgroup subsys freezer\n[ 0.145564] Initializing cgroup subsys net_cls\n[ 0.146425] Initializing cgroup subsys perf_event\n[ 0.147321] Initializing cgroup subsys net_prio\n[ 0.148189] Initializing cgroup subsys hugetlb\n[ 0.149052] Initializing cgroup subsys pids\n[ 0.149909] CPU: Physical Processor ID: 0\n[ 0.151387] mce: CPU supports 10 MCE banks\n[ 0.152221] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163865] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170251] ftrace: allocating 31920 entries in 125 pages\n[ 0.196577] smpboot: Max logical packages: 1\n[ 0.197444] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198773] x2apic enabled\n[ 0.199571] Switched APIC routing to physical x2apic.\n[ 0.201307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202403] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206124] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208197] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209565] devtmpfs: initialized\n[ 0.211271] evm: security.selinux\n[ 0.211959] evm: security.SMACK64\n[ 0.212636] evm: security.SMACK64EXEC\n[ 0.213370] evm: security.SMACK64TRANSMUTE\n[ 0.214165] evm: security.SMACK64MMAP\n[ 0.214892] evm: security.ima\n[ 0.215530] evm: security.capability\n[ 0.216323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218144] pinctrl core: initialized pinctrl subsystem\n[ 0.219214] RTC time: 17:15:38, date: 10/10/18\n[ 0.220160] NET: Registered protocol family 16\n[ 0.221118] cpuidle: using governor ladder\n[ 0.221918] cpuidle: using governor menu\n[ 0.222695] PCCT header not found.\n[ 0.223431] ACPI: bus type PCI registered\n[ 0.224222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225441] PCI: Using configuration type 1 for base access\n[ 0.227174] ACPI: Added _OSI(Module Device)\n[ 0.228000] ACPI: Added _OSI(Processor Device)\n[ 0.228845] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229726] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231852] ACPI: Interpreter enabled\n[ 0.232605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239867] ACPI: (supports S0 S5)\n[ 0.240561] ACPI: Using IOAPIC for interrupt routing\n[ 0.241568] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245754] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248140] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250322] acpiphp: Slot [3] registered\n[ 0.251113] acpiphp: Slot [4] registered\n[ 0.251895] acpiphp: Slot [5] registered\n[ 0.252685] acpiphp: Slot [6] registered\n[ 0.253470] acpiphp: Slot [7] registered\n[ 0.254271] acpiphp: Slot [8] registered\n[ 0.255058] acpiphp: Slot [9] registered\n[ 0.255837] acpiphp: Slot [10] registered\n[ 0.256635] acpiphp: Slot [11] registered\n[ 0.257437] acpiphp: Slot [12] registered\n[ 0.258234] acpiphp: Slot [13] registered\n[ 0.259034] acpiphp: Slot [14] registered\n[ 0.259828] acpiphp: Slot [15] registered\n[ 0.270635] acpiphp: Slot [16] registered\n[ 0.271442] acpiphp: Slot [17] registered\n[ 0.272239] acpiphp: Slot [18] registered\n[ 0.273033] acpiphp: Slot [19] registered\n[ 0.273823] acpiphp: Slot [20] registered\n[ 0.274626] acpiphp: Slot [21] registered\n[ 0.275428] acpiphp: Slot [22] registered\n[ 0.276226] acpiphp: Slot [23] registered\n[ 0.277022] acpiphp: Slot [24] registered\n[ 0.277815] acpiphp: Slot [25] registered\n[ 0.278613] acpiphp: Slot [26] registered\n[ 0.279415] acpiphp: Slot [27] registered\n[ 0.280216] acpiphp: Slot [28] registered\n[ 0.281024] acpiphp: Slot [29] registered\n[ 0.281816] acpiphp: Slot [30] registered\n[ 0.282613] acpiphp: Slot [31] registered\n[ 0.283414] PCI host bridge to bus 0000:00\n[ 0.284214] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285404] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288019] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289440] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295632] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364293] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365326] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366846] vgaarb: loaded\n[ 0.367442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368566] SCSI subsystem initialized\n[ 0.369379] ACPI: bus type USB registered\n[ 0.370185] usbcore: registered new interface driver usbfs\n[ 0.371203] usbcore: registered new interface driver hub\n[ 0.372196] usbcore: registered new device driver usb\n[ 0.373237] PCI: Using ACPI for IRQ routing\n[ 0.374248] NetLabel: Initializing\n[ 0.374946] NetLabel: domain hash size = 128\n[ 0.375780] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376714] NetLabel: unlabeled traffic allowed by default\n[ 0.377796] clocksource: Switched to clocksource kvm-clock\n[ 0.383309] AppArmor: AppArmor Filesystem Enabled\n[ 0.384270] pnp: PnP ACPI init\n[ 0.385172] pnp: PnP ACPI: found 5 devices\n[ 0.391521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393222] NET: Registered protocol family 2\n[ 0.394164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397686] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398751] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399900] NET: Registered protocol family 1\n[ 0.400757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402906] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416874] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431103] Trying to unpack rootfs image as initramfs...\n[ 0.481450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495472] Scanning for low memory corruption every 60 seconds\n[ 0.497072] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498261] audit: initializing netlink subsys (disabled)\n[ 0.499302] audit: type=2000 audit(1539191739.375:1): initialized\n[ 0.500641] Initialise system trusted keyring\n[ 0.501594] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504753] zbud: loaded\n[ 0.505474] VFS: Disk quotas dquot_6.6.0\n[ 0.506518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508361] fuse init (API version 7.23)\n[ 0.509467] Key type big_key registered\n[ 0.510467] Allocating IMA MOK and blacklist keyrings.\n[ 0.511839] Key type asymmetric registered\n[ 0.512917] Asymmetric key parser 'x509' registered\n[ 0.514199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516502] io scheduler noop registered\n[ 0.517564] io scheduler deadline registered (default)\n[ 0.518891] io scheduler cfq registered\n[ 0.519981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525019] ACPI: Power Button [PWRF]\n[ 0.526097] GHES: HEST is not enabled!\n[ 0.540006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575342] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578661] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604810] Linux agpgart interface v0.103\n[ 0.607145] brd: module loaded\n[ 0.608551] loop: module loaded\n[ 0.613900] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615656] GPT:90111 != 2097151\n[ 0.616470] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617818] GPT:90111 != 2097151\n[ 0.618631] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619812] vda: vda1 vda15\n[ 0.621572] scsi host0: ata_piix\n[ 0.622464] scsi host1: ata_piix\n[ 0.623312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626644] libphy: Fixed MDIO Bus: probed\n[ 0.627699] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628942] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631647] PPP generic driver version 2.4.2\n[ 0.632786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634366] ehci-pci: EHCI PCI platform driver\n[ 0.635504] ehci-platform: EHCI generic platform driver\n[ 0.636793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638294] ohci-pci: OHCI PCI platform driver\n[ 0.639387] ohci-platform: OHCI generic platform driver\n[ 0.640586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658349] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659577] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662438] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664143] usb usb1: Product: UHCI Host Controller\n[ 0.665130] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666274] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667221] hub 1-0:1.0: USB hub found\n[ 0.667992] hub 1-0:1.0: 2 ports detected\n[ 0.668883] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672955] mousedev: PS/2 mouse device common for all mice\n[ 0.674222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679486] i2c /dev entries driver\n[ 0.680237] device-mapper: uevent: version 1.0.3\n[ 0.681163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684073] NET: Registered protocol family 10\n[ 0.685073] NET: Registered protocol family 17\n[ 0.685954] Key type dns_resolver registered\n[ 0.686920] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688092] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689949] registered taskstats version 1\n[ 0.690817] Loading compiled-in X.509 certificates\n[ 0.692304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694561] zswap: loaded using pool lzo/zbud\n[ 0.696573] Key type trusted registered\n[ 0.698732] Key type encrypted registered\n[ 0.699766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702243] evm: HMAC attrs: 0x1\n[ 0.703678] Magic number: 6:299:289\n[ 0.704618] tty tty22: hash matches\n[ 0.705543] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:39 UTC (1539191739)\n[ 0.707458] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708806] EDD information not available.\n[ 0.786755] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798848] Write protecting the kernel read-only data: 14336k\n[ 0.800655] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.748606] 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.64. iid=i-00000137\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCWgZ88ysL2oeoNs2A7TFJA6Gt5b/5H2Efyot1XSWoHyuXSXw3TSUrfSCukQigoC66sIVF8i4H+nEA/OniOZDSo0z0k5lIynEdLd/AxsxMX3rQvJ1aa63aFzXf2xIcbPD7sEEIj3Ko+wCI/neeYfMicBOhPMkp3tJ1IDCNcto3Lp4W0OjJXw0MFkwERfHaWlOCVAk+PPsaSe1sKvYLWc8tc85ysEBS2a3L2f0vxuVjZ+KiH/4tTujWzGPaRSxA3vtXA9xwbZ8H6Car2XTuowElgC20GwsvS2TxJ8VZGvia2BgHr5UHilSbxr0Cw6wt6Qa7GAGfzb4fu2p7xHcESCl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKMw2RoHQXIP5gboAVIkF7BlyvysJlKwg7bk2kvwnsVNYVtuloS/uxHfCl27UdrBf9kwPyreZWSfrQ7oVXM9DhplgFQs9LL5yzRlNOBrsdFZ9WINDGPbTr4HT3mpxgK3k3vV1mskyMfpMfsMhW7mGlEueNB4Uj/Bb12wIgniDOCrAAAAFQDqkw9QOQE7yqqL6oR3t4EzLdsngQAAAIAF7Tve3CPNFfJJljygcO2rngWtWvTYtzZBc8PfMFVmmZBfngQAi7XclDltxixF0pXU3vWg0vRYfRd9qxuvNnGBEovbmUmREyB09ROGuTovvdvC4zajzYKs1rN1azsTjbyWPtWonWDWK8mtzvlQS4phfY9MqY/NuI1n+7BEPk0OZgAAAIAmEWwF+epAX4gxdOM7muhjkCtbnWULWzdpfaxRD0CWBHqUz/uvtPKsvjLMcMe3jGScGxj8ckWb9nenoHw1Z/gVnpeoGPAhC5MU5mV6S/uLUXPPrVYWclZxJ+gXRlk1zNO4nscgrxJHNiUWJL0g9aMFL4iXRcps+DErjyrad5yx1w== 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.11,24,fe80::f816:3eff:fea6:6984/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.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-00000137\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.88 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A6:69:84 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:6984/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:15:53,421 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-d4a4fc7f-1180-404d-8d5b-16d97176729e 2018-10-10 17:15:55,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:15:56,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15: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-ed50ef9d-a147-4d6a-8438-d0ded84fa7e2 x-compute-request-id: req-ed50ef9d-a147-4d6a-8438-d0ded84fa7e2 Content-Encoding: gzip Content-Length: 9993 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531733881 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131142] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134694] Security Framework initialized\n[ 0.135497] Yama: becoming mindful.\n[ 0.136214] AppArmor: AppArmor initialized\n[ 0.137067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139618] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140801] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142172] Initializing cgroup subsys io\n[ 0.142974] Initializing cgroup subsys memory\n[ 0.143819] Initializing cgroup subsys devices\n[ 0.144691] Initializing cgroup subsys freezer\n[ 0.145564] Initializing cgroup subsys net_cls\n[ 0.146425] Initializing cgroup subsys perf_event\n[ 0.147321] Initializing cgroup subsys net_prio\n[ 0.148189] Initializing cgroup subsys hugetlb\n[ 0.149052] Initializing cgroup subsys pids\n[ 0.149909] CPU: Physical Processor ID: 0\n[ 0.151387] mce: CPU supports 10 MCE banks\n[ 0.152221] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163865] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170251] ftrace: allocating 31920 entries in 125 pages\n[ 0.196577] smpboot: Max logical packages: 1\n[ 0.197444] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198773] x2apic enabled\n[ 0.199571] Switched APIC routing to physical x2apic.\n[ 0.201307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202403] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206124] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208197] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209565] devtmpfs: initialized\n[ 0.211271] evm: security.selinux\n[ 0.211959] evm: security.SMACK64\n[ 0.212636] evm: security.SMACK64EXEC\n[ 0.213370] evm: security.SMACK64TRANSMUTE\n[ 0.214165] evm: security.SMACK64MMAP\n[ 0.214892] evm: security.ima\n[ 0.215530] evm: security.capability\n[ 0.216323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218144] pinctrl core: initialized pinctrl subsystem\n[ 0.219214] RTC time: 17:15:38, date: 10/10/18\n[ 0.220160] NET: Registered protocol family 16\n[ 0.221118] cpuidle: using governor ladder\n[ 0.221918] cpuidle: using governor menu\n[ 0.222695] PCCT header not found.\n[ 0.223431] ACPI: bus type PCI registered\n[ 0.224222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225441] PCI: Using configuration type 1 for base access\n[ 0.227174] ACPI: Added _OSI(Module Device)\n[ 0.228000] ACPI: Added _OSI(Processor Device)\n[ 0.228845] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229726] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231852] ACPI: Interpreter enabled\n[ 0.232605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239867] ACPI: (supports S0 S5)\n[ 0.240561] ACPI: Using IOAPIC for interrupt routing\n[ 0.241568] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245754] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248140] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250322] acpiphp: Slot [3] registered\n[ 0.251113] acpiphp: Slot [4] registered\n[ 0.251895] acpiphp: Slot [5] registered\n[ 0.252685] acpiphp: Slot [6] registered\n[ 0.253470] acpiphp: Slot [7] registered\n[ 0.254271] acpiphp: Slot [8] registered\n[ 0.255058] acpiphp: Slot [9] registered\n[ 0.255837] acpiphp: Slot [10] registered\n[ 0.256635] acpiphp: Slot [11] registered\n[ 0.257437] acpiphp: Slot [12] registered\n[ 0.258234] acpiphp: Slot [13] registered\n[ 0.259034] acpiphp: Slot [14] registered\n[ 0.259828] acpiphp: Slot [15] registered\n[ 0.270635] acpiphp: Slot [16] registered\n[ 0.271442] acpiphp: Slot [17] registered\n[ 0.272239] acpiphp: Slot [18] registered\n[ 0.273033] acpiphp: Slot [19] registered\n[ 0.273823] acpiphp: Slot [20] registered\n[ 0.274626] acpiphp: Slot [21] registered\n[ 0.275428] acpiphp: Slot [22] registered\n[ 0.276226] acpiphp: Slot [23] registered\n[ 0.277022] acpiphp: Slot [24] registered\n[ 0.277815] acpiphp: Slot [25] registered\n[ 0.278613] acpiphp: Slot [26] registered\n[ 0.279415] acpiphp: Slot [27] registered\n[ 0.280216] acpiphp: Slot [28] registered\n[ 0.281024] acpiphp: Slot [29] registered\n[ 0.281816] acpiphp: Slot [30] registered\n[ 0.282613] acpiphp: Slot [31] registered\n[ 0.283414] PCI host bridge to bus 0000:00\n[ 0.284214] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285404] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288019] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289440] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295632] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364293] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365326] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366846] vgaarb: loaded\n[ 0.367442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368566] SCSI subsystem initialized\n[ 0.369379] ACPI: bus type USB registered\n[ 0.370185] usbcore: registered new interface driver usbfs\n[ 0.371203] usbcore: registered new interface driver hub\n[ 0.372196] usbcore: registered new device driver usb\n[ 0.373237] PCI: Using ACPI for IRQ routing\n[ 0.374248] NetLabel: Initializing\n[ 0.374946] NetLabel: domain hash size = 128\n[ 0.375780] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376714] NetLabel: unlabeled traffic allowed by default\n[ 0.377796] clocksource: Switched to clocksource kvm-clock\n[ 0.383309] AppArmor: AppArmor Filesystem Enabled\n[ 0.384270] pnp: PnP ACPI init\n[ 0.385172] pnp: PnP ACPI: found 5 devices\n[ 0.391521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393222] NET: Registered protocol family 2\n[ 0.394164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397686] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398751] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399900] NET: Registered protocol family 1\n[ 0.400757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402906] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416874] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431103] Trying to unpack rootfs image as initramfs...\n[ 0.481450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495472] Scanning for low memory corruption every 60 seconds\n[ 0.497072] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498261] audit: initializing netlink subsys (disabled)\n[ 0.499302] audit: type=2000 audit(1539191739.375:1): initialized\n[ 0.500641] Initialise system trusted keyring\n[ 0.501594] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504753] zbud: loaded\n[ 0.505474] VFS: Disk quotas dquot_6.6.0\n[ 0.506518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508361] fuse init (API version 7.23)\n[ 0.509467] Key type big_key registered\n[ 0.510467] Allocating IMA MOK and blacklist keyrings.\n[ 0.511839] Key type asymmetric registered\n[ 0.512917] Asymmetric key parser 'x509' registered\n[ 0.514199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516502] io scheduler noop registered\n[ 0.517564] io scheduler deadline registered (default)\n[ 0.518891] io scheduler cfq registered\n[ 0.519981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525019] ACPI: Power Button [PWRF]\n[ 0.526097] GHES: HEST is not enabled!\n[ 0.540006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575342] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578661] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604810] Linux agpgart interface v0.103\n[ 0.607145] brd: module loaded\n[ 0.608551] loop: module loaded\n[ 0.613900] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615656] GPT:90111 != 2097151\n[ 0.616470] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617818] GPT:90111 != 2097151\n[ 0.618631] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619812] vda: vda1 vda15\n[ 0.621572] scsi host0: ata_piix\n[ 0.622464] scsi host1: ata_piix\n[ 0.623312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626644] libphy: Fixed MDIO Bus: probed\n[ 0.627699] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628942] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631647] PPP generic driver version 2.4.2\n[ 0.632786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634366] ehci-pci: EHCI PCI platform driver\n[ 0.635504] ehci-platform: EHCI generic platform driver\n[ 0.636793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638294] ohci-pci: OHCI PCI platform driver\n[ 0.639387] ohci-platform: OHCI generic platform driver\n[ 0.640586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658349] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659577] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662438] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664143] usb usb1: Product: UHCI Host Controller\n[ 0.665130] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666274] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667221] hub 1-0:1.0: USB hub found\n[ 0.667992] hub 1-0:1.0: 2 ports detected\n[ 0.668883] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672955] mousedev: PS/2 mouse device common for all mice\n[ 0.674222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679486] i2c /dev entries driver\n[ 0.680237] device-mapper: uevent: version 1.0.3\n[ 0.681163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684073] NET: Registered protocol family 10\n[ 0.685073] NET: Registered protocol family 17\n[ 0.685954] Key type dns_resolver registered\n[ 0.686920] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688092] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689949] registered taskstats version 1\n[ 0.690817] Loading compiled-in X.509 certificates\n[ 0.692304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694561] zswap: loaded using pool lzo/zbud\n[ 0.696573] Key type trusted registered\n[ 0.698732] Key type encrypted registered\n[ 0.699766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702243] evm: HMAC attrs: 0x1\n[ 0.703678] Magic number: 6:299:289\n[ 0.704618] tty tty22: hash matches\n[ 0.705543] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:39 UTC (1539191739)\n[ 0.707458] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708806] EDD information not available.\n[ 0.786755] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798848] Write protecting the kernel read-only data: 14336k\n[ 0.800655] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.748606] 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.64. iid=i-00000137\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCWgZ88ysL2oeoNs2A7TFJA6Gt5b/5H2Efyot1XSWoHyuXSXw3TSUrfSCukQigoC66sIVF8i4H+nEA/OniOZDSo0z0k5lIynEdLd/AxsxMX3rQvJ1aa63aFzXf2xIcbPD7sEEIj3Ko+wCI/neeYfMicBOhPMkp3tJ1IDCNcto3Lp4W0OjJXw0MFkwERfHaWlOCVAk+PPsaSe1sKvYLWc8tc85ysEBS2a3L2f0vxuVjZ+KiH/4tTujWzGPaRSxA3vtXA9xwbZ8H6Car2XTuowElgC20GwsvS2TxJ8VZGvia2BgHr5UHilSbxr0Cw6wt6Qa7GAGfzb4fu2p7xHcESCl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKMw2RoHQXIP5gboAVIkF7BlyvysJlKwg7bk2kvwnsVNYVtuloS/uxHfCl27UdrBf9kwPyreZWSfrQ7oVXM9DhplgFQs9LL5yzRlNOBrsdFZ9WINDGPbTr4HT3mpxgK3k3vV1mskyMfpMfsMhW7mGlEueNB4Uj/Bb12wIgniDOCrAAAAFQDqkw9QOQE7yqqL6oR3t4EzLdsngQAAAIAF7Tve3CPNFfJJljygcO2rngWtWvTYtzZBc8PfMFVmmZBfngQAi7XclDltxixF0pXU3vWg0vRYfRd9qxuvNnGBEovbmUmREyB09ROGuTovvdvC4zajzYKs1rN1azsTjbyWPtWonWDWK8mtzvlQS4phfY9MqY/NuI1n+7BEPk0OZgAAAIAmEWwF+epAX4gxdOM7muhjkCtbnWULWzdpfaxRD0CWBHqUz/uvtPKsvjLMcMe3jGScGxj8ckWb9nenoHw1Z/gVnpeoGPAhC5MU5mV6S/uLUXPPrVYWclZxJ+gXRlk1zNO4nscgrxJHNiUWJL0g9aMFL4iXRcps+DErjyrad5yx1w== 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.11,24,fe80::f816:3eff:fea6:6984/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.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-00000137\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.88 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A6:69:84 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:6984/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:15:56,525 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-ed50ef9d-a147-4d6a-8438-d0ded84fa7e2 2018-10-10 17:15:58,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:15:59,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:15: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-18e9b5b7-2e00-4c9b-860d-dcb364e9f4c4 x-compute-request-id: req-18e9b5b7-2e00-4c9b-860d-dcb364e9f4c4 Content-Encoding: gzip Content-Length: 9993 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531733881 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131142] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134694] Security Framework initialized\n[ 0.135497] Yama: becoming mindful.\n[ 0.136214] AppArmor: AppArmor initialized\n[ 0.137067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139618] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140801] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142172] Initializing cgroup subsys io\n[ 0.142974] Initializing cgroup subsys memory\n[ 0.143819] Initializing cgroup subsys devices\n[ 0.144691] Initializing cgroup subsys freezer\n[ 0.145564] Initializing cgroup subsys net_cls\n[ 0.146425] Initializing cgroup subsys perf_event\n[ 0.147321] Initializing cgroup subsys net_prio\n[ 0.148189] Initializing cgroup subsys hugetlb\n[ 0.149052] Initializing cgroup subsys pids\n[ 0.149909] CPU: Physical Processor ID: 0\n[ 0.151387] mce: CPU supports 10 MCE banks\n[ 0.152221] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163865] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170251] ftrace: allocating 31920 entries in 125 pages\n[ 0.196577] smpboot: Max logical packages: 1\n[ 0.197444] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198773] x2apic enabled\n[ 0.199571] Switched APIC routing to physical x2apic.\n[ 0.201307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202403] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206124] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208197] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209565] devtmpfs: initialized\n[ 0.211271] evm: security.selinux\n[ 0.211959] evm: security.SMACK64\n[ 0.212636] evm: security.SMACK64EXEC\n[ 0.213370] evm: security.SMACK64TRANSMUTE\n[ 0.214165] evm: security.SMACK64MMAP\n[ 0.214892] evm: security.ima\n[ 0.215530] evm: security.capability\n[ 0.216323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218144] pinctrl core: initialized pinctrl subsystem\n[ 0.219214] RTC time: 17:15:38, date: 10/10/18\n[ 0.220160] NET: Registered protocol family 16\n[ 0.221118] cpuidle: using governor ladder\n[ 0.221918] cpuidle: using governor menu\n[ 0.222695] PCCT header not found.\n[ 0.223431] ACPI: bus type PCI registered\n[ 0.224222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225441] PCI: Using configuration type 1 for base access\n[ 0.227174] ACPI: Added _OSI(Module Device)\n[ 0.228000] ACPI: Added _OSI(Processor Device)\n[ 0.228845] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229726] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231852] ACPI: Interpreter enabled\n[ 0.232605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239867] ACPI: (supports S0 S5)\n[ 0.240561] ACPI: Using IOAPIC for interrupt routing\n[ 0.241568] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245754] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248140] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250322] acpiphp: Slot [3] registered\n[ 0.251113] acpiphp: Slot [4] registered\n[ 0.251895] acpiphp: Slot [5] registered\n[ 0.252685] acpiphp: Slot [6] registered\n[ 0.253470] acpiphp: Slot [7] registered\n[ 0.254271] acpiphp: Slot [8] registered\n[ 0.255058] acpiphp: Slot [9] registered\n[ 0.255837] acpiphp: Slot [10] registered\n[ 0.256635] acpiphp: Slot [11] registered\n[ 0.257437] acpiphp: Slot [12] registered\n[ 0.258234] acpiphp: Slot [13] registered\n[ 0.259034] acpiphp: Slot [14] registered\n[ 0.259828] acpiphp: Slot [15] registered\n[ 0.270635] acpiphp: Slot [16] registered\n[ 0.271442] acpiphp: Slot [17] registered\n[ 0.272239] acpiphp: Slot [18] registered\n[ 0.273033] acpiphp: Slot [19] registered\n[ 0.273823] acpiphp: Slot [20] registered\n[ 0.274626] acpiphp: Slot [21] registered\n[ 0.275428] acpiphp: Slot [22] registered\n[ 0.276226] acpiphp: Slot [23] registered\n[ 0.277022] acpiphp: Slot [24] registered\n[ 0.277815] acpiphp: Slot [25] registered\n[ 0.278613] acpiphp: Slot [26] registered\n[ 0.279415] acpiphp: Slot [27] registered\n[ 0.280216] acpiphp: Slot [28] registered\n[ 0.281024] acpiphp: Slot [29] registered\n[ 0.281816] acpiphp: Slot [30] registered\n[ 0.282613] acpiphp: Slot [31] registered\n[ 0.283414] PCI host bridge to bus 0000:00\n[ 0.284214] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285404] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288019] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289440] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295632] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364293] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365326] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366846] vgaarb: loaded\n[ 0.367442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368566] SCSI subsystem initialized\n[ 0.369379] ACPI: bus type USB registered\n[ 0.370185] usbcore: registered new interface driver usbfs\n[ 0.371203] usbcore: registered new interface driver hub\n[ 0.372196] usbcore: registered new device driver usb\n[ 0.373237] PCI: Using ACPI for IRQ routing\n[ 0.374248] NetLabel: Initializing\n[ 0.374946] NetLabel: domain hash size = 128\n[ 0.375780] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376714] NetLabel: unlabeled traffic allowed by default\n[ 0.377796] clocksource: Switched to clocksource kvm-clock\n[ 0.383309] AppArmor: AppArmor Filesystem Enabled\n[ 0.384270] pnp: PnP ACPI init\n[ 0.385172] pnp: PnP ACPI: found 5 devices\n[ 0.391521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393222] NET: Registered protocol family 2\n[ 0.394164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397686] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398751] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399900] NET: Registered protocol family 1\n[ 0.400757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402906] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416874] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431103] Trying to unpack rootfs image as initramfs...\n[ 0.481450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495472] Scanning for low memory corruption every 60 seconds\n[ 0.497072] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498261] audit: initializing netlink subsys (disabled)\n[ 0.499302] audit: type=2000 audit(1539191739.375:1): initialized\n[ 0.500641] Initialise system trusted keyring\n[ 0.501594] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504753] zbud: loaded\n[ 0.505474] VFS: Disk quotas dquot_6.6.0\n[ 0.506518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508361] fuse init (API version 7.23)\n[ 0.509467] Key type big_key registered\n[ 0.510467] Allocating IMA MOK and blacklist keyrings.\n[ 0.511839] Key type asymmetric registered\n[ 0.512917] Asymmetric key parser 'x509' registered\n[ 0.514199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516502] io scheduler noop registered\n[ 0.517564] io scheduler deadline registered (default)\n[ 0.518891] io scheduler cfq registered\n[ 0.519981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525019] ACPI: Power Button [PWRF]\n[ 0.526097] GHES: HEST is not enabled!\n[ 0.540006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575342] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578661] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604810] Linux agpgart interface v0.103\n[ 0.607145] brd: module loaded\n[ 0.608551] loop: module loaded\n[ 0.613900] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615656] GPT:90111 != 2097151\n[ 0.616470] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617818] GPT:90111 != 2097151\n[ 0.618631] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619812] vda: vda1 vda15\n[ 0.621572] scsi host0: ata_piix\n[ 0.622464] scsi host1: ata_piix\n[ 0.623312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626644] libphy: Fixed MDIO Bus: probed\n[ 0.627699] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628942] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631647] PPP generic driver version 2.4.2\n[ 0.632786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634366] ehci-pci: EHCI PCI platform driver\n[ 0.635504] ehci-platform: EHCI generic platform driver\n[ 0.636793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638294] ohci-pci: OHCI PCI platform driver\n[ 0.639387] ohci-platform: OHCI generic platform driver\n[ 0.640586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658349] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659577] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662438] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664143] usb usb1: Product: UHCI Host Controller\n[ 0.665130] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666274] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667221] hub 1-0:1.0: USB hub found\n[ 0.667992] hub 1-0:1.0: 2 ports detected\n[ 0.668883] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672955] mousedev: PS/2 mouse device common for all mice\n[ 0.674222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679486] i2c /dev entries driver\n[ 0.680237] device-mapper: uevent: version 1.0.3\n[ 0.681163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684073] NET: Registered protocol family 10\n[ 0.685073] NET: Registered protocol family 17\n[ 0.685954] Key type dns_resolver registered\n[ 0.686920] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688092] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689949] registered taskstats version 1\n[ 0.690817] Loading compiled-in X.509 certificates\n[ 0.692304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694561] zswap: loaded using pool lzo/zbud\n[ 0.696573] Key type trusted registered\n[ 0.698732] Key type encrypted registered\n[ 0.699766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702243] evm: HMAC attrs: 0x1\n[ 0.703678] Magic number: 6:299:289\n[ 0.704618] tty tty22: hash matches\n[ 0.705543] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:39 UTC (1539191739)\n[ 0.707458] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708806] EDD information not available.\n[ 0.786755] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798848] Write protecting the kernel read-only data: 14336k\n[ 0.800655] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.748606] 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.64. iid=i-00000137\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCWgZ88ysL2oeoNs2A7TFJA6Gt5b/5H2Efyot1XSWoHyuXSXw3TSUrfSCukQigoC66sIVF8i4H+nEA/OniOZDSo0z0k5lIynEdLd/AxsxMX3rQvJ1aa63aFzXf2xIcbPD7sEEIj3Ko+wCI/neeYfMicBOhPMkp3tJ1IDCNcto3Lp4W0OjJXw0MFkwERfHaWlOCVAk+PPsaSe1sKvYLWc8tc85ysEBS2a3L2f0vxuVjZ+KiH/4tTujWzGPaRSxA3vtXA9xwbZ8H6Car2XTuowElgC20GwsvS2TxJ8VZGvia2BgHr5UHilSbxr0Cw6wt6Qa7GAGfzb4fu2p7xHcESCl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKMw2RoHQXIP5gboAVIkF7BlyvysJlKwg7bk2kvwnsVNYVtuloS/uxHfCl27UdrBf9kwPyreZWSfrQ7oVXM9DhplgFQs9LL5yzRlNOBrsdFZ9WINDGPbTr4HT3mpxgK3k3vV1mskyMfpMfsMhW7mGlEueNB4Uj/Bb12wIgniDOCrAAAAFQDqkw9QOQE7yqqL6oR3t4EzLdsngQAAAIAF7Tve3CPNFfJJljygcO2rngWtWvTYtzZBc8PfMFVmmZBfngQAi7XclDltxixF0pXU3vWg0vRYfRd9qxuvNnGBEovbmUmREyB09ROGuTovvdvC4zajzYKs1rN1azsTjbyWPtWonWDWK8mtzvlQS4phfY9MqY/NuI1n+7BEPk0OZgAAAIAmEWwF+epAX4gxdOM7muhjkCtbnWULWzdpfaxRD0CWBHqUz/uvtPKsvjLMcMe3jGScGxj8ckWb9nenoHw1Z/gVnpeoGPAhC5MU5mV6S/uLUXPPrVYWclZxJ+gXRlk1zNO4nscgrxJHNiUWJL0g9aMFL4iXRcps+DErjyrad5yx1w== 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.11,24,fe80::f816:3eff:fea6:6984/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.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-00000137\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.88 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A6:69:84 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:6984/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:15:59,621 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-18e9b5b7-2e00-4c9b-860d-dcb364e9f4c4 2018-10-10 17:16:01,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:02,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:16: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-d50351aa-c0ec-4fd1-87a3-f4672bc32596 x-compute-request-id: req-d50351aa-c0ec-4fd1-87a3-f4672bc32596 Content-Encoding: gzip Content-Length: 9993 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531733881 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131142] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134694] Security Framework initialized\n[ 0.135497] Yama: becoming mindful.\n[ 0.136214] AppArmor: AppArmor initialized\n[ 0.137067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139618] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140801] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142172] Initializing cgroup subsys io\n[ 0.142974] Initializing cgroup subsys memory\n[ 0.143819] Initializing cgroup subsys devices\n[ 0.144691] Initializing cgroup subsys freezer\n[ 0.145564] Initializing cgroup subsys net_cls\n[ 0.146425] Initializing cgroup subsys perf_event\n[ 0.147321] Initializing cgroup subsys net_prio\n[ 0.148189] Initializing cgroup subsys hugetlb\n[ 0.149052] Initializing cgroup subsys pids\n[ 0.149909] CPU: Physical Processor ID: 0\n[ 0.151387] mce: CPU supports 10 MCE banks\n[ 0.152221] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163865] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170251] ftrace: allocating 31920 entries in 125 pages\n[ 0.196577] smpboot: Max logical packages: 1\n[ 0.197444] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198773] x2apic enabled\n[ 0.199571] Switched APIC routing to physical x2apic.\n[ 0.201307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202403] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206124] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208197] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209565] devtmpfs: initialized\n[ 0.211271] evm: security.selinux\n[ 0.211959] evm: security.SMACK64\n[ 0.212636] evm: security.SMACK64EXEC\n[ 0.213370] evm: security.SMACK64TRANSMUTE\n[ 0.214165] evm: security.SMACK64MMAP\n[ 0.214892] evm: security.ima\n[ 0.215530] evm: security.capability\n[ 0.216323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218144] pinctrl core: initialized pinctrl subsystem\n[ 0.219214] RTC time: 17:15:38, date: 10/10/18\n[ 0.220160] NET: Registered protocol family 16\n[ 0.221118] cpuidle: using governor ladder\n[ 0.221918] cpuidle: using governor menu\n[ 0.222695] PCCT header not found.\n[ 0.223431] ACPI: bus type PCI registered\n[ 0.224222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225441] PCI: Using configuration type 1 for base access\n[ 0.227174] ACPI: Added _OSI(Module Device)\n[ 0.228000] ACPI: Added _OSI(Processor Device)\n[ 0.228845] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229726] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231852] ACPI: Interpreter enabled\n[ 0.232605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239867] ACPI: (supports S0 S5)\n[ 0.240561] ACPI: Using IOAPIC for interrupt routing\n[ 0.241568] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245754] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248140] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250322] acpiphp: Slot [3] registered\n[ 0.251113] acpiphp: Slot [4] registered\n[ 0.251895] acpiphp: Slot [5] registered\n[ 0.252685] acpiphp: Slot [6] registered\n[ 0.253470] acpiphp: Slot [7] registered\n[ 0.254271] acpiphp: Slot [8] registered\n[ 0.255058] acpiphp: Slot [9] registered\n[ 0.255837] acpiphp: Slot [10] registered\n[ 0.256635] acpiphp: Slot [11] registered\n[ 0.257437] acpiphp: Slot [12] registered\n[ 0.258234] acpiphp: Slot [13] registered\n[ 0.259034] acpiphp: Slot [14] registered\n[ 0.259828] acpiphp: Slot [15] registered\n[ 0.270635] acpiphp: Slot [16] registered\n[ 0.271442] acpiphp: Slot [17] registered\n[ 0.272239] acpiphp: Slot [18] registered\n[ 0.273033] acpiphp: Slot [19] registered\n[ 0.273823] acpiphp: Slot [20] registered\n[ 0.274626] acpiphp: Slot [21] registered\n[ 0.275428] acpiphp: Slot [22] registered\n[ 0.276226] acpiphp: Slot [23] registered\n[ 0.277022] acpiphp: Slot [24] registered\n[ 0.277815] acpiphp: Slot [25] registered\n[ 0.278613] acpiphp: Slot [26] registered\n[ 0.279415] acpiphp: Slot [27] registered\n[ 0.280216] acpiphp: Slot [28] registered\n[ 0.281024] acpiphp: Slot [29] registered\n[ 0.281816] acpiphp: Slot [30] registered\n[ 0.282613] acpiphp: Slot [31] registered\n[ 0.283414] PCI host bridge to bus 0000:00\n[ 0.284214] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285404] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288019] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289440] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295632] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364293] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365326] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366846] vgaarb: loaded\n[ 0.367442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368566] SCSI subsystem initialized\n[ 0.369379] ACPI: bus type USB registered\n[ 0.370185] usbcore: registered new interface driver usbfs\n[ 0.371203] usbcore: registered new interface driver hub\n[ 0.372196] usbcore: registered new device driver usb\n[ 0.373237] PCI: Using ACPI for IRQ routing\n[ 0.374248] NetLabel: Initializing\n[ 0.374946] NetLabel: domain hash size = 128\n[ 0.375780] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376714] NetLabel: unlabeled traffic allowed by default\n[ 0.377796] clocksource: Switched to clocksource kvm-clock\n[ 0.383309] AppArmor: AppArmor Filesystem Enabled\n[ 0.384270] pnp: PnP ACPI init\n[ 0.385172] pnp: PnP ACPI: found 5 devices\n[ 0.391521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393222] NET: Registered protocol family 2\n[ 0.394164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397686] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398751] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399900] NET: Registered protocol family 1\n[ 0.400757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402906] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416874] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431103] Trying to unpack rootfs image as initramfs...\n[ 0.481450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495472] Scanning for low memory corruption every 60 seconds\n[ 0.497072] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498261] audit: initializing netlink subsys (disabled)\n[ 0.499302] audit: type=2000 audit(1539191739.375:1): initialized\n[ 0.500641] Initialise system trusted keyring\n[ 0.501594] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504753] zbud: loaded\n[ 0.505474] VFS: Disk quotas dquot_6.6.0\n[ 0.506518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508361] fuse init (API version 7.23)\n[ 0.509467] Key type big_key registered\n[ 0.510467] Allocating IMA MOK and blacklist keyrings.\n[ 0.511839] Key type asymmetric registered\n[ 0.512917] Asymmetric key parser 'x509' registered\n[ 0.514199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516502] io scheduler noop registered\n[ 0.517564] io scheduler deadline registered (default)\n[ 0.518891] io scheduler cfq registered\n[ 0.519981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525019] ACPI: Power Button [PWRF]\n[ 0.526097] GHES: HEST is not enabled!\n[ 0.540006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575342] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578661] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604810] Linux agpgart interface v0.103\n[ 0.607145] brd: module loaded\n[ 0.608551] loop: module loaded\n[ 0.613900] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615656] GPT:90111 != 2097151\n[ 0.616470] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617818] GPT:90111 != 2097151\n[ 0.618631] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619812] vda: vda1 vda15\n[ 0.621572] scsi host0: ata_piix\n[ 0.622464] scsi host1: ata_piix\n[ 0.623312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626644] libphy: Fixed MDIO Bus: probed\n[ 0.627699] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628942] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631647] PPP generic driver version 2.4.2\n[ 0.632786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634366] ehci-pci: EHCI PCI platform driver\n[ 0.635504] ehci-platform: EHCI generic platform driver\n[ 0.636793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638294] ohci-pci: OHCI PCI platform driver\n[ 0.639387] ohci-platform: OHCI generic platform driver\n[ 0.640586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658349] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659577] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662438] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664143] usb usb1: Product: UHCI Host Controller\n[ 0.665130] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666274] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667221] hub 1-0:1.0: USB hub found\n[ 0.667992] hub 1-0:1.0: 2 ports detected\n[ 0.668883] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672955] mousedev: PS/2 mouse device common for all mice\n[ 0.674222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679486] i2c /dev entries driver\n[ 0.680237] device-mapper: uevent: version 1.0.3\n[ 0.681163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684073] NET: Registered protocol family 10\n[ 0.685073] NET: Registered protocol family 17\n[ 0.685954] Key type dns_resolver registered\n[ 0.686920] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688092] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689949] registered taskstats version 1\n[ 0.690817] Loading compiled-in X.509 certificates\n[ 0.692304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694561] zswap: loaded using pool lzo/zbud\n[ 0.696573] Key type trusted registered\n[ 0.698732] Key type encrypted registered\n[ 0.699766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702243] evm: HMAC attrs: 0x1\n[ 0.703678] Magic number: 6:299:289\n[ 0.704618] tty tty22: hash matches\n[ 0.705543] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:39 UTC (1539191739)\n[ 0.707458] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708806] EDD information not available.\n[ 0.786755] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798848] Write protecting the kernel read-only data: 14336k\n[ 0.800655] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.748606] 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.64. iid=i-00000137\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCWgZ88ysL2oeoNs2A7TFJA6Gt5b/5H2Efyot1XSWoHyuXSXw3TSUrfSCukQigoC66sIVF8i4H+nEA/OniOZDSo0z0k5lIynEdLd/AxsxMX3rQvJ1aa63aFzXf2xIcbPD7sEEIj3Ko+wCI/neeYfMicBOhPMkp3tJ1IDCNcto3Lp4W0OjJXw0MFkwERfHaWlOCVAk+PPsaSe1sKvYLWc8tc85ysEBS2a3L2f0vxuVjZ+KiH/4tTujWzGPaRSxA3vtXA9xwbZ8H6Car2XTuowElgC20GwsvS2TxJ8VZGvia2BgHr5UHilSbxr0Cw6wt6Qa7GAGfzb4fu2p7xHcESCl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKMw2RoHQXIP5gboAVIkF7BlyvysJlKwg7bk2kvwnsVNYVtuloS/uxHfCl27UdrBf9kwPyreZWSfrQ7oVXM9DhplgFQs9LL5yzRlNOBrsdFZ9WINDGPbTr4HT3mpxgK3k3vV1mskyMfpMfsMhW7mGlEueNB4Uj/Bb12wIgniDOCrAAAAFQDqkw9QOQE7yqqL6oR3t4EzLdsngQAAAIAF7Tve3CPNFfJJljygcO2rngWtWvTYtzZBc8PfMFVmmZBfngQAi7XclDltxixF0pXU3vWg0vRYfRd9qxuvNnGBEovbmUmREyB09ROGuTovvdvC4zajzYKs1rN1azsTjbyWPtWonWDWK8mtzvlQS4phfY9MqY/NuI1n+7BEPk0OZgAAAIAmEWwF+epAX4gxdOM7muhjkCtbnWULWzdpfaxRD0CWBHqUz/uvtPKsvjLMcMe3jGScGxj8ckWb9nenoHw1Z/gVnpeoGPAhC5MU5mV6S/uLUXPPrVYWclZxJ+gXRlk1zNO4nscgrxJHNiUWJL0g9aMFL4iXRcps+DErjyrad5yx1w== 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.11,24,fe80::f816:3eff:fea6:6984/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.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-00000137\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.88 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A6:69:84 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:6984/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:16:02,721 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-d50351aa-c0ec-4fd1-87a3-f4672bc32596 2018-10-10 17:16:04,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:05,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:16:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f70b87be-8364-460e-8a53-7fef34b1324a x-compute-request-id: req-f70b87be-8364-460e-8a53-7fef34b1324a Content-Encoding: gzip Content-Length: 10062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531733881 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131142] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134694] Security Framework initialized\n[ 0.135497] Yama: becoming mindful.\n[ 0.136214] AppArmor: AppArmor initialized\n[ 0.137067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139618] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140801] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142172] Initializing cgroup subsys io\n[ 0.142974] Initializing cgroup subsys memory\n[ 0.143819] Initializing cgroup subsys devices\n[ 0.144691] Initializing cgroup subsys freezer\n[ 0.145564] Initializing cgroup subsys net_cls\n[ 0.146425] Initializing cgroup subsys perf_event\n[ 0.147321] Initializing cgroup subsys net_prio\n[ 0.148189] Initializing cgroup subsys hugetlb\n[ 0.149052] Initializing cgroup subsys pids\n[ 0.149909] CPU: Physical Processor ID: 0\n[ 0.151387] mce: CPU supports 10 MCE banks\n[ 0.152221] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163865] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170251] ftrace: allocating 31920 entries in 125 pages\n[ 0.196577] smpboot: Max logical packages: 1\n[ 0.197444] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198773] x2apic enabled\n[ 0.199571] Switched APIC routing to physical x2apic.\n[ 0.201307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202403] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206124] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208197] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209565] devtmpfs: initialized\n[ 0.211271] evm: security.selinux\n[ 0.211959] evm: security.SMACK64\n[ 0.212636] evm: security.SMACK64EXEC\n[ 0.213370] evm: security.SMACK64TRANSMUTE\n[ 0.214165] evm: security.SMACK64MMAP\n[ 0.214892] evm: security.ima\n[ 0.215530] evm: security.capability\n[ 0.216323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218144] pinctrl core: initialized pinctrl subsystem\n[ 0.219214] RTC time: 17:15:38, date: 10/10/18\n[ 0.220160] NET: Registered protocol family 16\n[ 0.221118] cpuidle: using governor ladder\n[ 0.221918] cpuidle: using governor menu\n[ 0.222695] PCCT header not found.\n[ 0.223431] ACPI: bus type PCI registered\n[ 0.224222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225441] PCI: Using configuration type 1 for base access\n[ 0.227174] ACPI: Added _OSI(Module Device)\n[ 0.228000] ACPI: Added _OSI(Processor Device)\n[ 0.228845] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229726] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231852] ACPI: Interpreter enabled\n[ 0.232605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239867] ACPI: (supports S0 S5)\n[ 0.240561] ACPI: Using IOAPIC for interrupt routing\n[ 0.241568] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245754] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248140] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250322] acpiphp: Slot [3] registered\n[ 0.251113] acpiphp: Slot [4] registered\n[ 0.251895] acpiphp: Slot [5] registered\n[ 0.252685] acpiphp: Slot [6] registered\n[ 0.253470] acpiphp: Slot [7] registered\n[ 0.254271] acpiphp: Slot [8] registered\n[ 0.255058] acpiphp: Slot [9] registered\n[ 0.255837] acpiphp: Slot [10] registered\n[ 0.256635] acpiphp: Slot [11] registered\n[ 0.257437] acpiphp: Slot [12] registered\n[ 0.258234] acpiphp: Slot [13] registered\n[ 0.259034] acpiphp: Slot [14] registered\n[ 0.259828] acpiphp: Slot [15] registered\n[ 0.270635] acpiphp: Slot [16] registered\n[ 0.271442] acpiphp: Slot [17] registered\n[ 0.272239] acpiphp: Slot [18] registered\n[ 0.273033] acpiphp: Slot [19] registered\n[ 0.273823] acpiphp: Slot [20] registered\n[ 0.274626] acpiphp: Slot [21] registered\n[ 0.275428] acpiphp: Slot [22] registered\n[ 0.276226] acpiphp: Slot [23] registered\n[ 0.277022] acpiphp: Slot [24] registered\n[ 0.277815] acpiphp: Slot [25] registered\n[ 0.278613] acpiphp: Slot [26] registered\n[ 0.279415] acpiphp: Slot [27] registered\n[ 0.280216] acpiphp: Slot [28] registered\n[ 0.281024] acpiphp: Slot [29] registered\n[ 0.281816] acpiphp: Slot [30] registered\n[ 0.282613] acpiphp: Slot [31] registered\n[ 0.283414] PCI host bridge to bus 0000:00\n[ 0.284214] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285404] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288019] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289440] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295632] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364293] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365326] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366846] vgaarb: loaded\n[ 0.367442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368566] SCSI subsystem initialized\n[ 0.369379] ACPI: bus type USB registered\n[ 0.370185] usbcore: registered new interface driver usbfs\n[ 0.371203] usbcore: registered new interface driver hub\n[ 0.372196] usbcore: registered new device driver usb\n[ 0.373237] PCI: Using ACPI for IRQ routing\n[ 0.374248] NetLabel: Initializing\n[ 0.374946] NetLabel: domain hash size = 128\n[ 0.375780] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376714] NetLabel: unlabeled traffic allowed by default\n[ 0.377796] clocksource: Switched to clocksource kvm-clock\n[ 0.383309] AppArmor: AppArmor Filesystem Enabled\n[ 0.384270] pnp: PnP ACPI init\n[ 0.385172] pnp: PnP ACPI: found 5 devices\n[ 0.391521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393222] NET: Registered protocol family 2\n[ 0.394164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397686] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398751] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399900] NET: Registered protocol family 1\n[ 0.400757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402906] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416874] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431103] Trying to unpack rootfs image as initramfs...\n[ 0.481450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495472] Scanning for low memory corruption every 60 seconds\n[ 0.497072] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498261] audit: initializing netlink subsys (disabled)\n[ 0.499302] audit: type=2000 audit(1539191739.375:1): initialized\n[ 0.500641] Initialise system trusted keyring\n[ 0.501594] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504753] zbud: loaded\n[ 0.505474] VFS: Disk quotas dquot_6.6.0\n[ 0.506518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508361] fuse init (API version 7.23)\n[ 0.509467] Key type big_key registered\n[ 0.510467] Allocating IMA MOK and blacklist keyrings.\n[ 0.511839] Key type asymmetric registered\n[ 0.512917] Asymmetric key parser 'x509' registered\n[ 0.514199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516502] io scheduler noop registered\n[ 0.517564] io scheduler deadline registered (default)\n[ 0.518891] io scheduler cfq registered\n[ 0.519981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525019] ACPI: Power Button [PWRF]\n[ 0.526097] GHES: HEST is not enabled!\n[ 0.540006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575342] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578661] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604810] Linux agpgart interface v0.103\n[ 0.607145] brd: module loaded\n[ 0.608551] loop: module loaded\n[ 0.613900] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615656] GPT:90111 != 2097151\n[ 0.616470] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617818] GPT:90111 != 2097151\n[ 0.618631] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619812] vda: vda1 vda15\n[ 0.621572] scsi host0: ata_piix\n[ 0.622464] scsi host1: ata_piix\n[ 0.623312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626644] libphy: Fixed MDIO Bus: probed\n[ 0.627699] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628942] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631647] PPP generic driver version 2.4.2\n[ 0.632786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634366] ehci-pci: EHCI PCI platform driver\n[ 0.635504] ehci-platform: EHCI generic platform driver\n[ 0.636793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638294] ohci-pci: OHCI PCI platform driver\n[ 0.639387] ohci-platform: OHCI generic platform driver\n[ 0.640586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658349] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659577] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662438] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664143] usb usb1: Product: UHCI Host Controller\n[ 0.665130] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666274] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667221] hub 1-0:1.0: USB hub found\n[ 0.667992] hub 1-0:1.0: 2 ports detected\n[ 0.668883] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672955] mousedev: PS/2 mouse device common for all mice\n[ 0.674222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679486] i2c /dev entries driver\n[ 0.680237] device-mapper: uevent: version 1.0.3\n[ 0.681163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684073] NET: Registered protocol family 10\n[ 0.685073] NET: Registered protocol family 17\n[ 0.685954] Key type dns_resolver registered\n[ 0.686920] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688092] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689949] registered taskstats version 1\n[ 0.690817] Loading compiled-in X.509 certificates\n[ 0.692304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694561] zswap: loaded using pool lzo/zbud\n[ 0.696573] Key type trusted registered\n[ 0.698732] Key type encrypted registered\n[ 0.699766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702243] evm: HMAC attrs: 0x1\n[ 0.703678] Magic number: 6:299:289\n[ 0.704618] tty tty22: hash matches\n[ 0.705543] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:39 UTC (1539191739)\n[ 0.707458] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708806] EDD information not available.\n[ 0.786755] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798848] Write protecting the kernel read-only data: 14336k\n[ 0.800655] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.748606] 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.64. iid=i-00000137\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCWgZ88ysL2oeoNs2A7TFJA6Gt5b/5H2Efyot1XSWoHyuXSXw3TSUrfSCukQigoC66sIVF8i4H+nEA/OniOZDSo0z0k5lIynEdLd/AxsxMX3rQvJ1aa63aFzXf2xIcbPD7sEEIj3Ko+wCI/neeYfMicBOhPMkp3tJ1IDCNcto3Lp4W0OjJXw0MFkwERfHaWlOCVAk+PPsaSe1sKvYLWc8tc85ysEBS2a3L2f0vxuVjZ+KiH/4tTujWzGPaRSxA3vtXA9xwbZ8H6Car2XTuowElgC20GwsvS2TxJ8VZGvia2BgHr5UHilSbxr0Cw6wt6Qa7GAGfzb4fu2p7xHcESCl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKMw2RoHQXIP5gboAVIkF7BlyvysJlKwg7bk2kvwnsVNYVtuloS/uxHfCl27UdrBf9kwPyreZWSfrQ7oVXM9DhplgFQs9LL5yzRlNOBrsdFZ9WINDGPbTr4HT3mpxgK3k3vV1mskyMfpMfsMhW7mGlEueNB4Uj/Bb12wIgniDOCrAAAAFQDqkw9QOQE7yqqL6oR3t4EzLdsngQAAAIAF7Tve3CPNFfJJljygcO2rngWtWvTYtzZBc8PfMFVmmZBfngQAi7XclDltxixF0pXU3vWg0vRYfRd9qxuvNnGBEovbmUmREyB09ROGuTovvdvC4zajzYKs1rN1azsTjbyWPtWonWDWK8mtzvlQS4phfY9MqY/NuI1n+7BEPk0OZgAAAIAmEWwF+epAX4gxdOM7muhjkCtbnWULWzdpfaxRD0CWBHqUz/uvtPKsvjLMcMe3jGScGxj8ckWb9nenoHw1Z/gVnpeoGPAhC5MU5mV6S/uLUXPPrVYWclZxJ+gXRlk1zNO4nscgrxJHNiUWJL0g9aMFL4iXRcps+DErjyrad5yx1w== 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.11,24,fe80::f816:3eff:fea6:6984/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.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-00000137\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.88 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A6:69:84 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:6984/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:16:05,809 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-f70b87be-8364-460e-8a53-7fef34b1324a 2018-10-10 17:16:07,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:08,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:16:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66b4f767-068d-4392-963f-190bba0cdadd x-compute-request-id: req-66b4f767-068d-4392-963f-190bba0cdadd Content-Encoding: gzip Content-Length: 10062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531733881 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131142] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134694] Security Framework initialized\n[ 0.135497] Yama: becoming mindful.\n[ 0.136214] AppArmor: AppArmor initialized\n[ 0.137067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139618] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140801] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142172] Initializing cgroup subsys io\n[ 0.142974] Initializing cgroup subsys memory\n[ 0.143819] Initializing cgroup subsys devices\n[ 0.144691] Initializing cgroup subsys freezer\n[ 0.145564] Initializing cgroup subsys net_cls\n[ 0.146425] Initializing cgroup subsys perf_event\n[ 0.147321] Initializing cgroup subsys net_prio\n[ 0.148189] Initializing cgroup subsys hugetlb\n[ 0.149052] Initializing cgroup subsys pids\n[ 0.149909] CPU: Physical Processor ID: 0\n[ 0.151387] mce: CPU supports 10 MCE banks\n[ 0.152221] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163865] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170251] ftrace: allocating 31920 entries in 125 pages\n[ 0.196577] smpboot: Max logical packages: 1\n[ 0.197444] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198773] x2apic enabled\n[ 0.199571] Switched APIC routing to physical x2apic.\n[ 0.201307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202403] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206124] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208197] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209565] devtmpfs: initialized\n[ 0.211271] evm: security.selinux\n[ 0.211959] evm: security.SMACK64\n[ 0.212636] evm: security.SMACK64EXEC\n[ 0.213370] evm: security.SMACK64TRANSMUTE\n[ 0.214165] evm: security.SMACK64MMAP\n[ 0.214892] evm: security.ima\n[ 0.215530] evm: security.capability\n[ 0.216323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218144] pinctrl core: initialized pinctrl subsystem\n[ 0.219214] RTC time: 17:15:38, date: 10/10/18\n[ 0.220160] NET: Registered protocol family 16\n[ 0.221118] cpuidle: using governor ladder\n[ 0.221918] cpuidle: using governor menu\n[ 0.222695] PCCT header not found.\n[ 0.223431] ACPI: bus type PCI registered\n[ 0.224222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225441] PCI: Using configuration type 1 for base access\n[ 0.227174] ACPI: Added _OSI(Module Device)\n[ 0.228000] ACPI: Added _OSI(Processor Device)\n[ 0.228845] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229726] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231852] ACPI: Interpreter enabled\n[ 0.232605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239867] ACPI: (supports S0 S5)\n[ 0.240561] ACPI: Using IOAPIC for interrupt routing\n[ 0.241568] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245754] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248140] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250322] acpiphp: Slot [3] registered\n[ 0.251113] acpiphp: Slot [4] registered\n[ 0.251895] acpiphp: Slot [5] registered\n[ 0.252685] acpiphp: Slot [6] registered\n[ 0.253470] acpiphp: Slot [7] registered\n[ 0.254271] acpiphp: Slot [8] registered\n[ 0.255058] acpiphp: Slot [9] registered\n[ 0.255837] acpiphp: Slot [10] registered\n[ 0.256635] acpiphp: Slot [11] registered\n[ 0.257437] acpiphp: Slot [12] registered\n[ 0.258234] acpiphp: Slot [13] registered\n[ 0.259034] acpiphp: Slot [14] registered\n[ 0.259828] acpiphp: Slot [15] registered\n[ 0.270635] acpiphp: Slot [16] registered\n[ 0.271442] acpiphp: Slot [17] registered\n[ 0.272239] acpiphp: Slot [18] registered\n[ 0.273033] acpiphp: Slot [19] registered\n[ 0.273823] acpiphp: Slot [20] registered\n[ 0.274626] acpiphp: Slot [21] registered\n[ 0.275428] acpiphp: Slot [22] registered\n[ 0.276226] acpiphp: Slot [23] registered\n[ 0.277022] acpiphp: Slot [24] registered\n[ 0.277815] acpiphp: Slot [25] registered\n[ 0.278613] acpiphp: Slot [26] registered\n[ 0.279415] acpiphp: Slot [27] registered\n[ 0.280216] acpiphp: Slot [28] registered\n[ 0.281024] acpiphp: Slot [29] registered\n[ 0.281816] acpiphp: Slot [30] registered\n[ 0.282613] acpiphp: Slot [31] registered\n[ 0.283414] PCI host bridge to bus 0000:00\n[ 0.284214] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285404] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288019] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289440] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295632] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364293] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365326] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366846] vgaarb: loaded\n[ 0.367442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368566] SCSI subsystem initialized\n[ 0.369379] ACPI: bus type USB registered\n[ 0.370185] usbcore: registered new interface driver usbfs\n[ 0.371203] usbcore: registered new interface driver hub\n[ 0.372196] usbcore: registered new device driver usb\n[ 0.373237] PCI: Using ACPI for IRQ routing\n[ 0.374248] NetLabel: Initializing\n[ 0.374946] NetLabel: domain hash size = 128\n[ 0.375780] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376714] NetLabel: unlabeled traffic allowed by default\n[ 0.377796] clocksource: Switched to clocksource kvm-clock\n[ 0.383309] AppArmor: AppArmor Filesystem Enabled\n[ 0.384270] pnp: PnP ACPI init\n[ 0.385172] pnp: PnP ACPI: found 5 devices\n[ 0.391521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393222] NET: Registered protocol family 2\n[ 0.394164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397686] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398751] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399900] NET: Registered protocol family 1\n[ 0.400757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402906] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416874] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431103] Trying to unpack rootfs image as initramfs...\n[ 0.481450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495472] Scanning for low memory corruption every 60 seconds\n[ 0.497072] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498261] audit: initializing netlink subsys (disabled)\n[ 0.499302] audit: type=2000 audit(1539191739.375:1): initialized\n[ 0.500641] Initialise system trusted keyring\n[ 0.501594] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504753] zbud: loaded\n[ 0.505474] VFS: Disk quotas dquot_6.6.0\n[ 0.506518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508361] fuse init (API version 7.23)\n[ 0.509467] Key type big_key registered\n[ 0.510467] Allocating IMA MOK and blacklist keyrings.\n[ 0.511839] Key type asymmetric registered\n[ 0.512917] Asymmetric key parser 'x509' registered\n[ 0.514199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516502] io scheduler noop registered\n[ 0.517564] io scheduler deadline registered (default)\n[ 0.518891] io scheduler cfq registered\n[ 0.519981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525019] ACPI: Power Button [PWRF]\n[ 0.526097] GHES: HEST is not enabled!\n[ 0.540006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575342] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578661] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604810] Linux agpgart interface v0.103\n[ 0.607145] brd: module loaded\n[ 0.608551] loop: module loaded\n[ 0.613900] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615656] GPT:90111 != 2097151\n[ 0.616470] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617818] GPT:90111 != 2097151\n[ 0.618631] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619812] vda: vda1 vda15\n[ 0.621572] scsi host0: ata_piix\n[ 0.622464] scsi host1: ata_piix\n[ 0.623312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626644] libphy: Fixed MDIO Bus: probed\n[ 0.627699] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628942] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631647] PPP generic driver version 2.4.2\n[ 0.632786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634366] ehci-pci: EHCI PCI platform driver\n[ 0.635504] ehci-platform: EHCI generic platform driver\n[ 0.636793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638294] ohci-pci: OHCI PCI platform driver\n[ 0.639387] ohci-platform: OHCI generic platform driver\n[ 0.640586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658349] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659577] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662438] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664143] usb usb1: Product: UHCI Host Controller\n[ 0.665130] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666274] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667221] hub 1-0:1.0: USB hub found\n[ 0.667992] hub 1-0:1.0: 2 ports detected\n[ 0.668883] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672955] mousedev: PS/2 mouse device common for all mice\n[ 0.674222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679486] i2c /dev entries driver\n[ 0.680237] device-mapper: uevent: version 1.0.3\n[ 0.681163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684073] NET: Registered protocol family 10\n[ 0.685073] NET: Registered protocol family 17\n[ 0.685954] Key type dns_resolver registered\n[ 0.686920] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688092] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689949] registered taskstats version 1\n[ 0.690817] Loading compiled-in X.509 certificates\n[ 0.692304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694561] zswap: loaded using pool lzo/zbud\n[ 0.696573] Key type trusted registered\n[ 0.698732] Key type encrypted registered\n[ 0.699766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702243] evm: HMAC attrs: 0x1\n[ 0.703678] Magic number: 6:299:289\n[ 0.704618] tty tty22: hash matches\n[ 0.705543] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:39 UTC (1539191739)\n[ 0.707458] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708806] EDD information not available.\n[ 0.786755] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798848] Write protecting the kernel read-only data: 14336k\n[ 0.800655] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.748606] 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.64. iid=i-00000137\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCWgZ88ysL2oeoNs2A7TFJA6Gt5b/5H2Efyot1XSWoHyuXSXw3TSUrfSCukQigoC66sIVF8i4H+nEA/OniOZDSo0z0k5lIynEdLd/AxsxMX3rQvJ1aa63aFzXf2xIcbPD7sEEIj3Ko+wCI/neeYfMicBOhPMkp3tJ1IDCNcto3Lp4W0OjJXw0MFkwERfHaWlOCVAk+PPsaSe1sKvYLWc8tc85ysEBS2a3L2f0vxuVjZ+KiH/4tTujWzGPaRSxA3vtXA9xwbZ8H6Car2XTuowElgC20GwsvS2TxJ8VZGvia2BgHr5UHilSbxr0Cw6wt6Qa7GAGfzb4fu2p7xHcESCl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKMw2RoHQXIP5gboAVIkF7BlyvysJlKwg7bk2kvwnsVNYVtuloS/uxHfCl27UdrBf9kwPyreZWSfrQ7oVXM9DhplgFQs9LL5yzRlNOBrsdFZ9WINDGPbTr4HT3mpxgK3k3vV1mskyMfpMfsMhW7mGlEueNB4Uj/Bb12wIgniDOCrAAAAFQDqkw9QOQE7yqqL6oR3t4EzLdsngQAAAIAF7Tve3CPNFfJJljygcO2rngWtWvTYtzZBc8PfMFVmmZBfngQAi7XclDltxixF0pXU3vWg0vRYfRd9qxuvNnGBEovbmUmREyB09ROGuTovvdvC4zajzYKs1rN1azsTjbyWPtWonWDWK8mtzvlQS4phfY9MqY/NuI1n+7BEPk0OZgAAAIAmEWwF+epAX4gxdOM7muhjkCtbnWULWzdpfaxRD0CWBHqUz/uvtPKsvjLMcMe3jGScGxj8ckWb9nenoHw1Z/gVnpeoGPAhC5MU5mV6S/uLUXPPrVYWclZxJ+gXRlk1zNO4nscgrxJHNiUWJL0g9aMFL4iXRcps+DErjyrad5yx1w== 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.11,24,fe80::f816:3eff:fea6:6984/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.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-00000137\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.88 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A6:69:84 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:6984/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:16:08,907 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-66b4f767-068d-4392-963f-190bba0cdadd 2018-10-10 17:16:10,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:12,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:16: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-5a3504b7-46c3-4c47-8796-e747ba2ec3a5 x-compute-request-id: req-5a3504b7-46c3-4c47-8796-e747ba2ec3a5 Content-Encoding: gzip Content-Length: 10062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531733881 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131142] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134694] Security Framework initialized\n[ 0.135497] Yama: becoming mindful.\n[ 0.136214] AppArmor: AppArmor initialized\n[ 0.137067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139618] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140801] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142172] Initializing cgroup subsys io\n[ 0.142974] Initializing cgroup subsys memory\n[ 0.143819] Initializing cgroup subsys devices\n[ 0.144691] Initializing cgroup subsys freezer\n[ 0.145564] Initializing cgroup subsys net_cls\n[ 0.146425] Initializing cgroup subsys perf_event\n[ 0.147321] Initializing cgroup subsys net_prio\n[ 0.148189] Initializing cgroup subsys hugetlb\n[ 0.149052] Initializing cgroup subsys pids\n[ 0.149909] CPU: Physical Processor ID: 0\n[ 0.151387] mce: CPU supports 10 MCE banks\n[ 0.152221] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163865] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170251] ftrace: allocating 31920 entries in 125 pages\n[ 0.196577] smpboot: Max logical packages: 1\n[ 0.197444] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198773] x2apic enabled\n[ 0.199571] Switched APIC routing to physical x2apic.\n[ 0.201307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202403] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206124] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208197] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209565] devtmpfs: initialized\n[ 0.211271] evm: security.selinux\n[ 0.211959] evm: security.SMACK64\n[ 0.212636] evm: security.SMACK64EXEC\n[ 0.213370] evm: security.SMACK64TRANSMUTE\n[ 0.214165] evm: security.SMACK64MMAP\n[ 0.214892] evm: security.ima\n[ 0.215530] evm: security.capability\n[ 0.216323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218144] pinctrl core: initialized pinctrl subsystem\n[ 0.219214] RTC time: 17:15:38, date: 10/10/18\n[ 0.220160] NET: Registered protocol family 16\n[ 0.221118] cpuidle: using governor ladder\n[ 0.221918] cpuidle: using governor menu\n[ 0.222695] PCCT header not found.\n[ 0.223431] ACPI: bus type PCI registered\n[ 0.224222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225441] PCI: Using configuration type 1 for base access\n[ 0.227174] ACPI: Added _OSI(Module Device)\n[ 0.228000] ACPI: Added _OSI(Processor Device)\n[ 0.228845] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229726] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231852] ACPI: Interpreter enabled\n[ 0.232605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239867] ACPI: (supports S0 S5)\n[ 0.240561] ACPI: Using IOAPIC for interrupt routing\n[ 0.241568] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245754] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248140] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250322] acpiphp: Slot [3] registered\n[ 0.251113] acpiphp: Slot [4] registered\n[ 0.251895] acpiphp: Slot [5] registered\n[ 0.252685] acpiphp: Slot [6] registered\n[ 0.253470] acpiphp: Slot [7] registered\n[ 0.254271] acpiphp: Slot [8] registered\n[ 0.255058] acpiphp: Slot [9] registered\n[ 0.255837] acpiphp: Slot [10] registered\n[ 0.256635] acpiphp: Slot [11] registered\n[ 0.257437] acpiphp: Slot [12] registered\n[ 0.258234] acpiphp: Slot [13] registered\n[ 0.259034] acpiphp: Slot [14] registered\n[ 0.259828] acpiphp: Slot [15] registered\n[ 0.270635] acpiphp: Slot [16] registered\n[ 0.271442] acpiphp: Slot [17] registered\n[ 0.272239] acpiphp: Slot [18] registered\n[ 0.273033] acpiphp: Slot [19] registered\n[ 0.273823] acpiphp: Slot [20] registered\n[ 0.274626] acpiphp: Slot [21] registered\n[ 0.275428] acpiphp: Slot [22] registered\n[ 0.276226] acpiphp: Slot [23] registered\n[ 0.277022] acpiphp: Slot [24] registered\n[ 0.277815] acpiphp: Slot [25] registered\n[ 0.278613] acpiphp: Slot [26] registered\n[ 0.279415] acpiphp: Slot [27] registered\n[ 0.280216] acpiphp: Slot [28] registered\n[ 0.281024] acpiphp: Slot [29] registered\n[ 0.281816] acpiphp: Slot [30] registered\n[ 0.282613] acpiphp: Slot [31] registered\n[ 0.283414] PCI host bridge to bus 0000:00\n[ 0.284214] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285404] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288019] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289440] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295632] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364293] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365326] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366846] vgaarb: loaded\n[ 0.367442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368566] SCSI subsystem initialized\n[ 0.369379] ACPI: bus type USB registered\n[ 0.370185] usbcore: registered new interface driver usbfs\n[ 0.371203] usbcore: registered new interface driver hub\n[ 0.372196] usbcore: registered new device driver usb\n[ 0.373237] PCI: Using ACPI for IRQ routing\n[ 0.374248] NetLabel: Initializing\n[ 0.374946] NetLabel: domain hash size = 128\n[ 0.375780] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376714] NetLabel: unlabeled traffic allowed by default\n[ 0.377796] clocksource: Switched to clocksource kvm-clock\n[ 0.383309] AppArmor: AppArmor Filesystem Enabled\n[ 0.384270] pnp: PnP ACPI init\n[ 0.385172] pnp: PnP ACPI: found 5 devices\n[ 0.391521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393222] NET: Registered protocol family 2\n[ 0.394164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397686] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398751] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399900] NET: Registered protocol family 1\n[ 0.400757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402906] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416874] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431103] Trying to unpack rootfs image as initramfs...\n[ 0.481450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495472] Scanning for low memory corruption every 60 seconds\n[ 0.497072] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498261] audit: initializing netlink subsys (disabled)\n[ 0.499302] audit: type=2000 audit(1539191739.375:1): initialized\n[ 0.500641] Initialise system trusted keyring\n[ 0.501594] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504753] zbud: loaded\n[ 0.505474] VFS: Disk quotas dquot_6.6.0\n[ 0.506518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508361] fuse init (API version 7.23)\n[ 0.509467] Key type big_key registered\n[ 0.510467] Allocating IMA MOK and blacklist keyrings.\n[ 0.511839] Key type asymmetric registered\n[ 0.512917] Asymmetric key parser 'x509' registered\n[ 0.514199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516502] io scheduler noop registered\n[ 0.517564] io scheduler deadline registered (default)\n[ 0.518891] io scheduler cfq registered\n[ 0.519981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525019] ACPI: Power Button [PWRF]\n[ 0.526097] GHES: HEST is not enabled!\n[ 0.540006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575342] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578661] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604810] Linux agpgart interface v0.103\n[ 0.607145] brd: module loaded\n[ 0.608551] loop: module loaded\n[ 0.613900] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615656] GPT:90111 != 2097151\n[ 0.616470] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617818] GPT:90111 != 2097151\n[ 0.618631] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619812] vda: vda1 vda15\n[ 0.621572] scsi host0: ata_piix\n[ 0.622464] scsi host1: ata_piix\n[ 0.623312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626644] libphy: Fixed MDIO Bus: probed\n[ 0.627699] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628942] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631647] PPP generic driver version 2.4.2\n[ 0.632786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634366] ehci-pci: EHCI PCI platform driver\n[ 0.635504] ehci-platform: EHCI generic platform driver\n[ 0.636793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638294] ohci-pci: OHCI PCI platform driver\n[ 0.639387] ohci-platform: OHCI generic platform driver\n[ 0.640586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658349] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659577] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662438] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664143] usb usb1: Product: UHCI Host Controller\n[ 0.665130] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666274] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667221] hub 1-0:1.0: USB hub found\n[ 0.667992] hub 1-0:1.0: 2 ports detected\n[ 0.668883] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672955] mousedev: PS/2 mouse device common for all mice\n[ 0.674222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679486] i2c /dev entries driver\n[ 0.680237] device-mapper: uevent: version 1.0.3\n[ 0.681163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684073] NET: Registered protocol family 10\n[ 0.685073] NET: Registered protocol family 17\n[ 0.685954] Key type dns_resolver registered\n[ 0.686920] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688092] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689949] registered taskstats version 1\n[ 0.690817] Loading compiled-in X.509 certificates\n[ 0.692304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694561] zswap: loaded using pool lzo/zbud\n[ 0.696573] Key type trusted registered\n[ 0.698732] Key type encrypted registered\n[ 0.699766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702243] evm: HMAC attrs: 0x1\n[ 0.703678] Magic number: 6:299:289\n[ 0.704618] tty tty22: hash matches\n[ 0.705543] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:39 UTC (1539191739)\n[ 0.707458] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708806] EDD information not available.\n[ 0.786755] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798848] Write protecting the kernel read-only data: 14336k\n[ 0.800655] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.748606] 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.64. iid=i-00000137\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCWgZ88ysL2oeoNs2A7TFJA6Gt5b/5H2Efyot1XSWoHyuXSXw3TSUrfSCukQigoC66sIVF8i4H+nEA/OniOZDSo0z0k5lIynEdLd/AxsxMX3rQvJ1aa63aFzXf2xIcbPD7sEEIj3Ko+wCI/neeYfMicBOhPMkp3tJ1IDCNcto3Lp4W0OjJXw0MFkwERfHaWlOCVAk+PPsaSe1sKvYLWc8tc85ysEBS2a3L2f0vxuVjZ+KiH/4tTujWzGPaRSxA3vtXA9xwbZ8H6Car2XTuowElgC20GwsvS2TxJ8VZGvia2BgHr5UHilSbxr0Cw6wt6Qa7GAGfzb4fu2p7xHcESCl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKMw2RoHQXIP5gboAVIkF7BlyvysJlKwg7bk2kvwnsVNYVtuloS/uxHfCl27UdrBf9kwPyreZWSfrQ7oVXM9DhplgFQs9LL5yzRlNOBrsdFZ9WINDGPbTr4HT3mpxgK3k3vV1mskyMfpMfsMhW7mGlEueNB4Uj/Bb12wIgniDOCrAAAAFQDqkw9QOQE7yqqL6oR3t4EzLdsngQAAAIAF7Tve3CPNFfJJljygcO2rngWtWvTYtzZBc8PfMFVmmZBfngQAi7XclDltxixF0pXU3vWg0vRYfRd9qxuvNnGBEovbmUmREyB09ROGuTovvdvC4zajzYKs1rN1azsTjbyWPtWonWDWK8mtzvlQS4phfY9MqY/NuI1n+7BEPk0OZgAAAIAmEWwF+epAX4gxdOM7muhjkCtbnWULWzdpfaxRD0CWBHqUz/uvtPKsvjLMcMe3jGScGxj8ckWb9nenoHw1Z/gVnpeoGPAhC5MU5mV6S/uLUXPPrVYWclZxJ+gXRlk1zNO4nscgrxJHNiUWJL0g9aMFL4iXRcps+DErjyrad5yx1w== 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.11,24,fe80::f816:3eff:fea6:6984/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.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-00000137\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.88 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A6:69:84 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:6984/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:16:12,006 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-5a3504b7-46c3-4c47-8796-e747ba2ec3a5 2018-10-10 17:16:14,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:15,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:16: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-70220a0d-f3ba-423b-9b4b-e89195c97b8b x-compute-request-id: req-70220a0d-f3ba-423b-9b4b-e89195c97b8b Content-Encoding: gzip Content-Length: 10062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531733881 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131142] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134694] Security Framework initialized\n[ 0.135497] Yama: becoming mindful.\n[ 0.136214] AppArmor: AppArmor initialized\n[ 0.137067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139618] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140801] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142172] Initializing cgroup subsys io\n[ 0.142974] Initializing cgroup subsys memory\n[ 0.143819] Initializing cgroup subsys devices\n[ 0.144691] Initializing cgroup subsys freezer\n[ 0.145564] Initializing cgroup subsys net_cls\n[ 0.146425] Initializing cgroup subsys perf_event\n[ 0.147321] Initializing cgroup subsys net_prio\n[ 0.148189] Initializing cgroup subsys hugetlb\n[ 0.149052] Initializing cgroup subsys pids\n[ 0.149909] CPU: Physical Processor ID: 0\n[ 0.151387] mce: CPU supports 10 MCE banks\n[ 0.152221] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163865] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170251] ftrace: allocating 31920 entries in 125 pages\n[ 0.196577] smpboot: Max logical packages: 1\n[ 0.197444] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198773] x2apic enabled\n[ 0.199571] Switched APIC routing to physical x2apic.\n[ 0.201307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202403] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206124] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208197] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209565] devtmpfs: initialized\n[ 0.211271] evm: security.selinux\n[ 0.211959] evm: security.SMACK64\n[ 0.212636] evm: security.SMACK64EXEC\n[ 0.213370] evm: security.SMACK64TRANSMUTE\n[ 0.214165] evm: security.SMACK64MMAP\n[ 0.214892] evm: security.ima\n[ 0.215530] evm: security.capability\n[ 0.216323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218144] pinctrl core: initialized pinctrl subsystem\n[ 0.219214] RTC time: 17:15:38, date: 10/10/18\n[ 0.220160] NET: Registered protocol family 16\n[ 0.221118] cpuidle: using governor ladder\n[ 0.221918] cpuidle: using governor menu\n[ 0.222695] PCCT header not found.\n[ 0.223431] ACPI: bus type PCI registered\n[ 0.224222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225441] PCI: Using configuration type 1 for base access\n[ 0.227174] ACPI: Added _OSI(Module Device)\n[ 0.228000] ACPI: Added _OSI(Processor Device)\n[ 0.228845] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229726] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231852] ACPI: Interpreter enabled\n[ 0.232605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239867] ACPI: (supports S0 S5)\n[ 0.240561] ACPI: Using IOAPIC for interrupt routing\n[ 0.241568] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245754] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248140] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250322] acpiphp: Slot [3] registered\n[ 0.251113] acpiphp: Slot [4] registered\n[ 0.251895] acpiphp: Slot [5] registered\n[ 0.252685] acpiphp: Slot [6] registered\n[ 0.253470] acpiphp: Slot [7] registered\n[ 0.254271] acpiphp: Slot [8] registered\n[ 0.255058] acpiphp: Slot [9] registered\n[ 0.255837] acpiphp: Slot [10] registered\n[ 0.256635] acpiphp: Slot [11] registered\n[ 0.257437] acpiphp: Slot [12] registered\n[ 0.258234] acpiphp: Slot [13] registered\n[ 0.259034] acpiphp: Slot [14] registered\n[ 0.259828] acpiphp: Slot [15] registered\n[ 0.270635] acpiphp: Slot [16] registered\n[ 0.271442] acpiphp: Slot [17] registered\n[ 0.272239] acpiphp: Slot [18] registered\n[ 0.273033] acpiphp: Slot [19] registered\n[ 0.273823] acpiphp: Slot [20] registered\n[ 0.274626] acpiphp: Slot [21] registered\n[ 0.275428] acpiphp: Slot [22] registered\n[ 0.276226] acpiphp: Slot [23] registered\n[ 0.277022] acpiphp: Slot [24] registered\n[ 0.277815] acpiphp: Slot [25] registered\n[ 0.278613] acpiphp: Slot [26] registered\n[ 0.279415] acpiphp: Slot [27] registered\n[ 0.280216] acpiphp: Slot [28] registered\n[ 0.281024] acpiphp: Slot [29] registered\n[ 0.281816] acpiphp: Slot [30] registered\n[ 0.282613] acpiphp: Slot [31] registered\n[ 0.283414] PCI host bridge to bus 0000:00\n[ 0.284214] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285404] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288019] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289440] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295632] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364293] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365326] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366846] vgaarb: loaded\n[ 0.367442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368566] SCSI subsystem initialized\n[ 0.369379] ACPI: bus type USB registered\n[ 0.370185] usbcore: registered new interface driver usbfs\n[ 0.371203] usbcore: registered new interface driver hub\n[ 0.372196] usbcore: registered new device driver usb\n[ 0.373237] PCI: Using ACPI for IRQ routing\n[ 0.374248] NetLabel: Initializing\n[ 0.374946] NetLabel: domain hash size = 128\n[ 0.375780] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376714] NetLabel: unlabeled traffic allowed by default\n[ 0.377796] clocksource: Switched to clocksource kvm-clock\n[ 0.383309] AppArmor: AppArmor Filesystem Enabled\n[ 0.384270] pnp: PnP ACPI init\n[ 0.385172] pnp: PnP ACPI: found 5 devices\n[ 0.391521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393222] NET: Registered protocol family 2\n[ 0.394164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397686] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398751] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399900] NET: Registered protocol family 1\n[ 0.400757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402906] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416874] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431103] Trying to unpack rootfs image as initramfs...\n[ 0.481450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495472] Scanning for low memory corruption every 60 seconds\n[ 0.497072] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498261] audit: initializing netlink subsys (disabled)\n[ 0.499302] audit: type=2000 audit(1539191739.375:1): initialized\n[ 0.500641] Initialise system trusted keyring\n[ 0.501594] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504753] zbud: loaded\n[ 0.505474] VFS: Disk quotas dquot_6.6.0\n[ 0.506518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508361] fuse init (API version 7.23)\n[ 0.509467] Key type big_key registered\n[ 0.510467] Allocating IMA MOK and blacklist keyrings.\n[ 0.511839] Key type asymmetric registered\n[ 0.512917] Asymmetric key parser 'x509' registered\n[ 0.514199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516502] io scheduler noop registered\n[ 0.517564] io scheduler deadline registered (default)\n[ 0.518891] io scheduler cfq registered\n[ 0.519981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525019] ACPI: Power Button [PWRF]\n[ 0.526097] GHES: HEST is not enabled!\n[ 0.540006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575342] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578661] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604810] Linux agpgart interface v0.103\n[ 0.607145] brd: module loaded\n[ 0.608551] loop: module loaded\n[ 0.613900] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615656] GPT:90111 != 2097151\n[ 0.616470] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617818] GPT:90111 != 2097151\n[ 0.618631] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619812] vda: vda1 vda15\n[ 0.621572] scsi host0: ata_piix\n[ 0.622464] scsi host1: ata_piix\n[ 0.623312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626644] libphy: Fixed MDIO Bus: probed\n[ 0.627699] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628942] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631647] PPP generic driver version 2.4.2\n[ 0.632786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634366] ehci-pci: EHCI PCI platform driver\n[ 0.635504] ehci-platform: EHCI generic platform driver\n[ 0.636793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638294] ohci-pci: OHCI PCI platform driver\n[ 0.639387] ohci-platform: OHCI generic platform driver\n[ 0.640586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658349] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659577] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662438] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664143] usb usb1: Product: UHCI Host Controller\n[ 0.665130] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666274] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667221] hub 1-0:1.0: USB hub found\n[ 0.667992] hub 1-0:1.0: 2 ports detected\n[ 0.668883] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672955] mousedev: PS/2 mouse device common for all mice\n[ 0.674222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679486] i2c /dev entries driver\n[ 0.680237] device-mapper: uevent: version 1.0.3\n[ 0.681163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684073] NET: Registered protocol family 10\n[ 0.685073] NET: Registered protocol family 17\n[ 0.685954] Key type dns_resolver registered\n[ 0.686920] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688092] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689949] registered taskstats version 1\n[ 0.690817] Loading compiled-in X.509 certificates\n[ 0.692304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694561] zswap: loaded using pool lzo/zbud\n[ 0.696573] Key type trusted registered\n[ 0.698732] Key type encrypted registered\n[ 0.699766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702243] evm: HMAC attrs: 0x1\n[ 0.703678] Magic number: 6:299:289\n[ 0.704618] tty tty22: hash matches\n[ 0.705543] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:39 UTC (1539191739)\n[ 0.707458] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708806] EDD information not available.\n[ 0.786755] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798848] Write protecting the kernel read-only data: 14336k\n[ 0.800655] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.748606] 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.64. iid=i-00000137\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCWgZ88ysL2oeoNs2A7TFJA6Gt5b/5H2Efyot1XSWoHyuXSXw3TSUrfSCukQigoC66sIVF8i4H+nEA/OniOZDSo0z0k5lIynEdLd/AxsxMX3rQvJ1aa63aFzXf2xIcbPD7sEEIj3Ko+wCI/neeYfMicBOhPMkp3tJ1IDCNcto3Lp4W0OjJXw0MFkwERfHaWlOCVAk+PPsaSe1sKvYLWc8tc85ysEBS2a3L2f0vxuVjZ+KiH/4tTujWzGPaRSxA3vtXA9xwbZ8H6Car2XTuowElgC20GwsvS2TxJ8VZGvia2BgHr5UHilSbxr0Cw6wt6Qa7GAGfzb4fu2p7xHcESCl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKMw2RoHQXIP5gboAVIkF7BlyvysJlKwg7bk2kvwnsVNYVtuloS/uxHfCl27UdrBf9kwPyreZWSfrQ7oVXM9DhplgFQs9LL5yzRlNOBrsdFZ9WINDGPbTr4HT3mpxgK3k3vV1mskyMfpMfsMhW7mGlEueNB4Uj/Bb12wIgniDOCrAAAAFQDqkw9QOQE7yqqL6oR3t4EzLdsngQAAAIAF7Tve3CPNFfJJljygcO2rngWtWvTYtzZBc8PfMFVmmZBfngQAi7XclDltxixF0pXU3vWg0vRYfRd9qxuvNnGBEovbmUmREyB09ROGuTovvdvC4zajzYKs1rN1azsTjbyWPtWonWDWK8mtzvlQS4phfY9MqY/NuI1n+7BEPk0OZgAAAIAmEWwF+epAX4gxdOM7muhjkCtbnWULWzdpfaxRD0CWBHqUz/uvtPKsvjLMcMe3jGScGxj8ckWb9nenoHw1Z/gVnpeoGPAhC5MU5mV6S/uLUXPPrVYWclZxJ+gXRlk1zNO4nscgrxJHNiUWJL0g9aMFL4iXRcps+DErjyrad5yx1w== 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.11,24,fe80::f816:3eff:fea6:6984/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.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-00000137\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.88 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A6:69:84 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:6984/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:16:15,098 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-70220a0d-f3ba-423b-9b4b-e89195c97b8b 2018-10-10 17:16:17,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:18,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-2be8d328-e4f2-4b67-80d0-bae054699394 x-compute-request-id: req-2be8d328-e4f2-4b67-80d0-bae054699394 Content-Encoding: gzip Content-Length: 10081 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531733881 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131142] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134694] Security Framework initialized\n[ 0.135497] Yama: becoming mindful.\n[ 0.136214] AppArmor: AppArmor initialized\n[ 0.137067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139618] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140801] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142172] Initializing cgroup subsys io\n[ 0.142974] Initializing cgroup subsys memory\n[ 0.143819] Initializing cgroup subsys devices\n[ 0.144691] Initializing cgroup subsys freezer\n[ 0.145564] Initializing cgroup subsys net_cls\n[ 0.146425] Initializing cgroup subsys perf_event\n[ 0.147321] Initializing cgroup subsys net_prio\n[ 0.148189] Initializing cgroup subsys hugetlb\n[ 0.149052] Initializing cgroup subsys pids\n[ 0.149909] CPU: Physical Processor ID: 0\n[ 0.151387] mce: CPU supports 10 MCE banks\n[ 0.152221] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163865] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170251] ftrace: allocating 31920 entries in 125 pages\n[ 0.196577] smpboot: Max logical packages: 1\n[ 0.197444] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198773] x2apic enabled\n[ 0.199571] Switched APIC routing to physical x2apic.\n[ 0.201307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202403] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206124] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208197] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209565] devtmpfs: initialized\n[ 0.211271] evm: security.selinux\n[ 0.211959] evm: security.SMACK64\n[ 0.212636] evm: security.SMACK64EXEC\n[ 0.213370] evm: security.SMACK64TRANSMUTE\n[ 0.214165] evm: security.SMACK64MMAP\n[ 0.214892] evm: security.ima\n[ 0.215530] evm: security.capability\n[ 0.216323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218144] pinctrl core: initialized pinctrl subsystem\n[ 0.219214] RTC time: 17:15:38, date: 10/10/18\n[ 0.220160] NET: Registered protocol family 16\n[ 0.221118] cpuidle: using governor ladder\n[ 0.221918] cpuidle: using governor menu\n[ 0.222695] PCCT header not found.\n[ 0.223431] ACPI: bus type PCI registered\n[ 0.224222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225441] PCI: Using configuration type 1 for base access\n[ 0.227174] ACPI: Added _OSI(Module Device)\n[ 0.228000] ACPI: Added _OSI(Processor Device)\n[ 0.228845] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229726] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231852] ACPI: Interpreter enabled\n[ 0.232605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239867] ACPI: (supports S0 S5)\n[ 0.240561] ACPI: Using IOAPIC for interrupt routing\n[ 0.241568] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245754] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248140] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250322] acpiphp: Slot [3] registered\n[ 0.251113] acpiphp: Slot [4] registered\n[ 0.251895] acpiphp: Slot [5] registered\n[ 0.252685] acpiphp: Slot [6] registered\n[ 0.253470] acpiphp: Slot [7] registered\n[ 0.254271] acpiphp: Slot [8] registered\n[ 0.255058] acpiphp: Slot [9] registered\n[ 0.255837] acpiphp: Slot [10] registered\n[ 0.256635] acpiphp: Slot [11] registered\n[ 0.257437] acpiphp: Slot [12] registered\n[ 0.258234] acpiphp: Slot [13] registered\n[ 0.259034] acpiphp: Slot [14] registered\n[ 0.259828] acpiphp: Slot [15] registered\n[ 0.270635] acpiphp: Slot [16] registered\n[ 0.271442] acpiphp: Slot [17] registered\n[ 0.272239] acpiphp: Slot [18] registered\n[ 0.273033] acpiphp: Slot [19] registered\n[ 0.273823] acpiphp: Slot [20] registered\n[ 0.274626] acpiphp: Slot [21] registered\n[ 0.275428] acpiphp: Slot [22] registered\n[ 0.276226] acpiphp: Slot [23] registered\n[ 0.277022] acpiphp: Slot [24] registered\n[ 0.277815] acpiphp: Slot [25] registered\n[ 0.278613] acpiphp: Slot [26] registered\n[ 0.279415] acpiphp: Slot [27] registered\n[ 0.280216] acpiphp: Slot [28] registered\n[ 0.281024] acpiphp: Slot [29] registered\n[ 0.281816] acpiphp: Slot [30] registered\n[ 0.282613] acpiphp: Slot [31] registered\n[ 0.283414] PCI host bridge to bus 0000:00\n[ 0.284214] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285404] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288019] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289440] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295632] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364293] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365326] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366846] vgaarb: loaded\n[ 0.367442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368566] SCSI subsystem initialized\n[ 0.369379] ACPI: bus type USB registered\n[ 0.370185] usbcore: registered new interface driver usbfs\n[ 0.371203] usbcore: registered new interface driver hub\n[ 0.372196] usbcore: registered new device driver usb\n[ 0.373237] PCI: Using ACPI for IRQ routing\n[ 0.374248] NetLabel: Initializing\n[ 0.374946] NetLabel: domain hash size = 128\n[ 0.375780] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376714] NetLabel: unlabeled traffic allowed by default\n[ 0.377796] clocksource: Switched to clocksource kvm-clock\n[ 0.383309] AppArmor: AppArmor Filesystem Enabled\n[ 0.384270] pnp: PnP ACPI init\n[ 0.385172] pnp: PnP ACPI: found 5 devices\n[ 0.391521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393222] NET: Registered protocol family 2\n[ 0.394164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397686] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398751] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399900] NET: Registered protocol family 1\n[ 0.400757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402906] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416874] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431103] Trying to unpack rootfs image as initramfs...\n[ 0.481450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495472] Scanning for low memory corruption every 60 seconds\n[ 0.497072] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498261] audit: initializing netlink subsys (disabled)\n[ 0.499302] audit: type=2000 audit(1539191739.375:1): initialized\n[ 0.500641] Initialise system trusted keyring\n[ 0.501594] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504753] zbud: loaded\n[ 0.505474] VFS: Disk quotas dquot_6.6.0\n[ 0.506518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508361] fuse init (API version 7.23)\n[ 0.509467] Key type big_key registered\n[ 0.510467] Allocating IMA MOK and blacklist keyrings.\n[ 0.511839] Key type asymmetric registered\n[ 0.512917] Asymmetric key parser 'x509' registered\n[ 0.514199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516502] io scheduler noop registered\n[ 0.517564] io scheduler deadline registered (default)\n[ 0.518891] io scheduler cfq registered\n[ 0.519981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525019] ACPI: Power Button [PWRF]\n[ 0.526097] GHES: HEST is not enabled!\n[ 0.540006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575342] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578661] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604810] Linux agpgart interface v0.103\n[ 0.607145] brd: module loaded\n[ 0.608551] loop: module loaded\n[ 0.613900] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615656] GPT:90111 != 2097151\n[ 0.616470] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617818] GPT:90111 != 2097151\n[ 0.618631] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619812] vda: vda1 vda15\n[ 0.621572] scsi host0: ata_piix\n[ 0.622464] scsi host1: ata_piix\n[ 0.623312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626644] libphy: Fixed MDIO Bus: probed\n[ 0.627699] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628942] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631647] PPP generic driver version 2.4.2\n[ 0.632786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634366] ehci-pci: EHCI PCI platform driver\n[ 0.635504] ehci-platform: EHCI generic platform driver\n[ 0.636793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638294] ohci-pci: OHCI PCI platform driver\n[ 0.639387] ohci-platform: OHCI generic platform driver\n[ 0.640586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658349] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659577] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662438] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664143] usb usb1: Product: UHCI Host Controller\n[ 0.665130] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666274] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667221] hub 1-0:1.0: USB hub found\n[ 0.667992] hub 1-0:1.0: 2 ports detected\n[ 0.668883] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672955] mousedev: PS/2 mouse device common for all mice\n[ 0.674222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679486] i2c /dev entries driver\n[ 0.680237] device-mapper: uevent: version 1.0.3\n[ 0.681163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684073] NET: Registered protocol family 10\n[ 0.685073] NET: Registered protocol family 17\n[ 0.685954] Key type dns_resolver registered\n[ 0.686920] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688092] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689949] registered taskstats version 1\n[ 0.690817] Loading compiled-in X.509 certificates\n[ 0.692304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694561] zswap: loaded using pool lzo/zbud\n[ 0.696573] Key type trusted registered\n[ 0.698732] Key type encrypted registered\n[ 0.699766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702243] evm: HMAC attrs: 0x1\n[ 0.703678] Magic number: 6:299:289\n[ 0.704618] tty tty22: hash matches\n[ 0.705543] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:39 UTC (1539191739)\n[ 0.707458] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708806] EDD information not available.\n[ 0.786755] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798848] Write protecting the kernel read-only data: 14336k\n[ 0.800655] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.748606] 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.64. iid=i-00000137\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCWgZ88ysL2oeoNs2A7TFJA6Gt5b/5H2Efyot1XSWoHyuXSXw3TSUrfSCukQigoC66sIVF8i4H+nEA/OniOZDSo0z0k5lIynEdLd/AxsxMX3rQvJ1aa63aFzXf2xIcbPD7sEEIj3Ko+wCI/neeYfMicBOhPMkp3tJ1IDCNcto3Lp4W0OjJXw0MFkwERfHaWlOCVAk+PPsaSe1sKvYLWc8tc85ysEBS2a3L2f0vxuVjZ+KiH/4tTujWzGPaRSxA3vtXA9xwbZ8H6Car2XTuowElgC20GwsvS2TxJ8VZGvia2BgHr5UHilSbxr0Cw6wt6Qa7GAGfzb4fu2p7xHcESCl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKMw2RoHQXIP5gboAVIkF7BlyvysJlKwg7bk2kvwnsVNYVtuloS/uxHfCl27UdrBf9kwPyreZWSfrQ7oVXM9DhplgFQs9LL5yzRlNOBrsdFZ9WINDGPbTr4HT3mpxgK3k3vV1mskyMfpMfsMhW7mGlEueNB4Uj/Bb12wIgniDOCrAAAAFQDqkw9QOQE7yqqL6oR3t4EzLdsngQAAAIAF7Tve3CPNFfJJljygcO2rngWtWvTYtzZBc8PfMFVmmZBfngQAi7XclDltxixF0pXU3vWg0vRYfRd9qxuvNnGBEovbmUmREyB09ROGuTovvdvC4zajzYKs1rN1azsTjbyWPtWonWDWK8mtzvlQS4phfY9MqY/NuI1n+7BEPk0OZgAAAIAmEWwF+epAX4gxdOM7muhjkCtbnWULWzdpfaxRD0CWBHqUz/uvtPKsvjLMcMe3jGScGxj8ckWb9nenoHw1Z/gVnpeoGPAhC5MU5mV6S/uLUXPPrVYWclZxJ+gXRlk1zNO4nscgrxJHNiUWJL0g9aMFL4iXRcps+DErjyrad5yx1w== 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.11,24,fe80::f816:3eff:fea6:6984/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.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-00000137\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.88 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A6:69:84 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:6984/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:16:18,189 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-2be8d328-e4f2-4b67-80d0-bae054699394 2018-10-10 17:16:20,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:21,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:16: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-05f4860c-f811-4707-a086-03a0f5af4bba x-compute-request-id: req-05f4860c-f811-4707-a086-03a0f5af4bba Content-Encoding: gzip Content-Length: 10081 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531733881 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131142] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134694] Security Framework initialized\n[ 0.135497] Yama: becoming mindful.\n[ 0.136214] AppArmor: AppArmor initialized\n[ 0.137067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139618] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140801] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142172] Initializing cgroup subsys io\n[ 0.142974] Initializing cgroup subsys memory\n[ 0.143819] Initializing cgroup subsys devices\n[ 0.144691] Initializing cgroup subsys freezer\n[ 0.145564] Initializing cgroup subsys net_cls\n[ 0.146425] Initializing cgroup subsys perf_event\n[ 0.147321] Initializing cgroup subsys net_prio\n[ 0.148189] Initializing cgroup subsys hugetlb\n[ 0.149052] Initializing cgroup subsys pids\n[ 0.149909] CPU: Physical Processor ID: 0\n[ 0.151387] mce: CPU supports 10 MCE banks\n[ 0.152221] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163865] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170251] ftrace: allocating 31920 entries in 125 pages\n[ 0.196577] smpboot: Max logical packages: 1\n[ 0.197444] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198773] x2apic enabled\n[ 0.199571] Switched APIC routing to physical x2apic.\n[ 0.201307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202403] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206124] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208197] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209565] devtmpfs: initialized\n[ 0.211271] evm: security.selinux\n[ 0.211959] evm: security.SMACK64\n[ 0.212636] evm: security.SMACK64EXEC\n[ 0.213370] evm: security.SMACK64TRANSMUTE\n[ 0.214165] evm: security.SMACK64MMAP\n[ 0.214892] evm: security.ima\n[ 0.215530] evm: security.capability\n[ 0.216323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218144] pinctrl core: initialized pinctrl subsystem\n[ 0.219214] RTC time: 17:15:38, date: 10/10/18\n[ 0.220160] NET: Registered protocol family 16\n[ 0.221118] cpuidle: using governor ladder\n[ 0.221918] cpuidle: using governor menu\n[ 0.222695] PCCT header not found.\n[ 0.223431] ACPI: bus type PCI registered\n[ 0.224222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225441] PCI: Using configuration type 1 for base access\n[ 0.227174] ACPI: Added _OSI(Module Device)\n[ 0.228000] ACPI: Added _OSI(Processor Device)\n[ 0.228845] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229726] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231852] ACPI: Interpreter enabled\n[ 0.232605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239867] ACPI: (supports S0 S5)\n[ 0.240561] ACPI: Using IOAPIC for interrupt routing\n[ 0.241568] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245754] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248140] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250322] acpiphp: Slot [3] registered\n[ 0.251113] acpiphp: Slot [4] registered\n[ 0.251895] acpiphp: Slot [5] registered\n[ 0.252685] acpiphp: Slot [6] registered\n[ 0.253470] acpiphp: Slot [7] registered\n[ 0.254271] acpiphp: Slot [8] registered\n[ 0.255058] acpiphp: Slot [9] registered\n[ 0.255837] acpiphp: Slot [10] registered\n[ 0.256635] acpiphp: Slot [11] registered\n[ 0.257437] acpiphp: Slot [12] registered\n[ 0.258234] acpiphp: Slot [13] registered\n[ 0.259034] acpiphp: Slot [14] registered\n[ 0.259828] acpiphp: Slot [15] registered\n[ 0.270635] acpiphp: Slot [16] registered\n[ 0.271442] acpiphp: Slot [17] registered\n[ 0.272239] acpiphp: Slot [18] registered\n[ 0.273033] acpiphp: Slot [19] registered\n[ 0.273823] acpiphp: Slot [20] registered\n[ 0.274626] acpiphp: Slot [21] registered\n[ 0.275428] acpiphp: Slot [22] registered\n[ 0.276226] acpiphp: Slot [23] registered\n[ 0.277022] acpiphp: Slot [24] registered\n[ 0.277815] acpiphp: Slot [25] registered\n[ 0.278613] acpiphp: Slot [26] registered\n[ 0.279415] acpiphp: Slot [27] registered\n[ 0.280216] acpiphp: Slot [28] registered\n[ 0.281024] acpiphp: Slot [29] registered\n[ 0.281816] acpiphp: Slot [30] registered\n[ 0.282613] acpiphp: Slot [31] registered\n[ 0.283414] PCI host bridge to bus 0000:00\n[ 0.284214] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285404] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288019] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289440] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295632] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364293] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365326] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366846] vgaarb: loaded\n[ 0.367442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368566] SCSI subsystem initialized\n[ 0.369379] ACPI: bus type USB registered\n[ 0.370185] usbcore: registered new interface driver usbfs\n[ 0.371203] usbcore: registered new interface driver hub\n[ 0.372196] usbcore: registered new device driver usb\n[ 0.373237] PCI: Using ACPI for IRQ routing\n[ 0.374248] NetLabel: Initializing\n[ 0.374946] NetLabel: domain hash size = 128\n[ 0.375780] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376714] NetLabel: unlabeled traffic allowed by default\n[ 0.377796] clocksource: Switched to clocksource kvm-clock\n[ 0.383309] AppArmor: AppArmor Filesystem Enabled\n[ 0.384270] pnp: PnP ACPI init\n[ 0.385172] pnp: PnP ACPI: found 5 devices\n[ 0.391521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393222] NET: Registered protocol family 2\n[ 0.394164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397686] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398751] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399900] NET: Registered protocol family 1\n[ 0.400757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402906] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416874] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431103] Trying to unpack rootfs image as initramfs...\n[ 0.481450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495472] Scanning for low memory corruption every 60 seconds\n[ 0.497072] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498261] audit: initializing netlink subsys (disabled)\n[ 0.499302] audit: type=2000 audit(1539191739.375:1): initialized\n[ 0.500641] Initialise system trusted keyring\n[ 0.501594] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504753] zbud: loaded\n[ 0.505474] VFS: Disk quotas dquot_6.6.0\n[ 0.506518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508361] fuse init (API version 7.23)\n[ 0.509467] Key type big_key registered\n[ 0.510467] Allocating IMA MOK and blacklist keyrings.\n[ 0.511839] Key type asymmetric registered\n[ 0.512917] Asymmetric key parser 'x509' registered\n[ 0.514199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516502] io scheduler noop registered\n[ 0.517564] io scheduler deadline registered (default)\n[ 0.518891] io scheduler cfq registered\n[ 0.519981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525019] ACPI: Power Button [PWRF]\n[ 0.526097] GHES: HEST is not enabled!\n[ 0.540006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575342] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578661] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604810] Linux agpgart interface v0.103\n[ 0.607145] brd: module loaded\n[ 0.608551] loop: module loaded\n[ 0.613900] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615656] GPT:90111 != 2097151\n[ 0.616470] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617818] GPT:90111 != 2097151\n[ 0.618631] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619812] vda: vda1 vda15\n[ 0.621572] scsi host0: ata_piix\n[ 0.622464] scsi host1: ata_piix\n[ 0.623312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626644] libphy: Fixed MDIO Bus: probed\n[ 0.627699] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628942] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631647] PPP generic driver version 2.4.2\n[ 0.632786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634366] ehci-pci: EHCI PCI platform driver\n[ 0.635504] ehci-platform: EHCI generic platform driver\n[ 0.636793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638294] ohci-pci: OHCI PCI platform driver\n[ 0.639387] ohci-platform: OHCI generic platform driver\n[ 0.640586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658349] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659577] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662438] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664143] usb usb1: Product: UHCI Host Controller\n[ 0.665130] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666274] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667221] hub 1-0:1.0: USB hub found\n[ 0.667992] hub 1-0:1.0: 2 ports detected\n[ 0.668883] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672955] mousedev: PS/2 mouse device common for all mice\n[ 0.674222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679486] i2c /dev entries driver\n[ 0.680237] device-mapper: uevent: version 1.0.3\n[ 0.681163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684073] NET: Registered protocol family 10\n[ 0.685073] NET: Registered protocol family 17\n[ 0.685954] Key type dns_resolver registered\n[ 0.686920] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688092] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689949] registered taskstats version 1\n[ 0.690817] Loading compiled-in X.509 certificates\n[ 0.692304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694561] zswap: loaded using pool lzo/zbud\n[ 0.696573] Key type trusted registered\n[ 0.698732] Key type encrypted registered\n[ 0.699766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702243] evm: HMAC attrs: 0x1\n[ 0.703678] Magic number: 6:299:289\n[ 0.704618] tty tty22: hash matches\n[ 0.705543] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:39 UTC (1539191739)\n[ 0.707458] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708806] EDD information not available.\n[ 0.786755] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798848] Write protecting the kernel read-only data: 14336k\n[ 0.800655] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.748606] 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.64. iid=i-00000137\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCWgZ88ysL2oeoNs2A7TFJA6Gt5b/5H2Efyot1XSWoHyuXSXw3TSUrfSCukQigoC66sIVF8i4H+nEA/OniOZDSo0z0k5lIynEdLd/AxsxMX3rQvJ1aa63aFzXf2xIcbPD7sEEIj3Ko+wCI/neeYfMicBOhPMkp3tJ1IDCNcto3Lp4W0OjJXw0MFkwERfHaWlOCVAk+PPsaSe1sKvYLWc8tc85ysEBS2a3L2f0vxuVjZ+KiH/4tTujWzGPaRSxA3vtXA9xwbZ8H6Car2XTuowElgC20GwsvS2TxJ8VZGvia2BgHr5UHilSbxr0Cw6wt6Qa7GAGfzb4fu2p7xHcESCl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKMw2RoHQXIP5gboAVIkF7BlyvysJlKwg7bk2kvwnsVNYVtuloS/uxHfCl27UdrBf9kwPyreZWSfrQ7oVXM9DhplgFQs9LL5yzRlNOBrsdFZ9WINDGPbTr4HT3mpxgK3k3vV1mskyMfpMfsMhW7mGlEueNB4Uj/Bb12wIgniDOCrAAAAFQDqkw9QOQE7yqqL6oR3t4EzLdsngQAAAIAF7Tve3CPNFfJJljygcO2rngWtWvTYtzZBc8PfMFVmmZBfngQAi7XclDltxixF0pXU3vWg0vRYfRd9qxuvNnGBEovbmUmREyB09ROGuTovvdvC4zajzYKs1rN1azsTjbyWPtWonWDWK8mtzvlQS4phfY9MqY/NuI1n+7BEPk0OZgAAAIAmEWwF+epAX4gxdOM7muhjkCtbnWULWzdpfaxRD0CWBHqUz/uvtPKsvjLMcMe3jGScGxj8ckWb9nenoHw1Z/gVnpeoGPAhC5MU5mV6S/uLUXPPrVYWclZxJ+gXRlk1zNO4nscgrxJHNiUWJL0g9aMFL4iXRcps+DErjyrad5yx1w== 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.11,24,fe80::f816:3eff:fea6:6984/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.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-00000137\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.88 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A6:69:84 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:6984/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:16:21,281 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-05f4860c-f811-4707-a086-03a0f5af4bba 2018-10-10 17:16:23,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:24,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-4ed7bd9f-f1a4-476e-83a1-a73e51db3a6f x-compute-request-id: req-4ed7bd9f-f1a4-476e-83a1-a73e51db3a6f Content-Encoding: gzip Content-Length: 10081 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531733881 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131142] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134694] Security Framework initialized\n[ 0.135497] Yama: becoming mindful.\n[ 0.136214] AppArmor: AppArmor initialized\n[ 0.137067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139618] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140801] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142172] Initializing cgroup subsys io\n[ 0.142974] Initializing cgroup subsys memory\n[ 0.143819] Initializing cgroup subsys devices\n[ 0.144691] Initializing cgroup subsys freezer\n[ 0.145564] Initializing cgroup subsys net_cls\n[ 0.146425] Initializing cgroup subsys perf_event\n[ 0.147321] Initializing cgroup subsys net_prio\n[ 0.148189] Initializing cgroup subsys hugetlb\n[ 0.149052] Initializing cgroup subsys pids\n[ 0.149909] CPU: Physical Processor ID: 0\n[ 0.151387] mce: CPU supports 10 MCE banks\n[ 0.152221] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163865] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170251] ftrace: allocating 31920 entries in 125 pages\n[ 0.196577] smpboot: Max logical packages: 1\n[ 0.197444] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198773] x2apic enabled\n[ 0.199571] Switched APIC routing to physical x2apic.\n[ 0.201307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202403] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206124] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208197] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209565] devtmpfs: initialized\n[ 0.211271] evm: security.selinux\n[ 0.211959] evm: security.SMACK64\n[ 0.212636] evm: security.SMACK64EXEC\n[ 0.213370] evm: security.SMACK64TRANSMUTE\n[ 0.214165] evm: security.SMACK64MMAP\n[ 0.214892] evm: security.ima\n[ 0.215530] evm: security.capability\n[ 0.216323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218144] pinctrl core: initialized pinctrl subsystem\n[ 0.219214] RTC time: 17:15:38, date: 10/10/18\n[ 0.220160] NET: Registered protocol family 16\n[ 0.221118] cpuidle: using governor ladder\n[ 0.221918] cpuidle: using governor menu\n[ 0.222695] PCCT header not found.\n[ 0.223431] ACPI: bus type PCI registered\n[ 0.224222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225441] PCI: Using configuration type 1 for base access\n[ 0.227174] ACPI: Added _OSI(Module Device)\n[ 0.228000] ACPI: Added _OSI(Processor Device)\n[ 0.228845] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229726] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231852] ACPI: Interpreter enabled\n[ 0.232605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239867] ACPI: (supports S0 S5)\n[ 0.240561] ACPI: Using IOAPIC for interrupt routing\n[ 0.241568] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245754] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248140] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250322] acpiphp: Slot [3] registered\n[ 0.251113] acpiphp: Slot [4] registered\n[ 0.251895] acpiphp: Slot [5] registered\n[ 0.252685] acpiphp: Slot [6] registered\n[ 0.253470] acpiphp: Slot [7] registered\n[ 0.254271] acpiphp: Slot [8] registered\n[ 0.255058] acpiphp: Slot [9] registered\n[ 0.255837] acpiphp: Slot [10] registered\n[ 0.256635] acpiphp: Slot [11] registered\n[ 0.257437] acpiphp: Slot [12] registered\n[ 0.258234] acpiphp: Slot [13] registered\n[ 0.259034] acpiphp: Slot [14] registered\n[ 0.259828] acpiphp: Slot [15] registered\n[ 0.270635] acpiphp: Slot [16] registered\n[ 0.271442] acpiphp: Slot [17] registered\n[ 0.272239] acpiphp: Slot [18] registered\n[ 0.273033] acpiphp: Slot [19] registered\n[ 0.273823] acpiphp: Slot [20] registered\n[ 0.274626] acpiphp: Slot [21] registered\n[ 0.275428] acpiphp: Slot [22] registered\n[ 0.276226] acpiphp: Slot [23] registered\n[ 0.277022] acpiphp: Slot [24] registered\n[ 0.277815] acpiphp: Slot [25] registered\n[ 0.278613] acpiphp: Slot [26] registered\n[ 0.279415] acpiphp: Slot [27] registered\n[ 0.280216] acpiphp: Slot [28] registered\n[ 0.281024] acpiphp: Slot [29] registered\n[ 0.281816] acpiphp: Slot [30] registered\n[ 0.282613] acpiphp: Slot [31] registered\n[ 0.283414] PCI host bridge to bus 0000:00\n[ 0.284214] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285404] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288019] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289440] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295632] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364293] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365326] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366846] vgaarb: loaded\n[ 0.367442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368566] SCSI subsystem initialized\n[ 0.369379] ACPI: bus type USB registered\n[ 0.370185] usbcore: registered new interface driver usbfs\n[ 0.371203] usbcore: registered new interface driver hub\n[ 0.372196] usbcore: registered new device driver usb\n[ 0.373237] PCI: Using ACPI for IRQ routing\n[ 0.374248] NetLabel: Initializing\n[ 0.374946] NetLabel: domain hash size = 128\n[ 0.375780] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376714] NetLabel: unlabeled traffic allowed by default\n[ 0.377796] clocksource: Switched to clocksource kvm-clock\n[ 0.383309] AppArmor: AppArmor Filesystem Enabled\n[ 0.384270] pnp: PnP ACPI init\n[ 0.385172] pnp: PnP ACPI: found 5 devices\n[ 0.391521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393222] NET: Registered protocol family 2\n[ 0.394164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397686] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398751] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399900] NET: Registered protocol family 1\n[ 0.400757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402906] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416874] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431103] Trying to unpack rootfs image as initramfs...\n[ 0.481450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495472] Scanning for low memory corruption every 60 seconds\n[ 0.497072] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498261] audit: initializing netlink subsys (disabled)\n[ 0.499302] audit: type=2000 audit(1539191739.375:1): initialized\n[ 0.500641] Initialise system trusted keyring\n[ 0.501594] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504753] zbud: loaded\n[ 0.505474] VFS: Disk quotas dquot_6.6.0\n[ 0.506518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508361] fuse init (API version 7.23)\n[ 0.509467] Key type big_key registered\n[ 0.510467] Allocating IMA MOK and blacklist keyrings.\n[ 0.511839] Key type asymmetric registered\n[ 0.512917] Asymmetric key parser 'x509' registered\n[ 0.514199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516502] io scheduler noop registered\n[ 0.517564] io scheduler deadline registered (default)\n[ 0.518891] io scheduler cfq registered\n[ 0.519981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525019] ACPI: Power Button [PWRF]\n[ 0.526097] GHES: HEST is not enabled!\n[ 0.540006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575342] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578661] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604810] Linux agpgart interface v0.103\n[ 0.607145] brd: module loaded\n[ 0.608551] loop: module loaded\n[ 0.613900] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615656] GPT:90111 != 2097151\n[ 0.616470] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617818] GPT:90111 != 2097151\n[ 0.618631] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619812] vda: vda1 vda15\n[ 0.621572] scsi host0: ata_piix\n[ 0.622464] scsi host1: ata_piix\n[ 0.623312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626644] libphy: Fixed MDIO Bus: probed\n[ 0.627699] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628942] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631647] PPP generic driver version 2.4.2\n[ 0.632786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634366] ehci-pci: EHCI PCI platform driver\n[ 0.635504] ehci-platform: EHCI generic platform driver\n[ 0.636793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638294] ohci-pci: OHCI PCI platform driver\n[ 0.639387] ohci-platform: OHCI generic platform driver\n[ 0.640586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658349] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659577] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662438] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664143] usb usb1: Product: UHCI Host Controller\n[ 0.665130] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666274] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667221] hub 1-0:1.0: USB hub found\n[ 0.667992] hub 1-0:1.0: 2 ports detected\n[ 0.668883] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672955] mousedev: PS/2 mouse device common for all mice\n[ 0.674222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679486] i2c /dev entries driver\n[ 0.680237] device-mapper: uevent: version 1.0.3\n[ 0.681163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684073] NET: Registered protocol family 10\n[ 0.685073] NET: Registered protocol family 17\n[ 0.685954] Key type dns_resolver registered\n[ 0.686920] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688092] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689949] registered taskstats version 1\n[ 0.690817] Loading compiled-in X.509 certificates\n[ 0.692304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694561] zswap: loaded using pool lzo/zbud\n[ 0.696573] Key type trusted registered\n[ 0.698732] Key type encrypted registered\n[ 0.699766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702243] evm: HMAC attrs: 0x1\n[ 0.703678] Magic number: 6:299:289\n[ 0.704618] tty tty22: hash matches\n[ 0.705543] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:39 UTC (1539191739)\n[ 0.707458] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708806] EDD information not available.\n[ 0.786755] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798848] Write protecting the kernel read-only data: 14336k\n[ 0.800655] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.748606] 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.64. iid=i-00000137\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCWgZ88ysL2oeoNs2A7TFJA6Gt5b/5H2Efyot1XSWoHyuXSXw3TSUrfSCukQigoC66sIVF8i4H+nEA/OniOZDSo0z0k5lIynEdLd/AxsxMX3rQvJ1aa63aFzXf2xIcbPD7sEEIj3Ko+wCI/neeYfMicBOhPMkp3tJ1IDCNcto3Lp4W0OjJXw0MFkwERfHaWlOCVAk+PPsaSe1sKvYLWc8tc85ysEBS2a3L2f0vxuVjZ+KiH/4tTujWzGPaRSxA3vtXA9xwbZ8H6Car2XTuowElgC20GwsvS2TxJ8VZGvia2BgHr5UHilSbxr0Cw6wt6Qa7GAGfzb4fu2p7xHcESCl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKMw2RoHQXIP5gboAVIkF7BlyvysJlKwg7bk2kvwnsVNYVtuloS/uxHfCl27UdrBf9kwPyreZWSfrQ7oVXM9DhplgFQs9LL5yzRlNOBrsdFZ9WINDGPbTr4HT3mpxgK3k3vV1mskyMfpMfsMhW7mGlEueNB4Uj/Bb12wIgniDOCrAAAAFQDqkw9QOQE7yqqL6oR3t4EzLdsngQAAAIAF7Tve3CPNFfJJljygcO2rngWtWvTYtzZBc8PfMFVmmZBfngQAi7XclDltxixF0pXU3vWg0vRYfRd9qxuvNnGBEovbmUmREyB09ROGuTovvdvC4zajzYKs1rN1azsTjbyWPtWonWDWK8mtzvlQS4phfY9MqY/NuI1n+7BEPk0OZgAAAIAmEWwF+epAX4gxdOM7muhjkCtbnWULWzdpfaxRD0CWBHqUz/uvtPKsvjLMcMe3jGScGxj8ckWb9nenoHw1Z/gVnpeoGPAhC5MU5mV6S/uLUXPPrVYWclZxJ+gXRlk1zNO4nscgrxJHNiUWJL0g9aMFL4iXRcps+DErjyrad5yx1w== 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.11,24,fe80::f816:3eff:fea6:6984/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.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-00000137\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.88 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A6:69:84 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:6984/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:16:24,375 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-4ed7bd9f-f1a4-476e-83a1-a73e51db3a6f 2018-10-10 17:16:26,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:27,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-aa11b3c4-a6a0-42c8-8e49-66f411c2ee9a x-compute-request-id: req-aa11b3c4-a6a0-42c8-8e49-66f411c2ee9a Content-Encoding: gzip Content-Length: 10081 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531733881 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131142] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134694] Security Framework initialized\n[ 0.135497] Yama: becoming mindful.\n[ 0.136214] AppArmor: AppArmor initialized\n[ 0.137067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139618] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140801] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142172] Initializing cgroup subsys io\n[ 0.142974] Initializing cgroup subsys memory\n[ 0.143819] Initializing cgroup subsys devices\n[ 0.144691] Initializing cgroup subsys freezer\n[ 0.145564] Initializing cgroup subsys net_cls\n[ 0.146425] Initializing cgroup subsys perf_event\n[ 0.147321] Initializing cgroup subsys net_prio\n[ 0.148189] Initializing cgroup subsys hugetlb\n[ 0.149052] Initializing cgroup subsys pids\n[ 0.149909] CPU: Physical Processor ID: 0\n[ 0.151387] mce: CPU supports 10 MCE banks\n[ 0.152221] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163865] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170251] ftrace: allocating 31920 entries in 125 pages\n[ 0.196577] smpboot: Max logical packages: 1\n[ 0.197444] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198773] x2apic enabled\n[ 0.199571] Switched APIC routing to physical x2apic.\n[ 0.201307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202403] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206124] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208197] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209565] devtmpfs: initialized\n[ 0.211271] evm: security.selinux\n[ 0.211959] evm: security.SMACK64\n[ 0.212636] evm: security.SMACK64EXEC\n[ 0.213370] evm: security.SMACK64TRANSMUTE\n[ 0.214165] evm: security.SMACK64MMAP\n[ 0.214892] evm: security.ima\n[ 0.215530] evm: security.capability\n[ 0.216323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218144] pinctrl core: initialized pinctrl subsystem\n[ 0.219214] RTC time: 17:15:38, date: 10/10/18\n[ 0.220160] NET: Registered protocol family 16\n[ 0.221118] cpuidle: using governor ladder\n[ 0.221918] cpuidle: using governor menu\n[ 0.222695] PCCT header not found.\n[ 0.223431] ACPI: bus type PCI registered\n[ 0.224222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225441] PCI: Using configuration type 1 for base access\n[ 0.227174] ACPI: Added _OSI(Module Device)\n[ 0.228000] ACPI: Added _OSI(Processor Device)\n[ 0.228845] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229726] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231852] ACPI: Interpreter enabled\n[ 0.232605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239867] ACPI: (supports S0 S5)\n[ 0.240561] ACPI: Using IOAPIC for interrupt routing\n[ 0.241568] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245754] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248140] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250322] acpiphp: Slot [3] registered\n[ 0.251113] acpiphp: Slot [4] registered\n[ 0.251895] acpiphp: Slot [5] registered\n[ 0.252685] acpiphp: Slot [6] registered\n[ 0.253470] acpiphp: Slot [7] registered\n[ 0.254271] acpiphp: Slot [8] registered\n[ 0.255058] acpiphp: Slot [9] registered\n[ 0.255837] acpiphp: Slot [10] registered\n[ 0.256635] acpiphp: Slot [11] registered\n[ 0.257437] acpiphp: Slot [12] registered\n[ 0.258234] acpiphp: Slot [13] registered\n[ 0.259034] acpiphp: Slot [14] registered\n[ 0.259828] acpiphp: Slot [15] registered\n[ 0.270635] acpiphp: Slot [16] registered\n[ 0.271442] acpiphp: Slot [17] registered\n[ 0.272239] acpiphp: Slot [18] registered\n[ 0.273033] acpiphp: Slot [19] registered\n[ 0.273823] acpiphp: Slot [20] registered\n[ 0.274626] acpiphp: Slot [21] registered\n[ 0.275428] acpiphp: Slot [22] registered\n[ 0.276226] acpiphp: Slot [23] registered\n[ 0.277022] acpiphp: Slot [24] registered\n[ 0.277815] acpiphp: Slot [25] registered\n[ 0.278613] acpiphp: Slot [26] registered\n[ 0.279415] acpiphp: Slot [27] registered\n[ 0.280216] acpiphp: Slot [28] registered\n[ 0.281024] acpiphp: Slot [29] registered\n[ 0.281816] acpiphp: Slot [30] registered\n[ 0.282613] acpiphp: Slot [31] registered\n[ 0.283414] PCI host bridge to bus 0000:00\n[ 0.284214] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285404] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288019] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289440] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295632] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364293] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365326] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366846] vgaarb: loaded\n[ 0.367442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368566] SCSI subsystem initialized\n[ 0.369379] ACPI: bus type USB registered\n[ 0.370185] usbcore: registered new interface driver usbfs\n[ 0.371203] usbcore: registered new interface driver hub\n[ 0.372196] usbcore: registered new device driver usb\n[ 0.373237] PCI: Using ACPI for IRQ routing\n[ 0.374248] NetLabel: Initializing\n[ 0.374946] NetLabel: domain hash size = 128\n[ 0.375780] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376714] NetLabel: unlabeled traffic allowed by default\n[ 0.377796] clocksource: Switched to clocksource kvm-clock\n[ 0.383309] AppArmor: AppArmor Filesystem Enabled\n[ 0.384270] pnp: PnP ACPI init\n[ 0.385172] pnp: PnP ACPI: found 5 devices\n[ 0.391521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393222] NET: Registered protocol family 2\n[ 0.394164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397686] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398751] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399900] NET: Registered protocol family 1\n[ 0.400757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402906] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416874] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431103] Trying to unpack rootfs image as initramfs...\n[ 0.481450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495472] Scanning for low memory corruption every 60 seconds\n[ 0.497072] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498261] audit: initializing netlink subsys (disabled)\n[ 0.499302] audit: type=2000 audit(1539191739.375:1): initialized\n[ 0.500641] Initialise system trusted keyring\n[ 0.501594] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504753] zbud: loaded\n[ 0.505474] VFS: Disk quotas dquot_6.6.0\n[ 0.506518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508361] fuse init (API version 7.23)\n[ 0.509467] Key type big_key registered\n[ 0.510467] Allocating IMA MOK and blacklist keyrings.\n[ 0.511839] Key type asymmetric registered\n[ 0.512917] Asymmetric key parser 'x509' registered\n[ 0.514199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516502] io scheduler noop registered\n[ 0.517564] io scheduler deadline registered (default)\n[ 0.518891] io scheduler cfq registered\n[ 0.519981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525019] ACPI: Power Button [PWRF]\n[ 0.526097] GHES: HEST is not enabled!\n[ 0.540006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575342] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578661] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604810] Linux agpgart interface v0.103\n[ 0.607145] brd: module loaded\n[ 0.608551] loop: module loaded\n[ 0.613900] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615656] GPT:90111 != 2097151\n[ 0.616470] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617818] GPT:90111 != 2097151\n[ 0.618631] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619812] vda: vda1 vda15\n[ 0.621572] scsi host0: ata_piix\n[ 0.622464] scsi host1: ata_piix\n[ 0.623312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626644] libphy: Fixed MDIO Bus: probed\n[ 0.627699] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628942] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631647] PPP generic driver version 2.4.2\n[ 0.632786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634366] ehci-pci: EHCI PCI platform driver\n[ 0.635504] ehci-platform: EHCI generic platform driver\n[ 0.636793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638294] ohci-pci: OHCI PCI platform driver\n[ 0.639387] ohci-platform: OHCI generic platform driver\n[ 0.640586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658349] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659577] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662438] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664143] usb usb1: Product: UHCI Host Controller\n[ 0.665130] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666274] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667221] hub 1-0:1.0: USB hub found\n[ 0.667992] hub 1-0:1.0: 2 ports detected\n[ 0.668883] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672955] mousedev: PS/2 mouse device common for all mice\n[ 0.674222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679486] i2c /dev entries driver\n[ 0.680237] device-mapper: uevent: version 1.0.3\n[ 0.681163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684073] NET: Registered protocol family 10\n[ 0.685073] NET: Registered protocol family 17\n[ 0.685954] Key type dns_resolver registered\n[ 0.686920] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688092] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689949] registered taskstats version 1\n[ 0.690817] Loading compiled-in X.509 certificates\n[ 0.692304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694561] zswap: loaded using pool lzo/zbud\n[ 0.696573] Key type trusted registered\n[ 0.698732] Key type encrypted registered\n[ 0.699766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702243] evm: HMAC attrs: 0x1\n[ 0.703678] Magic number: 6:299:289\n[ 0.704618] tty tty22: hash matches\n[ 0.705543] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:39 UTC (1539191739)\n[ 0.707458] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708806] EDD information not available.\n[ 0.786755] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798848] Write protecting the kernel read-only data: 14336k\n[ 0.800655] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.748606] 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.64. iid=i-00000137\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCWgZ88ysL2oeoNs2A7TFJA6Gt5b/5H2Efyot1XSWoHyuXSXw3TSUrfSCukQigoC66sIVF8i4H+nEA/OniOZDSo0z0k5lIynEdLd/AxsxMX3rQvJ1aa63aFzXf2xIcbPD7sEEIj3Ko+wCI/neeYfMicBOhPMkp3tJ1IDCNcto3Lp4W0OjJXw0MFkwERfHaWlOCVAk+PPsaSe1sKvYLWc8tc85ysEBS2a3L2f0vxuVjZ+KiH/4tTujWzGPaRSxA3vtXA9xwbZ8H6Car2XTuowElgC20GwsvS2TxJ8VZGvia2BgHr5UHilSbxr0Cw6wt6Qa7GAGfzb4fu2p7xHcESCl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKMw2RoHQXIP5gboAVIkF7BlyvysJlKwg7bk2kvwnsVNYVtuloS/uxHfCl27UdrBf9kwPyreZWSfrQ7oVXM9DhplgFQs9LL5yzRlNOBrsdFZ9WINDGPbTr4HT3mpxgK3k3vV1mskyMfpMfsMhW7mGlEueNB4Uj/Bb12wIgniDOCrAAAAFQDqkw9QOQE7yqqL6oR3t4EzLdsngQAAAIAF7Tve3CPNFfJJljygcO2rngWtWvTYtzZBc8PfMFVmmZBfngQAi7XclDltxixF0pXU3vWg0vRYfRd9qxuvNnGBEovbmUmREyB09ROGuTovvdvC4zajzYKs1rN1azsTjbyWPtWonWDWK8mtzvlQS4phfY9MqY/NuI1n+7BEPk0OZgAAAIAmEWwF+epAX4gxdOM7muhjkCtbnWULWzdpfaxRD0CWBHqUz/uvtPKsvjLMcMe3jGScGxj8ckWb9nenoHw1Z/gVnpeoGPAhC5MU5mV6S/uLUXPPrVYWclZxJ+gXRlk1zNO4nscgrxJHNiUWJL0g9aMFL4iXRcps+DErjyrad5yx1w== 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.11,24,fe80::f816:3eff:fea6:6984/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.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-00000137\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.88 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A6:69:84 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:6984/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:16:27,476 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-aa11b3c4-a6a0-42c8-8e49-66f411c2ee9a 2018-10-10 17:16:29,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:30,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:16: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-0f4039bf-be34-46a0-a417-859396291f56 x-compute-request-id: req-0f4039bf-be34-46a0-a417-859396291f56 Content-Encoding: gzip Content-Length: 10129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531733881 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131142] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134694] Security Framework initialized\n[ 0.135497] Yama: becoming mindful.\n[ 0.136214] AppArmor: AppArmor initialized\n[ 0.137067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139618] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140801] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142172] Initializing cgroup subsys io\n[ 0.142974] Initializing cgroup subsys memory\n[ 0.143819] Initializing cgroup subsys devices\n[ 0.144691] Initializing cgroup subsys freezer\n[ 0.145564] Initializing cgroup subsys net_cls\n[ 0.146425] Initializing cgroup subsys perf_event\n[ 0.147321] Initializing cgroup subsys net_prio\n[ 0.148189] Initializing cgroup subsys hugetlb\n[ 0.149052] Initializing cgroup subsys pids\n[ 0.149909] CPU: Physical Processor ID: 0\n[ 0.151387] mce: CPU supports 10 MCE banks\n[ 0.152221] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163865] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170251] ftrace: allocating 31920 entries in 125 pages\n[ 0.196577] smpboot: Max logical packages: 1\n[ 0.197444] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198773] x2apic enabled\n[ 0.199571] Switched APIC routing to physical x2apic.\n[ 0.201307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202403] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206124] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208197] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209565] devtmpfs: initialized\n[ 0.211271] evm: security.selinux\n[ 0.211959] evm: security.SMACK64\n[ 0.212636] evm: security.SMACK64EXEC\n[ 0.213370] evm: security.SMACK64TRANSMUTE\n[ 0.214165] evm: security.SMACK64MMAP\n[ 0.214892] evm: security.ima\n[ 0.215530] evm: security.capability\n[ 0.216323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218144] pinctrl core: initialized pinctrl subsystem\n[ 0.219214] RTC time: 17:15:38, date: 10/10/18\n[ 0.220160] NET: Registered protocol family 16\n[ 0.221118] cpuidle: using governor ladder\n[ 0.221918] cpuidle: using governor menu\n[ 0.222695] PCCT header not found.\n[ 0.223431] ACPI: bus type PCI registered\n[ 0.224222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225441] PCI: Using configuration type 1 for base access\n[ 0.227174] ACPI: Added _OSI(Module Device)\n[ 0.228000] ACPI: Added _OSI(Processor Device)\n[ 0.228845] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229726] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231852] ACPI: Interpreter enabled\n[ 0.232605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239867] ACPI: (supports S0 S5)\n[ 0.240561] ACPI: Using IOAPIC for interrupt routing\n[ 0.241568] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245754] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248140] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250322] acpiphp: Slot [3] registered\n[ 0.251113] acpiphp: Slot [4] registered\n[ 0.251895] acpiphp: Slot [5] registered\n[ 0.252685] acpiphp: Slot [6] registered\n[ 0.253470] acpiphp: Slot [7] registered\n[ 0.254271] acpiphp: Slot [8] registered\n[ 0.255058] acpiphp: Slot [9] registered\n[ 0.255837] acpiphp: Slot [10] registered\n[ 0.256635] acpiphp: Slot [11] registered\n[ 0.257437] acpiphp: Slot [12] registered\n[ 0.258234] acpiphp: Slot [13] registered\n[ 0.259034] acpiphp: Slot [14] registered\n[ 0.259828] acpiphp: Slot [15] registered\n[ 0.270635] acpiphp: Slot [16] registered\n[ 0.271442] acpiphp: Slot [17] registered\n[ 0.272239] acpiphp: Slot [18] registered\n[ 0.273033] acpiphp: Slot [19] registered\n[ 0.273823] acpiphp: Slot [20] registered\n[ 0.274626] acpiphp: Slot [21] registered\n[ 0.275428] acpiphp: Slot [22] registered\n[ 0.276226] acpiphp: Slot [23] registered\n[ 0.277022] acpiphp: Slot [24] registered\n[ 0.277815] acpiphp: Slot [25] registered\n[ 0.278613] acpiphp: Slot [26] registered\n[ 0.279415] acpiphp: Slot [27] registered\n[ 0.280216] acpiphp: Slot [28] registered\n[ 0.281024] acpiphp: Slot [29] registered\n[ 0.281816] acpiphp: Slot [30] registered\n[ 0.282613] acpiphp: Slot [31] registered\n[ 0.283414] PCI host bridge to bus 0000:00\n[ 0.284214] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285404] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288019] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289440] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295632] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364293] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365326] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366846] vgaarb: loaded\n[ 0.367442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368566] SCSI subsystem initialized\n[ 0.369379] ACPI: bus type USB registered\n[ 0.370185] usbcore: registered new interface driver usbfs\n[ 0.371203] usbcore: registered new interface driver hub\n[ 0.372196] usbcore: registered new device driver usb\n[ 0.373237] PCI: Using ACPI for IRQ routing\n[ 0.374248] NetLabel: Initializing\n[ 0.374946] NetLabel: domain hash size = 128\n[ 0.375780] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376714] NetLabel: unlabeled traffic allowed by default\n[ 0.377796] clocksource: Switched to clocksource kvm-clock\n[ 0.383309] AppArmor: AppArmor Filesystem Enabled\n[ 0.384270] pnp: PnP ACPI init\n[ 0.385172] pnp: PnP ACPI: found 5 devices\n[ 0.391521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393222] NET: Registered protocol family 2\n[ 0.394164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397686] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398751] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399900] NET: Registered protocol family 1\n[ 0.400757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402906] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416874] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431103] Trying to unpack rootfs image as initramfs...\n[ 0.481450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495472] Scanning for low memory corruption every 60 seconds\n[ 0.497072] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498261] audit: initializing netlink subsys (disabled)\n[ 0.499302] audit: type=2000 audit(1539191739.375:1): initialized\n[ 0.500641] Initialise system trusted keyring\n[ 0.501594] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504753] zbud: loaded\n[ 0.505474] VFS: Disk quotas dquot_6.6.0\n[ 0.506518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508361] fuse init (API version 7.23)\n[ 0.509467] Key type big_key registered\n[ 0.510467] Allocating IMA MOK and blacklist keyrings.\n[ 0.511839] Key type asymmetric registered\n[ 0.512917] Asymmetric key parser 'x509' registered\n[ 0.514199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516502] io scheduler noop registered\n[ 0.517564] io scheduler deadline registered (default)\n[ 0.518891] io scheduler cfq registered\n[ 0.519981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525019] ACPI: Power Button [PWRF]\n[ 0.526097] GHES: HEST is not enabled!\n[ 0.540006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575342] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578661] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604810] Linux agpgart interface v0.103\n[ 0.607145] brd: module loaded\n[ 0.608551] loop: module loaded\n[ 0.613900] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615656] GPT:90111 != 2097151\n[ 0.616470] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617818] GPT:90111 != 2097151\n[ 0.618631] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619812] vda: vda1 vda15\n[ 0.621572] scsi host0: ata_piix\n[ 0.622464] scsi host1: ata_piix\n[ 0.623312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626644] libphy: Fixed MDIO Bus: probed\n[ 0.627699] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628942] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631647] PPP generic driver version 2.4.2\n[ 0.632786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634366] ehci-pci: EHCI PCI platform driver\n[ 0.635504] ehci-platform: EHCI generic platform driver\n[ 0.636793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638294] ohci-pci: OHCI PCI platform driver\n[ 0.639387] ohci-platform: OHCI generic platform driver\n[ 0.640586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658349] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659577] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662438] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664143] usb usb1: Product: UHCI Host Controller\n[ 0.665130] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666274] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667221] hub 1-0:1.0: USB hub found\n[ 0.667992] hub 1-0:1.0: 2 ports detected\n[ 0.668883] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672955] mousedev: PS/2 mouse device common for all mice\n[ 0.674222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679486] i2c /dev entries driver\n[ 0.680237] device-mapper: uevent: version 1.0.3\n[ 0.681163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684073] NET: Registered protocol family 10\n[ 0.685073] NET: Registered protocol family 17\n[ 0.685954] Key type dns_resolver registered\n[ 0.686920] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688092] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689949] registered taskstats version 1\n[ 0.690817] Loading compiled-in X.509 certificates\n[ 0.692304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694561] zswap: loaded using pool lzo/zbud\n[ 0.696573] Key type trusted registered\n[ 0.698732] Key type encrypted registered\n[ 0.699766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702243] evm: HMAC attrs: 0x1\n[ 0.703678] Magic number: 6:299:289\n[ 0.704618] tty tty22: hash matches\n[ 0.705543] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:39 UTC (1539191739)\n[ 0.707458] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708806] EDD information not available.\n[ 0.786755] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798848] Write protecting the kernel read-only data: 14336k\n[ 0.800655] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.748606] 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.64. iid=i-00000137\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCWgZ88ysL2oeoNs2A7TFJA6Gt5b/5H2Efyot1XSWoHyuXSXw3TSUrfSCukQigoC66sIVF8i4H+nEA/OniOZDSo0z0k5lIynEdLd/AxsxMX3rQvJ1aa63aFzXf2xIcbPD7sEEIj3Ko+wCI/neeYfMicBOhPMkp3tJ1IDCNcto3Lp4W0OjJXw0MFkwERfHaWlOCVAk+PPsaSe1sKvYLWc8tc85ysEBS2a3L2f0vxuVjZ+KiH/4tTujWzGPaRSxA3vtXA9xwbZ8H6Car2XTuowElgC20GwsvS2TxJ8VZGvia2BgHr5UHilSbxr0Cw6wt6Qa7GAGfzb4fu2p7xHcESCl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKMw2RoHQXIP5gboAVIkF7BlyvysJlKwg7bk2kvwnsVNYVtuloS/uxHfCl27UdrBf9kwPyreZWSfrQ7oVXM9DhplgFQs9LL5yzRlNOBrsdFZ9WINDGPbTr4HT3mpxgK3k3vV1mskyMfpMfsMhW7mGlEueNB4Uj/Bb12wIgniDOCrAAAAFQDqkw9QOQE7yqqL6oR3t4EzLdsngQAAAIAF7Tve3CPNFfJJljygcO2rngWtWvTYtzZBc8PfMFVmmZBfngQAi7XclDltxixF0pXU3vWg0vRYfRd9qxuvNnGBEovbmUmREyB09ROGuTovvdvC4zajzYKs1rN1azsTjbyWPtWonWDWK8mtzvlQS4phfY9MqY/NuI1n+7BEPk0OZgAAAIAmEWwF+epAX4gxdOM7muhjkCtbnWULWzdpfaxRD0CWBHqUz/uvtPKsvjLMcMe3jGScGxj8ckWb9nenoHw1Z/gVnpeoGPAhC5MU5mV6S/uLUXPPrVYWclZxJ+gXRlk1zNO4nscgrxJHNiUWJL0g9aMFL4iXRcps+DErjyrad5yx1w== 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.11,24,fe80::f816:3eff:fea6:6984/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.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-00000137\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.88 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A6:69:84 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:6984/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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 "} 2018-10-10 17:16:30,754 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-0f4039bf-be34-46a0-a417-859396291f56 2018-10-10 17:16:32,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b22f9cc9c599b5c694a1b3a800f02509ef8ab9c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:33,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:16: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-1b7a2dde-fc98-4e1a-adee-bcd215fe617b x-compute-request-id: req-1b7a2dde-fc98-4e1a-adee-bcd215fe617b Content-Encoding: gzip Content-Length: 10885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531733881 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131142] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134694] Security Framework initialized\n[ 0.135497] Yama: becoming mindful.\n[ 0.136214] AppArmor: AppArmor initialized\n[ 0.137067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139618] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140801] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142172] Initializing cgroup subsys io\n[ 0.142974] Initializing cgroup subsys memory\n[ 0.143819] Initializing cgroup subsys devices\n[ 0.144691] Initializing cgroup subsys freezer\n[ 0.145564] Initializing cgroup subsys net_cls\n[ 0.146425] Initializing cgroup subsys perf_event\n[ 0.147321] Initializing cgroup subsys net_prio\n[ 0.148189] Initializing cgroup subsys hugetlb\n[ 0.149052] Initializing cgroup subsys pids\n[ 0.149909] CPU: Physical Processor ID: 0\n[ 0.151387] mce: CPU supports 10 MCE banks\n[ 0.152221] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153209] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163865] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170251] ftrace: allocating 31920 entries in 125 pages\n[ 0.196577] smpboot: Max logical packages: 1\n[ 0.197444] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198773] x2apic enabled\n[ 0.199571] Switched APIC routing to physical x2apic.\n[ 0.201307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202403] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206124] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208197] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209565] devtmpfs: initialized\n[ 0.211271] evm: security.selinux\n[ 0.211959] evm: security.SMACK64\n[ 0.212636] evm: security.SMACK64EXEC\n[ 0.213370] evm: security.SMACK64TRANSMUTE\n[ 0.214165] evm: security.SMACK64MMAP\n[ 0.214892] evm: security.ima\n[ 0.215530] evm: security.capability\n[ 0.216323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218144] pinctrl core: initialized pinctrl subsystem\n[ 0.219214] RTC time: 17:15:38, date: 10/10/18\n[ 0.220160] NET: Registered protocol family 16\n[ 0.221118] cpuidle: using governor ladder\n[ 0.221918] cpuidle: using governor menu\n[ 0.222695] PCCT header not found.\n[ 0.223431] ACPI: bus type PCI registered\n[ 0.224222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225441] PCI: Using configuration type 1 for base access\n[ 0.227174] ACPI: Added _OSI(Module Device)\n[ 0.228000] ACPI: Added _OSI(Processor Device)\n[ 0.228845] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229726] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231852] ACPI: Interpreter enabled\n[ 0.232605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239867] ACPI: (supports S0 S5)\n[ 0.240561] ACPI: Using IOAPIC for interrupt routing\n[ 0.241568] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245754] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248140] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250322] acpiphp: Slot [3] registered\n[ 0.251113] acpiphp: Slot [4] registered\n[ 0.251895] acpiphp: Slot [5] registered\n[ 0.252685] acpiphp: Slot [6] registered\n[ 0.253470] acpiphp: Slot [7] registered\n[ 0.254271] acpiphp: Slot [8] registered\n[ 0.255058] acpiphp: Slot [9] registered\n[ 0.255837] acpiphp: Slot [10] registered\n[ 0.256635] acpiphp: Slot [11] registered\n[ 0.257437] acpiphp: Slot [12] registered\n[ 0.258234] acpiphp: Slot [13] registered\n[ 0.259034] acpiphp: Slot [14] registered\n[ 0.259828] acpiphp: Slot [15] registered\n[ 0.270635] acpiphp: Slot [16] registered\n[ 0.271442] acpiphp: Slot [17] registered\n[ 0.272239] acpiphp: Slot [18] registered\n[ 0.273033] acpiphp: Slot [19] registered\n[ 0.273823] acpiphp: Slot [20] registered\n[ 0.274626] acpiphp: Slot [21] registered\n[ 0.275428] acpiphp: Slot [22] registered\n[ 0.276226] acpiphp: Slot [23] registered\n[ 0.277022] acpiphp: Slot [24] registered\n[ 0.277815] acpiphp: Slot [25] registered\n[ 0.278613] acpiphp: Slot [26] registered\n[ 0.279415] acpiphp: Slot [27] registered\n[ 0.280216] acpiphp: Slot [28] registered\n[ 0.281024] acpiphp: Slot [29] registered\n[ 0.281816] acpiphp: Slot [30] registered\n[ 0.282613] acpiphp: Slot [31] registered\n[ 0.283414] PCI host bridge to bus 0000:00\n[ 0.284214] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285404] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288019] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289440] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295632] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364293] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365326] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366846] vgaarb: loaded\n[ 0.367442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368566] SCSI subsystem initialized\n[ 0.369379] ACPI: bus type USB registered\n[ 0.370185] usbcore: registered new interface driver usbfs\n[ 0.371203] usbcore: registered new interface driver hub\n[ 0.372196] usbcore: registered new device driver usb\n[ 0.373237] PCI: Using ACPI for IRQ routing\n[ 0.374248] NetLabel: Initializing\n[ 0.374946] NetLabel: domain hash size = 128\n[ 0.375780] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376714] NetLabel: unlabeled traffic allowed by default\n[ 0.377796] clocksource: Switched to clocksource kvm-clock\n[ 0.383309] AppArmor: AppArmor Filesystem Enabled\n[ 0.384270] pnp: PnP ACPI init\n[ 0.385172] pnp: PnP ACPI: found 5 devices\n[ 0.391521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393222] NET: Registered protocol family 2\n[ 0.394164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397686] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398751] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399900] NET: Registered protocol family 1\n[ 0.400757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402906] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416874] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431103] Trying to unpack rootfs image as initramfs...\n[ 0.481450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495472] Scanning for low memory corruption every 60 seconds\n[ 0.497072] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498261] audit: initializing netlink subsys (disabled)\n[ 0.499302] audit: type=2000 audit(1539191739.375:1): initialized\n[ 0.500641] Initialise system trusted keyring\n[ 0.501594] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504753] zbud: loaded\n[ 0.505474] VFS: Disk quotas dquot_6.6.0\n[ 0.506518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508361] fuse init (API version 7.23)\n[ 0.509467] Key type big_key registered\n[ 0.510467] Allocating IMA MOK and blacklist keyrings.\n[ 0.511839] Key type asymmetric registered\n[ 0.512917] Asymmetric key parser 'x509' registered\n[ 0.514199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516502] io scheduler noop registered\n[ 0.517564] io scheduler deadline registered (default)\n[ 0.518891] io scheduler cfq registered\n[ 0.519981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525019] ACPI: Power Button [PWRF]\n[ 0.526097] GHES: HEST is not enabled!\n[ 0.540006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575342] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578661] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604810] Linux agpgart interface v0.103\n[ 0.607145] brd: module loaded\n[ 0.608551] loop: module loaded\n[ 0.613900] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615656] GPT:90111 != 2097151\n[ 0.616470] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617818] GPT:90111 != 2097151\n[ 0.618631] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619812] vda: vda1 vda15\n[ 0.621572] scsi host0: ata_piix\n[ 0.622464] scsi host1: ata_piix\n[ 0.623312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626644] libphy: Fixed MDIO Bus: probed\n[ 0.627699] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628942] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631647] PPP generic driver version 2.4.2\n[ 0.632786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634366] ehci-pci: EHCI PCI platform driver\n[ 0.635504] ehci-platform: EHCI generic platform driver\n[ 0.636793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638294] ohci-pci: OHCI PCI platform driver\n[ 0.639387] ohci-platform: OHCI generic platform driver\n[ 0.640586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658349] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659577] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662438] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664143] usb usb1: Product: UHCI Host Controller\n[ 0.665130] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666274] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667221] hub 1-0:1.0: USB hub found\n[ 0.667992] hub 1-0:1.0: 2 ports detected\n[ 0.668883] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672955] mousedev: PS/2 mouse device common for all mice\n[ 0.674222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679486] i2c /dev entries driver\n[ 0.680237] device-mapper: uevent: version 1.0.3\n[ 0.681163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684073] NET: Registered protocol family 10\n[ 0.685073] NET: Registered protocol family 17\n[ 0.685954] Key type dns_resolver registered\n[ 0.686920] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688092] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689949] registered taskstats version 1\n[ 0.690817] Loading compiled-in X.509 certificates\n[ 0.692304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694561] zswap: loaded using pool lzo/zbud\n[ 0.696573] Key type trusted registered\n[ 0.698732] Key type encrypted registered\n[ 0.699766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702243] evm: HMAC attrs: 0x1\n[ 0.703678] Magic number: 6:299:289\n[ 0.704618] tty tty22: hash matches\n[ 0.705543] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:39 UTC (1539191739)\n[ 0.707458] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708806] EDD information not available.\n[ 0.786755] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798848] Write protecting the kernel read-only data: 14336k\n[ 0.800655] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.748606] 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.64. iid=i-00000137\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCWgZ88ysL2oeoNs2A7TFJA6Gt5b/5H2Efyot1XSWoHyuXSXw3TSUrfSCukQigoC66sIVF8i4H+nEA/OniOZDSo0z0k5lIynEdLd/AxsxMX3rQvJ1aa63aFzXf2xIcbPD7sEEIj3Ko+wCI/neeYfMicBOhPMkp3tJ1IDCNcto3Lp4W0OjJXw0MFkwERfHaWlOCVAk+PPsaSe1sKvYLWc8tc85ysEBS2a3L2f0vxuVjZ+KiH/4tTujWzGPaRSxA3vtXA9xwbZ8H6Car2XTuowElgC20GwsvS2TxJ8VZGvia2BgHr5UHilSbxr0Cw6wt6Qa7GAGfzb4fu2p7xHcESCl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKMw2RoHQXIP5gboAVIkF7BlyvysJlKwg7bk2kvwnsVNYVtuloS/uxHfCl27UdrBf9kwPyreZWSfrQ7oVXM9DhplgFQs9LL5yzRlNOBrsdFZ9WINDGPbTr4HT3mpxgK3k3vV1mskyMfpMfsMhW7mGlEueNB4Uj/Bb12wIgniDOCrAAAAFQDqkw9QOQE7yqqL6oR3t4EzLdsngQAAAIAF7Tve3CPNFfJJljygcO2rngWtWvTYtzZBc8PfMFVmmZBfngQAi7XclDltxixF0pXU3vWg0vRYfRd9qxuvNnGBEovbmUmREyB09ROGuTovvdvC4zajzYKs1rN1azsTjbyWPtWonWDWK8mtzvlQS4phfY9MqY/NuI1n+7BEPk0OZgAAAIAmEWwF+epAX4gxdOM7muhjkCtbnWULWzdpfaxRD0CWBHqUz/uvtPKsvjLMcMe3jGScGxj8ckWb9nenoHw1Z/gVnpeoGPAhC5MU5mV6S/uLUXPPrVYWclZxJ+gXRlk1zNO4nscgrxJHNiUWJL0g9aMFL4iXRcps+DErjyrad5yx1w== 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.11,24,fe80::f816:3eff:fea6:6984/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.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-00000137\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.88 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A6:69:84 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:6984/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8196 (8.0 KiB) TX bytes:9179 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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.139029] usb 1-1: Product: QEMU USB Tablet\n[ 1.139030] usb 1-1: Manufacturer: QEMU\n[ 1.139030] usb 1-1: SerialNumber: 42\n[ 1.493859] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.493861] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.715597] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.727453] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.748606] random: dd urandom read with 5 bits of entropy available\n[ 4.995662] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 5.446557] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:15:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 10 18:15:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 10 18:15:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 10 18:15:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 10 18:15:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 10 18:15: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)\nOct 10 18:15:40 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 10 18:15:40 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 10 18:15:40 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 10 18:15:40 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 10 18:15:40 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 10 18:15:40 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 10 18:15:40 cirros kern.notice kernel: [ 1.748606] random: dd urandom read with 5 bits of entropy available\nOct 10 18:15:43 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:15:43 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:15:43 cirros kern.info kernel: [ 4.995662] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:15:44 cirros kern.info kernel: [ 5.446557] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-11-1 login: "} 2018-10-10 17:16:33,846 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-1b7a2dde-fc98-4e1a-adee-bcd215fe617b 2018-10-10 17:16:35,880 - sdnvpn_test_utils - INFO - Waiting for instance ab834096-163b-448b-81d7-00e7df696ba4 to boot up 2018-10-10 17:16:35,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:36,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:16: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-dae43dff-a7a2-4f87-b484-47e7113e7c5c x-compute-request-id: req-dae43dff-a7a2-4f87-b484-47e7113e7c5c Content-Encoding: gzip Content-Length: 10021 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513794014 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145865] pid_max: default: 32768 minimum: 301\n[ 0.146975] ACPI: Core revision 20150930\n[ 0.148524] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150122] Security Framework initialized\n[ 0.151126] Yama: becoming mindful.\n[ 0.152005] AppArmor: AppArmor initialized\n[ 0.153043] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156274] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157755] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159452] Initializing cgroup subsys io\n[ 0.160446] Initializing cgroup subsys memory\n[ 0.161498] Initializing cgroup subsys devices\n[ 0.162555] Initializing cgroup subsys freezer\n[ 0.163614] Initializing cgroup subsys net_cls\n[ 0.164676] Initializing cgroup subsys perf_event\n[ 0.165790] Initializing cgroup subsys net_prio\n[ 0.166872] Initializing cgroup subsys hugetlb\n[ 0.167931] Initializing cgroup subsys pids\n[ 0.168981] CPU: Physical Processor ID: 0\n[ 0.170655] mce: CPU supports 10 MCE banks\n[ 0.171671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183738] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190391] ftrace: allocating 31920 entries in 125 pages\n[ 0.216619] smpboot: Max logical packages: 1\n[ 0.217660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219301] x2apic enabled\n[ 0.220217] Switched APIC routing to physical x2apic.\n[ 0.222163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225909] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228065] KVM setup paravirtual spinlock\n[ 0.229528] x86: Booted up 1 node, 1 CPUs\n[ 0.230500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232195] devtmpfs: initialized\n[ 0.234046] evm: security.selinux\n[ 0.234891] evm: security.SMACK64\n[ 0.235741] evm: security.SMACK64EXEC\n[ 0.236668] evm: security.SMACK64TRANSMUTE\n[ 0.237659] evm: security.SMACK64MMAP\n[ 0.238562] evm: security.ima\n[ 0.239325] evm: security.capability\n[ 0.240288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242573] pinctrl core: initialized pinctrl subsystem\n[ 0.243909] RTC time: 17:15:26, date: 10/10/18\n[ 0.245039] NET: Registered protocol family 16\n[ 0.246193] cpuidle: using governor ladder\n[ 0.247216] cpuidle: using governor menu\n[ 0.248173] PCCT header not found.\n[ 0.249051] ACPI: bus type PCI registered\n[ 0.250015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251559] PCI: Using configuration type 1 for base access\n[ 0.253556] ACPI: Added _OSI(Module Device)\n[ 0.254585] ACPI: Added _OSI(Processor Device)\n[ 0.255644] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256750] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259086] ACPI: Interpreter enabled\n[ 0.260018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269040] ACPI: (supports S0 S5)\n[ 0.269895] ACPI: Using IOAPIC for interrupt routing\n[ 0.271043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277434] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281626] acpiphp: Slot [3] registered\n[ 0.282599] acpiphp: Slot [4] registered\n[ 0.283563] acpiphp: Slot [5] registered\n[ 0.284521] acpiphp: Slot [6] registered\n[ 0.285483] acpiphp: Slot [7] registered\n[ 0.286437] acpiphp: Slot [8] registered\n[ 0.287406] acpiphp: Slot [9] registered\n[ 0.288367] acpiphp: Slot [10] registered\n[ 0.289332] acpiphp: Slot [11] registered\n[ 0.290304] acpiphp: Slot [12] registered\n[ 0.291285] acpiphp: Slot [13] registered\n[ 0.292253] acpiphp: Slot [14] registered\n[ 0.293236] acpiphp: Slot [15] registered\n[ 0.303987] acpiphp: Slot [16] registered\n[ 0.304962] acpiphp: Slot [17] registered\n[ 0.305938] acpiphp: Slot [18] registered\n[ 0.306905] acpiphp: Slot [19] registered\n[ 0.307876] acpiphp: Slot [20] registered\n[ 0.308859] acpiphp: Slot [21] registered\n[ 0.309831] acpiphp: Slot [22] registered\n[ 0.310805] acpiphp: Slot [23] registered\n[ 0.311778] acpiphp: Slot [24] registered\n[ 0.312743] acpiphp: Slot [25] registered\n[ 0.313715] acpiphp: Slot [26] registered\n[ 0.314688] acpiphp: Slot [27] registered\n[ 0.315656] acpiphp: Slot [28] registered\n[ 0.316623] acpiphp: Slot [29] registered\n[ 0.317587] acpiphp: Slot [30] registered\n[ 0.318564] acpiphp: Slot [31] registered\n[ 0.319536] PCI host bridge to bus 0000:00\n[ 0.320512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321976] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.327906] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336603] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338432] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.341006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347244] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349408] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397838] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401177] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406926] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408143] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409257] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410883] vgaarb: loaded\n[ 0.411517] vgaarb: bridge control possible 0000:00:02.0\n[ 0.412715] SCSI subsystem initialized\n[ 0.413583] ACPI: bus type USB registered\n[ 0.414432] usbcore: registered new interface driver usbfs\n[ 0.415510] usbcore: registered new interface driver hub\n[ 0.416581] usbcore: registered new device driver usb\n[ 0.417703] PCI: Using ACPI for IRQ routing\n[ 0.418787] NetLabel: Initializing\n[ 0.419516] NetLabel: domain hash size = 128\n[ 0.420377] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421333] NetLabel: unlabeled traffic allowed by default\n[ 0.422447] clocksource: Switched to clocksource kvm-clock\n[ 0.428327] AppArmor: AppArmor Filesystem Enabled\n[ 0.429298] pnp: PnP ACPI init\n[ 0.430227] pnp: PnP ACPI: found 5 devices\n[ 0.436623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438354] NET: Registered protocol family 2\n[ 0.439338] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443003] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444098] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445281] NET: Registered protocol family 1\n[ 0.446158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447276] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448363] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476716] Trying to unpack rootfs image as initramfs...\n[ 0.527566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541620] Scanning for low memory corruption every 60 seconds\n[ 0.543607] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545409] audit: initializing netlink subsys (disabled)\n[ 0.547039] audit: type=2000 audit(1539191727.554:1): initialized\n[ 0.549013] Initialise system trusted keyring\n[ 0.550414] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561416] zbud: loaded\n[ 0.562939] VFS: Disk quotas dquot_6.6.0\n[ 0.564202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566479] fuse init (API version 7.23)\n[ 0.567799] Key type big_key registered\n[ 0.569017] Allocating IMA MOK and blacklist keyrings.\n[ 0.570711] Key type asymmetric registered\n[ 0.571991] Asymmetric key parser 'x509' registered\n[ 0.573497] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576163] io scheduler noop registered\n[ 0.577388] io scheduler deadline registered (default)\n[ 0.578940] io scheduler cfq registered\n[ 0.580213] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.581868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.583892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586165] ACPI: Power Button [PWRF]\n[ 0.587433] GHES: HEST is not enabled!\n[ 0.602513] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.632879] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636091] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662650] Linux agpgart interface v0.103\n[ 0.665120] brd: module loaded\n[ 0.666639] loop: module loaded\n[ 0.671072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.672727] GPT:90111 != 2097151\n[ 0.673471] GPT:Alternate GPT header not at the end of the disk.\n[ 0.674684] GPT:90111 != 2097151\n[ 0.675430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.676459] vda: vda1 vda15\n[ 0.677970] scsi host0: ata_piix\n[ 0.678803] scsi host1: ata_piix\n[ 0.679577] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.680916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.682504] libphy: Fixed MDIO Bus: probed\n[ 0.683400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.684449] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.686678] PPP generic driver version 2.4.2\n[ 0.687728] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.689077] ehci-pci: EHCI PCI platform driver\n[ 0.690059] ehci-platform: EHCI generic platform driver\n[ 0.691162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692580] ohci-pci: OHCI PCI platform driver\n[ 0.693497] ohci-platform: OHCI generic platform driver\n[ 0.694557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710239] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.711827] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712925] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.714175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717127] usb usb1: Product: UHCI Host Controller\n[ 0.718169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719544] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720619] hub 1-0:1.0: USB hub found\n[ 0.721460] hub 1-0:1.0: 2 ports detected\n[ 0.722416] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725798] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727403] mousedev: PS/2 mouse device common for all mice\n[ 0.728777] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730808] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734680] i2c /dev entries driver\n[ 0.735545] device-mapper: uevent: version 1.0.3\n[ 0.736573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.738382] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739819] NET: Registered protocol family 10\n[ 0.740913] NET: Registered protocol family 17\n[ 0.741901] Key type dns_resolver registered\n[ 0.742918] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.746135] registered taskstats version 1\n[ 0.747063] Loading compiled-in X.509 certificates\n[ 0.748583] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.750689] zswap: loaded using pool lzo/zbud\n[ 0.752662] Key type trusted registered\n[ 0.754311] Key type encrypted registered\n[ 0.755235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.756383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.757538] evm: HMAC attrs: 0x1\n[ 0.758913] Magic number: 6:299:289\n[ 0.759798] tty tty22: hash matches\n[ 0.760684] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:27 UTC (1539191727)\n[ 0.762676] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763999] EDD information not available.\n[ 0.839397] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851484] Write protecting the kernel read-only data: 14336k\n[ 0.853138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854990] 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\n[ 0.897980] random: blkid urandom read with 2 bits of 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWuNQGhrG5BLpOyIsE0I77xnaFeLZcAUJ4hIi844Y2gJvvzmHiXiyy0XNktTCdhVDEHb/VMdlDFFpxGeVeZBTrGBkkcMnBsRQVJkDCwoGVcCx8Yfz8ZFAawhLLV1nEq6lUgzmnXLLjE6rxmUyBQ552a1QZvVS7ezSxALseRhzMN7NNGnZSQYIR7Wc7CO1P5Z1rNJJpsJN8GlzyLobGd7JCVhqtk4kVB1lN1Z8v/X5a6cZaD0ZsA47zfA/FVkmSw0dO5MJokMxb0T0qTiPSqMFEKB36fN4ct3PvEDAAbT/WfMQGAHuXwbEAF0IcyWkaH1yADY5weELElrCIRmidCS0n root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBALTaffItTx3088xk7LW27qEfJDBJi8Vsgl4CijGm7M4Z4+yZMyDx+z/GkOpT/sqPF31rBYOOpJY6nuFSX++oVAzMtAsG5dcxFIb7KKlBqD7ApksZEnlK7n4PywughLWfF8H4MIiQL6lQMeXiGxnVH+BHno8wIx66Mddpdc5fFIkPAAAAFQChy16gbxdtHAGA7qFAxG9W/YHmsQAAAIBa3A9OcacMNLHXati4nWCRjJa80qbCpVv1JMTKaviiHFo0+JfunL1ZvaNJOqe79bBixtNcFtexgGLP9gfaQZYEdUuTsWjqaih10KJauI3k05pwwHiTwEj1tl9cY+k4chmuECwCm/AtGGsWt5e78dts5v0DqRo0i3hmr+cjXHjgUQAAAIAT9JKFnMsIHTf0S+vtmbkkMvB5JQm/ih5B9GO7wwUhp14WHnt90B36JbEQjC8mtpLyC6n385M6M3yBX1wnYINKnLxxIlrXOAUw+iCLtxIQHQuhVim/BY4CxE4jaz4HimCzboD8iO4lEsajhJoXGeHKN8VmEQnsF16VGTAo7pvUHg== 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.9,24,fe80::f816:3eff:fe60:df0e/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.50 ===\n/dev/root resized successfully [took 2.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:60:DF:0E \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe60:df0e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10581 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:16:36,960 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action used request id req-dae43dff-a7a2-4f87-b484-47e7113e7c5c 2018-10-10 17:16:38,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:40,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:16: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-2a846b06-75b7-45be-9fdb-ac85375f1fa8 x-compute-request-id: req-2a846b06-75b7-45be-9fdb-ac85375f1fa8 Content-Encoding: gzip Content-Length: 10021 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513794014 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145865] pid_max: default: 32768 minimum: 301\n[ 0.146975] ACPI: Core revision 20150930\n[ 0.148524] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150122] Security Framework initialized\n[ 0.151126] Yama: becoming mindful.\n[ 0.152005] AppArmor: AppArmor initialized\n[ 0.153043] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156274] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157755] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159452] Initializing cgroup subsys io\n[ 0.160446] Initializing cgroup subsys memory\n[ 0.161498] Initializing cgroup subsys devices\n[ 0.162555] Initializing cgroup subsys freezer\n[ 0.163614] Initializing cgroup subsys net_cls\n[ 0.164676] Initializing cgroup subsys perf_event\n[ 0.165790] Initializing cgroup subsys net_prio\n[ 0.166872] Initializing cgroup subsys hugetlb\n[ 0.167931] Initializing cgroup subsys pids\n[ 0.168981] CPU: Physical Processor ID: 0\n[ 0.170655] mce: CPU supports 10 MCE banks\n[ 0.171671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183738] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190391] ftrace: allocating 31920 entries in 125 pages\n[ 0.216619] smpboot: Max logical packages: 1\n[ 0.217660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219301] x2apic enabled\n[ 0.220217] Switched APIC routing to physical x2apic.\n[ 0.222163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225909] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228065] KVM setup paravirtual spinlock\n[ 0.229528] x86: Booted up 1 node, 1 CPUs\n[ 0.230500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232195] devtmpfs: initialized\n[ 0.234046] evm: security.selinux\n[ 0.234891] evm: security.SMACK64\n[ 0.235741] evm: security.SMACK64EXEC\n[ 0.236668] evm: security.SMACK64TRANSMUTE\n[ 0.237659] evm: security.SMACK64MMAP\n[ 0.238562] evm: security.ima\n[ 0.239325] evm: security.capability\n[ 0.240288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242573] pinctrl core: initialized pinctrl subsystem\n[ 0.243909] RTC time: 17:15:26, date: 10/10/18\n[ 0.245039] NET: Registered protocol family 16\n[ 0.246193] cpuidle: using governor ladder\n[ 0.247216] cpuidle: using governor menu\n[ 0.248173] PCCT header not found.\n[ 0.249051] ACPI: bus type PCI registered\n[ 0.250015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251559] PCI: Using configuration type 1 for base access\n[ 0.253556] ACPI: Added _OSI(Module Device)\n[ 0.254585] ACPI: Added _OSI(Processor Device)\n[ 0.255644] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256750] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259086] ACPI: Interpreter enabled\n[ 0.260018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269040] ACPI: (supports S0 S5)\n[ 0.269895] ACPI: Using IOAPIC for interrupt routing\n[ 0.271043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277434] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281626] acpiphp: Slot [3] registered\n[ 0.282599] acpiphp: Slot [4] registered\n[ 0.283563] acpiphp: Slot [5] registered\n[ 0.284521] acpiphp: Slot [6] registered\n[ 0.285483] acpiphp: Slot [7] registered\n[ 0.286437] acpiphp: Slot [8] registered\n[ 0.287406] acpiphp: Slot [9] registered\n[ 0.288367] acpiphp: Slot [10] registered\n[ 0.289332] acpiphp: Slot [11] registered\n[ 0.290304] acpiphp: Slot [12] registered\n[ 0.291285] acpiphp: Slot [13] registered\n[ 0.292253] acpiphp: Slot [14] registered\n[ 0.293236] acpiphp: Slot [15] registered\n[ 0.303987] acpiphp: Slot [16] registered\n[ 0.304962] acpiphp: Slot [17] registered\n[ 0.305938] acpiphp: Slot [18] registered\n[ 0.306905] acpiphp: Slot [19] registered\n[ 0.307876] acpiphp: Slot [20] registered\n[ 0.308859] acpiphp: Slot [21] registered\n[ 0.309831] acpiphp: Slot [22] registered\n[ 0.310805] acpiphp: Slot [23] registered\n[ 0.311778] acpiphp: Slot [24] registered\n[ 0.312743] acpiphp: Slot [25] registered\n[ 0.313715] acpiphp: Slot [26] registered\n[ 0.314688] acpiphp: Slot [27] registered\n[ 0.315656] acpiphp: Slot [28] registered\n[ 0.316623] acpiphp: Slot [29] registered\n[ 0.317587] acpiphp: Slot [30] registered\n[ 0.318564] acpiphp: Slot [31] registered\n[ 0.319536] PCI host bridge to bus 0000:00\n[ 0.320512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321976] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.327906] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336603] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338432] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.341006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347244] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349408] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397838] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401177] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406926] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408143] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409257] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410883] vgaarb: loaded\n[ 0.411517] vgaarb: bridge control possible 0000:00:02.0\n[ 0.412715] SCSI subsystem initialized\n[ 0.413583] ACPI: bus type USB registered\n[ 0.414432] usbcore: registered new interface driver usbfs\n[ 0.415510] usbcore: registered new interface driver hub\n[ 0.416581] usbcore: registered new device driver usb\n[ 0.417703] PCI: Using ACPI for IRQ routing\n[ 0.418787] NetLabel: Initializing\n[ 0.419516] NetLabel: domain hash size = 128\n[ 0.420377] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421333] NetLabel: unlabeled traffic allowed by default\n[ 0.422447] clocksource: Switched to clocksource kvm-clock\n[ 0.428327] AppArmor: AppArmor Filesystem Enabled\n[ 0.429298] pnp: PnP ACPI init\n[ 0.430227] pnp: PnP ACPI: found 5 devices\n[ 0.436623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438354] NET: Registered protocol family 2\n[ 0.439338] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443003] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444098] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445281] NET: Registered protocol family 1\n[ 0.446158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447276] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448363] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476716] Trying to unpack rootfs image as initramfs...\n[ 0.527566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541620] Scanning for low memory corruption every 60 seconds\n[ 0.543607] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545409] audit: initializing netlink subsys (disabled)\n[ 0.547039] audit: type=2000 audit(1539191727.554:1): initialized\n[ 0.549013] Initialise system trusted keyring\n[ 0.550414] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561416] zbud: loaded\n[ 0.562939] VFS: Disk quotas dquot_6.6.0\n[ 0.564202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566479] fuse init (API version 7.23)\n[ 0.567799] Key type big_key registered\n[ 0.569017] Allocating IMA MOK and blacklist keyrings.\n[ 0.570711] Key type asymmetric registered\n[ 0.571991] Asymmetric key parser 'x509' registered\n[ 0.573497] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576163] io scheduler noop registered\n[ 0.577388] io scheduler deadline registered (default)\n[ 0.578940] io scheduler cfq registered\n[ 0.580213] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.581868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.583892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586165] ACPI: Power Button [PWRF]\n[ 0.587433] GHES: HEST is not enabled!\n[ 0.602513] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.632879] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636091] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662650] Linux agpgart interface v0.103\n[ 0.665120] brd: module loaded\n[ 0.666639] loop: module loaded\n[ 0.671072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.672727] GPT:90111 != 2097151\n[ 0.673471] GPT:Alternate GPT header not at the end of the disk.\n[ 0.674684] GPT:90111 != 2097151\n[ 0.675430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.676459] vda: vda1 vda15\n[ 0.677970] scsi host0: ata_piix\n[ 0.678803] scsi host1: ata_piix\n[ 0.679577] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.680916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.682504] libphy: Fixed MDIO Bus: probed\n[ 0.683400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.684449] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.686678] PPP generic driver version 2.4.2\n[ 0.687728] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.689077] ehci-pci: EHCI PCI platform driver\n[ 0.690059] ehci-platform: EHCI generic platform driver\n[ 0.691162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692580] ohci-pci: OHCI PCI platform driver\n[ 0.693497] ohci-platform: OHCI generic platform driver\n[ 0.694557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710239] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.711827] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712925] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.714175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717127] usb usb1: Product: UHCI Host Controller\n[ 0.718169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719544] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720619] hub 1-0:1.0: USB hub found\n[ 0.721460] hub 1-0:1.0: 2 ports detected\n[ 0.722416] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725798] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727403] mousedev: PS/2 mouse device common for all mice\n[ 0.728777] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730808] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734680] i2c /dev entries driver\n[ 0.735545] device-mapper: uevent: version 1.0.3\n[ 0.736573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.738382] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739819] NET: Registered protocol family 10\n[ 0.740913] NET: Registered protocol family 17\n[ 0.741901] Key type dns_resolver registered\n[ 0.742918] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.746135] registered taskstats version 1\n[ 0.747063] Loading compiled-in X.509 certificates\n[ 0.748583] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.750689] zswap: loaded using pool lzo/zbud\n[ 0.752662] Key type trusted registered\n[ 0.754311] Key type encrypted registered\n[ 0.755235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.756383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.757538] evm: HMAC attrs: 0x1\n[ 0.758913] Magic number: 6:299:289\n[ 0.759798] tty tty22: hash matches\n[ 0.760684] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:27 UTC (1539191727)\n[ 0.762676] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763999] EDD information not available.\n[ 0.839397] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851484] Write protecting the kernel read-only data: 14336k\n[ 0.853138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854990] 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\n[ 0.897980] random: blkid urandom read with 2 bits of 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWuNQGhrG5BLpOyIsE0I77xnaFeLZcAUJ4hIi844Y2gJvvzmHiXiyy0XNktTCdhVDEHb/VMdlDFFpxGeVeZBTrGBkkcMnBsRQVJkDCwoGVcCx8Yfz8ZFAawhLLV1nEq6lUgzmnXLLjE6rxmUyBQ552a1QZvVS7ezSxALseRhzMN7NNGnZSQYIR7Wc7CO1P5Z1rNJJpsJN8GlzyLobGd7JCVhqtk4kVB1lN1Z8v/X5a6cZaD0ZsA47zfA/FVkmSw0dO5MJokMxb0T0qTiPSqMFEKB36fN4ct3PvEDAAbT/WfMQGAHuXwbEAF0IcyWkaH1yADY5weELElrCIRmidCS0n root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBALTaffItTx3088xk7LW27qEfJDBJi8Vsgl4CijGm7M4Z4+yZMyDx+z/GkOpT/sqPF31rBYOOpJY6nuFSX++oVAzMtAsG5dcxFIb7KKlBqD7ApksZEnlK7n4PywughLWfF8H4MIiQL6lQMeXiGxnVH+BHno8wIx66Mddpdc5fFIkPAAAAFQChy16gbxdtHAGA7qFAxG9W/YHmsQAAAIBa3A9OcacMNLHXati4nWCRjJa80qbCpVv1JMTKaviiHFo0+JfunL1ZvaNJOqe79bBixtNcFtexgGLP9gfaQZYEdUuTsWjqaih10KJauI3k05pwwHiTwEj1tl9cY+k4chmuECwCm/AtGGsWt5e78dts5v0DqRo0i3hmr+cjXHjgUQAAAIAT9JKFnMsIHTf0S+vtmbkkMvB5JQm/ih5B9GO7wwUhp14WHnt90B36JbEQjC8mtpLyC6n385M6M3yBX1wnYINKnLxxIlrXOAUw+iCLtxIQHQuhVim/BY4CxE4jaz4HimCzboD8iO4lEsajhJoXGeHKN8VmEQnsF16VGTAo7pvUHg== 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.9,24,fe80::f816:3eff:fe60:df0e/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.50 ===\n/dev/root resized successfully [took 2.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:60:DF:0E \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe60:df0e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10581 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:16:40,050 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action used request id req-2a846b06-75b7-45be-9fdb-ac85375f1fa8 2018-10-10 17:16:42,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:43,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:16: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-e0be90fa-cc20-40f0-b37e-bafd4746aac0 x-compute-request-id: req-e0be90fa-cc20-40f0-b37e-bafd4746aac0 Content-Encoding: gzip Content-Length: 10021 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513794014 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145865] pid_max: default: 32768 minimum: 301\n[ 0.146975] ACPI: Core revision 20150930\n[ 0.148524] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150122] Security Framework initialized\n[ 0.151126] Yama: becoming mindful.\n[ 0.152005] AppArmor: AppArmor initialized\n[ 0.153043] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156274] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157755] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159452] Initializing cgroup subsys io\n[ 0.160446] Initializing cgroup subsys memory\n[ 0.161498] Initializing cgroup subsys devices\n[ 0.162555] Initializing cgroup subsys freezer\n[ 0.163614] Initializing cgroup subsys net_cls\n[ 0.164676] Initializing cgroup subsys perf_event\n[ 0.165790] Initializing cgroup subsys net_prio\n[ 0.166872] Initializing cgroup subsys hugetlb\n[ 0.167931] Initializing cgroup subsys pids\n[ 0.168981] CPU: Physical Processor ID: 0\n[ 0.170655] mce: CPU supports 10 MCE banks\n[ 0.171671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183738] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190391] ftrace: allocating 31920 entries in 125 pages\n[ 0.216619] smpboot: Max logical packages: 1\n[ 0.217660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219301] x2apic enabled\n[ 0.220217] Switched APIC routing to physical x2apic.\n[ 0.222163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225909] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228065] KVM setup paravirtual spinlock\n[ 0.229528] x86: Booted up 1 node, 1 CPUs\n[ 0.230500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232195] devtmpfs: initialized\n[ 0.234046] evm: security.selinux\n[ 0.234891] evm: security.SMACK64\n[ 0.235741] evm: security.SMACK64EXEC\n[ 0.236668] evm: security.SMACK64TRANSMUTE\n[ 0.237659] evm: security.SMACK64MMAP\n[ 0.238562] evm: security.ima\n[ 0.239325] evm: security.capability\n[ 0.240288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242573] pinctrl core: initialized pinctrl subsystem\n[ 0.243909] RTC time: 17:15:26, date: 10/10/18\n[ 0.245039] NET: Registered protocol family 16\n[ 0.246193] cpuidle: using governor ladder\n[ 0.247216] cpuidle: using governor menu\n[ 0.248173] PCCT header not found.\n[ 0.249051] ACPI: bus type PCI registered\n[ 0.250015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251559] PCI: Using configuration type 1 for base access\n[ 0.253556] ACPI: Added _OSI(Module Device)\n[ 0.254585] ACPI: Added _OSI(Processor Device)\n[ 0.255644] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256750] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259086] ACPI: Interpreter enabled\n[ 0.260018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269040] ACPI: (supports S0 S5)\n[ 0.269895] ACPI: Using IOAPIC for interrupt routing\n[ 0.271043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277434] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281626] acpiphp: Slot [3] registered\n[ 0.282599] acpiphp: Slot [4] registered\n[ 0.283563] acpiphp: Slot [5] registered\n[ 0.284521] acpiphp: Slot [6] registered\n[ 0.285483] acpiphp: Slot [7] registered\n[ 0.286437] acpiphp: Slot [8] registered\n[ 0.287406] acpiphp: Slot [9] registered\n[ 0.288367] acpiphp: Slot [10] registered\n[ 0.289332] acpiphp: Slot [11] registered\n[ 0.290304] acpiphp: Slot [12] registered\n[ 0.291285] acpiphp: Slot [13] registered\n[ 0.292253] acpiphp: Slot [14] registered\n[ 0.293236] acpiphp: Slot [15] registered\n[ 0.303987] acpiphp: Slot [16] registered\n[ 0.304962] acpiphp: Slot [17] registered\n[ 0.305938] acpiphp: Slot [18] registered\n[ 0.306905] acpiphp: Slot [19] registered\n[ 0.307876] acpiphp: Slot [20] registered\n[ 0.308859] acpiphp: Slot [21] registered\n[ 0.309831] acpiphp: Slot [22] registered\n[ 0.310805] acpiphp: Slot [23] registered\n[ 0.311778] acpiphp: Slot [24] registered\n[ 0.312743] acpiphp: Slot [25] registered\n[ 0.313715] acpiphp: Slot [26] registered\n[ 0.314688] acpiphp: Slot [27] registered\n[ 0.315656] acpiphp: Slot [28] registered\n[ 0.316623] acpiphp: Slot [29] registered\n[ 0.317587] acpiphp: Slot [30] registered\n[ 0.318564] acpiphp: Slot [31] registered\n[ 0.319536] PCI host bridge to bus 0000:00\n[ 0.320512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321976] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.327906] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336603] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338432] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.341006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347244] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349408] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397838] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401177] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406926] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408143] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409257] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410883] vgaarb: loaded\n[ 0.411517] vgaarb: bridge control possible 0000:00:02.0\n[ 0.412715] SCSI subsystem initialized\n[ 0.413583] ACPI: bus type USB registered\n[ 0.414432] usbcore: registered new interface driver usbfs\n[ 0.415510] usbcore: registered new interface driver hub\n[ 0.416581] usbcore: registered new device driver usb\n[ 0.417703] PCI: Using ACPI for IRQ routing\n[ 0.418787] NetLabel: Initializing\n[ 0.419516] NetLabel: domain hash size = 128\n[ 0.420377] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421333] NetLabel: unlabeled traffic allowed by default\n[ 0.422447] clocksource: Switched to clocksource kvm-clock\n[ 0.428327] AppArmor: AppArmor Filesystem Enabled\n[ 0.429298] pnp: PnP ACPI init\n[ 0.430227] pnp: PnP ACPI: found 5 devices\n[ 0.436623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438354] NET: Registered protocol family 2\n[ 0.439338] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443003] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444098] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445281] NET: Registered protocol family 1\n[ 0.446158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447276] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448363] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476716] Trying to unpack rootfs image as initramfs...\n[ 0.527566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541620] Scanning for low memory corruption every 60 seconds\n[ 0.543607] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545409] audit: initializing netlink subsys (disabled)\n[ 0.547039] audit: type=2000 audit(1539191727.554:1): initialized\n[ 0.549013] Initialise system trusted keyring\n[ 0.550414] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561416] zbud: loaded\n[ 0.562939] VFS: Disk quotas dquot_6.6.0\n[ 0.564202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566479] fuse init (API version 7.23)\n[ 0.567799] Key type big_key registered\n[ 0.569017] Allocating IMA MOK and blacklist keyrings.\n[ 0.570711] Key type asymmetric registered\n[ 0.571991] Asymmetric key parser 'x509' registered\n[ 0.573497] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576163] io scheduler noop registered\n[ 0.577388] io scheduler deadline registered (default)\n[ 0.578940] io scheduler cfq registered\n[ 0.580213] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.581868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.583892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586165] ACPI: Power Button [PWRF]\n[ 0.587433] GHES: HEST is not enabled!\n[ 0.602513] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.632879] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636091] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662650] Linux agpgart interface v0.103\n[ 0.665120] brd: module loaded\n[ 0.666639] loop: module loaded\n[ 0.671072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.672727] GPT:90111 != 2097151\n[ 0.673471] GPT:Alternate GPT header not at the end of the disk.\n[ 0.674684] GPT:90111 != 2097151\n[ 0.675430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.676459] vda: vda1 vda15\n[ 0.677970] scsi host0: ata_piix\n[ 0.678803] scsi host1: ata_piix\n[ 0.679577] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.680916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.682504] libphy: Fixed MDIO Bus: probed\n[ 0.683400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.684449] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.686678] PPP generic driver version 2.4.2\n[ 0.687728] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.689077] ehci-pci: EHCI PCI platform driver\n[ 0.690059] ehci-platform: EHCI generic platform driver\n[ 0.691162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692580] ohci-pci: OHCI PCI platform driver\n[ 0.693497] ohci-platform: OHCI generic platform driver\n[ 0.694557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710239] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.711827] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712925] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.714175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717127] usb usb1: Product: UHCI Host Controller\n[ 0.718169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719544] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720619] hub 1-0:1.0: USB hub found\n[ 0.721460] hub 1-0:1.0: 2 ports detected\n[ 0.722416] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725798] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727403] mousedev: PS/2 mouse device common for all mice\n[ 0.728777] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730808] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734680] i2c /dev entries driver\n[ 0.735545] device-mapper: uevent: version 1.0.3\n[ 0.736573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.738382] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739819] NET: Registered protocol family 10\n[ 0.740913] NET: Registered protocol family 17\n[ 0.741901] Key type dns_resolver registered\n[ 0.742918] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.746135] registered taskstats version 1\n[ 0.747063] Loading compiled-in X.509 certificates\n[ 0.748583] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.750689] zswap: loaded using pool lzo/zbud\n[ 0.752662] Key type trusted registered\n[ 0.754311] Key type encrypted registered\n[ 0.755235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.756383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.757538] evm: HMAC attrs: 0x1\n[ 0.758913] Magic number: 6:299:289\n[ 0.759798] tty tty22: hash matches\n[ 0.760684] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:27 UTC (1539191727)\n[ 0.762676] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763999] EDD information not available.\n[ 0.839397] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851484] Write protecting the kernel read-only data: 14336k\n[ 0.853138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854990] 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\n[ 0.897980] random: blkid urandom read with 2 bits of 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWuNQGhrG5BLpOyIsE0I77xnaFeLZcAUJ4hIi844Y2gJvvzmHiXiyy0XNktTCdhVDEHb/VMdlDFFpxGeVeZBTrGBkkcMnBsRQVJkDCwoGVcCx8Yfz8ZFAawhLLV1nEq6lUgzmnXLLjE6rxmUyBQ552a1QZvVS7ezSxALseRhzMN7NNGnZSQYIR7Wc7CO1P5Z1rNJJpsJN8GlzyLobGd7JCVhqtk4kVB1lN1Z8v/X5a6cZaD0ZsA47zfA/FVkmSw0dO5MJokMxb0T0qTiPSqMFEKB36fN4ct3PvEDAAbT/WfMQGAHuXwbEAF0IcyWkaH1yADY5weELElrCIRmidCS0n root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBALTaffItTx3088xk7LW27qEfJDBJi8Vsgl4CijGm7M4Z4+yZMyDx+z/GkOpT/sqPF31rBYOOpJY6nuFSX++oVAzMtAsG5dcxFIb7KKlBqD7ApksZEnlK7n4PywughLWfF8H4MIiQL6lQMeXiGxnVH+BHno8wIx66Mddpdc5fFIkPAAAAFQChy16gbxdtHAGA7qFAxG9W/YHmsQAAAIBa3A9OcacMNLHXati4nWCRjJa80qbCpVv1JMTKaviiHFo0+JfunL1ZvaNJOqe79bBixtNcFtexgGLP9gfaQZYEdUuTsWjqaih10KJauI3k05pwwHiTwEj1tl9cY+k4chmuECwCm/AtGGsWt5e78dts5v0DqRo0i3hmr+cjXHjgUQAAAIAT9JKFnMsIHTf0S+vtmbkkMvB5JQm/ih5B9GO7wwUhp14WHnt90B36JbEQjC8mtpLyC6n385M6M3yBX1wnYINKnLxxIlrXOAUw+iCLtxIQHQuhVim/BY4CxE4jaz4HimCzboD8iO4lEsajhJoXGeHKN8VmEQnsF16VGTAo7pvUHg== 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.9,24,fe80::f816:3eff:fe60:df0e/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.50 ===\n/dev/root resized successfully [took 2.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:60:DF:0E \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe60:df0e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10581 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:16:43,140 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action used request id req-e0be90fa-cc20-40f0-b37e-bafd4746aac0 2018-10-10 17:16:45,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:46,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:16: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-e109dab3-09a2-43fd-a968-324782f61583 x-compute-request-id: req-e109dab3-09a2-43fd-a968-324782f61583 Content-Encoding: gzip Content-Length: 10021 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513794014 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145865] pid_max: default: 32768 minimum: 301\n[ 0.146975] ACPI: Core revision 20150930\n[ 0.148524] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150122] Security Framework initialized\n[ 0.151126] Yama: becoming mindful.\n[ 0.152005] AppArmor: AppArmor initialized\n[ 0.153043] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156274] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157755] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159452] Initializing cgroup subsys io\n[ 0.160446] Initializing cgroup subsys memory\n[ 0.161498] Initializing cgroup subsys devices\n[ 0.162555] Initializing cgroup subsys freezer\n[ 0.163614] Initializing cgroup subsys net_cls\n[ 0.164676] Initializing cgroup subsys perf_event\n[ 0.165790] Initializing cgroup subsys net_prio\n[ 0.166872] Initializing cgroup subsys hugetlb\n[ 0.167931] Initializing cgroup subsys pids\n[ 0.168981] CPU: Physical Processor ID: 0\n[ 0.170655] mce: CPU supports 10 MCE banks\n[ 0.171671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183738] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190391] ftrace: allocating 31920 entries in 125 pages\n[ 0.216619] smpboot: Max logical packages: 1\n[ 0.217660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219301] x2apic enabled\n[ 0.220217] Switched APIC routing to physical x2apic.\n[ 0.222163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225909] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228065] KVM setup paravirtual spinlock\n[ 0.229528] x86: Booted up 1 node, 1 CPUs\n[ 0.230500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232195] devtmpfs: initialized\n[ 0.234046] evm: security.selinux\n[ 0.234891] evm: security.SMACK64\n[ 0.235741] evm: security.SMACK64EXEC\n[ 0.236668] evm: security.SMACK64TRANSMUTE\n[ 0.237659] evm: security.SMACK64MMAP\n[ 0.238562] evm: security.ima\n[ 0.239325] evm: security.capability\n[ 0.240288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242573] pinctrl core: initialized pinctrl subsystem\n[ 0.243909] RTC time: 17:15:26, date: 10/10/18\n[ 0.245039] NET: Registered protocol family 16\n[ 0.246193] cpuidle: using governor ladder\n[ 0.247216] cpuidle: using governor menu\n[ 0.248173] PCCT header not found.\n[ 0.249051] ACPI: bus type PCI registered\n[ 0.250015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251559] PCI: Using configuration type 1 for base access\n[ 0.253556] ACPI: Added _OSI(Module Device)\n[ 0.254585] ACPI: Added _OSI(Processor Device)\n[ 0.255644] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256750] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259086] ACPI: Interpreter enabled\n[ 0.260018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269040] ACPI: (supports S0 S5)\n[ 0.269895] ACPI: Using IOAPIC for interrupt routing\n[ 0.271043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277434] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281626] acpiphp: Slot [3] registered\n[ 0.282599] acpiphp: Slot [4] registered\n[ 0.283563] acpiphp: Slot [5] registered\n[ 0.284521] acpiphp: Slot [6] registered\n[ 0.285483] acpiphp: Slot [7] registered\n[ 0.286437] acpiphp: Slot [8] registered\n[ 0.287406] acpiphp: Slot [9] registered\n[ 0.288367] acpiphp: Slot [10] registered\n[ 0.289332] acpiphp: Slot [11] registered\n[ 0.290304] acpiphp: Slot [12] registered\n[ 0.291285] acpiphp: Slot [13] registered\n[ 0.292253] acpiphp: Slot [14] registered\n[ 0.293236] acpiphp: Slot [15] registered\n[ 0.303987] acpiphp: Slot [16] registered\n[ 0.304962] acpiphp: Slot [17] registered\n[ 0.305938] acpiphp: Slot [18] registered\n[ 0.306905] acpiphp: Slot [19] registered\n[ 0.307876] acpiphp: Slot [20] registered\n[ 0.308859] acpiphp: Slot [21] registered\n[ 0.309831] acpiphp: Slot [22] registered\n[ 0.310805] acpiphp: Slot [23] registered\n[ 0.311778] acpiphp: Slot [24] registered\n[ 0.312743] acpiphp: Slot [25] registered\n[ 0.313715] acpiphp: Slot [26] registered\n[ 0.314688] acpiphp: Slot [27] registered\n[ 0.315656] acpiphp: Slot [28] registered\n[ 0.316623] acpiphp: Slot [29] registered\n[ 0.317587] acpiphp: Slot [30] registered\n[ 0.318564] acpiphp: Slot [31] registered\n[ 0.319536] PCI host bridge to bus 0000:00\n[ 0.320512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321976] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.327906] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336603] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338432] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.341006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347244] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349408] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397838] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401177] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406926] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408143] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409257] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410883] vgaarb: loaded\n[ 0.411517] vgaarb: bridge control possible 0000:00:02.0\n[ 0.412715] SCSI subsystem initialized\n[ 0.413583] ACPI: bus type USB registered\n[ 0.414432] usbcore: registered new interface driver usbfs\n[ 0.415510] usbcore: registered new interface driver hub\n[ 0.416581] usbcore: registered new device driver usb\n[ 0.417703] PCI: Using ACPI for IRQ routing\n[ 0.418787] NetLabel: Initializing\n[ 0.419516] NetLabel: domain hash size = 128\n[ 0.420377] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421333] NetLabel: unlabeled traffic allowed by default\n[ 0.422447] clocksource: Switched to clocksource kvm-clock\n[ 0.428327] AppArmor: AppArmor Filesystem Enabled\n[ 0.429298] pnp: PnP ACPI init\n[ 0.430227] pnp: PnP ACPI: found 5 devices\n[ 0.436623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438354] NET: Registered protocol family 2\n[ 0.439338] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443003] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444098] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445281] NET: Registered protocol family 1\n[ 0.446158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447276] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448363] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476716] Trying to unpack rootfs image as initramfs...\n[ 0.527566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541620] Scanning for low memory corruption every 60 seconds\n[ 0.543607] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545409] audit: initializing netlink subsys (disabled)\n[ 0.547039] audit: type=2000 audit(1539191727.554:1): initialized\n[ 0.549013] Initialise system trusted keyring\n[ 0.550414] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561416] zbud: loaded\n[ 0.562939] VFS: Disk quotas dquot_6.6.0\n[ 0.564202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566479] fuse init (API version 7.23)\n[ 0.567799] Key type big_key registered\n[ 0.569017] Allocating IMA MOK and blacklist keyrings.\n[ 0.570711] Key type asymmetric registered\n[ 0.571991] Asymmetric key parser 'x509' registered\n[ 0.573497] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576163] io scheduler noop registered\n[ 0.577388] io scheduler deadline registered (default)\n[ 0.578940] io scheduler cfq registered\n[ 0.580213] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.581868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.583892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586165] ACPI: Power Button [PWRF]\n[ 0.587433] GHES: HEST is not enabled!\n[ 0.602513] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.632879] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636091] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662650] Linux agpgart interface v0.103\n[ 0.665120] brd: module loaded\n[ 0.666639] loop: module loaded\n[ 0.671072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.672727] GPT:90111 != 2097151\n[ 0.673471] GPT:Alternate GPT header not at the end of the disk.\n[ 0.674684] GPT:90111 != 2097151\n[ 0.675430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.676459] vda: vda1 vda15\n[ 0.677970] scsi host0: ata_piix\n[ 0.678803] scsi host1: ata_piix\n[ 0.679577] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.680916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.682504] libphy: Fixed MDIO Bus: probed\n[ 0.683400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.684449] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.686678] PPP generic driver version 2.4.2\n[ 0.687728] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.689077] ehci-pci: EHCI PCI platform driver\n[ 0.690059] ehci-platform: EHCI generic platform driver\n[ 0.691162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692580] ohci-pci: OHCI PCI platform driver\n[ 0.693497] ohci-platform: OHCI generic platform driver\n[ 0.694557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710239] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.711827] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712925] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.714175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717127] usb usb1: Product: UHCI Host Controller\n[ 0.718169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719544] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720619] hub 1-0:1.0: USB hub found\n[ 0.721460] hub 1-0:1.0: 2 ports detected\n[ 0.722416] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725798] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727403] mousedev: PS/2 mouse device common for all mice\n[ 0.728777] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730808] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734680] i2c /dev entries driver\n[ 0.735545] device-mapper: uevent: version 1.0.3\n[ 0.736573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.738382] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739819] NET: Registered protocol family 10\n[ 0.740913] NET: Registered protocol family 17\n[ 0.741901] Key type dns_resolver registered\n[ 0.742918] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.746135] registered taskstats version 1\n[ 0.747063] Loading compiled-in X.509 certificates\n[ 0.748583] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.750689] zswap: loaded using pool lzo/zbud\n[ 0.752662] Key type trusted registered\n[ 0.754311] Key type encrypted registered\n[ 0.755235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.756383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.757538] evm: HMAC attrs: 0x1\n[ 0.758913] Magic number: 6:299:289\n[ 0.759798] tty tty22: hash matches\n[ 0.760684] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:27 UTC (1539191727)\n[ 0.762676] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763999] EDD information not available.\n[ 0.839397] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851484] Write protecting the kernel read-only data: 14336k\n[ 0.853138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854990] 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\n[ 0.897980] random: blkid urandom read with 2 bits of 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWuNQGhrG5BLpOyIsE0I77xnaFeLZcAUJ4hIi844Y2gJvvzmHiXiyy0XNktTCdhVDEHb/VMdlDFFpxGeVeZBTrGBkkcMnBsRQVJkDCwoGVcCx8Yfz8ZFAawhLLV1nEq6lUgzmnXLLjE6rxmUyBQ552a1QZvVS7ezSxALseRhzMN7NNGnZSQYIR7Wc7CO1P5Z1rNJJpsJN8GlzyLobGd7JCVhqtk4kVB1lN1Z8v/X5a6cZaD0ZsA47zfA/FVkmSw0dO5MJokMxb0T0qTiPSqMFEKB36fN4ct3PvEDAAbT/WfMQGAHuXwbEAF0IcyWkaH1yADY5weELElrCIRmidCS0n root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBALTaffItTx3088xk7LW27qEfJDBJi8Vsgl4CijGm7M4Z4+yZMyDx+z/GkOpT/sqPF31rBYOOpJY6nuFSX++oVAzMtAsG5dcxFIb7KKlBqD7ApksZEnlK7n4PywughLWfF8H4MIiQL6lQMeXiGxnVH+BHno8wIx66Mddpdc5fFIkPAAAAFQChy16gbxdtHAGA7qFAxG9W/YHmsQAAAIBa3A9OcacMNLHXati4nWCRjJa80qbCpVv1JMTKaviiHFo0+JfunL1ZvaNJOqe79bBixtNcFtexgGLP9gfaQZYEdUuTsWjqaih10KJauI3k05pwwHiTwEj1tl9cY+k4chmuECwCm/AtGGsWt5e78dts5v0DqRo0i3hmr+cjXHjgUQAAAIAT9JKFnMsIHTf0S+vtmbkkMvB5JQm/ih5B9GO7wwUhp14WHnt90B36JbEQjC8mtpLyC6n385M6M3yBX1wnYINKnLxxIlrXOAUw+iCLtxIQHQuhVim/BY4CxE4jaz4HimCzboD8iO4lEsajhJoXGeHKN8VmEQnsF16VGTAo7pvUHg== 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.9,24,fe80::f816:3eff:fe60:df0e/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.50 ===\n/dev/root resized successfully [took 2.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:60:DF:0E \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe60:df0e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10581 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:16:46,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action used request id req-e109dab3-09a2-43fd-a968-324782f61583 2018-10-10 17:16:48,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:49,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:16: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-732cceec-23ec-4720-aacd-b2a600d4f570 x-compute-request-id: req-732cceec-23ec-4720-aacd-b2a600d4f570 Content-Encoding: gzip Content-Length: 10021 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513794014 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145865] pid_max: default: 32768 minimum: 301\n[ 0.146975] ACPI: Core revision 20150930\n[ 0.148524] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150122] Security Framework initialized\n[ 0.151126] Yama: becoming mindful.\n[ 0.152005] AppArmor: AppArmor initialized\n[ 0.153043] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156274] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157755] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159452] Initializing cgroup subsys io\n[ 0.160446] Initializing cgroup subsys memory\n[ 0.161498] Initializing cgroup subsys devices\n[ 0.162555] Initializing cgroup subsys freezer\n[ 0.163614] Initializing cgroup subsys net_cls\n[ 0.164676] Initializing cgroup subsys perf_event\n[ 0.165790] Initializing cgroup subsys net_prio\n[ 0.166872] Initializing cgroup subsys hugetlb\n[ 0.167931] Initializing cgroup subsys pids\n[ 0.168981] CPU: Physical Processor ID: 0\n[ 0.170655] mce: CPU supports 10 MCE banks\n[ 0.171671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183738] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190391] ftrace: allocating 31920 entries in 125 pages\n[ 0.216619] smpboot: Max logical packages: 1\n[ 0.217660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219301] x2apic enabled\n[ 0.220217] Switched APIC routing to physical x2apic.\n[ 0.222163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225909] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228065] KVM setup paravirtual spinlock\n[ 0.229528] x86: Booted up 1 node, 1 CPUs\n[ 0.230500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232195] devtmpfs: initialized\n[ 0.234046] evm: security.selinux\n[ 0.234891] evm: security.SMACK64\n[ 0.235741] evm: security.SMACK64EXEC\n[ 0.236668] evm: security.SMACK64TRANSMUTE\n[ 0.237659] evm: security.SMACK64MMAP\n[ 0.238562] evm: security.ima\n[ 0.239325] evm: security.capability\n[ 0.240288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242573] pinctrl core: initialized pinctrl subsystem\n[ 0.243909] RTC time: 17:15:26, date: 10/10/18\n[ 0.245039] NET: Registered protocol family 16\n[ 0.246193] cpuidle: using governor ladder\n[ 0.247216] cpuidle: using governor menu\n[ 0.248173] PCCT header not found.\n[ 0.249051] ACPI: bus type PCI registered\n[ 0.250015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251559] PCI: Using configuration type 1 for base access\n[ 0.253556] ACPI: Added _OSI(Module Device)\n[ 0.254585] ACPI: Added _OSI(Processor Device)\n[ 0.255644] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256750] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259086] ACPI: Interpreter enabled\n[ 0.260018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269040] ACPI: (supports S0 S5)\n[ 0.269895] ACPI: Using IOAPIC for interrupt routing\n[ 0.271043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277434] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281626] acpiphp: Slot [3] registered\n[ 0.282599] acpiphp: Slot [4] registered\n[ 0.283563] acpiphp: Slot [5] registered\n[ 0.284521] acpiphp: Slot [6] registered\n[ 0.285483] acpiphp: Slot [7] registered\n[ 0.286437] acpiphp: Slot [8] registered\n[ 0.287406] acpiphp: Slot [9] registered\n[ 0.288367] acpiphp: Slot [10] registered\n[ 0.289332] acpiphp: Slot [11] registered\n[ 0.290304] acpiphp: Slot [12] registered\n[ 0.291285] acpiphp: Slot [13] registered\n[ 0.292253] acpiphp: Slot [14] registered\n[ 0.293236] acpiphp: Slot [15] registered\n[ 0.303987] acpiphp: Slot [16] registered\n[ 0.304962] acpiphp: Slot [17] registered\n[ 0.305938] acpiphp: Slot [18] registered\n[ 0.306905] acpiphp: Slot [19] registered\n[ 0.307876] acpiphp: Slot [20] registered\n[ 0.308859] acpiphp: Slot [21] registered\n[ 0.309831] acpiphp: Slot [22] registered\n[ 0.310805] acpiphp: Slot [23] registered\n[ 0.311778] acpiphp: Slot [24] registered\n[ 0.312743] acpiphp: Slot [25] registered\n[ 0.313715] acpiphp: Slot [26] registered\n[ 0.314688] acpiphp: Slot [27] registered\n[ 0.315656] acpiphp: Slot [28] registered\n[ 0.316623] acpiphp: Slot [29] registered\n[ 0.317587] acpiphp: Slot [30] registered\n[ 0.318564] acpiphp: Slot [31] registered\n[ 0.319536] PCI host bridge to bus 0000:00\n[ 0.320512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321976] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.327906] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336603] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338432] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.341006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347244] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349408] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397838] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401177] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406926] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408143] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409257] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410883] vgaarb: loaded\n[ 0.411517] vgaarb: bridge control possible 0000:00:02.0\n[ 0.412715] SCSI subsystem initialized\n[ 0.413583] ACPI: bus type USB registered\n[ 0.414432] usbcore: registered new interface driver usbfs\n[ 0.415510] usbcore: registered new interface driver hub\n[ 0.416581] usbcore: registered new device driver usb\n[ 0.417703] PCI: Using ACPI for IRQ routing\n[ 0.418787] NetLabel: Initializing\n[ 0.419516] NetLabel: domain hash size = 128\n[ 0.420377] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421333] NetLabel: unlabeled traffic allowed by default\n[ 0.422447] clocksource: Switched to clocksource kvm-clock\n[ 0.428327] AppArmor: AppArmor Filesystem Enabled\n[ 0.429298] pnp: PnP ACPI init\n[ 0.430227] pnp: PnP ACPI: found 5 devices\n[ 0.436623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438354] NET: Registered protocol family 2\n[ 0.439338] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443003] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444098] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445281] NET: Registered protocol family 1\n[ 0.446158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447276] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448363] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476716] Trying to unpack rootfs image as initramfs...\n[ 0.527566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541620] Scanning for low memory corruption every 60 seconds\n[ 0.543607] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545409] audit: initializing netlink subsys (disabled)\n[ 0.547039] audit: type=2000 audit(1539191727.554:1): initialized\n[ 0.549013] Initialise system trusted keyring\n[ 0.550414] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561416] zbud: loaded\n[ 0.562939] VFS: Disk quotas dquot_6.6.0\n[ 0.564202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566479] fuse init (API version 7.23)\n[ 0.567799] Key type big_key registered\n[ 0.569017] Allocating IMA MOK and blacklist keyrings.\n[ 0.570711] Key type asymmetric registered\n[ 0.571991] Asymmetric key parser 'x509' registered\n[ 0.573497] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576163] io scheduler noop registered\n[ 0.577388] io scheduler deadline registered (default)\n[ 0.578940] io scheduler cfq registered\n[ 0.580213] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.581868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.583892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586165] ACPI: Power Button [PWRF]\n[ 0.587433] GHES: HEST is not enabled!\n[ 0.602513] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.632879] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636091] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662650] Linux agpgart interface v0.103\n[ 0.665120] brd: module loaded\n[ 0.666639] loop: module loaded\n[ 0.671072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.672727] GPT:90111 != 2097151\n[ 0.673471] GPT:Alternate GPT header not at the end of the disk.\n[ 0.674684] GPT:90111 != 2097151\n[ 0.675430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.676459] vda: vda1 vda15\n[ 0.677970] scsi host0: ata_piix\n[ 0.678803] scsi host1: ata_piix\n[ 0.679577] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.680916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.682504] libphy: Fixed MDIO Bus: probed\n[ 0.683400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.684449] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.686678] PPP generic driver version 2.4.2\n[ 0.687728] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.689077] ehci-pci: EHCI PCI platform driver\n[ 0.690059] ehci-platform: EHCI generic platform driver\n[ 0.691162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692580] ohci-pci: OHCI PCI platform driver\n[ 0.693497] ohci-platform: OHCI generic platform driver\n[ 0.694557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710239] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.711827] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712925] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.714175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717127] usb usb1: Product: UHCI Host Controller\n[ 0.718169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719544] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720619] hub 1-0:1.0: USB hub found\n[ 0.721460] hub 1-0:1.0: 2 ports detected\n[ 0.722416] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725798] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727403] mousedev: PS/2 mouse device common for all mice\n[ 0.728777] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730808] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734680] i2c /dev entries driver\n[ 0.735545] device-mapper: uevent: version 1.0.3\n[ 0.736573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.738382] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739819] NET: Registered protocol family 10\n[ 0.740913] NET: Registered protocol family 17\n[ 0.741901] Key type dns_resolver registered\n[ 0.742918] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.746135] registered taskstats version 1\n[ 0.747063] Loading compiled-in X.509 certificates\n[ 0.748583] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.750689] zswap: loaded using pool lzo/zbud\n[ 0.752662] Key type trusted registered\n[ 0.754311] Key type encrypted registered\n[ 0.755235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.756383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.757538] evm: HMAC attrs: 0x1\n[ 0.758913] Magic number: 6:299:289\n[ 0.759798] tty tty22: hash matches\n[ 0.760684] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:27 UTC (1539191727)\n[ 0.762676] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763999] EDD information not available.\n[ 0.839397] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851484] Write protecting the kernel read-only data: 14336k\n[ 0.853138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854990] 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\n[ 0.897980] random: blkid urandom read with 2 bits of 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWuNQGhrG5BLpOyIsE0I77xnaFeLZcAUJ4hIi844Y2gJvvzmHiXiyy0XNktTCdhVDEHb/VMdlDFFpxGeVeZBTrGBkkcMnBsRQVJkDCwoGVcCx8Yfz8ZFAawhLLV1nEq6lUgzmnXLLjE6rxmUyBQ552a1QZvVS7ezSxALseRhzMN7NNGnZSQYIR7Wc7CO1P5Z1rNJJpsJN8GlzyLobGd7JCVhqtk4kVB1lN1Z8v/X5a6cZaD0ZsA47zfA/FVkmSw0dO5MJokMxb0T0qTiPSqMFEKB36fN4ct3PvEDAAbT/WfMQGAHuXwbEAF0IcyWkaH1yADY5weELElrCIRmidCS0n root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBALTaffItTx3088xk7LW27qEfJDBJi8Vsgl4CijGm7M4Z4+yZMyDx+z/GkOpT/sqPF31rBYOOpJY6nuFSX++oVAzMtAsG5dcxFIb7KKlBqD7ApksZEnlK7n4PywughLWfF8H4MIiQL6lQMeXiGxnVH+BHno8wIx66Mddpdc5fFIkPAAAAFQChy16gbxdtHAGA7qFAxG9W/YHmsQAAAIBa3A9OcacMNLHXati4nWCRjJa80qbCpVv1JMTKaviiHFo0+JfunL1ZvaNJOqe79bBixtNcFtexgGLP9gfaQZYEdUuTsWjqaih10KJauI3k05pwwHiTwEj1tl9cY+k4chmuECwCm/AtGGsWt5e78dts5v0DqRo0i3hmr+cjXHjgUQAAAIAT9JKFnMsIHTf0S+vtmbkkMvB5JQm/ih5B9GO7wwUhp14WHnt90B36JbEQjC8mtpLyC6n385M6M3yBX1wnYINKnLxxIlrXOAUw+iCLtxIQHQuhVim/BY4CxE4jaz4HimCzboD8iO4lEsajhJoXGeHKN8VmEQnsF16VGTAo7pvUHg== 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.9,24,fe80::f816:3eff:fe60:df0e/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.50 ===\n/dev/root resized successfully [took 2.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:60:DF:0E \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe60:df0e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10581 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:16:49,343 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action used request id req-732cceec-23ec-4720-aacd-b2a600d4f570 2018-10-10 17:16:51,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:52,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:16:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-357dbcf1-1c22-4826-97a1-b413b2b7adf1 x-compute-request-id: req-357dbcf1-1c22-4826-97a1-b413b2b7adf1 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 513794014 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145865] pid_max: default: 32768 minimum: 301\n[ 0.146975] ACPI: Core revision 20150930\n[ 0.148524] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150122] Security Framework initialized\n[ 0.151126] Yama: becoming mindful.\n[ 0.152005] AppArmor: AppArmor initialized\n[ 0.153043] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156274] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157755] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159452] Initializing cgroup subsys io\n[ 0.160446] Initializing cgroup subsys memory\n[ 0.161498] Initializing cgroup subsys devices\n[ 0.162555] Initializing cgroup subsys freezer\n[ 0.163614] Initializing cgroup subsys net_cls\n[ 0.164676] Initializing cgroup subsys perf_event\n[ 0.165790] Initializing cgroup subsys net_prio\n[ 0.166872] Initializing cgroup subsys hugetlb\n[ 0.167931] Initializing cgroup subsys pids\n[ 0.168981] CPU: Physical Processor ID: 0\n[ 0.170655] mce: CPU supports 10 MCE banks\n[ 0.171671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183738] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190391] ftrace: allocating 31920 entries in 125 pages\n[ 0.216619] smpboot: Max logical packages: 1\n[ 0.217660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219301] x2apic enabled\n[ 0.220217] Switched APIC routing to physical x2apic.\n[ 0.222163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225909] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228065] KVM setup paravirtual spinlock\n[ 0.229528] x86: Booted up 1 node, 1 CPUs\n[ 0.230500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232195] devtmpfs: initialized\n[ 0.234046] evm: security.selinux\n[ 0.234891] evm: security.SMACK64\n[ 0.235741] evm: security.SMACK64EXEC\n[ 0.236668] evm: security.SMACK64TRANSMUTE\n[ 0.237659] evm: security.SMACK64MMAP\n[ 0.238562] evm: security.ima\n[ 0.239325] evm: security.capability\n[ 0.240288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242573] pinctrl core: initialized pinctrl subsystem\n[ 0.243909] RTC time: 17:15:26, date: 10/10/18\n[ 0.245039] NET: Registered protocol family 16\n[ 0.246193] cpuidle: using governor ladder\n[ 0.247216] cpuidle: using governor menu\n[ 0.248173] PCCT header not found.\n[ 0.249051] ACPI: bus type PCI registered\n[ 0.250015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251559] PCI: Using configuration type 1 for base access\n[ 0.253556] ACPI: Added _OSI(Module Device)\n[ 0.254585] ACPI: Added _OSI(Processor Device)\n[ 0.255644] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256750] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259086] ACPI: Interpreter enabled\n[ 0.260018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269040] ACPI: (supports S0 S5)\n[ 0.269895] ACPI: Using IOAPIC for interrupt routing\n[ 0.271043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277434] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281626] acpiphp: Slot [3] registered\n[ 0.282599] acpiphp: Slot [4] registered\n[ 0.283563] acpiphp: Slot [5] registered\n[ 0.284521] acpiphp: Slot [6] registered\n[ 0.285483] acpiphp: Slot [7] registered\n[ 0.286437] acpiphp: Slot [8] registered\n[ 0.287406] acpiphp: Slot [9] registered\n[ 0.288367] acpiphp: Slot [10] registered\n[ 0.289332] acpiphp: Slot [11] registered\n[ 0.290304] acpiphp: Slot [12] registered\n[ 0.291285] acpiphp: Slot [13] registered\n[ 0.292253] acpiphp: Slot [14] registered\n[ 0.293236] acpiphp: Slot [15] registered\n[ 0.303987] acpiphp: Slot [16] registered\n[ 0.304962] acpiphp: Slot [17] registered\n[ 0.305938] acpiphp: Slot [18] registered\n[ 0.306905] acpiphp: Slot [19] registered\n[ 0.307876] acpiphp: Slot [20] registered\n[ 0.308859] acpiphp: Slot [21] registered\n[ 0.309831] acpiphp: Slot [22] registered\n[ 0.310805] acpiphp: Slot [23] registered\n[ 0.311778] acpiphp: Slot [24] registered\n[ 0.312743] acpiphp: Slot [25] registered\n[ 0.313715] acpiphp: Slot [26] registered\n[ 0.314688] acpiphp: Slot [27] registered\n[ 0.315656] acpiphp: Slot [28] registered\n[ 0.316623] acpiphp: Slot [29] registered\n[ 0.317587] acpiphp: Slot [30] registered\n[ 0.318564] acpiphp: Slot [31] registered\n[ 0.319536] PCI host bridge to bus 0000:00\n[ 0.320512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321976] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.327906] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336603] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338432] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.341006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347244] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349408] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397838] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401177] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406926] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408143] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409257] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410883] vgaarb: loaded\n[ 0.411517] vgaarb: bridge control possible 0000:00:02.0\n[ 0.412715] SCSI subsystem initialized\n[ 0.413583] ACPI: bus type USB registered\n[ 0.414432] usbcore: registered new interface driver usbfs\n[ 0.415510] usbcore: registered new interface driver hub\n[ 0.416581] usbcore: registered new device driver usb\n[ 0.417703] PCI: Using ACPI for IRQ routing\n[ 0.418787] NetLabel: Initializing\n[ 0.419516] NetLabel: domain hash size = 128\n[ 0.420377] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421333] NetLabel: unlabeled traffic allowed by default\n[ 0.422447] clocksource: Switched to clocksource kvm-clock\n[ 0.428327] AppArmor: AppArmor Filesystem Enabled\n[ 0.429298] pnp: PnP ACPI init\n[ 0.430227] pnp: PnP ACPI: found 5 devices\n[ 0.436623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438354] NET: Registered protocol family 2\n[ 0.439338] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443003] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444098] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445281] NET: Registered protocol family 1\n[ 0.446158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447276] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448363] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476716] Trying to unpack rootfs image as initramfs...\n[ 0.527566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541620] Scanning for low memory corruption every 60 seconds\n[ 0.543607] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545409] audit: initializing netlink subsys (disabled)\n[ 0.547039] audit: type=2000 audit(1539191727.554:1): initialized\n[ 0.549013] Initialise system trusted keyring\n[ 0.550414] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561416] zbud: loaded\n[ 0.562939] VFS: Disk quotas dquot_6.6.0\n[ 0.564202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566479] fuse init (API version 7.23)\n[ 0.567799] Key type big_key registered\n[ 0.569017] Allocating IMA MOK and blacklist keyrings.\n[ 0.570711] Key type asymmetric registered\n[ 0.571991] Asymmetric key parser 'x509' registered\n[ 0.573497] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576163] io scheduler noop registered\n[ 0.577388] io scheduler deadline registered (default)\n[ 0.578940] io scheduler cfq registered\n[ 0.580213] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.581868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.583892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586165] ACPI: Power Button [PWRF]\n[ 0.587433] GHES: HEST is not enabled!\n[ 0.602513] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.632879] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636091] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662650] Linux agpgart interface v0.103\n[ 0.665120] brd: module loaded\n[ 0.666639] loop: module loaded\n[ 0.671072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.672727] GPT:90111 != 2097151\n[ 0.673471] GPT:Alternate GPT header not at the end of the disk.\n[ 0.674684] GPT:90111 != 2097151\n[ 0.675430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.676459] vda: vda1 vda15\n[ 0.677970] scsi host0: ata_piix\n[ 0.678803] scsi host1: ata_piix\n[ 0.679577] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.680916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.682504] libphy: Fixed MDIO Bus: probed\n[ 0.683400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.684449] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.686678] PPP generic driver version 2.4.2\n[ 0.687728] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.689077] ehci-pci: EHCI PCI platform driver\n[ 0.690059] ehci-platform: EHCI generic platform driver\n[ 0.691162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692580] ohci-pci: OHCI PCI platform driver\n[ 0.693497] ohci-platform: OHCI generic platform driver\n[ 0.694557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710239] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.711827] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712925] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.714175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717127] usb usb1: Product: UHCI Host Controller\n[ 0.718169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719544] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720619] hub 1-0:1.0: USB hub found\n[ 0.721460] hub 1-0:1.0: 2 ports detected\n[ 0.722416] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725798] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727403] mousedev: PS/2 mouse device common for all mice\n[ 0.728777] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730808] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734680] i2c /dev entries driver\n[ 0.735545] device-mapper: uevent: version 1.0.3\n[ 0.736573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.738382] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739819] NET: Registered protocol family 10\n[ 0.740913] NET: Registered protocol family 17\n[ 0.741901] Key type dns_resolver registered\n[ 0.742918] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.746135] registered taskstats version 1\n[ 0.747063] Loading compiled-in X.509 certificates\n[ 0.748583] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.750689] zswap: loaded using pool lzo/zbud\n[ 0.752662] Key type trusted registered\n[ 0.754311] Key type encrypted registered\n[ 0.755235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.756383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.757538] evm: HMAC attrs: 0x1\n[ 0.758913] Magic number: 6:299:289\n[ 0.759798] tty tty22: hash matches\n[ 0.760684] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:27 UTC (1539191727)\n[ 0.762676] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763999] EDD information not available.\n[ 0.839397] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851484] Write protecting the kernel read-only data: 14336k\n[ 0.853138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854990] 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\n[ 0.897980] random: blkid urandom read with 2 bits of 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWuNQGhrG5BLpOyIsE0I77xnaFeLZcAUJ4hIi844Y2gJvvzmHiXiyy0XNktTCdhVDEHb/VMdlDFFpxGeVeZBTrGBkkcMnBsRQVJkDCwoGVcCx8Yfz8ZFAawhLLV1nEq6lUgzmnXLLjE6rxmUyBQ552a1QZvVS7ezSxALseRhzMN7NNGnZSQYIR7Wc7CO1P5Z1rNJJpsJN8GlzyLobGd7JCVhqtk4kVB1lN1Z8v/X5a6cZaD0ZsA47zfA/FVkmSw0dO5MJokMxb0T0qTiPSqMFEKB36fN4ct3PvEDAAbT/WfMQGAHuXwbEAF0IcyWkaH1yADY5weELElrCIRmidCS0n root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBALTaffItTx3088xk7LW27qEfJDBJi8Vsgl4CijGm7M4Z4+yZMyDx+z/GkOpT/sqPF31rBYOOpJY6nuFSX++oVAzMtAsG5dcxFIb7KKlBqD7ApksZEnlK7n4PywughLWfF8H4MIiQL6lQMeXiGxnVH+BHno8wIx66Mddpdc5fFIkPAAAAFQChy16gbxdtHAGA7qFAxG9W/YHmsQAAAIBa3A9OcacMNLHXati4nWCRjJa80qbCpVv1JMTKaviiHFo0+JfunL1ZvaNJOqe79bBixtNcFtexgGLP9gfaQZYEdUuTsWjqaih10KJauI3k05pwwHiTwEj1tl9cY+k4chmuECwCm/AtGGsWt5e78dts5v0DqRo0i3hmr+cjXHjgUQAAAIAT9JKFnMsIHTf0S+vtmbkkMvB5JQm/ih5B9GO7wwUhp14WHnt90B36JbEQjC8mtpLyC6n385M6M3yBX1wnYINKnLxxIlrXOAUw+iCLtxIQHQuhVim/BY4CxE4jaz4HimCzboD8iO4lEsajhJoXGeHKN8VmEQnsF16VGTAo7pvUHg== 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.9,24,fe80::f816:3eff:fe60:df0e/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.50 ===\n/dev/root resized successfully [took 2.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:60:DF:0E \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe60:df0e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10581 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:16:52,443 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action used request id req-357dbcf1-1c22-4826-97a1-b413b2b7adf1 2018-10-10 17:16:54,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:55,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:16: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-d85757d8-c6f0-4a1d-bc0c-7e2c941bde82 x-compute-request-id: req-d85757d8-c6f0-4a1d-bc0c-7e2c941bde82 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 513794014 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145865] pid_max: default: 32768 minimum: 301\n[ 0.146975] ACPI: Core revision 20150930\n[ 0.148524] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150122] Security Framework initialized\n[ 0.151126] Yama: becoming mindful.\n[ 0.152005] AppArmor: AppArmor initialized\n[ 0.153043] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156274] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157755] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159452] Initializing cgroup subsys io\n[ 0.160446] Initializing cgroup subsys memory\n[ 0.161498] Initializing cgroup subsys devices\n[ 0.162555] Initializing cgroup subsys freezer\n[ 0.163614] Initializing cgroup subsys net_cls\n[ 0.164676] Initializing cgroup subsys perf_event\n[ 0.165790] Initializing cgroup subsys net_prio\n[ 0.166872] Initializing cgroup subsys hugetlb\n[ 0.167931] Initializing cgroup subsys pids\n[ 0.168981] CPU: Physical Processor ID: 0\n[ 0.170655] mce: CPU supports 10 MCE banks\n[ 0.171671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183738] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190391] ftrace: allocating 31920 entries in 125 pages\n[ 0.216619] smpboot: Max logical packages: 1\n[ 0.217660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219301] x2apic enabled\n[ 0.220217] Switched APIC routing to physical x2apic.\n[ 0.222163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225909] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228065] KVM setup paravirtual spinlock\n[ 0.229528] x86: Booted up 1 node, 1 CPUs\n[ 0.230500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232195] devtmpfs: initialized\n[ 0.234046] evm: security.selinux\n[ 0.234891] evm: security.SMACK64\n[ 0.235741] evm: security.SMACK64EXEC\n[ 0.236668] evm: security.SMACK64TRANSMUTE\n[ 0.237659] evm: security.SMACK64MMAP\n[ 0.238562] evm: security.ima\n[ 0.239325] evm: security.capability\n[ 0.240288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242573] pinctrl core: initialized pinctrl subsystem\n[ 0.243909] RTC time: 17:15:26, date: 10/10/18\n[ 0.245039] NET: Registered protocol family 16\n[ 0.246193] cpuidle: using governor ladder\n[ 0.247216] cpuidle: using governor menu\n[ 0.248173] PCCT header not found.\n[ 0.249051] ACPI: bus type PCI registered\n[ 0.250015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251559] PCI: Using configuration type 1 for base access\n[ 0.253556] ACPI: Added _OSI(Module Device)\n[ 0.254585] ACPI: Added _OSI(Processor Device)\n[ 0.255644] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256750] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259086] ACPI: Interpreter enabled\n[ 0.260018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269040] ACPI: (supports S0 S5)\n[ 0.269895] ACPI: Using IOAPIC for interrupt routing\n[ 0.271043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277434] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281626] acpiphp: Slot [3] registered\n[ 0.282599] acpiphp: Slot [4] registered\n[ 0.283563] acpiphp: Slot [5] registered\n[ 0.284521] acpiphp: Slot [6] registered\n[ 0.285483] acpiphp: Slot [7] registered\n[ 0.286437] acpiphp: Slot [8] registered\n[ 0.287406] acpiphp: Slot [9] registered\n[ 0.288367] acpiphp: Slot [10] registered\n[ 0.289332] acpiphp: Slot [11] registered\n[ 0.290304] acpiphp: Slot [12] registered\n[ 0.291285] acpiphp: Slot [13] registered\n[ 0.292253] acpiphp: Slot [14] registered\n[ 0.293236] acpiphp: Slot [15] registered\n[ 0.303987] acpiphp: Slot [16] registered\n[ 0.304962] acpiphp: Slot [17] registered\n[ 0.305938] acpiphp: Slot [18] registered\n[ 0.306905] acpiphp: Slot [19] registered\n[ 0.307876] acpiphp: Slot [20] registered\n[ 0.308859] acpiphp: Slot [21] registered\n[ 0.309831] acpiphp: Slot [22] registered\n[ 0.310805] acpiphp: Slot [23] registered\n[ 0.311778] acpiphp: Slot [24] registered\n[ 0.312743] acpiphp: Slot [25] registered\n[ 0.313715] acpiphp: Slot [26] registered\n[ 0.314688] acpiphp: Slot [27] registered\n[ 0.315656] acpiphp: Slot [28] registered\n[ 0.316623] acpiphp: Slot [29] registered\n[ 0.317587] acpiphp: Slot [30] registered\n[ 0.318564] acpiphp: Slot [31] registered\n[ 0.319536] PCI host bridge to bus 0000:00\n[ 0.320512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321976] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.327906] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336603] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338432] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.341006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347244] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349408] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397838] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401177] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406926] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408143] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409257] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410883] vgaarb: loaded\n[ 0.411517] vgaarb: bridge control possible 0000:00:02.0\n[ 0.412715] SCSI subsystem initialized\n[ 0.413583] ACPI: bus type USB registered\n[ 0.414432] usbcore: registered new interface driver usbfs\n[ 0.415510] usbcore: registered new interface driver hub\n[ 0.416581] usbcore: registered new device driver usb\n[ 0.417703] PCI: Using ACPI for IRQ routing\n[ 0.418787] NetLabel: Initializing\n[ 0.419516] NetLabel: domain hash size = 128\n[ 0.420377] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421333] NetLabel: unlabeled traffic allowed by default\n[ 0.422447] clocksource: Switched to clocksource kvm-clock\n[ 0.428327] AppArmor: AppArmor Filesystem Enabled\n[ 0.429298] pnp: PnP ACPI init\n[ 0.430227] pnp: PnP ACPI: found 5 devices\n[ 0.436623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438354] NET: Registered protocol family 2\n[ 0.439338] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443003] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444098] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445281] NET: Registered protocol family 1\n[ 0.446158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447276] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448363] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476716] Trying to unpack rootfs image as initramfs...\n[ 0.527566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541620] Scanning for low memory corruption every 60 seconds\n[ 0.543607] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545409] audit: initializing netlink subsys (disabled)\n[ 0.547039] audit: type=2000 audit(1539191727.554:1): initialized\n[ 0.549013] Initialise system trusted keyring\n[ 0.550414] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561416] zbud: loaded\n[ 0.562939] VFS: Disk quotas dquot_6.6.0\n[ 0.564202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566479] fuse init (API version 7.23)\n[ 0.567799] Key type big_key registered\n[ 0.569017] Allocating IMA MOK and blacklist keyrings.\n[ 0.570711] Key type asymmetric registered\n[ 0.571991] Asymmetric key parser 'x509' registered\n[ 0.573497] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576163] io scheduler noop registered\n[ 0.577388] io scheduler deadline registered (default)\n[ 0.578940] io scheduler cfq registered\n[ 0.580213] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.581868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.583892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586165] ACPI: Power Button [PWRF]\n[ 0.587433] GHES: HEST is not enabled!\n[ 0.602513] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.632879] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636091] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662650] Linux agpgart interface v0.103\n[ 0.665120] brd: module loaded\n[ 0.666639] loop: module loaded\n[ 0.671072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.672727] GPT:90111 != 2097151\n[ 0.673471] GPT:Alternate GPT header not at the end of the disk.\n[ 0.674684] GPT:90111 != 2097151\n[ 0.675430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.676459] vda: vda1 vda15\n[ 0.677970] scsi host0: ata_piix\n[ 0.678803] scsi host1: ata_piix\n[ 0.679577] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.680916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.682504] libphy: Fixed MDIO Bus: probed\n[ 0.683400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.684449] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.686678] PPP generic driver version 2.4.2\n[ 0.687728] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.689077] ehci-pci: EHCI PCI platform driver\n[ 0.690059] ehci-platform: EHCI generic platform driver\n[ 0.691162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692580] ohci-pci: OHCI PCI platform driver\n[ 0.693497] ohci-platform: OHCI generic platform driver\n[ 0.694557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710239] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.711827] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712925] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.714175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717127] usb usb1: Product: UHCI Host Controller\n[ 0.718169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719544] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720619] hub 1-0:1.0: USB hub found\n[ 0.721460] hub 1-0:1.0: 2 ports detected\n[ 0.722416] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725798] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727403] mousedev: PS/2 mouse device common for all mice\n[ 0.728777] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730808] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734680] i2c /dev entries driver\n[ 0.735545] device-mapper: uevent: version 1.0.3\n[ 0.736573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.738382] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739819] NET: Registered protocol family 10\n[ 0.740913] NET: Registered protocol family 17\n[ 0.741901] Key type dns_resolver registered\n[ 0.742918] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.746135] registered taskstats version 1\n[ 0.747063] Loading compiled-in X.509 certificates\n[ 0.748583] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.750689] zswap: loaded using pool lzo/zbud\n[ 0.752662] Key type trusted registered\n[ 0.754311] Key type encrypted registered\n[ 0.755235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.756383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.757538] evm: HMAC attrs: 0x1\n[ 0.758913] Magic number: 6:299:289\n[ 0.759798] tty tty22: hash matches\n[ 0.760684] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:27 UTC (1539191727)\n[ 0.762676] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763999] EDD information not available.\n[ 0.839397] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851484] Write protecting the kernel read-only data: 14336k\n[ 0.853138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854990] 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\n[ 0.897980] random: blkid urandom read with 2 bits of 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWuNQGhrG5BLpOyIsE0I77xnaFeLZcAUJ4hIi844Y2gJvvzmHiXiyy0XNktTCdhVDEHb/VMdlDFFpxGeVeZBTrGBkkcMnBsRQVJkDCwoGVcCx8Yfz8ZFAawhLLV1nEq6lUgzmnXLLjE6rxmUyBQ552a1QZvVS7ezSxALseRhzMN7NNGnZSQYIR7Wc7CO1P5Z1rNJJpsJN8GlzyLobGd7JCVhqtk4kVB1lN1Z8v/X5a6cZaD0ZsA47zfA/FVkmSw0dO5MJokMxb0T0qTiPSqMFEKB36fN4ct3PvEDAAbT/WfMQGAHuXwbEAF0IcyWkaH1yADY5weELElrCIRmidCS0n root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBALTaffItTx3088xk7LW27qEfJDBJi8Vsgl4CijGm7M4Z4+yZMyDx+z/GkOpT/sqPF31rBYOOpJY6nuFSX++oVAzMtAsG5dcxFIb7KKlBqD7ApksZEnlK7n4PywughLWfF8H4MIiQL6lQMeXiGxnVH+BHno8wIx66Mddpdc5fFIkPAAAAFQChy16gbxdtHAGA7qFAxG9W/YHmsQAAAIBa3A9OcacMNLHXati4nWCRjJa80qbCpVv1JMTKaviiHFo0+JfunL1ZvaNJOqe79bBixtNcFtexgGLP9gfaQZYEdUuTsWjqaih10KJauI3k05pwwHiTwEj1tl9cY+k4chmuECwCm/AtGGsWt5e78dts5v0DqRo0i3hmr+cjXHjgUQAAAIAT9JKFnMsIHTf0S+vtmbkkMvB5JQm/ih5B9GO7wwUhp14WHnt90B36JbEQjC8mtpLyC6n385M6M3yBX1wnYINKnLxxIlrXOAUw+iCLtxIQHQuhVim/BY4CxE4jaz4HimCzboD8iO4lEsajhJoXGeHKN8VmEQnsF16VGTAo7pvUHg== 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.9,24,fe80::f816:3eff:fe60:df0e/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.50 ===\n/dev/root resized successfully [took 2.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:60:DF:0E \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe60:df0e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10581 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:16:55,532 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action used request id req-d85757d8-c6f0-4a1d-bc0c-7e2c941bde82 2018-10-10 17:16:57,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:16:58,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:16: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-aa9d2a9f-ff4a-4937-95e2-2d67fa45940b x-compute-request-id: req-aa9d2a9f-ff4a-4937-95e2-2d67fa45940b 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 513794014 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145865] pid_max: default: 32768 minimum: 301\n[ 0.146975] ACPI: Core revision 20150930\n[ 0.148524] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150122] Security Framework initialized\n[ 0.151126] Yama: becoming mindful.\n[ 0.152005] AppArmor: AppArmor initialized\n[ 0.153043] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156274] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157755] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159452] Initializing cgroup subsys io\n[ 0.160446] Initializing cgroup subsys memory\n[ 0.161498] Initializing cgroup subsys devices\n[ 0.162555] Initializing cgroup subsys freezer\n[ 0.163614] Initializing cgroup subsys net_cls\n[ 0.164676] Initializing cgroup subsys perf_event\n[ 0.165790] Initializing cgroup subsys net_prio\n[ 0.166872] Initializing cgroup subsys hugetlb\n[ 0.167931] Initializing cgroup subsys pids\n[ 0.168981] CPU: Physical Processor ID: 0\n[ 0.170655] mce: CPU supports 10 MCE banks\n[ 0.171671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183738] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190391] ftrace: allocating 31920 entries in 125 pages\n[ 0.216619] smpboot: Max logical packages: 1\n[ 0.217660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219301] x2apic enabled\n[ 0.220217] Switched APIC routing to physical x2apic.\n[ 0.222163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225909] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228065] KVM setup paravirtual spinlock\n[ 0.229528] x86: Booted up 1 node, 1 CPUs\n[ 0.230500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232195] devtmpfs: initialized\n[ 0.234046] evm: security.selinux\n[ 0.234891] evm: security.SMACK64\n[ 0.235741] evm: security.SMACK64EXEC\n[ 0.236668] evm: security.SMACK64TRANSMUTE\n[ 0.237659] evm: security.SMACK64MMAP\n[ 0.238562] evm: security.ima\n[ 0.239325] evm: security.capability\n[ 0.240288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242573] pinctrl core: initialized pinctrl subsystem\n[ 0.243909] RTC time: 17:15:26, date: 10/10/18\n[ 0.245039] NET: Registered protocol family 16\n[ 0.246193] cpuidle: using governor ladder\n[ 0.247216] cpuidle: using governor menu\n[ 0.248173] PCCT header not found.\n[ 0.249051] ACPI: bus type PCI registered\n[ 0.250015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251559] PCI: Using configuration type 1 for base access\n[ 0.253556] ACPI: Added _OSI(Module Device)\n[ 0.254585] ACPI: Added _OSI(Processor Device)\n[ 0.255644] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256750] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259086] ACPI: Interpreter enabled\n[ 0.260018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269040] ACPI: (supports S0 S5)\n[ 0.269895] ACPI: Using IOAPIC for interrupt routing\n[ 0.271043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277434] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281626] acpiphp: Slot [3] registered\n[ 0.282599] acpiphp: Slot [4] registered\n[ 0.283563] acpiphp: Slot [5] registered\n[ 0.284521] acpiphp: Slot [6] registered\n[ 0.285483] acpiphp: Slot [7] registered\n[ 0.286437] acpiphp: Slot [8] registered\n[ 0.287406] acpiphp: Slot [9] registered\n[ 0.288367] acpiphp: Slot [10] registered\n[ 0.289332] acpiphp: Slot [11] registered\n[ 0.290304] acpiphp: Slot [12] registered\n[ 0.291285] acpiphp: Slot [13] registered\n[ 0.292253] acpiphp: Slot [14] registered\n[ 0.293236] acpiphp: Slot [15] registered\n[ 0.303987] acpiphp: Slot [16] registered\n[ 0.304962] acpiphp: Slot [17] registered\n[ 0.305938] acpiphp: Slot [18] registered\n[ 0.306905] acpiphp: Slot [19] registered\n[ 0.307876] acpiphp: Slot [20] registered\n[ 0.308859] acpiphp: Slot [21] registered\n[ 0.309831] acpiphp: Slot [22] registered\n[ 0.310805] acpiphp: Slot [23] registered\n[ 0.311778] acpiphp: Slot [24] registered\n[ 0.312743] acpiphp: Slot [25] registered\n[ 0.313715] acpiphp: Slot [26] registered\n[ 0.314688] acpiphp: Slot [27] registered\n[ 0.315656] acpiphp: Slot [28] registered\n[ 0.316623] acpiphp: Slot [29] registered\n[ 0.317587] acpiphp: Slot [30] registered\n[ 0.318564] acpiphp: Slot [31] registered\n[ 0.319536] PCI host bridge to bus 0000:00\n[ 0.320512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321976] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.327906] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336603] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338432] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.341006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347244] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349408] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397838] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401177] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406926] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408143] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409257] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410883] vgaarb: loaded\n[ 0.411517] vgaarb: bridge control possible 0000:00:02.0\n[ 0.412715] SCSI subsystem initialized\n[ 0.413583] ACPI: bus type USB registered\n[ 0.414432] usbcore: registered new interface driver usbfs\n[ 0.415510] usbcore: registered new interface driver hub\n[ 0.416581] usbcore: registered new device driver usb\n[ 0.417703] PCI: Using ACPI for IRQ routing\n[ 0.418787] NetLabel: Initializing\n[ 0.419516] NetLabel: domain hash size = 128\n[ 0.420377] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421333] NetLabel: unlabeled traffic allowed by default\n[ 0.422447] clocksource: Switched to clocksource kvm-clock\n[ 0.428327] AppArmor: AppArmor Filesystem Enabled\n[ 0.429298] pnp: PnP ACPI init\n[ 0.430227] pnp: PnP ACPI: found 5 devices\n[ 0.436623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438354] NET: Registered protocol family 2\n[ 0.439338] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443003] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444098] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445281] NET: Registered protocol family 1\n[ 0.446158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447276] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448363] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476716] Trying to unpack rootfs image as initramfs...\n[ 0.527566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541620] Scanning for low memory corruption every 60 seconds\n[ 0.543607] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545409] audit: initializing netlink subsys (disabled)\n[ 0.547039] audit: type=2000 audit(1539191727.554:1): initialized\n[ 0.549013] Initialise system trusted keyring\n[ 0.550414] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561416] zbud: loaded\n[ 0.562939] VFS: Disk quotas dquot_6.6.0\n[ 0.564202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566479] fuse init (API version 7.23)\n[ 0.567799] Key type big_key registered\n[ 0.569017] Allocating IMA MOK and blacklist keyrings.\n[ 0.570711] Key type asymmetric registered\n[ 0.571991] Asymmetric key parser 'x509' registered\n[ 0.573497] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576163] io scheduler noop registered\n[ 0.577388] io scheduler deadline registered (default)\n[ 0.578940] io scheduler cfq registered\n[ 0.580213] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.581868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.583892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586165] ACPI: Power Button [PWRF]\n[ 0.587433] GHES: HEST is not enabled!\n[ 0.602513] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.632879] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636091] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662650] Linux agpgart interface v0.103\n[ 0.665120] brd: module loaded\n[ 0.666639] loop: module loaded\n[ 0.671072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.672727] GPT:90111 != 2097151\n[ 0.673471] GPT:Alternate GPT header not at the end of the disk.\n[ 0.674684] GPT:90111 != 2097151\n[ 0.675430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.676459] vda: vda1 vda15\n[ 0.677970] scsi host0: ata_piix\n[ 0.678803] scsi host1: ata_piix\n[ 0.679577] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.680916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.682504] libphy: Fixed MDIO Bus: probed\n[ 0.683400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.684449] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.686678] PPP generic driver version 2.4.2\n[ 0.687728] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.689077] ehci-pci: EHCI PCI platform driver\n[ 0.690059] ehci-platform: EHCI generic platform driver\n[ 0.691162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692580] ohci-pci: OHCI PCI platform driver\n[ 0.693497] ohci-platform: OHCI generic platform driver\n[ 0.694557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710239] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.711827] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712925] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.714175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717127] usb usb1: Product: UHCI Host Controller\n[ 0.718169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719544] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720619] hub 1-0:1.0: USB hub found\n[ 0.721460] hub 1-0:1.0: 2 ports detected\n[ 0.722416] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725798] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727403] mousedev: PS/2 mouse device common for all mice\n[ 0.728777] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730808] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734680] i2c /dev entries driver\n[ 0.735545] device-mapper: uevent: version 1.0.3\n[ 0.736573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.738382] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739819] NET: Registered protocol family 10\n[ 0.740913] NET: Registered protocol family 17\n[ 0.741901] Key type dns_resolver registered\n[ 0.742918] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.746135] registered taskstats version 1\n[ 0.747063] Loading compiled-in X.509 certificates\n[ 0.748583] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.750689] zswap: loaded using pool lzo/zbud\n[ 0.752662] Key type trusted registered\n[ 0.754311] Key type encrypted registered\n[ 0.755235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.756383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.757538] evm: HMAC attrs: 0x1\n[ 0.758913] Magic number: 6:299:289\n[ 0.759798] tty tty22: hash matches\n[ 0.760684] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:27 UTC (1539191727)\n[ 0.762676] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763999] EDD information not available.\n[ 0.839397] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851484] Write protecting the kernel read-only data: 14336k\n[ 0.853138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854990] 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\n[ 0.897980] random: blkid urandom read with 2 bits of 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWuNQGhrG5BLpOyIsE0I77xnaFeLZcAUJ4hIi844Y2gJvvzmHiXiyy0XNktTCdhVDEHb/VMdlDFFpxGeVeZBTrGBkkcMnBsRQVJkDCwoGVcCx8Yfz8ZFAawhLLV1nEq6lUgzmnXLLjE6rxmUyBQ552a1QZvVS7ezSxALseRhzMN7NNGnZSQYIR7Wc7CO1P5Z1rNJJpsJN8GlzyLobGd7JCVhqtk4kVB1lN1Z8v/X5a6cZaD0ZsA47zfA/FVkmSw0dO5MJokMxb0T0qTiPSqMFEKB36fN4ct3PvEDAAbT/WfMQGAHuXwbEAF0IcyWkaH1yADY5weELElrCIRmidCS0n root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBALTaffItTx3088xk7LW27qEfJDBJi8Vsgl4CijGm7M4Z4+yZMyDx+z/GkOpT/sqPF31rBYOOpJY6nuFSX++oVAzMtAsG5dcxFIb7KKlBqD7ApksZEnlK7n4PywughLWfF8H4MIiQL6lQMeXiGxnVH+BHno8wIx66Mddpdc5fFIkPAAAAFQChy16gbxdtHAGA7qFAxG9W/YHmsQAAAIBa3A9OcacMNLHXati4nWCRjJa80qbCpVv1JMTKaviiHFo0+JfunL1ZvaNJOqe79bBixtNcFtexgGLP9gfaQZYEdUuTsWjqaih10KJauI3k05pwwHiTwEj1tl9cY+k4chmuECwCm/AtGGsWt5e78dts5v0DqRo0i3hmr+cjXHjgUQAAAIAT9JKFnMsIHTf0S+vtmbkkMvB5JQm/ih5B9GO7wwUhp14WHnt90B36JbEQjC8mtpLyC6n385M6M3yBX1wnYINKnLxxIlrXOAUw+iCLtxIQHQuhVim/BY4CxE4jaz4HimCzboD8iO4lEsajhJoXGeHKN8VmEQnsF16VGTAo7pvUHg== 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.9,24,fe80::f816:3eff:fe60:df0e/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.50 ===\n/dev/root resized successfully [took 2.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:60:DF:0E \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe60:df0e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10581 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:16:58,625 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action used request id req-aa9d2a9f-ff4a-4937-95e2-2d67fa45940b 2018-10-10 17:17:00,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:17:01,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:17: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-e98b6472-f0b1-492c-ae7b-6f491a116dc7 x-compute-request-id: req-e98b6472-f0b1-492c-ae7b-6f491a116dc7 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 513794014 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145865] pid_max: default: 32768 minimum: 301\n[ 0.146975] ACPI: Core revision 20150930\n[ 0.148524] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150122] Security Framework initialized\n[ 0.151126] Yama: becoming mindful.\n[ 0.152005] AppArmor: AppArmor initialized\n[ 0.153043] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156274] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157755] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159452] Initializing cgroup subsys io\n[ 0.160446] Initializing cgroup subsys memory\n[ 0.161498] Initializing cgroup subsys devices\n[ 0.162555] Initializing cgroup subsys freezer\n[ 0.163614] Initializing cgroup subsys net_cls\n[ 0.164676] Initializing cgroup subsys perf_event\n[ 0.165790] Initializing cgroup subsys net_prio\n[ 0.166872] Initializing cgroup subsys hugetlb\n[ 0.167931] Initializing cgroup subsys pids\n[ 0.168981] CPU: Physical Processor ID: 0\n[ 0.170655] mce: CPU supports 10 MCE banks\n[ 0.171671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183738] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190391] ftrace: allocating 31920 entries in 125 pages\n[ 0.216619] smpboot: Max logical packages: 1\n[ 0.217660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219301] x2apic enabled\n[ 0.220217] Switched APIC routing to physical x2apic.\n[ 0.222163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225909] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228065] KVM setup paravirtual spinlock\n[ 0.229528] x86: Booted up 1 node, 1 CPUs\n[ 0.230500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232195] devtmpfs: initialized\n[ 0.234046] evm: security.selinux\n[ 0.234891] evm: security.SMACK64\n[ 0.235741] evm: security.SMACK64EXEC\n[ 0.236668] evm: security.SMACK64TRANSMUTE\n[ 0.237659] evm: security.SMACK64MMAP\n[ 0.238562] evm: security.ima\n[ 0.239325] evm: security.capability\n[ 0.240288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242573] pinctrl core: initialized pinctrl subsystem\n[ 0.243909] RTC time: 17:15:26, date: 10/10/18\n[ 0.245039] NET: Registered protocol family 16\n[ 0.246193] cpuidle: using governor ladder\n[ 0.247216] cpuidle: using governor menu\n[ 0.248173] PCCT header not found.\n[ 0.249051] ACPI: bus type PCI registered\n[ 0.250015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251559] PCI: Using configuration type 1 for base access\n[ 0.253556] ACPI: Added _OSI(Module Device)\n[ 0.254585] ACPI: Added _OSI(Processor Device)\n[ 0.255644] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256750] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259086] ACPI: Interpreter enabled\n[ 0.260018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269040] ACPI: (supports S0 S5)\n[ 0.269895] ACPI: Using IOAPIC for interrupt routing\n[ 0.271043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277434] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281626] acpiphp: Slot [3] registered\n[ 0.282599] acpiphp: Slot [4] registered\n[ 0.283563] acpiphp: Slot [5] registered\n[ 0.284521] acpiphp: Slot [6] registered\n[ 0.285483] acpiphp: Slot [7] registered\n[ 0.286437] acpiphp: Slot [8] registered\n[ 0.287406] acpiphp: Slot [9] registered\n[ 0.288367] acpiphp: Slot [10] registered\n[ 0.289332] acpiphp: Slot [11] registered\n[ 0.290304] acpiphp: Slot [12] registered\n[ 0.291285] acpiphp: Slot [13] registered\n[ 0.292253] acpiphp: Slot [14] registered\n[ 0.293236] acpiphp: Slot [15] registered\n[ 0.303987] acpiphp: Slot [16] registered\n[ 0.304962] acpiphp: Slot [17] registered\n[ 0.305938] acpiphp: Slot [18] registered\n[ 0.306905] acpiphp: Slot [19] registered\n[ 0.307876] acpiphp: Slot [20] registered\n[ 0.308859] acpiphp: Slot [21] registered\n[ 0.309831] acpiphp: Slot [22] registered\n[ 0.310805] acpiphp: Slot [23] registered\n[ 0.311778] acpiphp: Slot [24] registered\n[ 0.312743] acpiphp: Slot [25] registered\n[ 0.313715] acpiphp: Slot [26] registered\n[ 0.314688] acpiphp: Slot [27] registered\n[ 0.315656] acpiphp: Slot [28] registered\n[ 0.316623] acpiphp: Slot [29] registered\n[ 0.317587] acpiphp: Slot [30] registered\n[ 0.318564] acpiphp: Slot [31] registered\n[ 0.319536] PCI host bridge to bus 0000:00\n[ 0.320512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321976] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.327906] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336603] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338432] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.341006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347244] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349408] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397838] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401177] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406926] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408143] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409257] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410883] vgaarb: loaded\n[ 0.411517] vgaarb: bridge control possible 0000:00:02.0\n[ 0.412715] SCSI subsystem initialized\n[ 0.413583] ACPI: bus type USB registered\n[ 0.414432] usbcore: registered new interface driver usbfs\n[ 0.415510] usbcore: registered new interface driver hub\n[ 0.416581] usbcore: registered new device driver usb\n[ 0.417703] PCI: Using ACPI for IRQ routing\n[ 0.418787] NetLabel: Initializing\n[ 0.419516] NetLabel: domain hash size = 128\n[ 0.420377] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421333] NetLabel: unlabeled traffic allowed by default\n[ 0.422447] clocksource: Switched to clocksource kvm-clock\n[ 0.428327] AppArmor: AppArmor Filesystem Enabled\n[ 0.429298] pnp: PnP ACPI init\n[ 0.430227] pnp: PnP ACPI: found 5 devices\n[ 0.436623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438354] NET: Registered protocol family 2\n[ 0.439338] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443003] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444098] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445281] NET: Registered protocol family 1\n[ 0.446158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447276] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448363] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476716] Trying to unpack rootfs image as initramfs...\n[ 0.527566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541620] Scanning for low memory corruption every 60 seconds\n[ 0.543607] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545409] audit: initializing netlink subsys (disabled)\n[ 0.547039] audit: type=2000 audit(1539191727.554:1): initialized\n[ 0.549013] Initialise system trusted keyring\n[ 0.550414] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561416] zbud: loaded\n[ 0.562939] VFS: Disk quotas dquot_6.6.0\n[ 0.564202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566479] fuse init (API version 7.23)\n[ 0.567799] Key type big_key registered\n[ 0.569017] Allocating IMA MOK and blacklist keyrings.\n[ 0.570711] Key type asymmetric registered\n[ 0.571991] Asymmetric key parser 'x509' registered\n[ 0.573497] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576163] io scheduler noop registered\n[ 0.577388] io scheduler deadline registered (default)\n[ 0.578940] io scheduler cfq registered\n[ 0.580213] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.581868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.583892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586165] ACPI: Power Button [PWRF]\n[ 0.587433] GHES: HEST is not enabled!\n[ 0.602513] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.632879] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636091] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662650] Linux agpgart interface v0.103\n[ 0.665120] brd: module loaded\n[ 0.666639] loop: module loaded\n[ 0.671072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.672727] GPT:90111 != 2097151\n[ 0.673471] GPT:Alternate GPT header not at the end of the disk.\n[ 0.674684] GPT:90111 != 2097151\n[ 0.675430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.676459] vda: vda1 vda15\n[ 0.677970] scsi host0: ata_piix\n[ 0.678803] scsi host1: ata_piix\n[ 0.679577] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.680916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.682504] libphy: Fixed MDIO Bus: probed\n[ 0.683400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.684449] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.686678] PPP generic driver version 2.4.2\n[ 0.687728] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.689077] ehci-pci: EHCI PCI platform driver\n[ 0.690059] ehci-platform: EHCI generic platform driver\n[ 0.691162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692580] ohci-pci: OHCI PCI platform driver\n[ 0.693497] ohci-platform: OHCI generic platform driver\n[ 0.694557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710239] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.711827] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712925] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.714175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717127] usb usb1: Product: UHCI Host Controller\n[ 0.718169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719544] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720619] hub 1-0:1.0: USB hub found\n[ 0.721460] hub 1-0:1.0: 2 ports detected\n[ 0.722416] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725798] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727403] mousedev: PS/2 mouse device common for all mice\n[ 0.728777] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730808] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734680] i2c /dev entries driver\n[ 0.735545] device-mapper: uevent: version 1.0.3\n[ 0.736573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.738382] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739819] NET: Registered protocol family 10\n[ 0.740913] NET: Registered protocol family 17\n[ 0.741901] Key type dns_resolver registered\n[ 0.742918] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.746135] registered taskstats version 1\n[ 0.747063] Loading compiled-in X.509 certificates\n[ 0.748583] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.750689] zswap: loaded using pool lzo/zbud\n[ 0.752662] Key type trusted registered\n[ 0.754311] Key type encrypted registered\n[ 0.755235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.756383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.757538] evm: HMAC attrs: 0x1\n[ 0.758913] Magic number: 6:299:289\n[ 0.759798] tty tty22: hash matches\n[ 0.760684] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:27 UTC (1539191727)\n[ 0.762676] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763999] EDD information not available.\n[ 0.839397] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851484] Write protecting the kernel read-only data: 14336k\n[ 0.853138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854990] 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\n[ 0.897980] random: blkid urandom read with 2 bits of 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWuNQGhrG5BLpOyIsE0I77xnaFeLZcAUJ4hIi844Y2gJvvzmHiXiyy0XNktTCdhVDEHb/VMdlDFFpxGeVeZBTrGBkkcMnBsRQVJkDCwoGVcCx8Yfz8ZFAawhLLV1nEq6lUgzmnXLLjE6rxmUyBQ552a1QZvVS7ezSxALseRhzMN7NNGnZSQYIR7Wc7CO1P5Z1rNJJpsJN8GlzyLobGd7JCVhqtk4kVB1lN1Z8v/X5a6cZaD0ZsA47zfA/FVkmSw0dO5MJokMxb0T0qTiPSqMFEKB36fN4ct3PvEDAAbT/WfMQGAHuXwbEAF0IcyWkaH1yADY5weELElrCIRmidCS0n root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBALTaffItTx3088xk7LW27qEfJDBJi8Vsgl4CijGm7M4Z4+yZMyDx+z/GkOpT/sqPF31rBYOOpJY6nuFSX++oVAzMtAsG5dcxFIb7KKlBqD7ApksZEnlK7n4PywughLWfF8H4MIiQL6lQMeXiGxnVH+BHno8wIx66Mddpdc5fFIkPAAAAFQChy16gbxdtHAGA7qFAxG9W/YHmsQAAAIBa3A9OcacMNLHXati4nWCRjJa80qbCpVv1JMTKaviiHFo0+JfunL1ZvaNJOqe79bBixtNcFtexgGLP9gfaQZYEdUuTsWjqaih10KJauI3k05pwwHiTwEj1tl9cY+k4chmuECwCm/AtGGsWt5e78dts5v0DqRo0i3hmr+cjXHjgUQAAAIAT9JKFnMsIHTf0S+vtmbkkMvB5JQm/ih5B9GO7wwUhp14WHnt90B36JbEQjC8mtpLyC6n385M6M3yBX1wnYINKnLxxIlrXOAUw+iCLtxIQHQuhVim/BY4CxE4jaz4HimCzboD8iO4lEsajhJoXGeHKN8VmEQnsF16VGTAo7pvUHg== 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.9,24,fe80::f816:3eff:fe60:df0e/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.50 ===\n/dev/root resized successfully [took 2.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:60:DF:0E \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe60:df0e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10581 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:17:01,723 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action used request id req-e98b6472-f0b1-492c-ae7b-6f491a116dc7 2018-10-10 17:17:03,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:17:04,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-522c3948-76bd-438d-ace3-6c5d19a14791 x-compute-request-id: req-522c3948-76bd-438d-ace3-6c5d19a14791 Content-Encoding: gzip Content-Length: 10111 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513794014 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145865] pid_max: default: 32768 minimum: 301\n[ 0.146975] ACPI: Core revision 20150930\n[ 0.148524] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150122] Security Framework initialized\n[ 0.151126] Yama: becoming mindful.\n[ 0.152005] AppArmor: AppArmor initialized\n[ 0.153043] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156274] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157755] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159452] Initializing cgroup subsys io\n[ 0.160446] Initializing cgroup subsys memory\n[ 0.161498] Initializing cgroup subsys devices\n[ 0.162555] Initializing cgroup subsys freezer\n[ 0.163614] Initializing cgroup subsys net_cls\n[ 0.164676] Initializing cgroup subsys perf_event\n[ 0.165790] Initializing cgroup subsys net_prio\n[ 0.166872] Initializing cgroup subsys hugetlb\n[ 0.167931] Initializing cgroup subsys pids\n[ 0.168981] CPU: Physical Processor ID: 0\n[ 0.170655] mce: CPU supports 10 MCE banks\n[ 0.171671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183738] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190391] ftrace: allocating 31920 entries in 125 pages\n[ 0.216619] smpboot: Max logical packages: 1\n[ 0.217660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219301] x2apic enabled\n[ 0.220217] Switched APIC routing to physical x2apic.\n[ 0.222163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225909] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228065] KVM setup paravirtual spinlock\n[ 0.229528] x86: Booted up 1 node, 1 CPUs\n[ 0.230500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232195] devtmpfs: initialized\n[ 0.234046] evm: security.selinux\n[ 0.234891] evm: security.SMACK64\n[ 0.235741] evm: security.SMACK64EXEC\n[ 0.236668] evm: security.SMACK64TRANSMUTE\n[ 0.237659] evm: security.SMACK64MMAP\n[ 0.238562] evm: security.ima\n[ 0.239325] evm: security.capability\n[ 0.240288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242573] pinctrl core: initialized pinctrl subsystem\n[ 0.243909] RTC time: 17:15:26, date: 10/10/18\n[ 0.245039] NET: Registered protocol family 16\n[ 0.246193] cpuidle: using governor ladder\n[ 0.247216] cpuidle: using governor menu\n[ 0.248173] PCCT header not found.\n[ 0.249051] ACPI: bus type PCI registered\n[ 0.250015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251559] PCI: Using configuration type 1 for base access\n[ 0.253556] ACPI: Added _OSI(Module Device)\n[ 0.254585] ACPI: Added _OSI(Processor Device)\n[ 0.255644] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256750] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259086] ACPI: Interpreter enabled\n[ 0.260018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269040] ACPI: (supports S0 S5)\n[ 0.269895] ACPI: Using IOAPIC for interrupt routing\n[ 0.271043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277434] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281626] acpiphp: Slot [3] registered\n[ 0.282599] acpiphp: Slot [4] registered\n[ 0.283563] acpiphp: Slot [5] registered\n[ 0.284521] acpiphp: Slot [6] registered\n[ 0.285483] acpiphp: Slot [7] registered\n[ 0.286437] acpiphp: Slot [8] registered\n[ 0.287406] acpiphp: Slot [9] registered\n[ 0.288367] acpiphp: Slot [10] registered\n[ 0.289332] acpiphp: Slot [11] registered\n[ 0.290304] acpiphp: Slot [12] registered\n[ 0.291285] acpiphp: Slot [13] registered\n[ 0.292253] acpiphp: Slot [14] registered\n[ 0.293236] acpiphp: Slot [15] registered\n[ 0.303987] acpiphp: Slot [16] registered\n[ 0.304962] acpiphp: Slot [17] registered\n[ 0.305938] acpiphp: Slot [18] registered\n[ 0.306905] acpiphp: Slot [19] registered\n[ 0.307876] acpiphp: Slot [20] registered\n[ 0.308859] acpiphp: Slot [21] registered\n[ 0.309831] acpiphp: Slot [22] registered\n[ 0.310805] acpiphp: Slot [23] registered\n[ 0.311778] acpiphp: Slot [24] registered\n[ 0.312743] acpiphp: Slot [25] registered\n[ 0.313715] acpiphp: Slot [26] registered\n[ 0.314688] acpiphp: Slot [27] registered\n[ 0.315656] acpiphp: Slot [28] registered\n[ 0.316623] acpiphp: Slot [29] registered\n[ 0.317587] acpiphp: Slot [30] registered\n[ 0.318564] acpiphp: Slot [31] registered\n[ 0.319536] PCI host bridge to bus 0000:00\n[ 0.320512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321976] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.327906] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336603] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338432] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.341006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347244] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349408] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397838] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401177] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406926] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408143] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409257] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410883] vgaarb: loaded\n[ 0.411517] vgaarb: bridge control possible 0000:00:02.0\n[ 0.412715] SCSI subsystem initialized\n[ 0.413583] ACPI: bus type USB registered\n[ 0.414432] usbcore: registered new interface driver usbfs\n[ 0.415510] usbcore: registered new interface driver hub\n[ 0.416581] usbcore: registered new device driver usb\n[ 0.417703] PCI: Using ACPI for IRQ routing\n[ 0.418787] NetLabel: Initializing\n[ 0.419516] NetLabel: domain hash size = 128\n[ 0.420377] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421333] NetLabel: unlabeled traffic allowed by default\n[ 0.422447] clocksource: Switched to clocksource kvm-clock\n[ 0.428327] AppArmor: AppArmor Filesystem Enabled\n[ 0.429298] pnp: PnP ACPI init\n[ 0.430227] pnp: PnP ACPI: found 5 devices\n[ 0.436623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438354] NET: Registered protocol family 2\n[ 0.439338] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443003] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444098] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445281] NET: Registered protocol family 1\n[ 0.446158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447276] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448363] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476716] Trying to unpack rootfs image as initramfs...\n[ 0.527566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541620] Scanning for low memory corruption every 60 seconds\n[ 0.543607] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545409] audit: initializing netlink subsys (disabled)\n[ 0.547039] audit: type=2000 audit(1539191727.554:1): initialized\n[ 0.549013] Initialise system trusted keyring\n[ 0.550414] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561416] zbud: loaded\n[ 0.562939] VFS: Disk quotas dquot_6.6.0\n[ 0.564202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566479] fuse init (API version 7.23)\n[ 0.567799] Key type big_key registered\n[ 0.569017] Allocating IMA MOK and blacklist keyrings.\n[ 0.570711] Key type asymmetric registered\n[ 0.571991] Asymmetric key parser 'x509' registered\n[ 0.573497] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576163] io scheduler noop registered\n[ 0.577388] io scheduler deadline registered (default)\n[ 0.578940] io scheduler cfq registered\n[ 0.580213] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.581868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.583892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586165] ACPI: Power Button [PWRF]\n[ 0.587433] GHES: HEST is not enabled!\n[ 0.602513] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.632879] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636091] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662650] Linux agpgart interface v0.103\n[ 0.665120] brd: module loaded\n[ 0.666639] loop: module loaded\n[ 0.671072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.672727] GPT:90111 != 2097151\n[ 0.673471] GPT:Alternate GPT header not at the end of the disk.\n[ 0.674684] GPT:90111 != 2097151\n[ 0.675430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.676459] vda: vda1 vda15\n[ 0.677970] scsi host0: ata_piix\n[ 0.678803] scsi host1: ata_piix\n[ 0.679577] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.680916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.682504] libphy: Fixed MDIO Bus: probed\n[ 0.683400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.684449] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.686678] PPP generic driver version 2.4.2\n[ 0.687728] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.689077] ehci-pci: EHCI PCI platform driver\n[ 0.690059] ehci-platform: EHCI generic platform driver\n[ 0.691162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692580] ohci-pci: OHCI PCI platform driver\n[ 0.693497] ohci-platform: OHCI generic platform driver\n[ 0.694557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710239] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.711827] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712925] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.714175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717127] usb usb1: Product: UHCI Host Controller\n[ 0.718169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719544] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720619] hub 1-0:1.0: USB hub found\n[ 0.721460] hub 1-0:1.0: 2 ports detected\n[ 0.722416] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725798] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727403] mousedev: PS/2 mouse device common for all mice\n[ 0.728777] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730808] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734680] i2c /dev entries driver\n[ 0.735545] device-mapper: uevent: version 1.0.3\n[ 0.736573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.738382] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739819] NET: Registered protocol family 10\n[ 0.740913] NET: Registered protocol family 17\n[ 0.741901] Key type dns_resolver registered\n[ 0.742918] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.746135] registered taskstats version 1\n[ 0.747063] Loading compiled-in X.509 certificates\n[ 0.748583] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.750689] zswap: loaded using pool lzo/zbud\n[ 0.752662] Key type trusted registered\n[ 0.754311] Key type encrypted registered\n[ 0.755235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.756383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.757538] evm: HMAC attrs: 0x1\n[ 0.758913] Magic number: 6:299:289\n[ 0.759798] tty tty22: hash matches\n[ 0.760684] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:27 UTC (1539191727)\n[ 0.762676] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763999] EDD information not available.\n[ 0.839397] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851484] Write protecting the kernel read-only data: 14336k\n[ 0.853138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854990] 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\n[ 0.897980] random: blkid urandom read with 2 bits of 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWuNQGhrG5BLpOyIsE0I77xnaFeLZcAUJ4hIi844Y2gJvvzmHiXiyy0XNktTCdhVDEHb/VMdlDFFpxGeVeZBTrGBkkcMnBsRQVJkDCwoGVcCx8Yfz8ZFAawhLLV1nEq6lUgzmnXLLjE6rxmUyBQ552a1QZvVS7ezSxALseRhzMN7NNGnZSQYIR7Wc7CO1P5Z1rNJJpsJN8GlzyLobGd7JCVhqtk4kVB1lN1Z8v/X5a6cZaD0ZsA47zfA/FVkmSw0dO5MJokMxb0T0qTiPSqMFEKB36fN4ct3PvEDAAbT/WfMQGAHuXwbEAF0IcyWkaH1yADY5weELElrCIRmidCS0n root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBALTaffItTx3088xk7LW27qEfJDBJi8Vsgl4CijGm7M4Z4+yZMyDx+z/GkOpT/sqPF31rBYOOpJY6nuFSX++oVAzMtAsG5dcxFIb7KKlBqD7ApksZEnlK7n4PywughLWfF8H4MIiQL6lQMeXiGxnVH+BHno8wIx66Mddpdc5fFIkPAAAAFQChy16gbxdtHAGA7qFAxG9W/YHmsQAAAIBa3A9OcacMNLHXati4nWCRjJa80qbCpVv1JMTKaviiHFo0+JfunL1ZvaNJOqe79bBixtNcFtexgGLP9gfaQZYEdUuTsWjqaih10KJauI3k05pwwHiTwEj1tl9cY+k4chmuECwCm/AtGGsWt5e78dts5v0DqRo0i3hmr+cjXHjgUQAAAIAT9JKFnMsIHTf0S+vtmbkkMvB5JQm/ih5B9GO7wwUhp14WHnt90B36JbEQjC8mtpLyC6n385M6M3yBX1wnYINKnLxxIlrXOAUw+iCLtxIQHQuhVim/BY4CxE4jaz4HimCzboD8iO4lEsajhJoXGeHKN8VmEQnsF16VGTAo7pvUHg== 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.9,24,fe80::f816:3eff:fe60:df0e/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.50 ===\n/dev/root resized successfully [took 2.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:60:DF:0E \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe60:df0e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10581 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:17:04,818 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action used request id req-522c3948-76bd-438d-ace3-6c5d19a14791 2018-10-10 17:17:06,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:17:07,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:17:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43268065-74f1-4483-b742-7c7b07bad78b x-compute-request-id: req-43268065-74f1-4483-b742-7c7b07bad78b Content-Encoding: gzip Content-Length: 10111 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513794014 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145865] pid_max: default: 32768 minimum: 301\n[ 0.146975] ACPI: Core revision 20150930\n[ 0.148524] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150122] Security Framework initialized\n[ 0.151126] Yama: becoming mindful.\n[ 0.152005] AppArmor: AppArmor initialized\n[ 0.153043] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156274] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157755] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159452] Initializing cgroup subsys io\n[ 0.160446] Initializing cgroup subsys memory\n[ 0.161498] Initializing cgroup subsys devices\n[ 0.162555] Initializing cgroup subsys freezer\n[ 0.163614] Initializing cgroup subsys net_cls\n[ 0.164676] Initializing cgroup subsys perf_event\n[ 0.165790] Initializing cgroup subsys net_prio\n[ 0.166872] Initializing cgroup subsys hugetlb\n[ 0.167931] Initializing cgroup subsys pids\n[ 0.168981] CPU: Physical Processor ID: 0\n[ 0.170655] mce: CPU supports 10 MCE banks\n[ 0.171671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183738] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190391] ftrace: allocating 31920 entries in 125 pages\n[ 0.216619] smpboot: Max logical packages: 1\n[ 0.217660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219301] x2apic enabled\n[ 0.220217] Switched APIC routing to physical x2apic.\n[ 0.222163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225909] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228065] KVM setup paravirtual spinlock\n[ 0.229528] x86: Booted up 1 node, 1 CPUs\n[ 0.230500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232195] devtmpfs: initialized\n[ 0.234046] evm: security.selinux\n[ 0.234891] evm: security.SMACK64\n[ 0.235741] evm: security.SMACK64EXEC\n[ 0.236668] evm: security.SMACK64TRANSMUTE\n[ 0.237659] evm: security.SMACK64MMAP\n[ 0.238562] evm: security.ima\n[ 0.239325] evm: security.capability\n[ 0.240288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242573] pinctrl core: initialized pinctrl subsystem\n[ 0.243909] RTC time: 17:15:26, date: 10/10/18\n[ 0.245039] NET: Registered protocol family 16\n[ 0.246193] cpuidle: using governor ladder\n[ 0.247216] cpuidle: using governor menu\n[ 0.248173] PCCT header not found.\n[ 0.249051] ACPI: bus type PCI registered\n[ 0.250015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251559] PCI: Using configuration type 1 for base access\n[ 0.253556] ACPI: Added _OSI(Module Device)\n[ 0.254585] ACPI: Added _OSI(Processor Device)\n[ 0.255644] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256750] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259086] ACPI: Interpreter enabled\n[ 0.260018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269040] ACPI: (supports S0 S5)\n[ 0.269895] ACPI: Using IOAPIC for interrupt routing\n[ 0.271043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277434] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281626] acpiphp: Slot [3] registered\n[ 0.282599] acpiphp: Slot [4] registered\n[ 0.283563] acpiphp: Slot [5] registered\n[ 0.284521] acpiphp: Slot [6] registered\n[ 0.285483] acpiphp: Slot [7] registered\n[ 0.286437] acpiphp: Slot [8] registered\n[ 0.287406] acpiphp: Slot [9] registered\n[ 0.288367] acpiphp: Slot [10] registered\n[ 0.289332] acpiphp: Slot [11] registered\n[ 0.290304] acpiphp: Slot [12] registered\n[ 0.291285] acpiphp: Slot [13] registered\n[ 0.292253] acpiphp: Slot [14] registered\n[ 0.293236] acpiphp: Slot [15] registered\n[ 0.303987] acpiphp: Slot [16] registered\n[ 0.304962] acpiphp: Slot [17] registered\n[ 0.305938] acpiphp: Slot [18] registered\n[ 0.306905] acpiphp: Slot [19] registered\n[ 0.307876] acpiphp: Slot [20] registered\n[ 0.308859] acpiphp: Slot [21] registered\n[ 0.309831] acpiphp: Slot [22] registered\n[ 0.310805] acpiphp: Slot [23] registered\n[ 0.311778] acpiphp: Slot [24] registered\n[ 0.312743] acpiphp: Slot [25] registered\n[ 0.313715] acpiphp: Slot [26] registered\n[ 0.314688] acpiphp: Slot [27] registered\n[ 0.315656] acpiphp: Slot [28] registered\n[ 0.316623] acpiphp: Slot [29] registered\n[ 0.317587] acpiphp: Slot [30] registered\n[ 0.318564] acpiphp: Slot [31] registered\n[ 0.319536] PCI host bridge to bus 0000:00\n[ 0.320512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321976] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.327906] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336603] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338432] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.341006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347244] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349408] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397838] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401177] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406926] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408143] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409257] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410883] vgaarb: loaded\n[ 0.411517] vgaarb: bridge control possible 0000:00:02.0\n[ 0.412715] SCSI subsystem initialized\n[ 0.413583] ACPI: bus type USB registered\n[ 0.414432] usbcore: registered new interface driver usbfs\n[ 0.415510] usbcore: registered new interface driver hub\n[ 0.416581] usbcore: registered new device driver usb\n[ 0.417703] PCI: Using ACPI for IRQ routing\n[ 0.418787] NetLabel: Initializing\n[ 0.419516] NetLabel: domain hash size = 128\n[ 0.420377] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421333] NetLabel: unlabeled traffic allowed by default\n[ 0.422447] clocksource: Switched to clocksource kvm-clock\n[ 0.428327] AppArmor: AppArmor Filesystem Enabled\n[ 0.429298] pnp: PnP ACPI init\n[ 0.430227] pnp: PnP ACPI: found 5 devices\n[ 0.436623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438354] NET: Registered protocol family 2\n[ 0.439338] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443003] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444098] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445281] NET: Registered protocol family 1\n[ 0.446158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447276] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448363] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476716] Trying to unpack rootfs image as initramfs...\n[ 0.527566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541620] Scanning for low memory corruption every 60 seconds\n[ 0.543607] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545409] audit: initializing netlink subsys (disabled)\n[ 0.547039] audit: type=2000 audit(1539191727.554:1): initialized\n[ 0.549013] Initialise system trusted keyring\n[ 0.550414] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561416] zbud: loaded\n[ 0.562939] VFS: Disk quotas dquot_6.6.0\n[ 0.564202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566479] fuse init (API version 7.23)\n[ 0.567799] Key type big_key registered\n[ 0.569017] Allocating IMA MOK and blacklist keyrings.\n[ 0.570711] Key type asymmetric registered\n[ 0.571991] Asymmetric key parser 'x509' registered\n[ 0.573497] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576163] io scheduler noop registered\n[ 0.577388] io scheduler deadline registered (default)\n[ 0.578940] io scheduler cfq registered\n[ 0.580213] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.581868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.583892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586165] ACPI: Power Button [PWRF]\n[ 0.587433] GHES: HEST is not enabled!\n[ 0.602513] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.632879] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636091] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662650] Linux agpgart interface v0.103\n[ 0.665120] brd: module loaded\n[ 0.666639] loop: module loaded\n[ 0.671072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.672727] GPT:90111 != 2097151\n[ 0.673471] GPT:Alternate GPT header not at the end of the disk.\n[ 0.674684] GPT:90111 != 2097151\n[ 0.675430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.676459] vda: vda1 vda15\n[ 0.677970] scsi host0: ata_piix\n[ 0.678803] scsi host1: ata_piix\n[ 0.679577] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.680916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.682504] libphy: Fixed MDIO Bus: probed\n[ 0.683400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.684449] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.686678] PPP generic driver version 2.4.2\n[ 0.687728] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.689077] ehci-pci: EHCI PCI platform driver\n[ 0.690059] ehci-platform: EHCI generic platform driver\n[ 0.691162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692580] ohci-pci: OHCI PCI platform driver\n[ 0.693497] ohci-platform: OHCI generic platform driver\n[ 0.694557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710239] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.711827] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712925] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.714175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717127] usb usb1: Product: UHCI Host Controller\n[ 0.718169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719544] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720619] hub 1-0:1.0: USB hub found\n[ 0.721460] hub 1-0:1.0: 2 ports detected\n[ 0.722416] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725798] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727403] mousedev: PS/2 mouse device common for all mice\n[ 0.728777] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730808] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734680] i2c /dev entries driver\n[ 0.735545] device-mapper: uevent: version 1.0.3\n[ 0.736573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.738382] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739819] NET: Registered protocol family 10\n[ 0.740913] NET: Registered protocol family 17\n[ 0.741901] Key type dns_resolver registered\n[ 0.742918] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.746135] registered taskstats version 1\n[ 0.747063] Loading compiled-in X.509 certificates\n[ 0.748583] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.750689] zswap: loaded using pool lzo/zbud\n[ 0.752662] Key type trusted registered\n[ 0.754311] Key type encrypted registered\n[ 0.755235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.756383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.757538] evm: HMAC attrs: 0x1\n[ 0.758913] Magic number: 6:299:289\n[ 0.759798] tty tty22: hash matches\n[ 0.760684] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:27 UTC (1539191727)\n[ 0.762676] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763999] EDD information not available.\n[ 0.839397] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851484] Write protecting the kernel read-only data: 14336k\n[ 0.853138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854990] 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\n[ 0.897980] random: blkid urandom read with 2 bits of 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWuNQGhrG5BLpOyIsE0I77xnaFeLZcAUJ4hIi844Y2gJvvzmHiXiyy0XNktTCdhVDEHb/VMdlDFFpxGeVeZBTrGBkkcMnBsRQVJkDCwoGVcCx8Yfz8ZFAawhLLV1nEq6lUgzmnXLLjE6rxmUyBQ552a1QZvVS7ezSxALseRhzMN7NNGnZSQYIR7Wc7CO1P5Z1rNJJpsJN8GlzyLobGd7JCVhqtk4kVB1lN1Z8v/X5a6cZaD0ZsA47zfA/FVkmSw0dO5MJokMxb0T0qTiPSqMFEKB36fN4ct3PvEDAAbT/WfMQGAHuXwbEAF0IcyWkaH1yADY5weELElrCIRmidCS0n root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBALTaffItTx3088xk7LW27qEfJDBJi8Vsgl4CijGm7M4Z4+yZMyDx+z/GkOpT/sqPF31rBYOOpJY6nuFSX++oVAzMtAsG5dcxFIb7KKlBqD7ApksZEnlK7n4PywughLWfF8H4MIiQL6lQMeXiGxnVH+BHno8wIx66Mddpdc5fFIkPAAAAFQChy16gbxdtHAGA7qFAxG9W/YHmsQAAAIBa3A9OcacMNLHXati4nWCRjJa80qbCpVv1JMTKaviiHFo0+JfunL1ZvaNJOqe79bBixtNcFtexgGLP9gfaQZYEdUuTsWjqaih10KJauI3k05pwwHiTwEj1tl9cY+k4chmuECwCm/AtGGsWt5e78dts5v0DqRo0i3hmr+cjXHjgUQAAAIAT9JKFnMsIHTf0S+vtmbkkMvB5JQm/ih5B9GO7wwUhp14WHnt90B36JbEQjC8mtpLyC6n385M6M3yBX1wnYINKnLxxIlrXOAUw+iCLtxIQHQuhVim/BY4CxE4jaz4HimCzboD8iO4lEsajhJoXGeHKN8VmEQnsF16VGTAo7pvUHg== 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.9,24,fe80::f816:3eff:fe60:df0e/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.50 ===\n/dev/root resized successfully [took 2.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:60:DF:0E \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe60:df0e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10581 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:17:07,907 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action used request id req-43268065-74f1-4483-b742-7c7b07bad78b 2018-10-10 17:17:09,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:17:11,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:17:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-797297e0-d422-403e-bf3f-810d71b73dde x-compute-request-id: req-797297e0-d422-403e-bf3f-810d71b73dde Content-Encoding: gzip Content-Length: 10111 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513794014 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145865] pid_max: default: 32768 minimum: 301\n[ 0.146975] ACPI: Core revision 20150930\n[ 0.148524] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150122] Security Framework initialized\n[ 0.151126] Yama: becoming mindful.\n[ 0.152005] AppArmor: AppArmor initialized\n[ 0.153043] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156274] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157755] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159452] Initializing cgroup subsys io\n[ 0.160446] Initializing cgroup subsys memory\n[ 0.161498] Initializing cgroup subsys devices\n[ 0.162555] Initializing cgroup subsys freezer\n[ 0.163614] Initializing cgroup subsys net_cls\n[ 0.164676] Initializing cgroup subsys perf_event\n[ 0.165790] Initializing cgroup subsys net_prio\n[ 0.166872] Initializing cgroup subsys hugetlb\n[ 0.167931] Initializing cgroup subsys pids\n[ 0.168981] CPU: Physical Processor ID: 0\n[ 0.170655] mce: CPU supports 10 MCE banks\n[ 0.171671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183738] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190391] ftrace: allocating 31920 entries in 125 pages\n[ 0.216619] smpboot: Max logical packages: 1\n[ 0.217660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219301] x2apic enabled\n[ 0.220217] Switched APIC routing to physical x2apic.\n[ 0.222163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225909] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228065] KVM setup paravirtual spinlock\n[ 0.229528] x86: Booted up 1 node, 1 CPUs\n[ 0.230500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232195] devtmpfs: initialized\n[ 0.234046] evm: security.selinux\n[ 0.234891] evm: security.SMACK64\n[ 0.235741] evm: security.SMACK64EXEC\n[ 0.236668] evm: security.SMACK64TRANSMUTE\n[ 0.237659] evm: security.SMACK64MMAP\n[ 0.238562] evm: security.ima\n[ 0.239325] evm: security.capability\n[ 0.240288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242573] pinctrl core: initialized pinctrl subsystem\n[ 0.243909] RTC time: 17:15:26, date: 10/10/18\n[ 0.245039] NET: Registered protocol family 16\n[ 0.246193] cpuidle: using governor ladder\n[ 0.247216] cpuidle: using governor menu\n[ 0.248173] PCCT header not found.\n[ 0.249051] ACPI: bus type PCI registered\n[ 0.250015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251559] PCI: Using configuration type 1 for base access\n[ 0.253556] ACPI: Added _OSI(Module Device)\n[ 0.254585] ACPI: Added _OSI(Processor Device)\n[ 0.255644] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256750] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259086] ACPI: Interpreter enabled\n[ 0.260018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269040] ACPI: (supports S0 S5)\n[ 0.269895] ACPI: Using IOAPIC for interrupt routing\n[ 0.271043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277434] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281626] acpiphp: Slot [3] registered\n[ 0.282599] acpiphp: Slot [4] registered\n[ 0.283563] acpiphp: Slot [5] registered\n[ 0.284521] acpiphp: Slot [6] registered\n[ 0.285483] acpiphp: Slot [7] registered\n[ 0.286437] acpiphp: Slot [8] registered\n[ 0.287406] acpiphp: Slot [9] registered\n[ 0.288367] acpiphp: Slot [10] registered\n[ 0.289332] acpiphp: Slot [11] registered\n[ 0.290304] acpiphp: Slot [12] registered\n[ 0.291285] acpiphp: Slot [13] registered\n[ 0.292253] acpiphp: Slot [14] registered\n[ 0.293236] acpiphp: Slot [15] registered\n[ 0.303987] acpiphp: Slot [16] registered\n[ 0.304962] acpiphp: Slot [17] registered\n[ 0.305938] acpiphp: Slot [18] registered\n[ 0.306905] acpiphp: Slot [19] registered\n[ 0.307876] acpiphp: Slot [20] registered\n[ 0.308859] acpiphp: Slot [21] registered\n[ 0.309831] acpiphp: Slot [22] registered\n[ 0.310805] acpiphp: Slot [23] registered\n[ 0.311778] acpiphp: Slot [24] registered\n[ 0.312743] acpiphp: Slot [25] registered\n[ 0.313715] acpiphp: Slot [26] registered\n[ 0.314688] acpiphp: Slot [27] registered\n[ 0.315656] acpiphp: Slot [28] registered\n[ 0.316623] acpiphp: Slot [29] registered\n[ 0.317587] acpiphp: Slot [30] registered\n[ 0.318564] acpiphp: Slot [31] registered\n[ 0.319536] PCI host bridge to bus 0000:00\n[ 0.320512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321976] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.327906] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336603] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338432] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.341006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347244] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349408] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397838] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401177] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406926] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408143] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409257] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410883] vgaarb: loaded\n[ 0.411517] vgaarb: bridge control possible 0000:00:02.0\n[ 0.412715] SCSI subsystem initialized\n[ 0.413583] ACPI: bus type USB registered\n[ 0.414432] usbcore: registered new interface driver usbfs\n[ 0.415510] usbcore: registered new interface driver hub\n[ 0.416581] usbcore: registered new device driver usb\n[ 0.417703] PCI: Using ACPI for IRQ routing\n[ 0.418787] NetLabel: Initializing\n[ 0.419516] NetLabel: domain hash size = 128\n[ 0.420377] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421333] NetLabel: unlabeled traffic allowed by default\n[ 0.422447] clocksource: Switched to clocksource kvm-clock\n[ 0.428327] AppArmor: AppArmor Filesystem Enabled\n[ 0.429298] pnp: PnP ACPI init\n[ 0.430227] pnp: PnP ACPI: found 5 devices\n[ 0.436623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438354] NET: Registered protocol family 2\n[ 0.439338] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443003] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444098] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445281] NET: Registered protocol family 1\n[ 0.446158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447276] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448363] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476716] Trying to unpack rootfs image as initramfs...\n[ 0.527566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541620] Scanning for low memory corruption every 60 seconds\n[ 0.543607] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545409] audit: initializing netlink subsys (disabled)\n[ 0.547039] audit: type=2000 audit(1539191727.554:1): initialized\n[ 0.549013] Initialise system trusted keyring\n[ 0.550414] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561416] zbud: loaded\n[ 0.562939] VFS: Disk quotas dquot_6.6.0\n[ 0.564202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566479] fuse init (API version 7.23)\n[ 0.567799] Key type big_key registered\n[ 0.569017] Allocating IMA MOK and blacklist keyrings.\n[ 0.570711] Key type asymmetric registered\n[ 0.571991] Asymmetric key parser 'x509' registered\n[ 0.573497] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576163] io scheduler noop registered\n[ 0.577388] io scheduler deadline registered (default)\n[ 0.578940] io scheduler cfq registered\n[ 0.580213] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.581868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.583892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586165] ACPI: Power Button [PWRF]\n[ 0.587433] GHES: HEST is not enabled!\n[ 0.602513] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.632879] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636091] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662650] Linux agpgart interface v0.103\n[ 0.665120] brd: module loaded\n[ 0.666639] loop: module loaded\n[ 0.671072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.672727] GPT:90111 != 2097151\n[ 0.673471] GPT:Alternate GPT header not at the end of the disk.\n[ 0.674684] GPT:90111 != 2097151\n[ 0.675430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.676459] vda: vda1 vda15\n[ 0.677970] scsi host0: ata_piix\n[ 0.678803] scsi host1: ata_piix\n[ 0.679577] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.680916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.682504] libphy: Fixed MDIO Bus: probed\n[ 0.683400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.684449] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.686678] PPP generic driver version 2.4.2\n[ 0.687728] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.689077] ehci-pci: EHCI PCI platform driver\n[ 0.690059] ehci-platform: EHCI generic platform driver\n[ 0.691162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692580] ohci-pci: OHCI PCI platform driver\n[ 0.693497] ohci-platform: OHCI generic platform driver\n[ 0.694557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710239] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.711827] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712925] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.714175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717127] usb usb1: Product: UHCI Host Controller\n[ 0.718169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719544] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720619] hub 1-0:1.0: USB hub found\n[ 0.721460] hub 1-0:1.0: 2 ports detected\n[ 0.722416] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725798] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727403] mousedev: PS/2 mouse device common for all mice\n[ 0.728777] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730808] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734680] i2c /dev entries driver\n[ 0.735545] device-mapper: uevent: version 1.0.3\n[ 0.736573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.738382] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739819] NET: Registered protocol family 10\n[ 0.740913] NET: Registered protocol family 17\n[ 0.741901] Key type dns_resolver registered\n[ 0.742918] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.746135] registered taskstats version 1\n[ 0.747063] Loading compiled-in X.509 certificates\n[ 0.748583] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.750689] zswap: loaded using pool lzo/zbud\n[ 0.752662] Key type trusted registered\n[ 0.754311] Key type encrypted registered\n[ 0.755235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.756383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.757538] evm: HMAC attrs: 0x1\n[ 0.758913] Magic number: 6:299:289\n[ 0.759798] tty tty22: hash matches\n[ 0.760684] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:27 UTC (1539191727)\n[ 0.762676] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763999] EDD information not available.\n[ 0.839397] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851484] Write protecting the kernel read-only data: 14336k\n[ 0.853138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854990] 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\n[ 0.897980] random: blkid urandom read with 2 bits of 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWuNQGhrG5BLpOyIsE0I77xnaFeLZcAUJ4hIi844Y2gJvvzmHiXiyy0XNktTCdhVDEHb/VMdlDFFpxGeVeZBTrGBkkcMnBsRQVJkDCwoGVcCx8Yfz8ZFAawhLLV1nEq6lUgzmnXLLjE6rxmUyBQ552a1QZvVS7ezSxALseRhzMN7NNGnZSQYIR7Wc7CO1P5Z1rNJJpsJN8GlzyLobGd7JCVhqtk4kVB1lN1Z8v/X5a6cZaD0ZsA47zfA/FVkmSw0dO5MJokMxb0T0qTiPSqMFEKB36fN4ct3PvEDAAbT/WfMQGAHuXwbEAF0IcyWkaH1yADY5weELElrCIRmidCS0n root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBALTaffItTx3088xk7LW27qEfJDBJi8Vsgl4CijGm7M4Z4+yZMyDx+z/GkOpT/sqPF31rBYOOpJY6nuFSX++oVAzMtAsG5dcxFIb7KKlBqD7ApksZEnlK7n4PywughLWfF8H4MIiQL6lQMeXiGxnVH+BHno8wIx66Mddpdc5fFIkPAAAAFQChy16gbxdtHAGA7qFAxG9W/YHmsQAAAIBa3A9OcacMNLHXati4nWCRjJa80qbCpVv1JMTKaviiHFo0+JfunL1ZvaNJOqe79bBixtNcFtexgGLP9gfaQZYEdUuTsWjqaih10KJauI3k05pwwHiTwEj1tl9cY+k4chmuECwCm/AtGGsWt5e78dts5v0DqRo0i3hmr+cjXHjgUQAAAIAT9JKFnMsIHTf0S+vtmbkkMvB5JQm/ih5B9GO7wwUhp14WHnt90B36JbEQjC8mtpLyC6n385M6M3yBX1wnYINKnLxxIlrXOAUw+iCLtxIQHQuhVim/BY4CxE4jaz4HimCzboD8iO4lEsajhJoXGeHKN8VmEQnsF16VGTAo7pvUHg== 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.9,24,fe80::f816:3eff:fe60:df0e/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.50 ===\n/dev/root resized successfully [took 2.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:60:DF:0E \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe60:df0e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10581 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:17:11,004 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action used request id req-797297e0-d422-403e-bf3f-810d71b73dde 2018-10-10 17:17:13,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:17:14,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:17:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7bb11e66-f07b-478e-bbf9-84f1553f3856 x-compute-request-id: req-7bb11e66-f07b-478e-bbf9-84f1553f3856 Content-Encoding: gzip Content-Length: 10111 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513794014 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145865] pid_max: default: 32768 minimum: 301\n[ 0.146975] ACPI: Core revision 20150930\n[ 0.148524] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150122] Security Framework initialized\n[ 0.151126] Yama: becoming mindful.\n[ 0.152005] AppArmor: AppArmor initialized\n[ 0.153043] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156274] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157755] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159452] Initializing cgroup subsys io\n[ 0.160446] Initializing cgroup subsys memory\n[ 0.161498] Initializing cgroup subsys devices\n[ 0.162555] Initializing cgroup subsys freezer\n[ 0.163614] Initializing cgroup subsys net_cls\n[ 0.164676] Initializing cgroup subsys perf_event\n[ 0.165790] Initializing cgroup subsys net_prio\n[ 0.166872] Initializing cgroup subsys hugetlb\n[ 0.167931] Initializing cgroup subsys pids\n[ 0.168981] CPU: Physical Processor ID: 0\n[ 0.170655] mce: CPU supports 10 MCE banks\n[ 0.171671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183738] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190391] ftrace: allocating 31920 entries in 125 pages\n[ 0.216619] smpboot: Max logical packages: 1\n[ 0.217660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219301] x2apic enabled\n[ 0.220217] Switched APIC routing to physical x2apic.\n[ 0.222163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225909] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228065] KVM setup paravirtual spinlock\n[ 0.229528] x86: Booted up 1 node, 1 CPUs\n[ 0.230500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232195] devtmpfs: initialized\n[ 0.234046] evm: security.selinux\n[ 0.234891] evm: security.SMACK64\n[ 0.235741] evm: security.SMACK64EXEC\n[ 0.236668] evm: security.SMACK64TRANSMUTE\n[ 0.237659] evm: security.SMACK64MMAP\n[ 0.238562] evm: security.ima\n[ 0.239325] evm: security.capability\n[ 0.240288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242573] pinctrl core: initialized pinctrl subsystem\n[ 0.243909] RTC time: 17:15:26, date: 10/10/18\n[ 0.245039] NET: Registered protocol family 16\n[ 0.246193] cpuidle: using governor ladder\n[ 0.247216] cpuidle: using governor menu\n[ 0.248173] PCCT header not found.\n[ 0.249051] ACPI: bus type PCI registered\n[ 0.250015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251559] PCI: Using configuration type 1 for base access\n[ 0.253556] ACPI: Added _OSI(Module Device)\n[ 0.254585] ACPI: Added _OSI(Processor Device)\n[ 0.255644] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256750] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259086] ACPI: Interpreter enabled\n[ 0.260018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269040] ACPI: (supports S0 S5)\n[ 0.269895] ACPI: Using IOAPIC for interrupt routing\n[ 0.271043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277434] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281626] acpiphp: Slot [3] registered\n[ 0.282599] acpiphp: Slot [4] registered\n[ 0.283563] acpiphp: Slot [5] registered\n[ 0.284521] acpiphp: Slot [6] registered\n[ 0.285483] acpiphp: Slot [7] registered\n[ 0.286437] acpiphp: Slot [8] registered\n[ 0.287406] acpiphp: Slot [9] registered\n[ 0.288367] acpiphp: Slot [10] registered\n[ 0.289332] acpiphp: Slot [11] registered\n[ 0.290304] acpiphp: Slot [12] registered\n[ 0.291285] acpiphp: Slot [13] registered\n[ 0.292253] acpiphp: Slot [14] registered\n[ 0.293236] acpiphp: Slot [15] registered\n[ 0.303987] acpiphp: Slot [16] registered\n[ 0.304962] acpiphp: Slot [17] registered\n[ 0.305938] acpiphp: Slot [18] registered\n[ 0.306905] acpiphp: Slot [19] registered\n[ 0.307876] acpiphp: Slot [20] registered\n[ 0.308859] acpiphp: Slot [21] registered\n[ 0.309831] acpiphp: Slot [22] registered\n[ 0.310805] acpiphp: Slot [23] registered\n[ 0.311778] acpiphp: Slot [24] registered\n[ 0.312743] acpiphp: Slot [25] registered\n[ 0.313715] acpiphp: Slot [26] registered\n[ 0.314688] acpiphp: Slot [27] registered\n[ 0.315656] acpiphp: Slot [28] registered\n[ 0.316623] acpiphp: Slot [29] registered\n[ 0.317587] acpiphp: Slot [30] registered\n[ 0.318564] acpiphp: Slot [31] registered\n[ 0.319536] PCI host bridge to bus 0000:00\n[ 0.320512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321976] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.327906] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336603] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338432] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.341006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347244] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349408] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397838] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401177] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406926] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408143] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409257] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410883] vgaarb: loaded\n[ 0.411517] vgaarb: bridge control possible 0000:00:02.0\n[ 0.412715] SCSI subsystem initialized\n[ 0.413583] ACPI: bus type USB registered\n[ 0.414432] usbcore: registered new interface driver usbfs\n[ 0.415510] usbcore: registered new interface driver hub\n[ 0.416581] usbcore: registered new device driver usb\n[ 0.417703] PCI: Using ACPI for IRQ routing\n[ 0.418787] NetLabel: Initializing\n[ 0.419516] NetLabel: domain hash size = 128\n[ 0.420377] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421333] NetLabel: unlabeled traffic allowed by default\n[ 0.422447] clocksource: Switched to clocksource kvm-clock\n[ 0.428327] AppArmor: AppArmor Filesystem Enabled\n[ 0.429298] pnp: PnP ACPI init\n[ 0.430227] pnp: PnP ACPI: found 5 devices\n[ 0.436623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438354] NET: Registered protocol family 2\n[ 0.439338] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443003] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444098] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445281] NET: Registered protocol family 1\n[ 0.446158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447276] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448363] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476716] Trying to unpack rootfs image as initramfs...\n[ 0.527566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541620] Scanning for low memory corruption every 60 seconds\n[ 0.543607] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545409] audit: initializing netlink subsys (disabled)\n[ 0.547039] audit: type=2000 audit(1539191727.554:1): initialized\n[ 0.549013] Initialise system trusted keyring\n[ 0.550414] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561416] zbud: loaded\n[ 0.562939] VFS: Disk quotas dquot_6.6.0\n[ 0.564202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566479] fuse init (API version 7.23)\n[ 0.567799] Key type big_key registered\n[ 0.569017] Allocating IMA MOK and blacklist keyrings.\n[ 0.570711] Key type asymmetric registered\n[ 0.571991] Asymmetric key parser 'x509' registered\n[ 0.573497] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576163] io scheduler noop registered\n[ 0.577388] io scheduler deadline registered (default)\n[ 0.578940] io scheduler cfq registered\n[ 0.580213] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.581868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.583892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586165] ACPI: Power Button [PWRF]\n[ 0.587433] GHES: HEST is not enabled!\n[ 0.602513] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.632879] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636091] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662650] Linux agpgart interface v0.103\n[ 0.665120] brd: module loaded\n[ 0.666639] loop: module loaded\n[ 0.671072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.672727] GPT:90111 != 2097151\n[ 0.673471] GPT:Alternate GPT header not at the end of the disk.\n[ 0.674684] GPT:90111 != 2097151\n[ 0.675430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.676459] vda: vda1 vda15\n[ 0.677970] scsi host0: ata_piix\n[ 0.678803] scsi host1: ata_piix\n[ 0.679577] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.680916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.682504] libphy: Fixed MDIO Bus: probed\n[ 0.683400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.684449] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.686678] PPP generic driver version 2.4.2\n[ 0.687728] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.689077] ehci-pci: EHCI PCI platform driver\n[ 0.690059] ehci-platform: EHCI generic platform driver\n[ 0.691162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692580] ohci-pci: OHCI PCI platform driver\n[ 0.693497] ohci-platform: OHCI generic platform driver\n[ 0.694557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710239] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.711827] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712925] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.714175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717127] usb usb1: Product: UHCI Host Controller\n[ 0.718169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719544] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720619] hub 1-0:1.0: USB hub found\n[ 0.721460] hub 1-0:1.0: 2 ports detected\n[ 0.722416] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725798] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727403] mousedev: PS/2 mouse device common for all mice\n[ 0.728777] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730808] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734680] i2c /dev entries driver\n[ 0.735545] device-mapper: uevent: version 1.0.3\n[ 0.736573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.738382] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739819] NET: Registered protocol family 10\n[ 0.740913] NET: Registered protocol family 17\n[ 0.741901] Key type dns_resolver registered\n[ 0.742918] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.746135] registered taskstats version 1\n[ 0.747063] Loading compiled-in X.509 certificates\n[ 0.748583] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.750689] zswap: loaded using pool lzo/zbud\n[ 0.752662] Key type trusted registered\n[ 0.754311] Key type encrypted registered\n[ 0.755235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.756383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.757538] evm: HMAC attrs: 0x1\n[ 0.758913] Magic number: 6:299:289\n[ 0.759798] tty tty22: hash matches\n[ 0.760684] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:27 UTC (1539191727)\n[ 0.762676] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763999] EDD information not available.\n[ 0.839397] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851484] Write protecting the kernel read-only data: 14336k\n[ 0.853138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854990] 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\n[ 0.897980] random: blkid urandom read with 2 bits of 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWuNQGhrG5BLpOyIsE0I77xnaFeLZcAUJ4hIi844Y2gJvvzmHiXiyy0XNktTCdhVDEHb/VMdlDFFpxGeVeZBTrGBkkcMnBsRQVJkDCwoGVcCx8Yfz8ZFAawhLLV1nEq6lUgzmnXLLjE6rxmUyBQ552a1QZvVS7ezSxALseRhzMN7NNGnZSQYIR7Wc7CO1P5Z1rNJJpsJN8GlzyLobGd7JCVhqtk4kVB1lN1Z8v/X5a6cZaD0ZsA47zfA/FVkmSw0dO5MJokMxb0T0qTiPSqMFEKB36fN4ct3PvEDAAbT/WfMQGAHuXwbEAF0IcyWkaH1yADY5weELElrCIRmidCS0n root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBALTaffItTx3088xk7LW27qEfJDBJi8Vsgl4CijGm7M4Z4+yZMyDx+z/GkOpT/sqPF31rBYOOpJY6nuFSX++oVAzMtAsG5dcxFIb7KKlBqD7ApksZEnlK7n4PywughLWfF8H4MIiQL6lQMeXiGxnVH+BHno8wIx66Mddpdc5fFIkPAAAAFQChy16gbxdtHAGA7qFAxG9W/YHmsQAAAIBa3A9OcacMNLHXati4nWCRjJa80qbCpVv1JMTKaviiHFo0+JfunL1ZvaNJOqe79bBixtNcFtexgGLP9gfaQZYEdUuTsWjqaih10KJauI3k05pwwHiTwEj1tl9cY+k4chmuECwCm/AtGGsWt5e78dts5v0DqRo0i3hmr+cjXHjgUQAAAIAT9JKFnMsIHTf0S+vtmbkkMvB5JQm/ih5B9GO7wwUhp14WHnt90B36JbEQjC8mtpLyC6n385M6M3yBX1wnYINKnLxxIlrXOAUw+iCLtxIQHQuhVim/BY4CxE4jaz4HimCzboD8iO4lEsajhJoXGeHKN8VmEQnsF16VGTAo7pvUHg== 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.9,24,fe80::f816:3eff:fe60:df0e/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.50 ===\n/dev/root resized successfully [took 2.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:60:DF:0E \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe60:df0e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10581 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:17:14,117 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action used request id req-7bb11e66-f07b-478e-bbf9-84f1553f3856 2018-10-10 17:17:16,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:17:17,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:17: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-76fa24ce-924c-47c2-a181-3645db91ccbf x-compute-request-id: req-76fa24ce-924c-47c2-a181-3645db91ccbf Content-Encoding: gzip Content-Length: 10111 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513794014 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145865] pid_max: default: 32768 minimum: 301\n[ 0.146975] ACPI: Core revision 20150930\n[ 0.148524] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150122] Security Framework initialized\n[ 0.151126] Yama: becoming mindful.\n[ 0.152005] AppArmor: AppArmor initialized\n[ 0.153043] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156274] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157755] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159452] Initializing cgroup subsys io\n[ 0.160446] Initializing cgroup subsys memory\n[ 0.161498] Initializing cgroup subsys devices\n[ 0.162555] Initializing cgroup subsys freezer\n[ 0.163614] Initializing cgroup subsys net_cls\n[ 0.164676] Initializing cgroup subsys perf_event\n[ 0.165790] Initializing cgroup subsys net_prio\n[ 0.166872] Initializing cgroup subsys hugetlb\n[ 0.167931] Initializing cgroup subsys pids\n[ 0.168981] CPU: Physical Processor ID: 0\n[ 0.170655] mce: CPU supports 10 MCE banks\n[ 0.171671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183738] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190391] ftrace: allocating 31920 entries in 125 pages\n[ 0.216619] smpboot: Max logical packages: 1\n[ 0.217660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219301] x2apic enabled\n[ 0.220217] Switched APIC routing to physical x2apic.\n[ 0.222163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225909] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228065] KVM setup paravirtual spinlock\n[ 0.229528] x86: Booted up 1 node, 1 CPUs\n[ 0.230500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232195] devtmpfs: initialized\n[ 0.234046] evm: security.selinux\n[ 0.234891] evm: security.SMACK64\n[ 0.235741] evm: security.SMACK64EXEC\n[ 0.236668] evm: security.SMACK64TRANSMUTE\n[ 0.237659] evm: security.SMACK64MMAP\n[ 0.238562] evm: security.ima\n[ 0.239325] evm: security.capability\n[ 0.240288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242573] pinctrl core: initialized pinctrl subsystem\n[ 0.243909] RTC time: 17:15:26, date: 10/10/18\n[ 0.245039] NET: Registered protocol family 16\n[ 0.246193] cpuidle: using governor ladder\n[ 0.247216] cpuidle: using governor menu\n[ 0.248173] PCCT header not found.\n[ 0.249051] ACPI: bus type PCI registered\n[ 0.250015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251559] PCI: Using configuration type 1 for base access\n[ 0.253556] ACPI: Added _OSI(Module Device)\n[ 0.254585] ACPI: Added _OSI(Processor Device)\n[ 0.255644] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256750] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259086] ACPI: Interpreter enabled\n[ 0.260018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269040] ACPI: (supports S0 S5)\n[ 0.269895] ACPI: Using IOAPIC for interrupt routing\n[ 0.271043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277434] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281626] acpiphp: Slot [3] registered\n[ 0.282599] acpiphp: Slot [4] registered\n[ 0.283563] acpiphp: Slot [5] registered\n[ 0.284521] acpiphp: Slot [6] registered\n[ 0.285483] acpiphp: Slot [7] registered\n[ 0.286437] acpiphp: Slot [8] registered\n[ 0.287406] acpiphp: Slot [9] registered\n[ 0.288367] acpiphp: Slot [10] registered\n[ 0.289332] acpiphp: Slot [11] registered\n[ 0.290304] acpiphp: Slot [12] registered\n[ 0.291285] acpiphp: Slot [13] registered\n[ 0.292253] acpiphp: Slot [14] registered\n[ 0.293236] acpiphp: Slot [15] registered\n[ 0.303987] acpiphp: Slot [16] registered\n[ 0.304962] acpiphp: Slot [17] registered\n[ 0.305938] acpiphp: Slot [18] registered\n[ 0.306905] acpiphp: Slot [19] registered\n[ 0.307876] acpiphp: Slot [20] registered\n[ 0.308859] acpiphp: Slot [21] registered\n[ 0.309831] acpiphp: Slot [22] registered\n[ 0.310805] acpiphp: Slot [23] registered\n[ 0.311778] acpiphp: Slot [24] registered\n[ 0.312743] acpiphp: Slot [25] registered\n[ 0.313715] acpiphp: Slot [26] registered\n[ 0.314688] acpiphp: Slot [27] registered\n[ 0.315656] acpiphp: Slot [28] registered\n[ 0.316623] acpiphp: Slot [29] registered\n[ 0.317587] acpiphp: Slot [30] registered\n[ 0.318564] acpiphp: Slot [31] registered\n[ 0.319536] PCI host bridge to bus 0000:00\n[ 0.320512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321976] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.327906] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336603] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338432] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.341006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347244] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349408] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397838] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401177] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406926] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408143] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409257] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410883] vgaarb: loaded\n[ 0.411517] vgaarb: bridge control possible 0000:00:02.0\n[ 0.412715] SCSI subsystem initialized\n[ 0.413583] ACPI: bus type USB registered\n[ 0.414432] usbcore: registered new interface driver usbfs\n[ 0.415510] usbcore: registered new interface driver hub\n[ 0.416581] usbcore: registered new device driver usb\n[ 0.417703] PCI: Using ACPI for IRQ routing\n[ 0.418787] NetLabel: Initializing\n[ 0.419516] NetLabel: domain hash size = 128\n[ 0.420377] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421333] NetLabel: unlabeled traffic allowed by default\n[ 0.422447] clocksource: Switched to clocksource kvm-clock\n[ 0.428327] AppArmor: AppArmor Filesystem Enabled\n[ 0.429298] pnp: PnP ACPI init\n[ 0.430227] pnp: PnP ACPI: found 5 devices\n[ 0.436623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438354] NET: Registered protocol family 2\n[ 0.439338] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443003] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444098] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445281] NET: Registered protocol family 1\n[ 0.446158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447276] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448363] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476716] Trying to unpack rootfs image as initramfs...\n[ 0.527566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541620] Scanning for low memory corruption every 60 seconds\n[ 0.543607] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545409] audit: initializing netlink subsys (disabled)\n[ 0.547039] audit: type=2000 audit(1539191727.554:1): initialized\n[ 0.549013] Initialise system trusted keyring\n[ 0.550414] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561416] zbud: loaded\n[ 0.562939] VFS: Disk quotas dquot_6.6.0\n[ 0.564202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566479] fuse init (API version 7.23)\n[ 0.567799] Key type big_key registered\n[ 0.569017] Allocating IMA MOK and blacklist keyrings.\n[ 0.570711] Key type asymmetric registered\n[ 0.571991] Asymmetric key parser 'x509' registered\n[ 0.573497] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576163] io scheduler noop registered\n[ 0.577388] io scheduler deadline registered (default)\n[ 0.578940] io scheduler cfq registered\n[ 0.580213] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.581868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.583892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586165] ACPI: Power Button [PWRF]\n[ 0.587433] GHES: HEST is not enabled!\n[ 0.602513] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.632879] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636091] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662650] Linux agpgart interface v0.103\n[ 0.665120] brd: module loaded\n[ 0.666639] loop: module loaded\n[ 0.671072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.672727] GPT:90111 != 2097151\n[ 0.673471] GPT:Alternate GPT header not at the end of the disk.\n[ 0.674684] GPT:90111 != 2097151\n[ 0.675430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.676459] vda: vda1 vda15\n[ 0.677970] scsi host0: ata_piix\n[ 0.678803] scsi host1: ata_piix\n[ 0.679577] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.680916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.682504] libphy: Fixed MDIO Bus: probed\n[ 0.683400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.684449] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.686678] PPP generic driver version 2.4.2\n[ 0.687728] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.689077] ehci-pci: EHCI PCI platform driver\n[ 0.690059] ehci-platform: EHCI generic platform driver\n[ 0.691162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692580] ohci-pci: OHCI PCI platform driver\n[ 0.693497] ohci-platform: OHCI generic platform driver\n[ 0.694557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710239] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.711827] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712925] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.714175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717127] usb usb1: Product: UHCI Host Controller\n[ 0.718169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719544] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720619] hub 1-0:1.0: USB hub found\n[ 0.721460] hub 1-0:1.0: 2 ports detected\n[ 0.722416] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725798] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727403] mousedev: PS/2 mouse device common for all mice\n[ 0.728777] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730808] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734680] i2c /dev entries driver\n[ 0.735545] device-mapper: uevent: version 1.0.3\n[ 0.736573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.738382] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739819] NET: Registered protocol family 10\n[ 0.740913] NET: Registered protocol family 17\n[ 0.741901] Key type dns_resolver registered\n[ 0.742918] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.746135] registered taskstats version 1\n[ 0.747063] Loading compiled-in X.509 certificates\n[ 0.748583] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.750689] zswap: loaded using pool lzo/zbud\n[ 0.752662] Key type trusted registered\n[ 0.754311] Key type encrypted registered\n[ 0.755235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.756383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.757538] evm: HMAC attrs: 0x1\n[ 0.758913] Magic number: 6:299:289\n[ 0.759798] tty tty22: hash matches\n[ 0.760684] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:27 UTC (1539191727)\n[ 0.762676] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763999] EDD information not available.\n[ 0.839397] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851484] Write protecting the kernel read-only data: 14336k\n[ 0.853138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854990] 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\n[ 0.897980] random: blkid urandom read with 2 bits of 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWuNQGhrG5BLpOyIsE0I77xnaFeLZcAUJ4hIi844Y2gJvvzmHiXiyy0XNktTCdhVDEHb/VMdlDFFpxGeVeZBTrGBkkcMnBsRQVJkDCwoGVcCx8Yfz8ZFAawhLLV1nEq6lUgzmnXLLjE6rxmUyBQ552a1QZvVS7ezSxALseRhzMN7NNGnZSQYIR7Wc7CO1P5Z1rNJJpsJN8GlzyLobGd7JCVhqtk4kVB1lN1Z8v/X5a6cZaD0ZsA47zfA/FVkmSw0dO5MJokMxb0T0qTiPSqMFEKB36fN4ct3PvEDAAbT/WfMQGAHuXwbEAF0IcyWkaH1yADY5weELElrCIRmidCS0n root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBALTaffItTx3088xk7LW27qEfJDBJi8Vsgl4CijGm7M4Z4+yZMyDx+z/GkOpT/sqPF31rBYOOpJY6nuFSX++oVAzMtAsG5dcxFIb7KKlBqD7ApksZEnlK7n4PywughLWfF8H4MIiQL6lQMeXiGxnVH+BHno8wIx66Mddpdc5fFIkPAAAAFQChy16gbxdtHAGA7qFAxG9W/YHmsQAAAIBa3A9OcacMNLHXati4nWCRjJa80qbCpVv1JMTKaviiHFo0+JfunL1ZvaNJOqe79bBixtNcFtexgGLP9gfaQZYEdUuTsWjqaih10KJauI3k05pwwHiTwEj1tl9cY+k4chmuECwCm/AtGGsWt5e78dts5v0DqRo0i3hmr+cjXHjgUQAAAIAT9JKFnMsIHTf0S+vtmbkkMvB5JQm/ih5B9GO7wwUhp14WHnt90B36JbEQjC8mtpLyC6n385M6M3yBX1wnYINKnLxxIlrXOAUw+iCLtxIQHQuhVim/BY4CxE4jaz4HimCzboD8iO4lEsajhJoXGeHKN8VmEQnsF16VGTAo7pvUHg== 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.9,24,fe80::f816:3eff:fe60:df0e/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.50 ===\n/dev/root resized successfully [took 2.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:60:DF:0E \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe60:df0e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10581 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:17:17,208 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action used request id req-76fa24ce-924c-47c2-a181-3645db91ccbf 2018-10-10 17:17:19,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0926e61a31fd0ff495d51d3380c23e9bbce294e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:17:20,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:17:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a392517-9231-4a3d-83df-749313c9a39a x-compute-request-id: req-5a392517-9231-4a3d-83df-749313c9a39a Content-Encoding: gzip Content-Length: 10931 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513794014 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145865] pid_max: default: 32768 minimum: 301\n[ 0.146975] ACPI: Core revision 20150930\n[ 0.148524] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150122] Security Framework initialized\n[ 0.151126] Yama: becoming mindful.\n[ 0.152005] AppArmor: AppArmor initialized\n[ 0.153043] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156274] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157755] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159452] Initializing cgroup subsys io\n[ 0.160446] Initializing cgroup subsys memory\n[ 0.161498] Initializing cgroup subsys devices\n[ 0.162555] Initializing cgroup subsys freezer\n[ 0.163614] Initializing cgroup subsys net_cls\n[ 0.164676] Initializing cgroup subsys perf_event\n[ 0.165790] Initializing cgroup subsys net_prio\n[ 0.166872] Initializing cgroup subsys hugetlb\n[ 0.167931] Initializing cgroup subsys pids\n[ 0.168981] CPU: Physical Processor ID: 0\n[ 0.170655] mce: CPU supports 10 MCE banks\n[ 0.171671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183738] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190391] ftrace: allocating 31920 entries in 125 pages\n[ 0.216619] smpboot: Max logical packages: 1\n[ 0.217660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219301] x2apic enabled\n[ 0.220217] Switched APIC routing to physical x2apic.\n[ 0.222163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225909] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228065] KVM setup paravirtual spinlock\n[ 0.229528] x86: Booted up 1 node, 1 CPUs\n[ 0.230500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232195] devtmpfs: initialized\n[ 0.234046] evm: security.selinux\n[ 0.234891] evm: security.SMACK64\n[ 0.235741] evm: security.SMACK64EXEC\n[ 0.236668] evm: security.SMACK64TRANSMUTE\n[ 0.237659] evm: security.SMACK64MMAP\n[ 0.238562] evm: security.ima\n[ 0.239325] evm: security.capability\n[ 0.240288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242573] pinctrl core: initialized pinctrl subsystem\n[ 0.243909] RTC time: 17:15:26, date: 10/10/18\n[ 0.245039] NET: Registered protocol family 16\n[ 0.246193] cpuidle: using governor ladder\n[ 0.247216] cpuidle: using governor menu\n[ 0.248173] PCCT header not found.\n[ 0.249051] ACPI: bus type PCI registered\n[ 0.250015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251559] PCI: Using configuration type 1 for base access\n[ 0.253556] ACPI: Added _OSI(Module Device)\n[ 0.254585] ACPI: Added _OSI(Processor Device)\n[ 0.255644] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256750] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259086] ACPI: Interpreter enabled\n[ 0.260018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269040] ACPI: (supports S0 S5)\n[ 0.269895] ACPI: Using IOAPIC for interrupt routing\n[ 0.271043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277434] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281626] acpiphp: Slot [3] registered\n[ 0.282599] acpiphp: Slot [4] registered\n[ 0.283563] acpiphp: Slot [5] registered\n[ 0.284521] acpiphp: Slot [6] registered\n[ 0.285483] acpiphp: Slot [7] registered\n[ 0.286437] acpiphp: Slot [8] registered\n[ 0.287406] acpiphp: Slot [9] registered\n[ 0.288367] acpiphp: Slot [10] registered\n[ 0.289332] acpiphp: Slot [11] registered\n[ 0.290304] acpiphp: Slot [12] registered\n[ 0.291285] acpiphp: Slot [13] registered\n[ 0.292253] acpiphp: Slot [14] registered\n[ 0.293236] acpiphp: Slot [15] registered\n[ 0.303987] acpiphp: Slot [16] registered\n[ 0.304962] acpiphp: Slot [17] registered\n[ 0.305938] acpiphp: Slot [18] registered\n[ 0.306905] acpiphp: Slot [19] registered\n[ 0.307876] acpiphp: Slot [20] registered\n[ 0.308859] acpiphp: Slot [21] registered\n[ 0.309831] acpiphp: Slot [22] registered\n[ 0.310805] acpiphp: Slot [23] registered\n[ 0.311778] acpiphp: Slot [24] registered\n[ 0.312743] acpiphp: Slot [25] registered\n[ 0.313715] acpiphp: Slot [26] registered\n[ 0.314688] acpiphp: Slot [27] registered\n[ 0.315656] acpiphp: Slot [28] registered\n[ 0.316623] acpiphp: Slot [29] registered\n[ 0.317587] acpiphp: Slot [30] registered\n[ 0.318564] acpiphp: Slot [31] registered\n[ 0.319536] PCI host bridge to bus 0000:00\n[ 0.320512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321976] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.327906] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336603] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338432] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.341006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347244] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349408] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397838] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401177] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406926] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408143] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409257] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410883] vgaarb: loaded\n[ 0.411517] vgaarb: bridge control possible 0000:00:02.0\n[ 0.412715] SCSI subsystem initialized\n[ 0.413583] ACPI: bus type USB registered\n[ 0.414432] usbcore: registered new interface driver usbfs\n[ 0.415510] usbcore: registered new interface driver hub\n[ 0.416581] usbcore: registered new device driver usb\n[ 0.417703] PCI: Using ACPI for IRQ routing\n[ 0.418787] NetLabel: Initializing\n[ 0.419516] NetLabel: domain hash size = 128\n[ 0.420377] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421333] NetLabel: unlabeled traffic allowed by default\n[ 0.422447] clocksource: Switched to clocksource kvm-clock\n[ 0.428327] AppArmor: AppArmor Filesystem Enabled\n[ 0.429298] pnp: PnP ACPI init\n[ 0.430227] pnp: PnP ACPI: found 5 devices\n[ 0.436623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438354] NET: Registered protocol family 2\n[ 0.439338] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443003] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444098] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445281] NET: Registered protocol family 1\n[ 0.446158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447276] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448363] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476716] Trying to unpack rootfs image as initramfs...\n[ 0.527566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541620] Scanning for low memory corruption every 60 seconds\n[ 0.543607] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545409] audit: initializing netlink subsys (disabled)\n[ 0.547039] audit: type=2000 audit(1539191727.554:1): initialized\n[ 0.549013] Initialise system trusted keyring\n[ 0.550414] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561416] zbud: loaded\n[ 0.562939] VFS: Disk quotas dquot_6.6.0\n[ 0.564202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566479] fuse init (API version 7.23)\n[ 0.567799] Key type big_key registered\n[ 0.569017] Allocating IMA MOK and blacklist keyrings.\n[ 0.570711] Key type asymmetric registered\n[ 0.571991] Asymmetric key parser 'x509' registered\n[ 0.573497] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576163] io scheduler noop registered\n[ 0.577388] io scheduler deadline registered (default)\n[ 0.578940] io scheduler cfq registered\n[ 0.580213] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.581868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.583892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586165] ACPI: Power Button [PWRF]\n[ 0.587433] GHES: HEST is not enabled!\n[ 0.602513] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.632879] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636091] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662650] Linux agpgart interface v0.103\n[ 0.665120] brd: module loaded\n[ 0.666639] loop: module loaded\n[ 0.671072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.672727] GPT:90111 != 2097151\n[ 0.673471] GPT:Alternate GPT header not at the end of the disk.\n[ 0.674684] GPT:90111 != 2097151\n[ 0.675430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.676459] vda: vda1 vda15\n[ 0.677970] scsi host0: ata_piix\n[ 0.678803] scsi host1: ata_piix\n[ 0.679577] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.680916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.682504] libphy: Fixed MDIO Bus: probed\n[ 0.683400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.684449] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.686678] PPP generic driver version 2.4.2\n[ 0.687728] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.689077] ehci-pci: EHCI PCI platform driver\n[ 0.690059] ehci-platform: EHCI generic platform driver\n[ 0.691162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692580] ohci-pci: OHCI PCI platform driver\n[ 0.693497] ohci-platform: OHCI generic platform driver\n[ 0.694557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709080] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710239] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.711827] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712925] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.714175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717127] usb usb1: Product: UHCI Host Controller\n[ 0.718169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719544] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720619] hub 1-0:1.0: USB hub found\n[ 0.721460] hub 1-0:1.0: 2 ports detected\n[ 0.722416] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725798] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727403] mousedev: PS/2 mouse device common for all mice\n[ 0.728777] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730808] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734680] i2c /dev entries driver\n[ 0.735545] device-mapper: uevent: version 1.0.3\n[ 0.736573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.738382] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739819] NET: Registered protocol family 10\n[ 0.740913] NET: Registered protocol family 17\n[ 0.741901] Key type dns_resolver registered\n[ 0.742918] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.746135] registered taskstats version 1\n[ 0.747063] Loading compiled-in X.509 certificates\n[ 0.748583] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.750689] zswap: loaded using pool lzo/zbud\n[ 0.752662] Key type trusted registered\n[ 0.754311] Key type encrypted registered\n[ 0.755235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.756383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.757538] evm: HMAC attrs: 0x1\n[ 0.758913] Magic number: 6:299:289\n[ 0.759798] tty tty22: hash matches\n[ 0.760684] rtc_cmos 00:00: setting system clock to 2018-10-10 17:15:27 UTC (1539191727)\n[ 0.762676] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763999] EDD information not available.\n[ 0.839397] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851484] Write protecting the kernel read-only data: 14336k\n[ 0.853138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854990] 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\n[ 0.897980] random: blkid urandom read with 2 bits of 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWuNQGhrG5BLpOyIsE0I77xnaFeLZcAUJ4hIi844Y2gJvvzmHiXiyy0XNktTCdhVDEHb/VMdlDFFpxGeVeZBTrGBkkcMnBsRQVJkDCwoGVcCx8Yfz8ZFAawhLLV1nEq6lUgzmnXLLjE6rxmUyBQ552a1QZvVS7ezSxALseRhzMN7NNGnZSQYIR7Wc7CO1P5Z1rNJJpsJN8GlzyLobGd7JCVhqtk4kVB1lN1Z8v/X5a6cZaD0ZsA47zfA/FVkmSw0dO5MJokMxb0T0qTiPSqMFEKB36fN4ct3PvEDAAbT/WfMQGAHuXwbEAF0IcyWkaH1yADY5weELElrCIRmidCS0n root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBALTaffItTx3088xk7LW27qEfJDBJi8Vsgl4CijGm7M4Z4+yZMyDx+z/GkOpT/sqPF31rBYOOpJY6nuFSX++oVAzMtAsG5dcxFIb7KKlBqD7ApksZEnlK7n4PywughLWfF8H4MIiQL6lQMeXiGxnVH+BHno8wIx66Mddpdc5fFIkPAAAAFQChy16gbxdtHAGA7qFAxG9W/YHmsQAAAIBa3A9OcacMNLHXati4nWCRjJa80qbCpVv1JMTKaviiHFo0+JfunL1ZvaNJOqe79bBixtNcFtexgGLP9gfaQZYEdUuTsWjqaih10KJauI3k05pwwHiTwEj1tl9cY+k4chmuECwCm/AtGGsWt5e78dts5v0DqRo0i3hmr+cjXHjgUQAAAIAT9JKFnMsIHTf0S+vtmbkkMvB5JQm/ih5B9GO7wwUhp14WHnt90B36JbEQjC8mtpLyC6n385M6M3yBX1wnYINKnLxxIlrXOAUw+iCLtxIQHQuhVim/BY4CxE4jaz4HimCzboD8iO4lEsajhJoXGeHKN8VmEQnsF16VGTAo7pvUHg== 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.9,24,fe80::f816:3eff:fe60:df0e/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.50 ===\n/dev/root resized successfully [took 2.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:60:DF:0E \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe60:df0e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10581 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-11-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.191971] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.191972] usb 1-1: Product: QEMU USB Tablet\n[ 1.191974] usb 1-1: Manufacturer: QEMU\n[ 1.191975] usb 1-1: SerialNumber: 42\n[ 1.194330] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.212350] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.538513] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.538515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.651896] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.063371] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:15:27 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 10 18:15:27 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 10 18:15:27 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 10 18:15:27 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 10 18:15:27 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 10 18:15:27 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 10 18:15:27 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 10 18:15:27 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 10 18:15:27 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 10 18:15:27 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 10 18:15:27 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 10 18:15:27 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 10 18:15:28 cirros kern.info kernel: [ 1.538513] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 10 18:15:28 cirros kern.info kernel: [ 1.538515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:16:29 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:16:30 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:16:30 cirros kern.info kernel: [ 63.651896] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:16:30 cirros kern.info kernel: [ 64.063371] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-11-2 login: "} 2018-10-10 17:17:20,297 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action used request id req-5a392517-9231-4a3d-83df-749313c9a39a 2018-10-10 17:17:22,331 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-10-10 17:17:52,362 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-10 17:17:52,363 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-10 17:17:52,364 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-10 17:17:52,366 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-10 17:17:52,405 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-10 17:17:52,407 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-10 17:17:52,407 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-10 17:17:52,408 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-10 17:17:52,408 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-10 17:17:52,449 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-10 17:17:52,484 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-10 17:17:52,486 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-10 17:17:52,487 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-10 17:17:52,487 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-10 17:17:52,488 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-10 17:17:52,494 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-10 17:17:52,544 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-10 17:17:52,546 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-10 17:17:52,546 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-10 17:17:52,547 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-10 17:17:52,547 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-10 17:17:52,587 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-10 17:17:52,627 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-10 17:17:52,628 - sdnvpn-results - INFO - Check if a new group was added to OVS 2018-10-10 17:17:52,628 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-10 17:17:52,630 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-10 17:17:52,630 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-10 17:17:52,630 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-10 17:17:52,634 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-10 17:17:52,672 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-10 17:17:52,673 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-10 17:17:52,674 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-10 17:17:52,675 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-10 17:17:52,675 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-10 17:17:52,716 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-10 17:17:52,794 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-10 17:17:52,795 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-10 17:17:52,795 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-10 17:17:52,796 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-10 17:17:52,796 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-10 17:17:52,800 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-10 17:17:52,864 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-10 17:17:52,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10aaa3ce23f390704da7c4f91ec26bb449509ca" -d '{"forceDelete": null}' 2018-10-10 17:17:52,872 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-10 17:17:53,033 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:17:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3c9132ba-fe9f-4364-b5a6-e72c0173a0d3 x-compute-request-id: req-3c9132ba-fe9f-4364-b5a6-e72c0173a0d3 Content-Length: 0 Content-Type: application/json 2018-10-10 17:17:53,034 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/92222d64-1f0d-4a70-967d-f4175819037d/action used request id req-3c9132ba-fe9f-4364-b5a6-e72c0173a0d3 2018-10-10 17:17:53,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10aaa3ce23f390704da7c4f91ec26bb449509ca" -d '{"forceDelete": null}' 2018-10-10 17:17:53,212 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:17: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-c144c51a-789e-4b63-88bf-299e1906171d x-compute-request-id: req-c144c51a-789e-4b63-88bf-299e1906171d Content-Length: 0 Content-Type: application/json 2018-10-10 17:17:53,212 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ab834096-163b-448b-81d7-00e7df696ba4/action used request id req-c144c51a-789e-4b63-88bf-299e1906171d 2018-10-10 17:17:53,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/08d459f0-b546-4766-b49a-7b367cd740f7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}607eb532c1ca44e63c05b74133854a7ea24047f7" 2018-10-10 17:17:54,353 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-507d56a1-50c3-4311-80a2-7e42ea5c9d9a Date: Wed, 10 Oct 2018 17:17:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:17:54,353 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/08d459f0-b546-4766-b49a-7b367cd740f7 used request id req-507d56a1-50c3-4311-80a2-7e42ea5c9d9a 2018-10-10 17:17:54,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/b67e15a1-b00b-49ed-8f29-5b3c39489e4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b968b5cfb444829dc03e40cee68a4fff0f63ded4" 2018-10-10 17:17:54,446 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-41b9cffc-2916-4cc2-9ecf-26ca11188567 Date: Wed, 10 Oct 2018 17:17:54 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet b67e15a1-b00b-49ed-8f29-5b3c39489e4f: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-10 17:17:54,446 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/b67e15a1-b00b-49ed-8f29-5b3c39489e4f used request id req-41b9cffc-2916-4cc2-9ecf-26ca11188567 2018-10-10 17:17:54,447 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet b67e15a1-b00b-49ed-8f29-5b3c39489e4f: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-10 17:17:54,447 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, 'b67e15a1-b00b-49ed-8f29-5b3c39489e4f')]: Unable to complete operation on subnet b67e15a1-b00b-49ed-8f29-5b3c39489e4f: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-41b9cffc-2916-4cc2-9ecf-26ca11188567'] 2018-10-10 17:17:54,447 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id b67e15a1-b00b-49ed-8f29-5b3c39489e4f was not deleted. 2018-10-10 17:17:54,448 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-10 17:17:54,449 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-10 17:17:54,449 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-10 17:17:54,451 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-10 17:17:54,511 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-10 17:17:54,512 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-10 17:17:54,513 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-10 17:17:54,514 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-10 17:17:54,515 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-10 17:17:54,519 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-10 17:17:54,600 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-10 17:17:54,601 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-10-10 17:17:54,601 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-10 17:18:24,632 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-10 17:18:24,633 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-10 17:18:24,633 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-10 17:18:24,635 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-10 17:18:24,671 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-10 17:18:24,673 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-10 17:18:24,674 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-10 17:18:24,675 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-10 17:18:24,675 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-10 17:18:24,716 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-10 17:18:24,750 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-10 17:18:24,751 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-10 17:18:24,752 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-10 17:18:24,752 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-10 17:18:24,753 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-10 17:18:24,755 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-10 17:18:24,792 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-10 17:18:24,793 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-10 17:18:24,794 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-10 17:18:24,795 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-10 17:18:24,795 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-10 17:18:24,836 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-10 17:18:24,871 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-10 17:18:24,872 - sdnvpn-results - INFO - Check if group was removed from OVS after deleting the topology. 2018-10-10 17:18:24,872 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check if a new group was added to OVS | +----------------------------------------------------------------------------------------+ | PASS | New OVS group added | +========================================================================================+ | Check if group was removed from OVS after deleting the topology. | +----------------------------------------------------------------------------------------+ | PASS | Group was deleted from ovs | +========================================================================================+ 2018-10-10 17:18:24,873 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-10 17:18:24,873 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-10 17:18:24,874 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-10-10 17:18:24,874 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology': {'status': 'PASS', 'details': [{'New OVS group added': 'PASS'}, {'Group was deleted from ovs': 'PASS'}]} 2018-10-10 17:18:24,875 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-10-10 17:18:24,875 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-10-10 17:18:24,875 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-10-10 17:18:24,966 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-10-10 17:18:24,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:18:24,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:18:24,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:18:24,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:18:24,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:18:24,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:18:24,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:18:24,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:18:24,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:18:24,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:18:24,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:18:24,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:18:24,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:18:24,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:18:24,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:18:24,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:18:24,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:18:24,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:18:24,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:18:24,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:18:24,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:18:24,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:18:24,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:18:24,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:18:24,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:18:24,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:18:24,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:18:24,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:18:24,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:18:24,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:18:24,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:18:24,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:18:24,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:18:24,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:18:24,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:18:24,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:18:24,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:18:24,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:18:24,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:18:24,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:18:24,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:18:24,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:18:24,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:18:24,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:18:24,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:18:24,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:18:24,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:18:24,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:18:24,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-10 17:18:24,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:18:24,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:18:24,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:18:24,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:18:24,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:18:24,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:18:24,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:18:24,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:18:24,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:18:24,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:18:24,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:18:24,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:18:24,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:18:24,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:18:24,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:18:24,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:18:24,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:18:24,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:18:24,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:18:24,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:18:24,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:18:24,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:18:24,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:18:24,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:18:24,975 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-10 17:18:24,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:18:24,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:18:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e38e884b-ed85-460e-a2dc-7a994817cb11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:18:24,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e38e884b-ed85-460e-a2dc-7a994817cb11 2018-10-10 17:18:24,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:18:25,362 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:18:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["5AMR9UVfRSO9rMUh2PPF0A"], "issued_at": "2018-10-10T17:18:25.000000Z"}} 2018-10-10 17:18:25,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}214ff917922532f038e6a9217b6c5613538ef7d9" 2018-10-10 17:18:25,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-db04b3eb-a216-4142-9b63-86acec1c2d34 Date: Wed, 10 Oct 2018 17:18:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-10 17:18:25,527 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20 used request id req-db04b3eb-a216-4142-9b63-86acec1c2d34 2018-10-10 17:18:25,527 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-10 17:18:25,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}214ff917922532f038e6a9217b6c5613538ef7d9" 2018-10-10 17:18:25,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9966e797-b13e-4213-85d5-115033456df9 Date: Wed, 10 Oct 2018 17:18:25 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 17:18:25,706 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-9966e797-b13e-4213-85d5-115033456df9 2018-10-10 17:18:25,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}214ff917922532f038e6a9217b6c5613538ef7d9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-10 17:18:25,937 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/9fef343e-8fed-4a98-9428-b3d62b90135a X-Openstack-Request-Id: req-0b518a49-da1d-44f9-ad60-fe3ea3fe552b Date: Wed, 10 Oct 2018 17:18:25 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T17:18:25Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T17:18:25Z", "visibility": "public", "locations": [], "self": "/v2/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "min_disk": 0, "protected": false, "id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "file": "/v2/images/9fef343e-8fed-4a98-9428-b3d62b90135a/file", "checksum": null, "owner": "d00928b339b74d1eac5a92b45f495878", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 17:18:25,937 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-0b518a49-da1d-44f9-ad60-fe3ea3fe552b 2018-10-10 17:18:25,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/9fef343e-8fed-4a98-9428-b3d62b90135a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}214ff917922532f038e6a9217b6c5613538ef7d9" -d '' 2018-10-10 17:18:27,354 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-53cf6548-796d-4a66-891e-3b988efdcc86 Date: Wed, 10 Oct 2018 17:18:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:18:27,354 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/9fef343e-8fed-4a98-9428-b3d62b90135a/file used request id req-53cf6548-796d-4a66-891e-3b988efdcc86 2018-10-10 17:18:27,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:18:27,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e90fb61a-acdb-4edd-aa3b-0e0e575ee6b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:18:27,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e90fb61a-acdb-4edd-aa3b-0e0e575ee6b6 2018-10-10 17:18:27,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:18:27,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:18:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["hg9of9AeQS6pfplu-h3cKA"], "issued_at": "2018-10-10T17:18:27.000000Z"}} 2018-10-10 17:18:27,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" 2018-10-10 17:18:28,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-896d1ba3-167b-4884-bd30-04b5432db52c Date: Wed, 10 Oct 2018 17:18:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"028ddf86-c659-470e-87a2-1138bc02467c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["b67e15a1-b00b-49ed-8f29-5b3c39489e4f"],"description":"","tags":[],"updated_at":"2018-10-10T17:15:19Z","provider:segmentation_id":8,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:15:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 17:18:28,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-896d1ba3-167b-4884-bd30-04b5432db52c 2018-10-10 17:18:28,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" 2018-10-10 17:18:28,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1254 X-Openstack-Request-Id: req-2a46f945-23ba-4c7e-b903-abf829d8e1d9 Date: Wed, 10 Oct 2018 17:18:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"028ddf86-c659-470e-87a2-1138bc02467c","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:15:19Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T17:15:19Z","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":"d00928b339b74d1eac5a92b45f495878","id":"b67e15a1-b00b-49ed-8f29-5b3c39489e4f","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-10-10 17:18:28,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-2a46f945-23ba-4c7e-b903-abf829d8e1d9 2018-10-10 17:18:28,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" 2018-10-10 17:18:28,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-953f1a28-3a50-48d3-8248-3afcf297534b Date: Wed, 10 Oct 2018 17:18:28 GMT RESP BODY: {"routers": []} 2018-10-10 17:18:28,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers used request id req-953f1a28-3a50-48d3-8248-3afcf297534b 2018-10-10 17:18:28,615 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-10-10 17:18:28,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" -d '{"network": {"name": "sdnvpn-4-1-net", "admin_state_up": true}}' 2018-10-10 17:18:28,986 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-9eb68d94-abda-44ec-bd4b-a106c32002df Date: Wed, 10 Oct 2018 17:18:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"929707d8-b24b-4387-b606-b7d91a160e3b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:18:28Z","is_default":false,"provider:segmentation_id":2,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:18:28Z","mtu":1450}} 2018-10-10 17:18:28,986 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-9eb68d94-abda-44ec-bd4b-a106c32002df 2018-10-10 17:18:28,986 - sdnvpn.lib.openstack_utils - DEBUG - Network '929707d8-b24b-4387-b606-b7d91a160e3b' created successfully 2018-10-10 17:18:28,986 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-10 17:18:28,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" -d '{"subnets": [{"ip_version": 4, "network_id": "929707d8-b24b-4387-b606-b7d91a160e3b", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-1-subnet"}]}' 2018-10-10 17:18:29,441 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-7f3b989b-418d-4570-bac0-508a6af83931 Date: Wed, 10 Oct 2018 17:18:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"929707d8-b24b-4387-b606-b7d91a160e3b","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:18:29Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T17:18:29Z","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":"d00928b339b74d1eac5a92b45f495878","id":"2667531f-b76f-44f2-856b-b1253190ae83","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"}]} 2018-10-10 17:18:29,441 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-7f3b989b-418d-4570-bac0-508a6af83931 2018-10-10 17:18:29,441 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '2667531f-b76f-44f2-856b-b1253190ae83' created successfully 2018-10-10 17:18:29,442 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-10 17:18:29,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" -d '{"router": {"name": "sdnvpn-4-1-router", "admin_state_up": true}}' 2018-10-10 17:18:29,587 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-9c59d452-ee34-4939-8765-5f7d34a8a985 Date: Wed, 10 Oct 2018 17:18:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T17:18:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T17:18:29Z", "revision_number": 0, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "4af9ac2c-a7fd-4b88-97a3-185892e2b562", "name": "sdnvpn-4-1-router"}} 2018-10-10 17:18:29,588 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-9c59d452-ee34-4939-8765-5f7d34a8a985 2018-10-10 17:18:29,588 - sdnvpn.lib.openstack_utils - DEBUG - Router '4af9ac2c-a7fd-4b88-97a3-185892e2b562' created successfully 2018-10-10 17:18:29,588 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-10 17:18:29,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/4af9ac2c-a7fd-4b88-97a3-185892e2b562/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" -d '{"subnet_id": "2667531f-b76f-44f2-856b-b1253190ae83"}' 2018-10-10 17:18:30,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-15a456b4-51f9-4823-8adf-7d9a8b323a94 Date: Wed, 10 Oct 2018 17:18:30 GMT RESP BODY: {"network_id": "929707d8-b24b-4387-b606-b7d91a160e3b", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "subnet_id": "2667531f-b76f-44f2-856b-b1253190ae83", "subnet_ids": ["2667531f-b76f-44f2-856b-b1253190ae83"], "port_id": "06b12ba3-8aa0-4a5e-af1f-10e85c908eb8", "id": "4af9ac2c-a7fd-4b88-97a3-185892e2b562"} 2018-10-10 17:18:30,979 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4af9ac2c-a7fd-4b88-97a3-185892e2b562/add_router_interface used request id req-15a456b4-51f9-4823-8adf-7d9a8b323a94 2018-10-10 17:18:30,979 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-10 17:18:30,980 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-10 17:18:30,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" 2018-10-10 17:18:31,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2014 X-Openstack-Request-Id: req-28f1e4af-00bb-4d41-a497-45c8af639b21 Date: Wed, 10 Oct 2018 17:18:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"028ddf86-c659-470e-87a2-1138bc02467c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["b67e15a1-b00b-49ed-8f29-5b3c39489e4f"],"description":"","tags":[],"updated_at":"2018-10-10T17:15:19Z","provider:segmentation_id":8,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:15:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"929707d8-b24b-4387-b606-b7d91a160e3b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["2667531f-b76f-44f2-856b-b1253190ae83"],"description":"","tags":[],"updated_at":"2018-10-10T17:18:29Z","provider:segmentation_id":2,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:18:28Z","provider:network_type":"vxlan"}]} 2018-10-10 17:18:31,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-28f1e4af-00bb-4d41-a497-45c8af639b21 2018-10-10 17:18:31,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/4af9ac2c-a7fd-4b88-97a3-185892e2b562 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" -d '{"router": {"external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}}}' 2018-10-10 17:18:33,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-812494d6-9cd4-41c0-a577-a1a1502cdea5 Date: Wed, 10 Oct 2018 17:18:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T17:18:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T17:18:33Z", "revision_number": 4, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "4af9ac2c-a7fd-4b88-97a3-185892e2b562", "name": "sdnvpn-4-1-router"}} 2018-10-10 17:18:33,232 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4af9ac2c-a7fd-4b88-97a3-185892e2b562 used request id req-812494d6-9cd4-41c0-a577-a1a1502cdea5 2018-10-10 17:18:33,232 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-10 17:18:33,232 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-4-2-net 2018-10-10 17:18:33,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" -d '{"network": {"name": "sdnvpn-4-2-net", "admin_state_up": true}}' 2018-10-10 17:18:33,797 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-5a96b83f-f645-41f4-9d60-e5ef944a699d Date: Wed, 10 Oct 2018 17:18: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":"bb4d2194-5900-4b52-b011-e5e3f65f2b7a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:18:33Z","is_default":false,"provider:segmentation_id":32,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:18:33Z","mtu":1450}} 2018-10-10 17:18:33,797 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-5a96b83f-f645-41f4-9d60-e5ef944a699d 2018-10-10 17:18:33,798 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-4-2-subnet in network bb4d2194-5900-4b52-b011-e5e3f65f2b7a with cidr 10.10.11.0/24 2018-10-10 17:18:33,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" -d '{"subnets": [{"ip_version": 4, "network_id": "bb4d2194-5900-4b52-b011-e5e3f65f2b7a", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-2-subnet"}]}' 2018-10-10 17:18:34,369 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-473fabd8-da35-46db-b774-42175dc639be Date: Wed, 10 Oct 2018 17:18:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bb4d2194-5900-4b52-b011-e5e3f65f2b7a","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:18:34Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T17:18:34Z","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":"d00928b339b74d1eac5a92b45f495878","id":"e8d957f1-f7d2-4468-97a7-152ea4cfe698","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-10-10 17:18:34,369 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-473fabd8-da35-46db-b774-42175dc639be 2018-10-10 17:18:34,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" 2018-10-10 17:18:34,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-4d3bc71c-b7a2-4fc9-bcd7-60e98e95684f Date: Wed, 10 Oct 2018 17:18:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:16Z", "updated_at": "2018-10-10T16:50:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "53bb9cee-d287-460c-81f4-cf667cd69062", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "abbec588-e284-4eaa-945e-020567df2594", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "ccee292e-a260-43c9-a873-3eb28dc6cc28", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "f01ba550-6535-45d2-9a50-4f8b1abf0865", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}], "revision_number": 4, "project_id": "9159c9580e42418192303fcbcaac7003", "id": "8544d859-73ec-498f-8301-e2235d177a01", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "updated_at": "2018-10-10T16:58:11Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-10T16:58:11Z", "revision_number": 0, "id": "6c2b90b6-dc32-4d6e-b1cd-8739c7f7d7f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:58:11Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 179, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8baf8790-daaa-4d31-86e3-28959d6b01fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8c55c9aa-ef19-4cd2-bd60-3588618c6584", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "a650f5c7-d120-467e-b30c-b8f77a459680", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "abbe640c-fd34-4bfe-9f4f-c2375ad75114", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "d0682f26-9774-4a15-bf12-ec653ac9efcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "db4b9bdb-cbf7-4b9a-a9a7-7d6a8cac30b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 7, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "90409ce8-77de-4088-be50-1e033812a399", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "updated_at": "2018-10-10T14:38:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "name": "default"}]} 2018-10-10 17:18:34,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-4d3bc71c-b7a2-4fc9-bcd7-60e98e95684f 2018-10-10 17:18:34,573 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-10 17:18:34,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:18:34,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:18:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4633eb6-8c7c-480f-9731-80e288318dc3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:18:34,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c4633eb6-8c7c-480f-9731-80e288318dc3 2018-10-10 17:18:34,583 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:18:34,992 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:18:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["pEvl2oe8QTOrXBeaVbzuoA"], "issued_at": "2018-10-10T17:18:34.000000Z"}} 2018-10-10 17:18:34,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f60a05a9148aad01b5f77c7179e0deeb8074ff" 2018-10-10 17:18:35,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:18: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-8b0f276b-ab30-4049-a08d-998c863f6a85 x-compute-request-id: req-8b0f276b-ab30-4049-a08d-998c863f6a85 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.3", "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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "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.6", "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": 5}]} 2018-10-10 17:18:35,187 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-8b0f276b-ab30-4049-a08d-998c863f6a85 2018-10-10 17:18:35,188 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-10 17:18:35,188 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-2'... 2018-10-10 17:18:35,188 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-2 flavor=m1.tiny image=9fef343e-8fed-4a98-9428-b3d62b90135a network=929707d8-b24b-4387-b606-b7d91a160e3b secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-10 17:18:35,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:18:35,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:18:35,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:18:35,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:18:35,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:18:35,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:18:35,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:18:35,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:18:35,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:18:35,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:18:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:18:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:18:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:18:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:18:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:18:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:18:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:18:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:18:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:18:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:18:35,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:18:35,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:18:35,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:18:35,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:18:35,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:18:35,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:18:35,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:18:35,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:18:35,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:18:35,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:18:35,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:18:35,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:18:35,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:18:35,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:18:35,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:18:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:18:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:18:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:18:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:18:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:18:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:18:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:18:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:18:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:18:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:18:35,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:18:35,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:18:35,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:18:35,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:18:35,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:18:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fe38626-77fe-4d76-8818-12ec8cd6af0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:18:35,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8fe38626-77fe-4d76-8818-12ec8cd6af0b 2018-10-10 17:18:35,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:18:35,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:18:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["9dIRu8nAR72Onfwrdc6sjw"], "issued_at": "2018-10-10T17:18:35.000000Z"}} 2018-10-10 17:18:35,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d3e85930131a5bdf52666e3c32826b36d76f09" 2018-10-10 17:18:35,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:18:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72e380bb-54d3-4b89-8be0-0113ad26befc x-compute-request-id: req-72e380bb-54d3-4b89-8be0-0113ad26befc Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:18:35,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-72e380bb-54d3-4b89-8be0-0113ad26befc 2018-10-10 17:18:35,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d3e85930131a5bdf52666e3c32826b36d76f09" 2018-10-10 17:18:35,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:18:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60e0369b-82c4-4e22-a090-db242e2dada8 x-compute-request-id: req-60e0369b-82c4-4e22-a090-db242e2dada8 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:18:35,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-60e0369b-82c4-4e22-a090-db242e2dada8 2018-10-10 17:18:35,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d3e85930131a5bdf52666e3c32826b36d76f09" -d '{"server": {"name": "sdnvpn-4-2", "imageRef": "9fef343e-8fed-4a98-9428-b3d62b90135a", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "max_count": 1, "min_count": 1, "networks": [{"uuid": "929707d8-b24b-4387-b606-b7d91a160e3b"}]}}' 2018-10-10 17:18:37,265 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:18:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-436e6da2-a2f4-495d-a0af-1ad4b8d9a9d4 x-compute-request-id: req-436e6da2-a2f4-495d-a0af-1ad4b8d9a9d4 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c72df1c9-3cff-4c20-969b-fc145d27384d", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c72df1c9-3cff-4c20-969b-fc145d27384d", "rel": "bookmark"}], "adminPass": "WwyL7t34r4KV"}} 2018-10-10 17:18:37,266 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-436e6da2-a2f4-495d-a0af-1ad4b8d9a9d4 2018-10-10 17:18:37,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:18:37,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:18:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d8ea685-db68-44e5-aac5-fe65ead08a72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:18:37,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5d8ea685-db68-44e5-aac5-fe65ead08a72 2018-10-10 17:18:37,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:18:37,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:18:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["gLbu9gqCQ9uwRq8Asqssww"], "issued_at": "2018-10-10T17:18:37.000000Z"}} 2018-10-10 17:18:37,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ced94540ff0b2ace4a4260104dbaa077c1c3d8" 2018-10-10 17:18:38,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:18: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-01556c2c-16e2-4e01-b3e1-03a541badccc x-compute-request-id: req-01556c2c-16e2-4e01-b3e1-03a541badccc Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c72df1c9-3cff-4c20-969b-fc145d27384d", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "c72df1c9-3cff-4c20-969b-fc145d27384d", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:18:37Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-2", "created": "2018-10-10T17:18:37Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:18:38,224 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d used request id req-01556c2c-16e2-4e01-b3e1-03a541badccc 2018-10-10 17:18:41,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ced94540ff0b2ace4a4260104dbaa077c1c3d8" 2018-10-10 17:18:41,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:18: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-741fd868-bb26-42d2-bb27-8b6463621ef8 x-compute-request-id: req-741fd868-bb26-42d2-bb27-8b6463621ef8 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.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c72df1c9-3cff-4c20-969b-fc145d27384d", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "c72df1c9-3cff-4c20-969b-fc145d27384d", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:18:39Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-10-10T17:18:37Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:18:41,768 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d used request id req-741fd868-bb26-42d2-bb27-8b6463621ef8 2018-10-10 17:18:44,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ced94540ff0b2ace4a4260104dbaa077c1c3d8" 2018-10-10 17:18:45,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-04d50297-e862-42f2-8b73-36805eae5af4 x-compute-request-id: req-04d50297-e862-42f2-8b73-36805eae5af4 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:40:4c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c72df1c9-3cff-4c20-969b-fc145d27384d", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": "2018-10-10T17:18:40.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "c72df1c9-3cff-4c20-969b-fc145d27384d", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:18:42Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-10-10T17:18:37Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:18:45,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d used request id req-04d50297-e862-42f2-8b73-36805eae5af4 2018-10-10 17:18:45,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d3e85930131a5bdf52666e3c32826b36d76f09" 2018-10-10 17:18:46,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:18:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58e0c71c-3e63-4bf7-8291-edb70d2d748b x-compute-request-id: req-58e0c71c-3e63-4bf7-8291-edb70d2d748b Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:40:4c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c72df1c9-3cff-4c20-969b-fc145d27384d", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": "2018-10-10T17:18:40.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "c72df1c9-3cff-4c20-969b-fc145d27384d", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:18:42Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-10-10T17:18:37Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:18:46,311 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d used request id req-58e0c71c-3e63-4bf7-8291-edb70d2d748b 2018-10-10 17:18:46,312 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-2' booted successfully. IP='10.10.10.7'. 2018-10-10 17:18:46,312 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-2' to security group 'sdnvpn-sg'... 2018-10-10 17:18:46,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f60a05a9148aad01b5f77c7179e0deeb8074ff" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:18:47,774 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:18: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-41377ce9-4e39-481d-a85c-98e805a96d38 x-compute-request-id: req-41377ce9-4e39-481d-a85c-98e805a96d38 Content-Length: 0 Content-Type: application/json 2018-10-10 17:18:47,774 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d/action used request id req-41377ce9-4e39-481d-a85c-98e805a96d38 2018-10-10 17:18:47,774 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-3'... 2018-10-10 17:18:47,774 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-3 flavor=m1.tiny image=9fef343e-8fed-4a98-9428-b3d62b90135a network=929707d8-b24b-4387-b606-b7d91a160e3b secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-10 17:18:47,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:18:47,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:18:47,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:18:47,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:18:47,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:18:47,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:18:47,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:18:47,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:18:47,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:18:47,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:18:47,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:18:47,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:18:47,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:18:47,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:18:47,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:18:47,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:18:47,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:18:47,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:18:47,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:18:47,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:18:47,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:18:47,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:18:47,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:18:47,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:18:47,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:18:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:18:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:18:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:18:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:18:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:18:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:18:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:18:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:18:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:18:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:18:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:18:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:18:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:18:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:18:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:18:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:18:47,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:18:47,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:18:47,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:18:47,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:18:47,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:18:47,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:18:47,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:18:47,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:18:47,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-348c51d1-b68c-420e-8c89-69c299254c49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:18:47,791 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-348c51d1-b68c-420e-8c89-69c299254c49 2018-10-10 17:18:47,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:18:48,183 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:18:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["4d6rKaliR_mWxiGB6Xzp9Q"], "issued_at": "2018-10-10T17:18:48.000000Z"}} 2018-10-10 17:18:48,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d92b9c0f40119c529d83943dbfc92f90da903351" 2018-10-10 17:18:48,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-99a3dc16-f5f4-47bd-a15f-56e19219e7cb x-compute-request-id: req-99a3dc16-f5f4-47bd-a15f-56e19219e7cb Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:18:48,743 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-99a3dc16-f5f4-47bd-a15f-56e19219e7cb 2018-10-10 17:18:48,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d92b9c0f40119c529d83943dbfc92f90da903351" 2018-10-10 17:18:48,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-5d7f839d-8363-4a75-852e-d610bb366d20 x-compute-request-id: req-5d7f839d-8363-4a75-852e-d610bb366d20 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:18:48,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-5d7f839d-8363-4a75-852e-d610bb366d20 2018-10-10 17:18:48,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d92b9c0f40119c529d83943dbfc92f90da903351" -d '{"server": {"name": "sdnvpn-4-3", "imageRef": "9fef343e-8fed-4a98-9428-b3d62b90135a", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "max_count": 1, "min_count": 1, "networks": [{"uuid": "929707d8-b24b-4387-b606-b7d91a160e3b"}]}}' 2018-10-10 17:18:50,182 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17: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-dab96d61-0a8f-48e3-80a1-f6960fd7c3da x-compute-request-id: req-dab96d61-0a8f-48e3-80a1-f6960fd7c3da Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d3d2388f-ed9b-4732-b3ad-39cbbf5954d5", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5", "rel": "bookmark"}], "adminPass": "97ypWhDwNM9W"}} 2018-10-10 17:18:50,182 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-dab96d61-0a8f-48e3-80a1-f6960fd7c3da 2018-10-10 17:18:50,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:18:50,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea5dbbba-3f1b-4931-83d2-7e770de4d1d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:18:50,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ea5dbbba-3f1b-4931-83d2-7e770de4d1d0 2018-10-10 17:18:50,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:18:50,565 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:18:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["-dKm0yA7Sla5jf3ao3sJrA"], "issued_at": "2018-10-10T17:18:50.000000Z"}} 2018-10-10 17:18:50,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c09c3e34f0ba96eb8c27f967d7268d7cb9fcac26" 2018-10-10 17:18:51,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-de5c582d-d1df-44dd-a2e4-84f86d7a496b x-compute-request-id: req-de5c582d-d1df-44dd-a2e4-84f86d7a496b 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.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "d3d2388f-ed9b-4732-b3ad-39cbbf5954d5", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:18:50Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-3", "created": "2018-10-10T17:18:50Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:18:51,100 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5 used request id req-de5c582d-d1df-44dd-a2e4-84f86d7a496b 2018-10-10 17:18:54,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c09c3e34f0ba96eb8c27f967d7268d7cb9fcac26" 2018-10-10 17:18:54,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:18: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-906ebdea-f2ce-4eda-adb1-cf001e4bdac5 x-compute-request-id: req-906ebdea-f2ce-4eda-adb1-cf001e4bdac5 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:31:61:c0", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "d3d2388f-ed9b-4732-b3ad-39cbbf5954d5", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:18:51Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-10-10T17:18:50Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:18:54,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5 used request id req-906ebdea-f2ce-4eda-adb1-cf001e4bdac5 2018-10-10 17:18:57,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c09c3e34f0ba96eb8c27f967d7268d7cb9fcac26" 2018-10-10 17:18:58,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:18:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1461ade7-20b8-4cd1-8f80-1d20a3ca4011 x-compute-request-id: req-1461ade7-20b8-4cd1-8f80-1d20a3ca4011 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:31:61:c0", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2018-10-10T17:18:53.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "d3d2388f-ed9b-4732-b3ad-39cbbf5954d5", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:18:54Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-10-10T17:18:50Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:18:58,608 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5 used request id req-1461ade7-20b8-4cd1-8f80-1d20a3ca4011 2018-10-10 17:18:58,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d92b9c0f40119c529d83943dbfc92f90da903351" 2018-10-10 17:18:59,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-7c421bd6-6f7a-4b37-9333-3f41d4ceb141 x-compute-request-id: req-7c421bd6-6f7a-4b37-9333-3f41d4ceb141 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:31:61:c0", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2018-10-10T17:18:53.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "d3d2388f-ed9b-4732-b3ad-39cbbf5954d5", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:18:54Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-10-10T17:18:50Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:18:59,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5 used request id req-7c421bd6-6f7a-4b37-9333-3f41d4ceb141 2018-10-10 17:18:59,534 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-3' booted successfully. IP='10.10.10.13'. 2018-10-10 17:18:59,534 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-3' to security group 'sdnvpn-sg'... 2018-10-10 17:18:59,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f60a05a9148aad01b5f77c7179e0deeb8074ff" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:19:01,182 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:18:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a061a77a-272e-4023-baa1-b35dfa706ba6 x-compute-request-id: req-a061a77a-272e-4023-baa1-b35dfa706ba6 Content-Length: 0 Content-Type: application/json 2018-10-10 17:19:01,183 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5/action used request id req-a061a77a-272e-4023-baa1-b35dfa706ba6 2018-10-10 17:19:01,183 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-5'... 2018-10-10 17:19:01,183 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-5 flavor=m1.tiny image=9fef343e-8fed-4a98-9428-b3d62b90135a network=bb4d2194-5900-4b52-b011-e5e3f65f2b7a secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-10 17:19:01,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:19:01,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:19:01,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:19:01,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:19:01,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:19:01,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:19:01,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:19:01,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:19:01,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:19:01,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:19:01,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:19:01,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:19:01,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:19:01,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:19:01,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:19:01,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:19:01,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:19:01,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:19:01,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:19:01,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:19:01,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:19:01,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:19:01,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:19:01,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:19:01,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:19:01,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:19:01,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:19:01,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:19:01,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:19:01,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:19:01,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:19:01,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:19:01,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:19:01,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:19:01,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:19:01,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:19:01,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:19:01,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:19:01,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:19:01,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:19:01,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:19:01,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:19:01,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:19:01,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:19:01,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:19:01,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:19:01,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:19:01,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:19:01,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:19:01,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-444b2236-0100-4959-9e24-060664a43c2a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:19:01,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-444b2236-0100-4959-9e24-060664a43c2a 2018-10-10 17:19:01,201 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:19:01,594 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:19:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["6bwfencSRiydzoUKRy3cOw"], "issued_at": "2018-10-10T17:19:01.000000Z"}} 2018-10-10 17:19:01,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" 2018-10-10 17:19:01,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-6a8fc86a-e00f-4a02-8a58-985f87f6cae9 x-compute-request-id: req-6a8fc86a-e00f-4a02-8a58-985f87f6cae9 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:19:01,764 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-6a8fc86a-e00f-4a02-8a58-985f87f6cae9 2018-10-10 17:19:01,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" 2018-10-10 17:19:01,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-1f0d86ea-3574-40ae-b0f5-2394d48988e6 x-compute-request-id: req-1f0d86ea-3574-40ae-b0f5-2394d48988e6 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:19:01,788 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-1f0d86ea-3574-40ae-b0f5-2394d48988e6 2018-10-10 17:19:01,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"server": {"name": "sdnvpn-4-5", "imageRef": "9fef343e-8fed-4a98-9428-b3d62b90135a", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "max_count": 1, "min_count": 1, "networks": [{"uuid": "bb4d2194-5900-4b52-b011-e5e3f65f2b7a"}]}}' 2018-10-10 17:19:03,272 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17: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 x-openstack-request-id: req-c2de9926-17e3-47cd-a569-de44ed34556c x-compute-request-id: req-c2de9926-17e3-47cd-a569-de44ed34556c Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "849d5f8a-d04d-4040-9fb2-e905eaa177f2", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2", "rel": "bookmark"}], "adminPass": "Tw9V9X9ZkDar"}} 2018-10-10 17:19:03,272 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-c2de9926-17e3-47cd-a569-de44ed34556c 2018-10-10 17:19:03,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:19:03,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45718df9-06a2-465c-a3d6-b618c9b5b163 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:19:03,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-45718df9-06a2-465c-a3d6-b618c9b5b163 2018-10-10 17:19:03,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:19:03,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:19:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["aSVWe6KrTjWCTTTBmY_pPw"], "issued_at": "2018-10-10T17:19:03.000000Z"}} 2018-10-10 17:19:03,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f0d2d66b4764463338ae868aa28be9fcb22f27" 2018-10-10 17:19:04,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9459777-9536-4d02-b640-bebc1b284657 x-compute-request-id: req-d9459777-9536-4d02-b640-bebc1b284657 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.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "849d5f8a-d04d-4040-9fb2-e905eaa177f2", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:19:03Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-5", "created": "2018-10-10T17:19:03Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:19:04,186 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2 used request id req-d9459777-9536-4d02-b640-bebc1b284657 2018-10-10 17:19:07,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f0d2d66b4764463338ae868aa28be9fcb22f27" 2018-10-10 17:19:07,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19: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-a3e8209d-f5e9-46aa-abb8-3f66c1bb4251 x-compute-request-id: req-a3e8209d-f5e9-46aa-abb8-3f66c1bb4251 Content-Encoding: gzip Content-Length: 780 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:31:6b:42", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": "2018-10-10T17:19:06.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "849d5f8a-d04d-4040-9fb2-e905eaa177f2", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:19:07Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-10-10T17:19:03Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:19:07,919 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2 used request id req-a3e8209d-f5e9-46aa-abb8-3f66c1bb4251 2018-10-10 17:19:07,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" 2018-10-10 17:19:08,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19: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-8879eb32-f79f-48e4-a42a-4e8a94087b57 x-compute-request-id: req-8879eb32-f79f-48e4-a42a-4e8a94087b57 Content-Encoding: gzip Content-Length: 780 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:31:6b:42", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": "2018-10-10T17:19:06.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "849d5f8a-d04d-4040-9fb2-e905eaa177f2", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:19:07Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-10-10T17:19:03Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:19:08,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2 used request id req-8879eb32-f79f-48e4-a42a-4e8a94087b57 2018-10-10 17:19:08,531 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-5' booted successfully. IP='10.10.11.12'. 2018-10-10 17:19:08,531 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-5' to security group 'sdnvpn-sg'... 2018-10-10 17:19:08,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f60a05a9148aad01b5f77c7179e0deeb8074ff" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:19:09,953 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:19: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-c01c3ffe-2dd4-4228-80fd-4c686ed147c6 x-compute-request-id: req-c01c3ffe-2dd4-4228-80fd-4c686ed147c6 Content-Length: 0 Content-Type: application/json 2018-10-10 17:19:09,953 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-c01c3ffe-2dd4-4228-80fd-4c686ed147c6 2018-10-10 17:19:09,953 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-4'... 2018-10-10 17:19:09,954 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-4 flavor=m1.tiny image=9fef343e-8fed-4a98-9428-b3d62b90135a network=bb4d2194-5900-4b52-b011-e5e3f65f2b7a secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.12 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-10 17:19:09,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:19:09,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:19:09,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:19:09,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:19:09,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:19:09,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:19:09,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:19:09,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:19:09,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:19:09,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:19:09,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:19:09,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:19:09,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:19:09,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:19:09,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:19:09,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:19:09,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:19:09,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:19:09,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:19:09,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:19:09,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:19:09,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:19:09,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:19:09,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:19:09,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:19:09,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:19:09,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:19:09,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:19:09,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:19:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:19:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:19:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:19:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:19:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:19:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:19:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:19:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:19:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:19:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:19:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:19:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:19:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:19:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:19:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:19:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:19:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:19:09,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:19:09,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:19:09,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:19:09,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5c5652d-113f-4a4e-b6fd-29fbe2be58a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:19:09,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a5c5652d-113f-4a4e-b6fd-29fbe2be58a9 2018-10-10 17:19:09,973 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:19:10,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:19:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["zLradx0RTB-gyVMmQyNy1A"], "issued_at": "2018-10-10T17:19:10.000000Z"}} 2018-10-10 17:19:10,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13340500c3ce1ddec64f4d67a4f9da5def1e365" 2018-10-10 17:19:10,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19: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-4a6eea7e-9335-4131-beff-2c37622f4d9d x-compute-request-id: req-4a6eea7e-9335-4131-beff-2c37622f4d9d Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:19:10,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4a6eea7e-9335-4131-beff-2c37622f4d9d 2018-10-10 17:19:10,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13340500c3ce1ddec64f4d67a4f9da5def1e365" 2018-10-10 17:19:10,628 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19: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-dfe440d9-51be-4dae-98d8-ed828b3cb4c9 x-compute-request-id: req-dfe440d9-51be-4dae-98d8-ed828b3cb4c9 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:19:10,628 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-dfe440d9-51be-4dae-98d8-ed828b3cb4c9 2018-10-10 17:19:10,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13340500c3ce1ddec64f4d67a4f9da5def1e365" -d '{"server": {"name": "sdnvpn-4-4", "imageRef": "9fef343e-8fed-4a98-9428-b3d62b90135a", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "bb4d2194-5900-4b52-b011-e5e3f65f2b7a"}], "config_drive": true}}' 2018-10-10 17:19:12,109 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:19: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-dd694f92-5c40-4a8f-9fa6-514f1642867a x-compute-request-id: req-dd694f92-5c40-4a8f-9fa6-514f1642867a Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "726c0ded-3535-480c-8c54-8763f70e54dc", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/726c0ded-3535-480c-8c54-8763f70e54dc", "rel": "bookmark"}], "adminPass": "KHSZGWdpm7WG"}} 2018-10-10 17:19:12,109 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-dd694f92-5c40-4a8f-9fa6-514f1642867a 2018-10-10 17:19:12,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:19:12,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0588ca4f-32aa-4472-888f-55eaff22ccc1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:19:12,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0588ca4f-32aa-4472-888f-55eaff22ccc1 2018-10-10 17:19:12,117 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:19:12,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:19:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["yoNfJ7UBQs6CdqAYQxxlJg"], "issued_at": "2018-10-10T17:19:12.000000Z"}} 2018-10-10 17:19:12,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a16bf50ffd3ce0bee178066f09b39973a9720a0c" 2018-10-10 17:19:13,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19: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-13974a5a-5c38-43de-bb50-65786a2efd46 x-compute-request-id: req-13974a5a-5c38-43de-bb50-65786a2efd46 Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/726c0ded-3535-480c-8c54-8763f70e54dc", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "726c0ded-3535-480c-8c54-8763f70e54dc", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:19:12Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-10-10T17:19:12Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:19:13,041 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc used request id req-13974a5a-5c38-43de-bb50-65786a2efd46 2018-10-10 17:19:16,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a16bf50ffd3ce0bee178066f09b39973a9720a0c" 2018-10-10 17:19:16,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-1669fb68-23ef-4105-ae6c-1b2b141c4350 x-compute-request-id: req-1669fb68-23ef-4105-ae6c-1b2b141c4350 Content-Encoding: gzip Content-Length: 779 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:01:c7:42", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/726c0ded-3535-480c-8c54-8763f70e54dc", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "726c0ded-3535-480c-8c54-8763f70e54dc", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:19:13Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-10-10T17:19:12Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:19:16,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc used request id req-1669fb68-23ef-4105-ae6c-1b2b141c4350 2018-10-10 17:19:19,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a16bf50ffd3ce0bee178066f09b39973a9720a0c" 2018-10-10 17:19:20,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-23498bb1-c692-4c53-a329-e524fcc46911 x-compute-request-id: req-23498bb1-c692-4c53-a329-e524fcc46911 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:c7:42", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/726c0ded-3535-480c-8c54-8763f70e54dc", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": "2018-10-10T17:19:14.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "726c0ded-3535-480c-8c54-8763f70e54dc", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:19:16Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-10-10T17:19:12Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:19:20,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc used request id req-23498bb1-c692-4c53-a329-e524fcc46911 2018-10-10 17:19:20,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13340500c3ce1ddec64f4d67a4f9da5def1e365" 2018-10-10 17:19:21,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19: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-8192c08f-6b48-479a-9c91-a6527b2eed01 x-compute-request-id: req-8192c08f-6b48-479a-9c91-a6527b2eed01 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:c7:42", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/726c0ded-3535-480c-8c54-8763f70e54dc", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": "2018-10-10T17:19:14.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "726c0ded-3535-480c-8c54-8763f70e54dc", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:19:16Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-10-10T17:19:12Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:19:21,251 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc used request id req-8192c08f-6b48-479a-9c91-a6527b2eed01 2018-10-10 17:19:21,251 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-4' booted successfully. IP='10.10.11.8'. 2018-10-10 17:19:21,252 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-4' to security group 'sdnvpn-sg'... 2018-10-10 17:19:21,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f60a05a9148aad01b5f77c7179e0deeb8074ff" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:19:22,841 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17: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-ca52dfa9-b401-4a15-a066-8a09e44138c8 x-compute-request-id: req-ca52dfa9-b401-4a15-a066-8a09e44138c8 Content-Length: 0 Content-Type: application/json 2018-10-10 17:19:22,841 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc/action used request id req-ca52dfa9-b401-4a15-a066-8a09e44138c8 2018-10-10 17:19:22,842 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-1'... 2018-10-10 17:19:22,842 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-1 flavor=m1.tiny image=9fef343e-8fed-4a98-9428-b3d62b90135a network=929707d8-b24b-4387-b606-b7d91a160e3b secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.7 10.10.10.13 10.10.11.8 10.10.11.12 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-10 17:19:22,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:19:22,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:19:22,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:19:22,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:19:22,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:19:22,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:19:22,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:19:22,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:19:22,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:19:22,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:19:22,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:19:22,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:19:22,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:19:22,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:19:22,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:19:22,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:19:22,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:19:22,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:19:22,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:19:22,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:19:22,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:19:22,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:19:22,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:19:22,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:19:22,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:19:22,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:19:22,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:19:22,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:19:22,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:19:22,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:19:22,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:19:22,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:19:22,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:19:22,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:19:22,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:19:22,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:19:22,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:19:22,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:19:22,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:19:22,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:19:22,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:19:22,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:19:22,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:19:22,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:19:22,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:19:22,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:19:22,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:19:22,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:19:22,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:19:22,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1491e5d5-7ddc-4787-9601-c6954eeea439 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:19:22,860 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1491e5d5-7ddc-4787-9601-c6954eeea439 2018-10-10 17:19:22,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:19:23,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:19:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["PeoppLHSTRSAde1HbySs1Q"], "issued_at": "2018-10-10T17:19:23.000000Z"}} 2018-10-10 17:19:23,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea08b8135bf7427161b45dca62ae83fa05cf536" 2018-10-10 17:19:23,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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,Accept-Encoding x-openstack-request-id: req-e09ffdff-de9d-40aa-88f7-2ceedc9b1a1b x-compute-request-id: req-e09ffdff-de9d-40aa-88f7-2ceedc9b1a1b Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:19:23,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-e09ffdff-de9d-40aa-88f7-2ceedc9b1a1b 2018-10-10 17:19:23,366 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea08b8135bf7427161b45dca62ae83fa05cf536" 2018-10-10 17:19:23,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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,Accept-Encoding x-openstack-request-id: req-23de85d1-1761-420b-a3c5-96e090cf8811 x-compute-request-id: req-23de85d1-1761-420b-a3c5-96e090cf8811 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:19:23,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-23de85d1-1761-420b-a3c5-96e090cf8811 2018-10-10 17:19:23,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea08b8135bf7427161b45dca62ae83fa05cf536" -d '{"server": {"name": "sdnvpn-4-1", "imageRef": "9fef343e-8fed-4a98-9428-b3d62b90135a", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC43IDEwLjEwLjEwLjEzIDEwLjEwLjExLjggMTAuMTAuMTEuMTIKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBwaW5nIC1jIDEwICRpcCAyPiYxID4vZGV2L251bGwKICBSRVM9JD8KICBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgIGVjaG8gcGluZyAkaXAgT0sKICBlbHNlIGVjaG8gcGluZyAkaXAgS08KICBmaQogZG9uZQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "929707d8-b24b-4387-b606-b7d91a160e3b"}], "config_drive": true}}' 2018-10-10 17:19:24,870 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17: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-0c9dcac0-282f-436f-bfc5-c8f19f6e3e70 x-compute-request-id: req-0c9dcac0-282f-436f-bfc5-c8f19f6e3e70 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7cf7b2e6-6bb6-4383-94a6-4ed999a1858b", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b", "rel": "bookmark"}], "adminPass": "mpLhH7duG5FY"}} 2018-10-10 17:19:24,870 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-0c9dcac0-282f-436f-bfc5-c8f19f6e3e70 2018-10-10 17:19:24,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:19:24,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b73dc107-193b-4c90-bbe1-b7d86d4e7d3a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:19:24,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b73dc107-193b-4c90-bbe1-b7d86d4e7d3a 2018-10-10 17:19:24,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:19:25,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:19:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["Xle-KicRSrmF3j_f58t5gA"], "issued_at": "2018-10-10T17:19:25.000000Z"}} 2018-10-10 17:19:25,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07abdf11ae225fed13efda95ad83fb765ee7d1f9" 2018-10-10 17:19:25,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19: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-5226c38e-5be8-4817-9ffc-f43f381f259b x-compute-request-id: req-5226c38e-5be8-4817-9ffc-f43f381f259b Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "7cf7b2e6-6bb6-4383-94a6-4ed999a1858b", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:19:25Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-1", "created": "2018-10-10T17:19:24Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:19:25,714 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b used request id req-5226c38e-5be8-4817-9ffc-f43f381f259b 2018-10-10 17:19:28,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07abdf11ae225fed13efda95ad83fb765ee7d1f9" 2018-10-10 17:19:29,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19: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-c4147395-548b-499b-aa1f-a4444bc26aaa x-compute-request-id: req-c4147395-548b-499b-aa1f-a4444bc26aaa Content-Encoding: gzip Content-Length: 777 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:15:ba:9a", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "7cf7b2e6-6bb6-4383-94a6-4ed999a1858b", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:19:25Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-10-10T17:19:24Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:19:29,281 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b used request id req-c4147395-548b-499b-aa1f-a4444bc26aaa 2018-10-10 17:19:32,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07abdf11ae225fed13efda95ad83fb765ee7d1f9" 2018-10-10 17:19:33,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-721f8825-08de-4822-97f3-5da45fb69769 x-compute-request-id: req-721f8825-08de-4822-97f3-5da45fb69769 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:ba:9a", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2018-10-10T17:19:27.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "7cf7b2e6-6bb6-4383-94a6-4ed999a1858b", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:19:29Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-10-10T17:19:24Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:19:33,201 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b used request id req-721f8825-08de-4822-97f3-5da45fb69769 2018-10-10 17:19:33,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea08b8135bf7427161b45dca62ae83fa05cf536" 2018-10-10 17:19:33,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f543e31f-3519-4927-aadd-e1a48bd80505 x-compute-request-id: req-f543e31f-3519-4927-aadd-e1a48bd80505 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:ba:9a", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b", "rel": "bookmark"}], "image": {"id": "9fef343e-8fed-4a98-9428-b3d62b90135a", "links": [{"href": "http://172.30.9.27:8774/images/9fef343e-8fed-4a98-9428-b3d62b90135a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2018-10-10T17:19:27.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "7cf7b2e6-6bb6-4383-94a6-4ed999a1858b", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:19:29Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-10-10T17:19:24Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:19:33,963 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b used request id req-f543e31f-3519-4927-aadd-e1a48bd80505 2018-10-10 17:19:33,963 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-1' booted successfully. IP='10.10.10.16'. 2018-10-10 17:19:33,963 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-1' to security group 'sdnvpn-sg'... 2018-10-10 17:19:33,966 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f60a05a9148aad01b5f77c7179e0deeb8074ff" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:19:35,416 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:19:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8e97b4ce-5a21-4b8e-a123-78c671fa2efa x-compute-request-id: req-8e97b4ce-5a21-4b8e-a123-78c671fa2efa Content-Length: 0 Content-Type: application/json 2018-10-10 17:19:35,416 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action used request id req-8e97b4ce-5a21-4b8e-a123-78c671fa2efa 2018-10-10 17:19:35,417 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-10-10 17:19:35,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-956817", "route_distinguishers": "12:12"}}' 2018-10-10 17:19:35,789 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-0f935ed3-0684-44bc-8fc1-fd4b283b29a9 Date: Wed, 10 Oct 2018 17:19:35 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": [], "id": "ccb76826-fad6-428a-8e36-bfb44726934f", "name": "sdnvpn-956817", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "type": "l3"}} 2018-10-10 17:19:35,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns used request id req-0f935ed3-0684-44bc-8fc1-fd4b283b29a9 2018-10-10 17:19:35,789 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-956817', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'd00928b339b74d1eac5a92b45f495878', u'route_targets': [], u'project_id': u'd00928b339b74d1eac5a92b45f495878', u'type': u'l3', u'id': u'ccb76826-fad6-428a-8e36-bfb44726934f'}} 2018-10-10 17:19:35,790 - sdnvpn-results - INFO - Associate router 'sdnvpn-4-1-router' to the VPN. 2018-10-10 17:19:35,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/ccb76826-fad6-428a-8e36-bfb44726934f/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" -d '{"router_association": {"router_id": "4af9ac2c-a7fd-4b88-97a3-185892e2b562"}}' 2018-10-10 17:19:36,315 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-2b44cba6-98d1-4672-a065-e5bc52e0e231 Date: Wed, 10 Oct 2018 17:19:36 GMT RESP BODY: {"router_association": {"router_id": "4af9ac2c-a7fd-4b88-97a3-185892e2b562", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "2bf91bfa-e19c-492d-be0c-2e4cd1931583"}} 2018-10-10 17:19:36,315 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/ccb76826-fad6-428a-8e36-bfb44726934f/router_associations used request id req-2b44cba6-98d1-4672-a065-e5bc52e0e231 2018-10-10 17:19:36,316 - sdnvpn_test_utils - INFO - Waiting for instance c72df1c9-3cff-4c20-969b-fc145d27384d to boot up 2018-10-10 17:19:36,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d3e85930131a5bdf52666e3c32826b36d76f09" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:19:37,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19: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-9c09ffbf-d46d-4d41-8cf6-c0a62efa9b0e x-compute-request-id: req-9c09ffbf-d46d-4d41-8cf6-c0a62efa9b0e Content-Encoding: gzip Content-Length: 7680 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485891543 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127711] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129301] pid_max: default: 32768 minimum: 301\n[ 0.130167] ACPI: Core revision 20150930\n[ 0.131533] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132802] Security Framework initialized\n[ 0.133592] Yama: becoming mindful.\n[ 0.134314] AppArmor: AppArmor initialized\n[ 0.135164] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136455] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137688] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140227] Initializing cgroup subsys io\n[ 0.141014] Initializing cgroup subsys memory\n[ 0.141846] Initializing cgroup subsys devices\n[ 0.142690] Initializing cgroup subsys freezer\n[ 0.143540] Initializing cgroup subsys net_cls\n[ 0.144394] Initializing cgroup subsys perf_event\n[ 0.145281] Initializing cgroup subsys net_prio\n[ 0.146139] Initializing cgroup subsys hugetlb\n[ 0.146991] Initializing cgroup subsys pids\n[ 0.147843] CPU: Physical Processor ID: 0\n[ 0.149333] mce: CPU supports 10 MCE banks\n[ 0.150159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161966] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168555] ftrace: allocating 31920 entries in 125 pages\n[ 0.195586] smpboot: Max logical packages: 1\n[ 0.196440] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197752] x2apic enabled\n[ 0.198542] Switched APIC routing to physical x2apic.\n[ 0.200275] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201359] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203292] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205039] KVM setup paravirtual spinlock\n[ 0.206352] x86: Booted up 1 node, 1 CPUs\n[ 0.207137] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208502] devtmpfs: initialized\n[ 0.210210] evm: security.selinux\n[ 0.210887] evm: security.SMACK64\n[ 0.211560] evm: security.SMACK64EXEC\n[ 0.212284] evm: security.SMACK64TRANSMUTE\n[ 0.213067] evm: security.SMACK64MMAP\n[ 0.213786] evm: security.ima\n[ 0.214414] evm: security.capability\n[ 0.215206] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217034] pinctrl core: initialized pinctrl subsystem\n[ 0.218099] RTC time: 17:18:40, date: 10/10/18\n[ 0.219039] NET: Registered protocol family 16\n[ 0.219991] cpuidle: using governor ladder\n[ 0.220776] cpuidle: using governor menu\n[ 0.221546] PCCT header not found.\n[ 0.222274] ACPI: bus type PCI registered\n[ 0.223052] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224253] PCI: Using configuration type 1 for base access\n[ 0.226002] ACPI: Added _OSI(Module Device)\n[ 0.226811] ACPI: Added _OSI(Processor Device)\n[ 0.227647] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228515] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230608] ACPI: Interpreter enabled\n[ 0.231352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233136] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234915] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238477] ACPI: (supports S0 S5)\n[ 0.239162] ACPI: Using IOAPIC for interrupt routing\n[ 0.240076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243230] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244351] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246697] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248849] acpiphp: Slot [3] registered\n[ 0.249626] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251179] acpiphp: Slot [6] registered\n[ 0.251949] acpiphp: Slot [7] registered\n[ 0.252716] acpiphp: Slot [8] registered\n[ 0.253487] acpiphp: Slot [9] registered\n[ 0.254255] acpiphp: Slot [10] registered\n[ 0.255036] acpiphp: Slot [11] registered\n[ 0.255822] acpiphp: Slot [12] registered\n[ 0.256630] acpiphp: Slot [13] registered\n[ 0.257421] acpiphp: Slot [14] registered\n[ 0.258211] acpiphp: Slot [15] registered\n[ 0.268771] acpiphp: Slot [16] registered\n[ 0.269576] acpiphp: Slot [17] registered\n[ 0.270370] acpiphp: Slot [18] registered\n[ 0.271153] acpiphp: Slot [19] registered\n[ 0.271936] acpiphp: Slot [20] registered\n[ 0.272720] acpiphp: Slot [21] registered\n[ 0.273509] acpiphp: Slot [22] registered\n[ 0.274299] acpiphp: Slot [23] registered\n[ 0.275090] acpiphp: Slot [24] registered\n[ 0.275873] acpiphp: Slot [25] registered\n[ 0.276658] acpiphp: Slot [26] registered\n[ 0.277443] acpiphp: Slot [27] registered\n[ 0.278234] acpiphp: Slot [28] registered\n[ 0.279022] acpiphp: Slot [29] registered\n[ 0.279807] acpiphp: Slot [30] registered\n[ 0.280597] acpiphp: Slot [31] registered\n[ 0.281381] PCI host bridge to bus 0000:00\n[ 0.282164] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283338] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285918] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293589] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294834] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295985] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297210] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303674] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351414] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352874] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354245] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355613] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356953] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358170] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362113] vgaarb: loaded\n[ 0.362696] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363822] SCSI subsystem initialized\n[ 0.364631] ACPI: bus type USB registered\n[ 0.365428] usbcore: registered new interface driver usbfs\n[ 0.366424] usbcore: registered new interface driver hub\n[ 0.367399] usbcore: registered new device driver usb\n[ 0.368432] PCI: Using ACPI for IRQ routing\n[ 0.369441] NetLabel: Initializing\n[ 0.370134] NetLabel: domain hash size = 128\n[ 0.370977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371897] NetLabel: unlabeled traffic allowed by default\n[ 0.372979] clocksource: Switched to clocksource kvm-clock\n[ 0.378670] AppArmor: AppArmor Filesystem Enabled\n[ 0.379624] pnp: PnP ACPI init\n[ 0.380528] pnp: PnP ACPI: found 5 devices\n[ 0.386899] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388595] NET: Registered protocol family 2\n[ 0.389543] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391917] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393081] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394455] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395869] NET: Registered protocol family 1\n[ 0.396756] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397847] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427426] Trying to unpack rootfs image as initramfs...\n[ 0.477845] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491758] Scanning for low memory corruption every 60 seconds\n[ 0.493107] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494294] audit: initializing netlink subsys (disabled)\n[ 0.495305] audit: type=2000 audit(1539191921.706:1): initialized\n[ 0.496594] Initialise system trusted keyring\n[ 0.497556] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498706] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500632] zbud: loaded\n[ 0.501338] VFS: Disk quotas dquot_6.6.0\n[ 0.502145] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503641] fuse init (API version 7.23)\n[ 0.504603] Key type big_key registered\n[ 0.505425] Allocating IMA MOK and blacklist keyrings.\n[ 0.506886] Key type asymmetric registered\n[ 0.507729] Asymmetric key parser 'x509' registered\n[ 0.508666] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510121] io scheduler noop registered\n[ 0.510915] io scheduler deadline registered (default)\n[ 0.511885] io scheduler cfq registered\n[ 0.512709] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513744] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514995] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516416] ACPI: Power Button [PWRF]\n[ 0.517284] GHES: HEST is not enabled!\n[ 0.531005] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594202] Linux agpgart interface v0.103\n[ 0.596803] brd: module loaded\n[ 0.598130] loop: module loaded\n[ 0.603974] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605422] GPT:90111 != 2097151\n[ 0.606092] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607154] GPT:90111 != 2097151\n[ 0.607808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608781] vda: vda1 vda15\n[ 0.610558] scsi host0: ata_piix\n[ 0.611292] scsi host1: ata_piix\n[ 0.611997] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613211] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614637] libphy: Fixed MDIO Bus: probed\n[ 0.615441] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618806] PPP generic driver version 2.4.2\n[ 0.619686] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621236] ehci-pci: EHCI PCI platform driver\n[ 0.622392] ehci-platform: EHCI generic platform driver\n[ 0.623292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624307] ohci-pci: OHCI PCI platform driver\n[ 0.625109] ohci-platform: OHCI generic platform driver\n[ 0.626018] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640938] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642172] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643912] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645133] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646493] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649673] usb usb1: Product: UHCI Host Controller\n[ 0.650832] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652227] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653375] hub 1-0:1.0: USB hub found\n[ 0.654303] hub 1-0:1.0: 2 ports detected\n[ 0.655373] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657808] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659835] mousedev: PS/2 mouse device common for all mice\n[ 0.661118] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662927] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663997] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665325] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666490] i2c /dev entries driver\n[ 0.667247] device-mapper: uevent: version 1.0.3\n[ 0.668175] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671030] NET: Registered protocol family 10\n[ 0.672023] NET: Registered protocol family 17\n[ 0.672885] Key type dns_resolver registered\n[ 0.673800] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674867] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676583] registered taskstats version 1\n[ 0.677415] Loading compiled-in X.509 certificates\n[ 0.678833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680638] zswap: loaded using pool lzo/zbud\n[ 0.682497] Key type trusted registered\n[ 0.684054] Key type encrypted registered\n[ 0.684856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685864] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686878] evm: HMAC attrs: 0x1\n[ 0.687812] Magic number: 6:849:339\n[ 0.688765] rtc_cmos 00:00: setting system clock to 2018-10-10 17:18:41 UTC (1539191921)\n[ 0.690332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691411] EDD information not available.\n[ 0.773920] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775416] Write protecting the kernel read-only data: 14336k\n[ 0.786828] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788583] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.831274] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:19:37,385 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d/action used request id req-9c09ffbf-d46d-4d41-8cf6-c0a62efa9b0e 2018-10-10 17:19:39,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d3e85930131a5bdf52666e3c32826b36d76f09" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:19:40,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19: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-6e0d1ef0-a00e-49fa-8f91-1255a08918f2 x-compute-request-id: req-6e0d1ef0-a00e-49fa-8f91-1255a08918f2 Content-Encoding: gzip Content-Length: 7680 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485891543 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127711] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129301] pid_max: default: 32768 minimum: 301\n[ 0.130167] ACPI: Core revision 20150930\n[ 0.131533] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132802] Security Framework initialized\n[ 0.133592] Yama: becoming mindful.\n[ 0.134314] AppArmor: AppArmor initialized\n[ 0.135164] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136455] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137688] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140227] Initializing cgroup subsys io\n[ 0.141014] Initializing cgroup subsys memory\n[ 0.141846] Initializing cgroup subsys devices\n[ 0.142690] Initializing cgroup subsys freezer\n[ 0.143540] Initializing cgroup subsys net_cls\n[ 0.144394] Initializing cgroup subsys perf_event\n[ 0.145281] Initializing cgroup subsys net_prio\n[ 0.146139] Initializing cgroup subsys hugetlb\n[ 0.146991] Initializing cgroup subsys pids\n[ 0.147843] CPU: Physical Processor ID: 0\n[ 0.149333] mce: CPU supports 10 MCE banks\n[ 0.150159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161966] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168555] ftrace: allocating 31920 entries in 125 pages\n[ 0.195586] smpboot: Max logical packages: 1\n[ 0.196440] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197752] x2apic enabled\n[ 0.198542] Switched APIC routing to physical x2apic.\n[ 0.200275] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201359] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203292] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205039] KVM setup paravirtual spinlock\n[ 0.206352] x86: Booted up 1 node, 1 CPUs\n[ 0.207137] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208502] devtmpfs: initialized\n[ 0.210210] evm: security.selinux\n[ 0.210887] evm: security.SMACK64\n[ 0.211560] evm: security.SMACK64EXEC\n[ 0.212284] evm: security.SMACK64TRANSMUTE\n[ 0.213067] evm: security.SMACK64MMAP\n[ 0.213786] evm: security.ima\n[ 0.214414] evm: security.capability\n[ 0.215206] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217034] pinctrl core: initialized pinctrl subsystem\n[ 0.218099] RTC time: 17:18:40, date: 10/10/18\n[ 0.219039] NET: Registered protocol family 16\n[ 0.219991] cpuidle: using governor ladder\n[ 0.220776] cpuidle: using governor menu\n[ 0.221546] PCCT header not found.\n[ 0.222274] ACPI: bus type PCI registered\n[ 0.223052] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224253] PCI: Using configuration type 1 for base access\n[ 0.226002] ACPI: Added _OSI(Module Device)\n[ 0.226811] ACPI: Added _OSI(Processor Device)\n[ 0.227647] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228515] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230608] ACPI: Interpreter enabled\n[ 0.231352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233136] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234915] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238477] ACPI: (supports S0 S5)\n[ 0.239162] ACPI: Using IOAPIC for interrupt routing\n[ 0.240076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243230] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244351] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246697] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248849] acpiphp: Slot [3] registered\n[ 0.249626] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251179] acpiphp: Slot [6] registered\n[ 0.251949] acpiphp: Slot [7] registered\n[ 0.252716] acpiphp: Slot [8] registered\n[ 0.253487] acpiphp: Slot [9] registered\n[ 0.254255] acpiphp: Slot [10] registered\n[ 0.255036] acpiphp: Slot [11] registered\n[ 0.255822] acpiphp: Slot [12] registered\n[ 0.256630] acpiphp: Slot [13] registered\n[ 0.257421] acpiphp: Slot [14] registered\n[ 0.258211] acpiphp: Slot [15] registered\n[ 0.268771] acpiphp: Slot [16] registered\n[ 0.269576] acpiphp: Slot [17] registered\n[ 0.270370] acpiphp: Slot [18] registered\n[ 0.271153] acpiphp: Slot [19] registered\n[ 0.271936] acpiphp: Slot [20] registered\n[ 0.272720] acpiphp: Slot [21] registered\n[ 0.273509] acpiphp: Slot [22] registered\n[ 0.274299] acpiphp: Slot [23] registered\n[ 0.275090] acpiphp: Slot [24] registered\n[ 0.275873] acpiphp: Slot [25] registered\n[ 0.276658] acpiphp: Slot [26] registered\n[ 0.277443] acpiphp: Slot [27] registered\n[ 0.278234] acpiphp: Slot [28] registered\n[ 0.279022] acpiphp: Slot [29] registered\n[ 0.279807] acpiphp: Slot [30] registered\n[ 0.280597] acpiphp: Slot [31] registered\n[ 0.281381] PCI host bridge to bus 0000:00\n[ 0.282164] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283338] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285918] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293589] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294834] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295985] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297210] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303674] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351414] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352874] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354245] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355613] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356953] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358170] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362113] vgaarb: loaded\n[ 0.362696] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363822] SCSI subsystem initialized\n[ 0.364631] ACPI: bus type USB registered\n[ 0.365428] usbcore: registered new interface driver usbfs\n[ 0.366424] usbcore: registered new interface driver hub\n[ 0.367399] usbcore: registered new device driver usb\n[ 0.368432] PCI: Using ACPI for IRQ routing\n[ 0.369441] NetLabel: Initializing\n[ 0.370134] NetLabel: domain hash size = 128\n[ 0.370977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371897] NetLabel: unlabeled traffic allowed by default\n[ 0.372979] clocksource: Switched to clocksource kvm-clock\n[ 0.378670] AppArmor: AppArmor Filesystem Enabled\n[ 0.379624] pnp: PnP ACPI init\n[ 0.380528] pnp: PnP ACPI: found 5 devices\n[ 0.386899] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388595] NET: Registered protocol family 2\n[ 0.389543] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391917] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393081] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394455] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395869] NET: Registered protocol family 1\n[ 0.396756] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397847] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427426] Trying to unpack rootfs image as initramfs...\n[ 0.477845] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491758] Scanning for low memory corruption every 60 seconds\n[ 0.493107] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494294] audit: initializing netlink subsys (disabled)\n[ 0.495305] audit: type=2000 audit(1539191921.706:1): initialized\n[ 0.496594] Initialise system trusted keyring\n[ 0.497556] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498706] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500632] zbud: loaded\n[ 0.501338] VFS: Disk quotas dquot_6.6.0\n[ 0.502145] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503641] fuse init (API version 7.23)\n[ 0.504603] Key type big_key registered\n[ 0.505425] Allocating IMA MOK and blacklist keyrings.\n[ 0.506886] Key type asymmetric registered\n[ 0.507729] Asymmetric key parser 'x509' registered\n[ 0.508666] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510121] io scheduler noop registered\n[ 0.510915] io scheduler deadline registered (default)\n[ 0.511885] io scheduler cfq registered\n[ 0.512709] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513744] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514995] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516416] ACPI: Power Button [PWRF]\n[ 0.517284] GHES: HEST is not enabled!\n[ 0.531005] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594202] Linux agpgart interface v0.103\n[ 0.596803] brd: module loaded\n[ 0.598130] loop: module loaded\n[ 0.603974] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605422] GPT:90111 != 2097151\n[ 0.606092] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607154] GPT:90111 != 2097151\n[ 0.607808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608781] vda: vda1 vda15\n[ 0.610558] scsi host0: ata_piix\n[ 0.611292] scsi host1: ata_piix\n[ 0.611997] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613211] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614637] libphy: Fixed MDIO Bus: probed\n[ 0.615441] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618806] PPP generic driver version 2.4.2\n[ 0.619686] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621236] ehci-pci: EHCI PCI platform driver\n[ 0.622392] ehci-platform: EHCI generic platform driver\n[ 0.623292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624307] ohci-pci: OHCI PCI platform driver\n[ 0.625109] ohci-platform: OHCI generic platform driver\n[ 0.626018] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640938] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642172] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643912] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645133] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646493] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649673] usb usb1: Product: UHCI Host Controller\n[ 0.650832] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652227] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653375] hub 1-0:1.0: USB hub found\n[ 0.654303] hub 1-0:1.0: 2 ports detected\n[ 0.655373] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657808] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659835] mousedev: PS/2 mouse device common for all mice\n[ 0.661118] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662927] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663997] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665325] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666490] i2c /dev entries driver\n[ 0.667247] device-mapper: uevent: version 1.0.3\n[ 0.668175] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671030] NET: Registered protocol family 10\n[ 0.672023] NET: Registered protocol family 17\n[ 0.672885] Key type dns_resolver registered\n[ 0.673800] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674867] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676583] registered taskstats version 1\n[ 0.677415] Loading compiled-in X.509 certificates\n[ 0.678833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680638] zswap: loaded using pool lzo/zbud\n[ 0.682497] Key type trusted registered\n[ 0.684054] Key type encrypted registered\n[ 0.684856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685864] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686878] evm: HMAC attrs: 0x1\n[ 0.687812] Magic number: 6:849:339\n[ 0.688765] rtc_cmos 00:00: setting system clock to 2018-10-10 17:18:41 UTC (1539191921)\n[ 0.690332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691411] EDD information not available.\n[ 0.773920] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775416] Write protecting the kernel read-only data: 14336k\n[ 0.786828] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788583] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.831274] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:19:40,472 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d/action used request id req-6e0d1ef0-a00e-49fa-8f91-1255a08918f2 2018-10-10 17:19:42,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d3e85930131a5bdf52666e3c32826b36d76f09" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:19:43,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19: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-d76d6b68-da70-4d47-a180-82ea2ce0f305 x-compute-request-id: req-d76d6b68-da70-4d47-a180-82ea2ce0f305 Content-Encoding: gzip Content-Length: 7680 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485891543 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127711] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129301] pid_max: default: 32768 minimum: 301\n[ 0.130167] ACPI: Core revision 20150930\n[ 0.131533] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132802] Security Framework initialized\n[ 0.133592] Yama: becoming mindful.\n[ 0.134314] AppArmor: AppArmor initialized\n[ 0.135164] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136455] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137688] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140227] Initializing cgroup subsys io\n[ 0.141014] Initializing cgroup subsys memory\n[ 0.141846] Initializing cgroup subsys devices\n[ 0.142690] Initializing cgroup subsys freezer\n[ 0.143540] Initializing cgroup subsys net_cls\n[ 0.144394] Initializing cgroup subsys perf_event\n[ 0.145281] Initializing cgroup subsys net_prio\n[ 0.146139] Initializing cgroup subsys hugetlb\n[ 0.146991] Initializing cgroup subsys pids\n[ 0.147843] CPU: Physical Processor ID: 0\n[ 0.149333] mce: CPU supports 10 MCE banks\n[ 0.150159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161966] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168555] ftrace: allocating 31920 entries in 125 pages\n[ 0.195586] smpboot: Max logical packages: 1\n[ 0.196440] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197752] x2apic enabled\n[ 0.198542] Switched APIC routing to physical x2apic.\n[ 0.200275] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201359] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203292] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205039] KVM setup paravirtual spinlock\n[ 0.206352] x86: Booted up 1 node, 1 CPUs\n[ 0.207137] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208502] devtmpfs: initialized\n[ 0.210210] evm: security.selinux\n[ 0.210887] evm: security.SMACK64\n[ 0.211560] evm: security.SMACK64EXEC\n[ 0.212284] evm: security.SMACK64TRANSMUTE\n[ 0.213067] evm: security.SMACK64MMAP\n[ 0.213786] evm: security.ima\n[ 0.214414] evm: security.capability\n[ 0.215206] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217034] pinctrl core: initialized pinctrl subsystem\n[ 0.218099] RTC time: 17:18:40, date: 10/10/18\n[ 0.219039] NET: Registered protocol family 16\n[ 0.219991] cpuidle: using governor ladder\n[ 0.220776] cpuidle: using governor menu\n[ 0.221546] PCCT header not found.\n[ 0.222274] ACPI: bus type PCI registered\n[ 0.223052] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224253] PCI: Using configuration type 1 for base access\n[ 0.226002] ACPI: Added _OSI(Module Device)\n[ 0.226811] ACPI: Added _OSI(Processor Device)\n[ 0.227647] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228515] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230608] ACPI: Interpreter enabled\n[ 0.231352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233136] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234915] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238477] ACPI: (supports S0 S5)\n[ 0.239162] ACPI: Using IOAPIC for interrupt routing\n[ 0.240076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243230] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244351] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246697] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248849] acpiphp: Slot [3] registered\n[ 0.249626] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251179] acpiphp: Slot [6] registered\n[ 0.251949] acpiphp: Slot [7] registered\n[ 0.252716] acpiphp: Slot [8] registered\n[ 0.253487] acpiphp: Slot [9] registered\n[ 0.254255] acpiphp: Slot [10] registered\n[ 0.255036] acpiphp: Slot [11] registered\n[ 0.255822] acpiphp: Slot [12] registered\n[ 0.256630] acpiphp: Slot [13] registered\n[ 0.257421] acpiphp: Slot [14] registered\n[ 0.258211] acpiphp: Slot [15] registered\n[ 0.268771] acpiphp: Slot [16] registered\n[ 0.269576] acpiphp: Slot [17] registered\n[ 0.270370] acpiphp: Slot [18] registered\n[ 0.271153] acpiphp: Slot [19] registered\n[ 0.271936] acpiphp: Slot [20] registered\n[ 0.272720] acpiphp: Slot [21] registered\n[ 0.273509] acpiphp: Slot [22] registered\n[ 0.274299] acpiphp: Slot [23] registered\n[ 0.275090] acpiphp: Slot [24] registered\n[ 0.275873] acpiphp: Slot [25] registered\n[ 0.276658] acpiphp: Slot [26] registered\n[ 0.277443] acpiphp: Slot [27] registered\n[ 0.278234] acpiphp: Slot [28] registered\n[ 0.279022] acpiphp: Slot [29] registered\n[ 0.279807] acpiphp: Slot [30] registered\n[ 0.280597] acpiphp: Slot [31] registered\n[ 0.281381] PCI host bridge to bus 0000:00\n[ 0.282164] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283338] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285918] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293589] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294834] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295985] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297210] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303674] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351414] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352874] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354245] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355613] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356953] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358170] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362113] vgaarb: loaded\n[ 0.362696] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363822] SCSI subsystem initialized\n[ 0.364631] ACPI: bus type USB registered\n[ 0.365428] usbcore: registered new interface driver usbfs\n[ 0.366424] usbcore: registered new interface driver hub\n[ 0.367399] usbcore: registered new device driver usb\n[ 0.368432] PCI: Using ACPI for IRQ routing\n[ 0.369441] NetLabel: Initializing\n[ 0.370134] NetLabel: domain hash size = 128\n[ 0.370977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371897] NetLabel: unlabeled traffic allowed by default\n[ 0.372979] clocksource: Switched to clocksource kvm-clock\n[ 0.378670] AppArmor: AppArmor Filesystem Enabled\n[ 0.379624] pnp: PnP ACPI init\n[ 0.380528] pnp: PnP ACPI: found 5 devices\n[ 0.386899] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388595] NET: Registered protocol family 2\n[ 0.389543] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391917] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393081] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394455] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395869] NET: Registered protocol family 1\n[ 0.396756] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397847] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427426] Trying to unpack rootfs image as initramfs...\n[ 0.477845] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491758] Scanning for low memory corruption every 60 seconds\n[ 0.493107] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494294] audit: initializing netlink subsys (disabled)\n[ 0.495305] audit: type=2000 audit(1539191921.706:1): initialized\n[ 0.496594] Initialise system trusted keyring\n[ 0.497556] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498706] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500632] zbud: loaded\n[ 0.501338] VFS: Disk quotas dquot_6.6.0\n[ 0.502145] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503641] fuse init (API version 7.23)\n[ 0.504603] Key type big_key registered\n[ 0.505425] Allocating IMA MOK and blacklist keyrings.\n[ 0.506886] Key type asymmetric registered\n[ 0.507729] Asymmetric key parser 'x509' registered\n[ 0.508666] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510121] io scheduler noop registered\n[ 0.510915] io scheduler deadline registered (default)\n[ 0.511885] io scheduler cfq registered\n[ 0.512709] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513744] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514995] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516416] ACPI: Power Button [PWRF]\n[ 0.517284] GHES: HEST is not enabled!\n[ 0.531005] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594202] Linux agpgart interface v0.103\n[ 0.596803] brd: module loaded\n[ 0.598130] loop: module loaded\n[ 0.603974] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605422] GPT:90111 != 2097151\n[ 0.606092] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607154] GPT:90111 != 2097151\n[ 0.607808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608781] vda: vda1 vda15\n[ 0.610558] scsi host0: ata_piix\n[ 0.611292] scsi host1: ata_piix\n[ 0.611997] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613211] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614637] libphy: Fixed MDIO Bus: probed\n[ 0.615441] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618806] PPP generic driver version 2.4.2\n[ 0.619686] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621236] ehci-pci: EHCI PCI platform driver\n[ 0.622392] ehci-platform: EHCI generic platform driver\n[ 0.623292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624307] ohci-pci: OHCI PCI platform driver\n[ 0.625109] ohci-platform: OHCI generic platform driver\n[ 0.626018] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640938] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642172] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643912] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645133] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646493] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649673] usb usb1: Product: UHCI Host Controller\n[ 0.650832] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652227] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653375] hub 1-0:1.0: USB hub found\n[ 0.654303] hub 1-0:1.0: 2 ports detected\n[ 0.655373] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657808] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659835] mousedev: PS/2 mouse device common for all mice\n[ 0.661118] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662927] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663997] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665325] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666490] i2c /dev entries driver\n[ 0.667247] device-mapper: uevent: version 1.0.3\n[ 0.668175] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671030] NET: Registered protocol family 10\n[ 0.672023] NET: Registered protocol family 17\n[ 0.672885] Key type dns_resolver registered\n[ 0.673800] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674867] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676583] registered taskstats version 1\n[ 0.677415] Loading compiled-in X.509 certificates\n[ 0.678833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680638] zswap: loaded using pool lzo/zbud\n[ 0.682497] Key type trusted registered\n[ 0.684054] Key type encrypted registered\n[ 0.684856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685864] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686878] evm: HMAC attrs: 0x1\n[ 0.687812] Magic number: 6:849:339\n[ 0.688765] rtc_cmos 00:00: setting system clock to 2018-10-10 17:18:41 UTC (1539191921)\n[ 0.690332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691411] EDD information not available.\n[ 0.773920] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775416] Write protecting the kernel read-only data: 14336k\n[ 0.786828] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788583] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.831274] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:19:43,566 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d/action used request id req-d76d6b68-da70-4d47-a180-82ea2ce0f305 2018-10-10 17:19:45,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d3e85930131a5bdf52666e3c32826b36d76f09" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:19:46,702 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19: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-b82a0dc4-597d-404a-af79-117d81dac2c6 x-compute-request-id: req-b82a0dc4-597d-404a-af79-117d81dac2c6 Content-Encoding: gzip Content-Length: 9501 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485891543 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127711] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129301] pid_max: default: 32768 minimum: 301\n[ 0.130167] ACPI: Core revision 20150930\n[ 0.131533] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132802] Security Framework initialized\n[ 0.133592] Yama: becoming mindful.\n[ 0.134314] AppArmor: AppArmor initialized\n[ 0.135164] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136455] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137688] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140227] Initializing cgroup subsys io\n[ 0.141014] Initializing cgroup subsys memory\n[ 0.141846] Initializing cgroup subsys devices\n[ 0.142690] Initializing cgroup subsys freezer\n[ 0.143540] Initializing cgroup subsys net_cls\n[ 0.144394] Initializing cgroup subsys perf_event\n[ 0.145281] Initializing cgroup subsys net_prio\n[ 0.146139] Initializing cgroup subsys hugetlb\n[ 0.146991] Initializing cgroup subsys pids\n[ 0.147843] CPU: Physical Processor ID: 0\n[ 0.149333] mce: CPU supports 10 MCE banks\n[ 0.150159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161966] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168555] ftrace: allocating 31920 entries in 125 pages\n[ 0.195586] smpboot: Max logical packages: 1\n[ 0.196440] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197752] x2apic enabled\n[ 0.198542] Switched APIC routing to physical x2apic.\n[ 0.200275] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201359] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203292] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205039] KVM setup paravirtual spinlock\n[ 0.206352] x86: Booted up 1 node, 1 CPUs\n[ 0.207137] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208502] devtmpfs: initialized\n[ 0.210210] evm: security.selinux\n[ 0.210887] evm: security.SMACK64\n[ 0.211560] evm: security.SMACK64EXEC\n[ 0.212284] evm: security.SMACK64TRANSMUTE\n[ 0.213067] evm: security.SMACK64MMAP\n[ 0.213786] evm: security.ima\n[ 0.214414] evm: security.capability\n[ 0.215206] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217034] pinctrl core: initialized pinctrl subsystem\n[ 0.218099] RTC time: 17:18:40, date: 10/10/18\n[ 0.219039] NET: Registered protocol family 16\n[ 0.219991] cpuidle: using governor ladder\n[ 0.220776] cpuidle: using governor menu\n[ 0.221546] PCCT header not found.\n[ 0.222274] ACPI: bus type PCI registered\n[ 0.223052] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224253] PCI: Using configuration type 1 for base access\n[ 0.226002] ACPI: Added _OSI(Module Device)\n[ 0.226811] ACPI: Added _OSI(Processor Device)\n[ 0.227647] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228515] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230608] ACPI: Interpreter enabled\n[ 0.231352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233136] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234915] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238477] ACPI: (supports S0 S5)\n[ 0.239162] ACPI: Using IOAPIC for interrupt routing\n[ 0.240076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243230] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244351] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246697] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248849] acpiphp: Slot [3] registered\n[ 0.249626] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251179] acpiphp: Slot [6] registered\n[ 0.251949] acpiphp: Slot [7] registered\n[ 0.252716] acpiphp: Slot [8] registered\n[ 0.253487] acpiphp: Slot [9] registered\n[ 0.254255] acpiphp: Slot [10] registered\n[ 0.255036] acpiphp: Slot [11] registered\n[ 0.255822] acpiphp: Slot [12] registered\n[ 0.256630] acpiphp: Slot [13] registered\n[ 0.257421] acpiphp: Slot [14] registered\n[ 0.258211] acpiphp: Slot [15] registered\n[ 0.268771] acpiphp: Slot [16] registered\n[ 0.269576] acpiphp: Slot [17] registered\n[ 0.270370] acpiphp: Slot [18] registered\n[ 0.271153] acpiphp: Slot [19] registered\n[ 0.271936] acpiphp: Slot [20] registered\n[ 0.272720] acpiphp: Slot [21] registered\n[ 0.273509] acpiphp: Slot [22] registered\n[ 0.274299] acpiphp: Slot [23] registered\n[ 0.275090] acpiphp: Slot [24] registered\n[ 0.275873] acpiphp: Slot [25] registered\n[ 0.276658] acpiphp: Slot [26] registered\n[ 0.277443] acpiphp: Slot [27] registered\n[ 0.278234] acpiphp: Slot [28] registered\n[ 0.279022] acpiphp: Slot [29] registered\n[ 0.279807] acpiphp: Slot [30] registered\n[ 0.280597] acpiphp: Slot [31] registered\n[ 0.281381] PCI host bridge to bus 0000:00\n[ 0.282164] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283338] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285918] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293589] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294834] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295985] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297210] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303674] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351414] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352874] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354245] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355613] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356953] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358170] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362113] vgaarb: loaded\n[ 0.362696] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363822] SCSI subsystem initialized\n[ 0.364631] ACPI: bus type USB registered\n[ 0.365428] usbcore: registered new interface driver usbfs\n[ 0.366424] usbcore: registered new interface driver hub\n[ 0.367399] usbcore: registered new device driver usb\n[ 0.368432] PCI: Using ACPI for IRQ routing\n[ 0.369441] NetLabel: Initializing\n[ 0.370134] NetLabel: domain hash size = 128\n[ 0.370977] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371897] NetLabel: unlabeled traffic allowed by default\n[ 0.372979] clocksource: Switched to clocksource kvm-clock\n[ 0.378670] AppArmor: AppArmor Filesystem Enabled\n[ 0.379624] pnp: PnP ACPI init\n[ 0.380528] pnp: PnP ACPI: found 5 devices\n[ 0.386899] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388595] NET: Registered protocol family 2\n[ 0.389543] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391917] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393081] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394455] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395869] NET: Registered protocol family 1\n[ 0.396756] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397847] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427426] Trying to unpack rootfs image as initramfs...\n[ 0.477845] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491758] Scanning for low memory corruption every 60 seconds\n[ 0.493107] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494294] audit: initializing netlink subsys (disabled)\n[ 0.495305] audit: type=2000 audit(1539191921.706:1): initialized\n[ 0.496594] Initialise system trusted keyring\n[ 0.497556] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498706] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500632] zbud: loaded\n[ 0.501338] VFS: Disk quotas dquot_6.6.0\n[ 0.502145] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503641] fuse init (API version 7.23)\n[ 0.504603] Key type big_key registered\n[ 0.505425] Allocating IMA MOK and blacklist keyrings.\n[ 0.506886] Key type asymmetric registered\n[ 0.507729] Asymmetric key parser 'x509' registered\n[ 0.508666] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510121] io scheduler noop registered\n[ 0.510915] io scheduler deadline registered (default)\n[ 0.511885] io scheduler cfq registered\n[ 0.512709] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513744] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514995] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516416] ACPI: Power Button [PWRF]\n[ 0.517284] GHES: HEST is not enabled!\n[ 0.531005] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594202] Linux agpgart interface v0.103\n[ 0.596803] brd: module loaded\n[ 0.598130] loop: module loaded\n[ 0.603974] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605422] GPT:90111 != 2097151\n[ 0.606092] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607154] GPT:90111 != 2097151\n[ 0.607808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608781] vda: vda1 vda15\n[ 0.610558] scsi host0: ata_piix\n[ 0.611292] scsi host1: ata_piix\n[ 0.611997] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613211] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614637] libphy: Fixed MDIO Bus: probed\n[ 0.615441] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618806] PPP generic driver version 2.4.2\n[ 0.619686] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621236] ehci-pci: EHCI PCI platform driver\n[ 0.622392] ehci-platform: EHCI generic platform driver\n[ 0.623292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624307] ohci-pci: OHCI PCI platform driver\n[ 0.625109] ohci-platform: OHCI generic platform driver\n[ 0.626018] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640938] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642172] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643912] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645133] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646493] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649673] usb usb1: Product: UHCI Host Controller\n[ 0.650832] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652227] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653375] hub 1-0:1.0: USB hub found\n[ 0.654303] hub 1-0:1.0: 2 ports detected\n[ 0.655373] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657808] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659835] mousedev: PS/2 mouse device common for all mice\n[ 0.661118] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662927] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663997] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665325] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666490] i2c /dev entries driver\n[ 0.667247] device-mapper: uevent: version 1.0.3\n[ 0.668175] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671030] NET: Registered protocol family 10\n[ 0.672023] NET: Registered protocol family 17\n[ 0.672885] Key type dns_resolver registered\n[ 0.673800] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674867] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676583] registered taskstats version 1\n[ 0.677415] Loading compiled-in X.509 certificates\n[ 0.678833] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680638] zswap: loaded using pool lzo/zbud\n[ 0.682497] Key type trusted registered\n[ 0.684054] Key type encrypted registered\n[ 0.684856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685864] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686878] evm: HMAC attrs: 0x1\n[ 0.687812] Magic number: 6:849:339\n[ 0.688765] rtc_cmos 00:00: setting system clock to 2018-10-10 17:18:41 UTC (1539191921)\n[ 0.690332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691411] EDD information not available.\n[ 0.773920] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775416] Write protecting the kernel read-only data: 14336k\n[ 0.786828] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788583] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.831274] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.42. iid=i-0000013a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCoLgZbOcDoC3pMy6LcoZdawcU2frKTztgiPXBCiNiUhmmpcCQCiQylSwfncN/f36kwNPFjaoRjthDAhH2Ih4KMfnf45LZwfhJXt3Ayi6yFBDhebOehOP77TgIynz4jd1lEB3TbtLlcJ/yMq7s8LFyeBMdg+6S8Or5Z41g83EhsgXJ3h80gRz3K7Ga2toWcHaanugHazRgMEhTDF13Qa4MCwDdmYEsCrw+4SREplcLI0gvFTukV9pFHJlakjlxuwmQOYDXoc7WItfgwHBtRTzaH2eEmGGLBxwuGtfB4OBljlDpgjbpl1+nj34JvSY9OQHgjDHjkpntS4jDtP6I1twuv root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBALu+c0xbVqHATbpmhy+za8QluBpuJ598Vrui+UwLz+W0T9voszMHN/rziyQjtxWTP7eLt0eRIqdK683giTXRxeLtKPV/7+vPrOT2Gojyulrox1ZvsP6zkyUWokcwNKiVsuFKrn/ZfKFITXh/zai+74dAFqyZM8cn94C53aTmnqP5AAAAFQC4Q2bCRqoy/2JFLdp5/UXo0l/tbQAAAIBEMtIo4MP91PMIPtsqH9w5zOWHJj/XndTKpUTJI3FFA2g97RHNZyiE3iWwrgB6+IuvBUnkj6VemmL1n17LmtiLHzEeZHjEAFUE7iVxD9hiMcLJFKlG2pWLkD6dB9/WZ8OFn7eIQXik7qmou6q1WfOcoat4Xpp5nV3dYLhRIEi8RgAAAIEAizU1acAoVxm7csNHYop02rgyhmRiPvxuYmlRyOH2iX9AnxKp8+Ks5PDZt0yvuNMxHOpjIhTU6QqCMlzkGdcmNqr8GV2oIz9rdHguozfMoLRlIP6Nupyz1rYutrHu6XCzqE8xb9FOif/bCGY+oGufjj+Bihw0w9rNanhvGjiyhC8= 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.7,24,fe80::f816:3eff:fe2a:404c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-2 login: "} 2018-10-10 17:19:46,703 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d/action used request id req-b82a0dc4-597d-404a-af79-117d81dac2c6 2018-10-10 17:19:48,732 - sdnvpn_test_utils - INFO - Waiting for instance d3d2388f-ed9b-4732-b3ad-39cbbf5954d5 to boot up 2018-10-10 17:19:48,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d92b9c0f40119c529d83943dbfc92f90da903351" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:19:49,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-8d5291a7-bcba-4574-8678-f8aa7857ee0f x-compute-request-id: req-8d5291a7-bcba-4574-8678-f8aa7857ee0f Content-Encoding: gzip Content-Length: 7703 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498629497 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138129] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140118] pid_max: default: 32768 minimum: 301\n[ 0.141194] ACPI: Core revision 20150930\n[ 0.142689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144255] Security Framework initialized\n[ 0.145247] Yama: becoming mindful.\n[ 0.146192] AppArmor: AppArmor initialized\n[ 0.147268] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148876] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153577] Initializing cgroup subsys io\n[ 0.154551] Initializing cgroup subsys memory\n[ 0.155581] Initializing cgroup subsys devices\n[ 0.156625] Initializing cgroup subsys freezer\n[ 0.157676] Initializing cgroup subsys net_cls\n[ 0.158705] Initializing cgroup subsys perf_event\n[ 0.159784] Initializing cgroup subsys net_prio\n[ 0.160844] Initializing cgroup subsys hugetlb\n[ 0.161895] Initializing cgroup subsys pids\n[ 0.162935] CPU: Physical Processor ID: 0\n[ 0.164606] mce: CPU supports 10 MCE banks\n[ 0.165649] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166880] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177797] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184488] ftrace: allocating 31920 entries in 125 pages\n[ 0.210952] smpboot: Max logical packages: 1\n[ 0.211994] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213539] x2apic enabled\n[ 0.214478] Switched APIC routing to physical x2apic.\n[ 0.216529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218022] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220463] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222591] KVM setup paravirtual spinlock\n[ 0.224048] x86: Booted up 1 node, 1 CPUs\n[ 0.225011] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226364] devtmpfs: initialized\n[ 0.228061] evm: security.selinux\n[ 0.228743] evm: security.SMACK64\n[ 0.229574] evm: security.SMACK64EXEC\n[ 0.230495] evm: security.SMACK64TRANSMUTE\n[ 0.231487] evm: security.SMACK64MMAP\n[ 0.232382] evm: security.ima\n[ 0.233144] evm: security.capability\n[ 0.234103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236379] pinctrl core: initialized pinctrl subsystem\n[ 0.237701] RTC time: 17:18:53, date: 10/10/18\n[ 0.238834] NET: Registered protocol family 16\n[ 0.240000] cpuidle: using governor ladder\n[ 0.241009] cpuidle: using governor menu\n[ 0.241957] PCCT header not found.\n[ 0.242863] ACPI: bus type PCI registered\n[ 0.243828] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245338] PCI: Using configuration type 1 for base access\n[ 0.247328] ACPI: Added _OSI(Module Device)\n[ 0.248351] ACPI: Added _OSI(Processor Device)\n[ 0.249393] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250489] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252827] ACPI: Interpreter enabled\n[ 0.253768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262778] ACPI: (supports S0 S5)\n[ 0.263694] ACPI: Using IOAPIC for interrupt routing\n[ 0.264931] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268567] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270092] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271739] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273329] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276229] acpiphp: Slot [3] registered\n[ 0.277266] acpiphp: Slot [4] registered\n[ 0.278300] acpiphp: Slot [5] registered\n[ 0.279332] acpiphp: Slot [6] registered\n[ 0.280369] acpiphp: Slot [7] registered\n[ 0.281402] acpiphp: Slot [8] registered\n[ 0.282434] acpiphp: Slot [9] registered\n[ 0.283478] acpiphp: Slot [10] registered\n[ 0.284549] acpiphp: Slot [11] registered\n[ 0.285616] acpiphp: Slot [12] registered\n[ 0.286685] acpiphp: Slot [13] registered\n[ 0.287748] acpiphp: Slot [14] registered\n[ 0.288817] acpiphp: Slot [15] registered\n[ 0.299904] acpiphp: Slot [16] registered\n[ 0.300978] acpiphp: Slot [17] registered\n[ 0.302045] acpiphp: Slot [18] registered\n[ 0.303111] acpiphp: Slot [19] registered\n[ 0.304185] acpiphp: Slot [20] registered\n[ 0.305250] acpiphp: Slot [21] registered\n[ 0.306315] acpiphp: Slot [22] registered\n[ 0.307372] acpiphp: Slot [23] registered\n[ 0.308440] acpiphp: Slot [24] registered\n[ 0.309505] acpiphp: Slot [25] registered\n[ 0.310568] acpiphp: Slot [26] registered\n[ 0.311630] acpiphp: Slot [27] registered\n[ 0.312703] acpiphp: Slot [28] registered\n[ 0.313772] acpiphp: Slot [29] registered\n[ 0.314838] acpiphp: Slot [30] registered\n[ 0.315905] acpiphp: Slot [31] registered\n[ 0.316972] PCI host bridge to bus 0000:00\n[ 0.318038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319677] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.321317] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.323237] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.325153] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.331672] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.333423] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.335019] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.336737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.343990] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.345728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.395377] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.397125] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.398787] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.400450] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403914] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405277] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406574] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408445] vgaarb: loaded\n[ 0.409178] vgaarb: bridge control possible 0000:00:02.0\n[ 0.410528] SCSI subsystem initialized\n[ 0.411513] ACPI: bus type USB registered\n[ 0.412510] usbcore: registered new interface driver usbfs\n[ 0.413584] usbcore: registered new interface driver hub\n[ 0.414574] usbcore: registered new device driver usb\n[ 0.415612] PCI: Using ACPI for IRQ routing\n[ 0.416626] NetLabel: Initializing\n[ 0.417331] NetLabel: domain hash size = 128\n[ 0.418169] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.419103] NetLabel: unlabeled traffic allowed by default\n[ 0.420179] clocksource: Switched to clocksource kvm-clock\n[ 0.425585] AppArmor: AppArmor Filesystem Enabled\n[ 0.426534] pnp: PnP ACPI init\n[ 0.427445] pnp: PnP ACPI: found 5 devices\n[ 0.433807] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435480] NET: Registered protocol family 2\n[ 0.436428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437687] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438851] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439990] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441052] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.442203] NET: Registered protocol family 1\n[ 0.443059] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444131] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445192] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.459286] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473458] Trying to unpack rootfs image as initramfs...\n[ 0.523025] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536743] Scanning for low memory corruption every 60 seconds\n[ 0.538053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539186] audit: initializing netlink subsys (disabled)\n[ 0.540200] audit: type=2000 audit(1539191934.348:1): initialized\n[ 0.541496] Initialise system trusted keyring\n[ 0.542410] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.543558] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.545509] zbud: loaded\n[ 0.546208] VFS: Disk quotas dquot_6.6.0\n[ 0.547022] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.548701] fuse init (API version 7.23)\n[ 0.549765] Key type big_key registered\n[ 0.550730] Allocating IMA MOK and blacklist keyrings.\n[ 0.552433] Key type asymmetric registered\n[ 0.553436] Asymmetric key parser 'x509' registered\n[ 0.554588] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.556356] io scheduler noop registered\n[ 0.557320] io scheduler deadline registered (default)\n[ 0.558528] io scheduler cfq registered\n[ 0.559519] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.560817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.562361] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564118] ACPI: Power Button [PWRF]\n[ 0.565113] GHES: HEST is not enabled!\n[ 0.580353] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610336] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613002] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639150] Linux agpgart interface v0.103\n[ 0.641452] brd: module loaded\n[ 0.642860] loop: module loaded\n[ 0.647177] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648971] GPT:90111 != 2097151\n[ 0.649794] GPT:Alternate GPT header not at the end of the disk.\n[ 0.651162] GPT:90111 != 2097151\n[ 0.651980] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653287] vda: vda1 vda15\n[ 0.655463] scsi host0: ata_piix\n[ 0.656742] scsi host1: ata_piix\n[ 0.657878] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.662500] libphy: Fixed MDIO Bus: probed\n[ 0.663788] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665728] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668849] PPP generic driver version 2.4.2\n[ 0.670321] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.672298] ehci-pci: EHCI PCI platform driver\n[ 0.673786] ehci-platform: EHCI generic platform driver\n[ 0.675064] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.676512] ohci-pci: OHCI PCI platform driver\n[ 0.677628] ohci-platform: OHCI generic platform driver\n[ 0.678906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.693712] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695026] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696915] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698242] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699706] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.701331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.703183] usb usb1: Product: UHCI Host Controller\n[ 0.704470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.706020] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.707271] hub 1-0:1.0: USB hub found\n[ 0.708282] hub 1-0:1.0: 2 ports detected\n[ 0.709431] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.712074] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.713300] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.714623] mousedev: PS/2 mouse device common for all mice\n[ 0.716207] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.718551] rtc_cmos 00:00: RTC can wake from S4\n[ 0.719923] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.721476] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.723066] i2c /dev entries driver\n[ 0.724026] device-mapper: uevent: version 1.0.3\n[ 0.725240] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.727371] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.729037] NET: Registered protocol family 10\n[ 0.730302] NET: Registered protocol family 17\n[ 0.731338] Key type dns_resolver registered\n[ 0.732300] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.733441] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.735266] registered taskstats version 1\n[ 0.736128] Loading compiled-in X.509 certificates\n[ 0.737610] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.739609] zswap: loaded using pool lzo/zbud\n[ 0.741029] Key type trusted registered\n[ 0.742608] Key type encrypted registered\n[ 0.743461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.744529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.745601] evm: HMAC attrs: 0x1\n[ 0.746918] Magic number: 6:849:339\n[ 0.747797] rtc_cmos 00:00: setting system clock to 2018-10-10 17:18:54 UTC (1539191934)\n[ 0.749461] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.750621] EDD information not available.\n[ 0.817283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818890] Write protecting the kernel read-only data: 14336k\n[ 0.830744] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832598] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.320779] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:19:49,807 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5/action used request id req-8d5291a7-bcba-4574-8678-f8aa7857ee0f 2018-10-10 17:19:51,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d92b9c0f40119c529d83943dbfc92f90da903351" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:19:52,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-35360add-68f3-46bb-bf99-b61ea5a1ac8f x-compute-request-id: req-35360add-68f3-46bb-bf99-b61ea5a1ac8f Content-Encoding: gzip Content-Length: 7703 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498629497 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138129] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140118] pid_max: default: 32768 minimum: 301\n[ 0.141194] ACPI: Core revision 20150930\n[ 0.142689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144255] Security Framework initialized\n[ 0.145247] Yama: becoming mindful.\n[ 0.146192] AppArmor: AppArmor initialized\n[ 0.147268] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148876] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153577] Initializing cgroup subsys io\n[ 0.154551] Initializing cgroup subsys memory\n[ 0.155581] Initializing cgroup subsys devices\n[ 0.156625] Initializing cgroup subsys freezer\n[ 0.157676] Initializing cgroup subsys net_cls\n[ 0.158705] Initializing cgroup subsys perf_event\n[ 0.159784] Initializing cgroup subsys net_prio\n[ 0.160844] Initializing cgroup subsys hugetlb\n[ 0.161895] Initializing cgroup subsys pids\n[ 0.162935] CPU: Physical Processor ID: 0\n[ 0.164606] mce: CPU supports 10 MCE banks\n[ 0.165649] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166880] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177797] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184488] ftrace: allocating 31920 entries in 125 pages\n[ 0.210952] smpboot: Max logical packages: 1\n[ 0.211994] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213539] x2apic enabled\n[ 0.214478] Switched APIC routing to physical x2apic.\n[ 0.216529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218022] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220463] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222591] KVM setup paravirtual spinlock\n[ 0.224048] x86: Booted up 1 node, 1 CPUs\n[ 0.225011] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226364] devtmpfs: initialized\n[ 0.228061] evm: security.selinux\n[ 0.228743] evm: security.SMACK64\n[ 0.229574] evm: security.SMACK64EXEC\n[ 0.230495] evm: security.SMACK64TRANSMUTE\n[ 0.231487] evm: security.SMACK64MMAP\n[ 0.232382] evm: security.ima\n[ 0.233144] evm: security.capability\n[ 0.234103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236379] pinctrl core: initialized pinctrl subsystem\n[ 0.237701] RTC time: 17:18:53, date: 10/10/18\n[ 0.238834] NET: Registered protocol family 16\n[ 0.240000] cpuidle: using governor ladder\n[ 0.241009] cpuidle: using governor menu\n[ 0.241957] PCCT header not found.\n[ 0.242863] ACPI: bus type PCI registered\n[ 0.243828] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245338] PCI: Using configuration type 1 for base access\n[ 0.247328] ACPI: Added _OSI(Module Device)\n[ 0.248351] ACPI: Added _OSI(Processor Device)\n[ 0.249393] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250489] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252827] ACPI: Interpreter enabled\n[ 0.253768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262778] ACPI: (supports S0 S5)\n[ 0.263694] ACPI: Using IOAPIC for interrupt routing\n[ 0.264931] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268567] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270092] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271739] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273329] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276229] acpiphp: Slot [3] registered\n[ 0.277266] acpiphp: Slot [4] registered\n[ 0.278300] acpiphp: Slot [5] registered\n[ 0.279332] acpiphp: Slot [6] registered\n[ 0.280369] acpiphp: Slot [7] registered\n[ 0.281402] acpiphp: Slot [8] registered\n[ 0.282434] acpiphp: Slot [9] registered\n[ 0.283478] acpiphp: Slot [10] registered\n[ 0.284549] acpiphp: Slot [11] registered\n[ 0.285616] acpiphp: Slot [12] registered\n[ 0.286685] acpiphp: Slot [13] registered\n[ 0.287748] acpiphp: Slot [14] registered\n[ 0.288817] acpiphp: Slot [15] registered\n[ 0.299904] acpiphp: Slot [16] registered\n[ 0.300978] acpiphp: Slot [17] registered\n[ 0.302045] acpiphp: Slot [18] registered\n[ 0.303111] acpiphp: Slot [19] registered\n[ 0.304185] acpiphp: Slot [20] registered\n[ 0.305250] acpiphp: Slot [21] registered\n[ 0.306315] acpiphp: Slot [22] registered\n[ 0.307372] acpiphp: Slot [23] registered\n[ 0.308440] acpiphp: Slot [24] registered\n[ 0.309505] acpiphp: Slot [25] registered\n[ 0.310568] acpiphp: Slot [26] registered\n[ 0.311630] acpiphp: Slot [27] registered\n[ 0.312703] acpiphp: Slot [28] registered\n[ 0.313772] acpiphp: Slot [29] registered\n[ 0.314838] acpiphp: Slot [30] registered\n[ 0.315905] acpiphp: Slot [31] registered\n[ 0.316972] PCI host bridge to bus 0000:00\n[ 0.318038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319677] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.321317] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.323237] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.325153] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.331672] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.333423] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.335019] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.336737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.343990] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.345728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.395377] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.397125] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.398787] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.400450] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403914] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405277] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406574] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408445] vgaarb: loaded\n[ 0.409178] vgaarb: bridge control possible 0000:00:02.0\n[ 0.410528] SCSI subsystem initialized\n[ 0.411513] ACPI: bus type USB registered\n[ 0.412510] usbcore: registered new interface driver usbfs\n[ 0.413584] usbcore: registered new interface driver hub\n[ 0.414574] usbcore: registered new device driver usb\n[ 0.415612] PCI: Using ACPI for IRQ routing\n[ 0.416626] NetLabel: Initializing\n[ 0.417331] NetLabel: domain hash size = 128\n[ 0.418169] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.419103] NetLabel: unlabeled traffic allowed by default\n[ 0.420179] clocksource: Switched to clocksource kvm-clock\n[ 0.425585] AppArmor: AppArmor Filesystem Enabled\n[ 0.426534] pnp: PnP ACPI init\n[ 0.427445] pnp: PnP ACPI: found 5 devices\n[ 0.433807] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435480] NET: Registered protocol family 2\n[ 0.436428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437687] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438851] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439990] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441052] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.442203] NET: Registered protocol family 1\n[ 0.443059] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444131] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445192] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.459286] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473458] Trying to unpack rootfs image as initramfs...\n[ 0.523025] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536743] Scanning for low memory corruption every 60 seconds\n[ 0.538053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539186] audit: initializing netlink subsys (disabled)\n[ 0.540200] audit: type=2000 audit(1539191934.348:1): initialized\n[ 0.541496] Initialise system trusted keyring\n[ 0.542410] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.543558] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.545509] zbud: loaded\n[ 0.546208] VFS: Disk quotas dquot_6.6.0\n[ 0.547022] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.548701] fuse init (API version 7.23)\n[ 0.549765] Key type big_key registered\n[ 0.550730] Allocating IMA MOK and blacklist keyrings.\n[ 0.552433] Key type asymmetric registered\n[ 0.553436] Asymmetric key parser 'x509' registered\n[ 0.554588] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.556356] io scheduler noop registered\n[ 0.557320] io scheduler deadline registered (default)\n[ 0.558528] io scheduler cfq registered\n[ 0.559519] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.560817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.562361] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564118] ACPI: Power Button [PWRF]\n[ 0.565113] GHES: HEST is not enabled!\n[ 0.580353] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610336] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613002] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639150] Linux agpgart interface v0.103\n[ 0.641452] brd: module loaded\n[ 0.642860] loop: module loaded\n[ 0.647177] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648971] GPT:90111 != 2097151\n[ 0.649794] GPT:Alternate GPT header not at the end of the disk.\n[ 0.651162] GPT:90111 != 2097151\n[ 0.651980] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653287] vda: vda1 vda15\n[ 0.655463] scsi host0: ata_piix\n[ 0.656742] scsi host1: ata_piix\n[ 0.657878] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.662500] libphy: Fixed MDIO Bus: probed\n[ 0.663788] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665728] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668849] PPP generic driver version 2.4.2\n[ 0.670321] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.672298] ehci-pci: EHCI PCI platform driver\n[ 0.673786] ehci-platform: EHCI generic platform driver\n[ 0.675064] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.676512] ohci-pci: OHCI PCI platform driver\n[ 0.677628] ohci-platform: OHCI generic platform driver\n[ 0.678906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.693712] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695026] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696915] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698242] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699706] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.701331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.703183] usb usb1: Product: UHCI Host Controller\n[ 0.704470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.706020] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.707271] hub 1-0:1.0: USB hub found\n[ 0.708282] hub 1-0:1.0: 2 ports detected\n[ 0.709431] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.712074] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.713300] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.714623] mousedev: PS/2 mouse device common for all mice\n[ 0.716207] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.718551] rtc_cmos 00:00: RTC can wake from S4\n[ 0.719923] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.721476] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.723066] i2c /dev entries driver\n[ 0.724026] device-mapper: uevent: version 1.0.3\n[ 0.725240] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.727371] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.729037] NET: Registered protocol family 10\n[ 0.730302] NET: Registered protocol family 17\n[ 0.731338] Key type dns_resolver registered\n[ 0.732300] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.733441] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.735266] registered taskstats version 1\n[ 0.736128] Loading compiled-in X.509 certificates\n[ 0.737610] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.739609] zswap: loaded using pool lzo/zbud\n[ 0.741029] Key type trusted registered\n[ 0.742608] Key type encrypted registered\n[ 0.743461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.744529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.745601] evm: HMAC attrs: 0x1\n[ 0.746918] Magic number: 6:849:339\n[ 0.747797] rtc_cmos 00:00: setting system clock to 2018-10-10 17:18:54 UTC (1539191934)\n[ 0.749461] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.750621] EDD information not available.\n[ 0.817283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818890] Write protecting the kernel read-only data: 14336k\n[ 0.830744] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832598] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.320779] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:19:52,893 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5/action used request id req-35360add-68f3-46bb-bf99-b61ea5a1ac8f 2018-10-10 17:19:54,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d92b9c0f40119c529d83943dbfc92f90da903351" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:19:55,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:19:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42466cbc-7a95-4f5f-aae3-ac0fdc347a62 x-compute-request-id: req-42466cbc-7a95-4f5f-aae3-ac0fdc347a62 Content-Encoding: gzip Content-Length: 7703 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498629497 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138129] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140118] pid_max: default: 32768 minimum: 301\n[ 0.141194] ACPI: Core revision 20150930\n[ 0.142689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144255] Security Framework initialized\n[ 0.145247] Yama: becoming mindful.\n[ 0.146192] AppArmor: AppArmor initialized\n[ 0.147268] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148876] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153577] Initializing cgroup subsys io\n[ 0.154551] Initializing cgroup subsys memory\n[ 0.155581] Initializing cgroup subsys devices\n[ 0.156625] Initializing cgroup subsys freezer\n[ 0.157676] Initializing cgroup subsys net_cls\n[ 0.158705] Initializing cgroup subsys perf_event\n[ 0.159784] Initializing cgroup subsys net_prio\n[ 0.160844] Initializing cgroup subsys hugetlb\n[ 0.161895] Initializing cgroup subsys pids\n[ 0.162935] CPU: Physical Processor ID: 0\n[ 0.164606] mce: CPU supports 10 MCE banks\n[ 0.165649] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166880] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177797] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184488] ftrace: allocating 31920 entries in 125 pages\n[ 0.210952] smpboot: Max logical packages: 1\n[ 0.211994] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213539] x2apic enabled\n[ 0.214478] Switched APIC routing to physical x2apic.\n[ 0.216529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218022] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220463] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222591] KVM setup paravirtual spinlock\n[ 0.224048] x86: Booted up 1 node, 1 CPUs\n[ 0.225011] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226364] devtmpfs: initialized\n[ 0.228061] evm: security.selinux\n[ 0.228743] evm: security.SMACK64\n[ 0.229574] evm: security.SMACK64EXEC\n[ 0.230495] evm: security.SMACK64TRANSMUTE\n[ 0.231487] evm: security.SMACK64MMAP\n[ 0.232382] evm: security.ima\n[ 0.233144] evm: security.capability\n[ 0.234103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236379] pinctrl core: initialized pinctrl subsystem\n[ 0.237701] RTC time: 17:18:53, date: 10/10/18\n[ 0.238834] NET: Registered protocol family 16\n[ 0.240000] cpuidle: using governor ladder\n[ 0.241009] cpuidle: using governor menu\n[ 0.241957] PCCT header not found.\n[ 0.242863] ACPI: bus type PCI registered\n[ 0.243828] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245338] PCI: Using configuration type 1 for base access\n[ 0.247328] ACPI: Added _OSI(Module Device)\n[ 0.248351] ACPI: Added _OSI(Processor Device)\n[ 0.249393] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250489] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252827] ACPI: Interpreter enabled\n[ 0.253768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262778] ACPI: (supports S0 S5)\n[ 0.263694] ACPI: Using IOAPIC for interrupt routing\n[ 0.264931] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268567] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270092] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271739] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273329] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276229] acpiphp: Slot [3] registered\n[ 0.277266] acpiphp: Slot [4] registered\n[ 0.278300] acpiphp: Slot [5] registered\n[ 0.279332] acpiphp: Slot [6] registered\n[ 0.280369] acpiphp: Slot [7] registered\n[ 0.281402] acpiphp: Slot [8] registered\n[ 0.282434] acpiphp: Slot [9] registered\n[ 0.283478] acpiphp: Slot [10] registered\n[ 0.284549] acpiphp: Slot [11] registered\n[ 0.285616] acpiphp: Slot [12] registered\n[ 0.286685] acpiphp: Slot [13] registered\n[ 0.287748] acpiphp: Slot [14] registered\n[ 0.288817] acpiphp: Slot [15] registered\n[ 0.299904] acpiphp: Slot [16] registered\n[ 0.300978] acpiphp: Slot [17] registered\n[ 0.302045] acpiphp: Slot [18] registered\n[ 0.303111] acpiphp: Slot [19] registered\n[ 0.304185] acpiphp: Slot [20] registered\n[ 0.305250] acpiphp: Slot [21] registered\n[ 0.306315] acpiphp: Slot [22] registered\n[ 0.307372] acpiphp: Slot [23] registered\n[ 0.308440] acpiphp: Slot [24] registered\n[ 0.309505] acpiphp: Slot [25] registered\n[ 0.310568] acpiphp: Slot [26] registered\n[ 0.311630] acpiphp: Slot [27] registered\n[ 0.312703] acpiphp: Slot [28] registered\n[ 0.313772] acpiphp: Slot [29] registered\n[ 0.314838] acpiphp: Slot [30] registered\n[ 0.315905] acpiphp: Slot [31] registered\n[ 0.316972] PCI host bridge to bus 0000:00\n[ 0.318038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319677] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.321317] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.323237] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.325153] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.331672] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.333423] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.335019] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.336737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.343990] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.345728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.395377] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.397125] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.398787] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.400450] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403914] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405277] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406574] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408445] vgaarb: loaded\n[ 0.409178] vgaarb: bridge control possible 0000:00:02.0\n[ 0.410528] SCSI subsystem initialized\n[ 0.411513] ACPI: bus type USB registered\n[ 0.412510] usbcore: registered new interface driver usbfs\n[ 0.413584] usbcore: registered new interface driver hub\n[ 0.414574] usbcore: registered new device driver usb\n[ 0.415612] PCI: Using ACPI for IRQ routing\n[ 0.416626] NetLabel: Initializing\n[ 0.417331] NetLabel: domain hash size = 128\n[ 0.418169] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.419103] NetLabel: unlabeled traffic allowed by default\n[ 0.420179] clocksource: Switched to clocksource kvm-clock\n[ 0.425585] AppArmor: AppArmor Filesystem Enabled\n[ 0.426534] pnp: PnP ACPI init\n[ 0.427445] pnp: PnP ACPI: found 5 devices\n[ 0.433807] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435480] NET: Registered protocol family 2\n[ 0.436428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437687] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438851] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439990] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441052] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.442203] NET: Registered protocol family 1\n[ 0.443059] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444131] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445192] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.459286] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473458] Trying to unpack rootfs image as initramfs...\n[ 0.523025] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536743] Scanning for low memory corruption every 60 seconds\n[ 0.538053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539186] audit: initializing netlink subsys (disabled)\n[ 0.540200] audit: type=2000 audit(1539191934.348:1): initialized\n[ 0.541496] Initialise system trusted keyring\n[ 0.542410] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.543558] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.545509] zbud: loaded\n[ 0.546208] VFS: Disk quotas dquot_6.6.0\n[ 0.547022] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.548701] fuse init (API version 7.23)\n[ 0.549765] Key type big_key registered\n[ 0.550730] Allocating IMA MOK and blacklist keyrings.\n[ 0.552433] Key type asymmetric registered\n[ 0.553436] Asymmetric key parser 'x509' registered\n[ 0.554588] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.556356] io scheduler noop registered\n[ 0.557320] io scheduler deadline registered (default)\n[ 0.558528] io scheduler cfq registered\n[ 0.559519] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.560817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.562361] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564118] ACPI: Power Button [PWRF]\n[ 0.565113] GHES: HEST is not enabled!\n[ 0.580353] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610336] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613002] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639150] Linux agpgart interface v0.103\n[ 0.641452] brd: module loaded\n[ 0.642860] loop: module loaded\n[ 0.647177] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648971] GPT:90111 != 2097151\n[ 0.649794] GPT:Alternate GPT header not at the end of the disk.\n[ 0.651162] GPT:90111 != 2097151\n[ 0.651980] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653287] vda: vda1 vda15\n[ 0.655463] scsi host0: ata_piix\n[ 0.656742] scsi host1: ata_piix\n[ 0.657878] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.662500] libphy: Fixed MDIO Bus: probed\n[ 0.663788] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665728] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668849] PPP generic driver version 2.4.2\n[ 0.670321] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.672298] ehci-pci: EHCI PCI platform driver\n[ 0.673786] ehci-platform: EHCI generic platform driver\n[ 0.675064] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.676512] ohci-pci: OHCI PCI platform driver\n[ 0.677628] ohci-platform: OHCI generic platform driver\n[ 0.678906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.693712] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695026] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696915] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698242] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699706] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.701331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.703183] usb usb1: Product: UHCI Host Controller\n[ 0.704470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.706020] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.707271] hub 1-0:1.0: USB hub found\n[ 0.708282] hub 1-0:1.0: 2 ports detected\n[ 0.709431] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.712074] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.713300] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.714623] mousedev: PS/2 mouse device common for all mice\n[ 0.716207] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.718551] rtc_cmos 00:00: RTC can wake from S4\n[ 0.719923] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.721476] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.723066] i2c /dev entries driver\n[ 0.724026] device-mapper: uevent: version 1.0.3\n[ 0.725240] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.727371] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.729037] NET: Registered protocol family 10\n[ 0.730302] NET: Registered protocol family 17\n[ 0.731338] Key type dns_resolver registered\n[ 0.732300] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.733441] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.735266] registered taskstats version 1\n[ 0.736128] Loading compiled-in X.509 certificates\n[ 0.737610] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.739609] zswap: loaded using pool lzo/zbud\n[ 0.741029] Key type trusted registered\n[ 0.742608] Key type encrypted registered\n[ 0.743461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.744529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.745601] evm: HMAC attrs: 0x1\n[ 0.746918] Magic number: 6:849:339\n[ 0.747797] rtc_cmos 00:00: setting system clock to 2018-10-10 17:18:54 UTC (1539191934)\n[ 0.749461] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.750621] EDD information not available.\n[ 0.817283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818890] Write protecting the kernel read-only data: 14336k\n[ 0.830744] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832598] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.320779] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:19:55,980 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5/action used request id req-42466cbc-7a95-4f5f-aae3-ac0fdc347a62 2018-10-10 17:19:57,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d92b9c0f40119c529d83943dbfc92f90da903351" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:19:59,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-1b60a2f8-f354-47f4-94a8-123a87793a11 x-compute-request-id: req-1b60a2f8-f354-47f4-94a8-123a87793a11 Content-Encoding: gzip Content-Length: 9525 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498629497 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138129] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140118] pid_max: default: 32768 minimum: 301\n[ 0.141194] ACPI: Core revision 20150930\n[ 0.142689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144255] Security Framework initialized\n[ 0.145247] Yama: becoming mindful.\n[ 0.146192] AppArmor: AppArmor initialized\n[ 0.147268] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148876] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153577] Initializing cgroup subsys io\n[ 0.154551] Initializing cgroup subsys memory\n[ 0.155581] Initializing cgroup subsys devices\n[ 0.156625] Initializing cgroup subsys freezer\n[ 0.157676] Initializing cgroup subsys net_cls\n[ 0.158705] Initializing cgroup subsys perf_event\n[ 0.159784] Initializing cgroup subsys net_prio\n[ 0.160844] Initializing cgroup subsys hugetlb\n[ 0.161895] Initializing cgroup subsys pids\n[ 0.162935] CPU: Physical Processor ID: 0\n[ 0.164606] mce: CPU supports 10 MCE banks\n[ 0.165649] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166880] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177797] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184488] ftrace: allocating 31920 entries in 125 pages\n[ 0.210952] smpboot: Max logical packages: 1\n[ 0.211994] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213539] x2apic enabled\n[ 0.214478] Switched APIC routing to physical x2apic.\n[ 0.216529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218022] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220463] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222591] KVM setup paravirtual spinlock\n[ 0.224048] x86: Booted up 1 node, 1 CPUs\n[ 0.225011] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226364] devtmpfs: initialized\n[ 0.228061] evm: security.selinux\n[ 0.228743] evm: security.SMACK64\n[ 0.229574] evm: security.SMACK64EXEC\n[ 0.230495] evm: security.SMACK64TRANSMUTE\n[ 0.231487] evm: security.SMACK64MMAP\n[ 0.232382] evm: security.ima\n[ 0.233144] evm: security.capability\n[ 0.234103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236379] pinctrl core: initialized pinctrl subsystem\n[ 0.237701] RTC time: 17:18:53, date: 10/10/18\n[ 0.238834] NET: Registered protocol family 16\n[ 0.240000] cpuidle: using governor ladder\n[ 0.241009] cpuidle: using governor menu\n[ 0.241957] PCCT header not found.\n[ 0.242863] ACPI: bus type PCI registered\n[ 0.243828] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245338] PCI: Using configuration type 1 for base access\n[ 0.247328] ACPI: Added _OSI(Module Device)\n[ 0.248351] ACPI: Added _OSI(Processor Device)\n[ 0.249393] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250489] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252827] ACPI: Interpreter enabled\n[ 0.253768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262778] ACPI: (supports S0 S5)\n[ 0.263694] ACPI: Using IOAPIC for interrupt routing\n[ 0.264931] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268567] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270092] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271739] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273329] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276229] acpiphp: Slot [3] registered\n[ 0.277266] acpiphp: Slot [4] registered\n[ 0.278300] acpiphp: Slot [5] registered\n[ 0.279332] acpiphp: Slot [6] registered\n[ 0.280369] acpiphp: Slot [7] registered\n[ 0.281402] acpiphp: Slot [8] registered\n[ 0.282434] acpiphp: Slot [9] registered\n[ 0.283478] acpiphp: Slot [10] registered\n[ 0.284549] acpiphp: Slot [11] registered\n[ 0.285616] acpiphp: Slot [12] registered\n[ 0.286685] acpiphp: Slot [13] registered\n[ 0.287748] acpiphp: Slot [14] registered\n[ 0.288817] acpiphp: Slot [15] registered\n[ 0.299904] acpiphp: Slot [16] registered\n[ 0.300978] acpiphp: Slot [17] registered\n[ 0.302045] acpiphp: Slot [18] registered\n[ 0.303111] acpiphp: Slot [19] registered\n[ 0.304185] acpiphp: Slot [20] registered\n[ 0.305250] acpiphp: Slot [21] registered\n[ 0.306315] acpiphp: Slot [22] registered\n[ 0.307372] acpiphp: Slot [23] registered\n[ 0.308440] acpiphp: Slot [24] registered\n[ 0.309505] acpiphp: Slot [25] registered\n[ 0.310568] acpiphp: Slot [26] registered\n[ 0.311630] acpiphp: Slot [27] registered\n[ 0.312703] acpiphp: Slot [28] registered\n[ 0.313772] acpiphp: Slot [29] registered\n[ 0.314838] acpiphp: Slot [30] registered\n[ 0.315905] acpiphp: Slot [31] registered\n[ 0.316972] PCI host bridge to bus 0000:00\n[ 0.318038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319677] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.321317] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.323237] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.325153] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.331672] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.333423] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.335019] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.336737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.343990] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.345728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.395377] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.397125] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.398787] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.400450] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403914] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405277] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406574] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408445] vgaarb: loaded\n[ 0.409178] vgaarb: bridge control possible 0000:00:02.0\n[ 0.410528] SCSI subsystem initialized\n[ 0.411513] ACPI: bus type USB registered\n[ 0.412510] usbcore: registered new interface driver usbfs\n[ 0.413584] usbcore: registered new interface driver hub\n[ 0.414574] usbcore: registered new device driver usb\n[ 0.415612] PCI: Using ACPI for IRQ routing\n[ 0.416626] NetLabel: Initializing\n[ 0.417331] NetLabel: domain hash size = 128\n[ 0.418169] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.419103] NetLabel: unlabeled traffic allowed by default\n[ 0.420179] clocksource: Switched to clocksource kvm-clock\n[ 0.425585] AppArmor: AppArmor Filesystem Enabled\n[ 0.426534] pnp: PnP ACPI init\n[ 0.427445] pnp: PnP ACPI: found 5 devices\n[ 0.433807] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435480] NET: Registered protocol family 2\n[ 0.436428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437687] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438851] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439990] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441052] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.442203] NET: Registered protocol family 1\n[ 0.443059] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444131] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445192] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.459286] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473458] Trying to unpack rootfs image as initramfs...\n[ 0.523025] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536743] Scanning for low memory corruption every 60 seconds\n[ 0.538053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539186] audit: initializing netlink subsys (disabled)\n[ 0.540200] audit: type=2000 audit(1539191934.348:1): initialized\n[ 0.541496] Initialise system trusted keyring\n[ 0.542410] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.543558] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.545509] zbud: loaded\n[ 0.546208] VFS: Disk quotas dquot_6.6.0\n[ 0.547022] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.548701] fuse init (API version 7.23)\n[ 0.549765] Key type big_key registered\n[ 0.550730] Allocating IMA MOK and blacklist keyrings.\n[ 0.552433] Key type asymmetric registered\n[ 0.553436] Asymmetric key parser 'x509' registered\n[ 0.554588] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.556356] io scheduler noop registered\n[ 0.557320] io scheduler deadline registered (default)\n[ 0.558528] io scheduler cfq registered\n[ 0.559519] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.560817] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.562361] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564118] ACPI: Power Button [PWRF]\n[ 0.565113] GHES: HEST is not enabled!\n[ 0.580353] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610336] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613002] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639150] Linux agpgart interface v0.103\n[ 0.641452] brd: module loaded\n[ 0.642860] loop: module loaded\n[ 0.647177] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648971] GPT:90111 != 2097151\n[ 0.649794] GPT:Alternate GPT header not at the end of the disk.\n[ 0.651162] GPT:90111 != 2097151\n[ 0.651980] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653287] vda: vda1 vda15\n[ 0.655463] scsi host0: ata_piix\n[ 0.656742] scsi host1: ata_piix\n[ 0.657878] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659916] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.662500] libphy: Fixed MDIO Bus: probed\n[ 0.663788] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665728] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668849] PPP generic driver version 2.4.2\n[ 0.670321] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.672298] ehci-pci: EHCI PCI platform driver\n[ 0.673786] ehci-platform: EHCI generic platform driver\n[ 0.675064] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.676512] ohci-pci: OHCI PCI platform driver\n[ 0.677628] ohci-platform: OHCI generic platform driver\n[ 0.678906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.693712] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695026] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696915] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698242] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699706] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.701331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.703183] usb usb1: Product: UHCI Host Controller\n[ 0.704470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.706020] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.707271] hub 1-0:1.0: USB hub found\n[ 0.708282] hub 1-0:1.0: 2 ports detected\n[ 0.709431] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.712074] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.713300] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.714623] mousedev: PS/2 mouse device common for all mice\n[ 0.716207] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.718551] rtc_cmos 00:00: RTC can wake from S4\n[ 0.719923] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.721476] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.723066] i2c /dev entries driver\n[ 0.724026] device-mapper: uevent: version 1.0.3\n[ 0.725240] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.727371] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.729037] NET: Registered protocol family 10\n[ 0.730302] NET: Registered protocol family 17\n[ 0.731338] Key type dns_resolver registered\n[ 0.732300] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.733441] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.735266] registered taskstats version 1\n[ 0.736128] Loading compiled-in X.509 certificates\n[ 0.737610] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.739609] zswap: loaded using pool lzo/zbud\n[ 0.741029] Key type trusted registered\n[ 0.742608] Key type encrypted registered\n[ 0.743461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.744529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.745601] evm: HMAC attrs: 0x1\n[ 0.746918] Magic number: 6:849:339\n[ 0.747797] rtc_cmos 00:00: setting system clock to 2018-10-10 17:18:54 UTC (1539191934)\n[ 0.749461] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.750621] EDD information not available.\n[ 0.817283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818890] Write protecting the kernel read-only data: 14336k\n[ 0.830744] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832598] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.320779] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.26. iid=i-0000013d\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCBvZMCB5Yt3ucwBVfXDnP8/bpJsffwWz168fid/1KANxh8UlIn8EwF49PEpEbtWbSsrROcI+0LvV/+xDzXIf15+e5c/fRpZ6eJm+HhHvcKZIg1QZfDFlQovPhKY3pw/RpG3w1Cy/lVlMogD0uii2pn0VmEtrjPNWyn6D+E1Lr9501Ul6W3TIBaww5wFmXglQ4js5G7ulC58Uw6LEdbemXU7D9JR8q688HFLfkoFbStmefWzGo95wpIQ1i4H9LQgym0Kgmv78HYM6CwdM0n6ynOZ60PUMVElStx8+LQtN0W944za0SmE1vnJ5XOf7aGEsXnVB6+OSSozTNyZv6+Q3XP root@sdnvpn-4-3\nssh-dss AAAAB3NzaC1kc3MAAACBANRu1YdMzlblxT5LF+0iNOKkwEXYwRyoMpAyPbsfeIExHVd33BrX3JwlbbQFeo+419jnyUe/iSMZAWT4PZZHNb2uS++aYl6xjIuKRVy7kMIknh00bmdxF4iDKAVKDtEpiT4O1uGVbtGxAvFUSqmkQ977lPZcDiVqwROP2FRSDcEPAAAAFQCH4GgIDCc+YVIshenag+v7HIEMawAAAIBvzdfenE4inNLwOKYnj1BiqFxsN25qcUwhv8khSSyS7l9/x/vXYgmTOj1uSP7i6ymHSG5LgPpAYhQYdhUzRTli60aeRISSEJbXrb8AyS4nuiITUcVXV5UxFt+O3ZRB0d6gEeUGtPITd8XXNE0E8JWoAgHnthp95lBB9lYexi8dyQAAAIEAy+c7L2fcR4AJ1EwqSfxCDHn4J/xN8LYq6cFTGMQn4vUzW12V0ghRPzEc75ykWp2bGU7g1n8iH3xKbNeK5J4KGzNtnrg8d98O8APgwjOqDValo5n8wwMkgPnHYQAU/QrzaYfatZ48JbOtbKtIRn+PJ58er4x1RqQVjL7m2txnj/0= root@sdnvpn-4-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe31:61c0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013d\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.97 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-3 login: "} 2018-10-10 17:19:59,067 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5/action used request id req-1b60a2f8-f354-47f4-94a8-123a87793a11 2018-10-10 17:20:01,096 - sdnvpn_test_utils - INFO - Waiting for instance 849d5f8a-d04d-4040-9fb2-e905eaa177f2 to boot up 2018-10-10 17:20:01,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:02,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-6c9316f4-96ee-469e-b4e3-492cf7e18263 x-compute-request-id: req-6c9316f4-96ee-469e-b4e3-492cf7e18263 Content-Encoding: gzip Content-Length: 7695 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:20:02,166 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-6c9316f4-96ee-469e-b4e3-492cf7e18263 2018-10-10 17:20:04,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:05,250 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:20: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-5a175c22-bc65-40bd-ab1c-fc4056d839ca x-compute-request-id: req-5a175c22-bc65-40bd-ab1c-fc4056d839ca Content-Encoding: gzip Content-Length: 7695 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:20:05,250 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-5a175c22-bc65-40bd-ab1c-fc4056d839ca 2018-10-10 17:20:07,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:08,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-929045a5-d61d-4729-9781-daa33cf68ca9 x-compute-request-id: req-929045a5-d61d-4729-9781-daa33cf68ca9 Content-Encoding: gzip Content-Length: 7695 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:20:08,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-929045a5-d61d-4729-9781-daa33cf68ca9 2018-10-10 17:20:10,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:11,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-e9fdc878-3564-40bd-9a1d-1abf70a91ce9 x-compute-request-id: req-e9fdc878-3564-40bd-9a1d-1abf70a91ce9 Content-Encoding: gzip Content-Length: 9392 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.51. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJUPV1LAI3v9L5WM9RQAEarSVKjr5grdFo10ejgVg/zgth1L1X0+6QMR3HFrOmMaeRF1xu415LEtlln8ACdWPzNWA+epl0bFJkxjwgEXE/NfeJmjeG3W92fHt7eKCSlyoLGNz7bXkHCY2/A0GJc40ot5aTyIszWkx0qLZekXDg5ofOPm4cF0Cdnnd56kzsn0jJbTFH22NiIV6IhHVLNHIz8FjxFfElrRCGHq6uqAYP/BFptGVtYNJzZqAYX11iTUfPe3+7nXL3AJmGl2s85DPlhK+O0+VN3LacLcq2eLatajNuFeOO7g3goX0mW9UIb3vuPSSBV/KCLfUauvaGmHTp root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIphrd8GECtBGYgaOHRvPdqQOCH/TiN5t9Xlt5T4MTbihPmQHqOsh09BtffzWcPtqFgfnhYqb3DhT+QE4b6nhqoWSjyAZ50xFiWigzU8CEu5zpiug+t3XlAhpu8iO9+Q6aUXtHwraJ97tksBX3PL6pTFTPlDk9qnPco1NzKo7Cp1AAAAFQC0TbJeVqAIWNfLFkILIdaZVOYxSQAAAIBWNGNx2wayk/mPaaJY4CHHrMSge1vAic+akk06Vqa6exGilEDgWwJj/v6RVoD/+fZvmSFR4Lp8xmfEY7WEWew8+UKXRjMd3USBjy3y4ef+8CuRigUm2mFJYBcYMTfY09wgjIfI+o/Kaz9SQXEJEqoN7KKxWy0b2oonWnktwDeFZwAAAIAbcXgu0jwWXDTwii+h7FyFdQufkR60a6bOzSqTFLf9MIAhHPJS5R5lM7HtPILEAba2AlushEm9YJyhPPmU3xMg/vWXvKisBqjQstBb6CSiN63RnyzOjjzwhx5FVWEajjoeXw86MaTeEIvGx00fAkUyTa6XrVtQ3S5kiip2gLSyLg== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.12,24,fe80::f816:3eff:fe31:6b42/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000140\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n"} 2018-10-10 17:20:11,428 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-e9fdc878-3564-40bd-9a1d-1abf70a91ce9 2018-10-10 17:20:13,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:14,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-5608d0a8-a08b-4103-96da-84f69d4aece6 x-compute-request-id: req-5608d0a8-a08b-4103-96da-84f69d4aece6 Content-Encoding: gzip Content-Length: 9996 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.51. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJUPV1LAI3v9L5WM9RQAEarSVKjr5grdFo10ejgVg/zgth1L1X0+6QMR3HFrOmMaeRF1xu415LEtlln8ACdWPzNWA+epl0bFJkxjwgEXE/NfeJmjeG3W92fHt7eKCSlyoLGNz7bXkHCY2/A0GJc40ot5aTyIszWkx0qLZekXDg5ofOPm4cF0Cdnnd56kzsn0jJbTFH22NiIV6IhHVLNHIz8FjxFfElrRCGHq6uqAYP/BFptGVtYNJzZqAYX11iTUfPe3+7nXL3AJmGl2s85DPlhK+O0+VN3LacLcq2eLatajNuFeOO7g3goX0mW9UIb3vuPSSBV/KCLfUauvaGmHTp root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIphrd8GECtBGYgaOHRvPdqQOCH/TiN5t9Xlt5T4MTbihPmQHqOsh09BtffzWcPtqFgfnhYqb3DhT+QE4b6nhqoWSjyAZ50xFiWigzU8CEu5zpiug+t3XlAhpu8iO9+Q6aUXtHwraJ97tksBX3PL6pTFTPlDk9qnPco1NzKo7Cp1AAAAFQC0TbJeVqAIWNfLFkILIdaZVOYxSQAAAIBWNGNx2wayk/mPaaJY4CHHrMSge1vAic+akk06Vqa6exGilEDgWwJj/v6RVoD/+fZvmSFR4Lp8xmfEY7WEWew8+UKXRjMd3USBjy3y4ef+8CuRigUm2mFJYBcYMTfY09wgjIfI+o/Kaz9SQXEJEqoN7KKxWy0b2oonWnktwDeFZwAAAIAbcXgu0jwWXDTwii+h7FyFdQufkR60a6bOzSqTFLf9MIAhHPJS5R5lM7HtPILEAba2AlushEm9YJyhPPmU3xMg/vWXvKisBqjQstBb6CSiN63RnyzOjjzwhx5FVWEajjoeXw86MaTeEIvGx00fAkUyTa6XrVtQ3S5kiip2gLSyLg== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.12,24,fe80::f816:3eff:fe31:6b42/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000140\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.44s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:31:6B:42 \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe31:6b42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9392 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-10-10 17:20:14,517 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-5608d0a8-a08b-4103-96da-84f69d4aece6 2018-10-10 17:20:16,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:17,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:20: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-c00ddea0-a3b6-48d1-b5f9-8c6cb6a49796 x-compute-request-id: req-c00ddea0-a3b6-48d1-b5f9-8c6cb6a49796 Content-Encoding: gzip Content-Length: 9996 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.51. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJUPV1LAI3v9L5WM9RQAEarSVKjr5grdFo10ejgVg/zgth1L1X0+6QMR3HFrOmMaeRF1xu415LEtlln8ACdWPzNWA+epl0bFJkxjwgEXE/NfeJmjeG3W92fHt7eKCSlyoLGNz7bXkHCY2/A0GJc40ot5aTyIszWkx0qLZekXDg5ofOPm4cF0Cdnnd56kzsn0jJbTFH22NiIV6IhHVLNHIz8FjxFfElrRCGHq6uqAYP/BFptGVtYNJzZqAYX11iTUfPe3+7nXL3AJmGl2s85DPlhK+O0+VN3LacLcq2eLatajNuFeOO7g3goX0mW9UIb3vuPSSBV/KCLfUauvaGmHTp root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIphrd8GECtBGYgaOHRvPdqQOCH/TiN5t9Xlt5T4MTbihPmQHqOsh09BtffzWcPtqFgfnhYqb3DhT+QE4b6nhqoWSjyAZ50xFiWigzU8CEu5zpiug+t3XlAhpu8iO9+Q6aUXtHwraJ97tksBX3PL6pTFTPlDk9qnPco1NzKo7Cp1AAAAFQC0TbJeVqAIWNfLFkILIdaZVOYxSQAAAIBWNGNx2wayk/mPaaJY4CHHrMSge1vAic+akk06Vqa6exGilEDgWwJj/v6RVoD/+fZvmSFR4Lp8xmfEY7WEWew8+UKXRjMd3USBjy3y4ef+8CuRigUm2mFJYBcYMTfY09wgjIfI+o/Kaz9SQXEJEqoN7KKxWy0b2oonWnktwDeFZwAAAIAbcXgu0jwWXDTwii+h7FyFdQufkR60a6bOzSqTFLf9MIAhHPJS5R5lM7HtPILEAba2AlushEm9YJyhPPmU3xMg/vWXvKisBqjQstBb6CSiN63RnyzOjjzwhx5FVWEajjoeXw86MaTeEIvGx00fAkUyTa6XrVtQ3S5kiip2gLSyLg== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.12,24,fe80::f816:3eff:fe31:6b42/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000140\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.44s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:31:6B:42 \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe31:6b42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9392 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-10-10 17:20:17,607 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-c00ddea0-a3b6-48d1-b5f9-8c6cb6a49796 2018-10-10 17:20:19,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:20,702 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:20:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd2d12da-a799-4d80-b6a2-2ca71a50f8a0 x-compute-request-id: req-bd2d12da-a799-4d80-b6a2-2ca71a50f8a0 Content-Encoding: gzip Content-Length: 9996 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.51. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJUPV1LAI3v9L5WM9RQAEarSVKjr5grdFo10ejgVg/zgth1L1X0+6QMR3HFrOmMaeRF1xu415LEtlln8ACdWPzNWA+epl0bFJkxjwgEXE/NfeJmjeG3W92fHt7eKCSlyoLGNz7bXkHCY2/A0GJc40ot5aTyIszWkx0qLZekXDg5ofOPm4cF0Cdnnd56kzsn0jJbTFH22NiIV6IhHVLNHIz8FjxFfElrRCGHq6uqAYP/BFptGVtYNJzZqAYX11iTUfPe3+7nXL3AJmGl2s85DPlhK+O0+VN3LacLcq2eLatajNuFeOO7g3goX0mW9UIb3vuPSSBV/KCLfUauvaGmHTp root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIphrd8GECtBGYgaOHRvPdqQOCH/TiN5t9Xlt5T4MTbihPmQHqOsh09BtffzWcPtqFgfnhYqb3DhT+QE4b6nhqoWSjyAZ50xFiWigzU8CEu5zpiug+t3XlAhpu8iO9+Q6aUXtHwraJ97tksBX3PL6pTFTPlDk9qnPco1NzKo7Cp1AAAAFQC0TbJeVqAIWNfLFkILIdaZVOYxSQAAAIBWNGNx2wayk/mPaaJY4CHHrMSge1vAic+akk06Vqa6exGilEDgWwJj/v6RVoD/+fZvmSFR4Lp8xmfEY7WEWew8+UKXRjMd3USBjy3y4ef+8CuRigUm2mFJYBcYMTfY09wgjIfI+o/Kaz9SQXEJEqoN7KKxWy0b2oonWnktwDeFZwAAAIAbcXgu0jwWXDTwii+h7FyFdQufkR60a6bOzSqTFLf9MIAhHPJS5R5lM7HtPILEAba2AlushEm9YJyhPPmU3xMg/vWXvKisBqjQstBb6CSiN63RnyzOjjzwhx5FVWEajjoeXw86MaTeEIvGx00fAkUyTa6XrVtQ3S5kiip2gLSyLg== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.12,24,fe80::f816:3eff:fe31:6b42/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000140\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.44s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:31:6B:42 \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe31:6b42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9392 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-10-10 17:20:20,703 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-bd2d12da-a799-4d80-b6a2-2ca71a50f8a0 2018-10-10 17:20:22,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:23,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:20:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-040d73d4-c5fd-4356-af7f-dff43f59cdd7 x-compute-request-id: req-040d73d4-c5fd-4356-af7f-dff43f59cdd7 Content-Encoding: gzip Content-Length: 9996 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.51. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJUPV1LAI3v9L5WM9RQAEarSVKjr5grdFo10ejgVg/zgth1L1X0+6QMR3HFrOmMaeRF1xu415LEtlln8ACdWPzNWA+epl0bFJkxjwgEXE/NfeJmjeG3W92fHt7eKCSlyoLGNz7bXkHCY2/A0GJc40ot5aTyIszWkx0qLZekXDg5ofOPm4cF0Cdnnd56kzsn0jJbTFH22NiIV6IhHVLNHIz8FjxFfElrRCGHq6uqAYP/BFptGVtYNJzZqAYX11iTUfPe3+7nXL3AJmGl2s85DPlhK+O0+VN3LacLcq2eLatajNuFeOO7g3goX0mW9UIb3vuPSSBV/KCLfUauvaGmHTp root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIphrd8GECtBGYgaOHRvPdqQOCH/TiN5t9Xlt5T4MTbihPmQHqOsh09BtffzWcPtqFgfnhYqb3DhT+QE4b6nhqoWSjyAZ50xFiWigzU8CEu5zpiug+t3XlAhpu8iO9+Q6aUXtHwraJ97tksBX3PL6pTFTPlDk9qnPco1NzKo7Cp1AAAAFQC0TbJeVqAIWNfLFkILIdaZVOYxSQAAAIBWNGNx2wayk/mPaaJY4CHHrMSge1vAic+akk06Vqa6exGilEDgWwJj/v6RVoD/+fZvmSFR4Lp8xmfEY7WEWew8+UKXRjMd3USBjy3y4ef+8CuRigUm2mFJYBcYMTfY09wgjIfI+o/Kaz9SQXEJEqoN7KKxWy0b2oonWnktwDeFZwAAAIAbcXgu0jwWXDTwii+h7FyFdQufkR60a6bOzSqTFLf9MIAhHPJS5R5lM7HtPILEAba2AlushEm9YJyhPPmU3xMg/vWXvKisBqjQstBb6CSiN63RnyzOjjzwhx5FVWEajjoeXw86MaTeEIvGx00fAkUyTa6XrVtQ3S5kiip2gLSyLg== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.12,24,fe80::f816:3eff:fe31:6b42/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000140\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.44s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:31:6B:42 \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe31:6b42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9392 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-10-10 17:20:23,802 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-040d73d4-c5fd-4356-af7f-dff43f59cdd7 2018-10-10 17:20:25,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:26,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:20:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f841a8f7-da9c-48ea-ba24-5763e2158ccd x-compute-request-id: req-f841a8f7-da9c-48ea-ba24-5763e2158ccd Content-Encoding: gzip Content-Length: 9996 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.51. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJUPV1LAI3v9L5WM9RQAEarSVKjr5grdFo10ejgVg/zgth1L1X0+6QMR3HFrOmMaeRF1xu415LEtlln8ACdWPzNWA+epl0bFJkxjwgEXE/NfeJmjeG3W92fHt7eKCSlyoLGNz7bXkHCY2/A0GJc40ot5aTyIszWkx0qLZekXDg5ofOPm4cF0Cdnnd56kzsn0jJbTFH22NiIV6IhHVLNHIz8FjxFfElrRCGHq6uqAYP/BFptGVtYNJzZqAYX11iTUfPe3+7nXL3AJmGl2s85DPlhK+O0+VN3LacLcq2eLatajNuFeOO7g3goX0mW9UIb3vuPSSBV/KCLfUauvaGmHTp root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIphrd8GECtBGYgaOHRvPdqQOCH/TiN5t9Xlt5T4MTbihPmQHqOsh09BtffzWcPtqFgfnhYqb3DhT+QE4b6nhqoWSjyAZ50xFiWigzU8CEu5zpiug+t3XlAhpu8iO9+Q6aUXtHwraJ97tksBX3PL6pTFTPlDk9qnPco1NzKo7Cp1AAAAFQC0TbJeVqAIWNfLFkILIdaZVOYxSQAAAIBWNGNx2wayk/mPaaJY4CHHrMSge1vAic+akk06Vqa6exGilEDgWwJj/v6RVoD/+fZvmSFR4Lp8xmfEY7WEWew8+UKXRjMd3USBjy3y4ef+8CuRigUm2mFJYBcYMTfY09wgjIfI+o/Kaz9SQXEJEqoN7KKxWy0b2oonWnktwDeFZwAAAIAbcXgu0jwWXDTwii+h7FyFdQufkR60a6bOzSqTFLf9MIAhHPJS5R5lM7HtPILEAba2AlushEm9YJyhPPmU3xMg/vWXvKisBqjQstBb6CSiN63RnyzOjjzwhx5FVWEajjoeXw86MaTeEIvGx00fAkUyTa6XrVtQ3S5kiip2gLSyLg== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.12,24,fe80::f816:3eff:fe31:6b42/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000140\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.44s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:31:6B:42 \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe31:6b42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9392 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-10-10 17:20:26,888 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-f841a8f7-da9c-48ea-ba24-5763e2158ccd 2018-10-10 17:20:28,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:30,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:20:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d1e5a56-7729-4230-80ed-d87897d2ed75 x-compute-request-id: req-4d1e5a56-7729-4230-80ed-d87897d2ed75 Content-Encoding: gzip Content-Length: 10063 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.51. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJUPV1LAI3v9L5WM9RQAEarSVKjr5grdFo10ejgVg/zgth1L1X0+6QMR3HFrOmMaeRF1xu415LEtlln8ACdWPzNWA+epl0bFJkxjwgEXE/NfeJmjeG3W92fHt7eKCSlyoLGNz7bXkHCY2/A0GJc40ot5aTyIszWkx0qLZekXDg5ofOPm4cF0Cdnnd56kzsn0jJbTFH22NiIV6IhHVLNHIz8FjxFfElrRCGHq6uqAYP/BFptGVtYNJzZqAYX11iTUfPe3+7nXL3AJmGl2s85DPlhK+O0+VN3LacLcq2eLatajNuFeOO7g3goX0mW9UIb3vuPSSBV/KCLfUauvaGmHTp root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIphrd8GECtBGYgaOHRvPdqQOCH/TiN5t9Xlt5T4MTbihPmQHqOsh09BtffzWcPtqFgfnhYqb3DhT+QE4b6nhqoWSjyAZ50xFiWigzU8CEu5zpiug+t3XlAhpu8iO9+Q6aUXtHwraJ97tksBX3PL6pTFTPlDk9qnPco1NzKo7Cp1AAAAFQC0TbJeVqAIWNfLFkILIdaZVOYxSQAAAIBWNGNx2wayk/mPaaJY4CHHrMSge1vAic+akk06Vqa6exGilEDgWwJj/v6RVoD/+fZvmSFR4Lp8xmfEY7WEWew8+UKXRjMd3USBjy3y4ef+8CuRigUm2mFJYBcYMTfY09wgjIfI+o/Kaz9SQXEJEqoN7KKxWy0b2oonWnktwDeFZwAAAIAbcXgu0jwWXDTwii+h7FyFdQufkR60a6bOzSqTFLf9MIAhHPJS5R5lM7HtPILEAba2AlushEm9YJyhPPmU3xMg/vWXvKisBqjQstBb6CSiN63RnyzOjjzwhx5FVWEajjoeXw86MaTeEIvGx00fAkUyTa6XrVtQ3S5kiip2gLSyLg== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.12,24,fe80::f816:3eff:fe31:6b42/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000140\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.44s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:31:6B:42 \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe31:6b42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9392 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:20:30,005 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-4d1e5a56-7729-4230-80ed-d87897d2ed75 2018-10-10 17:20:32,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:33,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:20: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-d96fc233-a40d-42a2-8e4c-5f3c44b23fdf x-compute-request-id: req-d96fc233-a40d-42a2-8e4c-5f3c44b23fdf Content-Encoding: gzip Content-Length: 10063 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.51. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJUPV1LAI3v9L5WM9RQAEarSVKjr5grdFo10ejgVg/zgth1L1X0+6QMR3HFrOmMaeRF1xu415LEtlln8ACdWPzNWA+epl0bFJkxjwgEXE/NfeJmjeG3W92fHt7eKCSlyoLGNz7bXkHCY2/A0GJc40ot5aTyIszWkx0qLZekXDg5ofOPm4cF0Cdnnd56kzsn0jJbTFH22NiIV6IhHVLNHIz8FjxFfElrRCGHq6uqAYP/BFptGVtYNJzZqAYX11iTUfPe3+7nXL3AJmGl2s85DPlhK+O0+VN3LacLcq2eLatajNuFeOO7g3goX0mW9UIb3vuPSSBV/KCLfUauvaGmHTp root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIphrd8GECtBGYgaOHRvPdqQOCH/TiN5t9Xlt5T4MTbihPmQHqOsh09BtffzWcPtqFgfnhYqb3DhT+QE4b6nhqoWSjyAZ50xFiWigzU8CEu5zpiug+t3XlAhpu8iO9+Q6aUXtHwraJ97tksBX3PL6pTFTPlDk9qnPco1NzKo7Cp1AAAAFQC0TbJeVqAIWNfLFkILIdaZVOYxSQAAAIBWNGNx2wayk/mPaaJY4CHHrMSge1vAic+akk06Vqa6exGilEDgWwJj/v6RVoD/+fZvmSFR4Lp8xmfEY7WEWew8+UKXRjMd3USBjy3y4ef+8CuRigUm2mFJYBcYMTfY09wgjIfI+o/Kaz9SQXEJEqoN7KKxWy0b2oonWnktwDeFZwAAAIAbcXgu0jwWXDTwii+h7FyFdQufkR60a6bOzSqTFLf9MIAhHPJS5R5lM7HtPILEAba2AlushEm9YJyhPPmU3xMg/vWXvKisBqjQstBb6CSiN63RnyzOjjzwhx5FVWEajjoeXw86MaTeEIvGx00fAkUyTa6XrVtQ3S5kiip2gLSyLg== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.12,24,fe80::f816:3eff:fe31:6b42/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000140\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.44s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:31:6B:42 \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe31:6b42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9392 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:20:33,097 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-d96fc233-a40d-42a2-8e4c-5f3c44b23fdf 2018-10-10 17:20:35,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:36,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:20: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-e0dc11e1-b5a6-4863-9ef2-1c5466f84230 x-compute-request-id: req-e0dc11e1-b5a6-4863-9ef2-1c5466f84230 Content-Encoding: gzip Content-Length: 10063 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.51. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJUPV1LAI3v9L5WM9RQAEarSVKjr5grdFo10ejgVg/zgth1L1X0+6QMR3HFrOmMaeRF1xu415LEtlln8ACdWPzNWA+epl0bFJkxjwgEXE/NfeJmjeG3W92fHt7eKCSlyoLGNz7bXkHCY2/A0GJc40ot5aTyIszWkx0qLZekXDg5ofOPm4cF0Cdnnd56kzsn0jJbTFH22NiIV6IhHVLNHIz8FjxFfElrRCGHq6uqAYP/BFptGVtYNJzZqAYX11iTUfPe3+7nXL3AJmGl2s85DPlhK+O0+VN3LacLcq2eLatajNuFeOO7g3goX0mW9UIb3vuPSSBV/KCLfUauvaGmHTp root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIphrd8GECtBGYgaOHRvPdqQOCH/TiN5t9Xlt5T4MTbihPmQHqOsh09BtffzWcPtqFgfnhYqb3DhT+QE4b6nhqoWSjyAZ50xFiWigzU8CEu5zpiug+t3XlAhpu8iO9+Q6aUXtHwraJ97tksBX3PL6pTFTPlDk9qnPco1NzKo7Cp1AAAAFQC0TbJeVqAIWNfLFkILIdaZVOYxSQAAAIBWNGNx2wayk/mPaaJY4CHHrMSge1vAic+akk06Vqa6exGilEDgWwJj/v6RVoD/+fZvmSFR4Lp8xmfEY7WEWew8+UKXRjMd3USBjy3y4ef+8CuRigUm2mFJYBcYMTfY09wgjIfI+o/Kaz9SQXEJEqoN7KKxWy0b2oonWnktwDeFZwAAAIAbcXgu0jwWXDTwii+h7FyFdQufkR60a6bOzSqTFLf9MIAhHPJS5R5lM7HtPILEAba2AlushEm9YJyhPPmU3xMg/vWXvKisBqjQstBb6CSiN63RnyzOjjzwhx5FVWEajjoeXw86MaTeEIvGx00fAkUyTa6XrVtQ3S5kiip2gLSyLg== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.12,24,fe80::f816:3eff:fe31:6b42/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000140\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.44s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:31:6B:42 \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe31:6b42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9392 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:20:36,189 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-e0dc11e1-b5a6-4863-9ef2-1c5466f84230 2018-10-10 17:20:38,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:39,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:20: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-01032ff6-91bf-404f-93e0-925325e0ba79 x-compute-request-id: req-01032ff6-91bf-404f-93e0-925325e0ba79 Content-Encoding: gzip Content-Length: 10063 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.51. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJUPV1LAI3v9L5WM9RQAEarSVKjr5grdFo10ejgVg/zgth1L1X0+6QMR3HFrOmMaeRF1xu415LEtlln8ACdWPzNWA+epl0bFJkxjwgEXE/NfeJmjeG3W92fHt7eKCSlyoLGNz7bXkHCY2/A0GJc40ot5aTyIszWkx0qLZekXDg5ofOPm4cF0Cdnnd56kzsn0jJbTFH22NiIV6IhHVLNHIz8FjxFfElrRCGHq6uqAYP/BFptGVtYNJzZqAYX11iTUfPe3+7nXL3AJmGl2s85DPlhK+O0+VN3LacLcq2eLatajNuFeOO7g3goX0mW9UIb3vuPSSBV/KCLfUauvaGmHTp root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIphrd8GECtBGYgaOHRvPdqQOCH/TiN5t9Xlt5T4MTbihPmQHqOsh09BtffzWcPtqFgfnhYqb3DhT+QE4b6nhqoWSjyAZ50xFiWigzU8CEu5zpiug+t3XlAhpu8iO9+Q6aUXtHwraJ97tksBX3PL6pTFTPlDk9qnPco1NzKo7Cp1AAAAFQC0TbJeVqAIWNfLFkILIdaZVOYxSQAAAIBWNGNx2wayk/mPaaJY4CHHrMSge1vAic+akk06Vqa6exGilEDgWwJj/v6RVoD/+fZvmSFR4Lp8xmfEY7WEWew8+UKXRjMd3USBjy3y4ef+8CuRigUm2mFJYBcYMTfY09wgjIfI+o/Kaz9SQXEJEqoN7KKxWy0b2oonWnktwDeFZwAAAIAbcXgu0jwWXDTwii+h7FyFdQufkR60a6bOzSqTFLf9MIAhHPJS5R5lM7HtPILEAba2AlushEm9YJyhPPmU3xMg/vWXvKisBqjQstBb6CSiN63RnyzOjjzwhx5FVWEajjoeXw86MaTeEIvGx00fAkUyTa6XrVtQ3S5kiip2gLSyLg== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.12,24,fe80::f816:3eff:fe31:6b42/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000140\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.44s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:31:6B:42 \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe31:6b42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9392 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:20:39,331 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-01032ff6-91bf-404f-93e0-925325e0ba79 2018-10-10 17:20:41,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:42,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:20:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58431e6a-8fc3-4d58-89d8-24f123df073f x-compute-request-id: req-58431e6a-8fc3-4d58-89d8-24f123df073f Content-Encoding: gzip Content-Length: 10083 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.51. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJUPV1LAI3v9L5WM9RQAEarSVKjr5grdFo10ejgVg/zgth1L1X0+6QMR3HFrOmMaeRF1xu415LEtlln8ACdWPzNWA+epl0bFJkxjwgEXE/NfeJmjeG3W92fHt7eKCSlyoLGNz7bXkHCY2/A0GJc40ot5aTyIszWkx0qLZekXDg5ofOPm4cF0Cdnnd56kzsn0jJbTFH22NiIV6IhHVLNHIz8FjxFfElrRCGHq6uqAYP/BFptGVtYNJzZqAYX11iTUfPe3+7nXL3AJmGl2s85DPlhK+O0+VN3LacLcq2eLatajNuFeOO7g3goX0mW9UIb3vuPSSBV/KCLfUauvaGmHTp root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIphrd8GECtBGYgaOHRvPdqQOCH/TiN5t9Xlt5T4MTbihPmQHqOsh09BtffzWcPtqFgfnhYqb3DhT+QE4b6nhqoWSjyAZ50xFiWigzU8CEu5zpiug+t3XlAhpu8iO9+Q6aUXtHwraJ97tksBX3PL6pTFTPlDk9qnPco1NzKo7Cp1AAAAFQC0TbJeVqAIWNfLFkILIdaZVOYxSQAAAIBWNGNx2wayk/mPaaJY4CHHrMSge1vAic+akk06Vqa6exGilEDgWwJj/v6RVoD/+fZvmSFR4Lp8xmfEY7WEWew8+UKXRjMd3USBjy3y4ef+8CuRigUm2mFJYBcYMTfY09wgjIfI+o/Kaz9SQXEJEqoN7KKxWy0b2oonWnktwDeFZwAAAIAbcXgu0jwWXDTwii+h7FyFdQufkR60a6bOzSqTFLf9MIAhHPJS5R5lM7HtPILEAba2AlushEm9YJyhPPmU3xMg/vWXvKisBqjQstBb6CSiN63RnyzOjjzwhx5FVWEajjoeXw86MaTeEIvGx00fAkUyTa6XrVtQ3S5kiip2gLSyLg== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.12,24,fe80::f816:3eff:fe31:6b42/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000140\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.44s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:31:6B:42 \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe31:6b42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9392 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:20:42,425 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-58431e6a-8fc3-4d58-89d8-24f123df073f 2018-10-10 17:20:44,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:45,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:20:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c527e76-f403-409d-946c-adc803fa8872 x-compute-request-id: req-3c527e76-f403-409d-946c-adc803fa8872 Content-Encoding: gzip Content-Length: 10083 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.51. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJUPV1LAI3v9L5WM9RQAEarSVKjr5grdFo10ejgVg/zgth1L1X0+6QMR3HFrOmMaeRF1xu415LEtlln8ACdWPzNWA+epl0bFJkxjwgEXE/NfeJmjeG3W92fHt7eKCSlyoLGNz7bXkHCY2/A0GJc40ot5aTyIszWkx0qLZekXDg5ofOPm4cF0Cdnnd56kzsn0jJbTFH22NiIV6IhHVLNHIz8FjxFfElrRCGHq6uqAYP/BFptGVtYNJzZqAYX11iTUfPe3+7nXL3AJmGl2s85DPlhK+O0+VN3LacLcq2eLatajNuFeOO7g3goX0mW9UIb3vuPSSBV/KCLfUauvaGmHTp root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIphrd8GECtBGYgaOHRvPdqQOCH/TiN5t9Xlt5T4MTbihPmQHqOsh09BtffzWcPtqFgfnhYqb3DhT+QE4b6nhqoWSjyAZ50xFiWigzU8CEu5zpiug+t3XlAhpu8iO9+Q6aUXtHwraJ97tksBX3PL6pTFTPlDk9qnPco1NzKo7Cp1AAAAFQC0TbJeVqAIWNfLFkILIdaZVOYxSQAAAIBWNGNx2wayk/mPaaJY4CHHrMSge1vAic+akk06Vqa6exGilEDgWwJj/v6RVoD/+fZvmSFR4Lp8xmfEY7WEWew8+UKXRjMd3USBjy3y4ef+8CuRigUm2mFJYBcYMTfY09wgjIfI+o/Kaz9SQXEJEqoN7KKxWy0b2oonWnktwDeFZwAAAIAbcXgu0jwWXDTwii+h7FyFdQufkR60a6bOzSqTFLf9MIAhHPJS5R5lM7HtPILEAba2AlushEm9YJyhPPmU3xMg/vWXvKisBqjQstBb6CSiN63RnyzOjjzwhx5FVWEajjoeXw86MaTeEIvGx00fAkUyTa6XrVtQ3S5kiip2gLSyLg== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.12,24,fe80::f816:3eff:fe31:6b42/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000140\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.44s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:31:6B:42 \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe31:6b42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9392 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:20:45,527 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-3c527e76-f403-409d-946c-adc803fa8872 2018-10-10 17:20:47,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:48,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:20:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-270214b9-9f78-4edb-a123-87160a680a1f x-compute-request-id: req-270214b9-9f78-4edb-a123-87160a680a1f Content-Encoding: gzip Content-Length: 10083 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.51. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJUPV1LAI3v9L5WM9RQAEarSVKjr5grdFo10ejgVg/zgth1L1X0+6QMR3HFrOmMaeRF1xu415LEtlln8ACdWPzNWA+epl0bFJkxjwgEXE/NfeJmjeG3W92fHt7eKCSlyoLGNz7bXkHCY2/A0GJc40ot5aTyIszWkx0qLZekXDg5ofOPm4cF0Cdnnd56kzsn0jJbTFH22NiIV6IhHVLNHIz8FjxFfElrRCGHq6uqAYP/BFptGVtYNJzZqAYX11iTUfPe3+7nXL3AJmGl2s85DPlhK+O0+VN3LacLcq2eLatajNuFeOO7g3goX0mW9UIb3vuPSSBV/KCLfUauvaGmHTp root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIphrd8GECtBGYgaOHRvPdqQOCH/TiN5t9Xlt5T4MTbihPmQHqOsh09BtffzWcPtqFgfnhYqb3DhT+QE4b6nhqoWSjyAZ50xFiWigzU8CEu5zpiug+t3XlAhpu8iO9+Q6aUXtHwraJ97tksBX3PL6pTFTPlDk9qnPco1NzKo7Cp1AAAAFQC0TbJeVqAIWNfLFkILIdaZVOYxSQAAAIBWNGNx2wayk/mPaaJY4CHHrMSge1vAic+akk06Vqa6exGilEDgWwJj/v6RVoD/+fZvmSFR4Lp8xmfEY7WEWew8+UKXRjMd3USBjy3y4ef+8CuRigUm2mFJYBcYMTfY09wgjIfI+o/Kaz9SQXEJEqoN7KKxWy0b2oonWnktwDeFZwAAAIAbcXgu0jwWXDTwii+h7FyFdQufkR60a6bOzSqTFLf9MIAhHPJS5R5lM7HtPILEAba2AlushEm9YJyhPPmU3xMg/vWXvKisBqjQstBb6CSiN63RnyzOjjzwhx5FVWEajjoeXw86MaTeEIvGx00fAkUyTa6XrVtQ3S5kiip2gLSyLg== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.12,24,fe80::f816:3eff:fe31:6b42/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000140\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.44s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:31:6B:42 \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe31:6b42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9392 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:20:48,636 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-270214b9-9f78-4edb-a123-87160a680a1f 2018-10-10 17:20:50,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:51,731 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:20:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04be52db-5406-4a47-b126-84ce0a5a4a3a x-compute-request-id: req-04be52db-5406-4a47-b126-84ce0a5a4a3a Content-Encoding: gzip Content-Length: 10083 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.51. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJUPV1LAI3v9L5WM9RQAEarSVKjr5grdFo10ejgVg/zgth1L1X0+6QMR3HFrOmMaeRF1xu415LEtlln8ACdWPzNWA+epl0bFJkxjwgEXE/NfeJmjeG3W92fHt7eKCSlyoLGNz7bXkHCY2/A0GJc40ot5aTyIszWkx0qLZekXDg5ofOPm4cF0Cdnnd56kzsn0jJbTFH22NiIV6IhHVLNHIz8FjxFfElrRCGHq6uqAYP/BFptGVtYNJzZqAYX11iTUfPe3+7nXL3AJmGl2s85DPlhK+O0+VN3LacLcq2eLatajNuFeOO7g3goX0mW9UIb3vuPSSBV/KCLfUauvaGmHTp root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIphrd8GECtBGYgaOHRvPdqQOCH/TiN5t9Xlt5T4MTbihPmQHqOsh09BtffzWcPtqFgfnhYqb3DhT+QE4b6nhqoWSjyAZ50xFiWigzU8CEu5zpiug+t3XlAhpu8iO9+Q6aUXtHwraJ97tksBX3PL6pTFTPlDk9qnPco1NzKo7Cp1AAAAFQC0TbJeVqAIWNfLFkILIdaZVOYxSQAAAIBWNGNx2wayk/mPaaJY4CHHrMSge1vAic+akk06Vqa6exGilEDgWwJj/v6RVoD/+fZvmSFR4Lp8xmfEY7WEWew8+UKXRjMd3USBjy3y4ef+8CuRigUm2mFJYBcYMTfY09wgjIfI+o/Kaz9SQXEJEqoN7KKxWy0b2oonWnktwDeFZwAAAIAbcXgu0jwWXDTwii+h7FyFdQufkR60a6bOzSqTFLf9MIAhHPJS5R5lM7HtPILEAba2AlushEm9YJyhPPmU3xMg/vWXvKisBqjQstBb6CSiN63RnyzOjjzwhx5FVWEajjoeXw86MaTeEIvGx00fAkUyTa6XrVtQ3S5kiip2gLSyLg== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.12,24,fe80::f816:3eff:fe31:6b42/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000140\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.44s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:31:6B:42 \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe31:6b42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9392 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:20:51,731 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-04be52db-5406-4a47-b126-84ce0a5a4a3a 2018-10-10 17:20:53,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:54,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-0d48a062-3c0a-42a8-acbc-dfc33742cc59 x-compute-request-id: req-0d48a062-3c0a-42a8-acbc-dfc33742cc59 Content-Encoding: gzip Content-Length: 10083 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.51. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJUPV1LAI3v9L5WM9RQAEarSVKjr5grdFo10ejgVg/zgth1L1X0+6QMR3HFrOmMaeRF1xu415LEtlln8ACdWPzNWA+epl0bFJkxjwgEXE/NfeJmjeG3W92fHt7eKCSlyoLGNz7bXkHCY2/A0GJc40ot5aTyIszWkx0qLZekXDg5ofOPm4cF0Cdnnd56kzsn0jJbTFH22NiIV6IhHVLNHIz8FjxFfElrRCGHq6uqAYP/BFptGVtYNJzZqAYX11iTUfPe3+7nXL3AJmGl2s85DPlhK+O0+VN3LacLcq2eLatajNuFeOO7g3goX0mW9UIb3vuPSSBV/KCLfUauvaGmHTp root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIphrd8GECtBGYgaOHRvPdqQOCH/TiN5t9Xlt5T4MTbihPmQHqOsh09BtffzWcPtqFgfnhYqb3DhT+QE4b6nhqoWSjyAZ50xFiWigzU8CEu5zpiug+t3XlAhpu8iO9+Q6aUXtHwraJ97tksBX3PL6pTFTPlDk9qnPco1NzKo7Cp1AAAAFQC0TbJeVqAIWNfLFkILIdaZVOYxSQAAAIBWNGNx2wayk/mPaaJY4CHHrMSge1vAic+akk06Vqa6exGilEDgWwJj/v6RVoD/+fZvmSFR4Lp8xmfEY7WEWew8+UKXRjMd3USBjy3y4ef+8CuRigUm2mFJYBcYMTfY09wgjIfI+o/Kaz9SQXEJEqoN7KKxWy0b2oonWnktwDeFZwAAAIAbcXgu0jwWXDTwii+h7FyFdQufkR60a6bOzSqTFLf9MIAhHPJS5R5lM7HtPILEAba2AlushEm9YJyhPPmU3xMg/vWXvKisBqjQstBb6CSiN63RnyzOjjzwhx5FVWEajjoeXw86MaTeEIvGx00fAkUyTa6XrVtQ3S5kiip2gLSyLg== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.12,24,fe80::f816:3eff:fe31:6b42/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000140\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.44s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:31:6B:42 \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe31:6b42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9392 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:20:54,975 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-0d48a062-3c0a-42a8-acbc-dfc33742cc59 2018-10-10 17:20:56,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b420b3b3315654537b8ac921a85a4e7645f62b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:20:58,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:20: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-c44ac2f7-b7c4-415e-afeb-f94a4ccc8256 x-compute-request-id: req-c44ac2f7-b7c4-415e-afeb-f94a4ccc8256 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 478537611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129989] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131659] pid_max: default: 32768 minimum: 301\n[ 0.132559] ACPI: Core revision 20150930\n[ 0.133948] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135265] Security Framework initialized\n[ 0.136086] Yama: becoming mindful.\n[ 0.136816] AppArmor: AppArmor initialized\n[ 0.137689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139029] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142911] Initializing cgroup subsys io\n[ 0.143732] Initializing cgroup subsys memory\n[ 0.144596] Initializing cgroup subsys devices\n[ 0.145495] Initializing cgroup subsys freezer\n[ 0.146372] Initializing cgroup subsys net_cls\n[ 0.147241] Initializing cgroup subsys perf_event\n[ 0.148155] Initializing cgroup subsys net_prio\n[ 0.149052] Initializing cgroup subsys hugetlb\n[ 0.149921] Initializing cgroup subsys pids\n[ 0.150799] CPU: Physical Processor ID: 0\n[ 0.152291] mce: CPU supports 10 MCE banks\n[ 0.153153] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154152] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171324] ftrace: allocating 31920 entries in 125 pages\n[ 0.197900] smpboot: Max logical packages: 1\n[ 0.198793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200151] x2apic enabled\n[ 0.200957] Switched APIC routing to physical x2apic.\n[ 0.202726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203849] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207662] KVM setup paravirtual spinlock\n[ 0.208959] x86: Booted up 1 node, 1 CPUs\n[ 0.209771] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211172] devtmpfs: initialized\n[ 0.212887] evm: security.selinux\n[ 0.213597] evm: security.SMACK64\n[ 0.214291] evm: security.SMACK64EXEC\n[ 0.215037] evm: security.SMACK64TRANSMUTE\n[ 0.215844] evm: security.SMACK64MMAP\n[ 0.216595] evm: security.ima\n[ 0.217240] evm: security.capability\n[ 0.218049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219937] pinctrl core: initialized pinctrl subsystem\n[ 0.221055] RTC time: 17:19:06, date: 10/10/18\n[ 0.222012] NET: Registered protocol family 16\n[ 0.222979] cpuidle: using governor ladder\n[ 0.223803] cpuidle: using governor menu\n[ 0.224596] PCCT header not found.\n[ 0.225364] ACPI: bus type PCI registered\n[ 0.226171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227412] PCI: Using configuration type 1 for base access\n[ 0.229167] ACPI: Added _OSI(Module Device)\n[ 0.230021] ACPI: Added _OSI(Processor Device)\n[ 0.230883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233936] ACPI: Interpreter enabled\n[ 0.234721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238416] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242121] ACPI: (supports S0 S5)\n[ 0.242826] ACPI: Using IOAPIC for interrupt routing\n[ 0.243911] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248147] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252807] acpiphp: Slot [3] registered\n[ 0.253616] acpiphp: Slot [4] registered\n[ 0.254421] acpiphp: Slot [5] registered\n[ 0.255223] acpiphp: Slot [6] registered\n[ 0.256022] acpiphp: Slot [7] registered\n[ 0.256825] acpiphp: Slot [8] registered\n[ 0.257630] acpiphp: Slot [9] registered\n[ 0.258430] acpiphp: Slot [10] registered\n[ 0.259248] acpiphp: Slot [11] registered\n[ 0.260062] acpiphp: Slot [12] registered\n[ 0.260880] acpiphp: Slot [13] registered\n[ 0.261693] acpiphp: Slot [14] registered\n[ 0.262509] acpiphp: Slot [15] registered\n[ 0.273345] acpiphp: Slot [16] registered\n[ 0.274162] acpiphp: Slot [17] registered\n[ 0.274971] acpiphp: Slot [18] registered\n[ 0.275783] acpiphp: Slot [19] registered\n[ 0.276596] acpiphp: Slot [20] registered\n[ 0.277415] acpiphp: Slot [21] registered\n[ 0.278231] acpiphp: Slot [22] registered\n[ 0.279045] acpiphp: Slot [23] registered\n[ 0.279856] acpiphp: Slot [24] registered\n[ 0.280667] acpiphp: Slot [25] registered\n[ 0.281485] acpiphp: Slot [26] registered\n[ 0.282301] acpiphp: Slot [27] registered\n[ 0.283115] acpiphp: Slot [28] registered\n[ 0.283927] acpiphp: Slot [29] registered\n[ 0.284739] acpiphp: Slot [30] registered\n[ 0.285559] acpiphp: Slot [31] registered\n[ 0.286373] PCI host bridge to bus 0000:00\n[ 0.287187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309265] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310698] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361548] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363214] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364930] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367648] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369579] vgaarb: loaded\n[ 0.370306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371683] SCSI subsystem initialized\n[ 0.372673] ACPI: bus type USB registered\n[ 0.373678] usbcore: registered new interface driver usbfs\n[ 0.374962] usbcore: registered new interface driver hub\n[ 0.376218] usbcore: registered new device driver usb\n[ 0.377510] PCI: Using ACPI for IRQ routing\n[ 0.378731] NetLabel: Initializing\n[ 0.379610] NetLabel: domain hash size = 128\n[ 0.380661] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381842] NetLabel: unlabeled traffic allowed by default\n[ 0.383197] clocksource: Switched to clocksource kvm-clock\n[ 0.388894] AppArmor: AppArmor Filesystem Enabled\n[ 0.389924] pnp: PnP ACPI init\n[ 0.390839] pnp: PnP ACPI: found 5 devices\n[ 0.397384] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399526] NET: Registered protocol family 2\n[ 0.400674] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403611] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405002] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407693] NET: Registered protocol family 1\n[ 0.408733] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411333] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439895] Trying to unpack rootfs image as initramfs...\n[ 0.490059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504094] Scanning for low memory corruption every 60 seconds\n[ 0.505626] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507019] audit: initializing netlink subsys (disabled)\n[ 0.508255] audit: type=2000 audit(1539191946.952:1): initialized\n[ 0.509783] Initialise system trusted keyring\n[ 0.510878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514496] zbud: loaded\n[ 0.515314] VFS: Disk quotas dquot_6.6.0\n[ 0.516285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518044] fuse init (API version 7.23)\n[ 0.519080] Key type big_key registered\n[ 0.520041] Allocating IMA MOK and blacklist keyrings.\n[ 0.521355] Key type asymmetric registered\n[ 0.522344] Asymmetric key parser 'x509' registered\n[ 0.523488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525229] io scheduler noop registered\n[ 0.526170] io scheduler deadline registered (default)\n[ 0.527353] io scheduler cfq registered\n[ 0.528331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532825] ACPI: Power Button [PWRF]\n[ 0.534178] GHES: HEST is not enabled!\n[ 0.548029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604087] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607080] Linux agpgart interface v0.103\n[ 0.609365] brd: module loaded\n[ 0.610689] loop: module loaded\n[ 0.615393] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617117] GPT:90111 != 2097151\n[ 0.617886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619190] GPT:90111 != 2097151\n[ 0.619967] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621121] vda: vda1 vda15\n[ 0.622994] scsi host0: ata_piix\n[ 0.623879] scsi host1: ata_piix\n[ 0.624689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626114] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627771] libphy: Fixed MDIO Bus: probed\n[ 0.628740] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632922] PPP generic driver version 2.4.2\n[ 0.634451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636535] ehci-pci: EHCI PCI platform driver\n[ 0.638062] ehci-platform: EHCI generic platform driver\n[ 0.639799] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641864] ohci-pci: OHCI PCI platform driver\n[ 0.643251] ohci-platform: OHCI generic platform driver\n[ 0.644901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660406] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661694] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663543] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664797] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669562] usb usb1: Product: UHCI Host Controller\n[ 0.670788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672230] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673414] hub 1-0:1.0: USB hub found\n[ 0.674393] hub 1-0:1.0: 2 ports detected\n[ 0.675504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677962] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680499] mousedev: PS/2 mouse device common for all mice\n[ 0.682040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688526] i2c /dev entries driver\n[ 0.689384] device-mapper: uevent: version 1.0.3\n[ 0.690434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693681] NET: Registered protocol family 10\n[ 0.694839] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700015] registered taskstats version 1\n[ 0.700913] Loading compiled-in X.509 certificates\n[ 0.702439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704469] zswap: loaded using pool lzo/zbud\n[ 0.706914] Key type trusted registered\n[ 0.708580] Key type encrypted registered\n[ 0.709463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710568] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711706] evm: HMAC attrs: 0x1\n[ 0.712725] Magic number: 6:849:339\n[ 0.713661] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:07 UTC (1539191947)\n[ 0.715462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716695] EDD information not available.\n[ 0.788204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789902] Write protecting the kernel read-only data: 14336k\n[ 0.801716] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.564043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.51. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJUPV1LAI3v9L5WM9RQAEarSVKjr5grdFo10ejgVg/zgth1L1X0+6QMR3HFrOmMaeRF1xu415LEtlln8ACdWPzNWA+epl0bFJkxjwgEXE/NfeJmjeG3W92fHt7eKCSlyoLGNz7bXkHCY2/A0GJc40ot5aTyIszWkx0qLZekXDg5ofOPm4cF0Cdnnd56kzsn0jJbTFH22NiIV6IhHVLNHIz8FjxFfElrRCGHq6uqAYP/BFptGVtYNJzZqAYX11iTUfPe3+7nXL3AJmGl2s85DPlhK+O0+VN3LacLcq2eLatajNuFeOO7g3goX0mW9UIb3vuPSSBV/KCLfUauvaGmHTp root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIphrd8GECtBGYgaOHRvPdqQOCH/TiN5t9Xlt5T4MTbihPmQHqOsh09BtffzWcPtqFgfnhYqb3DhT+QE4b6nhqoWSjyAZ50xFiWigzU8CEu5zpiug+t3XlAhpu8iO9+Q6aUXtHwraJ97tksBX3PL6pTFTPlDk9qnPco1NzKo7Cp1AAAAFQC0TbJeVqAIWNfLFkILIdaZVOYxSQAAAIBWNGNx2wayk/mPaaJY4CHHrMSge1vAic+akk06Vqa6exGilEDgWwJj/v6RVoD/+fZvmSFR4Lp8xmfEY7WEWew8+UKXRjMd3USBjy3y4ef+8CuRigUm2mFJYBcYMTfY09wgjIfI+o/Kaz9SQXEJEqoN7KKxWy0b2oonWnktwDeFZwAAAIAbcXgu0jwWXDTwii+h7FyFdQufkR60a6bOzSqTFLf9MIAhHPJS5R5lM7HtPILEAba2AlushEm9YJyhPPmU3xMg/vWXvKisBqjQstBb6CSiN63RnyzOjjzwhx5FVWEajjoeXw86MaTeEIvGx00fAkUyTa6XrVtQ3S5kiip2gLSyLg== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.12,24,fe80::f816:3eff:fe31:6b42/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000140\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.38 ===\n/dev/root resized successfully [took 1.44s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:31:6B:42 \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe31:6b42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9392 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.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.147262] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147263] usb 1-1: Product: QEMU USB Tablet\n[ 1.147264] usb 1-1: Manufacturer: QEMU\n[ 1.147265] usb 1-1: SerialNumber: 42\n[ 1.503471] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.528147] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.546184] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.564043] random: dd urandom read with 5 bits of entropy available\n[ 63.498192] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.944498] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:19:08 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 10 18:19:08 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 10 18:19:08 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 10 18:19:08 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 10 18:19:08 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 10 18:19:08 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 10 18:19:08 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 10 18:19:08 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 10 18:19:08 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 10 18:19:08 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 10 18:19:08 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 10 18:19:08 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 10 18:19:08 cirros kern.notice kernel: [ 1.564043] random: dd urandom read with 5 bits of entropy available\nOct 10 18:20:09 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:20:10 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:20:10 cirros kern.info kernel: [ 63.498192] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:20:10 cirros kern.info kernel: [ 63.944498] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-5 login: "} 2018-10-10 17:20:58,075 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-c44ac2f7-b7c4-415e-afeb-f94a4ccc8256 2018-10-10 17:21:00,110 - sdnvpn_test_utils - INFO - Waiting for instance 7cf7b2e6-6bb6-4383-94a6-4ed999a1858b to boot up 2018-10-10 17:21:00,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea08b8135bf7427161b45dca62ae83fa05cf536" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:21:01,191 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:21: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-9be60612-5718-400f-bdef-b96222c2aa07 x-compute-request-id: req-9be60612-5718-400f-bdef-b96222c2aa07 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 536726890 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133880] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135600] pid_max: default: 32768 minimum: 301\n[ 0.136522] ACPI: Core revision 20150930\n[ 0.137919] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139277] Security Framework initialized\n[ 0.140104] Yama: becoming mindful.\n[ 0.140859] AppArmor: AppArmor initialized\n[ 0.141754] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143113] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145689] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147099] Initializing cgroup subsys io\n[ 0.147937] Initializing cgroup subsys memory\n[ 0.148827] Initializing cgroup subsys devices\n[ 0.149732] Initializing cgroup subsys freezer\n[ 0.150622] Initializing cgroup subsys net_cls\n[ 0.151516] Initializing cgroup subsys perf_event\n[ 0.152457] Initializing cgroup subsys net_prio\n[ 0.153366] Initializing cgroup subsys hugetlb\n[ 0.154258] Initializing cgroup subsys pids\n[ 0.155158] CPU: Physical Processor ID: 0\n[ 0.156693] mce: CPU supports 10 MCE banks\n[ 0.157573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158611] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171085] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177549] ftrace: allocating 31920 entries in 125 pages\n[ 0.203695] smpboot: Max logical packages: 1\n[ 0.204602] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205991] x2apic enabled\n[ 0.206813] Switched APIC routing to physical x2apic.\n[ 0.208595] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209753] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214162] KVM setup paravirtual spinlock\n[ 0.215648] x86: Booted up 1 node, 1 CPUs\n[ 0.216640] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218343] devtmpfs: initialized\n[ 0.220201] evm: security.selinux\n[ 0.221053] evm: security.SMACK64\n[ 0.221902] evm: security.SMACK64EXEC\n[ 0.222823] evm: security.SMACK64TRANSMUTE\n[ 0.223821] evm: security.SMACK64MMAP\n[ 0.224740] evm: security.ima\n[ 0.225514] evm: security.capability\n[ 0.226490] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228794] pinctrl core: initialized pinctrl subsystem\n[ 0.230139] RTC time: 17:19:27, date: 10/10/18\n[ 0.231310] NET: Registered protocol family 16\n[ 0.232496] cpuidle: using governor ladder\n[ 0.233540] cpuidle: using governor menu\n[ 0.234524] PCCT header not found.\n[ 0.235437] ACPI: bus type PCI registered\n[ 0.236441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237996] PCI: Using configuration type 1 for base access\n[ 0.240025] ACPI: Added _OSI(Module Device)\n[ 0.241071] ACPI: Added _OSI(Processor Device)\n[ 0.242151] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243287] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245747] ACPI: Interpreter enabled\n[ 0.246730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253724] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256233] ACPI: (supports S0 S5)\n[ 0.257098] ACPI: Using IOAPIC for interrupt routing\n[ 0.258284] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261849] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263287] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264844] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266349] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269097] acpiphp: Slot [3] registered\n[ 0.270091] acpiphp: Slot [4] registered\n[ 0.271087] acpiphp: Slot [5] registered\n[ 0.272072] acpiphp: Slot [6] registered\n[ 0.273059] acpiphp: Slot [7] registered\n[ 0.274044] acpiphp: Slot [8] registered\n[ 0.275027] acpiphp: Slot [9] registered\n[ 0.276006] acpiphp: Slot [10] registered\n[ 0.277009] acpiphp: Slot [11] registered\n[ 0.278019] acpiphp: Slot [12] registered\n[ 0.279026] acpiphp: Slot [13] registered\n[ 0.280028] acpiphp: Slot [14] registered\n[ 0.281027] acpiphp: Slot [15] registered\n[ 0.291947] acpiphp: Slot [16] registered\n[ 0.292984] acpiphp: Slot [17] registered\n[ 0.294011] acpiphp: Slot [18] registered\n[ 0.295036] acpiphp: Slot [19] registered\n[ 0.296072] acpiphp: Slot [20] registered\n[ 0.297103] acpiphp: Slot [21] registered\n[ 0.298129] acpiphp: Slot [22] registered\n[ 0.299176] acpiphp: Slot [23] registered\n[ 0.300215] acpiphp: Slot [24] registered\n[ 0.301242] acpiphp: Slot [25] registered\n[ 0.302244] acpiphp: Slot [26] registered\n[ 0.303246] acpiphp: Slot [27] registered\n[ 0.304256] acpiphp: Slot [28] registered\n[ 0.305259] acpiphp: Slot [29] registered\n[ 0.306259] acpiphp: Slot [30] registered\n[ 0.307261] acpiphp: Slot [31] registered\n[ 0.308260] PCI host bridge to bus 0000:00\n[ 0.309262] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312310] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314098] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315893] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322525] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324145] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325649] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327249] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334417] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336236] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384067] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385815] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389180] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390837] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393226] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394617] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395923] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397848] vgaarb: loaded\n[ 0.398589] vgaarb: bridge control possible 0000:00:02.0\n[ 0.399952] SCSI subsystem initialized\n[ 0.400955] ACPI: bus type USB registered\n[ 0.401962] usbcore: registered new interface driver usbfs\n[ 0.403260] usbcore: registered new interface driver hub\n[ 0.404478] usbcore: registered new device driver usb\n[ 0.405732] PCI: Using ACPI for IRQ routing\n[ 0.406917] NetLabel: Initializing\n[ 0.407762] NetLabel: domain hash size = 128\n[ 0.408787] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409927] NetLabel: unlabeled traffic allowed by default\n[ 0.411243] clocksource: Switched to clocksource kvm-clock\n[ 0.416799] AppArmor: AppArmor Filesystem Enabled\n[ 0.417961] pnp: PnP ACPI init\n[ 0.419000] pnp: PnP ACPI: found 5 devices\n[ 0.425517] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427540] NET: Registered protocol family 2\n[ 0.428694] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430290] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.431753] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433217] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434564] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436012] NET: Registered protocol family 1\n[ 0.437075] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.438444] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.439772] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.468600] Trying to unpack rootfs image as initramfs...\n[ 0.518763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533076] Scanning for low memory corruption every 60 seconds\n[ 0.534694] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.535976] audit: initializing netlink subsys (disabled)\n[ 0.537119] audit: type=2000 audit(1539191968.496:1): initialized\n[ 0.538580] Initialise system trusted keyring\n[ 0.539631] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542980] zbud: loaded\n[ 0.543757] VFS: Disk quotas dquot_6.6.0\n[ 0.544672] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.552354] fuse init (API version 7.23)\n[ 0.554012] Key type big_key registered\n[ 0.554948] Allocating IMA MOK and blacklist keyrings.\n[ 0.556236] Key type asymmetric registered\n[ 0.557217] Asymmetric key parser 'x509' registered\n[ 0.558306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.560563] io scheduler noop registered\n[ 0.561475] io scheduler deadline registered (default)\n[ 0.562682] io scheduler cfq registered\n[ 0.563686] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.564920] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.566330] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.568004] ACPI: Power Button [PWRF]\n[ 0.568959] GHES: HEST is not enabled!\n[ 0.582828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611942] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614517] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637653] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639933] Linux agpgart interface v0.103\n[ 0.642480] brd: module loaded\n[ 0.643740] loop: module loaded\n[ 0.648544] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650205] GPT:90111 != 2097151\n[ 0.650939] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652173] GPT:90111 != 2097151\n[ 0.652933] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654157] vda: vda1 vda15\n[ 0.655919] scsi host0: ata_piix\n[ 0.656838] scsi host1: ata_piix\n[ 0.657758] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659397] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661269] libphy: Fixed MDIO Bus: probed\n[ 0.662341] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663569] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.666140] PPP generic driver version 2.4.2\n[ 0.667268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.668791] ehci-pci: EHCI PCI platform driver\n[ 0.669919] ehci-platform: EHCI generic platform driver\n[ 0.671271] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.672716] ohci-pci: OHCI PCI platform driver\n[ 0.673851] ohci-platform: OHCI generic platform driver\n[ 0.675133] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693026] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.694308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695716] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.697279] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.699049] usb usb1: Product: UHCI Host Controller\n[ 0.700326] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.701781] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702956] hub 1-0:1.0: USB hub found\n[ 0.703891] hub 1-0:1.0: 2 ports detected\n[ 0.704996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707529] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708729] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710003] mousedev: PS/2 mouse device common for all mice\n[ 0.711533] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713796] rtc_cmos 00:00: RTC can wake from S4\n[ 0.715120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.716631] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.718159] i2c /dev entries driver\n[ 0.719113] device-mapper: uevent: version 1.0.3\n[ 0.720305] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.722354] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.723936] NET: Registered protocol family 10\n[ 0.725146] NET: Registered protocol family 17\n[ 0.726257] Key type dns_resolver registered\n[ 0.727409] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.728794] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.730986] registered taskstats version 1\n[ 0.732020] Loading compiled-in X.509 certificates\n[ 0.733692] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.736055] zswap: loaded using pool lzo/zbud\n[ 0.737659] Key type trusted registered\n[ 0.739432] Key type encrypted registered\n[ 0.740464] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.741764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743067] evm: HMAC attrs: 0x1\n[ 0.744166] Magic number: 6:849:339\n[ 0.745203] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:28 UTC (1539191968)\n[ 0.747201] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748622] EDD information not available.\n[ 0.815774] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.817525] ata1.00: configured for MWDMA2\n[ 0.818919] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.831894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.833507] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835039] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837200] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.839156] Write protecting the kernel read-only data: 14336k\n[ 0.841034] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843262] 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\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.397257] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.14s]\nping 10.10.10.7 OK\nping 10.10.10.13 OK\n"} 2018-10-10 17:21:01,192 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action used request id req-9be60612-5718-400f-bdef-b96222c2aa07 2018-10-10 17:21:03,195 - sdnvpn_test_utils - INFO - Waiting for instance 726c0ded-3535-480c-8c54-8763f70e54dc to boot up 2018-10-10 17:21:03,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13340500c3ce1ddec64f4d67a4f9da5def1e365" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:21:04,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:21: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-36ad7283-7b35-4000-b79c-5ad27c78daa4 x-compute-request-id: req-36ad7283-7b35-4000-b79c-5ad27c78daa4 Content-Encoding: gzip Content-Length: 8088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489665537 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144760] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146413] pid_max: default: 32768 minimum: 301\n[ 0.147308] ACPI: Core revision 20150930\n[ 0.148698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150026] Security Framework initialized\n[ 0.150924] Yama: becoming mindful.\n[ 0.151665] AppArmor: AppArmor initialized\n[ 0.152543] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153873] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155158] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157771] Initializing cgroup subsys io\n[ 0.158588] Initializing cgroup subsys memory\n[ 0.159446] Initializing cgroup subsys devices\n[ 0.160325] Initializing cgroup subsys freezer\n[ 0.161191] Initializing cgroup subsys net_cls\n[ 0.162051] Initializing cgroup subsys perf_event\n[ 0.162957] Initializing cgroup subsys net_prio\n[ 0.163848] Initializing cgroup subsys hugetlb\n[ 0.164719] Initializing cgroup subsys pids\n[ 0.165606] CPU: Physical Processor ID: 0\n[ 0.167118] mce: CPU supports 10 MCE banks\n[ 0.167971] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168979] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187681] ftrace: allocating 31920 entries in 125 pages\n[ 0.214780] smpboot: Max logical packages: 1\n[ 0.215648] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217005] x2apic enabled\n[ 0.217820] Switched APIC routing to physical x2apic.\n[ 0.219565] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222677] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224459] KVM setup paravirtual spinlock\n[ 0.225752] x86: Booted up 1 node, 1 CPUs\n[ 0.226559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227945] devtmpfs: initialized\n[ 0.229672] evm: security.selinux\n[ 0.230376] evm: security.SMACK64\n[ 0.231062] evm: security.SMACK64EXEC\n[ 0.231805] evm: security.SMACK64TRANSMUTE\n[ 0.232609] evm: security.SMACK64MMAP\n[ 0.233355] evm: security.ima\n[ 0.233991] evm: security.capability\n[ 0.234914] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236781] pinctrl core: initialized pinctrl subsystem\n[ 0.237882] RTC time: 17:19:14, date: 10/10/18\n[ 0.238846] NET: Registered protocol family 16\n[ 0.239819] cpuidle: using governor ladder\n[ 0.240637] cpuidle: using governor menu\n[ 0.241422] PCCT header not found.\n[ 0.242175] ACPI: bus type PCI registered\n[ 0.242967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244205] PCI: Using configuration type 1 for base access\n[ 0.245948] ACPI: Added _OSI(Module Device)\n[ 0.246793] ACPI: Added _OSI(Processor Device)\n[ 0.247653] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248538] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250608] ACPI: Interpreter enabled\n[ 0.251375] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258785] ACPI: (supports S0 S5)\n[ 0.259497] ACPI: Using IOAPIC for interrupt routing\n[ 0.260608] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263684] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264817] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267221] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269425] acpiphp: Slot [3] registered\n[ 0.270219] acpiphp: Slot [4] registered\n[ 0.271005] acpiphp: Slot [5] registered\n[ 0.271795] acpiphp: Slot [6] registered\n[ 0.272582] acpiphp: Slot [7] registered\n[ 0.273376] acpiphp: Slot [8] registered\n[ 0.274172] acpiphp: Slot [9] registered\n[ 0.274957] acpiphp: Slot [10] registered\n[ 0.275764] acpiphp: Slot [11] registered\n[ 0.276568] acpiphp: Slot [12] registered\n[ 0.277374] acpiphp: Slot [13] registered\n[ 0.278173] acpiphp: Slot [14] registered\n[ 0.278969] acpiphp: Slot [15] registered\n[ 0.289822] acpiphp: Slot [16] registered\n[ 0.290656] acpiphp: Slot [17] registered\n[ 0.291457] acpiphp: Slot [18] registered\n[ 0.292257] acpiphp: Slot [19] registered\n[ 0.293053] acpiphp: Slot [20] registered\n[ 0.293861] acpiphp: Slot [21] registered\n[ 0.294671] acpiphp: Slot [22] registered\n[ 0.295471] acpiphp: Slot [23] registered\n[ 0.296272] acpiphp: Slot [24] registered\n[ 0.297073] acpiphp: Slot [25] registered\n[ 0.297874] acpiphp: Slot [26] registered\n[ 0.298681] acpiphp: Slot [27] registered\n[ 0.299483] acpiphp: Slot [28] registered\n[ 0.300284] acpiphp: Slot [29] registered\n[ 0.301082] acpiphp: Slot [30] registered\n[ 0.301886] acpiphp: Slot [31] registered\n[ 0.302688] PCI host bridge to bus 0000:00\n[ 0.303492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304689] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305892] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307329] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308770] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314925] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317365] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325612] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374698] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376178] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377596] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379005] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.384596] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386138] vgaarb: loaded\n[ 0.386736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387892] SCSI subsystem initialized\n[ 0.388721] ACPI: bus type USB registered\n[ 0.389533] usbcore: registered new interface driver usbfs\n[ 0.390558] usbcore: registered new interface driver hub\n[ 0.391560] usbcore: registered new device driver usb\n[ 0.392614] PCI: Using ACPI for IRQ routing\n[ 0.393637] NetLabel: Initializing\n[ 0.394356] NetLabel: domain hash size = 128\n[ 0.395207] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396161] NetLabel: unlabeled traffic allowed by default\n[ 0.397404] clocksource: Switched to clocksource kvm-clock\n[ 0.402930] AppArmor: AppArmor Filesystem Enabled\n[ 0.403892] pnp: PnP ACPI init\n[ 0.404810] pnp: PnP ACPI: found 5 devices\n[ 0.411184] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412895] NET: Registered protocol family 2\n[ 0.413852] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.415107] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416257] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417404] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418476] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419642] NET: Registered protocol family 1\n[ 0.420513] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421620] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436747] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450990] Trying to unpack rootfs image as initramfs...\n[ 0.500576] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.514604] Scanning for low memory corruption every 60 seconds\n[ 0.515968] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.517125] audit: initializing netlink subsys (disabled)\n[ 0.518163] audit: type=2000 audit(1539191955.720:1): initialized\n[ 0.519475] Initialise system trusted keyring\n[ 0.520409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523549] zbud: loaded\n[ 0.524254] VFS: Disk quotas dquot_6.6.0\n[ 0.525078] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526609] fuse init (API version 7.23)\n[ 0.527514] Key type big_key registered\n[ 0.528319] Allocating IMA MOK and blacklist keyrings.\n[ 0.529444] Key type asymmetric registered\n[ 0.530276] Asymmetric key parser 'x509' registered\n[ 0.531236] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533073] io scheduler noop registered\n[ 0.533886] io scheduler deadline registered (default)\n[ 0.534881] io scheduler cfq registered\n[ 0.535724] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536788] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538063] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539527] ACPI: Power Button [PWRF]\n[ 0.540364] GHES: HEST is not enabled!\n[ 0.554053] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582226] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.584427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613128] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.618527] Linux agpgart interface v0.103\n[ 0.622261] brd: module loaded\n[ 0.624160] loop: module loaded\n[ 0.630222] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631670] GPT:90111 != 2097151\n[ 0.632343] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633437] GPT:90111 != 2097151\n[ 0.634116] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635085] vda: vda1 vda15\n[ 0.636615] scsi host0: ata_piix\n[ 0.637356] scsi host1: ata_piix\n[ 0.638083] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639316] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640777] libphy: Fixed MDIO Bus: probed\n[ 0.641614] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642579] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644737] PPP generic driver version 2.4.2\n[ 0.645642] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647108] ehci-pci: EHCI PCI platform driver\n[ 0.647978] ehci-platform: EHCI generic platform driver\n[ 0.648968] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650106] ohci-pci: OHCI PCI platform driver\n[ 0.650976] ohci-platform: OHCI generic platform driver\n[ 0.651973] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666419] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667421] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668885] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669908] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671034] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672267] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673697] usb usb1: Product: UHCI Host Controller\n[ 0.674639] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675789] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676855] hub 1-0:1.0: USB hub found\n[ 0.677642] hub 1-0:1.0: 2 ports detected\n[ 0.678554] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680671] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681639] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682675] mousedev: PS/2 mouse device common for all mice\n[ 0.683929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685782] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686875] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688075] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689271] i2c /dev entries driver\n[ 0.690044] device-mapper: uevent: version 1.0.3\n[ 0.691006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692661] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693949] NET: Registered protocol family 10\n[ 0.694944] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696772] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697884] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699644] registered taskstats version 1\n[ 0.700489] Loading compiled-in X.509 certificates\n[ 0.701937] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703807] zswap: loaded using pool lzo/zbud\n[ 0.705202] Key type trusted registered\n[ 0.706745] Key type encrypted registered\n[ 0.707580] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708612] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709671] evm: HMAC attrs: 0x1\n[ 0.710611] Magic number: 6:849:339\n[ 0.711460] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:15 UTC (1539191955)\n[ 0.713087] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714223] EDD information not available.\n[ 0.793902] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.795370] ata1.00: configured for MWDMA2\n[ 0.796553] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809135] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810391] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811638] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813503] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815048] Write protecting the kernel read-only data: 14336k\n[ 0.816622] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818446] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.874717] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear 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.95s]\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\n"} 2018-10-10 17:21:04,267 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc/action used request id req-36ad7283-7b35-4000-b79c-5ad27c78daa4 2018-10-10 17:21:06,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea08b8135bf7427161b45dca62ae83fa05cf536" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:21:07,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:21:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a4393d5-de54-47e5-a04c-3920428c5fc9 x-compute-request-id: req-5a4393d5-de54-47e5-a04c-3920428c5fc9 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 536726890 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133880] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135600] pid_max: default: 32768 minimum: 301\n[ 0.136522] ACPI: Core revision 20150930\n[ 0.137919] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139277] Security Framework initialized\n[ 0.140104] Yama: becoming mindful.\n[ 0.140859] AppArmor: AppArmor initialized\n[ 0.141754] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143113] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145689] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147099] Initializing cgroup subsys io\n[ 0.147937] Initializing cgroup subsys memory\n[ 0.148827] Initializing cgroup subsys devices\n[ 0.149732] Initializing cgroup subsys freezer\n[ 0.150622] Initializing cgroup subsys net_cls\n[ 0.151516] Initializing cgroup subsys perf_event\n[ 0.152457] Initializing cgroup subsys net_prio\n[ 0.153366] Initializing cgroup subsys hugetlb\n[ 0.154258] Initializing cgroup subsys pids\n[ 0.155158] CPU: Physical Processor ID: 0\n[ 0.156693] mce: CPU supports 10 MCE banks\n[ 0.157573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158611] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171085] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177549] ftrace: allocating 31920 entries in 125 pages\n[ 0.203695] smpboot: Max logical packages: 1\n[ 0.204602] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205991] x2apic enabled\n[ 0.206813] Switched APIC routing to physical x2apic.\n[ 0.208595] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209753] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214162] KVM setup paravirtual spinlock\n[ 0.215648] x86: Booted up 1 node, 1 CPUs\n[ 0.216640] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218343] devtmpfs: initialized\n[ 0.220201] evm: security.selinux\n[ 0.221053] evm: security.SMACK64\n[ 0.221902] evm: security.SMACK64EXEC\n[ 0.222823] evm: security.SMACK64TRANSMUTE\n[ 0.223821] evm: security.SMACK64MMAP\n[ 0.224740] evm: security.ima\n[ 0.225514] evm: security.capability\n[ 0.226490] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228794] pinctrl core: initialized pinctrl subsystem\n[ 0.230139] RTC time: 17:19:27, date: 10/10/18\n[ 0.231310] NET: Registered protocol family 16\n[ 0.232496] cpuidle: using governor ladder\n[ 0.233540] cpuidle: using governor menu\n[ 0.234524] PCCT header not found.\n[ 0.235437] ACPI: bus type PCI registered\n[ 0.236441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237996] PCI: Using configuration type 1 for base access\n[ 0.240025] ACPI: Added _OSI(Module Device)\n[ 0.241071] ACPI: Added _OSI(Processor Device)\n[ 0.242151] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243287] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245747] ACPI: Interpreter enabled\n[ 0.246730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253724] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256233] ACPI: (supports S0 S5)\n[ 0.257098] ACPI: Using IOAPIC for interrupt routing\n[ 0.258284] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261849] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263287] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264844] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266349] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269097] acpiphp: Slot [3] registered\n[ 0.270091] acpiphp: Slot [4] registered\n[ 0.271087] acpiphp: Slot [5] registered\n[ 0.272072] acpiphp: Slot [6] registered\n[ 0.273059] acpiphp: Slot [7] registered\n[ 0.274044] acpiphp: Slot [8] registered\n[ 0.275027] acpiphp: Slot [9] registered\n[ 0.276006] acpiphp: Slot [10] registered\n[ 0.277009] acpiphp: Slot [11] registered\n[ 0.278019] acpiphp: Slot [12] registered\n[ 0.279026] acpiphp: Slot [13] registered\n[ 0.280028] acpiphp: Slot [14] registered\n[ 0.281027] acpiphp: Slot [15] registered\n[ 0.291947] acpiphp: Slot [16] registered\n[ 0.292984] acpiphp: Slot [17] registered\n[ 0.294011] acpiphp: Slot [18] registered\n[ 0.295036] acpiphp: Slot [19] registered\n[ 0.296072] acpiphp: Slot [20] registered\n[ 0.297103] acpiphp: Slot [21] registered\n[ 0.298129] acpiphp: Slot [22] registered\n[ 0.299176] acpiphp: Slot [23] registered\n[ 0.300215] acpiphp: Slot [24] registered\n[ 0.301242] acpiphp: Slot [25] registered\n[ 0.302244] acpiphp: Slot [26] registered\n[ 0.303246] acpiphp: Slot [27] registered\n[ 0.304256] acpiphp: Slot [28] registered\n[ 0.305259] acpiphp: Slot [29] registered\n[ 0.306259] acpiphp: Slot [30] registered\n[ 0.307261] acpiphp: Slot [31] registered\n[ 0.308260] PCI host bridge to bus 0000:00\n[ 0.309262] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312310] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314098] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315893] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322525] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324145] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325649] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327249] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334417] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336236] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384067] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385815] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389180] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390837] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393226] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394617] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395923] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397848] vgaarb: loaded\n[ 0.398589] vgaarb: bridge control possible 0000:00:02.0\n[ 0.399952] SCSI subsystem initialized\n[ 0.400955] ACPI: bus type USB registered\n[ 0.401962] usbcore: registered new interface driver usbfs\n[ 0.403260] usbcore: registered new interface driver hub\n[ 0.404478] usbcore: registered new device driver usb\n[ 0.405732] PCI: Using ACPI for IRQ routing\n[ 0.406917] NetLabel: Initializing\n[ 0.407762] NetLabel: domain hash size = 128\n[ 0.408787] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409927] NetLabel: unlabeled traffic allowed by default\n[ 0.411243] clocksource: Switched to clocksource kvm-clock\n[ 0.416799] AppArmor: AppArmor Filesystem Enabled\n[ 0.417961] pnp: PnP ACPI init\n[ 0.419000] pnp: PnP ACPI: found 5 devices\n[ 0.425517] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427540] NET: Registered protocol family 2\n[ 0.428694] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430290] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.431753] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433217] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434564] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436012] NET: Registered protocol family 1\n[ 0.437075] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.438444] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.439772] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.468600] Trying to unpack rootfs image as initramfs...\n[ 0.518763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533076] Scanning for low memory corruption every 60 seconds\n[ 0.534694] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.535976] audit: initializing netlink subsys (disabled)\n[ 0.537119] audit: type=2000 audit(1539191968.496:1): initialized\n[ 0.538580] Initialise system trusted keyring\n[ 0.539631] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542980] zbud: loaded\n[ 0.543757] VFS: Disk quotas dquot_6.6.0\n[ 0.544672] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.552354] fuse init (API version 7.23)\n[ 0.554012] Key type big_key registered\n[ 0.554948] Allocating IMA MOK and blacklist keyrings.\n[ 0.556236] Key type asymmetric registered\n[ 0.557217] Asymmetric key parser 'x509' registered\n[ 0.558306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.560563] io scheduler noop registered\n[ 0.561475] io scheduler deadline registered (default)\n[ 0.562682] io scheduler cfq registered\n[ 0.563686] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.564920] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.566330] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.568004] ACPI: Power Button [PWRF]\n[ 0.568959] GHES: HEST is not enabled!\n[ 0.582828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611942] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614517] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637653] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639933] Linux agpgart interface v0.103\n[ 0.642480] brd: module loaded\n[ 0.643740] loop: module loaded\n[ 0.648544] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650205] GPT:90111 != 2097151\n[ 0.650939] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652173] GPT:90111 != 2097151\n[ 0.652933] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654157] vda: vda1 vda15\n[ 0.655919] scsi host0: ata_piix\n[ 0.656838] scsi host1: ata_piix\n[ 0.657758] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659397] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661269] libphy: Fixed MDIO Bus: probed\n[ 0.662341] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663569] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.666140] PPP generic driver version 2.4.2\n[ 0.667268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.668791] ehci-pci: EHCI PCI platform driver\n[ 0.669919] ehci-platform: EHCI generic platform driver\n[ 0.671271] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.672716] ohci-pci: OHCI PCI platform driver\n[ 0.673851] ohci-platform: OHCI generic platform driver\n[ 0.675133] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693026] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.694308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695716] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.697279] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.699049] usb usb1: Product: UHCI Host Controller\n[ 0.700326] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.701781] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702956] hub 1-0:1.0: USB hub found\n[ 0.703891] hub 1-0:1.0: 2 ports detected\n[ 0.704996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707529] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708729] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710003] mousedev: PS/2 mouse device common for all mice\n[ 0.711533] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713796] rtc_cmos 00:00: RTC can wake from S4\n[ 0.715120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.716631] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.718159] i2c /dev entries driver\n[ 0.719113] device-mapper: uevent: version 1.0.3\n[ 0.720305] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.722354] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.723936] NET: Registered protocol family 10\n[ 0.725146] NET: Registered protocol family 17\n[ 0.726257] Key type dns_resolver registered\n[ 0.727409] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.728794] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.730986] registered taskstats version 1\n[ 0.732020] Loading compiled-in X.509 certificates\n[ 0.733692] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.736055] zswap: loaded using pool lzo/zbud\n[ 0.737659] Key type trusted registered\n[ 0.739432] Key type encrypted registered\n[ 0.740464] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.741764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743067] evm: HMAC attrs: 0x1\n[ 0.744166] Magic number: 6:849:339\n[ 0.745203] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:28 UTC (1539191968)\n[ 0.747201] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748622] EDD information not available.\n[ 0.815774] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.817525] ata1.00: configured for MWDMA2\n[ 0.818919] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.831894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.833507] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835039] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837200] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.839156] Write protecting the kernel read-only data: 14336k\n[ 0.841034] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843262] 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\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.397257] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.14s]\nping 10.10.10.7 OK\nping 10.10.10.13 OK\n"} 2018-10-10 17:21:07,341 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action used request id req-5a4393d5-de54-47e5-a04c-3920428c5fc9 2018-10-10 17:21:07,342 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.16) to 'sdnvpn-4-2' (10.10.10.7). -->Expected result: can ping. 2018-10-10 17:21:07,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea08b8135bf7427161b45dca62ae83fa05cf536" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:21:08,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:21: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-951de3bb-9b94-4299-b58f-50157b9f2700 x-compute-request-id: req-951de3bb-9b94-4299-b58f-50157b9f2700 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 536726890 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133880] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135600] pid_max: default: 32768 minimum: 301\n[ 0.136522] ACPI: Core revision 20150930\n[ 0.137919] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139277] Security Framework initialized\n[ 0.140104] Yama: becoming mindful.\n[ 0.140859] AppArmor: AppArmor initialized\n[ 0.141754] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143113] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145689] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147099] Initializing cgroup subsys io\n[ 0.147937] Initializing cgroup subsys memory\n[ 0.148827] Initializing cgroup subsys devices\n[ 0.149732] Initializing cgroup subsys freezer\n[ 0.150622] Initializing cgroup subsys net_cls\n[ 0.151516] Initializing cgroup subsys perf_event\n[ 0.152457] Initializing cgroup subsys net_prio\n[ 0.153366] Initializing cgroup subsys hugetlb\n[ 0.154258] Initializing cgroup subsys pids\n[ 0.155158] CPU: Physical Processor ID: 0\n[ 0.156693] mce: CPU supports 10 MCE banks\n[ 0.157573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158611] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171085] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177549] ftrace: allocating 31920 entries in 125 pages\n[ 0.203695] smpboot: Max logical packages: 1\n[ 0.204602] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205991] x2apic enabled\n[ 0.206813] Switched APIC routing to physical x2apic.\n[ 0.208595] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209753] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214162] KVM setup paravirtual spinlock\n[ 0.215648] x86: Booted up 1 node, 1 CPUs\n[ 0.216640] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218343] devtmpfs: initialized\n[ 0.220201] evm: security.selinux\n[ 0.221053] evm: security.SMACK64\n[ 0.221902] evm: security.SMACK64EXEC\n[ 0.222823] evm: security.SMACK64TRANSMUTE\n[ 0.223821] evm: security.SMACK64MMAP\n[ 0.224740] evm: security.ima\n[ 0.225514] evm: security.capability\n[ 0.226490] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228794] pinctrl core: initialized pinctrl subsystem\n[ 0.230139] RTC time: 17:19:27, date: 10/10/18\n[ 0.231310] NET: Registered protocol family 16\n[ 0.232496] cpuidle: using governor ladder\n[ 0.233540] cpuidle: using governor menu\n[ 0.234524] PCCT header not found.\n[ 0.235437] ACPI: bus type PCI registered\n[ 0.236441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237996] PCI: Using configuration type 1 for base access\n[ 0.240025] ACPI: Added _OSI(Module Device)\n[ 0.241071] ACPI: Added _OSI(Processor Device)\n[ 0.242151] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243287] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245747] ACPI: Interpreter enabled\n[ 0.246730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253724] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256233] ACPI: (supports S0 S5)\n[ 0.257098] ACPI: Using IOAPIC for interrupt routing\n[ 0.258284] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261849] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263287] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264844] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266349] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269097] acpiphp: Slot [3] registered\n[ 0.270091] acpiphp: Slot [4] registered\n[ 0.271087] acpiphp: Slot [5] registered\n[ 0.272072] acpiphp: Slot [6] registered\n[ 0.273059] acpiphp: Slot [7] registered\n[ 0.274044] acpiphp: Slot [8] registered\n[ 0.275027] acpiphp: Slot [9] registered\n[ 0.276006] acpiphp: Slot [10] registered\n[ 0.277009] acpiphp: Slot [11] registered\n[ 0.278019] acpiphp: Slot [12] registered\n[ 0.279026] acpiphp: Slot [13] registered\n[ 0.280028] acpiphp: Slot [14] registered\n[ 0.281027] acpiphp: Slot [15] registered\n[ 0.291947] acpiphp: Slot [16] registered\n[ 0.292984] acpiphp: Slot [17] registered\n[ 0.294011] acpiphp: Slot [18] registered\n[ 0.295036] acpiphp: Slot [19] registered\n[ 0.296072] acpiphp: Slot [20] registered\n[ 0.297103] acpiphp: Slot [21] registered\n[ 0.298129] acpiphp: Slot [22] registered\n[ 0.299176] acpiphp: Slot [23] registered\n[ 0.300215] acpiphp: Slot [24] registered\n[ 0.301242] acpiphp: Slot [25] registered\n[ 0.302244] acpiphp: Slot [26] registered\n[ 0.303246] acpiphp: Slot [27] registered\n[ 0.304256] acpiphp: Slot [28] registered\n[ 0.305259] acpiphp: Slot [29] registered\n[ 0.306259] acpiphp: Slot [30] registered\n[ 0.307261] acpiphp: Slot [31] registered\n[ 0.308260] PCI host bridge to bus 0000:00\n[ 0.309262] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312310] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314098] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315893] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322525] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324145] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325649] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327249] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334417] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336236] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384067] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385815] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389180] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390837] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393226] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394617] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395923] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397848] vgaarb: loaded\n[ 0.398589] vgaarb: bridge control possible 0000:00:02.0\n[ 0.399952] SCSI subsystem initialized\n[ 0.400955] ACPI: bus type USB registered\n[ 0.401962] usbcore: registered new interface driver usbfs\n[ 0.403260] usbcore: registered new interface driver hub\n[ 0.404478] usbcore: registered new device driver usb\n[ 0.405732] PCI: Using ACPI for IRQ routing\n[ 0.406917] NetLabel: Initializing\n[ 0.407762] NetLabel: domain hash size = 128\n[ 0.408787] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409927] NetLabel: unlabeled traffic allowed by default\n[ 0.411243] clocksource: Switched to clocksource kvm-clock\n[ 0.416799] AppArmor: AppArmor Filesystem Enabled\n[ 0.417961] pnp: PnP ACPI init\n[ 0.419000] pnp: PnP ACPI: found 5 devices\n[ 0.425517] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427540] NET: Registered protocol family 2\n[ 0.428694] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430290] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.431753] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433217] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434564] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436012] NET: Registered protocol family 1\n[ 0.437075] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.438444] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.439772] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.468600] Trying to unpack rootfs image as initramfs...\n[ 0.518763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533076] Scanning for low memory corruption every 60 seconds\n[ 0.534694] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.535976] audit: initializing netlink subsys (disabled)\n[ 0.537119] audit: type=2000 audit(1539191968.496:1): initialized\n[ 0.538580] Initialise system trusted keyring\n[ 0.539631] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542980] zbud: loaded\n[ 0.543757] VFS: Disk quotas dquot_6.6.0\n[ 0.544672] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.552354] fuse init (API version 7.23)\n[ 0.554012] Key type big_key registered\n[ 0.554948] Allocating IMA MOK and blacklist keyrings.\n[ 0.556236] Key type asymmetric registered\n[ 0.557217] Asymmetric key parser 'x509' registered\n[ 0.558306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.560563] io scheduler noop registered\n[ 0.561475] io scheduler deadline registered (default)\n[ 0.562682] io scheduler cfq registered\n[ 0.563686] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.564920] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.566330] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.568004] ACPI: Power Button [PWRF]\n[ 0.568959] GHES: HEST is not enabled!\n[ 0.582828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611942] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614517] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637653] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639933] Linux agpgart interface v0.103\n[ 0.642480] brd: module loaded\n[ 0.643740] loop: module loaded\n[ 0.648544] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650205] GPT:90111 != 2097151\n[ 0.650939] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652173] GPT:90111 != 2097151\n[ 0.652933] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654157] vda: vda1 vda15\n[ 0.655919] scsi host0: ata_piix\n[ 0.656838] scsi host1: ata_piix\n[ 0.657758] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659397] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661269] libphy: Fixed MDIO Bus: probed\n[ 0.662341] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663569] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.666140] PPP generic driver version 2.4.2\n[ 0.667268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.668791] ehci-pci: EHCI PCI platform driver\n[ 0.669919] ehci-platform: EHCI generic platform driver\n[ 0.671271] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.672716] ohci-pci: OHCI PCI platform driver\n[ 0.673851] ohci-platform: OHCI generic platform driver\n[ 0.675133] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693026] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.694308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695716] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.697279] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.699049] usb usb1: Product: UHCI Host Controller\n[ 0.700326] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.701781] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702956] hub 1-0:1.0: USB hub found\n[ 0.703891] hub 1-0:1.0: 2 ports detected\n[ 0.704996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707529] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708729] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710003] mousedev: PS/2 mouse device common for all mice\n[ 0.711533] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713796] rtc_cmos 00:00: RTC can wake from S4\n[ 0.715120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.716631] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.718159] i2c /dev entries driver\n[ 0.719113] device-mapper: uevent: version 1.0.3\n[ 0.720305] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.722354] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.723936] NET: Registered protocol family 10\n[ 0.725146] NET: Registered protocol family 17\n[ 0.726257] Key type dns_resolver registered\n[ 0.727409] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.728794] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.730986] registered taskstats version 1\n[ 0.732020] Loading compiled-in X.509 certificates\n[ 0.733692] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.736055] zswap: loaded using pool lzo/zbud\n[ 0.737659] Key type trusted registered\n[ 0.739432] Key type encrypted registered\n[ 0.740464] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.741764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743067] evm: HMAC attrs: 0x1\n[ 0.744166] Magic number: 6:849:339\n[ 0.745203] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:28 UTC (1539191968)\n[ 0.747201] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748622] EDD information not available.\n[ 0.815774] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.817525] ata1.00: configured for MWDMA2\n[ 0.818919] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.831894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.833507] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835039] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837200] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.839156] Write protecting the kernel read-only data: 14336k\n[ 0.841034] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843262] 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\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.397257] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.14s]\nping 10.10.10.7 OK\nping 10.10.10.13 OK\n"} 2018-10-10 17:21:08,415 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action used request id req-951de3bb-9b94-4299-b58f-50157b9f2700 2018-10-10 17:21:08,416 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-2' 2018-10-10 17:21:08,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea08b8135bf7427161b45dca62ae83fa05cf536" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:21:09,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:21:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78db6047-6b31-49d4-82b6-06aea1667385 x-compute-request-id: req-78db6047-6b31-49d4-82b6-06aea1667385 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 536726890 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133880] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135600] pid_max: default: 32768 minimum: 301\n[ 0.136522] ACPI: Core revision 20150930\n[ 0.137919] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139277] Security Framework initialized\n[ 0.140104] Yama: becoming mindful.\n[ 0.140859] AppArmor: AppArmor initialized\n[ 0.141754] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143113] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145689] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147099] Initializing cgroup subsys io\n[ 0.147937] Initializing cgroup subsys memory\n[ 0.148827] Initializing cgroup subsys devices\n[ 0.149732] Initializing cgroup subsys freezer\n[ 0.150622] Initializing cgroup subsys net_cls\n[ 0.151516] Initializing cgroup subsys perf_event\n[ 0.152457] Initializing cgroup subsys net_prio\n[ 0.153366] Initializing cgroup subsys hugetlb\n[ 0.154258] Initializing cgroup subsys pids\n[ 0.155158] CPU: Physical Processor ID: 0\n[ 0.156693] mce: CPU supports 10 MCE banks\n[ 0.157573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158611] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171085] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177549] ftrace: allocating 31920 entries in 125 pages\n[ 0.203695] smpboot: Max logical packages: 1\n[ 0.204602] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205991] x2apic enabled\n[ 0.206813] Switched APIC routing to physical x2apic.\n[ 0.208595] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209753] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214162] KVM setup paravirtual spinlock\n[ 0.215648] x86: Booted up 1 node, 1 CPUs\n[ 0.216640] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218343] devtmpfs: initialized\n[ 0.220201] evm: security.selinux\n[ 0.221053] evm: security.SMACK64\n[ 0.221902] evm: security.SMACK64EXEC\n[ 0.222823] evm: security.SMACK64TRANSMUTE\n[ 0.223821] evm: security.SMACK64MMAP\n[ 0.224740] evm: security.ima\n[ 0.225514] evm: security.capability\n[ 0.226490] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228794] pinctrl core: initialized pinctrl subsystem\n[ 0.230139] RTC time: 17:19:27, date: 10/10/18\n[ 0.231310] NET: Registered protocol family 16\n[ 0.232496] cpuidle: using governor ladder\n[ 0.233540] cpuidle: using governor menu\n[ 0.234524] PCCT header not found.\n[ 0.235437] ACPI: bus type PCI registered\n[ 0.236441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237996] PCI: Using configuration type 1 for base access\n[ 0.240025] ACPI: Added _OSI(Module Device)\n[ 0.241071] ACPI: Added _OSI(Processor Device)\n[ 0.242151] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243287] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245747] ACPI: Interpreter enabled\n[ 0.246730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253724] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256233] ACPI: (supports S0 S5)\n[ 0.257098] ACPI: Using IOAPIC for interrupt routing\n[ 0.258284] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261849] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263287] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264844] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266349] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269097] acpiphp: Slot [3] registered\n[ 0.270091] acpiphp: Slot [4] registered\n[ 0.271087] acpiphp: Slot [5] registered\n[ 0.272072] acpiphp: Slot [6] registered\n[ 0.273059] acpiphp: Slot [7] registered\n[ 0.274044] acpiphp: Slot [8] registered\n[ 0.275027] acpiphp: Slot [9] registered\n[ 0.276006] acpiphp: Slot [10] registered\n[ 0.277009] acpiphp: Slot [11] registered\n[ 0.278019] acpiphp: Slot [12] registered\n[ 0.279026] acpiphp: Slot [13] registered\n[ 0.280028] acpiphp: Slot [14] registered\n[ 0.281027] acpiphp: Slot [15] registered\n[ 0.291947] acpiphp: Slot [16] registered\n[ 0.292984] acpiphp: Slot [17] registered\n[ 0.294011] acpiphp: Slot [18] registered\n[ 0.295036] acpiphp: Slot [19] registered\n[ 0.296072] acpiphp: Slot [20] registered\n[ 0.297103] acpiphp: Slot [21] registered\n[ 0.298129] acpiphp: Slot [22] registered\n[ 0.299176] acpiphp: Slot [23] registered\n[ 0.300215] acpiphp: Slot [24] registered\n[ 0.301242] acpiphp: Slot [25] registered\n[ 0.302244] acpiphp: Slot [26] registered\n[ 0.303246] acpiphp: Slot [27] registered\n[ 0.304256] acpiphp: Slot [28] registered\n[ 0.305259] acpiphp: Slot [29] registered\n[ 0.306259] acpiphp: Slot [30] registered\n[ 0.307261] acpiphp: Slot [31] registered\n[ 0.308260] PCI host bridge to bus 0000:00\n[ 0.309262] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312310] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314098] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315893] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322525] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324145] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325649] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327249] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334417] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336236] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384067] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385815] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389180] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390837] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393226] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394617] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395923] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397848] vgaarb: loaded\n[ 0.398589] vgaarb: bridge control possible 0000:00:02.0\n[ 0.399952] SCSI subsystem initialized\n[ 0.400955] ACPI: bus type USB registered\n[ 0.401962] usbcore: registered new interface driver usbfs\n[ 0.403260] usbcore: registered new interface driver hub\n[ 0.404478] usbcore: registered new device driver usb\n[ 0.405732] PCI: Using ACPI for IRQ routing\n[ 0.406917] NetLabel: Initializing\n[ 0.407762] NetLabel: domain hash size = 128\n[ 0.408787] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409927] NetLabel: unlabeled traffic allowed by default\n[ 0.411243] clocksource: Switched to clocksource kvm-clock\n[ 0.416799] AppArmor: AppArmor Filesystem Enabled\n[ 0.417961] pnp: PnP ACPI init\n[ 0.419000] pnp: PnP ACPI: found 5 devices\n[ 0.425517] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427540] NET: Registered protocol family 2\n[ 0.428694] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430290] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.431753] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433217] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434564] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436012] NET: Registered protocol family 1\n[ 0.437075] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.438444] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.439772] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.468600] Trying to unpack rootfs image as initramfs...\n[ 0.518763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533076] Scanning for low memory corruption every 60 seconds\n[ 0.534694] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.535976] audit: initializing netlink subsys (disabled)\n[ 0.537119] audit: type=2000 audit(1539191968.496:1): initialized\n[ 0.538580] Initialise system trusted keyring\n[ 0.539631] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542980] zbud: loaded\n[ 0.543757] VFS: Disk quotas dquot_6.6.0\n[ 0.544672] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.552354] fuse init (API version 7.23)\n[ 0.554012] Key type big_key registered\n[ 0.554948] Allocating IMA MOK and blacklist keyrings.\n[ 0.556236] Key type asymmetric registered\n[ 0.557217] Asymmetric key parser 'x509' registered\n[ 0.558306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.560563] io scheduler noop registered\n[ 0.561475] io scheduler deadline registered (default)\n[ 0.562682] io scheduler cfq registered\n[ 0.563686] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.564920] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.566330] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.568004] ACPI: Power Button [PWRF]\n[ 0.568959] GHES: HEST is not enabled!\n[ 0.582828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611942] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614517] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637653] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639933] Linux agpgart interface v0.103\n[ 0.642480] brd: module loaded\n[ 0.643740] loop: module loaded\n[ 0.648544] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650205] GPT:90111 != 2097151\n[ 0.650939] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652173] GPT:90111 != 2097151\n[ 0.652933] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654157] vda: vda1 vda15\n[ 0.655919] scsi host0: ata_piix\n[ 0.656838] scsi host1: ata_piix\n[ 0.657758] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659397] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661269] libphy: Fixed MDIO Bus: probed\n[ 0.662341] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663569] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.666140] PPP generic driver version 2.4.2\n[ 0.667268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.668791] ehci-pci: EHCI PCI platform driver\n[ 0.669919] ehci-platform: EHCI generic platform driver\n[ 0.671271] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.672716] ohci-pci: OHCI PCI platform driver\n[ 0.673851] ohci-platform: OHCI generic platform driver\n[ 0.675133] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693026] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.694308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695716] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.697279] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.699049] usb usb1: Product: UHCI Host Controller\n[ 0.700326] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.701781] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702956] hub 1-0:1.0: USB hub found\n[ 0.703891] hub 1-0:1.0: 2 ports detected\n[ 0.704996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707529] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708729] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710003] mousedev: PS/2 mouse device common for all mice\n[ 0.711533] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713796] rtc_cmos 00:00: RTC can wake from S4\n[ 0.715120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.716631] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.718159] i2c /dev entries driver\n[ 0.719113] device-mapper: uevent: version 1.0.3\n[ 0.720305] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.722354] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.723936] NET: Registered protocol family 10\n[ 0.725146] NET: Registered protocol family 17\n[ 0.726257] Key type dns_resolver registered\n[ 0.727409] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.728794] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.730986] registered taskstats version 1\n[ 0.732020] Loading compiled-in X.509 certificates\n[ 0.733692] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.736055] zswap: loaded using pool lzo/zbud\n[ 0.737659] Key type trusted registered\n[ 0.739432] Key type encrypted registered\n[ 0.740464] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.741764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743067] evm: HMAC attrs: 0x1\n[ 0.744166] Magic number: 6:849:339\n[ 0.745203] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:28 UTC (1539191968)\n[ 0.747201] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748622] EDD information not available.\n[ 0.815774] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.817525] ata1.00: configured for MWDMA2\n[ 0.818919] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.831894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.833507] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835039] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837200] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.839156] Write protecting the kernel read-only data: 14336k\n[ 0.841034] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843262] 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\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.397257] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.14s]\nping 10.10.10.7 OK\nping 10.10.10.13 OK\nping 10.10.11.8 KO\n"} 2018-10-10 17:21:09,495 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action used request id req-78db6047-6b31-49d4-82b6-06aea1667385 2018-10-10 17:21:09,496 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.16) to 'sdnvpn-4-3' (10.10.10.13). -->Expected result: can ping. 2018-10-10 17:21:09,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea08b8135bf7427161b45dca62ae83fa05cf536" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:21:10,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:21:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6dc6c619-62db-45d1-b41d-0a3fa1b78c34 x-compute-request-id: req-6dc6c619-62db-45d1-b41d-0a3fa1b78c34 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 536726890 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133880] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135600] pid_max: default: 32768 minimum: 301\n[ 0.136522] ACPI: Core revision 20150930\n[ 0.137919] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139277] Security Framework initialized\n[ 0.140104] Yama: becoming mindful.\n[ 0.140859] AppArmor: AppArmor initialized\n[ 0.141754] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143113] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145689] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147099] Initializing cgroup subsys io\n[ 0.147937] Initializing cgroup subsys memory\n[ 0.148827] Initializing cgroup subsys devices\n[ 0.149732] Initializing cgroup subsys freezer\n[ 0.150622] Initializing cgroup subsys net_cls\n[ 0.151516] Initializing cgroup subsys perf_event\n[ 0.152457] Initializing cgroup subsys net_prio\n[ 0.153366] Initializing cgroup subsys hugetlb\n[ 0.154258] Initializing cgroup subsys pids\n[ 0.155158] CPU: Physical Processor ID: 0\n[ 0.156693] mce: CPU supports 10 MCE banks\n[ 0.157573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158611] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171085] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177549] ftrace: allocating 31920 entries in 125 pages\n[ 0.203695] smpboot: Max logical packages: 1\n[ 0.204602] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205991] x2apic enabled\n[ 0.206813] Switched APIC routing to physical x2apic.\n[ 0.208595] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209753] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214162] KVM setup paravirtual spinlock\n[ 0.215648] x86: Booted up 1 node, 1 CPUs\n[ 0.216640] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218343] devtmpfs: initialized\n[ 0.220201] evm: security.selinux\n[ 0.221053] evm: security.SMACK64\n[ 0.221902] evm: security.SMACK64EXEC\n[ 0.222823] evm: security.SMACK64TRANSMUTE\n[ 0.223821] evm: security.SMACK64MMAP\n[ 0.224740] evm: security.ima\n[ 0.225514] evm: security.capability\n[ 0.226490] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228794] pinctrl core: initialized pinctrl subsystem\n[ 0.230139] RTC time: 17:19:27, date: 10/10/18\n[ 0.231310] NET: Registered protocol family 16\n[ 0.232496] cpuidle: using governor ladder\n[ 0.233540] cpuidle: using governor menu\n[ 0.234524] PCCT header not found.\n[ 0.235437] ACPI: bus type PCI registered\n[ 0.236441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237996] PCI: Using configuration type 1 for base access\n[ 0.240025] ACPI: Added _OSI(Module Device)\n[ 0.241071] ACPI: Added _OSI(Processor Device)\n[ 0.242151] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243287] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245747] ACPI: Interpreter enabled\n[ 0.246730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253724] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256233] ACPI: (supports S0 S5)\n[ 0.257098] ACPI: Using IOAPIC for interrupt routing\n[ 0.258284] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261849] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263287] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264844] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266349] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269097] acpiphp: Slot [3] registered\n[ 0.270091] acpiphp: Slot [4] registered\n[ 0.271087] acpiphp: Slot [5] registered\n[ 0.272072] acpiphp: Slot [6] registered\n[ 0.273059] acpiphp: Slot [7] registered\n[ 0.274044] acpiphp: Slot [8] registered\n[ 0.275027] acpiphp: Slot [9] registered\n[ 0.276006] acpiphp: Slot [10] registered\n[ 0.277009] acpiphp: Slot [11] registered\n[ 0.278019] acpiphp: Slot [12] registered\n[ 0.279026] acpiphp: Slot [13] registered\n[ 0.280028] acpiphp: Slot [14] registered\n[ 0.281027] acpiphp: Slot [15] registered\n[ 0.291947] acpiphp: Slot [16] registered\n[ 0.292984] acpiphp: Slot [17] registered\n[ 0.294011] acpiphp: Slot [18] registered\n[ 0.295036] acpiphp: Slot [19] registered\n[ 0.296072] acpiphp: Slot [20] registered\n[ 0.297103] acpiphp: Slot [21] registered\n[ 0.298129] acpiphp: Slot [22] registered\n[ 0.299176] acpiphp: Slot [23] registered\n[ 0.300215] acpiphp: Slot [24] registered\n[ 0.301242] acpiphp: Slot [25] registered\n[ 0.302244] acpiphp: Slot [26] registered\n[ 0.303246] acpiphp: Slot [27] registered\n[ 0.304256] acpiphp: Slot [28] registered\n[ 0.305259] acpiphp: Slot [29] registered\n[ 0.306259] acpiphp: Slot [30] registered\n[ 0.307261] acpiphp: Slot [31] registered\n[ 0.308260] PCI host bridge to bus 0000:00\n[ 0.309262] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312310] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314098] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315893] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322525] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324145] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325649] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327249] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334417] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336236] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384067] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385815] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389180] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390837] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393226] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394617] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395923] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397848] vgaarb: loaded\n[ 0.398589] vgaarb: bridge control possible 0000:00:02.0\n[ 0.399952] SCSI subsystem initialized\n[ 0.400955] ACPI: bus type USB registered\n[ 0.401962] usbcore: registered new interface driver usbfs\n[ 0.403260] usbcore: registered new interface driver hub\n[ 0.404478] usbcore: registered new device driver usb\n[ 0.405732] PCI: Using ACPI for IRQ routing\n[ 0.406917] NetLabel: Initializing\n[ 0.407762] NetLabel: domain hash size = 128\n[ 0.408787] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409927] NetLabel: unlabeled traffic allowed by default\n[ 0.411243] clocksource: Switched to clocksource kvm-clock\n[ 0.416799] AppArmor: AppArmor Filesystem Enabled\n[ 0.417961] pnp: PnP ACPI init\n[ 0.419000] pnp: PnP ACPI: found 5 devices\n[ 0.425517] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427540] NET: Registered protocol family 2\n[ 0.428694] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430290] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.431753] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433217] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434564] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436012] NET: Registered protocol family 1\n[ 0.437075] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.438444] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.439772] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.468600] Trying to unpack rootfs image as initramfs...\n[ 0.518763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533076] Scanning for low memory corruption every 60 seconds\n[ 0.534694] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.535976] audit: initializing netlink subsys (disabled)\n[ 0.537119] audit: type=2000 audit(1539191968.496:1): initialized\n[ 0.538580] Initialise system trusted keyring\n[ 0.539631] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542980] zbud: loaded\n[ 0.543757] VFS: Disk quotas dquot_6.6.0\n[ 0.544672] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.552354] fuse init (API version 7.23)\n[ 0.554012] Key type big_key registered\n[ 0.554948] Allocating IMA MOK and blacklist keyrings.\n[ 0.556236] Key type asymmetric registered\n[ 0.557217] Asymmetric key parser 'x509' registered\n[ 0.558306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.560563] io scheduler noop registered\n[ 0.561475] io scheduler deadline registered (default)\n[ 0.562682] io scheduler cfq registered\n[ 0.563686] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.564920] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.566330] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.568004] ACPI: Power Button [PWRF]\n[ 0.568959] GHES: HEST is not enabled!\n[ 0.582828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611942] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614517] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637653] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639933] Linux agpgart interface v0.103\n[ 0.642480] brd: module loaded\n[ 0.643740] loop: module loaded\n[ 0.648544] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650205] GPT:90111 != 2097151\n[ 0.650939] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652173] GPT:90111 != 2097151\n[ 0.652933] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654157] vda: vda1 vda15\n[ 0.655919] scsi host0: ata_piix\n[ 0.656838] scsi host1: ata_piix\n[ 0.657758] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659397] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661269] libphy: Fixed MDIO Bus: probed\n[ 0.662341] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663569] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.666140] PPP generic driver version 2.4.2\n[ 0.667268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.668791] ehci-pci: EHCI PCI platform driver\n[ 0.669919] ehci-platform: EHCI generic platform driver\n[ 0.671271] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.672716] ohci-pci: OHCI PCI platform driver\n[ 0.673851] ohci-platform: OHCI generic platform driver\n[ 0.675133] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693026] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.694308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695716] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.697279] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.699049] usb usb1: Product: UHCI Host Controller\n[ 0.700326] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.701781] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702956] hub 1-0:1.0: USB hub found\n[ 0.703891] hub 1-0:1.0: 2 ports detected\n[ 0.704996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707529] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708729] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710003] mousedev: PS/2 mouse device common for all mice\n[ 0.711533] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713796] rtc_cmos 00:00: RTC can wake from S4\n[ 0.715120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.716631] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.718159] i2c /dev entries driver\n[ 0.719113] device-mapper: uevent: version 1.0.3\n[ 0.720305] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.722354] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.723936] NET: Registered protocol family 10\n[ 0.725146] NET: Registered protocol family 17\n[ 0.726257] Key type dns_resolver registered\n[ 0.727409] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.728794] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.730986] registered taskstats version 1\n[ 0.732020] Loading compiled-in X.509 certificates\n[ 0.733692] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.736055] zswap: loaded using pool lzo/zbud\n[ 0.737659] Key type trusted registered\n[ 0.739432] Key type encrypted registered\n[ 0.740464] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.741764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743067] evm: HMAC attrs: 0x1\n[ 0.744166] Magic number: 6:849:339\n[ 0.745203] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:28 UTC (1539191968)\n[ 0.747201] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748622] EDD information not available.\n[ 0.815774] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.817525] ata1.00: configured for MWDMA2\n[ 0.818919] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.831894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.833507] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835039] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837200] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.839156] Write protecting the kernel read-only data: 14336k\n[ 0.841034] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843262] 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\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.397257] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.14s]\nping 10.10.10.7 OK\nping 10.10.10.13 OK\nping 10.10.11.8 KO\n"} 2018-10-10 17:21:10,575 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action used request id req-6dc6c619-62db-45d1-b41d-0a3fa1b78c34 2018-10-10 17:21:10,576 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-3' 2018-10-10 17:21:10,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea08b8135bf7427161b45dca62ae83fa05cf536" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:21:11,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:21: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-d666d92e-1bc1-4975-976e-851f147a5664 x-compute-request-id: req-d666d92e-1bc1-4975-976e-851f147a5664 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 536726890 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133880] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135600] pid_max: default: 32768 minimum: 301\n[ 0.136522] ACPI: Core revision 20150930\n[ 0.137919] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139277] Security Framework initialized\n[ 0.140104] Yama: becoming mindful.\n[ 0.140859] AppArmor: AppArmor initialized\n[ 0.141754] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143113] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145689] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147099] Initializing cgroup subsys io\n[ 0.147937] Initializing cgroup subsys memory\n[ 0.148827] Initializing cgroup subsys devices\n[ 0.149732] Initializing cgroup subsys freezer\n[ 0.150622] Initializing cgroup subsys net_cls\n[ 0.151516] Initializing cgroup subsys perf_event\n[ 0.152457] Initializing cgroup subsys net_prio\n[ 0.153366] Initializing cgroup subsys hugetlb\n[ 0.154258] Initializing cgroup subsys pids\n[ 0.155158] CPU: Physical Processor ID: 0\n[ 0.156693] mce: CPU supports 10 MCE banks\n[ 0.157573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158611] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171085] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177549] ftrace: allocating 31920 entries in 125 pages\n[ 0.203695] smpboot: Max logical packages: 1\n[ 0.204602] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205991] x2apic enabled\n[ 0.206813] Switched APIC routing to physical x2apic.\n[ 0.208595] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209753] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214162] KVM setup paravirtual spinlock\n[ 0.215648] x86: Booted up 1 node, 1 CPUs\n[ 0.216640] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218343] devtmpfs: initialized\n[ 0.220201] evm: security.selinux\n[ 0.221053] evm: security.SMACK64\n[ 0.221902] evm: security.SMACK64EXEC\n[ 0.222823] evm: security.SMACK64TRANSMUTE\n[ 0.223821] evm: security.SMACK64MMAP\n[ 0.224740] evm: security.ima\n[ 0.225514] evm: security.capability\n[ 0.226490] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228794] pinctrl core: initialized pinctrl subsystem\n[ 0.230139] RTC time: 17:19:27, date: 10/10/18\n[ 0.231310] NET: Registered protocol family 16\n[ 0.232496] cpuidle: using governor ladder\n[ 0.233540] cpuidle: using governor menu\n[ 0.234524] PCCT header not found.\n[ 0.235437] ACPI: bus type PCI registered\n[ 0.236441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237996] PCI: Using configuration type 1 for base access\n[ 0.240025] ACPI: Added _OSI(Module Device)\n[ 0.241071] ACPI: Added _OSI(Processor Device)\n[ 0.242151] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243287] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245747] ACPI: Interpreter enabled\n[ 0.246730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253724] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256233] ACPI: (supports S0 S5)\n[ 0.257098] ACPI: Using IOAPIC for interrupt routing\n[ 0.258284] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261849] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263287] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264844] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266349] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269097] acpiphp: Slot [3] registered\n[ 0.270091] acpiphp: Slot [4] registered\n[ 0.271087] acpiphp: Slot [5] registered\n[ 0.272072] acpiphp: Slot [6] registered\n[ 0.273059] acpiphp: Slot [7] registered\n[ 0.274044] acpiphp: Slot [8] registered\n[ 0.275027] acpiphp: Slot [9] registered\n[ 0.276006] acpiphp: Slot [10] registered\n[ 0.277009] acpiphp: Slot [11] registered\n[ 0.278019] acpiphp: Slot [12] registered\n[ 0.279026] acpiphp: Slot [13] registered\n[ 0.280028] acpiphp: Slot [14] registered\n[ 0.281027] acpiphp: Slot [15] registered\n[ 0.291947] acpiphp: Slot [16] registered\n[ 0.292984] acpiphp: Slot [17] registered\n[ 0.294011] acpiphp: Slot [18] registered\n[ 0.295036] acpiphp: Slot [19] registered\n[ 0.296072] acpiphp: Slot [20] registered\n[ 0.297103] acpiphp: Slot [21] registered\n[ 0.298129] acpiphp: Slot [22] registered\n[ 0.299176] acpiphp: Slot [23] registered\n[ 0.300215] acpiphp: Slot [24] registered\n[ 0.301242] acpiphp: Slot [25] registered\n[ 0.302244] acpiphp: Slot [26] registered\n[ 0.303246] acpiphp: Slot [27] registered\n[ 0.304256] acpiphp: Slot [28] registered\n[ 0.305259] acpiphp: Slot [29] registered\n[ 0.306259] acpiphp: Slot [30] registered\n[ 0.307261] acpiphp: Slot [31] registered\n[ 0.308260] PCI host bridge to bus 0000:00\n[ 0.309262] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312310] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314098] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315893] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322525] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324145] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325649] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327249] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334417] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336236] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384067] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385815] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389180] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390837] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393226] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394617] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395923] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397848] vgaarb: loaded\n[ 0.398589] vgaarb: bridge control possible 0000:00:02.0\n[ 0.399952] SCSI subsystem initialized\n[ 0.400955] ACPI: bus type USB registered\n[ 0.401962] usbcore: registered new interface driver usbfs\n[ 0.403260] usbcore: registered new interface driver hub\n[ 0.404478] usbcore: registered new device driver usb\n[ 0.405732] PCI: Using ACPI for IRQ routing\n[ 0.406917] NetLabel: Initializing\n[ 0.407762] NetLabel: domain hash size = 128\n[ 0.408787] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409927] NetLabel: unlabeled traffic allowed by default\n[ 0.411243] clocksource: Switched to clocksource kvm-clock\n[ 0.416799] AppArmor: AppArmor Filesystem Enabled\n[ 0.417961] pnp: PnP ACPI init\n[ 0.419000] pnp: PnP ACPI: found 5 devices\n[ 0.425517] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427540] NET: Registered protocol family 2\n[ 0.428694] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430290] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.431753] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433217] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434564] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436012] NET: Registered protocol family 1\n[ 0.437075] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.438444] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.439772] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.468600] Trying to unpack rootfs image as initramfs...\n[ 0.518763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533076] Scanning for low memory corruption every 60 seconds\n[ 0.534694] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.535976] audit: initializing netlink subsys (disabled)\n[ 0.537119] audit: type=2000 audit(1539191968.496:1): initialized\n[ 0.538580] Initialise system trusted keyring\n[ 0.539631] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542980] zbud: loaded\n[ 0.543757] VFS: Disk quotas dquot_6.6.0\n[ 0.544672] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.552354] fuse init (API version 7.23)\n[ 0.554012] Key type big_key registered\n[ 0.554948] Allocating IMA MOK and blacklist keyrings.\n[ 0.556236] Key type asymmetric registered\n[ 0.557217] Asymmetric key parser 'x509' registered\n[ 0.558306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.560563] io scheduler noop registered\n[ 0.561475] io scheduler deadline registered (default)\n[ 0.562682] io scheduler cfq registered\n[ 0.563686] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.564920] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.566330] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.568004] ACPI: Power Button [PWRF]\n[ 0.568959] GHES: HEST is not enabled!\n[ 0.582828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611942] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614517] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637653] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639933] Linux agpgart interface v0.103\n[ 0.642480] brd: module loaded\n[ 0.643740] loop: module loaded\n[ 0.648544] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650205] GPT:90111 != 2097151\n[ 0.650939] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652173] GPT:90111 != 2097151\n[ 0.652933] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654157] vda: vda1 vda15\n[ 0.655919] scsi host0: ata_piix\n[ 0.656838] scsi host1: ata_piix\n[ 0.657758] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659397] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661269] libphy: Fixed MDIO Bus: probed\n[ 0.662341] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663569] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.666140] PPP generic driver version 2.4.2\n[ 0.667268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.668791] ehci-pci: EHCI PCI platform driver\n[ 0.669919] ehci-platform: EHCI generic platform driver\n[ 0.671271] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.672716] ohci-pci: OHCI PCI platform driver\n[ 0.673851] ohci-platform: OHCI generic platform driver\n[ 0.675133] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693026] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.694308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695716] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.697279] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.699049] usb usb1: Product: UHCI Host Controller\n[ 0.700326] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.701781] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702956] hub 1-0:1.0: USB hub found\n[ 0.703891] hub 1-0:1.0: 2 ports detected\n[ 0.704996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707529] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708729] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710003] mousedev: PS/2 mouse device common for all mice\n[ 0.711533] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713796] rtc_cmos 00:00: RTC can wake from S4\n[ 0.715120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.716631] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.718159] i2c /dev entries driver\n[ 0.719113] device-mapper: uevent: version 1.0.3\n[ 0.720305] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.722354] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.723936] NET: Registered protocol family 10\n[ 0.725146] NET: Registered protocol family 17\n[ 0.726257] Key type dns_resolver registered\n[ 0.727409] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.728794] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.730986] registered taskstats version 1\n[ 0.732020] Loading compiled-in X.509 certificates\n[ 0.733692] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.736055] zswap: loaded using pool lzo/zbud\n[ 0.737659] Key type trusted registered\n[ 0.739432] Key type encrypted registered\n[ 0.740464] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.741764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743067] evm: HMAC attrs: 0x1\n[ 0.744166] Magic number: 6:849:339\n[ 0.745203] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:28 UTC (1539191968)\n[ 0.747201] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748622] EDD information not available.\n[ 0.815774] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.817525] ata1.00: configured for MWDMA2\n[ 0.818919] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.831894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.833507] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835039] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837200] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.839156] Write protecting the kernel read-only data: 14336k\n[ 0.841034] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843262] 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\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.397257] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.14s]\nping 10.10.10.7 OK\nping 10.10.10.13 OK\nping 10.10.11.8 KO\n"} 2018-10-10 17:21:11,648 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action used request id req-d666d92e-1bc1-4975-976e-851f147a5664 2018-10-10 17:21:11,649 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.16) to 'sdnvpn-4-4' (10.10.11.8). -->Expected result: cannot ping. 2018-10-10 17:21:11,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea08b8135bf7427161b45dca62ae83fa05cf536" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:21:12,719 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:21: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-1860f008-9432-4857-8145-7373614ef755 x-compute-request-id: req-1860f008-9432-4857-8145-7373614ef755 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 536726890 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133880] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135600] pid_max: default: 32768 minimum: 301\n[ 0.136522] ACPI: Core revision 20150930\n[ 0.137919] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139277] Security Framework initialized\n[ 0.140104] Yama: becoming mindful.\n[ 0.140859] AppArmor: AppArmor initialized\n[ 0.141754] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143113] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145689] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147099] Initializing cgroup subsys io\n[ 0.147937] Initializing cgroup subsys memory\n[ 0.148827] Initializing cgroup subsys devices\n[ 0.149732] Initializing cgroup subsys freezer\n[ 0.150622] Initializing cgroup subsys net_cls\n[ 0.151516] Initializing cgroup subsys perf_event\n[ 0.152457] Initializing cgroup subsys net_prio\n[ 0.153366] Initializing cgroup subsys hugetlb\n[ 0.154258] Initializing cgroup subsys pids\n[ 0.155158] CPU: Physical Processor ID: 0\n[ 0.156693] mce: CPU supports 10 MCE banks\n[ 0.157573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158611] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171085] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177549] ftrace: allocating 31920 entries in 125 pages\n[ 0.203695] smpboot: Max logical packages: 1\n[ 0.204602] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205991] x2apic enabled\n[ 0.206813] Switched APIC routing to physical x2apic.\n[ 0.208595] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209753] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214162] KVM setup paravirtual spinlock\n[ 0.215648] x86: Booted up 1 node, 1 CPUs\n[ 0.216640] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218343] devtmpfs: initialized\n[ 0.220201] evm: security.selinux\n[ 0.221053] evm: security.SMACK64\n[ 0.221902] evm: security.SMACK64EXEC\n[ 0.222823] evm: security.SMACK64TRANSMUTE\n[ 0.223821] evm: security.SMACK64MMAP\n[ 0.224740] evm: security.ima\n[ 0.225514] evm: security.capability\n[ 0.226490] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228794] pinctrl core: initialized pinctrl subsystem\n[ 0.230139] RTC time: 17:19:27, date: 10/10/18\n[ 0.231310] NET: Registered protocol family 16\n[ 0.232496] cpuidle: using governor ladder\n[ 0.233540] cpuidle: using governor menu\n[ 0.234524] PCCT header not found.\n[ 0.235437] ACPI: bus type PCI registered\n[ 0.236441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237996] PCI: Using configuration type 1 for base access\n[ 0.240025] ACPI: Added _OSI(Module Device)\n[ 0.241071] ACPI: Added _OSI(Processor Device)\n[ 0.242151] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243287] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245747] ACPI: Interpreter enabled\n[ 0.246730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253724] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256233] ACPI: (supports S0 S5)\n[ 0.257098] ACPI: Using IOAPIC for interrupt routing\n[ 0.258284] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261849] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263287] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264844] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266349] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269097] acpiphp: Slot [3] registered\n[ 0.270091] acpiphp: Slot [4] registered\n[ 0.271087] acpiphp: Slot [5] registered\n[ 0.272072] acpiphp: Slot [6] registered\n[ 0.273059] acpiphp: Slot [7] registered\n[ 0.274044] acpiphp: Slot [8] registered\n[ 0.275027] acpiphp: Slot [9] registered\n[ 0.276006] acpiphp: Slot [10] registered\n[ 0.277009] acpiphp: Slot [11] registered\n[ 0.278019] acpiphp: Slot [12] registered\n[ 0.279026] acpiphp: Slot [13] registered\n[ 0.280028] acpiphp: Slot [14] registered\n[ 0.281027] acpiphp: Slot [15] registered\n[ 0.291947] acpiphp: Slot [16] registered\n[ 0.292984] acpiphp: Slot [17] registered\n[ 0.294011] acpiphp: Slot [18] registered\n[ 0.295036] acpiphp: Slot [19] registered\n[ 0.296072] acpiphp: Slot [20] registered\n[ 0.297103] acpiphp: Slot [21] registered\n[ 0.298129] acpiphp: Slot [22] registered\n[ 0.299176] acpiphp: Slot [23] registered\n[ 0.300215] acpiphp: Slot [24] registered\n[ 0.301242] acpiphp: Slot [25] registered\n[ 0.302244] acpiphp: Slot [26] registered\n[ 0.303246] acpiphp: Slot [27] registered\n[ 0.304256] acpiphp: Slot [28] registered\n[ 0.305259] acpiphp: Slot [29] registered\n[ 0.306259] acpiphp: Slot [30] registered\n[ 0.307261] acpiphp: Slot [31] registered\n[ 0.308260] PCI host bridge to bus 0000:00\n[ 0.309262] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312310] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314098] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315893] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322525] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324145] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325649] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327249] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334417] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336236] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384067] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385815] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389180] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390837] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393226] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394617] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395923] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397848] vgaarb: loaded\n[ 0.398589] vgaarb: bridge control possible 0000:00:02.0\n[ 0.399952] SCSI subsystem initialized\n[ 0.400955] ACPI: bus type USB registered\n[ 0.401962] usbcore: registered new interface driver usbfs\n[ 0.403260] usbcore: registered new interface driver hub\n[ 0.404478] usbcore: registered new device driver usb\n[ 0.405732] PCI: Using ACPI for IRQ routing\n[ 0.406917] NetLabel: Initializing\n[ 0.407762] NetLabel: domain hash size = 128\n[ 0.408787] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409927] NetLabel: unlabeled traffic allowed by default\n[ 0.411243] clocksource: Switched to clocksource kvm-clock\n[ 0.416799] AppArmor: AppArmor Filesystem Enabled\n[ 0.417961] pnp: PnP ACPI init\n[ 0.419000] pnp: PnP ACPI: found 5 devices\n[ 0.425517] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427540] NET: Registered protocol family 2\n[ 0.428694] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430290] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.431753] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433217] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434564] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436012] NET: Registered protocol family 1\n[ 0.437075] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.438444] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.439772] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.468600] Trying to unpack rootfs image as initramfs...\n[ 0.518763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533076] Scanning for low memory corruption every 60 seconds\n[ 0.534694] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.535976] audit: initializing netlink subsys (disabled)\n[ 0.537119] audit: type=2000 audit(1539191968.496:1): initialized\n[ 0.538580] Initialise system trusted keyring\n[ 0.539631] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542980] zbud: loaded\n[ 0.543757] VFS: Disk quotas dquot_6.6.0\n[ 0.544672] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.552354] fuse init (API version 7.23)\n[ 0.554012] Key type big_key registered\n[ 0.554948] Allocating IMA MOK and blacklist keyrings.\n[ 0.556236] Key type asymmetric registered\n[ 0.557217] Asymmetric key parser 'x509' registered\n[ 0.558306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.560563] io scheduler noop registered\n[ 0.561475] io scheduler deadline registered (default)\n[ 0.562682] io scheduler cfq registered\n[ 0.563686] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.564920] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.566330] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.568004] ACPI: Power Button [PWRF]\n[ 0.568959] GHES: HEST is not enabled!\n[ 0.582828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611942] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614517] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637653] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639933] Linux agpgart interface v0.103\n[ 0.642480] brd: module loaded\n[ 0.643740] loop: module loaded\n[ 0.648544] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650205] GPT:90111 != 2097151\n[ 0.650939] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652173] GPT:90111 != 2097151\n[ 0.652933] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654157] vda: vda1 vda15\n[ 0.655919] scsi host0: ata_piix\n[ 0.656838] scsi host1: ata_piix\n[ 0.657758] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659397] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661269] libphy: Fixed MDIO Bus: probed\n[ 0.662341] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663569] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.666140] PPP generic driver version 2.4.2\n[ 0.667268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.668791] ehci-pci: EHCI PCI platform driver\n[ 0.669919] ehci-platform: EHCI generic platform driver\n[ 0.671271] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.672716] ohci-pci: OHCI PCI platform driver\n[ 0.673851] ohci-platform: OHCI generic platform driver\n[ 0.675133] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693026] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.694308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695716] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.697279] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.699049] usb usb1: Product: UHCI Host Controller\n[ 0.700326] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.701781] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702956] hub 1-0:1.0: USB hub found\n[ 0.703891] hub 1-0:1.0: 2 ports detected\n[ 0.704996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707529] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708729] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710003] mousedev: PS/2 mouse device common for all mice\n[ 0.711533] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713796] rtc_cmos 00:00: RTC can wake from S4\n[ 0.715120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.716631] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.718159] i2c /dev entries driver\n[ 0.719113] device-mapper: uevent: version 1.0.3\n[ 0.720305] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.722354] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.723936] NET: Registered protocol family 10\n[ 0.725146] NET: Registered protocol family 17\n[ 0.726257] Key type dns_resolver registered\n[ 0.727409] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.728794] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.730986] registered taskstats version 1\n[ 0.732020] Loading compiled-in X.509 certificates\n[ 0.733692] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.736055] zswap: loaded using pool lzo/zbud\n[ 0.737659] Key type trusted registered\n[ 0.739432] Key type encrypted registered\n[ 0.740464] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.741764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743067] evm: HMAC attrs: 0x1\n[ 0.744166] Magic number: 6:849:339\n[ 0.745203] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:28 UTC (1539191968)\n[ 0.747201] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748622] EDD information not available.\n[ 0.815774] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.817525] ata1.00: configured for MWDMA2\n[ 0.818919] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.831894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.833507] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835039] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837200] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.839156] Write protecting the kernel read-only data: 14336k\n[ 0.841034] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843262] 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\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.397257] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.14s]\nping 10.10.10.7 OK\nping 10.10.10.13 OK\nping 10.10.11.8 KO\n"} 2018-10-10 17:21:12,720 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action used request id req-1860f008-9432-4857-8145-7373614ef755 2018-10-10 17:21:12,721 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' 2018-10-10 17:21:12,721 - sdnvpn-results - INFO - Associate network 'sdnvpn-4-2-net' to the VPN. 2018-10-10 17:21:12,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/ccb76826-fad6-428a-8e36-bfb44726934f/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" -d '{"network_association": {"network_id": "bb4d2194-5900-4b52-b011-e5e3f65f2b7a"}}' 2018-10-10 17:21:13,412 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-82c4393f-a455-43ff-9fcd-d4e0489bc16e Date: Wed, 10 Oct 2018 17:21:13 GMT RESP BODY: {"network_association": {"network_id": "bb4d2194-5900-4b52-b011-e5e3f65f2b7a", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "7b217be2-263f-42d5-9c1f-ee95c275483c"}} 2018-10-10 17:21:13,412 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/ccb76826-fad6-428a-8e36-bfb44726934f/network_associations used request id req-82c4393f-a455-43ff-9fcd-d4e0489bc16e 2018-10-10 17:21:13,413 - sdnvpn_test_utils - DEBUG - Waiting for router ccb76826-fad6-428a-8e36-bfb44726934f to associate with BGPVPN 4af9ac2c-a7fd-4b88-97a3-185892e2b562 2018-10-10 17:21:13,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/ccb76826-fad6-428a-8e36-bfb44726934f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" 2018-10-10 17:21:13,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-8d16fff3-27a2-4536-b92a-023d66e06dda Date: Wed, 10 Oct 2018 17:21:13 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["4af9ac2c-a7fd-4b88-97a3-185892e2b562"], "id": "ccb76826-fad6-428a-8e36-bfb44726934f", "name": "sdnvpn-956817", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "import_targets": ["88:88"], "networks": ["bb4d2194-5900-4b52-b011-e5e3f65f2b7a"], "route_targets": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "type": "l3"}} 2018-10-10 17:21:13,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/ccb76826-fad6-428a-8e36-bfb44726934f used request id req-8d16fff3-27a2-4536-b92a-023d66e06dda 2018-10-10 17:21:14,765 - sdnvpn_test_utils - DEBUG - Waiting for network ccb76826-fad6-428a-8e36-bfb44726934f to associate with BGPVPN bb4d2194-5900-4b52-b011-e5e3f65f2b7a 2018-10-10 17:21:14,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/ccb76826-fad6-428a-8e36-bfb44726934f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" 2018-10-10 17:21:15,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-b8a359ff-a46b-4ebd-a5e5-602ecef2ae3e Date: Wed, 10 Oct 2018 17:21:15 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["4af9ac2c-a7fd-4b88-97a3-185892e2b562"], "id": "ccb76826-fad6-428a-8e36-bfb44726934f", "name": "sdnvpn-956817", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "import_targets": ["88:88"], "networks": ["bb4d2194-5900-4b52-b011-e5e3f65f2b7a"], "route_targets": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "type": "l3"}} 2018-10-10 17:21:15,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/ccb76826-fad6-428a-8e36-bfb44726934f used request id req-b8a359ff-a46b-4ebd-a5e5-602ecef2ae3e 2018-10-10 17:21:16,032 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-10 17:21:46,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13340500c3ce1ddec64f4d67a4f9da5def1e365" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:21:47,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:21:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72794e28-ae48-4a40-8ca0-1e42ab7de10b x-compute-request-id: req-72794e28-ae48-4a40-8ca0-1e42ab7de10b Content-Encoding: gzip Content-Length: 8092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489665537 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144760] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146413] pid_max: default: 32768 minimum: 301\n[ 0.147308] ACPI: Core revision 20150930\n[ 0.148698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150026] Security Framework initialized\n[ 0.150924] Yama: becoming mindful.\n[ 0.151665] AppArmor: AppArmor initialized\n[ 0.152543] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153873] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155158] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157771] Initializing cgroup subsys io\n[ 0.158588] Initializing cgroup subsys memory\n[ 0.159446] Initializing cgroup subsys devices\n[ 0.160325] Initializing cgroup subsys freezer\n[ 0.161191] Initializing cgroup subsys net_cls\n[ 0.162051] Initializing cgroup subsys perf_event\n[ 0.162957] Initializing cgroup subsys net_prio\n[ 0.163848] Initializing cgroup subsys hugetlb\n[ 0.164719] Initializing cgroup subsys pids\n[ 0.165606] CPU: Physical Processor ID: 0\n[ 0.167118] mce: CPU supports 10 MCE banks\n[ 0.167971] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168979] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187681] ftrace: allocating 31920 entries in 125 pages\n[ 0.214780] smpboot: Max logical packages: 1\n[ 0.215648] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217005] x2apic enabled\n[ 0.217820] Switched APIC routing to physical x2apic.\n[ 0.219565] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222677] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224459] KVM setup paravirtual spinlock\n[ 0.225752] x86: Booted up 1 node, 1 CPUs\n[ 0.226559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227945] devtmpfs: initialized\n[ 0.229672] evm: security.selinux\n[ 0.230376] evm: security.SMACK64\n[ 0.231062] evm: security.SMACK64EXEC\n[ 0.231805] evm: security.SMACK64TRANSMUTE\n[ 0.232609] evm: security.SMACK64MMAP\n[ 0.233355] evm: security.ima\n[ 0.233991] evm: security.capability\n[ 0.234914] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236781] pinctrl core: initialized pinctrl subsystem\n[ 0.237882] RTC time: 17:19:14, date: 10/10/18\n[ 0.238846] NET: Registered protocol family 16\n[ 0.239819] cpuidle: using governor ladder\n[ 0.240637] cpuidle: using governor menu\n[ 0.241422] PCCT header not found.\n[ 0.242175] ACPI: bus type PCI registered\n[ 0.242967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244205] PCI: Using configuration type 1 for base access\n[ 0.245948] ACPI: Added _OSI(Module Device)\n[ 0.246793] ACPI: Added _OSI(Processor Device)\n[ 0.247653] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248538] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250608] ACPI: Interpreter enabled\n[ 0.251375] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258785] ACPI: (supports S0 S5)\n[ 0.259497] ACPI: Using IOAPIC for interrupt routing\n[ 0.260608] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263684] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264817] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267221] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269425] acpiphp: Slot [3] registered\n[ 0.270219] acpiphp: Slot [4] registered\n[ 0.271005] acpiphp: Slot [5] registered\n[ 0.271795] acpiphp: Slot [6] registered\n[ 0.272582] acpiphp: Slot [7] registered\n[ 0.273376] acpiphp: Slot [8] registered\n[ 0.274172] acpiphp: Slot [9] registered\n[ 0.274957] acpiphp: Slot [10] registered\n[ 0.275764] acpiphp: Slot [11] registered\n[ 0.276568] acpiphp: Slot [12] registered\n[ 0.277374] acpiphp: Slot [13] registered\n[ 0.278173] acpiphp: Slot [14] registered\n[ 0.278969] acpiphp: Slot [15] registered\n[ 0.289822] acpiphp: Slot [16] registered\n[ 0.290656] acpiphp: Slot [17] registered\n[ 0.291457] acpiphp: Slot [18] registered\n[ 0.292257] acpiphp: Slot [19] registered\n[ 0.293053] acpiphp: Slot [20] registered\n[ 0.293861] acpiphp: Slot [21] registered\n[ 0.294671] acpiphp: Slot [22] registered\n[ 0.295471] acpiphp: Slot [23] registered\n[ 0.296272] acpiphp: Slot [24] registered\n[ 0.297073] acpiphp: Slot [25] registered\n[ 0.297874] acpiphp: Slot [26] registered\n[ 0.298681] acpiphp: Slot [27] registered\n[ 0.299483] acpiphp: Slot [28] registered\n[ 0.300284] acpiphp: Slot [29] registered\n[ 0.301082] acpiphp: Slot [30] registered\n[ 0.301886] acpiphp: Slot [31] registered\n[ 0.302688] PCI host bridge to bus 0000:00\n[ 0.303492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304689] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305892] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307329] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308770] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314925] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317365] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325612] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374698] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376178] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377596] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379005] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.384596] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386138] vgaarb: loaded\n[ 0.386736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387892] SCSI subsystem initialized\n[ 0.388721] ACPI: bus type USB registered\n[ 0.389533] usbcore: registered new interface driver usbfs\n[ 0.390558] usbcore: registered new interface driver hub\n[ 0.391560] usbcore: registered new device driver usb\n[ 0.392614] PCI: Using ACPI for IRQ routing\n[ 0.393637] NetLabel: Initializing\n[ 0.394356] NetLabel: domain hash size = 128\n[ 0.395207] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396161] NetLabel: unlabeled traffic allowed by default\n[ 0.397404] clocksource: Switched to clocksource kvm-clock\n[ 0.402930] AppArmor: AppArmor Filesystem Enabled\n[ 0.403892] pnp: PnP ACPI init\n[ 0.404810] pnp: PnP ACPI: found 5 devices\n[ 0.411184] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412895] NET: Registered protocol family 2\n[ 0.413852] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.415107] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416257] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417404] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418476] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419642] NET: Registered protocol family 1\n[ 0.420513] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421620] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436747] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450990] Trying to unpack rootfs image as initramfs...\n[ 0.500576] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.514604] Scanning for low memory corruption every 60 seconds\n[ 0.515968] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.517125] audit: initializing netlink subsys (disabled)\n[ 0.518163] audit: type=2000 audit(1539191955.720:1): initialized\n[ 0.519475] Initialise system trusted keyring\n[ 0.520409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523549] zbud: loaded\n[ 0.524254] VFS: Disk quotas dquot_6.6.0\n[ 0.525078] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526609] fuse init (API version 7.23)\n[ 0.527514] Key type big_key registered\n[ 0.528319] Allocating IMA MOK and blacklist keyrings.\n[ 0.529444] Key type asymmetric registered\n[ 0.530276] Asymmetric key parser 'x509' registered\n[ 0.531236] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533073] io scheduler noop registered\n[ 0.533886] io scheduler deadline registered (default)\n[ 0.534881] io scheduler cfq registered\n[ 0.535724] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536788] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538063] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539527] ACPI: Power Button [PWRF]\n[ 0.540364] GHES: HEST is not enabled!\n[ 0.554053] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582226] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.584427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613128] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.618527] Linux agpgart interface v0.103\n[ 0.622261] brd: module loaded\n[ 0.624160] loop: module loaded\n[ 0.630222] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631670] GPT:90111 != 2097151\n[ 0.632343] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633437] GPT:90111 != 2097151\n[ 0.634116] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635085] vda: vda1 vda15\n[ 0.636615] scsi host0: ata_piix\n[ 0.637356] scsi host1: ata_piix\n[ 0.638083] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639316] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640777] libphy: Fixed MDIO Bus: probed\n[ 0.641614] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642579] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644737] PPP generic driver version 2.4.2\n[ 0.645642] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647108] ehci-pci: EHCI PCI platform driver\n[ 0.647978] ehci-platform: EHCI generic platform driver\n[ 0.648968] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650106] ohci-pci: OHCI PCI platform driver\n[ 0.650976] ohci-platform: OHCI generic platform driver\n[ 0.651973] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666419] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667421] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668885] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669908] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671034] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672267] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673697] usb usb1: Product: UHCI Host Controller\n[ 0.674639] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675789] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676855] hub 1-0:1.0: USB hub found\n[ 0.677642] hub 1-0:1.0: 2 ports detected\n[ 0.678554] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680671] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681639] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682675] mousedev: PS/2 mouse device common for all mice\n[ 0.683929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685782] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686875] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688075] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689271] i2c /dev entries driver\n[ 0.690044] device-mapper: uevent: version 1.0.3\n[ 0.691006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692661] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693949] NET: Registered protocol family 10\n[ 0.694944] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696772] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697884] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699644] registered taskstats version 1\n[ 0.700489] Loading compiled-in X.509 certificates\n[ 0.701937] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703807] zswap: loaded using pool lzo/zbud\n[ 0.705202] Key type trusted registered\n[ 0.706745] Key type encrypted registered\n[ 0.707580] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708612] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709671] evm: HMAC attrs: 0x1\n[ 0.710611] Magic number: 6:849:339\n[ 0.711460] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:15 UTC (1539191955)\n[ 0.713087] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714223] EDD information not available.\n[ 0.793902] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.795370] ata1.00: configured for MWDMA2\n[ 0.796553] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809135] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810391] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811638] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813503] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815048] Write protecting the kernel read-only data: 14336k\n[ 0.816622] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818446] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.874717] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear 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.95s]\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\n"} 2018-10-10 17:21:47,126 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc/action used request id req-72794e28-ae48-4a40-8ca0-1e42ab7de10b 2018-10-10 17:21:47,127 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-4' (10.10.11.8) to 'sdnvpn-4-5' (10.10.11.12). -->Expected result: can ping. 2018-10-10 17:21:47,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13340500c3ce1ddec64f4d67a4f9da5def1e365" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:21:48,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:21:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0f6b0a4-6c84-41ec-a65e-7cf7bd2edab9 x-compute-request-id: req-c0f6b0a4-6c84-41ec-a65e-7cf7bd2edab9 Content-Encoding: gzip Content-Length: 8092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489665537 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144760] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146413] pid_max: default: 32768 minimum: 301\n[ 0.147308] ACPI: Core revision 20150930\n[ 0.148698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150026] Security Framework initialized\n[ 0.150924] Yama: becoming mindful.\n[ 0.151665] AppArmor: AppArmor initialized\n[ 0.152543] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153873] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155158] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157771] Initializing cgroup subsys io\n[ 0.158588] Initializing cgroup subsys memory\n[ 0.159446] Initializing cgroup subsys devices\n[ 0.160325] Initializing cgroup subsys freezer\n[ 0.161191] Initializing cgroup subsys net_cls\n[ 0.162051] Initializing cgroup subsys perf_event\n[ 0.162957] Initializing cgroup subsys net_prio\n[ 0.163848] Initializing cgroup subsys hugetlb\n[ 0.164719] Initializing cgroup subsys pids\n[ 0.165606] CPU: Physical Processor ID: 0\n[ 0.167118] mce: CPU supports 10 MCE banks\n[ 0.167971] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168979] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187681] ftrace: allocating 31920 entries in 125 pages\n[ 0.214780] smpboot: Max logical packages: 1\n[ 0.215648] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217005] x2apic enabled\n[ 0.217820] Switched APIC routing to physical x2apic.\n[ 0.219565] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222677] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224459] KVM setup paravirtual spinlock\n[ 0.225752] x86: Booted up 1 node, 1 CPUs\n[ 0.226559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227945] devtmpfs: initialized\n[ 0.229672] evm: security.selinux\n[ 0.230376] evm: security.SMACK64\n[ 0.231062] evm: security.SMACK64EXEC\n[ 0.231805] evm: security.SMACK64TRANSMUTE\n[ 0.232609] evm: security.SMACK64MMAP\n[ 0.233355] evm: security.ima\n[ 0.233991] evm: security.capability\n[ 0.234914] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236781] pinctrl core: initialized pinctrl subsystem\n[ 0.237882] RTC time: 17:19:14, date: 10/10/18\n[ 0.238846] NET: Registered protocol family 16\n[ 0.239819] cpuidle: using governor ladder\n[ 0.240637] cpuidle: using governor menu\n[ 0.241422] PCCT header not found.\n[ 0.242175] ACPI: bus type PCI registered\n[ 0.242967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244205] PCI: Using configuration type 1 for base access\n[ 0.245948] ACPI: Added _OSI(Module Device)\n[ 0.246793] ACPI: Added _OSI(Processor Device)\n[ 0.247653] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248538] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250608] ACPI: Interpreter enabled\n[ 0.251375] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258785] ACPI: (supports S0 S5)\n[ 0.259497] ACPI: Using IOAPIC for interrupt routing\n[ 0.260608] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263684] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264817] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267221] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269425] acpiphp: Slot [3] registered\n[ 0.270219] acpiphp: Slot [4] registered\n[ 0.271005] acpiphp: Slot [5] registered\n[ 0.271795] acpiphp: Slot [6] registered\n[ 0.272582] acpiphp: Slot [7] registered\n[ 0.273376] acpiphp: Slot [8] registered\n[ 0.274172] acpiphp: Slot [9] registered\n[ 0.274957] acpiphp: Slot [10] registered\n[ 0.275764] acpiphp: Slot [11] registered\n[ 0.276568] acpiphp: Slot [12] registered\n[ 0.277374] acpiphp: Slot [13] registered\n[ 0.278173] acpiphp: Slot [14] registered\n[ 0.278969] acpiphp: Slot [15] registered\n[ 0.289822] acpiphp: Slot [16] registered\n[ 0.290656] acpiphp: Slot [17] registered\n[ 0.291457] acpiphp: Slot [18] registered\n[ 0.292257] acpiphp: Slot [19] registered\n[ 0.293053] acpiphp: Slot [20] registered\n[ 0.293861] acpiphp: Slot [21] registered\n[ 0.294671] acpiphp: Slot [22] registered\n[ 0.295471] acpiphp: Slot [23] registered\n[ 0.296272] acpiphp: Slot [24] registered\n[ 0.297073] acpiphp: Slot [25] registered\n[ 0.297874] acpiphp: Slot [26] registered\n[ 0.298681] acpiphp: Slot [27] registered\n[ 0.299483] acpiphp: Slot [28] registered\n[ 0.300284] acpiphp: Slot [29] registered\n[ 0.301082] acpiphp: Slot [30] registered\n[ 0.301886] acpiphp: Slot [31] registered\n[ 0.302688] PCI host bridge to bus 0000:00\n[ 0.303492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304689] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305892] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307329] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308770] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314925] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317365] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325612] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374698] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376178] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377596] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379005] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.384596] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386138] vgaarb: loaded\n[ 0.386736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387892] SCSI subsystem initialized\n[ 0.388721] ACPI: bus type USB registered\n[ 0.389533] usbcore: registered new interface driver usbfs\n[ 0.390558] usbcore: registered new interface driver hub\n[ 0.391560] usbcore: registered new device driver usb\n[ 0.392614] PCI: Using ACPI for IRQ routing\n[ 0.393637] NetLabel: Initializing\n[ 0.394356] NetLabel: domain hash size = 128\n[ 0.395207] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396161] NetLabel: unlabeled traffic allowed by default\n[ 0.397404] clocksource: Switched to clocksource kvm-clock\n[ 0.402930] AppArmor: AppArmor Filesystem Enabled\n[ 0.403892] pnp: PnP ACPI init\n[ 0.404810] pnp: PnP ACPI: found 5 devices\n[ 0.411184] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412895] NET: Registered protocol family 2\n[ 0.413852] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.415107] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416257] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417404] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418476] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419642] NET: Registered protocol family 1\n[ 0.420513] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421620] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436747] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450990] Trying to unpack rootfs image as initramfs...\n[ 0.500576] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.514604] Scanning for low memory corruption every 60 seconds\n[ 0.515968] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.517125] audit: initializing netlink subsys (disabled)\n[ 0.518163] audit: type=2000 audit(1539191955.720:1): initialized\n[ 0.519475] Initialise system trusted keyring\n[ 0.520409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523549] zbud: loaded\n[ 0.524254] VFS: Disk quotas dquot_6.6.0\n[ 0.525078] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526609] fuse init (API version 7.23)\n[ 0.527514] Key type big_key registered\n[ 0.528319] Allocating IMA MOK and blacklist keyrings.\n[ 0.529444] Key type asymmetric registered\n[ 0.530276] Asymmetric key parser 'x509' registered\n[ 0.531236] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533073] io scheduler noop registered\n[ 0.533886] io scheduler deadline registered (default)\n[ 0.534881] io scheduler cfq registered\n[ 0.535724] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536788] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538063] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539527] ACPI: Power Button [PWRF]\n[ 0.540364] GHES: HEST is not enabled!\n[ 0.554053] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582226] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.584427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613128] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.618527] Linux agpgart interface v0.103\n[ 0.622261] brd: module loaded\n[ 0.624160] loop: module loaded\n[ 0.630222] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631670] GPT:90111 != 2097151\n[ 0.632343] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633437] GPT:90111 != 2097151\n[ 0.634116] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635085] vda: vda1 vda15\n[ 0.636615] scsi host0: ata_piix\n[ 0.637356] scsi host1: ata_piix\n[ 0.638083] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639316] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640777] libphy: Fixed MDIO Bus: probed\n[ 0.641614] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642579] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644737] PPP generic driver version 2.4.2\n[ 0.645642] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647108] ehci-pci: EHCI PCI platform driver\n[ 0.647978] ehci-platform: EHCI generic platform driver\n[ 0.648968] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650106] ohci-pci: OHCI PCI platform driver\n[ 0.650976] ohci-platform: OHCI generic platform driver\n[ 0.651973] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666419] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667421] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668885] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669908] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671034] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672267] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673697] usb usb1: Product: UHCI Host Controller\n[ 0.674639] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675789] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676855] hub 1-0:1.0: USB hub found\n[ 0.677642] hub 1-0:1.0: 2 ports detected\n[ 0.678554] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680671] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681639] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682675] mousedev: PS/2 mouse device common for all mice\n[ 0.683929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685782] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686875] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688075] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689271] i2c /dev entries driver\n[ 0.690044] device-mapper: uevent: version 1.0.3\n[ 0.691006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692661] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693949] NET: Registered protocol family 10\n[ 0.694944] NET: Registered protocol family 17\n[ 0.695837] Key type dns_resolver registered\n[ 0.696772] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697884] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699644] registered taskstats version 1\n[ 0.700489] Loading compiled-in X.509 certificates\n[ 0.701937] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703807] zswap: loaded using pool lzo/zbud\n[ 0.705202] Key type trusted registered\n[ 0.706745] Key type encrypted registered\n[ 0.707580] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708612] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709671] evm: HMAC attrs: 0x1\n[ 0.710611] Magic number: 6:849:339\n[ 0.711460] rtc_cmos 00:00: setting system clock to 2018-10-10 17:19:15 UTC (1539191955)\n[ 0.713087] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714223] EDD information not available.\n[ 0.793902] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.795370] ata1.00: configured for MWDMA2\n[ 0.796553] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809135] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810391] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811638] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813503] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815048] Write protecting the kernel read-only data: 14336k\n[ 0.816622] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818446] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.874717] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear 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.95s]\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\n"} 2018-10-10 17:21:48,204 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc/action used request id req-c0f6b0a4-6c84-41ec-a65e-7cf7bd2edab9 2018-10-10 17:21:48,205 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-4' can ping 'sdnvpn-4-5' 2018-10-10 17:21:48,206 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-10-10 17:21:48,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/ccb76826-fad6-428a-8e36-bfb44726934f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" 2018-10-10 17:21:48,890 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2057ee68-39c2-4285-be9b-d52559e5f86f Content-Length: 0 Date: Wed, 10 Oct 2018 17:21:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:21:48,891 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/ccb76826-fad6-428a-8e36-bfb44726934f used request id req-2057ee68-39c2-4285-be9b-d52559e5f86f 2018-10-10 17:22:18,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-956817", "route_distinguishers": "12:12"}}' 2018-10-10 17:22:19,264 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-d2673e1f-a84a-4d05-8500-751ba45c080e Date: Wed, 10 Oct 2018 17:22:19 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": [], "id": "58362a34-08ba-42a7-8e33-536b55d372fa", "name": "sdnvpn-956817", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "type": "l3"}} 2018-10-10 17:22:19,264 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns used request id req-d2673e1f-a84a-4d05-8500-751ba45c080e 2018-10-10 17:22:19,265 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-956817', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'd00928b339b74d1eac5a92b45f495878', u'route_targets': [], u'project_id': u'd00928b339b74d1eac5a92b45f495878', u'type': u'l3', u'id': u'58362a34-08ba-42a7-8e33-536b55d372fa'}} 2018-10-10 17:22:19,265 - sdnvpn-results - INFO - Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. 2018-10-10 17:22:19,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/58362a34-08ba-42a7-8e33-536b55d372fa/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" -d '{"router_association": {"router_id": "4af9ac2c-a7fd-4b88-97a3-185892e2b562"}}' 2018-10-10 17:22:19,946 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-2535ab4c-8d3a-475a-a4a9-e87635a81240 Date: Wed, 10 Oct 2018 17:22:19 GMT RESP BODY: {"router_association": {"router_id": "4af9ac2c-a7fd-4b88-97a3-185892e2b562", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "8dd7e05d-6b7e-4174-b3e3-3eefdb5752f8"}} 2018-10-10 17:22:19,946 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/58362a34-08ba-42a7-8e33-536b55d372fa/router_associations used request id req-2535ab4c-8d3a-475a-a4a9-e87635a81240 2018-10-10 17:22:19,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/58362a34-08ba-42a7-8e33-536b55d372fa/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" -d '{"network_association": {"network_id": "bb4d2194-5900-4b52-b011-e5e3f65f2b7a"}}' 2018-10-10 17:22:20,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-d0326e25-7ceb-4f5e-b351-fe4142f91fcb Date: Wed, 10 Oct 2018 17:22:20 GMT RESP BODY: {"network_association": {"network_id": "bb4d2194-5900-4b52-b011-e5e3f65f2b7a", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "49934861-f3d7-4b2e-a06a-59c6b0cee5e1"}} 2018-10-10 17:22:20,309 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/58362a34-08ba-42a7-8e33-536b55d372fa/network_associations used request id req-d0326e25-7ceb-4f5e-b351-fe4142f91fcb 2018-10-10 17:22:20,310 - sdnvpn_test_utils - DEBUG - Waiting for router 58362a34-08ba-42a7-8e33-536b55d372fa to associate with BGPVPN 4af9ac2c-a7fd-4b88-97a3-185892e2b562 2018-10-10 17:22:20,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/58362a34-08ba-42a7-8e33-536b55d372fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" 2018-10-10 17:22:20,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-b2fdd21d-e028-4efe-87ae-d1dbc0c507d5 Date: Wed, 10 Oct 2018 17:22:20 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["4af9ac2c-a7fd-4b88-97a3-185892e2b562"], "id": "58362a34-08ba-42a7-8e33-536b55d372fa", "name": "sdnvpn-956817", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "import_targets": ["88:88"], "networks": ["bb4d2194-5900-4b52-b011-e5e3f65f2b7a"], "route_targets": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "type": "l3"}} 2018-10-10 17:22:20,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/58362a34-08ba-42a7-8e33-536b55d372fa used request id req-b2fdd21d-e028-4efe-87ae-d1dbc0c507d5 2018-10-10 17:22:21,648 - sdnvpn_test_utils - DEBUG - Waiting for network 58362a34-08ba-42a7-8e33-536b55d372fa to associate with BGPVPN bb4d2194-5900-4b52-b011-e5e3f65f2b7a 2018-10-10 17:22:21,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/58362a34-08ba-42a7-8e33-536b55d372fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" 2018-10-10 17:22:21,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-039fc517-2f73-4cb5-8be6-fc9047cb1a50 Date: Wed, 10 Oct 2018 17:22:21 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["4af9ac2c-a7fd-4b88-97a3-185892e2b562"], "id": "58362a34-08ba-42a7-8e33-536b55d372fa", "name": "sdnvpn-956817", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "import_targets": ["88:88"], "networks": ["bb4d2194-5900-4b52-b011-e5e3f65f2b7a"], "route_targets": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "type": "l3"}} 2018-10-10 17:22:21,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/58362a34-08ba-42a7-8e33-536b55d372fa used request id req-039fc517-2f73-4cb5-8be6-fc9047cb1a50 2018-10-10 17:22:22,983 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-10 17:22:53,013 - sdnvpn.test.functest.testcase_4 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate router 'sdnvpn-4-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-2' | | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-3' | | PASS | 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-4-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-4' can ping 'sdnvpn-4-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------+ | Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. | +----------------------------------------------------------------------------------------+ +========================================================================================+ 2018-10-10 17:22:53,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f60a05a9148aad01b5f77c7179e0deeb8074ff" -d '{"forceDelete": null}' 2018-10-10 17:22:53,192 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:22:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4741a767-dde7-4975-8f4b-2ab048230929 x-compute-request-id: req-4741a767-dde7-4975-8f4b-2ab048230929 Content-Length: 0 Content-Type: application/json 2018-10-10 17:22:53,192 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7cf7b2e6-6bb6-4383-94a6-4ed999a1858b/action used request id req-4741a767-dde7-4975-8f4b-2ab048230929 2018-10-10 17:22:53,195 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f60a05a9148aad01b5f77c7179e0deeb8074ff" -d '{"forceDelete": null}' 2018-10-10 17:22:53,365 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:22:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-62e42e1e-f665-4378-b0f7-a1f8e74c9733 x-compute-request-id: req-62e42e1e-f665-4378-b0f7-a1f8e74c9733 Content-Length: 0 Content-Type: application/json 2018-10-10 17:22:53,365 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c72df1c9-3cff-4c20-969b-fc145d27384d/action used request id req-62e42e1e-f665-4378-b0f7-a1f8e74c9733 2018-10-10 17:22:53,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f60a05a9148aad01b5f77c7179e0deeb8074ff" -d '{"forceDelete": null}' 2018-10-10 17:22:53,773 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:22:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c83ca6e6-ba29-4dd2-820e-25c89ee5b833 x-compute-request-id: req-c83ca6e6-ba29-4dd2-820e-25c89ee5b833 Content-Length: 0 Content-Type: application/json 2018-10-10 17:22:53,774 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/d3d2388f-ed9b-4732-b3ad-39cbbf5954d5/action used request id req-c83ca6e6-ba29-4dd2-820e-25c89ee5b833 2018-10-10 17:22:53,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f60a05a9148aad01b5f77c7179e0deeb8074ff" -d '{"forceDelete": null}' 2018-10-10 17:22:54,036 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:22:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a0348583-86a5-4e54-a6fe-4445271730ec x-compute-request-id: req-a0348583-86a5-4e54-a6fe-4445271730ec Content-Length: 0 Content-Type: application/json 2018-10-10 17:22:54,036 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/726c0ded-3535-480c-8c54-8763f70e54dc/action used request id req-a0348583-86a5-4e54-a6fe-4445271730ec 2018-10-10 17:22:54,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f60a05a9148aad01b5f77c7179e0deeb8074ff" -d '{"forceDelete": null}' 2018-10-10 17:22:54,306 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:22:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-15c36a4f-d1fc-49c1-96b2-e0260dbee151 x-compute-request-id: req-15c36a4f-d1fc-49c1-96b2-e0260dbee151 Content-Length: 0 Content-Type: application/json 2018-10-10 17:22:54,306 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/849d5f8a-d04d-4040-9fb2-e905eaa177f2/action used request id req-15c36a4f-d1fc-49c1-96b2-e0260dbee151 2018-10-10 17:22:54,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/9fef343e-8fed-4a98-9428-b3d62b90135a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}214ff917922532f038e6a9217b6c5613538ef7d9" 2018-10-10 17:22:56,394 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a4b5705d-a130-45d0-a4a8-30e7f7ce909e Date: Wed, 10 Oct 2018 17:22:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:22:56,394 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/9fef343e-8fed-4a98-9428-b3d62b90135a used request id req-a4b5705d-a130-45d0-a4a8-30e7f7ce909e 2018-10-10 17:22:56,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/58362a34-08ba-42a7-8e33-536b55d372fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" 2018-10-10 17:22:56,789 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6cfe2c9a-ca44-4a71-aa6c-ec027b5f0659 Content-Length: 0 Date: Wed, 10 Oct 2018 17:22:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:22:56,789 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/58362a34-08ba-42a7-8e33-536b55d372fa used request id req-6cfe2c9a-ca44-4a71-aa6c-ec027b5f0659 2018-10-10 17:22:56,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/4af9ac2c-a7fd-4b88-97a3-185892e2b562/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" -d '{"subnet_id": "2667531f-b76f-44f2-856b-b1253190ae83"}' 2018-10-10 17:22:58,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ce801a43-ace2-4d2e-ae5b-530dbae2c1b4 Date: Wed, 10 Oct 2018 17:22:58 GMT RESP BODY: {"network_id": "929707d8-b24b-4387-b606-b7d91a160e3b", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "subnet_id": "2667531f-b76f-44f2-856b-b1253190ae83", "subnet_ids": ["2667531f-b76f-44f2-856b-b1253190ae83"], "port_id": "06b12ba3-8aa0-4a5e-af1f-10e85c908eb8", "id": "4af9ac2c-a7fd-4b88-97a3-185892e2b562"} 2018-10-10 17:22:58,145 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4af9ac2c-a7fd-4b88-97a3-185892e2b562/remove_router_interface used request id req-ce801a43-ace2-4d2e-ae5b-530dbae2c1b4 2018-10-10 17:22:58,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/4af9ac2c-a7fd-4b88-97a3-185892e2b562 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 17:22:59,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-77ea7a20-3498-4090-8f2a-34e0ec31b54c Date: Wed, 10 Oct 2018 17:22:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T17:18:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T17:22:58Z", "revision_number": 8, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "4af9ac2c-a7fd-4b88-97a3-185892e2b562", "name": "sdnvpn-4-1-router"}} 2018-10-10 17:22:59,022 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4af9ac2c-a7fd-4b88-97a3-185892e2b562 used request id req-77ea7a20-3498-4090-8f2a-34e0ec31b54c 2018-10-10 17:22:59,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/2667531f-b76f-44f2-856b-b1253190ae83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" 2018-10-10 17:23:01,207 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-33a7ea66-c1b2-4ef1-b559-4b3196727f9e Date: Wed, 10 Oct 2018 17:23:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:23:01,207 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/2667531f-b76f-44f2-856b-b1253190ae83 used request id req-33a7ea66-c1b2-4ef1-b559-4b3196727f9e 2018-10-10 17:23:01,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/e8d957f1-f7d2-4468-97a7-152ea4cfe698 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" 2018-10-10 17:23:03,321 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2091f2b4-6a9f-4e31-8e66-30d36366c8e8 Date: Wed, 10 Oct 2018 17:23:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:23:03,321 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/e8d957f1-f7d2-4468-97a7-152ea4cfe698 used request id req-2091f2b4-6a9f-4e31-8e66-30d36366c8e8 2018-10-10 17:23:03,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/4af9ac2c-a7fd-4b88-97a3-185892e2b562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" 2018-10-10 17:23:03,813 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aabe5ddc-09dc-4f9e-842b-3beaa59e3da9 Content-Length: 0 Date: Wed, 10 Oct 2018 17:23:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:23:03,814 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/4af9ac2c-a7fd-4b88-97a3-185892e2b562 used request id req-aabe5ddc-09dc-4f9e-842b-3beaa59e3da9 2018-10-10 17:23:03,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/929707d8-b24b-4387-b606-b7d91a160e3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" 2018-10-10 17:23:04,709 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f004341f-6659-4d80-bd54-a131265881b5 Date: Wed, 10 Oct 2018 17:23:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:23:04,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/929707d8-b24b-4387-b606-b7d91a160e3b used request id req-f004341f-6659-4d80-bd54-a131265881b5 2018-10-10 17:23:04,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/bb4d2194-5900-4b52-b011-e5e3f65f2b7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee01c5d00302d8b28615e372a4f34bdbccf30526" 2018-10-10 17:23:05,540 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e38f3954-1418-4d08-a3d0-b45da8cbf28a Date: Wed, 10 Oct 2018 17:23:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:23:05,541 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/bb4d2194-5900-4b52-b011-e5e3f65f2b7a used request id req-e38f3954-1418-4d08-a3d0-b45da8cbf28a 2018-10-10 17:23:05,541 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate router 'sdnvpn-4-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-2' | | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-3' | | PASS | 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-4-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-4' can ping 'sdnvpn-4-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------+ | Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. | +----------------------------------------------------------------------------------------+ +========================================================================================+ +========================================================================================+ 2018-10-10 17:23:05,541 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-10 17:23:05,542 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-10-10 17:23:05,542 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association': {'status': 'PASS', 'details': [{u"'sdnvpn-4-1' can ping 'sdnvpn-4-2'": 'PASS'}, {u"'sdnvpn-4-1' can ping 'sdnvpn-4-3'": 'PASS'}, {u"'sdnvpn-4-1' cannot ping 'sdnvpn-4-4'": 'PASS'}, {u"'sdnvpn-4-4' can ping 'sdnvpn-4-5'": 'PASS'}]} 2018-10-10 17:23:05,542 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-10-10 17:23:05,542 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-10-10 17:23:05,542 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-10-10 17:23:05,737 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-10-10 17:23:05,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:23:05,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:23:05,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:23:05,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:23:05,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:23:05,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:23:05,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:23:05,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:23:05,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:23:05,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:23:05,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:23:05,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:23:05,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8af0d688-dfdd-442b-90b8-b100ff288d35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:23:05,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8af0d688-dfdd-442b-90b8-b100ff288d35 2018-10-10 17:23:05,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:23:06,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:23:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["di1N2PmfRPuR1ILRYj3MDA"], "issued_at": "2018-10-10T17:23:06.000000Z"}} 2018-10-10 17:23:06,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 17:23:06,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:06,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-09389c05-641f-451e-9871-545ce99c6a61 Date: Wed, 10 Oct 2018 17:23:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 17:23:06,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-09389c05-641f-451e-9871-545ce99c6a61 2018-10-10 17:23:06,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.22958111763s 2018-10-10 17:23:06,360 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-09389c05-641f-451e-9871-545ce99c6a61 2018-10-10 17:23:06,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-10 17:23:06,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:06,370 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 17:23:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 17:23:06,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:06,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5f88f38-d178-422c-a3ab-0a94a8c01583 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/da9a3567bac744d785bfd81a34b9e2bc"}, "description": "", "name": "heat_stack", "enabled": true, "id": "da9a3567bac744d785bfd81a34b9e2bc"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-10-10 17:23:06,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-d5f88f38-d178-422c-a3ab-0a94a8c01583 2018-10-10 17:23:06,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0971350669861s 2018-10-10 17:23:06,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-10 17:23:06,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}95ff072462d6522e54b6aee63d9a823acaa809cd" -d '{"project": {"description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "enabled": true, "domain_id": "default", "name": "bgpvpn-tempest-tes-project_85f84430-b372-4b1f-acb6-1c8cf9d83845"}}' 2018-10-10 17:23:06,585 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 17:23:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4a166ab-40f4-4227-b957-aac2984b70bf 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.27:5000/v3/projects/9850153db22e4f48bd7cd5c5bf8e9fdb"}, "enabled": true, "id": "9850153db22e4f48bd7cd5c5bf8e9fdb", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_85f84430-b372-4b1f-acb6-1c8cf9d83845"}} 2018-10-10 17:23:06,585 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-f4a166ab-40f4-4227-b957-aac2984b70bf 2018-10-10 17:23:06,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.125675201416s 2018-10-10 17:23:06,586 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-f4a166ab-40f4-4227-b957-aac2984b70bf 2018-10-10 17:23:06,587 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'bgpvpn-tempest-tes-project_85f84430-b372-4b1f-acb6-1c8cf9d83845', 'id': u'9850153db22e4f48bd7cd5c5bf8e9fdb', 'description': u'Created by OPNFV Functest: bgpvpn-tempest-tests', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-10 17:23:06,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-10 17:23:06,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351149082184s 2018-10-10 17:23:06,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/095c058501cb4a2b886d9adb2a91c186 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:07,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bdb6da9-eb4f-4e93-b8a2-3486dbacd78a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/095c058501cb4a2b886d9adb2a91c186"}, "enabled": true, "id": "095c058501cb4a2b886d9adb2a91c186", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_85f84430-b372-4b1f-acb6-1c8cf9d83845"}} 2018-10-10 17:23:07,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/095c058501cb4a2b886d9adb2a91c186 used request id req-5bdb6da9-eb4f-4e93-b8a2-3486dbacd78a 2018-10-10 17:23:07,027 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'095c058501cb4a2b886d9adb2a91c186', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'bgpvpn-tempest-tests-user_85f84430-b372-4b1f-acb6-1c8cf9d83845'}) 2018-10-10 17:23:07,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 17:23:07,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:07,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-480c1eed-3e47-43b4-8ebf-c21580286714 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 17:23:07,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-480c1eed-3e47-43b4-8ebf-c21580286714 2018-10-10 17:23:07,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0846040248871s 2018-10-10 17:23:07,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 17:23:07,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:07,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e858aa35-83b9-4dc7-934b-227a224c4a28 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 17:23:07,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e858aa35-83b9-4dc7-934b-227a224c4a28 2018-10-10 17:23:07,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0821089744568s 2018-10-10 17:23:07,196 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-10 17:23:07,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-10 17:23:07,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" -d '{"role": {"name": "Member"}}' 2018-10-10 17:23:07,388 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 17:23:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4199a62-1bb4-4e29-b2ef-39ea376bba90 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "022d8d7f68f341e79a6b5eec0a56e757", "links": {"self": "http://172.30.9.27:5000/v3/roles/022d8d7f68f341e79a6b5eec0a56e757"}, "name": "Member"}} 2018-10-10 17:23:07,388 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-b4199a62-1bb4-4e29-b2ef-39ea376bba90 2018-10-10 17:23:07,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.191488027573s 2018-10-10 17:23:07,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/022d8d7f68f341e79a6b5eec0a56e757 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:07,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8732bbfb-b801-4cb0-a15e-2761f957d96b Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/022d8d7f68f341e79a6b5eec0a56e757"}, "domain_id": null, "name": "Member", "id": "022d8d7f68f341e79a6b5eec0a56e757"}} 2018-10-10 17:23:07,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/022d8d7f68f341e79a6b5eec0a56e757 used request id req-8732bbfb-b801-4cb0-a15e-2761f957d96b 2018-10-10 17:23:07,405 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/022d8d7f68f341e79a6b5eec0a56e757'}, 'domain_id': None, 'human_id': None, 'id': u'022d8d7f68f341e79a6b5eec0a56e757', 'HUMAN_ID': False}) 2018-10-10 17:23:07,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 17:23:07,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:07,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-360fbb76-20e4-46bd-b89f-518991a41269 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "022d8d7f68f341e79a6b5eec0a56e757", "links": {"self": "http://172.30.9.27:5000/v3/roles/022d8d7f68f341e79a6b5eec0a56e757"}, "name": "Member"}, {"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 17:23:07,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-360fbb76-20e4-46bd-b89f-518991a41269 2018-10-10 17:23:07,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0865118503571s 2018-10-10 17:23:07,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 17:23:07,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:07,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e08c83b-e49a-4d20-b250-03396fbeb6c3 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 17:23:07,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-8e08c83b-e49a-4d20-b250-03396fbeb6c3 2018-10-10 17:23:07,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0765790939331s 2018-10-10 17:23:07,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 17:23:07,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:07,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ad704dc-a867-4c95-b73e-9f28e7c56e16 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_85f84430-b372-4b1f-acb6-1c8cf9d83845", "links": {"self": "http://172.30.9.27:5000/v3/users/095c058501cb4a2b886d9adb2a91c186"}, "domain_id": "default", "enabled": true, "id": "095c058501cb4a2b886d9adb2a91c186", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 17:23:07,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-4ad704dc-a867-4c95-b73e-9f28e7c56e16 2018-10-10 17:23:07,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0961780548096s 2018-10-10 17:23:07,668 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-4ad704dc-a867-4c95-b73e-9f28e7c56e16 2018-10-10 17:23:07,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 17:23:07,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:07,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0825c29a-bee5-48d4-9420-99c48a9b6d49 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.27:5000/v3/projects/9850153db22e4f48bd7cd5c5bf8e9fdb"}, "enabled": true, "id": "9850153db22e4f48bd7cd5c5bf8e9fdb", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_85f84430-b372-4b1f-acb6-1c8cf9d83845"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 17:23:07,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-0825c29a-bee5-48d4-9420-99c48a9b6d49 2018-10-10 17:23:07,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0806419849396s 2018-10-10 17:23:07,755 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-0825c29a-bee5-48d4-9420-99c48a9b6d49 2018-10-10 17:23:07,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 17:23:07,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=095c058501cb4a2b886d9adb2a91c186&scope.project.id=9850153db22e4f48bd7cd5c5bf8e9fdb&role.id=022d8d7f68f341e79a6b5eec0a56e757 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:07,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bee4506-1e0a-4041-a8aa-914bfee051a5 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=095c058501cb4a2b886d9adb2a91c186&scope.project.id=9850153db22e4f48bd7cd5c5bf8e9fdb&role.id=022d8d7f68f341e79a6b5eec0a56e757", "previous": null, "next": null}} 2018-10-10 17:23:07,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=095c058501cb4a2b886d9adb2a91c186&scope.project.id=9850153db22e4f48bd7cd5c5bf8e9fdb&role.id=022d8d7f68f341e79a6b5eec0a56e757 used request id req-5bee4506-1e0a-4041-a8aa-914bfee051a5 2018-10-10 17:23:07,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.078330039978s 2018-10-10 17:23:07,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 17:23:07,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/9850153db22e4f48bd7cd5c5bf8e9fdb/users/095c058501cb4a2b886d9adb2a91c186/roles/022d8d7f68f341e79a6b5eec0a56e757 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:07,966 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 17:23:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5af0557-5414-441d-a28a-c008fca2a225 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 17:23:07,966 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/9850153db22e4f48bd7cd5c5bf8e9fdb/users/095c058501cb4a2b886d9adb2a91c186/roles/022d8d7f68f341e79a6b5eec0a56e757 used request id req-e5af0557-5414-441d-a28a-c008fca2a225 2018-10-10 17:23:07,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.130295991898s 2018-10-10 17:23:07,967 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'bgpvpn-tempest-tes-project_85f84430-b372-4b1f-acb6-1c8cf9d83845', 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': 'ee574ef6-86d4-4c7e-aae2-48435ff44ca8', 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_85f84430-b372-4b1f-acb6-1c8cf9d83845', 'project_id': u'9850153db22e4f48bd7cd5c5bf8e9fdb', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-10 17:23:07,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:23:07,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:23:07,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:23:07,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:23:07,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:23:07,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:23:07,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:23:07,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:23:07,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:23:07,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:23:07,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:23:07,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:23:07,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:23:07,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:23:07,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:23:07,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:23:07,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:23:07,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:23:07,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:23:07,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:23:07,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:23:07,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:23:07,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:23:07,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:23:07,973 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'bgpvpn-tempest-tests-user_85f84430-b372-4b1f-acb6-1c8cf9d83845', 'password': 'ee574ef6-86d4-4c7e-aae2-48435ff44ca8', 'project_name': 'bgpvpn-tempest-tes-project_85f84430-b372-4b1f-acb6-1c8cf9d83845', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '9850153db22e4f48bd7cd5c5bf8e9fdb', 'project_domain_name': 'Default'} 2018-10-10 17:23:07,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 17:23:07,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:08,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c5f686e-16f9-4b0f-bf48-9423dbded68e Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "022d8d7f68f341e79a6b5eec0a56e757", "links": {"self": "http://172.30.9.27:5000/v3/roles/022d8d7f68f341e79a6b5eec0a56e757"}, "name": "Member"}, {"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 17:23:08,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2c5f686e-16f9-4b0f-bf48-9423dbded68e 2018-10-10 17:23:08,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0759041309357s 2018-10-10 17:23:08,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 17:23:08,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:08,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55e2952a-fee7-4e6c-b637-8aaa4ebcb8f0 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "022d8d7f68f341e79a6b5eec0a56e757", "links": {"self": "http://172.30.9.27:5000/v3/roles/022d8d7f68f341e79a6b5eec0a56e757"}, "name": "Member"}, {"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 17:23:08,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-55e2952a-fee7-4e6c-b637-8aaa4ebcb8f0 2018-10-10 17:23:08,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0808918476105s 2018-10-10 17:23:08,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 17:23:08,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:08,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3e58cb6-b891-4a87-8087-91be74cb3ebc 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 17:23:08,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-d3e58cb6-b891-4a87-8087-91be74cb3ebc 2018-10-10 17:23:08,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0803790092468s 2018-10-10 17:23:08,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 17:23:08,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:08,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f03bef5-f623-486e-973f-04c83f57f1f6 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_85f84430-b372-4b1f-acb6-1c8cf9d83845", "links": {"self": "http://172.30.9.27:5000/v3/users/095c058501cb4a2b886d9adb2a91c186"}, "domain_id": "default", "enabled": true, "id": "095c058501cb4a2b886d9adb2a91c186", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 17:23:08,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-8f03bef5-f623-486e-973f-04c83f57f1f6 2018-10-10 17:23:08,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.170953035355s 2018-10-10 17:23:08,386 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-8f03bef5-f623-486e-973f-04c83f57f1f6 2018-10-10 17:23:08,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 17:23:08,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:08,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d58db5b-c436-4d61-80f4-8da1d24b196c Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27: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.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.27:5000/v3/projects/9850153db22e4f48bd7cd5c5bf8e9fdb"}, "enabled": true, "id": "9850153db22e4f48bd7cd5c5bf8e9fdb", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_85f84430-b372-4b1f-acb6-1c8cf9d83845"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 17:23:08,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-0d58db5b-c436-4d61-80f4-8da1d24b196c 2018-10-10 17:23:08,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0805811882019s 2018-10-10 17:23:08,473 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-0d58db5b-c436-4d61-80f4-8da1d24b196c 2018-10-10 17:23:08,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 17:23:08,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=095c058501cb4a2b886d9adb2a91c186&scope.project.id=9850153db22e4f48bd7cd5c5bf8e9fdb&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:08,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc67c22f-fd63-4e89-9bc3-ca3a2dcc0fb2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=095c058501cb4a2b886d9adb2a91c186&scope.project.id=9850153db22e4f48bd7cd5c5bf8e9fdb&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e", "previous": null, "next": null}} 2018-10-10 17:23:08,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=095c058501cb4a2b886d9adb2a91c186&scope.project.id=9850153db22e4f48bd7cd5c5bf8e9fdb&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-cc67c22f-fd63-4e89-9bc3-ca3a2dcc0fb2 2018-10-10 17:23:08,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0822038650513s 2018-10-10 17:23:08,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 17:23:08,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/9850153db22e4f48bd7cd5c5bf8e9fdb/users/095c058501cb4a2b886d9adb2a91c186/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:08,709 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 17:23:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c436a6c3-c34a-4662-ab77-79ab74b767c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 17:23:08,709 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/9850153db22e4f48bd7cd5c5bf8e9fdb/users/095c058501cb4a2b886d9adb2a91c186/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-c436a6c3-c34a-4662-ab77-79ab74b767c6 2018-10-10 17:23:08,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.151839017868s 2018-10-10 17:23:08,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 17:23:08,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:08,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7ffd3c6-80ce-4416-810c-5682724a1ff6 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "022d8d7f68f341e79a6b5eec0a56e757", "links": {"self": "http://172.30.9.27:5000/v3/roles/022d8d7f68f341e79a6b5eec0a56e757"}, "name": "Member"}, {"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 17:23:08,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e7ffd3c6-80ce-4416-810c-5682724a1ff6 2018-10-10 17:23:08,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0822041034698s 2018-10-10 17:23:08,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 17:23:08,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:08,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ab4a47f-f73a-4fff-a777-f6314c27415f 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 17:23:08,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-3ab4a47f-f73a-4fff-a777-f6314c27415f 2018-10-10 17:23:08,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0789830684662s 2018-10-10 17:23:08,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 17:23:08,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:08,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-792e44bb-3c30-42ce-8867-d7e1c7a4f68d Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_85f84430-b372-4b1f-acb6-1c8cf9d83845", "links": {"self": "http://172.30.9.27:5000/v3/users/095c058501cb4a2b886d9adb2a91c186"}, "domain_id": "default", "enabled": true, "id": "095c058501cb4a2b886d9adb2a91c186", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 17:23:08,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-792e44bb-3c30-42ce-8867-d7e1c7a4f68d 2018-10-10 17:23:08,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0933060646057s 2018-10-10 17:23:08,967 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-792e44bb-3c30-42ce-8867-d7e1c7a4f68d 2018-10-10 17:23:08,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 17:23:08,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=095c058501cb4a2b886d9adb2a91c186&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:09,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bb656a6-3e46-449c-a5d6-f29dd56974b7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=095c058501cb4a2b886d9adb2a91c186&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e&scope.domain.id=default", "previous": null, "next": null}} 2018-10-10 17:23:09,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=095c058501cb4a2b886d9adb2a91c186&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e&scope.domain.id=default used request id req-4bb656a6-3e46-449c-a5d6-f29dd56974b7 2018-10-10 17:23:09,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0830140113831s 2018-10-10 17:23:09,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 17:23:09,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/domains/default/users/095c058501cb4a2b886d9adb2a91c186/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:23:09,174 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 17:23:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28402305-31dd-4910-b722-97d70b097d0e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 17:23:09,174 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/domains/default/users/095c058501cb4a2b886d9adb2a91c186/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-28402305-31dd-4910-b722-97d70b097d0e 2018-10-10 17:23:09,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118097066879s 2018-10-10 17:23:09,175 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-10 17:23:17,589 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-10 17:23:17.294 155 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=37318900-1d0c-420e-91bd-337073b447bc) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 37318900-1d0c-420e-91bd-337073b447bc | 2018-10-10T17:23:17 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 37318900-1d0c-420e-91bd-337073b447bc ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-10 17:23:20,904 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-10 17:23:20,905 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-10 17:23:27,266 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-10 17:23:25.011 164 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-10 17:23:25.160 164 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-10 17:23:27.076 164 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4df902a9-1535-466d-8b8f-90c685076016) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4df902a9-1535-466d-8b8f-90c685076016) as the default verifier for the future CLI operations. 2018-10-10 17:23:30,211 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 17:23:30,361 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-10 17:23:30,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:23:30,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b33394b-b4b6-4a78-98bf-1cd80df42043 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:23:30,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4b33394b-b4b6-4a78-98bf-1cd80df42043 2018-10-10 17:23:30,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:23:30,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "022d8d7f68f341e79a6b5eec0a56e757", "name": "Member"}], "expires_at": "2018-10-10T18:23:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9850153db22e4f48bd7cd5c5bf8e9fdb", "name": "bgpvpn-tempest-tes-project_85f84430-b372-4b1f-acb6-1c8cf9d83845"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/9850153db22e4f48bd7cd5c5bf8e9fdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/9850153db22e4f48bd7cd5c5bf8e9fdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/9850153db22e4f48bd7cd5c5bf8e9fdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9850153db22e4f48bd7cd5c5bf8e9fdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/9850153db22e4f48bd7cd5c5bf8e9fdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/9850153db22e4f48bd7cd5c5bf8e9fdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/9850153db22e4f48bd7cd5c5bf8e9fdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/9850153db22e4f48bd7cd5c5bf8e9fdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/9850153db22e4f48bd7cd5c5bf8e9fdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9850153db22e4f48bd7cd5c5bf8e9fdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/9850153db22e4f48bd7cd5c5bf8e9fdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/9850153db22e4f48bd7cd5c5bf8e9fdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "bgpvpn-tempest-tests-user_85f84430-b372-4b1f-acb6-1c8cf9d83845", "id": "095c058501cb4a2b886d9adb2a91c186"}, "audit_ids": ["V5soV7mbTGabhsM-D1Zmng"], "issued_at": "2018-10-10T17:23:30.000000Z"}} 2018-10-10 17:23:30,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8df8144e375e647a07e3d54b24e35bf8946baf12" 2018-10-10 17:23:30,759 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 10 Oct 2018 17:23:30 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-10-10 17:23:30,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 17:23:30,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8df8144e375e647a07e3d54b24e35bf8946baf12" 2018-10-10 17:23:30,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d7a31b3b-448a-4535-929a-e19eaa3325bb Date: Wed, 10 Oct 2018 17:23:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 17:23:30,944 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d7a31b3b-448a-4535-929a-e19eaa3325bb 2018-10-10 17:23:30,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181827068329s 2018-10-10 17:23:30,945 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d7a31b3b-448a-4535-929a-e19eaa3325bb 2018-10-10 17:23:30,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-10 17:23:30,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}8df8144e375e647a07e3d54b24e35bf8946baf12" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_85f84430-b372-4b1f-acb6-1c8cf9d83845", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_85f84430-b372-4b1f-acb6-1c8cf9d83845"}' 2018-10-10 17:23:31,162 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f X-Openstack-Request-Id: req-07fc947c-53a7-4e3a-9186-7a5babca1ff0 Date: Wed, 10 Oct 2018 17:23:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/file", "owner": "9850153db22e4f48bd7cd5c5bf8e9fdb", "id": "74ff599d-a1e4-465b-8213-f03ca3410a2f", "size": null, "self": "/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T17:23:31Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_85f84430-b372-4b1f-acb6-1c8cf9d83845", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_85f84430-b372-4b1f-acb6-1c8cf9d83845", "checksum": null, "created_at": "2018-10-10T17:23:31Z", "protected": false} 2018-10-10 17:23:31,162 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-07fc947c-53a7-4e3a-9186-7a5babca1ff0 2018-10-10 17:23:31,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.215259075165s 2018-10-10 17:23:31,163 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-07fc947c-53a7-4e3a-9186-7a5babca1ff0 returning object 74ff599d-a1e4-465b-8213-f03ca3410a2f 2018-10-10 17:23:31,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-10 17:23:31,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/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}8df8144e375e647a07e3d54b24e35bf8946baf12" -d '' 2018-10-10 17:23:32,347 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e8115059-3678-4f1f-95c5-82d5b2f579ef Date: Wed, 10 Oct 2018 17:23:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:23:32,347 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/file used request id req-e8115059-3678-4f1f-95c5-82d5b2f579ef 2018-10-10 17:23:32,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.18388390541s 2018-10-10 17:23:32,348 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/file used request id req-e8115059-3678-4f1f-95c5-82d5b2f579ef 2018-10-10 17:23:32,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 17:23:32,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8df8144e375e647a07e3d54b24e35bf8946baf12" 2018-10-10 17:23:32,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-f7b3db8c-7924-4c52-b11d-c097bb763c6e Date: Wed, 10 Oct 2018 17:23:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/snap", "metadata": {}}], "file": "/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/file", "owner": "9850153db22e4f48bd7cd5c5bf8e9fdb", "id": "74ff599d-a1e4-465b-8213-f03ca3410a2f", "size": 12716032, "self": "/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T17:23:32Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_85f84430-b372-4b1f-acb6-1c8cf9d83845", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_85f84430-b372-4b1f-acb6-1c8cf9d83845", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T17:23:31Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 17:23:32,597 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f7b3db8c-7924-4c52-b11d-c097bb763c6e 2018-10-10 17:23:32,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.249960184097s 2018-10-10 17:23:32,599 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f7b3db8c-7924-4c52-b11d-c097bb763c6e 2018-10-10 17:23:32,600 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/file', 'owner': u'9850153db22e4f48bd7cd5c5bf8e9fdb', 'id': u'74ff599d-a1e4-465b-8213-f03ca3410a2f', 'size': 12716032, u'self': u'/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9850153db22e4f48bd7cd5c5bf8e9fdb', 'name': 'bgpvpn-tempest-tes-project_85f84430-b372-4b1f-acb6-1c8cf9d83845', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-10T17:23:32Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-10T17:23:32Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_85f84430-b372-4b1f-acb6-1c8cf9d83845', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_85f84430-b372-4b1f-acb6-1c8cf9d83845', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_85f84430-b372-4b1f-acb6-1c8cf9d83845', 'created': u'2018-10-10T17:23:31Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-10T17:23:31Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_85f84430-b372-4b1f-acb6-1c8cf9d83845', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-10 17:23:32,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-10 17:23:32,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}95ff072462d6522e54b6aee63d9a823acaa809cd" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "bgpvpn-tempest-tests-flavor_85f84430-b372-4b1f-acb6-1c8cf9d83845", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-10 17:23:32,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23: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-ad90de6c-d351-4793-ab4c-78239896743b x-compute-request-id: req-ad90de6c-d351-4793-ab4c-78239896743b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3ae06e5a-4134-433d-ac4b-d4ab94fd16b9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3ae06e5a-4134-433d-ac4b-d4ab94fd16b9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3ae06e5a-4134-433d-ac4b-d4ab94fd16b9", "name": "bgpvpn-tempest-tests-flavor_85f84430-b372-4b1f-acb6-1c8cf9d83845", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:23:32,806 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ad90de6c-d351-4793-ab4c-78239896743b 2018-10-10 17:23:32,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.205899000168s 2018-10-10 17:23:32,807 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ad90de6c-d351-4793-ab4c-78239896743b returning object 3ae06e5a-4134-433d-ac4b-d4ab94fd16b9 2018-10-10 17:23:32,808 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_85f84430-b372-4b1f-acb6-1c8cf9d83845', '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'd00928b339b74d1eac5a92b45f495878', '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'3ae06e5a-4134-433d-ac4b-d4ab94fd16b9', 'swap': 0}) 2018-10-10 17:23:32,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-10 17:23:32,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/3ae06e5a-4134-433d-ac4b-d4ab94fd16b9/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}95ff072462d6522e54b6aee63d9a823acaa809cd" -d '{"extra_specs": {}}' 2018-10-10 17:23:32,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23: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-a9783542-a1c1-449d-af2d-17161e155107 x-compute-request-id: req-a9783542-a1c1-449d-af2d-17161e155107 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 17:23:32,831 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/3ae06e5a-4134-433d-ac4b-d4ab94fd16b9/os-extra_specs used request id req-a9783542-a1c1-449d-af2d-17161e155107 2018-10-10 17:23:32,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0222771167755s 2018-10-10 17:23:32,831 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/3ae06e5a-4134-433d-ac4b-d4ab94fd16b9/os-extra_specs used request id req-a9783542-a1c1-449d-af2d-17161e155107 2018-10-10 17:23:32,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 17:23:32,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8df8144e375e647a07e3d54b24e35bf8946baf12" 2018-10-10 17:23:32,842 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 17:23: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 17:23:32,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8df8144e375e647a07e3d54b24e35bf8946baf12" 2018-10-10 17:23:32,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e5cfd20-92cd-46f3-9f50-da60042e4288 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "022d8d7f68f341e79a6b5eec0a56e757", "links": {"self": "http://172.30.9.27:5000/v3/roles/022d8d7f68f341e79a6b5eec0a56e757"}, "name": "Member"}, {"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 17:23:32,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0e5cfd20-92cd-46f3-9f50-da60042e4288 2018-10-10 17:23:32,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0951700210571s 2018-10-10 17:23:32,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-10 17:23:32,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8df8144e375e647a07e3d54b24e35bf8946baf12" 2018-10-10 17:23:33,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:23: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-a1f0f42c-8cf9-40b2-b78c-25040f0a2239 x-compute-request-id: req-a1f0f42c-8cf9-40b2-b78c-25040f0a2239 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.3", "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-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "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.6", "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": 5}]} 2018-10-10 17:23:33,126 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-a1f0f42c-8cf9-40b2-b78c-25040f0a2239 2018-10-10 17:23:33,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.194449901581s 2018-10-10 17:23:33,127 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-a1f0f42c-8cf9-40b2-b78c-25040f0a2239 2018-10-10 17:23:33,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 17:23:33,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8df8144e375e647a07e3d54b24e35bf8946baf12" 2018-10-10 17:23:33,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-507958fd-c37c-421d-b8b9-c38d8353ba3b Date: Wed, 10 Oct 2018 17:23:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/snap", "metadata": {}}], "file": "/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/file", "owner": "9850153db22e4f48bd7cd5c5bf8e9fdb", "id": "74ff599d-a1e4-465b-8213-f03ca3410a2f", "size": 12716032, "self": "/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T17:23:32Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_85f84430-b372-4b1f-acb6-1c8cf9d83845", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_85f84430-b372-4b1f-acb6-1c8cf9d83845", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T17:23:31Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 17:23:33,308 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-507958fd-c37c-421d-b8b9-c38d8353ba3b 2018-10-10 17:23:33,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180115938187s 2018-10-10 17:23:33,309 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-507958fd-c37c-421d-b8b9-c38d8353ba3b 2018-10-10 17:23:33,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-10 17:23:33,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}8df8144e375e647a07e3d54b24e35bf8946baf12" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_85f84430-b372-4b1f-acb6-1c8cf9d83845", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_alt_85f84430-b372-4b1f-acb6-1c8cf9d83845"}' 2018-10-10 17:23:33,572 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3 X-Openstack-Request-Id: req-dbc00bee-3511-4be0-ad67-96ac7416910d Date: Wed, 10 Oct 2018 17:23:33 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3/file", "owner": "9850153db22e4f48bd7cd5c5bf8e9fdb", "id": "3a278be4-3e3e-4af1-9f7a-fd455ef707f3", "size": null, "self": "/v2/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T17:23:33Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_85f84430-b372-4b1f-acb6-1c8cf9d83845", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_85f84430-b372-4b1f-acb6-1c8cf9d83845", "checksum": null, "created_at": "2018-10-10T17:23:33Z", "protected": false} 2018-10-10 17:23:33,572 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-dbc00bee-3511-4be0-ad67-96ac7416910d 2018-10-10 17:23:33,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.261366128922s 2018-10-10 17:23:33,573 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-dbc00bee-3511-4be0-ad67-96ac7416910d returning object 3a278be4-3e3e-4af1-9f7a-fd455ef707f3 2018-10-10 17:23:33,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-10 17:23:33,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3/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}8df8144e375e647a07e3d54b24e35bf8946baf12" -d '' 2018-10-10 17:23:34,581 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-74383bbd-f632-48e4-94b9-9e00d40233b0 Date: Wed, 10 Oct 2018 17:23:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:23:34,582 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3/file used request id req-74383bbd-f632-48e4-94b9-9e00d40233b0 2018-10-10 17:23:34,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.00797986984s 2018-10-10 17:23:34,582 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3/file used request id req-74383bbd-f632-48e4-94b9-9e00d40233b0 2018-10-10 17:23:34,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 17:23:34,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8df8144e375e647a07e3d54b24e35bf8946baf12" 2018-10-10 17:23:34,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-b82ae775-61bd-41da-96ab-2910209e7fea Date: Wed, 10 Oct 2018 17:23:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3/snap", "metadata": {}}], "file": "/v2/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3/file", "owner": "9850153db22e4f48bd7cd5c5bf8e9fdb", "id": "3a278be4-3e3e-4af1-9f7a-fd455ef707f3", "size": 12716032, "self": "/v2/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T17:23:34Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_85f84430-b372-4b1f-acb6-1c8cf9d83845", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_85f84430-b372-4b1f-acb6-1c8cf9d83845", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T17:23:33Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/snap", "metadata": {}}], "file": "/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/file", "owner": "9850153db22e4f48bd7cd5c5bf8e9fdb", "id": "74ff599d-a1e4-465b-8213-f03ca3410a2f", "size": 12716032, "self": "/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T17:23:32Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_85f84430-b372-4b1f-acb6-1c8cf9d83845", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_85f84430-b372-4b1f-acb6-1c8cf9d83845", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T17:23:31Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 17:23:34,762 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b82ae775-61bd-41da-96ab-2910209e7fea 2018-10-10 17:23:34,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179330825806s 2018-10-10 17:23:34,762 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b82ae775-61bd-41da-96ab-2910209e7fea 2018-10-10 17:23:34,765 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3/file', 'owner': u'9850153db22e4f48bd7cd5c5bf8e9fdb', 'id': u'3a278be4-3e3e-4af1-9f7a-fd455ef707f3', 'size': 12716032, u'self': u'/v2/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9850153db22e4f48bd7cd5c5bf8e9fdb', 'name': 'bgpvpn-tempest-tes-project_85f84430-b372-4b1f-acb6-1c8cf9d83845', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-10T17:23:34Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-10T17:23:34Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_85f84430-b372-4b1f-acb6-1c8cf9d83845', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_85f84430-b372-4b1f-acb6-1c8cf9d83845', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_alt_85f84430-b372-4b1f-acb6-1c8cf9d83845', 'created': u'2018-10-10T17:23:33Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-10T17:23:33Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_85f84430-b372-4b1f-acb6-1c8cf9d83845', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-10 17:23:34,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-10 17:23:34,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}95ff072462d6522e54b6aee63d9a823acaa809cd" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "bgpvpn-tempest-tests-flavor_alt_85f84430-b372-4b1f-acb6-1c8cf9d83845", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-10 17:23:34,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-b7dd5047-cb4c-4529-931b-5c90d41a476e x-compute-request-id: req-b7dd5047-cb4c-4529-931b-5c90d41a476e Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8e7ee407-9f2a-42da-bc91-66352f445c9b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8e7ee407-9f2a-42da-bc91-66352f445c9b", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8e7ee407-9f2a-42da-bc91-66352f445c9b", "name": "bgpvpn-tempest-tests-flavor_alt_85f84430-b372-4b1f-acb6-1c8cf9d83845", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:23:34,817 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-b7dd5047-cb4c-4529-931b-5c90d41a476e 2018-10-10 17:23:34,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0512771606445s 2018-10-10 17:23:34,818 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-b7dd5047-cb4c-4529-931b-5c90d41a476e returning object 8e7ee407-9f2a-42da-bc91-66352f445c9b 2018-10-10 17:23:34,818 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_85f84430-b372-4b1f-acb6-1c8cf9d83845', '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'd00928b339b74d1eac5a92b45f495878', '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'8e7ee407-9f2a-42da-bc91-66352f445c9b', 'swap': 0}) 2018-10-10 17:23:34,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-10 17:23:34,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/8e7ee407-9f2a-42da-bc91-66352f445c9b/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}95ff072462d6522e54b6aee63d9a823acaa809cd" -d '{"extra_specs": {}}' 2018-10-10 17:23:34,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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 x-openstack-request-id: req-4e09ff5d-1d1d-4c08-b02f-4fe4f7353240 x-compute-request-id: req-4e09ff5d-1d1d-4c08-b02f-4fe4f7353240 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 17:23:34,840 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/8e7ee407-9f2a-42da-bc91-66352f445c9b/os-extra_specs used request id req-4e09ff5d-1d1d-4c08-b02f-4fe4f7353240 2018-10-10 17:23:34,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206980705261s 2018-10-10 17:23:34,840 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/8e7ee407-9f2a-42da-bc91-66352f445c9b/os-extra_specs used request id req-4e09ff5d-1d1d-4c08-b02f-4fe4f7353240 2018-10-10 17:23:34,841 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_85f84430-b372-4b1f-acb6-1c8cf9d83845', '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'd00928b339b74d1eac5a92b45f495878', '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'8e7ee407-9f2a-42da-bc91-66352f445c9b', 'swap': 0}) 2018-10-10 17:23:37,921 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-10 17:23:36.893 183 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4df902a9-1535-466d-8b8f-90c685076016) for deployment 'opnfv-rally' (UUID=37318900-1d0c-420e-91bd-337073b447bc). 2018-10-10 17:23:37.762 183 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-10 17:23:37.764 183 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4df902a9-1535-466d-8b8f-90c685076016) has been successfully configured for deployment 'opnfv-rally' (UUID=37318900-1d0c-420e-91bd-337073b447bc)! 2018-10-10 17:23:37,921 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-10 17:23:37,922 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-10 17:23:37,924 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-10 17:23:37,940 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-4df902a9-1535-466d-8b8f-90c685076016/for-deployment-37318900-1d0c-420e-91bd-337073b447bc/tempest.conf with bgpvpn=True 2018-10-10 17:23:37,943 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-10 17:23:40,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4df902a9-1535-466d-8b8f-90c685076016/repo; testr list-tests '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt 2>/dev/null) 2018-10-10 17:23:40,676 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-10 17:23:40,691 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-10 17:23:40,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt', u'--concurrency=4']'. 2018-10-10 17:23:42,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:23:42.782 192 INFO rally.api [-] Starting verification (UUID=4a5fd27c-e8c5-4312-8257-8c5705b40159) for deployment 'opnfv-rally' (UUID=37318900-1d0c-420e-91bd-337073b447bc) by verifier 'opnfv-tempest' (UUID=4df902a9-1535-466d-8b8f-90c685076016). 2018-10-10 17:23:42,785 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 4a5fd27c-e8c5-4312-8257-8c5705b40159 2018-10-10 17:27:57,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 4a5fd27c-e8c5-4312-8257-8c5705b40159 2018-10-10 17:27:57,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4a5fd27c-e8c5-4312-8257-8c5705b40159']'. 2018-10-10 17:27:58,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-10 17:27:58,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-10 17:27:58,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-10 17:27:58,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4a5fd27c-e8c5-4312-8257-8c5705b40159 | 2018-10-10 17:27:58,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-10 17:27:58,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-10 17:23:42 | 2018-10-10 17:27:58,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-10 17:27:57 | 2018-10-10 17:27:58,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:15 | 2018-10-10 17:27:58,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-10 17:27:58,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-10 17:27:58,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-10 17:27:58,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4df902a9-1535-466d-8b8f-90c685076016) | 2018-10-10 17:27:58,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-10 17:27:58,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 37318900-1d0c-420e-91bd-337073b447bc) | 2018-10-10 17:27:58,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 17 | 2018-10-10 17:27:58,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 245.717 | 2018-10-10 17:27:58,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 15 | 2018-10-10 17:27:58,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-10 17:27:58,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-10 17:27:58,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-10 17:27:58,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-10-10 17:27:58,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-10 17:27:58,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-10 17:27:58,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-10 17:27:58,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest bgpvpn-tempest-tests success_rate is 88.2352941176% 2018-10-10 17:27:58,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-10 17:27:58,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8df8144e375e647a07e3d54b24e35bf8946baf12" 2018-10-10 17:27:59,411 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b9ecf698-acce-426e-b532-6a56fe719f5b Date: Wed, 10 Oct 2018 17:27:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:27:59,411 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3 used request id req-b9ecf698-acce-426e-b532-6a56fe719f5b 2018-10-10 17:27:59,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.929426193237s 2018-10-10 17:27:59,412 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/3a278be4-3e3e-4af1-9f7a-fd455ef707f3 used request id req-b9ecf698-acce-426e-b532-6a56fe719f5b 2018-10-10 17:27:59,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 17:27:59,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:27:59,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-81abbe05-4504-4189-932c-5ba795d8daf3 x-compute-request-id: req-81abbe05-4504-4189-932c-5ba795d8daf3 Content-Encoding: gzip Content-Length: 418 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3ae06e5a-4134-433d-ac4b-d4ab94fd16b9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3ae06e5a-4134-433d-ac4b-d4ab94fd16b9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3ae06e5a-4134-433d-ac4b-d4ab94fd16b9", "name": "bgpvpn-tempest-tests-flavor_85f84430-b372-4b1f-acb6-1c8cf9d83845", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8e7ee407-9f2a-42da-bc91-66352f445c9b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8e7ee407-9f2a-42da-bc91-66352f445c9b", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8e7ee407-9f2a-42da-bc91-66352f445c9b", "name": "bgpvpn-tempest-tests-flavor_alt_85f84430-b372-4b1f-acb6-1c8cf9d83845", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 17:27:59,447 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-81abbe05-4504-4189-932c-5ba795d8daf3 2018-10-10 17:27:59,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0344979763031s 2018-10-10 17:27:59,447 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-81abbe05-4504-4189-932c-5ba795d8daf3 2018-10-10 17:27:59,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-10 17:27:59,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/8e7ee407-9f2a-42da-bc91-66352f445c9b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:27:59,518 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:27:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-92bfcb29-08af-4cbf-8ae1-c5d19b16f624 x-compute-request-id: req-92bfcb29-08af-4cbf-8ae1-c5d19b16f624 Content-Length: 0 Content-Type: application/json 2018-10-10 17:27:59,518 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/8e7ee407-9f2a-42da-bc91-66352f445c9b used request id req-92bfcb29-08af-4cbf-8ae1-c5d19b16f624 2018-10-10 17:27:59,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.067684173584s 2018-10-10 17:27:59,518 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/8e7ee407-9f2a-42da-bc91-66352f445c9b used request id req-92bfcb29-08af-4cbf-8ae1-c5d19b16f624 2018-10-10 17:27:59,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 17:27:59,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8df8144e375e647a07e3d54b24e35bf8946baf12" 2018-10-10 17:27:59,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-5a3af2c9-ec8e-4326-b3dc-361e3dc917a1 Date: Wed, 10 Oct 2018 17:27:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/snap", "metadata": {}}], "file": "/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/file", "owner": "9850153db22e4f48bd7cd5c5bf8e9fdb", "id": "74ff599d-a1e4-465b-8213-f03ca3410a2f", "size": 12716032, "self": "/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/74ff599d-a1e4-465b-8213-f03ca3410a2f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T17:23:32Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_85f84430-b372-4b1f-acb6-1c8cf9d83845", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_85f84430-b372-4b1f-acb6-1c8cf9d83845", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T17:23:31Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 17:27:59,680 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5a3af2c9-ec8e-4326-b3dc-361e3dc917a1 2018-10-10 17:27:59,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.161775112152s 2018-10-10 17:27:59,681 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5a3af2c9-ec8e-4326-b3dc-361e3dc917a1 2018-10-10 17:27:59,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-10 17:27:59,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8df8144e375e647a07e3d54b24e35bf8946baf12" 2018-10-10 17:28:00,566 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-baafb2fd-b4f6-46f5-a8f7-f6e86216f7b5 Date: Wed, 10 Oct 2018 17:28:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:28:00,566 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f used request id req-baafb2fd-b4f6-46f5-a8f7-f6e86216f7b5 2018-10-10 17:28:00,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.883864164352s 2018-10-10 17:28:00,567 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/74ff599d-a1e4-465b-8213-f03ca3410a2f used request id req-baafb2fd-b4f6-46f5-a8f7-f6e86216f7b5 2018-10-10 17:28:00,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 17:28:00,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:28:00,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62e61e30-3b89-4633-b346-c6c19f2c311a x-compute-request-id: req-62e61e30-3b89-4633-b346-c6c19f2c311a Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3ae06e5a-4134-433d-ac4b-d4ab94fd16b9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3ae06e5a-4134-433d-ac4b-d4ab94fd16b9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3ae06e5a-4134-433d-ac4b-d4ab94fd16b9", "name": "bgpvpn-tempest-tests-flavor_85f84430-b372-4b1f-acb6-1c8cf9d83845", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 17:28:00,600 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-62e61e30-3b89-4633-b346-c6c19f2c311a 2018-10-10 17:28:00,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0322880744934s 2018-10-10 17:28:00,600 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-62e61e30-3b89-4633-b346-c6c19f2c311a 2018-10-10 17:28:00,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-10 17:28:00,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/3ae06e5a-4134-433d-ac4b-d4ab94fd16b9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:28:00,639 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:28:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4db0b6df-c805-4adb-b2e5-d473253221d6 x-compute-request-id: req-4db0b6df-c805-4adb-b2e5-d473253221d6 Content-Length: 0 Content-Type: application/json 2018-10-10 17:28:00,639 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/3ae06e5a-4134-433d-ac4b-d4ab94fd16b9 used request id req-4db0b6df-c805-4adb-b2e5-d473253221d6 2018-10-10 17:28:00,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0369141101837s 2018-10-10 17:28:00,640 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/3ae06e5a-4134-433d-ac4b-d4ab94fd16b9 used request id req-4db0b6df-c805-4adb-b2e5-d473253221d6 2018-10-10 17:28:00,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 17:28:00,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:28:00,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-823f11ad-2ac1-4561-b8c8-9ff45d105b03 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_85f84430-b372-4b1f-acb6-1c8cf9d83845", "links": {"self": "http://172.30.9.27:5000/v3/users/095c058501cb4a2b886d9adb2a91c186"}, "domain_id": "default", "enabled": true, "id": "095c058501cb4a2b886d9adb2a91c186", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 17:28:00,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-823f11ad-2ac1-4561-b8c8-9ff45d105b03 2018-10-10 17:28:00,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0957510471344s 2018-10-10 17:28:00,737 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-823f11ad-2ac1-4561-b8c8-9ff45d105b03 2018-10-10 17:28:00,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 17:28:00,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/095c058501cb4a2b886d9adb2a91c186 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:28:00,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c50a06d-114a-48e7-a071-ad8158bb7b91 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/095c058501cb4a2b886d9adb2a91c186"}, "enabled": true, "id": "095c058501cb4a2b886d9adb2a91c186", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_85f84430-b372-4b1f-acb6-1c8cf9d83845"}} 2018-10-10 17:28:00,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/095c058501cb4a2b886d9adb2a91c186 used request id req-1c50a06d-114a-48e7-a071-ad8158bb7b91 2018-10-10 17:28:00,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0963671207428s 2018-10-10 17:28:00,839 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/095c058501cb4a2b886d9adb2a91c186 used request id req-1c50a06d-114a-48e7-a071-ad8158bb7b91 2018-10-10 17:28:00,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-10 17:28:00,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/095c058501cb4a2b886d9adb2a91c186 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:28:01,013 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 17:28:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebfe7a66-9f57-4663-90aa-964a7c2c15a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 17:28:01,013 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/095c058501cb4a2b886d9adb2a91c186 used request id req-ebfe7a66-9f57-4663-90aa-964a7c2c15a7 2018-10-10 17:28:01,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.173485994339s 2018-10-10 17:28:01,013 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/095c058501cb4a2b886d9adb2a91c186 used request id req-ebfe7a66-9f57-4663-90aa-964a7c2c15a7 2018-10-10 17:28:01,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 17:28:01,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:28:01,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ac314b8-c20d-4209-a839-30b921d98cc2 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.27:5000/v3/projects/9850153db22e4f48bd7cd5c5bf8e9fdb"}, "enabled": true, "id": "9850153db22e4f48bd7cd5c5bf8e9fdb", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_85f84430-b372-4b1f-acb6-1c8cf9d83845"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 17:28:01,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-3ac314b8-c20d-4209-a839-30b921d98cc2 2018-10-10 17:28:01,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0808000564575s 2018-10-10 17:28:01,095 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-3ac314b8-c20d-4209-a839-30b921d98cc2 2018-10-10 17:28:01,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-10 17:28:01,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/9850153db22e4f48bd7cd5c5bf8e9fdb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:28:01,274 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 17:28:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-726fc1d1-3f16-4147-845b-ac9b4c238d38 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 17:28:01,274 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/9850153db22e4f48bd7cd5c5bf8e9fdb used request id req-726fc1d1-3f16-4147-845b-ac9b4c238d38 2018-10-10 17:28:01,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.17712020874s 2018-10-10 17:28:01,275 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/9850153db22e4f48bd7cd5c5bf8e9fdb used request id req-726fc1d1-3f16-4147-845b-ac9b4c238d38 2018-10-10 17:28:01,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 17:28:01,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:28:01,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fe56ea3-6bdb-40bd-abe0-18f094a5621a Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "022d8d7f68f341e79a6b5eec0a56e757", "links": {"self": "http://172.30.9.27:5000/v3/roles/022d8d7f68f341e79a6b5eec0a56e757"}, "name": "Member"}, {"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 17:28:01,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5fe56ea3-6bdb-40bd-abe0-18f094a5621a 2018-10-10 17:28:01,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0797479152679s 2018-10-10 17:28:01,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-10 17:28:01,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/022d8d7f68f341e79a6b5eec0a56e757 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:28:01,470 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 17:28:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a54978df-cce5-4994-b539-f8e5bd976da9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 17:28:01,470 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/022d8d7f68f341e79a6b5eec0a56e757 used request id req-a54978df-cce5-4994-b539-f8e5bd976da9 2018-10-10 17:28:01,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.113378047943s 2018-10-10 17:28:01,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 17:28:01,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=9850153db22e4f48bd7cd5c5bf8e9fdb&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}95ff072462d6522e54b6aee63d9a823acaa809cd" 2018-10-10 17:28:01,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1bff65de-83f0-4c85-81ab-ff3a38101dc8 Date: Wed, 10 Oct 2018 17:28:01 GMT RESP BODY: {"security_groups": []} 2018-10-10 17:28:01,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=9850153db22e4f48bd7cd5c5bf8e9fdb&name=default used request id req-1bff65de-83f0-4c85-81ab-ff3a38101dc8 2018-10-10 17:28:01,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.183772087097s 2018-10-10 17:28:01,661 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=9850153db22e4f48bd7cd5c5bf8e9fdb&name=default used request id req-1bff65de-83f0-4c85-81ab-ff3a38101dc8 2018-10-10 17:28:01,661 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-10-10 17:28:01,661 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest': {'status': 'FAIL', 'details': 'Tempest testcases have been completed'} 2018-10-10 17:28:01,661 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances' 2018-10-10 17:28:01,661 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-10-10 17:28:01,662 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-10-10 17:28:01,756 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-10-10 17:28:01,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:28:01,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:28:01,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:28:01,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:28:01,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:28:01,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:28:01,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:28:01,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:28:01,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:28:01,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:28:01,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:28:01,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:28:01,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:28:01,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:28:01,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:28:01,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:28:01,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:28:01,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:28:01,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:28:01,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:28:01,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:28:01,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:28:01,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:28:01,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:28:01,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:28:01,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:28:01,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:28:01,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:28:01,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:28:01,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:28:01,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:28:01,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:28:01,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:28:01,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:28:01,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:28:01,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:28:01,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:28:01,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:28:01,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:28:01,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:28:01,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:28:01,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:28:01,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:28:01,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:28:01,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:28:01,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:28:01,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:28:01,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:28:01,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-10 17:28:01,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:28:01,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:28:01,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:28:01,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:28:01,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:28:01,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:28:01,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:28:01,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:28:01,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:28:01,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:28:01,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:28:01,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:28:01,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:28:01,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:28:01,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:28:01,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:28:01,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:28:01,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:28:01,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:28:01,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:28:01,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:28:01,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:28:01,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:28:01,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:28:01,768 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-10 17:28:01,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:28:01,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b0ecbd8-8448-4187-879b-c831313bb125 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:28:01,777 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7b0ecbd8-8448-4187-879b-c831313bb125 2018-10-10 17:28:01,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:28:02,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:28:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["rCqCQTjmRVyCYjFIG9zoCQ"], "issued_at": "2018-10-10T17:28:02.000000Z"}} 2018-10-10 17:28:02,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce85be4153bdc3f14f8eb87753a7eca581625d40" 2018-10-10 17:28:02,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-9da31abd-e5c4-4203-836c-6e059229f886 Date: Wed, 10 Oct 2018 17:28:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-10 17:28:02,411 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20 used request id req-9da31abd-e5c4-4203-836c-6e059229f886 2018-10-10 17:28:02,411 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-10 17:28:02,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce85be4153bdc3f14f8eb87753a7eca581625d40" 2018-10-10 17:28:02,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5dac1b0f-3d86-4802-9b82-f849efe1f59a Date: Wed, 10 Oct 2018 17:28:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 17:28:02,651 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-5dac1b0f-3d86-4802-9b82-f849efe1f59a 2018-10-10 17:28:02,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ce85be4153bdc3f14f8eb87753a7eca581625d40" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-10 17:28:02,894 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/0c8333e9-19d2-40f7-876f-48901170b346 X-Openstack-Request-Id: req-d67c92ee-84eb-4cc9-9f85-e11d70758ff5 Date: Wed, 10 Oct 2018 17:28:02 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T17:28:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T17:28:02Z", "visibility": "public", "locations": [], "self": "/v2/images/0c8333e9-19d2-40f7-876f-48901170b346", "min_disk": 0, "protected": false, "id": "0c8333e9-19d2-40f7-876f-48901170b346", "file": "/v2/images/0c8333e9-19d2-40f7-876f-48901170b346/file", "checksum": null, "owner": "d00928b339b74d1eac5a92b45f495878", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 17:28:02,894 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-d67c92ee-84eb-4cc9-9f85-e11d70758ff5 2018-10-10 17:28:02,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/0c8333e9-19d2-40f7-876f-48901170b346/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce85be4153bdc3f14f8eb87753a7eca581625d40" -d '' 2018-10-10 17:28:03,926 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6672d202-5cab-4672-862d-33b2dfcec44b Date: Wed, 10 Oct 2018 17:28:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:28:03,926 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/0c8333e9-19d2-40f7-876f-48901170b346/file used request id req-6672d202-5cab-4672-862d-33b2dfcec44b 2018-10-10 17:28:03,927 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-10-1-net 2018-10-10 17:28:03,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:28:03,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6ea111b-57fc-481e-9d08-f2efd311e8e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:28:03,934 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e6ea111b-57fc-481e-9d08-f2efd311e8e6 2018-10-10 17:28:03,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:28:04,324 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:28:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["XIB4pL8ORpiIVRv-aoASmg"], "issued_at": "2018-10-10T17:28:04.000000Z"}} 2018-10-10 17:28:04,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dad894900396d591a4e2fc2b448ce532f0b3b8c" -d '{"network": {"name": "sdnvpn-10-1-net", "admin_state_up": true}}' 2018-10-10 17:28:04,869 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-319d74b5-bfbb-4b69-b25a-0c9f2dc1d85e Date: Wed, 10 Oct 2018 17:28:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4f459da4-6388-427b-8a36-27f5c8b6bd26","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:28:04Z","is_default":false,"provider:segmentation_id":57,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:28:04Z","mtu":1450}} 2018-10-10 17:28:04,870 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-319d74b5-bfbb-4b69-b25a-0c9f2dc1d85e 2018-10-10 17:28:04,870 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-10-1-subnet in network 4f459da4-6388-427b-8a36-27f5c8b6bd26 with cidr 10.10.10.0/24 2018-10-10 17:28:04,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dad894900396d591a4e2fc2b448ce532f0b3b8c" -d '{"subnets": [{"ip_version": 4, "network_id": "4f459da4-6388-427b-8a36-27f5c8b6bd26", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-10-1-subnet"}]}' 2018-10-10 17:28:05,666 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-7c02b36e-65bd-4ec5-834c-1e988df279d9 Date: Wed, 10 Oct 2018 17:28:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f459da4-6388-427b-8a36-27f5c8b6bd26","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:28:05Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T17:28:05Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"d00928b339b74d1eac5a92b45f495878","id":"a6d2698d-355a-4b2a-b341-c27761141800","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-10-10 17:28:05,666 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-7c02b36e-65bd-4ec5-834c-1e988df279d9 2018-10-10 17:28:05,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dad894900396d591a4e2fc2b448ce532f0b3b8c" 2018-10-10 17:28:05,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-6e67ab4b-128c-48c5-970c-c9e6e213de83 Date: Wed, 10 Oct 2018 17:28:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:16Z", "updated_at": "2018-10-10T16:50:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "53bb9cee-d287-460c-81f4-cf667cd69062", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "abbec588-e284-4eaa-945e-020567df2594", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "ccee292e-a260-43c9-a873-3eb28dc6cc28", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "f01ba550-6535-45d2-9a50-4f8b1abf0865", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}], "revision_number": 4, "project_id": "9159c9580e42418192303fcbcaac7003", "id": "8544d859-73ec-498f-8301-e2235d177a01", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "updated_at": "2018-10-10T16:58:11Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-10T16:58:11Z", "revision_number": 0, "id": "6c2b90b6-dc32-4d6e-b1cd-8739c7f7d7f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:58:11Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 179, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8baf8790-daaa-4d31-86e3-28959d6b01fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8c55c9aa-ef19-4cd2-bd60-3588618c6584", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "a650f5c7-d120-467e-b30c-b8f77a459680", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "abbe640c-fd34-4bfe-9f4f-c2375ad75114", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "d0682f26-9774-4a15-bf12-ec653ac9efcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "db4b9bdb-cbf7-4b9a-a9a7-7d6a8cac30b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 7, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "90409ce8-77de-4088-be50-1e033812a399", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "updated_at": "2018-10-10T14:38:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "name": "default"}]} 2018-10-10 17:28:05,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-6e67ab4b-128c-48c5-970c-c9e6e213de83 2018-10-10 17:28:05,887 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-10 17:28:05,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:28:05,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f28053ce-2ebc-4867-927a-9f6217282181 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:28:05,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f28053ce-2ebc-4867-927a-9f6217282181 2018-10-10 17:28:05,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:28:06,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:28:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["5MH4imaAQwyO_6QczfxqFQ"], "issued_at": "2018-10-10T17:28:06.000000Z"}} 2018-10-10 17:28:06,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7887a0bee00f427e844de70594ebe3844393b983" 2018-10-10 17:28:06,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-bd4fb5e7-bc38-4e3a-93f2-e6e7045c33ab x-compute-request-id: req-bd4fb5e7-bc38-4e3a-93f2-e6e7045c33ab Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.3", "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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "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.6", "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}]} 2018-10-10 17:28:06,453 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-bd4fb5e7-bc38-4e3a-93f2-e6e7045c33ab 2018-10-10 17:28:06,454 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-10 17:28:06,454 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-2'... 2018-10-10 17:28:06,455 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-2 flavor=m1.tiny image=0c8333e9-19d2-40f7-876f-48901170b346 network=4f459da4-6388-427b-8a36-27f5c8b6bd26 secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-10 17:28:06,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:28:06,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:28:06,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:28:06,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:28:06,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:28:06,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:28:06,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:28:06,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:28:06,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:28:06,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:28:06,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:28:06,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:28:06,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:28:06,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:28:06,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:28:06,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:28:06,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:28:06,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:28:06,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:28:06,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:28:06,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:28:06,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:28:06,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:28:06,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:28:06,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:28:06,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:28:06,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:28:06,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:28:06,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:28:06,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:28:06,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:28:06,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:28:06,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:28:06,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:28:06,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:28:06,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:28:06,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:28:06,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:28:06,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:28:06,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:28:06,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:28:06,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:28:06,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:28:06,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:28:06,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:28:06,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:28:06,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:28:06,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:28:06,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:28:06,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b2f6627-8da9-4bad-a3dd-4879024eb5a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:28:06,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1b2f6627-8da9-4bad-a3dd-4879024eb5a0 2018-10-10 17:28:06,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:28:06,847 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:28:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["jl--67u0T_uo15B_abtM9A"], "issued_at": "2018-10-10T17:28:06.000000Z"}} 2018-10-10 17:28:06,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" 2018-10-10 17:28:07,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-575d5b14-1e90-4d57-9fa0-210f213e2511 x-compute-request-id: req-575d5b14-1e90-4d57-9fa0-210f213e2511 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:28:07,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-575d5b14-1e90-4d57-9fa0-210f213e2511 2018-10-10 17:28:07,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" 2018-10-10 17:28:07,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73159d98-51e4-4cc4-a5e6-5c6a301e4f36 x-compute-request-id: req-73159d98-51e4-4cc4-a5e6-5c6a301e4f36 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:28:07,040 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-73159d98-51e4-4cc4-a5e6-5c6a301e4f36 2018-10-10 17:28:07,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"server": {"name": "sdnvpn-10-2", "imageRef": "0c8333e9-19d2-40f7-876f-48901170b346", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4f459da4-6388-427b-8a36-27f5c8b6bd26"}]}}' 2018-10-10 17:28:08,563 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:28:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-22efe02c-ccde-4d10-9b11-817bf08253c2 x-compute-request-id: req-22efe02c-ccde-4d10-9b11-817bf08253c2 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e8265846-339c-4121-921d-b4606fc06e1a", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8265846-339c-4121-921d-b4606fc06e1a", "rel": "bookmark"}], "adminPass": "BNa7s7r2z4a2"}} 2018-10-10 17:28:08,563 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-22efe02c-ccde-4d10-9b11-817bf08253c2 2018-10-10 17:28:08,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:28:08,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a902bc52-7fb9-413e-aec7-8f05a63f3ad7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:28:08,570 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a902bc52-7fb9-413e-aec7-8f05a63f3ad7 2018-10-10 17:28:08,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:28:08,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:28:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["ELz3rV9yTISUKnrQ0bXZnw"], "issued_at": "2018-10-10T17:28:08.000000Z"}} 2018-10-10 17:28:08,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532f4e27398ed9549454342d002346ad2ea64c46" 2018-10-10 17:28:09,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec853fad-78f0-48ef-ae98-8cb773de6a90 x-compute-request-id: req-ec853fad-78f0-48ef-ae98-8cb773de6a90 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.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8265846-339c-4121-921d-b4606fc06e1a", "rel": "bookmark"}], "image": {"id": "0c8333e9-19d2-40f7-876f-48901170b346", "links": [{"href": "http://172.30.9.27:8774/images/0c8333e9-19d2-40f7-876f-48901170b346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "e8265846-339c-4121-921d-b4606fc06e1a", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:28:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-2", "created": "2018-10-10T17:28:08Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:28:09,346 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a used request id req-ec853fad-78f0-48ef-ae98-8cb773de6a90 2018-10-10 17:28:12,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532f4e27398ed9549454342d002346ad2ea64c46" 2018-10-10 17:28:13,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37a21f3e-a849-408f-b2d8-09c4640f0e88 x-compute-request-id: req-37a21f3e-a849-408f-b2d8-09c4640f0e88 Content-Encoding: gzip Content-Length: 706 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8265846-339c-4121-921d-b4606fc06e1a", "rel": "bookmark"}], "image": {"id": "0c8333e9-19d2-40f7-876f-48901170b346", "links": [{"href": "http://172.30.9.27:8774/images/0c8333e9-19d2-40f7-876f-48901170b346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000152", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "e8265846-339c-4121-921d-b4606fc06e1a", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-10T17:28:10Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-10-10T17:28:08Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:28:13,513 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a used request id req-37a21f3e-a849-408f-b2d8-09c4640f0e88 2018-10-10 17:28:16,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532f4e27398ed9549454342d002346ad2ea64c46" 2018-10-10 17:28:17,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-c63882c1-ec12-4071-8f3f-b8899288b819 x-compute-request-id: req-c63882c1-ec12-4071-8f3f-b8899288b819 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:0e:cf", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8265846-339c-4121-921d-b4606fc06e1a", "rel": "bookmark"}], "image": {"id": "0c8333e9-19d2-40f7-876f-48901170b346", "links": [{"href": "http://172.30.9.27:8774/images/0c8333e9-19d2-40f7-876f-48901170b346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000152", "OS-SRV-USG:launched_at": "2018-10-10T17:28:12.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "e8265846-339c-4121-921d-b4606fc06e1a", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:28:14Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-10-10T17:28:08Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:28:17,254 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a used request id req-c63882c1-ec12-4071-8f3f-b8899288b819 2018-10-10 17:28:17,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" 2018-10-10 17:28:18,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f00d411f-ed23-47e2-8888-c9c87718ddc5 x-compute-request-id: req-f00d411f-ed23-47e2-8888-c9c87718ddc5 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:0e:cf", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8265846-339c-4121-921d-b4606fc06e1a", "rel": "bookmark"}], "image": {"id": "0c8333e9-19d2-40f7-876f-48901170b346", "links": [{"href": "http://172.30.9.27:8774/images/0c8333e9-19d2-40f7-876f-48901170b346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000152", "OS-SRV-USG:launched_at": "2018-10-10T17:28:12.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "e8265846-339c-4121-921d-b4606fc06e1a", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-10T17:28:14Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-10-10T17:28:08Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:28:18,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a used request id req-f00d411f-ed23-47e2-8888-c9c87718ddc5 2018-10-10 17:28:18,016 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-2' booted successfully. IP='10.10.10.14'. 2018-10-10 17:28:18,016 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-2' to security group 'sdnvpn-sg'... 2018-10-10 17:28:18,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7887a0bee00f427e844de70594ebe3844393b983" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:28:19,670 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:28:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fa0954fa-a69f-4a1b-b5f7-355b272d91f4 x-compute-request-id: req-fa0954fa-a69f-4a1b-b5f7-355b272d91f4 Content-Length: 0 Content-Type: application/json 2018-10-10 17:28:19,670 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-fa0954fa-a69f-4a1b-b5f7-355b272d91f4 2018-10-10 17:28:19,671 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-1'... 2018-10-10 17:28:19,671 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-1 flavor=m1.tiny image=0c8333e9-19d2-40f7-876f-48901170b346 network=4f459da4-6388-427b-8a36-27f5c8b6bd26 secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.14 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-10 17:28:19,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:28:19,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:28:19,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:28:19,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:28:19,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:28:19,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:28:19,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:28:19,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:28:19,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:28:19,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:28:19,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:28:19,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:28:19,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:28:19,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:28:19,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:28:19,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:28:19,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:28:19,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:28:19,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:28:19,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:28:19,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:28:19,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:28:19,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:28:19,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:28:19,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:28:19,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:28:19,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:28:19,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:28:19,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:28:19,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:28:19,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:28:19,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:28:19,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:28:19,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:28:19,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:28:19,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:28:19,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:28:19,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:28:19,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:28:19,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:28:19,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:28:19,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:28:19,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:28:19,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:28:19,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:28:19,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:28:19,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:28:19,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:28:19,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:28:19,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5e95e71-58fb-43be-8338-c407e5f60b39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:28:19,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d5e95e71-58fb-43be-8338-c407e5f60b39 2018-10-10 17:28:19,688 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:28:20,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:28:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["bUxiFKPyRiCL7pEFt9WCpw"], "issued_at": "2018-10-10T17:28:20.000000Z"}} 2018-10-10 17:28:20,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" 2018-10-10 17:28:20,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-0c471884-7609-4c47-80ba-ee9747c88f72 x-compute-request-id: req-0c471884-7609-4c47-80ba-ee9747c88f72 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:28:20,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-0c471884-7609-4c47-80ba-ee9747c88f72 2018-10-10 17:28:20,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" 2018-10-10 17:28:20,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-0f31ad02-4277-43e4-ae34-67e851a7dcc6 x-compute-request-id: req-0f31ad02-4277-43e4-ae34-67e851a7dcc6 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:28:20,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-0f31ad02-4277-43e4-ae34-67e851a7dcc6 2018-10-10 17:28:20,264 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" -d '{"server": {"name": "sdnvpn-10-1", "imageRef": "0c8333e9-19d2-40f7-876f-48901170b346", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xNAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4f459da4-6388-427b-8a36-27f5c8b6bd26"}], "config_drive": true}}' 2018-10-10 17:28:21,712 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:28:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-184b4c8d-7b83-47c1-a81b-77265256f1a4 x-compute-request-id: req-184b4c8d-7b83-47c1-a81b-77265256f1a4 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c0e0d398-f9f0-46ff-b33c-b34a71d1cc84", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84", "rel": "bookmark"}], "adminPass": "qSX3JX6Hr8k4"}} 2018-10-10 17:28:21,712 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-184b4c8d-7b83-47c1-a81b-77265256f1a4 2018-10-10 17:28:21,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:28:21,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d07f2e93-37ab-4b67-ba0d-afadd093f352 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:28:21,720 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d07f2e93-37ab-4b67-ba0d-afadd093f352 2018-10-10 17:28:21,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:28:22,087 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:28:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["mxRFkVgdTNmbh0-iNdSs6Q"], "issued_at": "2018-10-10T17:28:22.000000Z"}} 2018-10-10 17:28:22,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2c60fa716733d37d2d004e33a1496a3b6113a2" 2018-10-10 17:28:22,631 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25ec0e42-ae31-479b-b2f3-850f28954670 x-compute-request-id: req-25ec0e42-ae31-479b-b2f3-850f28954670 Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84", "rel": "bookmark"}], "image": {"id": "0c8333e9-19d2-40f7-876f-48901170b346", "links": [{"href": "http://172.30.9.27:8774/images/0c8333e9-19d2-40f7-876f-48901170b346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000155", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "c0e0d398-f9f0-46ff-b33c-b34a71d1cc84", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:28:22Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-10-10T17:28:21Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:28:22,631 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84 used request id req-25ec0e42-ae31-479b-b2f3-850f28954670 2018-10-10 17:28:25,639 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2c60fa716733d37d2d004e33a1496a3b6113a2" 2018-10-10 17:28:26,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7659e922-b9c6-4d4b-bf88-f32cffd11912 x-compute-request-id: req-7659e922-b9c6-4d4b-bf88-f32cffd11912 Content-Encoding: gzip Content-Length: 777 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:3f:0a:96", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84", "rel": "bookmark"}], "image": {"id": "0c8333e9-19d2-40f7-876f-48901170b346", "links": [{"href": "http://172.30.9.27:8774/images/0c8333e9-19d2-40f7-876f-48901170b346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000155", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "c0e0d398-f9f0-46ff-b33c-b34a71d1cc84", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:28:22Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-10-10T17:28:21Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:28:26,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84 used request id req-7659e922-b9c6-4d4b-bf88-f32cffd11912 2018-10-10 17:28:29,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2c60fa716733d37d2d004e33a1496a3b6113a2" 2018-10-10 17:28:30,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4979bba7-91ac-483c-b376-6fc539e63fd8 x-compute-request-id: req-4979bba7-91ac-483c-b376-6fc539e63fd8 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:3f:0a:96", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84", "rel": "bookmark"}], "image": {"id": "0c8333e9-19d2-40f7-876f-48901170b346", "links": [{"href": "http://172.30.9.27:8774/images/0c8333e9-19d2-40f7-876f-48901170b346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000155", "OS-SRV-USG:launched_at": "2018-10-10T17:28:24.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "c0e0d398-f9f0-46ff-b33c-b34a71d1cc84", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:28:26Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-10-10T17:28:21Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:28:30,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84 used request id req-4979bba7-91ac-483c-b376-6fc539e63fd8 2018-10-10 17:28:30,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" 2018-10-10 17:28:30,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15a8a1ba-e1ed-489c-b7c7-a3d9c7bb7fc8 x-compute-request-id: req-15a8a1ba-e1ed-489c-b7c7-a3d9c7bb7fc8 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:3f:0a:96", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84", "rel": "bookmark"}], "image": {"id": "0c8333e9-19d2-40f7-876f-48901170b346", "links": [{"href": "http://172.30.9.27:8774/images/0c8333e9-19d2-40f7-876f-48901170b346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000155", "OS-SRV-USG:launched_at": "2018-10-10T17:28:24.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "c0e0d398-f9f0-46ff-b33c-b34a71d1cc84", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:28:26Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-10-10T17:28:21Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:28:30,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84 used request id req-15a8a1ba-e1ed-489c-b7c7-a3d9c7bb7fc8 2018-10-10 17:28:30,773 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-1' booted successfully. IP='10.10.10.6'. 2018-10-10 17:28:30,773 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-1' to security group 'sdnvpn-sg'... 2018-10-10 17:28:30,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7887a0bee00f427e844de70594ebe3844393b983" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:28:32,024 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:28:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-de560234-5a84-4571-8551-037e9974dea6 x-compute-request-id: req-de560234-5a84-4571-8551-037e9974dea6 Content-Length: 0 Content-Type: application/json 2018-10-10 17:28:32,024 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-de560234-5a84-4571-8551-037e9974dea6 2018-10-10 17:28:32,024 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-3'... 2018-10-10 17:28:32,024 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-3 flavor=m1.tiny image=0c8333e9-19d2-40f7-876f-48901170b346 network=4f459da4-6388-427b-8a36-27f5c8b6bd26 secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.6 10.10.10.14 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-10 17:28:32,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:28:32,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:28:32,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:28:32,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:28:32,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:28:32,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:28:32,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:28:32,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:28:32,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:28:32,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:28:32,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:28:32,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:28:32,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:28:32,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:28:32,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:28:32,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:28:32,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:28:32,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:28:32,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:28:32,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:28:32,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:28:32,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:28:32,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:28:32,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:28:32,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:28:32,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:28:32,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:28:32,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:28:32,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:28:32,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:28:32,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:28:32,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:28:32,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:28:32,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:28:32,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:28:32,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:28:32,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:28:32,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:28:32,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:28:32,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:28:32,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:28:32,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:28:32,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:28:32,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:28:32,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:28:32,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:28:32,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:28:32,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:28:32,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:28:32,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6151bd8b-c555-47b7-9a19-dbc04f4c709e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:28:32,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6151bd8b-c555-47b7-9a19-dbc04f4c709e 2018-10-10 17:28:32,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:28:32,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:28:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["p1XaxWYLR4C6Nz0sJo9oSw"], "issued_at": "2018-10-10T17:28:32.000000Z"}} 2018-10-10 17:28:32,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" 2018-10-10 17:28:32,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28: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-58972f5c-ea6c-4d57-b42f-16ad9d682d5d x-compute-request-id: req-58972f5c-ea6c-4d57-b42f-16ad9d682d5d Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:28:32,536 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-58972f5c-ea6c-4d57-b42f-16ad9d682d5d 2018-10-10 17:28:32,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" 2018-10-10 17:28:32,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28: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-3fd7e5f5-de1a-465f-96f4-9d59569b1891 x-compute-request-id: req-3fd7e5f5-de1a-465f-96f4-9d59569b1891 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:28:32,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-3fd7e5f5-de1a-465f-96f4-9d59569b1891 2018-10-10 17:28:32,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" -d '{"server": {"name": "sdnvpn-10-3", "imageRef": "0c8333e9-19d2-40f7-876f-48901170b346", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC42IDEwLjEwLjEwLjE0CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4f459da4-6388-427b-8a36-27f5c8b6bd26"}], "config_drive": true}}' 2018-10-10 17:28:33,988 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:28: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-6e47c193-847f-4b97-86a3-c9c838fed671 x-compute-request-id: req-6e47c193-847f-4b97-86a3-c9c838fed671 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "79e4ecee-d75c-4db9-ba59-b2d2780bfa16", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16", "rel": "bookmark"}], "adminPass": "2DkhnWVX2Jgn"}} 2018-10-10 17:28:33,988 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-6e47c193-847f-4b97-86a3-c9c838fed671 2018-10-10 17:28:33,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:28:33,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-127436af-c0fb-42c6-8450-1e2af8738736 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:28:33,996 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-127436af-c0fb-42c6-8450-1e2af8738736 2018-10-10 17:28:33,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:28:34,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:28:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["XddbL_O5QqGa-wUJJwQvvQ"], "issued_at": "2018-10-10T17:28:34.000000Z"}} 2018-10-10 17:28:34,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca9b9f1a6a55e2df50a1585ed4a3bd22a71529" 2018-10-10 17:28:34,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-ebd6ff1b-e254-4786-97d2-85a6f4f27a23 x-compute-request-id: req-ebd6ff1b-e254-4786-97d2-85a6f4f27a23 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.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16", "rel": "bookmark"}], "image": {"id": "0c8333e9-19d2-40f7-876f-48901170b346", "links": [{"href": "http://172.30.9.27:8774/images/0c8333e9-19d2-40f7-876f-48901170b346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000158", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "79e4ecee-d75c-4db9-ba59-b2d2780bfa16", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:28:34Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-3", "created": "2018-10-10T17:28:33Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:28:34,784 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16 used request id req-ebd6ff1b-e254-4786-97d2-85a6f4f27a23 2018-10-10 17:28:37,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca9b9f1a6a55e2df50a1585ed4a3bd22a71529" 2018-10-10 17:28:38,512 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f858b27e-82fb-4ff5-b8ad-9f406749f959 x-compute-request-id: req-f858b27e-82fb-4ff5-b8ad-9f406749f959 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:35:bb:a9", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16", "rel": "bookmark"}], "image": {"id": "0c8333e9-19d2-40f7-876f-48901170b346", "links": [{"href": "http://172.30.9.27:8774/images/0c8333e9-19d2-40f7-876f-48901170b346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000158", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "79e4ecee-d75c-4db9-ba59-b2d2780bfa16", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:28:34Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-10-10T17:28:33Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:28:38,512 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16 used request id req-f858b27e-82fb-4ff5-b8ad-9f406749f959 2018-10-10 17:28:41,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca9b9f1a6a55e2df50a1585ed4a3bd22a71529" 2018-10-10 17:28:42,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28: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-c084ada3-8fd9-42d2-9417-a105a4f333da x-compute-request-id: req-c084ada3-8fd9-42d2-9417-a105a4f333da 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:35:bb:a9", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16", "rel": "bookmark"}], "image": {"id": "0c8333e9-19d2-40f7-876f-48901170b346", "links": [{"href": "http://172.30.9.27:8774/images/0c8333e9-19d2-40f7-876f-48901170b346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000158", "OS-SRV-USG:launched_at": "2018-10-10T17:28:37.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "79e4ecee-d75c-4db9-ba59-b2d2780bfa16", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:28:38Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-10-10T17:28:33Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:28:42,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16 used request id req-c084ada3-8fd9-42d2-9417-a105a4f333da 2018-10-10 17:28:42,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" 2018-10-10 17:28:42,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-587ffb21-022a-42ea-9521-ec0bc37bfeb0 x-compute-request-id: req-587ffb21-022a-42ea-9521-ec0bc37bfeb0 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:35:bb:a9", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16", "rel": "bookmark"}], "image": {"id": "0c8333e9-19d2-40f7-876f-48901170b346", "links": [{"href": "http://172.30.9.27:8774/images/0c8333e9-19d2-40f7-876f-48901170b346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000158", "OS-SRV-USG:launched_at": "2018-10-10T17:28:37.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "79e4ecee-d75c-4db9-ba59-b2d2780bfa16", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:28:38Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-10-10T17:28:33Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:28:42,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16 used request id req-587ffb21-022a-42ea-9521-ec0bc37bfeb0 2018-10-10 17:28:42,560 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-3' booted successfully. IP='10.10.10.15'. 2018-10-10 17:28:42,560 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-3' to security group 'sdnvpn-sg'... 2018-10-10 17:28:42,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7887a0bee00f427e844de70594ebe3844393b983" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:28:44,135 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:28:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-87a013e0-00f5-45b5-b8aa-3c5c25b6f9ae x-compute-request-id: req-87a013e0-00f5-45b5-b8aa-3c5c25b6f9ae Content-Length: 0 Content-Type: application/json 2018-10-10 17:28:44,135 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-87a013e0-00f5-45b5-b8aa-3c5c25b6f9ae 2018-10-10 17:28:44,136 - sdnvpn_test_utils - INFO - Waiting for instance e8265846-339c-4121-921d-b4606fc06e1a to boot up 2018-10-10 17:28:44,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:28:45,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-160581f4-6c31-44e6-bdd6-4f9ae8c0cea0 x-compute-request-id: req-160581f4-6c31-44e6-bdd6-4f9ae8c0cea0 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:28:45,204 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-160581f4-6c31-44e6-bdd6-4f9ae8c0cea0 2018-10-10 17:28:47,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:28:48,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-94a3edfa-1ea3-405b-b407-ee6ed0102ecd x-compute-request-id: req-94a3edfa-1ea3-405b-b407-ee6ed0102ecd Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:28:48,295 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-94a3edfa-1ea3-405b-b407-ee6ed0102ecd 2018-10-10 17:28:50,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:28:51,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dff495c4-51fc-47e9-9870-70ade1dddf06 x-compute-request-id: req-dff495c4-51fc-47e9-9870-70ade1dddf06 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:28:51,386 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-dff495c4-51fc-47e9-9870-70ade1dddf06 2018-10-10 17:28:53,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:28:54,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b67a365-3aee-46ba-b492-408fec7fdfb1 x-compute-request-id: req-2b67a365-3aee-46ba-b492-408fec7fdfb1 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:28:54,483 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-2b67a365-3aee-46ba-b492-408fec7fdfb1 2018-10-10 17:28:56,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:28:57,568 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:28:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e02b3c9-8448-4e1c-86ba-5c80896ff795 x-compute-request-id: req-1e02b3c9-8448-4e1c-86ba-5c80896ff795 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:28:57,568 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-1e02b3c9-8448-4e1c-86ba-5c80896ff795 2018-10-10 17:28:59,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:00,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-50c802da-01b9-4e59-be58-5423ff40d1b4 x-compute-request-id: req-50c802da-01b9-4e59-be58-5423ff40d1b4 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:29:00,655 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-50c802da-01b9-4e59-be58-5423ff40d1b4 2018-10-10 17:29:02,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:03,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-475b0ca9-b9f2-48dc-b7fc-dadaf4137c18 x-compute-request-id: req-475b0ca9-b9f2-48dc-b7fc-dadaf4137c18 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:29:03,747 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-475b0ca9-b9f2-48dc-b7fc-dadaf4137c18 2018-10-10 17:29:05,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:06,840 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-12b3a778-b9e2-4cfb-a004-455864089a92 x-compute-request-id: req-12b3a778-b9e2-4cfb-a004-455864089a92 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:29:06,841 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-12b3a778-b9e2-4cfb-a004-455864089a92 2018-10-10 17:29:08,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:09,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:29:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28f687c1-a91b-4a84-b4d8-0b3a1e36bfee x-compute-request-id: req-28f687c1-a91b-4a84-b4d8-0b3a1e36bfee Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:29:09,923 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-28f687c1-a91b-4a84-b4d8-0b3a1e36bfee 2018-10-10 17:29:11,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:13,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:29:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2de953c7-009b-4a5c-841e-e208a7809b30 x-compute-request-id: req-2de953c7-009b-4a5c-841e-e208a7809b30 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:29:13,020 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-2de953c7-009b-4a5c-841e-e208a7809b30 2018-10-10 17:29:15,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:16,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-093703f3-a80c-4744-93b2-a6f9373b7ea0 x-compute-request-id: req-093703f3-a80c-4744-93b2-a6f9373b7ea0 Content-Encoding: gzip Content-Length: 7824 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\n"} 2018-10-10 17:29:16,287 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-093703f3-a80c-4744-93b2-a6f9373b7ea0 2018-10-10 17:29:18,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:19,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:29: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-3d66027f-0331-4901-95c7-9d33fe368a61 x-compute-request-id: req-3d66027f-0331-4901-95c7-9d33fe368a61 Content-Encoding: gzip Content-Length: 9382 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n"} 2018-10-10 17:29:19,373 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-3d66027f-0331-4901-95c7-9d33fe368a61 2018-10-10 17:29:21,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:22,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-0eccc4f5-daf9-413a-9dbf-3559323fa34c x-compute-request-id: req-0eccc4f5-daf9-413a-9dbf-3559323fa34c 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 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:29:22,467 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-0eccc4f5-daf9-413a-9dbf-3559323fa34c 2018-10-10 17:29:24,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:25,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:29: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-2b2867a9-c616-4fb2-a14e-73327701e008 x-compute-request-id: req-2b2867a9-c616-4fb2-a14e-73327701e008 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 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:29:25,563 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-2b2867a9-c616-4fb2-a14e-73327701e008 2018-10-10 17:29:27,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:28,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-31ac7f47-2164-473c-b7a8-7f1ccb6b6eca x-compute-request-id: req-31ac7f47-2164-473c-b7a8-7f1ccb6b6eca 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 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:29:28,659 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-31ac7f47-2164-473c-b7a8-7f1ccb6b6eca 2018-10-10 17:29:30,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:31,756 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-06361d15-6876-431f-97f6-b46caa6bd4b2 x-compute-request-id: req-06361d15-6876-431f-97f6-b46caa6bd4b2 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 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:29:31,757 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-06361d15-6876-431f-97f6-b46caa6bd4b2 2018-10-10 17:29:33,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:34,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-15c17991-b98e-4603-b5a5-26b4adfe8362 x-compute-request-id: req-15c17991-b98e-4603-b5a5-26b4adfe8362 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 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-10 17:29:34,850 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-15c17991-b98e-4603-b5a5-26b4adfe8362 2018-10-10 17:29:36,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:37,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:29: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-189e870c-7595-4242-a553-20430ba8bb93 x-compute-request-id: req-189e870c-7595-4242-a553-20430ba8bb93 Content-Encoding: gzip Content-Length: 10062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:29:37,948 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-189e870c-7595-4242-a553-20430ba8bb93 2018-10-10 17:29:39,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:41,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:29: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-2ce40615-583a-4299-b765-9651c2f483ab x-compute-request-id: req-2ce40615-583a-4299-b765-9651c2f483ab Content-Encoding: gzip Content-Length: 10062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:29:41,045 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-2ce40615-583a-4299-b765-9651c2f483ab 2018-10-10 17:29:43,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:44,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:29:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b636fc48-c9fe-483a-93ba-e172ea271549 x-compute-request-id: req-b636fc48-c9fe-483a-93ba-e172ea271549 Content-Encoding: gzip Content-Length: 10062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:29:44,133 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-b636fc48-c9fe-483a-93ba-e172ea271549 2018-10-10 17:29:46,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:47,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:29:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7703ad3f-7f1c-4d7d-b8a4-d318026da32d x-compute-request-id: req-7703ad3f-7f1c-4d7d-b8a4-d318026da32d Content-Encoding: gzip Content-Length: 10062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-10 17:29:47,221 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-7703ad3f-7f1c-4d7d-b8a4-d318026da32d 2018-10-10 17:29:49,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:50,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:29:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e120682-5a06-462c-92b3-6ea1d33989cb x-compute-request-id: req-7e120682-5a06-462c-92b3-6ea1d33989cb Content-Encoding: gzip Content-Length: 10081 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:29:50,311 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-7e120682-5a06-462c-92b3-6ea1d33989cb 2018-10-10 17:29:52,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:53,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:29: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-da87a27c-cf82-4049-8bb1-0df08855eae6 x-compute-request-id: req-da87a27c-cf82-4049-8bb1-0df08855eae6 Content-Encoding: gzip Content-Length: 10081 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:29:53,409 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-da87a27c-cf82-4049-8bb1-0df08855eae6 2018-10-10 17:29:55,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:56,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:29:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96049ee7-926b-47e8-a3c3-23f1f0744398 x-compute-request-id: req-96049ee7-926b-47e8-a3c3-23f1f0744398 Content-Encoding: gzip Content-Length: 10081 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:29:56,505 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-96049ee7-926b-47e8-a3c3-23f1f0744398 2018-10-10 17:29:58,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:29:59,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:29:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-766ea2b5-17a7-4e7b-a8d9-4e259006efca x-compute-request-id: req-766ea2b5-17a7-4e7b-a8d9-4e259006efca Content-Encoding: gzip Content-Length: 10081 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:29:59,596 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-766ea2b5-17a7-4e7b-a8d9-4e259006efca 2018-10-10 17:30:01,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:02,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-549631b9-aed5-4cc4-84aa-85b78e1a3071 x-compute-request-id: req-549631b9-aed5-4cc4-84aa-85b78e1a3071 Content-Encoding: gzip Content-Length: 10081 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-10 17:30:02,693 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-549631b9-aed5-4cc4-84aa-85b78e1a3071 2018-10-10 17:30:04,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:05,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c54cfe3-18eb-40f4-961f-048f1cc43ef9 x-compute-request-id: req-2c54cfe3-18eb-40f4-961f-048f1cc43ef9 Content-Encoding: gzip Content-Length: 11138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\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.164156] random: dd urandom read with 5 bits of entropy available\n[ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.168599] usb 1-1: Product: QEMU USB Tablet\n[ 1.168600] usb 1-1: Manufacturer: QEMU\n[ 1.168601] usb 1-1: SerialNumber: 42\n[ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:28:13 cirros kern.info kernel: [ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843915] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843916] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 10 18:28:13 cirros kern.info kernel: [ 0.845521] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 10 18:28:13 cirros kern.info kernel: [ 0.848384] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 10 18:28:13 cirros kern.info kernel: [ 0.850339] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 10 18:28:13 cirros kern.info kernel: [ 0.874257] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.875234] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.876357] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.911595] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 1.007725] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 10 18:28:13 cirros kern.info kernel: [ 1.131847] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.info kernel: [ 1.146113] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.notice kernel: [ 1.164156] random: dd urandom read with 5 bits of entropy available\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168599] usb 1-1: Product: QEMU USB Tablet\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168600] usb 1-1: Manufacturer: QEMU\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168601] usb 1-1: SerialNumber: 42\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:29:15 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:29:16 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:29:16 cirros kern.info kernel: [ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:29:16 cirros kern.info kernel: [ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-10-10 17:30:05,804 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-2c54cfe3-18eb-40f4-961f-048f1cc43ef9 2018-10-10 17:30:07,840 - sdnvpn_test_utils - INFO - Waiting for instance c0e0d398-f9f0-46ff-b33c-b34a71d1cc84 to boot up 2018-10-10 17:30:07,843 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:08,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-d6f8c0ed-e206-4543-b543-1e9f4edbe4a9 x-compute-request-id: req-d6f8c0ed-e206-4543-b543-1e9f4edbe4a9 Content-Encoding: gzip Content-Length: 8085 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 561663203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132742] pid_max: default: 32768 minimum: 301\n[ 0.133609] ACPI: Core revision 20150930\n[ 0.134963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136234] Security Framework initialized\n[ 0.137027] Yama: becoming mindful.\n[ 0.137737] AppArmor: AppArmor initialized\n[ 0.138581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139875] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143827] Initializing cgroup subsys io\n[ 0.144620] Initializing cgroup subsys memory\n[ 0.145459] Initializing cgroup subsys devices\n[ 0.146323] Initializing cgroup subsys freezer\n[ 0.147174] Initializing cgroup subsys net_cls\n[ 0.148020] Initializing cgroup subsys perf_event\n[ 0.148906] Initializing cgroup subsys net_prio\n[ 0.149761] Initializing cgroup subsys hugetlb\n[ 0.150616] Initializing cgroup subsys pids\n[ 0.151466] CPU: Physical Processor ID: 0\n[ 0.152940] mce: CPU supports 10 MCE banks\n[ 0.153760] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154738] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172148] ftrace: allocating 31920 entries in 125 pages\n[ 0.198366] smpboot: Max logical packages: 1\n[ 0.199207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200517] x2apic enabled\n[ 0.201324] Switched APIC routing to physical x2apic.\n[ 0.203169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204209] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208679] KVM setup paravirtual spinlock\n[ 0.210115] x86: Booted up 1 node, 1 CPUs\n[ 0.211072] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212718] devtmpfs: initialized\n[ 0.214548] evm: security.selinux\n[ 0.215372] evm: security.SMACK64\n[ 0.216178] evm: security.SMACK64EXEC\n[ 0.217066] evm: security.SMACK64TRANSMUTE\n[ 0.218030] evm: security.SMACK64MMAP\n[ 0.218941] evm: security.ima\n[ 0.219707] evm: security.capability\n[ 0.220644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222736] pinctrl core: initialized pinctrl subsystem\n[ 0.223810] RTC time: 17:28:24, date: 10/10/18\n[ 0.224741] NET: Registered protocol family 16\n[ 0.225689] cpuidle: using governor ladder\n[ 0.226696] cpuidle: using governor menu\n[ 0.227476] PCCT header not found.\n[ 0.228214] ACPI: bus type PCI registered\n[ 0.228999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230213] PCI: Using configuration type 1 for base access\n[ 0.231967] ACPI: Added _OSI(Module Device)\n[ 0.232792] ACPI: Added _OSI(Processor Device)\n[ 0.233635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236631] ACPI: Interpreter enabled\n[ 0.237381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244719] ACPI: (supports S0 S5)\n[ 0.245409] ACPI: Using IOAPIC for interrupt routing\n[ 0.246332] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251721] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252887] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255079] acpiphp: Slot [3] registered\n[ 0.255863] acpiphp: Slot [4] registered\n[ 0.256642] acpiphp: Slot [5] registered\n[ 0.257426] acpiphp: Slot [6] registered\n[ 0.258201] acpiphp: Slot [7] registered\n[ 0.258979] acpiphp: Slot [8] registered\n[ 0.259765] acpiphp: Slot [9] registered\n[ 0.260542] acpiphp: Slot [10] registered\n[ 0.261340] acpiphp: Slot [11] registered\n[ 0.262337] acpiphp: Slot [12] registered\n[ 0.263070] acpiphp: Slot [13] registered\n[ 0.263844] acpiphp: Slot [14] registered\n[ 0.264633] acpiphp: Slot [15] registered\n[ 0.275688] acpiphp: Slot [16] registered\n[ 0.276493] acpiphp: Slot [17] registered\n[ 0.277283] acpiphp: Slot [18] registered\n[ 0.278064] acpiphp: Slot [19] registered\n[ 0.278850] acpiphp: Slot [20] registered\n[ 0.279645] acpiphp: Slot [21] registered\n[ 0.280445] acpiphp: Slot [22] registered\n[ 0.281227] acpiphp: Slot [23] registered\n[ 0.282013] acpiphp: Slot [24] registered\n[ 0.282820] acpiphp: Slot [25] registered\n[ 0.283612] acpiphp: Slot [26] registered\n[ 0.284403] acpiphp: Slot [27] registered\n[ 0.285192] acpiphp: Slot [28] registered\n[ 0.285989] acpiphp: Slot [29] registered\n[ 0.286778] acpiphp: Slot [30] registered\n[ 0.287572] acpiphp: Slot [31] registered\n[ 0.288365] PCI host bridge to bus 0000:00\n[ 0.289145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290337] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312221] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358765] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367211] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368376] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369870] vgaarb: loaded\n[ 0.370458] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371561] SCSI subsystem initialized\n[ 0.372357] ACPI: bus type USB registered\n[ 0.373156] usbcore: registered new interface driver usbfs\n[ 0.374154] usbcore: registered new interface driver hub\n[ 0.375135] usbcore: registered new device driver usb\n[ 0.376175] PCI: Using ACPI for IRQ routing\n[ 0.377190] NetLabel: Initializing\n[ 0.377890] NetLabel: domain hash size = 128\n[ 0.378723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379661] NetLabel: unlabeled traffic allowed by default\n[ 0.380746] clocksource: Switched to clocksource kvm-clock\n[ 0.386216] AppArmor: AppArmor Filesystem Enabled\n[ 0.387174] pnp: PnP ACPI init\n[ 0.388089] pnp: PnP ACPI: found 5 devices\n[ 0.394442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396122] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398346] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399432] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400571] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401633] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402797] NET: Registered protocol family 1\n[ 0.403682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404777] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405831] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419883] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434252] Trying to unpack rootfs image as initramfs...\n[ 0.484617] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498503] Scanning for low memory corruption every 60 seconds\n[ 0.499811] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500955] audit: initializing netlink subsys (disabled)\n[ 0.501971] audit: type=2000 audit(1539192505.394:1): initialized\n[ 0.503313] Initialise system trusted keyring\n[ 0.504170] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505320] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507254] zbud: loaded\n[ 0.507948] VFS: Disk quotas dquot_6.6.0\n[ 0.508774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510283] fuse init (API version 7.23)\n[ 0.511151] Key type big_key registered\n[ 0.511941] Allocating IMA MOK and blacklist keyrings.\n[ 0.513041] Key type asymmetric registered\n[ 0.513853] Asymmetric key parser 'x509' registered\n[ 0.514794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516606] io scheduler noop registered\n[ 0.517406] io scheduler deadline registered (default)\n[ 0.518379] io scheduler cfq registered\n[ 0.519195] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522990] ACPI: Power Button [PWRF]\n[ 0.523807] GHES: HEST is not enabled!\n[ 0.537570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566085] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568291] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593723] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596388] Linux agpgart interface v0.103\n[ 0.598482] brd: module loaded\n[ 0.599682] loop: module loaded\n[ 0.605093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606519] GPT:90111 != 2097151\n[ 0.607175] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608242] GPT:90111 != 2097151\n[ 0.608920] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609869] vda: vda1 vda15\n[ 0.611571] scsi host0: ata_piix\n[ 0.612294] scsi host1: ata_piix\n[ 0.613003] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615612] libphy: Fixed MDIO Bus: probed\n[ 0.616408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619624] PPP generic driver version 2.4.2\n[ 0.620791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622218] ehci-pci: EHCI PCI platform driver\n[ 0.623090] ehci-platform: EHCI generic platform driver\n[ 0.624072] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625299] ohci-pci: OHCI PCI platform driver\n[ 0.626166] ohci-platform: OHCI generic platform driver\n[ 0.627156] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644288] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649049] usb usb1: Product: UHCI Host Controller\n[ 0.649975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651102] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652116] hub 1-0:1.0: USB hub found\n[ 0.652893] hub 1-0:1.0: 2 ports detected\n[ 0.653802] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656886] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658091] mousedev: PS/2 mouse device common for all mice\n[ 0.659341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661160] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662239] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664598] i2c /dev entries driver\n[ 0.665359] device-mapper: uevent: version 1.0.3\n[ 0.666314] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667964] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669232] NET: Registered protocol family 10\n[ 0.670215] NET: Registered protocol family 17\n[ 0.671094] Key type dns_resolver registered\n[ 0.672010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674817] registered taskstats version 1\n[ 0.675650] Loading compiled-in X.509 certificates\n[ 0.677076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678904] zswap: loaded using pool lzo/zbud\n[ 0.680262] Key type trusted registered\n[ 0.681814] Key type encrypted registered\n[ 0.682797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685270] evm: HMAC attrs: 0x1\n[ 0.686363] Magic number: 6:505:491\n[ 0.687349] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:25 UTC (1539192505)\n[ 0.689257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690593] EDD information not available.\n[ 0.769297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770920] ata1.00: configured for MWDMA2\n[ 0.772292] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785202] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786707] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788187] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790259] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792081] Write protecting the kernel read-only data: 14336k\n[ 0.793858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795942] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.250932] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.50s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:08,924 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-d6f8c0ed-e206-4543-b543-1e9f4edbe4a9 2018-10-10 17:30:10,927 - sdnvpn_test_utils - INFO - Waiting for instance 79e4ecee-d75c-4db9-ba59-b2d2780bfa16 to boot up 2018-10-10 17:30:10,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:12,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-31bafb8c-5efe-4b39-8812-46a51fba646f x-compute-request-id: req-31bafb8c-5efe-4b39-8812-46a51fba646f Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528961692 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129478] pid_max: default: 32768 minimum: 301\n[ 0.130346] ACPI: Core revision 20150930\n[ 0.131706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132982] Security Framework initialized\n[ 0.133773] Yama: becoming mindful.\n[ 0.134481] AppArmor: AppArmor initialized\n[ 0.135328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140376] Initializing cgroup subsys io\n[ 0.141176] Initializing cgroup subsys memory\n[ 0.142007] Initializing cgroup subsys devices\n[ 0.142857] Initializing cgroup subsys freezer\n[ 0.143710] Initializing cgroup subsys net_cls\n[ 0.144579] Initializing cgroup subsys perf_event\n[ 0.145482] Initializing cgroup subsys net_prio\n[ 0.146339] Initializing cgroup subsys hugetlb\n[ 0.147190] Initializing cgroup subsys pids\n[ 0.148036] CPU: Physical Processor ID: 0\n[ 0.149502] mce: CPU supports 10 MCE banks\n[ 0.150325] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168733] ftrace: allocating 31920 entries in 125 pages\n[ 0.194993] smpboot: Max logical packages: 1\n[ 0.195852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197171] x2apic enabled\n[ 0.197960] Switched APIC routing to physical x2apic.\n[ 0.199698] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204558] KVM setup paravirtual spinlock\n[ 0.205838] x86: Booted up 1 node, 1 CPUs\n[ 0.206627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207983] devtmpfs: initialized\n[ 0.209690] evm: security.selinux\n[ 0.210375] evm: security.SMACK64\n[ 0.211083] evm: security.SMACK64EXEC\n[ 0.211806] evm: security.SMACK64TRANSMUTE\n[ 0.212594] evm: security.SMACK64MMAP\n[ 0.213321] evm: security.ima\n[ 0.213950] evm: security.capability\n[ 0.214737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216579] pinctrl core: initialized pinctrl subsystem\n[ 0.217650] RTC time: 17:28:37, date: 10/10/18\n[ 0.218594] NET: Registered protocol family 16\n[ 0.219541] cpuidle: using governor ladder\n[ 0.220349] cpuidle: using governor menu\n[ 0.221115] PCCT header not found.\n[ 0.221846] ACPI: bus type PCI registered\n[ 0.222636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223854] PCI: Using configuration type 1 for base access\n[ 0.225580] ACPI: Added _OSI(Module Device)\n[ 0.226407] ACPI: Added _OSI(Processor Device)\n[ 0.227249] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230284] ACPI: Interpreter enabled\n[ 0.231027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238224] ACPI: (supports S0 S5)\n[ 0.238908] ACPI: Using IOAPIC for interrupt routing\n[ 0.239936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242975] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244104] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246513] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248685] acpiphp: Slot [3] registered\n[ 0.249466] acpiphp: Slot [4] registered\n[ 0.250255] acpiphp: Slot [5] registered\n[ 0.251029] acpiphp: Slot [6] registered\n[ 0.251814] acpiphp: Slot [7] registered\n[ 0.252596] acpiphp: Slot [8] registered\n[ 0.253392] acpiphp: Slot [9] registered\n[ 0.254165] acpiphp: Slot [10] registered\n[ 0.254947] acpiphp: Slot [11] registered\n[ 0.255745] acpiphp: Slot [12] registered\n[ 0.256536] acpiphp: Slot [13] registered\n[ 0.257328] acpiphp: Slot [14] registered\n[ 0.258132] acpiphp: Slot [15] registered\n[ 0.269146] acpiphp: Slot [16] registered\n[ 0.269941] acpiphp: Slot [17] registered\n[ 0.270767] acpiphp: Slot [18] registered\n[ 0.271550] acpiphp: Slot [19] registered\n[ 0.272325] acpiphp: Slot [20] registered\n[ 0.273103] acpiphp: Slot [21] registered\n[ 0.273883] acpiphp: Slot [22] registered\n[ 0.274666] acpiphp: Slot [23] registered\n[ 0.275450] acpiphp: Slot [24] registered\n[ 0.276229] acpiphp: Slot [25] registered\n[ 0.277004] acpiphp: Slot [26] registered\n[ 0.277783] acpiphp: Slot [27] registered\n[ 0.278571] acpiphp: Slot [28] registered\n[ 0.279357] acpiphp: Slot [29] registered\n[ 0.280136] acpiphp: Slot [30] registered\n[ 0.280910] acpiphp: Slot [31] registered\n[ 0.281686] PCI host bridge to bus 0000:00\n[ 0.282464] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286182] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287577] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303915] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305324] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356772] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360545] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362092] vgaarb: loaded\n[ 0.362680] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363785] SCSI subsystem initialized\n[ 0.364652] ACPI: bus type USB registered\n[ 0.365457] usbcore: registered new interface driver usbfs\n[ 0.366467] usbcore: registered new interface driver hub\n[ 0.367450] usbcore: registered new device driver usb\n[ 0.368492] PCI: Using ACPI for IRQ routing\n[ 0.369493] NetLabel: Initializing\n[ 0.370194] NetLabel: domain hash size = 128\n[ 0.371080] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372006] NetLabel: unlabeled traffic allowed by default\n[ 0.373085] clocksource: Switched to clocksource kvm-clock\n[ 0.378519] AppArmor: AppArmor Filesystem Enabled\n[ 0.379459] pnp: PnP ACPI init\n[ 0.380357] pnp: PnP ACPI: found 5 devices\n[ 0.386703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388396] NET: Registered protocol family 2\n[ 0.389371] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395129] NET: Registered protocol family 1\n[ 0.395976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412007] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426532] Trying to unpack rootfs image as initramfs...\n[ 0.475947] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489807] Scanning for low memory corruption every 60 seconds\n[ 0.491155] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492308] audit: initializing netlink subsys (disabled)\n[ 0.493320] audit: type=2000 audit(1539192518.674:1): initialized\n[ 0.494608] Initialise system trusted keyring\n[ 0.495516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496700] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498652] zbud: loaded\n[ 0.499346] VFS: Disk quotas dquot_6.6.0\n[ 0.500153] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501637] fuse init (API version 7.23)\n[ 0.502529] Key type big_key registered\n[ 0.503317] Allocating IMA MOK and blacklist keyrings.\n[ 0.504767] Key type asymmetric registered\n[ 0.505584] Asymmetric key parser 'x509' registered\n[ 0.506523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507956] io scheduler noop registered\n[ 0.508783] io scheduler deadline registered (default)\n[ 0.509768] io scheduler cfq registered\n[ 0.510588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514285] ACPI: Power Button [PWRF]\n[ 0.515107] GHES: HEST is not enabled!\n[ 0.528863] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590494] brd: module loaded\n[ 0.591687] loop: module loaded\n[ 0.596550] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597979] GPT:90111 != 2097151\n[ 0.598645] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599704] GPT:90111 != 2097151\n[ 0.600362] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601303] vda: vda1 vda15\n[ 0.602767] scsi host0: ata_piix\n[ 0.603489] scsi host1: ata_piix\n[ 0.604177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605358] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606764] libphy: Fixed MDIO Bus: probed\n[ 0.607565] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610783] PPP generic driver version 2.4.2\n[ 0.611654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612855] ehci-pci: EHCI PCI platform driver\n[ 0.613711] ehci-platform: EHCI generic platform driver\n[ 0.614672] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615768] ohci-pci: OHCI PCI platform driver\n[ 0.616616] ohci-platform: OHCI generic platform driver\n[ 0.617585] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635361] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639006] usb usb1: Product: UHCI Host Controller\n[ 0.639907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641008] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641933] hub 1-0:1.0: USB hub found\n[ 0.642691] hub 1-0:1.0: 2 ports detected\n[ 0.643573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647581] mousedev: PS/2 mouse device common for all mice\n[ 0.648796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650586] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652808] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653966] i2c /dev entries driver\n[ 0.654704] device-mapper: uevent: version 1.0.3\n[ 0.655608] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657190] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658440] NET: Registered protocol family 10\n[ 0.659419] NET: Registered protocol family 17\n[ 0.660284] Key type dns_resolver registered\n[ 0.661197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663942] registered taskstats version 1\n[ 0.664744] Loading compiled-in X.509 certificates\n[ 0.666160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667947] zswap: loaded using pool lzo/zbud\n[ 0.669293] Key type trusted registered\n[ 0.670802] Key type encrypted registered\n[ 0.671608] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673613] evm: HMAC attrs: 0x1\n[ 0.674887] Magic number: 6:505:491\n[ 0.675715] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:38 UTC (1539192518)\n[ 0.677284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678364] EDD information not available.\n[ 0.761636] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.763032] ata1.00: configured for MWDMA2\n[ 0.764215] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776725] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777919] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779137] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780957] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782448] Write protecting the kernel read-only data: 14336k\n[ 0.783975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841441] 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.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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.40s]\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\n"} 2018-10-10 17:30:12,000 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-31bafb8c-5efe-4b39-8812-46a51fba646f 2018-10-10 17:30:14,063 - __name__ - INFO - Starting all monitor threads 2018-10-10 17:30:14,077 - __name__ - INFO - Wait before subtest 2018-10-10 17:30:15,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:15,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:15,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:16,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a122a24-6590-4f9d-b886-af27e5e2cbf7 x-compute-request-id: req-7a122a24-6590-4f9d-b886-af27e5e2cbf7 Content-Encoding: gzip Content-Length: 8086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 561663203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132742] pid_max: default: 32768 minimum: 301\n[ 0.133609] ACPI: Core revision 20150930\n[ 0.134963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136234] Security Framework initialized\n[ 0.137027] Yama: becoming mindful.\n[ 0.137737] AppArmor: AppArmor initialized\n[ 0.138581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139875] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143827] Initializing cgroup subsys io\n[ 0.144620] Initializing cgroup subsys memory\n[ 0.145459] Initializing cgroup subsys devices\n[ 0.146323] Initializing cgroup subsys freezer\n[ 0.147174] Initializing cgroup subsys net_cls\n[ 0.148020] Initializing cgroup subsys perf_event\n[ 0.148906] Initializing cgroup subsys net_prio\n[ 0.149761] Initializing cgroup subsys hugetlb\n[ 0.150616] Initializing cgroup subsys pids\n[ 0.151466] CPU: Physical Processor ID: 0\n[ 0.152940] mce: CPU supports 10 MCE banks\n[ 0.153760] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154738] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172148] ftrace: allocating 31920 entries in 125 pages\n[ 0.198366] smpboot: Max logical packages: 1\n[ 0.199207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200517] x2apic enabled\n[ 0.201324] Switched APIC routing to physical x2apic.\n[ 0.203169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204209] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208679] KVM setup paravirtual spinlock\n[ 0.210115] x86: Booted up 1 node, 1 CPUs\n[ 0.211072] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212718] devtmpfs: initialized\n[ 0.214548] evm: security.selinux\n[ 0.215372] evm: security.SMACK64\n[ 0.216178] evm: security.SMACK64EXEC\n[ 0.217066] evm: security.SMACK64TRANSMUTE\n[ 0.218030] evm: security.SMACK64MMAP\n[ 0.218941] evm: security.ima\n[ 0.219707] evm: security.capability\n[ 0.220644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222736] pinctrl core: initialized pinctrl subsystem\n[ 0.223810] RTC time: 17:28:24, date: 10/10/18\n[ 0.224741] NET: Registered protocol family 16\n[ 0.225689] cpuidle: using governor ladder\n[ 0.226696] cpuidle: using governor menu\n[ 0.227476] PCCT header not found.\n[ 0.228214] ACPI: bus type PCI registered\n[ 0.228999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230213] PCI: Using configuration type 1 for base access\n[ 0.231967] ACPI: Added _OSI(Module Device)\n[ 0.232792] ACPI: Added _OSI(Processor Device)\n[ 0.233635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236631] ACPI: Interpreter enabled\n[ 0.237381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244719] ACPI: (supports S0 S5)\n[ 0.245409] ACPI: Using IOAPIC for interrupt routing\n[ 0.246332] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251721] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252887] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255079] acpiphp: Slot [3] registered\n[ 0.255863] acpiphp: Slot [4] registered\n[ 0.256642] acpiphp: Slot [5] registered\n[ 0.257426] acpiphp: Slot [6] registered\n[ 0.258201] acpiphp: Slot [7] registered\n[ 0.258979] acpiphp: Slot [8] registered\n[ 0.259765] acpiphp: Slot [9] registered\n[ 0.260542] acpiphp: Slot [10] registered\n[ 0.261340] acpiphp: Slot [11] registered\n[ 0.262337] acpiphp: Slot [12] registered\n[ 0.263070] acpiphp: Slot [13] registered\n[ 0.263844] acpiphp: Slot [14] registered\n[ 0.264633] acpiphp: Slot [15] registered\n[ 0.275688] acpiphp: Slot [16] registered\n[ 0.276493] acpiphp: Slot [17] registered\n[ 0.277283] acpiphp: Slot [18] registered\n[ 0.278064] acpiphp: Slot [19] registered\n[ 0.278850] acpiphp: Slot [20] registered\n[ 0.279645] acpiphp: Slot [21] registered\n[ 0.280445] acpiphp: Slot [22] registered\n[ 0.281227] acpiphp: Slot [23] registered\n[ 0.282013] acpiphp: Slot [24] registered\n[ 0.282820] acpiphp: Slot [25] registered\n[ 0.283612] acpiphp: Slot [26] registered\n[ 0.284403] acpiphp: Slot [27] registered\n[ 0.285192] acpiphp: Slot [28] registered\n[ 0.285989] acpiphp: Slot [29] registered\n[ 0.286778] acpiphp: Slot [30] registered\n[ 0.287572] acpiphp: Slot [31] registered\n[ 0.288365] PCI host bridge to bus 0000:00\n[ 0.289145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290337] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312221] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358765] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367211] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368376] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369870] vgaarb: loaded\n[ 0.370458] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371561] SCSI subsystem initialized\n[ 0.372357] ACPI: bus type USB registered\n[ 0.373156] usbcore: registered new interface driver usbfs\n[ 0.374154] usbcore: registered new interface driver hub\n[ 0.375135] usbcore: registered new device driver usb\n[ 0.376175] PCI: Using ACPI for IRQ routing\n[ 0.377190] NetLabel: Initializing\n[ 0.377890] NetLabel: domain hash size = 128\n[ 0.378723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379661] NetLabel: unlabeled traffic allowed by default\n[ 0.380746] clocksource: Switched to clocksource kvm-clock\n[ 0.386216] AppArmor: AppArmor Filesystem Enabled\n[ 0.387174] pnp: PnP ACPI init\n[ 0.388089] pnp: PnP ACPI: found 5 devices\n[ 0.394442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396122] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398346] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399432] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400571] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401633] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402797] NET: Registered protocol family 1\n[ 0.403682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404777] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405831] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419883] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434252] Trying to unpack rootfs image as initramfs...\n[ 0.484617] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498503] Scanning for low memory corruption every 60 seconds\n[ 0.499811] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500955] audit: initializing netlink subsys (disabled)\n[ 0.501971] audit: type=2000 audit(1539192505.394:1): initialized\n[ 0.503313] Initialise system trusted keyring\n[ 0.504170] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505320] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507254] zbud: loaded\n[ 0.507948] VFS: Disk quotas dquot_6.6.0\n[ 0.508774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510283] fuse init (API version 7.23)\n[ 0.511151] Key type big_key registered\n[ 0.511941] Allocating IMA MOK and blacklist keyrings.\n[ 0.513041] Key type asymmetric registered\n[ 0.513853] Asymmetric key parser 'x509' registered\n[ 0.514794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516606] io scheduler noop registered\n[ 0.517406] io scheduler deadline registered (default)\n[ 0.518379] io scheduler cfq registered\n[ 0.519195] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522990] ACPI: Power Button [PWRF]\n[ 0.523807] GHES: HEST is not enabled!\n[ 0.537570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566085] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568291] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593723] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596388] Linux agpgart interface v0.103\n[ 0.598482] brd: module loaded\n[ 0.599682] loop: module loaded\n[ 0.605093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606519] GPT:90111 != 2097151\n[ 0.607175] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608242] GPT:90111 != 2097151\n[ 0.608920] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609869] vda: vda1 vda15\n[ 0.611571] scsi host0: ata_piix\n[ 0.612294] scsi host1: ata_piix\n[ 0.613003] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615612] libphy: Fixed MDIO Bus: probed\n[ 0.616408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619624] PPP generic driver version 2.4.2\n[ 0.620791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622218] ehci-pci: EHCI PCI platform driver\n[ 0.623090] ehci-platform: EHCI generic platform driver\n[ 0.624072] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625299] ohci-pci: OHCI PCI platform driver\n[ 0.626166] ohci-platform: OHCI generic platform driver\n[ 0.627156] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644288] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649049] usb usb1: Product: UHCI Host Controller\n[ 0.649975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651102] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652116] hub 1-0:1.0: USB hub found\n[ 0.652893] hub 1-0:1.0: 2 ports detected\n[ 0.653802] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656886] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658091] mousedev: PS/2 mouse device common for all mice\n[ 0.659341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661160] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662239] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664598] i2c /dev entries driver\n[ 0.665359] device-mapper: uevent: version 1.0.3\n[ 0.666314] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667964] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669232] NET: Registered protocol family 10\n[ 0.670215] NET: Registered protocol family 17\n[ 0.671094] Key type dns_resolver registered\n[ 0.672010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674817] registered taskstats version 1\n[ 0.675650] Loading compiled-in X.509 certificates\n[ 0.677076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678904] zswap: loaded using pool lzo/zbud\n[ 0.680262] Key type trusted registered\n[ 0.681814] Key type encrypted registered\n[ 0.682797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685270] evm: HMAC attrs: 0x1\n[ 0.686363] Magic number: 6:505:491\n[ 0.687349] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:25 UTC (1539192505)\n[ 0.689257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690593] EDD information not available.\n[ 0.769297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770920] ata1.00: configured for MWDMA2\n[ 0.772292] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785202] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786707] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788187] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790259] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792081] Write protecting the kernel read-only data: 14336k\n[ 0.793858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795942] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.250932] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.50s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:16,169 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-7a122a24-6590-4f9d-b886-af27e5e2cbf7 2018-10-10 17:30:16,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-172875f3-346d-478f-95ad-d4be5a28e6f1 x-compute-request-id: req-172875f3-346d-478f-95ad-d4be5a28e6f1 Content-Encoding: gzip Content-Length: 11138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\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.164156] random: dd urandom read with 5 bits of entropy available\n[ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.168599] usb 1-1: Product: QEMU USB Tablet\n[ 1.168600] usb 1-1: Manufacturer: QEMU\n[ 1.168601] usb 1-1: SerialNumber: 42\n[ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:28:13 cirros kern.info kernel: [ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843915] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843916] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 10 18:28:13 cirros kern.info kernel: [ 0.845521] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 10 18:28:13 cirros kern.info kernel: [ 0.848384] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 10 18:28:13 cirros kern.info kernel: [ 0.850339] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 10 18:28:13 cirros kern.info kernel: [ 0.874257] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.875234] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.876357] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.911595] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 1.007725] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 10 18:28:13 cirros kern.info kernel: [ 1.131847] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.info kernel: [ 1.146113] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.notice kernel: [ 1.164156] random: dd urandom read with 5 bits of entropy available\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168599] usb 1-1: Product: QEMU USB Tablet\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168600] usb 1-1: Manufacturer: QEMU\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168601] usb 1-1: SerialNumber: 42\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:29:15 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:29:16 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:29:16 cirros kern.info kernel: [ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:29:16 cirros kern.info kernel: [ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-10-10 17:30:16,170 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-172875f3-346d-478f-95ad-d4be5a28e6f1 2018-10-10 17:30:16,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d1b69a4-220e-4493-805c-3b37d05b23a2 x-compute-request-id: req-0d1b69a4-220e-4493-805c-3b37d05b23a2 Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528961692 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129478] pid_max: default: 32768 minimum: 301\n[ 0.130346] ACPI: Core revision 20150930\n[ 0.131706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132982] Security Framework initialized\n[ 0.133773] Yama: becoming mindful.\n[ 0.134481] AppArmor: AppArmor initialized\n[ 0.135328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140376] Initializing cgroup subsys io\n[ 0.141176] Initializing cgroup subsys memory\n[ 0.142007] Initializing cgroup subsys devices\n[ 0.142857] Initializing cgroup subsys freezer\n[ 0.143710] Initializing cgroup subsys net_cls\n[ 0.144579] Initializing cgroup subsys perf_event\n[ 0.145482] Initializing cgroup subsys net_prio\n[ 0.146339] Initializing cgroup subsys hugetlb\n[ 0.147190] Initializing cgroup subsys pids\n[ 0.148036] CPU: Physical Processor ID: 0\n[ 0.149502] mce: CPU supports 10 MCE banks\n[ 0.150325] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168733] ftrace: allocating 31920 entries in 125 pages\n[ 0.194993] smpboot: Max logical packages: 1\n[ 0.195852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197171] x2apic enabled\n[ 0.197960] Switched APIC routing to physical x2apic.\n[ 0.199698] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204558] KVM setup paravirtual spinlock\n[ 0.205838] x86: Booted up 1 node, 1 CPUs\n[ 0.206627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207983] devtmpfs: initialized\n[ 0.209690] evm: security.selinux\n[ 0.210375] evm: security.SMACK64\n[ 0.211083] evm: security.SMACK64EXEC\n[ 0.211806] evm: security.SMACK64TRANSMUTE\n[ 0.212594] evm: security.SMACK64MMAP\n[ 0.213321] evm: security.ima\n[ 0.213950] evm: security.capability\n[ 0.214737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216579] pinctrl core: initialized pinctrl subsystem\n[ 0.217650] RTC time: 17:28:37, date: 10/10/18\n[ 0.218594] NET: Registered protocol family 16\n[ 0.219541] cpuidle: using governor ladder\n[ 0.220349] cpuidle: using governor menu\n[ 0.221115] PCCT header not found.\n[ 0.221846] ACPI: bus type PCI registered\n[ 0.222636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223854] PCI: Using configuration type 1 for base access\n[ 0.225580] ACPI: Added _OSI(Module Device)\n[ 0.226407] ACPI: Added _OSI(Processor Device)\n[ 0.227249] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230284] ACPI: Interpreter enabled\n[ 0.231027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238224] ACPI: (supports S0 S5)\n[ 0.238908] ACPI: Using IOAPIC for interrupt routing\n[ 0.239936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242975] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244104] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246513] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248685] acpiphp: Slot [3] registered\n[ 0.249466] acpiphp: Slot [4] registered\n[ 0.250255] acpiphp: Slot [5] registered\n[ 0.251029] acpiphp: Slot [6] registered\n[ 0.251814] acpiphp: Slot [7] registered\n[ 0.252596] acpiphp: Slot [8] registered\n[ 0.253392] acpiphp: Slot [9] registered\n[ 0.254165] acpiphp: Slot [10] registered\n[ 0.254947] acpiphp: Slot [11] registered\n[ 0.255745] acpiphp: Slot [12] registered\n[ 0.256536] acpiphp: Slot [13] registered\n[ 0.257328] acpiphp: Slot [14] registered\n[ 0.258132] acpiphp: Slot [15] registered\n[ 0.269146] acpiphp: Slot [16] registered\n[ 0.269941] acpiphp: Slot [17] registered\n[ 0.270767] acpiphp: Slot [18] registered\n[ 0.271550] acpiphp: Slot [19] registered\n[ 0.272325] acpiphp: Slot [20] registered\n[ 0.273103] acpiphp: Slot [21] registered\n[ 0.273883] acpiphp: Slot [22] registered\n[ 0.274666] acpiphp: Slot [23] registered\n[ 0.275450] acpiphp: Slot [24] registered\n[ 0.276229] acpiphp: Slot [25] registered\n[ 0.277004] acpiphp: Slot [26] registered\n[ 0.277783] acpiphp: Slot [27] registered\n[ 0.278571] acpiphp: Slot [28] registered\n[ 0.279357] acpiphp: Slot [29] registered\n[ 0.280136] acpiphp: Slot [30] registered\n[ 0.280910] acpiphp: Slot [31] registered\n[ 0.281686] PCI host bridge to bus 0000:00\n[ 0.282464] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286182] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287577] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303915] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305324] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356772] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360545] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362092] vgaarb: loaded\n[ 0.362680] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363785] SCSI subsystem initialized\n[ 0.364652] ACPI: bus type USB registered\n[ 0.365457] usbcore: registered new interface driver usbfs\n[ 0.366467] usbcore: registered new interface driver hub\n[ 0.367450] usbcore: registered new device driver usb\n[ 0.368492] PCI: Using ACPI for IRQ routing\n[ 0.369493] NetLabel: Initializing\n[ 0.370194] NetLabel: domain hash size = 128\n[ 0.371080] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372006] NetLabel: unlabeled traffic allowed by default\n[ 0.373085] clocksource: Switched to clocksource kvm-clock\n[ 0.378519] AppArmor: AppArmor Filesystem Enabled\n[ 0.379459] pnp: PnP ACPI init\n[ 0.380357] pnp: PnP ACPI: found 5 devices\n[ 0.386703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388396] NET: Registered protocol family 2\n[ 0.389371] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395129] NET: Registered protocol family 1\n[ 0.395976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412007] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426532] Trying to unpack rootfs image as initramfs...\n[ 0.475947] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489807] Scanning for low memory corruption every 60 seconds\n[ 0.491155] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492308] audit: initializing netlink subsys (disabled)\n[ 0.493320] audit: type=2000 audit(1539192518.674:1): initialized\n[ 0.494608] Initialise system trusted keyring\n[ 0.495516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496700] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498652] zbud: loaded\n[ 0.499346] VFS: Disk quotas dquot_6.6.0\n[ 0.500153] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501637] fuse init (API version 7.23)\n[ 0.502529] Key type big_key registered\n[ 0.503317] Allocating IMA MOK and blacklist keyrings.\n[ 0.504767] Key type asymmetric registered\n[ 0.505584] Asymmetric key parser 'x509' registered\n[ 0.506523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507956] io scheduler noop registered\n[ 0.508783] io scheduler deadline registered (default)\n[ 0.509768] io scheduler cfq registered\n[ 0.510588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514285] ACPI: Power Button [PWRF]\n[ 0.515107] GHES: HEST is not enabled!\n[ 0.528863] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590494] brd: module loaded\n[ 0.591687] loop: module loaded\n[ 0.596550] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597979] GPT:90111 != 2097151\n[ 0.598645] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599704] GPT:90111 != 2097151\n[ 0.600362] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601303] vda: vda1 vda15\n[ 0.602767] scsi host0: ata_piix\n[ 0.603489] scsi host1: ata_piix\n[ 0.604177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605358] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606764] libphy: Fixed MDIO Bus: probed\n[ 0.607565] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610783] PPP generic driver version 2.4.2\n[ 0.611654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612855] ehci-pci: EHCI PCI platform driver\n[ 0.613711] ehci-platform: EHCI generic platform driver\n[ 0.614672] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615768] ohci-pci: OHCI PCI platform driver\n[ 0.616616] ohci-platform: OHCI generic platform driver\n[ 0.617585] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635361] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639006] usb usb1: Product: UHCI Host Controller\n[ 0.639907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641008] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641933] hub 1-0:1.0: USB hub found\n[ 0.642691] hub 1-0:1.0: 2 ports detected\n[ 0.643573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647581] mousedev: PS/2 mouse device common for all mice\n[ 0.648796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650586] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652808] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653966] i2c /dev entries driver\n[ 0.654704] device-mapper: uevent: version 1.0.3\n[ 0.655608] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657190] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658440] NET: Registered protocol family 10\n[ 0.659419] NET: Registered protocol family 17\n[ 0.660284] Key type dns_resolver registered\n[ 0.661197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663942] registered taskstats version 1\n[ 0.664744] Loading compiled-in X.509 certificates\n[ 0.666160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667947] zswap: loaded using pool lzo/zbud\n[ 0.669293] Key type trusted registered\n[ 0.670802] Key type encrypted registered\n[ 0.671608] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673613] evm: HMAC attrs: 0x1\n[ 0.674887] Magic number: 6:505:491\n[ 0.675715] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:38 UTC (1539192518)\n[ 0.677284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678364] EDD information not available.\n[ 0.761636] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.763032] ata1.00: configured for MWDMA2\n[ 0.764215] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776725] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777919] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779137] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780957] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782448] Write protecting the kernel read-only data: 14336k\n[ 0.783975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841441] 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.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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.40s]\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\n"} 2018-10-10 17:30:16,172 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-0d1b69a4-220e-4493-805c-3b37d05b23a2 2018-10-10 17:30:16,174 - __name__ - ERROR - Failure during ping from instance sdnvpn-10-1: ping 10.10.10.14 KO 2018-10-10 17:30:16,174 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2018-10-10 17:30:16,174 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2018-10-10 17:30:16,174 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2018-10-10 17:30:16,174 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2018-10-10 17:30:16,174 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2018-10-10 17:30:16,174 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2018-10-10 17:30:16,176 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.6 OK 2018-10-10 17:30:16,176 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.14 OK 2018-10-10 17:30:16,176 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.6 OK 2018-10-10 17:30:17,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:17,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:17,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:18,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45615241-69a1-4b9e-965a-29f1283c3909 x-compute-request-id: req-45615241-69a1-4b9e-965a-29f1283c3909 Content-Encoding: gzip Content-Length: 8113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528961692 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129478] pid_max: default: 32768 minimum: 301\n[ 0.130346] ACPI: Core revision 20150930\n[ 0.131706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132982] Security Framework initialized\n[ 0.133773] Yama: becoming mindful.\n[ 0.134481] AppArmor: AppArmor initialized\n[ 0.135328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140376] Initializing cgroup subsys io\n[ 0.141176] Initializing cgroup subsys memory\n[ 0.142007] Initializing cgroup subsys devices\n[ 0.142857] Initializing cgroup subsys freezer\n[ 0.143710] Initializing cgroup subsys net_cls\n[ 0.144579] Initializing cgroup subsys perf_event\n[ 0.145482] Initializing cgroup subsys net_prio\n[ 0.146339] Initializing cgroup subsys hugetlb\n[ 0.147190] Initializing cgroup subsys pids\n[ 0.148036] CPU: Physical Processor ID: 0\n[ 0.149502] mce: CPU supports 10 MCE banks\n[ 0.150325] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168733] ftrace: allocating 31920 entries in 125 pages\n[ 0.194993] smpboot: Max logical packages: 1\n[ 0.195852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197171] x2apic enabled\n[ 0.197960] Switched APIC routing to physical x2apic.\n[ 0.199698] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204558] KVM setup paravirtual spinlock\n[ 0.205838] x86: Booted up 1 node, 1 CPUs\n[ 0.206627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207983] devtmpfs: initialized\n[ 0.209690] evm: security.selinux\n[ 0.210375] evm: security.SMACK64\n[ 0.211083] evm: security.SMACK64EXEC\n[ 0.211806] evm: security.SMACK64TRANSMUTE\n[ 0.212594] evm: security.SMACK64MMAP\n[ 0.213321] evm: security.ima\n[ 0.213950] evm: security.capability\n[ 0.214737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216579] pinctrl core: initialized pinctrl subsystem\n[ 0.217650] RTC time: 17:28:37, date: 10/10/18\n[ 0.218594] NET: Registered protocol family 16\n[ 0.219541] cpuidle: using governor ladder\n[ 0.220349] cpuidle: using governor menu\n[ 0.221115] PCCT header not found.\n[ 0.221846] ACPI: bus type PCI registered\n[ 0.222636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223854] PCI: Using configuration type 1 for base access\n[ 0.225580] ACPI: Added _OSI(Module Device)\n[ 0.226407] ACPI: Added _OSI(Processor Device)\n[ 0.227249] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230284] ACPI: Interpreter enabled\n[ 0.231027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238224] ACPI: (supports S0 S5)\n[ 0.238908] ACPI: Using IOAPIC for interrupt routing\n[ 0.239936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242975] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244104] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246513] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248685] acpiphp: Slot [3] registered\n[ 0.249466] acpiphp: Slot [4] registered\n[ 0.250255] acpiphp: Slot [5] registered\n[ 0.251029] acpiphp: Slot [6] registered\n[ 0.251814] acpiphp: Slot [7] registered\n[ 0.252596] acpiphp: Slot [8] registered\n[ 0.253392] acpiphp: Slot [9] registered\n[ 0.254165] acpiphp: Slot [10] registered\n[ 0.254947] acpiphp: Slot [11] registered\n[ 0.255745] acpiphp: Slot [12] registered\n[ 0.256536] acpiphp: Slot [13] registered\n[ 0.257328] acpiphp: Slot [14] registered\n[ 0.258132] acpiphp: Slot [15] registered\n[ 0.269146] acpiphp: Slot [16] registered\n[ 0.269941] acpiphp: Slot [17] registered\n[ 0.270767] acpiphp: Slot [18] registered\n[ 0.271550] acpiphp: Slot [19] registered\n[ 0.272325] acpiphp: Slot [20] registered\n[ 0.273103] acpiphp: Slot [21] registered\n[ 0.273883] acpiphp: Slot [22] registered\n[ 0.274666] acpiphp: Slot [23] registered\n[ 0.275450] acpiphp: Slot [24] registered\n[ 0.276229] acpiphp: Slot [25] registered\n[ 0.277004] acpiphp: Slot [26] registered\n[ 0.277783] acpiphp: Slot [27] registered\n[ 0.278571] acpiphp: Slot [28] registered\n[ 0.279357] acpiphp: Slot [29] registered\n[ 0.280136] acpiphp: Slot [30] registered\n[ 0.280910] acpiphp: Slot [31] registered\n[ 0.281686] PCI host bridge to bus 0000:00\n[ 0.282464] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286182] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287577] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303915] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305324] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356772] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360545] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362092] vgaarb: loaded\n[ 0.362680] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363785] SCSI subsystem initialized\n[ 0.364652] ACPI: bus type USB registered\n[ 0.365457] usbcore: registered new interface driver usbfs\n[ 0.366467] usbcore: registered new interface driver hub\n[ 0.367450] usbcore: registered new device driver usb\n[ 0.368492] PCI: Using ACPI for IRQ routing\n[ 0.369493] NetLabel: Initializing\n[ 0.370194] NetLabel: domain hash size = 128\n[ 0.371080] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372006] NetLabel: unlabeled traffic allowed by default\n[ 0.373085] clocksource: Switched to clocksource kvm-clock\n[ 0.378519] AppArmor: AppArmor Filesystem Enabled\n[ 0.379459] pnp: PnP ACPI init\n[ 0.380357] pnp: PnP ACPI: found 5 devices\n[ 0.386703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388396] NET: Registered protocol family 2\n[ 0.389371] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395129] NET: Registered protocol family 1\n[ 0.395976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412007] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426532] Trying to unpack rootfs image as initramfs...\n[ 0.475947] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489807] Scanning for low memory corruption every 60 seconds\n[ 0.491155] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492308] audit: initializing netlink subsys (disabled)\n[ 0.493320] audit: type=2000 audit(1539192518.674:1): initialized\n[ 0.494608] Initialise system trusted keyring\n[ 0.495516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496700] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498652] zbud: loaded\n[ 0.499346] VFS: Disk quotas dquot_6.6.0\n[ 0.500153] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501637] fuse init (API version 7.23)\n[ 0.502529] Key type big_key registered\n[ 0.503317] Allocating IMA MOK and blacklist keyrings.\n[ 0.504767] Key type asymmetric registered\n[ 0.505584] Asymmetric key parser 'x509' registered\n[ 0.506523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507956] io scheduler noop registered\n[ 0.508783] io scheduler deadline registered (default)\n[ 0.509768] io scheduler cfq registered\n[ 0.510588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514285] ACPI: Power Button [PWRF]\n[ 0.515107] GHES: HEST is not enabled!\n[ 0.528863] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590494] brd: module loaded\n[ 0.591687] loop: module loaded\n[ 0.596550] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597979] GPT:90111 != 2097151\n[ 0.598645] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599704] GPT:90111 != 2097151\n[ 0.600362] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601303] vda: vda1 vda15\n[ 0.602767] scsi host0: ata_piix\n[ 0.603489] scsi host1: ata_piix\n[ 0.604177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605358] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606764] libphy: Fixed MDIO Bus: probed\n[ 0.607565] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610783] PPP generic driver version 2.4.2\n[ 0.611654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612855] ehci-pci: EHCI PCI platform driver\n[ 0.613711] ehci-platform: EHCI generic platform driver\n[ 0.614672] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615768] ohci-pci: OHCI PCI platform driver\n[ 0.616616] ohci-platform: OHCI generic platform driver\n[ 0.617585] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635361] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639006] usb usb1: Product: UHCI Host Controller\n[ 0.639907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641008] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641933] hub 1-0:1.0: USB hub found\n[ 0.642691] hub 1-0:1.0: 2 ports detected\n[ 0.643573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647581] mousedev: PS/2 mouse device common for all mice\n[ 0.648796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650586] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652808] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653966] i2c /dev entries driver\n[ 0.654704] device-mapper: uevent: version 1.0.3\n[ 0.655608] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657190] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658440] NET: Registered protocol family 10\n[ 0.659419] NET: Registered protocol family 17\n[ 0.660284] Key type dns_resolver registered\n[ 0.661197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663942] registered taskstats version 1\n[ 0.664744] Loading compiled-in X.509 certificates\n[ 0.666160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667947] zswap: loaded using pool lzo/zbud\n[ 0.669293] Key type trusted registered\n[ 0.670802] Key type encrypted registered\n[ 0.671608] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673613] evm: HMAC attrs: 0x1\n[ 0.674887] Magic number: 6:505:491\n[ 0.675715] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:38 UTC (1539192518)\n[ 0.677284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678364] EDD information not available.\n[ 0.761636] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.763032] ata1.00: configured for MWDMA2\n[ 0.764215] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776725] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777919] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779137] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780957] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782448] Write protecting the kernel read-only data: 14336k\n[ 0.783975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841441] 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.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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.40s]\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:18,252 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-45615241-69a1-4b9e-965a-29f1283c3909 2018-10-10 17:30:18,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-887f2654-11e8-4009-b8ec-426d4a5c152b x-compute-request-id: req-887f2654-11e8-4009-b8ec-426d4a5c152b Content-Encoding: gzip Content-Length: 11138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\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.164156] random: dd urandom read with 5 bits of entropy available\n[ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.168599] usb 1-1: Product: QEMU USB Tablet\n[ 1.168600] usb 1-1: Manufacturer: QEMU\n[ 1.168601] usb 1-1: SerialNumber: 42\n[ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:28:13 cirros kern.info kernel: [ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843915] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843916] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 10 18:28:13 cirros kern.info kernel: [ 0.845521] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 10 18:28:13 cirros kern.info kernel: [ 0.848384] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 10 18:28:13 cirros kern.info kernel: [ 0.850339] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 10 18:28:13 cirros kern.info kernel: [ 0.874257] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.875234] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.876357] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.911595] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 1.007725] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 10 18:28:13 cirros kern.info kernel: [ 1.131847] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.info kernel: [ 1.146113] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.notice kernel: [ 1.164156] random: dd urandom read with 5 bits of entropy available\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168599] usb 1-1: Product: QEMU USB Tablet\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168600] usb 1-1: Manufacturer: QEMU\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168601] usb 1-1: SerialNumber: 42\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:29:15 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:29:16 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:29:16 cirros kern.info kernel: [ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:29:16 cirros kern.info kernel: [ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-10-10 17:30:18,254 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-887f2654-11e8-4009-b8ec-426d4a5c152b 2018-10-10 17:30:18,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-953f1895-3ce5-4394-9f8a-55a7d997dd15 x-compute-request-id: req-953f1895-3ce5-4394-9f8a-55a7d997dd15 Content-Encoding: gzip Content-Length: 8086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 561663203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132742] pid_max: default: 32768 minimum: 301\n[ 0.133609] ACPI: Core revision 20150930\n[ 0.134963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136234] Security Framework initialized\n[ 0.137027] Yama: becoming mindful.\n[ 0.137737] AppArmor: AppArmor initialized\n[ 0.138581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139875] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143827] Initializing cgroup subsys io\n[ 0.144620] Initializing cgroup subsys memory\n[ 0.145459] Initializing cgroup subsys devices\n[ 0.146323] Initializing cgroup subsys freezer\n[ 0.147174] Initializing cgroup subsys net_cls\n[ 0.148020] Initializing cgroup subsys perf_event\n[ 0.148906] Initializing cgroup subsys net_prio\n[ 0.149761] Initializing cgroup subsys hugetlb\n[ 0.150616] Initializing cgroup subsys pids\n[ 0.151466] CPU: Physical Processor ID: 0\n[ 0.152940] mce: CPU supports 10 MCE banks\n[ 0.153760] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154738] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172148] ftrace: allocating 31920 entries in 125 pages\n[ 0.198366] smpboot: Max logical packages: 1\n[ 0.199207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200517] x2apic enabled\n[ 0.201324] Switched APIC routing to physical x2apic.\n[ 0.203169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204209] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208679] KVM setup paravirtual spinlock\n[ 0.210115] x86: Booted up 1 node, 1 CPUs\n[ 0.211072] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212718] devtmpfs: initialized\n[ 0.214548] evm: security.selinux\n[ 0.215372] evm: security.SMACK64\n[ 0.216178] evm: security.SMACK64EXEC\n[ 0.217066] evm: security.SMACK64TRANSMUTE\n[ 0.218030] evm: security.SMACK64MMAP\n[ 0.218941] evm: security.ima\n[ 0.219707] evm: security.capability\n[ 0.220644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222736] pinctrl core: initialized pinctrl subsystem\n[ 0.223810] RTC time: 17:28:24, date: 10/10/18\n[ 0.224741] NET: Registered protocol family 16\n[ 0.225689] cpuidle: using governor ladder\n[ 0.226696] cpuidle: using governor menu\n[ 0.227476] PCCT header not found.\n[ 0.228214] ACPI: bus type PCI registered\n[ 0.228999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230213] PCI: Using configuration type 1 for base access\n[ 0.231967] ACPI: Added _OSI(Module Device)\n[ 0.232792] ACPI: Added _OSI(Processor Device)\n[ 0.233635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236631] ACPI: Interpreter enabled\n[ 0.237381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244719] ACPI: (supports S0 S5)\n[ 0.245409] ACPI: Using IOAPIC for interrupt routing\n[ 0.246332] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251721] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252887] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255079] acpiphp: Slot [3] registered\n[ 0.255863] acpiphp: Slot [4] registered\n[ 0.256642] acpiphp: Slot [5] registered\n[ 0.257426] acpiphp: Slot [6] registered\n[ 0.258201] acpiphp: Slot [7] registered\n[ 0.258979] acpiphp: Slot [8] registered\n[ 0.259765] acpiphp: Slot [9] registered\n[ 0.260542] acpiphp: Slot [10] registered\n[ 0.261340] acpiphp: Slot [11] registered\n[ 0.262337] acpiphp: Slot [12] registered\n[ 0.263070] acpiphp: Slot [13] registered\n[ 0.263844] acpiphp: Slot [14] registered\n[ 0.264633] acpiphp: Slot [15] registered\n[ 0.275688] acpiphp: Slot [16] registered\n[ 0.276493] acpiphp: Slot [17] registered\n[ 0.277283] acpiphp: Slot [18] registered\n[ 0.278064] acpiphp: Slot [19] registered\n[ 0.278850] acpiphp: Slot [20] registered\n[ 0.279645] acpiphp: Slot [21] registered\n[ 0.280445] acpiphp: Slot [22] registered\n[ 0.281227] acpiphp: Slot [23] registered\n[ 0.282013] acpiphp: Slot [24] registered\n[ 0.282820] acpiphp: Slot [25] registered\n[ 0.283612] acpiphp: Slot [26] registered\n[ 0.284403] acpiphp: Slot [27] registered\n[ 0.285192] acpiphp: Slot [28] registered\n[ 0.285989] acpiphp: Slot [29] registered\n[ 0.286778] acpiphp: Slot [30] registered\n[ 0.287572] acpiphp: Slot [31] registered\n[ 0.288365] PCI host bridge to bus 0000:00\n[ 0.289145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290337] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312221] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358765] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367211] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368376] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369870] vgaarb: loaded\n[ 0.370458] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371561] SCSI subsystem initialized\n[ 0.372357] ACPI: bus type USB registered\n[ 0.373156] usbcore: registered new interface driver usbfs\n[ 0.374154] usbcore: registered new interface driver hub\n[ 0.375135] usbcore: registered new device driver usb\n[ 0.376175] PCI: Using ACPI for IRQ routing\n[ 0.377190] NetLabel: Initializing\n[ 0.377890] NetLabel: domain hash size = 128\n[ 0.378723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379661] NetLabel: unlabeled traffic allowed by default\n[ 0.380746] clocksource: Switched to clocksource kvm-clock\n[ 0.386216] AppArmor: AppArmor Filesystem Enabled\n[ 0.387174] pnp: PnP ACPI init\n[ 0.388089] pnp: PnP ACPI: found 5 devices\n[ 0.394442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396122] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398346] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399432] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400571] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401633] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402797] NET: Registered protocol family 1\n[ 0.403682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404777] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405831] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419883] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434252] Trying to unpack rootfs image as initramfs...\n[ 0.484617] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498503] Scanning for low memory corruption every 60 seconds\n[ 0.499811] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500955] audit: initializing netlink subsys (disabled)\n[ 0.501971] audit: type=2000 audit(1539192505.394:1): initialized\n[ 0.503313] Initialise system trusted keyring\n[ 0.504170] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505320] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507254] zbud: loaded\n[ 0.507948] VFS: Disk quotas dquot_6.6.0\n[ 0.508774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510283] fuse init (API version 7.23)\n[ 0.511151] Key type big_key registered\n[ 0.511941] Allocating IMA MOK and blacklist keyrings.\n[ 0.513041] Key type asymmetric registered\n[ 0.513853] Asymmetric key parser 'x509' registered\n[ 0.514794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516606] io scheduler noop registered\n[ 0.517406] io scheduler deadline registered (default)\n[ 0.518379] io scheduler cfq registered\n[ 0.519195] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522990] ACPI: Power Button [PWRF]\n[ 0.523807] GHES: HEST is not enabled!\n[ 0.537570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566085] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568291] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593723] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596388] Linux agpgart interface v0.103\n[ 0.598482] brd: module loaded\n[ 0.599682] loop: module loaded\n[ 0.605093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606519] GPT:90111 != 2097151\n[ 0.607175] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608242] GPT:90111 != 2097151\n[ 0.608920] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609869] vda: vda1 vda15\n[ 0.611571] scsi host0: ata_piix\n[ 0.612294] scsi host1: ata_piix\n[ 0.613003] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615612] libphy: Fixed MDIO Bus: probed\n[ 0.616408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619624] PPP generic driver version 2.4.2\n[ 0.620791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622218] ehci-pci: EHCI PCI platform driver\n[ 0.623090] ehci-platform: EHCI generic platform driver\n[ 0.624072] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625299] ohci-pci: OHCI PCI platform driver\n[ 0.626166] ohci-platform: OHCI generic platform driver\n[ 0.627156] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644288] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649049] usb usb1: Product: UHCI Host Controller\n[ 0.649975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651102] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652116] hub 1-0:1.0: USB hub found\n[ 0.652893] hub 1-0:1.0: 2 ports detected\n[ 0.653802] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656886] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658091] mousedev: PS/2 mouse device common for all mice\n[ 0.659341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661160] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662239] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664598] i2c /dev entries driver\n[ 0.665359] device-mapper: uevent: version 1.0.3\n[ 0.666314] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667964] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669232] NET: Registered protocol family 10\n[ 0.670215] NET: Registered protocol family 17\n[ 0.671094] Key type dns_resolver registered\n[ 0.672010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674817] registered taskstats version 1\n[ 0.675650] Loading compiled-in X.509 certificates\n[ 0.677076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678904] zswap: loaded using pool lzo/zbud\n[ 0.680262] Key type trusted registered\n[ 0.681814] Key type encrypted registered\n[ 0.682797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685270] evm: HMAC attrs: 0x1\n[ 0.686363] Magic number: 6:505:491\n[ 0.687349] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:25 UTC (1539192505)\n[ 0.689257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690593] EDD information not available.\n[ 0.769297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770920] ata1.00: configured for MWDMA2\n[ 0.772292] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785202] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786707] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788187] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790259] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792081] Write protecting the kernel read-only data: 14336k\n[ 0.793858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795942] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.250932] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.50s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:18,256 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-953f1895-3ce5-4394-9f8a-55a7d997dd15 2018-10-10 17:30:19,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:19,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:19,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:20,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-5dbc4775-237b-4cb4-b6d7-32ebcdc0c311 x-compute-request-id: req-5dbc4775-237b-4cb4-b6d7-32ebcdc0c311 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 561663203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132742] pid_max: default: 32768 minimum: 301\n[ 0.133609] ACPI: Core revision 20150930\n[ 0.134963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136234] Security Framework initialized\n[ 0.137027] Yama: becoming mindful.\n[ 0.137737] AppArmor: AppArmor initialized\n[ 0.138581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139875] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143827] Initializing cgroup subsys io\n[ 0.144620] Initializing cgroup subsys memory\n[ 0.145459] Initializing cgroup subsys devices\n[ 0.146323] Initializing cgroup subsys freezer\n[ 0.147174] Initializing cgroup subsys net_cls\n[ 0.148020] Initializing cgroup subsys perf_event\n[ 0.148906] Initializing cgroup subsys net_prio\n[ 0.149761] Initializing cgroup subsys hugetlb\n[ 0.150616] Initializing cgroup subsys pids\n[ 0.151466] CPU: Physical Processor ID: 0\n[ 0.152940] mce: CPU supports 10 MCE banks\n[ 0.153760] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154738] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172148] ftrace: allocating 31920 entries in 125 pages\n[ 0.198366] smpboot: Max logical packages: 1\n[ 0.199207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200517] x2apic enabled\n[ 0.201324] Switched APIC routing to physical x2apic.\n[ 0.203169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204209] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208679] KVM setup paravirtual spinlock\n[ 0.210115] x86: Booted up 1 node, 1 CPUs\n[ 0.211072] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212718] devtmpfs: initialized\n[ 0.214548] evm: security.selinux\n[ 0.215372] evm: security.SMACK64\n[ 0.216178] evm: security.SMACK64EXEC\n[ 0.217066] evm: security.SMACK64TRANSMUTE\n[ 0.218030] evm: security.SMACK64MMAP\n[ 0.218941] evm: security.ima\n[ 0.219707] evm: security.capability\n[ 0.220644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222736] pinctrl core: initialized pinctrl subsystem\n[ 0.223810] RTC time: 17:28:24, date: 10/10/18\n[ 0.224741] NET: Registered protocol family 16\n[ 0.225689] cpuidle: using governor ladder\n[ 0.226696] cpuidle: using governor menu\n[ 0.227476] PCCT header not found.\n[ 0.228214] ACPI: bus type PCI registered\n[ 0.228999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230213] PCI: Using configuration type 1 for base access\n[ 0.231967] ACPI: Added _OSI(Module Device)\n[ 0.232792] ACPI: Added _OSI(Processor Device)\n[ 0.233635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236631] ACPI: Interpreter enabled\n[ 0.237381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244719] ACPI: (supports S0 S5)\n[ 0.245409] ACPI: Using IOAPIC for interrupt routing\n[ 0.246332] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251721] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252887] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255079] acpiphp: Slot [3] registered\n[ 0.255863] acpiphp: Slot [4] registered\n[ 0.256642] acpiphp: Slot [5] registered\n[ 0.257426] acpiphp: Slot [6] registered\n[ 0.258201] acpiphp: Slot [7] registered\n[ 0.258979] acpiphp: Slot [8] registered\n[ 0.259765] acpiphp: Slot [9] registered\n[ 0.260542] acpiphp: Slot [10] registered\n[ 0.261340] acpiphp: Slot [11] registered\n[ 0.262337] acpiphp: Slot [12] registered\n[ 0.263070] acpiphp: Slot [13] registered\n[ 0.263844] acpiphp: Slot [14] registered\n[ 0.264633] acpiphp: Slot [15] registered\n[ 0.275688] acpiphp: Slot [16] registered\n[ 0.276493] acpiphp: Slot [17] registered\n[ 0.277283] acpiphp: Slot [18] registered\n[ 0.278064] acpiphp: Slot [19] registered\n[ 0.278850] acpiphp: Slot [20] registered\n[ 0.279645] acpiphp: Slot [21] registered\n[ 0.280445] acpiphp: Slot [22] registered\n[ 0.281227] acpiphp: Slot [23] registered\n[ 0.282013] acpiphp: Slot [24] registered\n[ 0.282820] acpiphp: Slot [25] registered\n[ 0.283612] acpiphp: Slot [26] registered\n[ 0.284403] acpiphp: Slot [27] registered\n[ 0.285192] acpiphp: Slot [28] registered\n[ 0.285989] acpiphp: Slot [29] registered\n[ 0.286778] acpiphp: Slot [30] registered\n[ 0.287572] acpiphp: Slot [31] registered\n[ 0.288365] PCI host bridge to bus 0000:00\n[ 0.289145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290337] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312221] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358765] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367211] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368376] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369870] vgaarb: loaded\n[ 0.370458] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371561] SCSI subsystem initialized\n[ 0.372357] ACPI: bus type USB registered\n[ 0.373156] usbcore: registered new interface driver usbfs\n[ 0.374154] usbcore: registered new interface driver hub\n[ 0.375135] usbcore: registered new device driver usb\n[ 0.376175] PCI: Using ACPI for IRQ routing\n[ 0.377190] NetLabel: Initializing\n[ 0.377890] NetLabel: domain hash size = 128\n[ 0.378723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379661] NetLabel: unlabeled traffic allowed by default\n[ 0.380746] clocksource: Switched to clocksource kvm-clock\n[ 0.386216] AppArmor: AppArmor Filesystem Enabled\n[ 0.387174] pnp: PnP ACPI init\n[ 0.388089] pnp: PnP ACPI: found 5 devices\n[ 0.394442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396122] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398346] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399432] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400571] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401633] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402797] NET: Registered protocol family 1\n[ 0.403682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404777] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405831] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419883] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434252] Trying to unpack rootfs image as initramfs...\n[ 0.484617] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498503] Scanning for low memory corruption every 60 seconds\n[ 0.499811] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500955] audit: initializing netlink subsys (disabled)\n[ 0.501971] audit: type=2000 audit(1539192505.394:1): initialized\n[ 0.503313] Initialise system trusted keyring\n[ 0.504170] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505320] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507254] zbud: loaded\n[ 0.507948] VFS: Disk quotas dquot_6.6.0\n[ 0.508774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510283] fuse init (API version 7.23)\n[ 0.511151] Key type big_key registered\n[ 0.511941] Allocating IMA MOK and blacklist keyrings.\n[ 0.513041] Key type asymmetric registered\n[ 0.513853] Asymmetric key parser 'x509' registered\n[ 0.514794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516606] io scheduler noop registered\n[ 0.517406] io scheduler deadline registered (default)\n[ 0.518379] io scheduler cfq registered\n[ 0.519195] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522990] ACPI: Power Button [PWRF]\n[ 0.523807] GHES: HEST is not enabled!\n[ 0.537570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566085] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568291] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593723] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596388] Linux agpgart interface v0.103\n[ 0.598482] brd: module loaded\n[ 0.599682] loop: module loaded\n[ 0.605093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606519] GPT:90111 != 2097151\n[ 0.607175] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608242] GPT:90111 != 2097151\n[ 0.608920] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609869] vda: vda1 vda15\n[ 0.611571] scsi host0: ata_piix\n[ 0.612294] scsi host1: ata_piix\n[ 0.613003] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615612] libphy: Fixed MDIO Bus: probed\n[ 0.616408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619624] PPP generic driver version 2.4.2\n[ 0.620791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622218] ehci-pci: EHCI PCI platform driver\n[ 0.623090] ehci-platform: EHCI generic platform driver\n[ 0.624072] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625299] ohci-pci: OHCI PCI platform driver\n[ 0.626166] ohci-platform: OHCI generic platform driver\n[ 0.627156] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644288] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649049] usb usb1: Product: UHCI Host Controller\n[ 0.649975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651102] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652116] hub 1-0:1.0: USB hub found\n[ 0.652893] hub 1-0:1.0: 2 ports detected\n[ 0.653802] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656886] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658091] mousedev: PS/2 mouse device common for all mice\n[ 0.659341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661160] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662239] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664598] i2c /dev entries driver\n[ 0.665359] device-mapper: uevent: version 1.0.3\n[ 0.666314] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667964] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669232] NET: Registered protocol family 10\n[ 0.670215] NET: Registered protocol family 17\n[ 0.671094] Key type dns_resolver registered\n[ 0.672010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674817] registered taskstats version 1\n[ 0.675650] Loading compiled-in X.509 certificates\n[ 0.677076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678904] zswap: loaded using pool lzo/zbud\n[ 0.680262] Key type trusted registered\n[ 0.681814] Key type encrypted registered\n[ 0.682797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685270] evm: HMAC attrs: 0x1\n[ 0.686363] Magic number: 6:505:491\n[ 0.687349] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:25 UTC (1539192505)\n[ 0.689257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690593] EDD information not available.\n[ 0.769297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770920] ata1.00: configured for MWDMA2\n[ 0.772292] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785202] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786707] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788187] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790259] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792081] Write protecting the kernel read-only data: 14336k\n[ 0.793858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795942] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.250932] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.50s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:20,327 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-5dbc4775-237b-4cb4-b6d7-32ebcdc0c311 2018-10-10 17:30:20,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-446f2a50-76e8-495f-a90e-58e7cdd8768e x-compute-request-id: req-446f2a50-76e8-495f-a90e-58e7cdd8768e Content-Encoding: gzip Content-Length: 8113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528961692 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129478] pid_max: default: 32768 minimum: 301\n[ 0.130346] ACPI: Core revision 20150930\n[ 0.131706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132982] Security Framework initialized\n[ 0.133773] Yama: becoming mindful.\n[ 0.134481] AppArmor: AppArmor initialized\n[ 0.135328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140376] Initializing cgroup subsys io\n[ 0.141176] Initializing cgroup subsys memory\n[ 0.142007] Initializing cgroup subsys devices\n[ 0.142857] Initializing cgroup subsys freezer\n[ 0.143710] Initializing cgroup subsys net_cls\n[ 0.144579] Initializing cgroup subsys perf_event\n[ 0.145482] Initializing cgroup subsys net_prio\n[ 0.146339] Initializing cgroup subsys hugetlb\n[ 0.147190] Initializing cgroup subsys pids\n[ 0.148036] CPU: Physical Processor ID: 0\n[ 0.149502] mce: CPU supports 10 MCE banks\n[ 0.150325] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168733] ftrace: allocating 31920 entries in 125 pages\n[ 0.194993] smpboot: Max logical packages: 1\n[ 0.195852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197171] x2apic enabled\n[ 0.197960] Switched APIC routing to physical x2apic.\n[ 0.199698] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204558] KVM setup paravirtual spinlock\n[ 0.205838] x86: Booted up 1 node, 1 CPUs\n[ 0.206627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207983] devtmpfs: initialized\n[ 0.209690] evm: security.selinux\n[ 0.210375] evm: security.SMACK64\n[ 0.211083] evm: security.SMACK64EXEC\n[ 0.211806] evm: security.SMACK64TRANSMUTE\n[ 0.212594] evm: security.SMACK64MMAP\n[ 0.213321] evm: security.ima\n[ 0.213950] evm: security.capability\n[ 0.214737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216579] pinctrl core: initialized pinctrl subsystem\n[ 0.217650] RTC time: 17:28:37, date: 10/10/18\n[ 0.218594] NET: Registered protocol family 16\n[ 0.219541] cpuidle: using governor ladder\n[ 0.220349] cpuidle: using governor menu\n[ 0.221115] PCCT header not found.\n[ 0.221846] ACPI: bus type PCI registered\n[ 0.222636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223854] PCI: Using configuration type 1 for base access\n[ 0.225580] ACPI: Added _OSI(Module Device)\n[ 0.226407] ACPI: Added _OSI(Processor Device)\n[ 0.227249] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230284] ACPI: Interpreter enabled\n[ 0.231027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238224] ACPI: (supports S0 S5)\n[ 0.238908] ACPI: Using IOAPIC for interrupt routing\n[ 0.239936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242975] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244104] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246513] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248685] acpiphp: Slot [3] registered\n[ 0.249466] acpiphp: Slot [4] registered\n[ 0.250255] acpiphp: Slot [5] registered\n[ 0.251029] acpiphp: Slot [6] registered\n[ 0.251814] acpiphp: Slot [7] registered\n[ 0.252596] acpiphp: Slot [8] registered\n[ 0.253392] acpiphp: Slot [9] registered\n[ 0.254165] acpiphp: Slot [10] registered\n[ 0.254947] acpiphp: Slot [11] registered\n[ 0.255745] acpiphp: Slot [12] registered\n[ 0.256536] acpiphp: Slot [13] registered\n[ 0.257328] acpiphp: Slot [14] registered\n[ 0.258132] acpiphp: Slot [15] registered\n[ 0.269146] acpiphp: Slot [16] registered\n[ 0.269941] acpiphp: Slot [17] registered\n[ 0.270767] acpiphp: Slot [18] registered\n[ 0.271550] acpiphp: Slot [19] registered\n[ 0.272325] acpiphp: Slot [20] registered\n[ 0.273103] acpiphp: Slot [21] registered\n[ 0.273883] acpiphp: Slot [22] registered\n[ 0.274666] acpiphp: Slot [23] registered\n[ 0.275450] acpiphp: Slot [24] registered\n[ 0.276229] acpiphp: Slot [25] registered\n[ 0.277004] acpiphp: Slot [26] registered\n[ 0.277783] acpiphp: Slot [27] registered\n[ 0.278571] acpiphp: Slot [28] registered\n[ 0.279357] acpiphp: Slot [29] registered\n[ 0.280136] acpiphp: Slot [30] registered\n[ 0.280910] acpiphp: Slot [31] registered\n[ 0.281686] PCI host bridge to bus 0000:00\n[ 0.282464] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286182] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287577] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303915] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305324] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356772] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360545] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362092] vgaarb: loaded\n[ 0.362680] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363785] SCSI subsystem initialized\n[ 0.364652] ACPI: bus type USB registered\n[ 0.365457] usbcore: registered new interface driver usbfs\n[ 0.366467] usbcore: registered new interface driver hub\n[ 0.367450] usbcore: registered new device driver usb\n[ 0.368492] PCI: Using ACPI for IRQ routing\n[ 0.369493] NetLabel: Initializing\n[ 0.370194] NetLabel: domain hash size = 128\n[ 0.371080] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372006] NetLabel: unlabeled traffic allowed by default\n[ 0.373085] clocksource: Switched to clocksource kvm-clock\n[ 0.378519] AppArmor: AppArmor Filesystem Enabled\n[ 0.379459] pnp: PnP ACPI init\n[ 0.380357] pnp: PnP ACPI: found 5 devices\n[ 0.386703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388396] NET: Registered protocol family 2\n[ 0.389371] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395129] NET: Registered protocol family 1\n[ 0.395976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412007] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426532] Trying to unpack rootfs image as initramfs...\n[ 0.475947] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489807] Scanning for low memory corruption every 60 seconds\n[ 0.491155] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492308] audit: initializing netlink subsys (disabled)\n[ 0.493320] audit: type=2000 audit(1539192518.674:1): initialized\n[ 0.494608] Initialise system trusted keyring\n[ 0.495516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496700] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498652] zbud: loaded\n[ 0.499346] VFS: Disk quotas dquot_6.6.0\n[ 0.500153] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501637] fuse init (API version 7.23)\n[ 0.502529] Key type big_key registered\n[ 0.503317] Allocating IMA MOK and blacklist keyrings.\n[ 0.504767] Key type asymmetric registered\n[ 0.505584] Asymmetric key parser 'x509' registered\n[ 0.506523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507956] io scheduler noop registered\n[ 0.508783] io scheduler deadline registered (default)\n[ 0.509768] io scheduler cfq registered\n[ 0.510588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514285] ACPI: Power Button [PWRF]\n[ 0.515107] GHES: HEST is not enabled!\n[ 0.528863] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590494] brd: module loaded\n[ 0.591687] loop: module loaded\n[ 0.596550] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597979] GPT:90111 != 2097151\n[ 0.598645] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599704] GPT:90111 != 2097151\n[ 0.600362] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601303] vda: vda1 vda15\n[ 0.602767] scsi host0: ata_piix\n[ 0.603489] scsi host1: ata_piix\n[ 0.604177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605358] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606764] libphy: Fixed MDIO Bus: probed\n[ 0.607565] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610783] PPP generic driver version 2.4.2\n[ 0.611654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612855] ehci-pci: EHCI PCI platform driver\n[ 0.613711] ehci-platform: EHCI generic platform driver\n[ 0.614672] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615768] ohci-pci: OHCI PCI platform driver\n[ 0.616616] ohci-platform: OHCI generic platform driver\n[ 0.617585] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635361] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639006] usb usb1: Product: UHCI Host Controller\n[ 0.639907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641008] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641933] hub 1-0:1.0: USB hub found\n[ 0.642691] hub 1-0:1.0: 2 ports detected\n[ 0.643573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647581] mousedev: PS/2 mouse device common for all mice\n[ 0.648796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650586] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652808] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653966] i2c /dev entries driver\n[ 0.654704] device-mapper: uevent: version 1.0.3\n[ 0.655608] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657190] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658440] NET: Registered protocol family 10\n[ 0.659419] NET: Registered protocol family 17\n[ 0.660284] Key type dns_resolver registered\n[ 0.661197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663942] registered taskstats version 1\n[ 0.664744] Loading compiled-in X.509 certificates\n[ 0.666160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667947] zswap: loaded using pool lzo/zbud\n[ 0.669293] Key type trusted registered\n[ 0.670802] Key type encrypted registered\n[ 0.671608] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673613] evm: HMAC attrs: 0x1\n[ 0.674887] Magic number: 6:505:491\n[ 0.675715] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:38 UTC (1539192518)\n[ 0.677284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678364] EDD information not available.\n[ 0.761636] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.763032] ata1.00: configured for MWDMA2\n[ 0.764215] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776725] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777919] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779137] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780957] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782448] Write protecting the kernel read-only data: 14336k\n[ 0.783975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841441] 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.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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.40s]\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:20,328 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-446f2a50-76e8-495f-a90e-58e7cdd8768e 2018-10-10 17:30:20,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-35be2d3c-c8ca-44b3-ab1f-3997c997e399 x-compute-request-id: req-35be2d3c-c8ca-44b3-ab1f-3997c997e399 Content-Encoding: gzip Content-Length: 11138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\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.164156] random: dd urandom read with 5 bits of entropy available\n[ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.168599] usb 1-1: Product: QEMU USB Tablet\n[ 1.168600] usb 1-1: Manufacturer: QEMU\n[ 1.168601] usb 1-1: SerialNumber: 42\n[ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:28:13 cirros kern.info kernel: [ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843915] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843916] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 10 18:28:13 cirros kern.info kernel: [ 0.845521] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 10 18:28:13 cirros kern.info kernel: [ 0.848384] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 10 18:28:13 cirros kern.info kernel: [ 0.850339] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 10 18:28:13 cirros kern.info kernel: [ 0.874257] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.875234] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.876357] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.911595] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 1.007725] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 10 18:28:13 cirros kern.info kernel: [ 1.131847] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.info kernel: [ 1.146113] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.notice kernel: [ 1.164156] random: dd urandom read with 5 bits of entropy available\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168599] usb 1-1: Product: QEMU USB Tablet\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168600] usb 1-1: Manufacturer: QEMU\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168601] usb 1-1: SerialNumber: 42\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:29:15 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:29:16 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:29:16 cirros kern.info kernel: [ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:29:16 cirros kern.info kernel: [ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-10-10 17:30:20,329 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-35be2d3c-c8ca-44b3-ab1f-3997c997e399 2018-10-10 17:30:21,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:21,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:21,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:22,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-31ed3565-356d-4523-bb0b-404e8e282981 x-compute-request-id: req-31ed3565-356d-4523-bb0b-404e8e282981 Content-Encoding: gzip Content-Length: 8113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528961692 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129478] pid_max: default: 32768 minimum: 301\n[ 0.130346] ACPI: Core revision 20150930\n[ 0.131706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132982] Security Framework initialized\n[ 0.133773] Yama: becoming mindful.\n[ 0.134481] AppArmor: AppArmor initialized\n[ 0.135328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140376] Initializing cgroup subsys io\n[ 0.141176] Initializing cgroup subsys memory\n[ 0.142007] Initializing cgroup subsys devices\n[ 0.142857] Initializing cgroup subsys freezer\n[ 0.143710] Initializing cgroup subsys net_cls\n[ 0.144579] Initializing cgroup subsys perf_event\n[ 0.145482] Initializing cgroup subsys net_prio\n[ 0.146339] Initializing cgroup subsys hugetlb\n[ 0.147190] Initializing cgroup subsys pids\n[ 0.148036] CPU: Physical Processor ID: 0\n[ 0.149502] mce: CPU supports 10 MCE banks\n[ 0.150325] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168733] ftrace: allocating 31920 entries in 125 pages\n[ 0.194993] smpboot: Max logical packages: 1\n[ 0.195852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197171] x2apic enabled\n[ 0.197960] Switched APIC routing to physical x2apic.\n[ 0.199698] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204558] KVM setup paravirtual spinlock\n[ 0.205838] x86: Booted up 1 node, 1 CPUs\n[ 0.206627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207983] devtmpfs: initialized\n[ 0.209690] evm: security.selinux\n[ 0.210375] evm: security.SMACK64\n[ 0.211083] evm: security.SMACK64EXEC\n[ 0.211806] evm: security.SMACK64TRANSMUTE\n[ 0.212594] evm: security.SMACK64MMAP\n[ 0.213321] evm: security.ima\n[ 0.213950] evm: security.capability\n[ 0.214737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216579] pinctrl core: initialized pinctrl subsystem\n[ 0.217650] RTC time: 17:28:37, date: 10/10/18\n[ 0.218594] NET: Registered protocol family 16\n[ 0.219541] cpuidle: using governor ladder\n[ 0.220349] cpuidle: using governor menu\n[ 0.221115] PCCT header not found.\n[ 0.221846] ACPI: bus type PCI registered\n[ 0.222636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223854] PCI: Using configuration type 1 for base access\n[ 0.225580] ACPI: Added _OSI(Module Device)\n[ 0.226407] ACPI: Added _OSI(Processor Device)\n[ 0.227249] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230284] ACPI: Interpreter enabled\n[ 0.231027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238224] ACPI: (supports S0 S5)\n[ 0.238908] ACPI: Using IOAPIC for interrupt routing\n[ 0.239936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242975] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244104] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246513] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248685] acpiphp: Slot [3] registered\n[ 0.249466] acpiphp: Slot [4] registered\n[ 0.250255] acpiphp: Slot [5] registered\n[ 0.251029] acpiphp: Slot [6] registered\n[ 0.251814] acpiphp: Slot [7] registered\n[ 0.252596] acpiphp: Slot [8] registered\n[ 0.253392] acpiphp: Slot [9] registered\n[ 0.254165] acpiphp: Slot [10] registered\n[ 0.254947] acpiphp: Slot [11] registered\n[ 0.255745] acpiphp: Slot [12] registered\n[ 0.256536] acpiphp: Slot [13] registered\n[ 0.257328] acpiphp: Slot [14] registered\n[ 0.258132] acpiphp: Slot [15] registered\n[ 0.269146] acpiphp: Slot [16] registered\n[ 0.269941] acpiphp: Slot [17] registered\n[ 0.270767] acpiphp: Slot [18] registered\n[ 0.271550] acpiphp: Slot [19] registered\n[ 0.272325] acpiphp: Slot [20] registered\n[ 0.273103] acpiphp: Slot [21] registered\n[ 0.273883] acpiphp: Slot [22] registered\n[ 0.274666] acpiphp: Slot [23] registered\n[ 0.275450] acpiphp: Slot [24] registered\n[ 0.276229] acpiphp: Slot [25] registered\n[ 0.277004] acpiphp: Slot [26] registered\n[ 0.277783] acpiphp: Slot [27] registered\n[ 0.278571] acpiphp: Slot [28] registered\n[ 0.279357] acpiphp: Slot [29] registered\n[ 0.280136] acpiphp: Slot [30] registered\n[ 0.280910] acpiphp: Slot [31] registered\n[ 0.281686] PCI host bridge to bus 0000:00\n[ 0.282464] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286182] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287577] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303915] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305324] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356772] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360545] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362092] vgaarb: loaded\n[ 0.362680] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363785] SCSI subsystem initialized\n[ 0.364652] ACPI: bus type USB registered\n[ 0.365457] usbcore: registered new interface driver usbfs\n[ 0.366467] usbcore: registered new interface driver hub\n[ 0.367450] usbcore: registered new device driver usb\n[ 0.368492] PCI: Using ACPI for IRQ routing\n[ 0.369493] NetLabel: Initializing\n[ 0.370194] NetLabel: domain hash size = 128\n[ 0.371080] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372006] NetLabel: unlabeled traffic allowed by default\n[ 0.373085] clocksource: Switched to clocksource kvm-clock\n[ 0.378519] AppArmor: AppArmor Filesystem Enabled\n[ 0.379459] pnp: PnP ACPI init\n[ 0.380357] pnp: PnP ACPI: found 5 devices\n[ 0.386703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388396] NET: Registered protocol family 2\n[ 0.389371] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395129] NET: Registered protocol family 1\n[ 0.395976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412007] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426532] Trying to unpack rootfs image as initramfs...\n[ 0.475947] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489807] Scanning for low memory corruption every 60 seconds\n[ 0.491155] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492308] audit: initializing netlink subsys (disabled)\n[ 0.493320] audit: type=2000 audit(1539192518.674:1): initialized\n[ 0.494608] Initialise system trusted keyring\n[ 0.495516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496700] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498652] zbud: loaded\n[ 0.499346] VFS: Disk quotas dquot_6.6.0\n[ 0.500153] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501637] fuse init (API version 7.23)\n[ 0.502529] Key type big_key registered\n[ 0.503317] Allocating IMA MOK and blacklist keyrings.\n[ 0.504767] Key type asymmetric registered\n[ 0.505584] Asymmetric key parser 'x509' registered\n[ 0.506523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507956] io scheduler noop registered\n[ 0.508783] io scheduler deadline registered (default)\n[ 0.509768] io scheduler cfq registered\n[ 0.510588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514285] ACPI: Power Button [PWRF]\n[ 0.515107] GHES: HEST is not enabled!\n[ 0.528863] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590494] brd: module loaded\n[ 0.591687] loop: module loaded\n[ 0.596550] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597979] GPT:90111 != 2097151\n[ 0.598645] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599704] GPT:90111 != 2097151\n[ 0.600362] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601303] vda: vda1 vda15\n[ 0.602767] scsi host0: ata_piix\n[ 0.603489] scsi host1: ata_piix\n[ 0.604177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605358] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606764] libphy: Fixed MDIO Bus: probed\n[ 0.607565] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610783] PPP generic driver version 2.4.2\n[ 0.611654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612855] ehci-pci: EHCI PCI platform driver\n[ 0.613711] ehci-platform: EHCI generic platform driver\n[ 0.614672] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615768] ohci-pci: OHCI PCI platform driver\n[ 0.616616] ohci-platform: OHCI generic platform driver\n[ 0.617585] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635361] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639006] usb usb1: Product: UHCI Host Controller\n[ 0.639907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641008] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641933] hub 1-0:1.0: USB hub found\n[ 0.642691] hub 1-0:1.0: 2 ports detected\n[ 0.643573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647581] mousedev: PS/2 mouse device common for all mice\n[ 0.648796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650586] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652808] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653966] i2c /dev entries driver\n[ 0.654704] device-mapper: uevent: version 1.0.3\n[ 0.655608] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657190] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658440] NET: Registered protocol family 10\n[ 0.659419] NET: Registered protocol family 17\n[ 0.660284] Key type dns_resolver registered\n[ 0.661197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663942] registered taskstats version 1\n[ 0.664744] Loading compiled-in X.509 certificates\n[ 0.666160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667947] zswap: loaded using pool lzo/zbud\n[ 0.669293] Key type trusted registered\n[ 0.670802] Key type encrypted registered\n[ 0.671608] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673613] evm: HMAC attrs: 0x1\n[ 0.674887] Magic number: 6:505:491\n[ 0.675715] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:38 UTC (1539192518)\n[ 0.677284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678364] EDD information not available.\n[ 0.761636] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.763032] ata1.00: configured for MWDMA2\n[ 0.764215] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776725] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777919] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779137] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780957] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782448] Write protecting the kernel read-only data: 14336k\n[ 0.783975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841441] 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.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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.40s]\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:22,401 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-31ed3565-356d-4523-bb0b-404e8e282981 2018-10-10 17:30:22,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-1f3488fb-7632-4bb3-a457-f9a6caa4b2fa x-compute-request-id: req-1f3488fb-7632-4bb3-a457-f9a6caa4b2fa 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 561663203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132742] pid_max: default: 32768 minimum: 301\n[ 0.133609] ACPI: Core revision 20150930\n[ 0.134963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136234] Security Framework initialized\n[ 0.137027] Yama: becoming mindful.\n[ 0.137737] AppArmor: AppArmor initialized\n[ 0.138581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139875] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143827] Initializing cgroup subsys io\n[ 0.144620] Initializing cgroup subsys memory\n[ 0.145459] Initializing cgroup subsys devices\n[ 0.146323] Initializing cgroup subsys freezer\n[ 0.147174] Initializing cgroup subsys net_cls\n[ 0.148020] Initializing cgroup subsys perf_event\n[ 0.148906] Initializing cgroup subsys net_prio\n[ 0.149761] Initializing cgroup subsys hugetlb\n[ 0.150616] Initializing cgroup subsys pids\n[ 0.151466] CPU: Physical Processor ID: 0\n[ 0.152940] mce: CPU supports 10 MCE banks\n[ 0.153760] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154738] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172148] ftrace: allocating 31920 entries in 125 pages\n[ 0.198366] smpboot: Max logical packages: 1\n[ 0.199207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200517] x2apic enabled\n[ 0.201324] Switched APIC routing to physical x2apic.\n[ 0.203169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204209] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208679] KVM setup paravirtual spinlock\n[ 0.210115] x86: Booted up 1 node, 1 CPUs\n[ 0.211072] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212718] devtmpfs: initialized\n[ 0.214548] evm: security.selinux\n[ 0.215372] evm: security.SMACK64\n[ 0.216178] evm: security.SMACK64EXEC\n[ 0.217066] evm: security.SMACK64TRANSMUTE\n[ 0.218030] evm: security.SMACK64MMAP\n[ 0.218941] evm: security.ima\n[ 0.219707] evm: security.capability\n[ 0.220644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222736] pinctrl core: initialized pinctrl subsystem\n[ 0.223810] RTC time: 17:28:24, date: 10/10/18\n[ 0.224741] NET: Registered protocol family 16\n[ 0.225689] cpuidle: using governor ladder\n[ 0.226696] cpuidle: using governor menu\n[ 0.227476] PCCT header not found.\n[ 0.228214] ACPI: bus type PCI registered\n[ 0.228999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230213] PCI: Using configuration type 1 for base access\n[ 0.231967] ACPI: Added _OSI(Module Device)\n[ 0.232792] ACPI: Added _OSI(Processor Device)\n[ 0.233635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236631] ACPI: Interpreter enabled\n[ 0.237381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244719] ACPI: (supports S0 S5)\n[ 0.245409] ACPI: Using IOAPIC for interrupt routing\n[ 0.246332] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251721] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252887] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255079] acpiphp: Slot [3] registered\n[ 0.255863] acpiphp: Slot [4] registered\n[ 0.256642] acpiphp: Slot [5] registered\n[ 0.257426] acpiphp: Slot [6] registered\n[ 0.258201] acpiphp: Slot [7] registered\n[ 0.258979] acpiphp: Slot [8] registered\n[ 0.259765] acpiphp: Slot [9] registered\n[ 0.260542] acpiphp: Slot [10] registered\n[ 0.261340] acpiphp: Slot [11] registered\n[ 0.262337] acpiphp: Slot [12] registered\n[ 0.263070] acpiphp: Slot [13] registered\n[ 0.263844] acpiphp: Slot [14] registered\n[ 0.264633] acpiphp: Slot [15] registered\n[ 0.275688] acpiphp: Slot [16] registered\n[ 0.276493] acpiphp: Slot [17] registered\n[ 0.277283] acpiphp: Slot [18] registered\n[ 0.278064] acpiphp: Slot [19] registered\n[ 0.278850] acpiphp: Slot [20] registered\n[ 0.279645] acpiphp: Slot [21] registered\n[ 0.280445] acpiphp: Slot [22] registered\n[ 0.281227] acpiphp: Slot [23] registered\n[ 0.282013] acpiphp: Slot [24] registered\n[ 0.282820] acpiphp: Slot [25] registered\n[ 0.283612] acpiphp: Slot [26] registered\n[ 0.284403] acpiphp: Slot [27] registered\n[ 0.285192] acpiphp: Slot [28] registered\n[ 0.285989] acpiphp: Slot [29] registered\n[ 0.286778] acpiphp: Slot [30] registered\n[ 0.287572] acpiphp: Slot [31] registered\n[ 0.288365] PCI host bridge to bus 0000:00\n[ 0.289145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290337] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312221] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358765] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367211] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368376] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369870] vgaarb: loaded\n[ 0.370458] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371561] SCSI subsystem initialized\n[ 0.372357] ACPI: bus type USB registered\n[ 0.373156] usbcore: registered new interface driver usbfs\n[ 0.374154] usbcore: registered new interface driver hub\n[ 0.375135] usbcore: registered new device driver usb\n[ 0.376175] PCI: Using ACPI for IRQ routing\n[ 0.377190] NetLabel: Initializing\n[ 0.377890] NetLabel: domain hash size = 128\n[ 0.378723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379661] NetLabel: unlabeled traffic allowed by default\n[ 0.380746] clocksource: Switched to clocksource kvm-clock\n[ 0.386216] AppArmor: AppArmor Filesystem Enabled\n[ 0.387174] pnp: PnP ACPI init\n[ 0.388089] pnp: PnP ACPI: found 5 devices\n[ 0.394442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396122] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398346] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399432] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400571] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401633] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402797] NET: Registered protocol family 1\n[ 0.403682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404777] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405831] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419883] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434252] Trying to unpack rootfs image as initramfs...\n[ 0.484617] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498503] Scanning for low memory corruption every 60 seconds\n[ 0.499811] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500955] audit: initializing netlink subsys (disabled)\n[ 0.501971] audit: type=2000 audit(1539192505.394:1): initialized\n[ 0.503313] Initialise system trusted keyring\n[ 0.504170] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505320] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507254] zbud: loaded\n[ 0.507948] VFS: Disk quotas dquot_6.6.0\n[ 0.508774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510283] fuse init (API version 7.23)\n[ 0.511151] Key type big_key registered\n[ 0.511941] Allocating IMA MOK and blacklist keyrings.\n[ 0.513041] Key type asymmetric registered\n[ 0.513853] Asymmetric key parser 'x509' registered\n[ 0.514794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516606] io scheduler noop registered\n[ 0.517406] io scheduler deadline registered (default)\n[ 0.518379] io scheduler cfq registered\n[ 0.519195] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522990] ACPI: Power Button [PWRF]\n[ 0.523807] GHES: HEST is not enabled!\n[ 0.537570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566085] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568291] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593723] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596388] Linux agpgart interface v0.103\n[ 0.598482] brd: module loaded\n[ 0.599682] loop: module loaded\n[ 0.605093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606519] GPT:90111 != 2097151\n[ 0.607175] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608242] GPT:90111 != 2097151\n[ 0.608920] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609869] vda: vda1 vda15\n[ 0.611571] scsi host0: ata_piix\n[ 0.612294] scsi host1: ata_piix\n[ 0.613003] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615612] libphy: Fixed MDIO Bus: probed\n[ 0.616408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619624] PPP generic driver version 2.4.2\n[ 0.620791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622218] ehci-pci: EHCI PCI platform driver\n[ 0.623090] ehci-platform: EHCI generic platform driver\n[ 0.624072] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625299] ohci-pci: OHCI PCI platform driver\n[ 0.626166] ohci-platform: OHCI generic platform driver\n[ 0.627156] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644288] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649049] usb usb1: Product: UHCI Host Controller\n[ 0.649975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651102] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652116] hub 1-0:1.0: USB hub found\n[ 0.652893] hub 1-0:1.0: 2 ports detected\n[ 0.653802] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656886] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658091] mousedev: PS/2 mouse device common for all mice\n[ 0.659341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661160] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662239] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664598] i2c /dev entries driver\n[ 0.665359] device-mapper: uevent: version 1.0.3\n[ 0.666314] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667964] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669232] NET: Registered protocol family 10\n[ 0.670215] NET: Registered protocol family 17\n[ 0.671094] Key type dns_resolver registered\n[ 0.672010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674817] registered taskstats version 1\n[ 0.675650] Loading compiled-in X.509 certificates\n[ 0.677076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678904] zswap: loaded using pool lzo/zbud\n[ 0.680262] Key type trusted registered\n[ 0.681814] Key type encrypted registered\n[ 0.682797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685270] evm: HMAC attrs: 0x1\n[ 0.686363] Magic number: 6:505:491\n[ 0.687349] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:25 UTC (1539192505)\n[ 0.689257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690593] EDD information not available.\n[ 0.769297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770920] ata1.00: configured for MWDMA2\n[ 0.772292] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785202] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786707] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788187] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790259] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792081] Write protecting the kernel read-only data: 14336k\n[ 0.793858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795942] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.250932] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.50s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:22,403 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-1f3488fb-7632-4bb3-a457-f9a6caa4b2fa 2018-10-10 17:30:22,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-76c9b9ba-52f8-418e-92be-9ad7884c4980 x-compute-request-id: req-76c9b9ba-52f8-418e-92be-9ad7884c4980 Content-Encoding: gzip Content-Length: 11138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\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.164156] random: dd urandom read with 5 bits of entropy available\n[ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.168599] usb 1-1: Product: QEMU USB Tablet\n[ 1.168600] usb 1-1: Manufacturer: QEMU\n[ 1.168601] usb 1-1: SerialNumber: 42\n[ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:28:13 cirros kern.info kernel: [ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843915] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843916] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 10 18:28:13 cirros kern.info kernel: [ 0.845521] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 10 18:28:13 cirros kern.info kernel: [ 0.848384] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 10 18:28:13 cirros kern.info kernel: [ 0.850339] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 10 18:28:13 cirros kern.info kernel: [ 0.874257] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.875234] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.876357] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.911595] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 1.007725] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 10 18:28:13 cirros kern.info kernel: [ 1.131847] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.info kernel: [ 1.146113] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.notice kernel: [ 1.164156] random: dd urandom read with 5 bits of entropy available\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168599] usb 1-1: Product: QEMU USB Tablet\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168600] usb 1-1: Manufacturer: QEMU\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168601] usb 1-1: SerialNumber: 42\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:29:15 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:29:16 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:29:16 cirros kern.info kernel: [ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:29:16 cirros kern.info kernel: [ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-10-10 17:30:22,403 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-76c9b9ba-52f8-418e-92be-9ad7884c4980 2018-10-10 17:30:23,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:23,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:23,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:24,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30: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-fc6883f8-4ced-4489-97a1-0cfe4be51be6 x-compute-request-id: req-fc6883f8-4ced-4489-97a1-0cfe4be51be6 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 561663203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132742] pid_max: default: 32768 minimum: 301\n[ 0.133609] ACPI: Core revision 20150930\n[ 0.134963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136234] Security Framework initialized\n[ 0.137027] Yama: becoming mindful.\n[ 0.137737] AppArmor: AppArmor initialized\n[ 0.138581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139875] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143827] Initializing cgroup subsys io\n[ 0.144620] Initializing cgroup subsys memory\n[ 0.145459] Initializing cgroup subsys devices\n[ 0.146323] Initializing cgroup subsys freezer\n[ 0.147174] Initializing cgroup subsys net_cls\n[ 0.148020] Initializing cgroup subsys perf_event\n[ 0.148906] Initializing cgroup subsys net_prio\n[ 0.149761] Initializing cgroup subsys hugetlb\n[ 0.150616] Initializing cgroup subsys pids\n[ 0.151466] CPU: Physical Processor ID: 0\n[ 0.152940] mce: CPU supports 10 MCE banks\n[ 0.153760] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154738] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172148] ftrace: allocating 31920 entries in 125 pages\n[ 0.198366] smpboot: Max logical packages: 1\n[ 0.199207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200517] x2apic enabled\n[ 0.201324] Switched APIC routing to physical x2apic.\n[ 0.203169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204209] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208679] KVM setup paravirtual spinlock\n[ 0.210115] x86: Booted up 1 node, 1 CPUs\n[ 0.211072] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212718] devtmpfs: initialized\n[ 0.214548] evm: security.selinux\n[ 0.215372] evm: security.SMACK64\n[ 0.216178] evm: security.SMACK64EXEC\n[ 0.217066] evm: security.SMACK64TRANSMUTE\n[ 0.218030] evm: security.SMACK64MMAP\n[ 0.218941] evm: security.ima\n[ 0.219707] evm: security.capability\n[ 0.220644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222736] pinctrl core: initialized pinctrl subsystem\n[ 0.223810] RTC time: 17:28:24, date: 10/10/18\n[ 0.224741] NET: Registered protocol family 16\n[ 0.225689] cpuidle: using governor ladder\n[ 0.226696] cpuidle: using governor menu\n[ 0.227476] PCCT header not found.\n[ 0.228214] ACPI: bus type PCI registered\n[ 0.228999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230213] PCI: Using configuration type 1 for base access\n[ 0.231967] ACPI: Added _OSI(Module Device)\n[ 0.232792] ACPI: Added _OSI(Processor Device)\n[ 0.233635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236631] ACPI: Interpreter enabled\n[ 0.237381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244719] ACPI: (supports S0 S5)\n[ 0.245409] ACPI: Using IOAPIC for interrupt routing\n[ 0.246332] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251721] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252887] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255079] acpiphp: Slot [3] registered\n[ 0.255863] acpiphp: Slot [4] registered\n[ 0.256642] acpiphp: Slot [5] registered\n[ 0.257426] acpiphp: Slot [6] registered\n[ 0.258201] acpiphp: Slot [7] registered\n[ 0.258979] acpiphp: Slot [8] registered\n[ 0.259765] acpiphp: Slot [9] registered\n[ 0.260542] acpiphp: Slot [10] registered\n[ 0.261340] acpiphp: Slot [11] registered\n[ 0.262337] acpiphp: Slot [12] registered\n[ 0.263070] acpiphp: Slot [13] registered\n[ 0.263844] acpiphp: Slot [14] registered\n[ 0.264633] acpiphp: Slot [15] registered\n[ 0.275688] acpiphp: Slot [16] registered\n[ 0.276493] acpiphp: Slot [17] registered\n[ 0.277283] acpiphp: Slot [18] registered\n[ 0.278064] acpiphp: Slot [19] registered\n[ 0.278850] acpiphp: Slot [20] registered\n[ 0.279645] acpiphp: Slot [21] registered\n[ 0.280445] acpiphp: Slot [22] registered\n[ 0.281227] acpiphp: Slot [23] registered\n[ 0.282013] acpiphp: Slot [24] registered\n[ 0.282820] acpiphp: Slot [25] registered\n[ 0.283612] acpiphp: Slot [26] registered\n[ 0.284403] acpiphp: Slot [27] registered\n[ 0.285192] acpiphp: Slot [28] registered\n[ 0.285989] acpiphp: Slot [29] registered\n[ 0.286778] acpiphp: Slot [30] registered\n[ 0.287572] acpiphp: Slot [31] registered\n[ 0.288365] PCI host bridge to bus 0000:00\n[ 0.289145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290337] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312221] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358765] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367211] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368376] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369870] vgaarb: loaded\n[ 0.370458] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371561] SCSI subsystem initialized\n[ 0.372357] ACPI: bus type USB registered\n[ 0.373156] usbcore: registered new interface driver usbfs\n[ 0.374154] usbcore: registered new interface driver hub\n[ 0.375135] usbcore: registered new device driver usb\n[ 0.376175] PCI: Using ACPI for IRQ routing\n[ 0.377190] NetLabel: Initializing\n[ 0.377890] NetLabel: domain hash size = 128\n[ 0.378723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379661] NetLabel: unlabeled traffic allowed by default\n[ 0.380746] clocksource: Switched to clocksource kvm-clock\n[ 0.386216] AppArmor: AppArmor Filesystem Enabled\n[ 0.387174] pnp: PnP ACPI init\n[ 0.388089] pnp: PnP ACPI: found 5 devices\n[ 0.394442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396122] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398346] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399432] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400571] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401633] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402797] NET: Registered protocol family 1\n[ 0.403682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404777] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405831] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419883] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434252] Trying to unpack rootfs image as initramfs...\n[ 0.484617] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498503] Scanning for low memory corruption every 60 seconds\n[ 0.499811] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500955] audit: initializing netlink subsys (disabled)\n[ 0.501971] audit: type=2000 audit(1539192505.394:1): initialized\n[ 0.503313] Initialise system trusted keyring\n[ 0.504170] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505320] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507254] zbud: loaded\n[ 0.507948] VFS: Disk quotas dquot_6.6.0\n[ 0.508774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510283] fuse init (API version 7.23)\n[ 0.511151] Key type big_key registered\n[ 0.511941] Allocating IMA MOK and blacklist keyrings.\n[ 0.513041] Key type asymmetric registered\n[ 0.513853] Asymmetric key parser 'x509' registered\n[ 0.514794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516606] io scheduler noop registered\n[ 0.517406] io scheduler deadline registered (default)\n[ 0.518379] io scheduler cfq registered\n[ 0.519195] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522990] ACPI: Power Button [PWRF]\n[ 0.523807] GHES: HEST is not enabled!\n[ 0.537570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566085] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568291] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593723] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596388] Linux agpgart interface v0.103\n[ 0.598482] brd: module loaded\n[ 0.599682] loop: module loaded\n[ 0.605093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606519] GPT:90111 != 2097151\n[ 0.607175] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608242] GPT:90111 != 2097151\n[ 0.608920] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609869] vda: vda1 vda15\n[ 0.611571] scsi host0: ata_piix\n[ 0.612294] scsi host1: ata_piix\n[ 0.613003] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615612] libphy: Fixed MDIO Bus: probed\n[ 0.616408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619624] PPP generic driver version 2.4.2\n[ 0.620791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622218] ehci-pci: EHCI PCI platform driver\n[ 0.623090] ehci-platform: EHCI generic platform driver\n[ 0.624072] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625299] ohci-pci: OHCI PCI platform driver\n[ 0.626166] ohci-platform: OHCI generic platform driver\n[ 0.627156] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644288] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649049] usb usb1: Product: UHCI Host Controller\n[ 0.649975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651102] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652116] hub 1-0:1.0: USB hub found\n[ 0.652893] hub 1-0:1.0: 2 ports detected\n[ 0.653802] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656886] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658091] mousedev: PS/2 mouse device common for all mice\n[ 0.659341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661160] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662239] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664598] i2c /dev entries driver\n[ 0.665359] device-mapper: uevent: version 1.0.3\n[ 0.666314] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667964] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669232] NET: Registered protocol family 10\n[ 0.670215] NET: Registered protocol family 17\n[ 0.671094] Key type dns_resolver registered\n[ 0.672010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674817] registered taskstats version 1\n[ 0.675650] Loading compiled-in X.509 certificates\n[ 0.677076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678904] zswap: loaded using pool lzo/zbud\n[ 0.680262] Key type trusted registered\n[ 0.681814] Key type encrypted registered\n[ 0.682797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685270] evm: HMAC attrs: 0x1\n[ 0.686363] Magic number: 6:505:491\n[ 0.687349] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:25 UTC (1539192505)\n[ 0.689257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690593] EDD information not available.\n[ 0.769297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770920] ata1.00: configured for MWDMA2\n[ 0.772292] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785202] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786707] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788187] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790259] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792081] Write protecting the kernel read-only data: 14336k\n[ 0.793858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795942] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.250932] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.50s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:24,473 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-fc6883f8-4ced-4489-97a1-0cfe4be51be6 2018-10-10 17:30:24,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30: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-543b3ec5-8ac6-431f-9a93-5f83c44f65d9 x-compute-request-id: req-543b3ec5-8ac6-431f-9a93-5f83c44f65d9 Content-Encoding: gzip Content-Length: 11138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\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.164156] random: dd urandom read with 5 bits of entropy available\n[ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.168599] usb 1-1: Product: QEMU USB Tablet\n[ 1.168600] usb 1-1: Manufacturer: QEMU\n[ 1.168601] usb 1-1: SerialNumber: 42\n[ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:28:13 cirros kern.info kernel: [ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843915] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843916] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 10 18:28:13 cirros kern.info kernel: [ 0.845521] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 10 18:28:13 cirros kern.info kernel: [ 0.848384] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 10 18:28:13 cirros kern.info kernel: [ 0.850339] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 10 18:28:13 cirros kern.info kernel: [ 0.874257] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.875234] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.876357] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.911595] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 1.007725] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 10 18:28:13 cirros kern.info kernel: [ 1.131847] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.info kernel: [ 1.146113] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.notice kernel: [ 1.164156] random: dd urandom read with 5 bits of entropy available\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168599] usb 1-1: Product: QEMU USB Tablet\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168600] usb 1-1: Manufacturer: QEMU\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168601] usb 1-1: SerialNumber: 42\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:29:15 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:29:16 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:29:16 cirros kern.info kernel: [ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:29:16 cirros kern.info kernel: [ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-10-10 17:30:24,479 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-543b3ec5-8ac6-431f-9a93-5f83c44f65d9 2018-10-10 17:30:24,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30: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-ce780c09-14da-40d6-92bc-3e471183472d x-compute-request-id: req-ce780c09-14da-40d6-92bc-3e471183472d Content-Encoding: gzip Content-Length: 8113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528961692 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129478] pid_max: default: 32768 minimum: 301\n[ 0.130346] ACPI: Core revision 20150930\n[ 0.131706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132982] Security Framework initialized\n[ 0.133773] Yama: becoming mindful.\n[ 0.134481] AppArmor: AppArmor initialized\n[ 0.135328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140376] Initializing cgroup subsys io\n[ 0.141176] Initializing cgroup subsys memory\n[ 0.142007] Initializing cgroup subsys devices\n[ 0.142857] Initializing cgroup subsys freezer\n[ 0.143710] Initializing cgroup subsys net_cls\n[ 0.144579] Initializing cgroup subsys perf_event\n[ 0.145482] Initializing cgroup subsys net_prio\n[ 0.146339] Initializing cgroup subsys hugetlb\n[ 0.147190] Initializing cgroup subsys pids\n[ 0.148036] CPU: Physical Processor ID: 0\n[ 0.149502] mce: CPU supports 10 MCE banks\n[ 0.150325] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168733] ftrace: allocating 31920 entries in 125 pages\n[ 0.194993] smpboot: Max logical packages: 1\n[ 0.195852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197171] x2apic enabled\n[ 0.197960] Switched APIC routing to physical x2apic.\n[ 0.199698] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204558] KVM setup paravirtual spinlock\n[ 0.205838] x86: Booted up 1 node, 1 CPUs\n[ 0.206627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207983] devtmpfs: initialized\n[ 0.209690] evm: security.selinux\n[ 0.210375] evm: security.SMACK64\n[ 0.211083] evm: security.SMACK64EXEC\n[ 0.211806] evm: security.SMACK64TRANSMUTE\n[ 0.212594] evm: security.SMACK64MMAP\n[ 0.213321] evm: security.ima\n[ 0.213950] evm: security.capability\n[ 0.214737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216579] pinctrl core: initialized pinctrl subsystem\n[ 0.217650] RTC time: 17:28:37, date: 10/10/18\n[ 0.218594] NET: Registered protocol family 16\n[ 0.219541] cpuidle: using governor ladder\n[ 0.220349] cpuidle: using governor menu\n[ 0.221115] PCCT header not found.\n[ 0.221846] ACPI: bus type PCI registered\n[ 0.222636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223854] PCI: Using configuration type 1 for base access\n[ 0.225580] ACPI: Added _OSI(Module Device)\n[ 0.226407] ACPI: Added _OSI(Processor Device)\n[ 0.227249] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230284] ACPI: Interpreter enabled\n[ 0.231027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238224] ACPI: (supports S0 S5)\n[ 0.238908] ACPI: Using IOAPIC for interrupt routing\n[ 0.239936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242975] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244104] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246513] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248685] acpiphp: Slot [3] registered\n[ 0.249466] acpiphp: Slot [4] registered\n[ 0.250255] acpiphp: Slot [5] registered\n[ 0.251029] acpiphp: Slot [6] registered\n[ 0.251814] acpiphp: Slot [7] registered\n[ 0.252596] acpiphp: Slot [8] registered\n[ 0.253392] acpiphp: Slot [9] registered\n[ 0.254165] acpiphp: Slot [10] registered\n[ 0.254947] acpiphp: Slot [11] registered\n[ 0.255745] acpiphp: Slot [12] registered\n[ 0.256536] acpiphp: Slot [13] registered\n[ 0.257328] acpiphp: Slot [14] registered\n[ 0.258132] acpiphp: Slot [15] registered\n[ 0.269146] acpiphp: Slot [16] registered\n[ 0.269941] acpiphp: Slot [17] registered\n[ 0.270767] acpiphp: Slot [18] registered\n[ 0.271550] acpiphp: Slot [19] registered\n[ 0.272325] acpiphp: Slot [20] registered\n[ 0.273103] acpiphp: Slot [21] registered\n[ 0.273883] acpiphp: Slot [22] registered\n[ 0.274666] acpiphp: Slot [23] registered\n[ 0.275450] acpiphp: Slot [24] registered\n[ 0.276229] acpiphp: Slot [25] registered\n[ 0.277004] acpiphp: Slot [26] registered\n[ 0.277783] acpiphp: Slot [27] registered\n[ 0.278571] acpiphp: Slot [28] registered\n[ 0.279357] acpiphp: Slot [29] registered\n[ 0.280136] acpiphp: Slot [30] registered\n[ 0.280910] acpiphp: Slot [31] registered\n[ 0.281686] PCI host bridge to bus 0000:00\n[ 0.282464] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286182] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287577] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303915] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305324] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356772] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360545] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362092] vgaarb: loaded\n[ 0.362680] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363785] SCSI subsystem initialized\n[ 0.364652] ACPI: bus type USB registered\n[ 0.365457] usbcore: registered new interface driver usbfs\n[ 0.366467] usbcore: registered new interface driver hub\n[ 0.367450] usbcore: registered new device driver usb\n[ 0.368492] PCI: Using ACPI for IRQ routing\n[ 0.369493] NetLabel: Initializing\n[ 0.370194] NetLabel: domain hash size = 128\n[ 0.371080] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372006] NetLabel: unlabeled traffic allowed by default\n[ 0.373085] clocksource: Switched to clocksource kvm-clock\n[ 0.378519] AppArmor: AppArmor Filesystem Enabled\n[ 0.379459] pnp: PnP ACPI init\n[ 0.380357] pnp: PnP ACPI: found 5 devices\n[ 0.386703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388396] NET: Registered protocol family 2\n[ 0.389371] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395129] NET: Registered protocol family 1\n[ 0.395976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412007] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426532] Trying to unpack rootfs image as initramfs...\n[ 0.475947] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489807] Scanning for low memory corruption every 60 seconds\n[ 0.491155] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492308] audit: initializing netlink subsys (disabled)\n[ 0.493320] audit: type=2000 audit(1539192518.674:1): initialized\n[ 0.494608] Initialise system trusted keyring\n[ 0.495516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496700] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498652] zbud: loaded\n[ 0.499346] VFS: Disk quotas dquot_6.6.0\n[ 0.500153] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501637] fuse init (API version 7.23)\n[ 0.502529] Key type big_key registered\n[ 0.503317] Allocating IMA MOK and blacklist keyrings.\n[ 0.504767] Key type asymmetric registered\n[ 0.505584] Asymmetric key parser 'x509' registered\n[ 0.506523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507956] io scheduler noop registered\n[ 0.508783] io scheduler deadline registered (default)\n[ 0.509768] io scheduler cfq registered\n[ 0.510588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514285] ACPI: Power Button [PWRF]\n[ 0.515107] GHES: HEST is not enabled!\n[ 0.528863] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590494] brd: module loaded\n[ 0.591687] loop: module loaded\n[ 0.596550] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597979] GPT:90111 != 2097151\n[ 0.598645] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599704] GPT:90111 != 2097151\n[ 0.600362] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601303] vda: vda1 vda15\n[ 0.602767] scsi host0: ata_piix\n[ 0.603489] scsi host1: ata_piix\n[ 0.604177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605358] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606764] libphy: Fixed MDIO Bus: probed\n[ 0.607565] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610783] PPP generic driver version 2.4.2\n[ 0.611654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612855] ehci-pci: EHCI PCI platform driver\n[ 0.613711] ehci-platform: EHCI generic platform driver\n[ 0.614672] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615768] ohci-pci: OHCI PCI platform driver\n[ 0.616616] ohci-platform: OHCI generic platform driver\n[ 0.617585] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635361] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639006] usb usb1: Product: UHCI Host Controller\n[ 0.639907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641008] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641933] hub 1-0:1.0: USB hub found\n[ 0.642691] hub 1-0:1.0: 2 ports detected\n[ 0.643573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647581] mousedev: PS/2 mouse device common for all mice\n[ 0.648796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650586] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652808] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653966] i2c /dev entries driver\n[ 0.654704] device-mapper: uevent: version 1.0.3\n[ 0.655608] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657190] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658440] NET: Registered protocol family 10\n[ 0.659419] NET: Registered protocol family 17\n[ 0.660284] Key type dns_resolver registered\n[ 0.661197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663942] registered taskstats version 1\n[ 0.664744] Loading compiled-in X.509 certificates\n[ 0.666160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667947] zswap: loaded using pool lzo/zbud\n[ 0.669293] Key type trusted registered\n[ 0.670802] Key type encrypted registered\n[ 0.671608] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673613] evm: HMAC attrs: 0x1\n[ 0.674887] Magic number: 6:505:491\n[ 0.675715] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:38 UTC (1539192518)\n[ 0.677284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678364] EDD information not available.\n[ 0.761636] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.763032] ata1.00: configured for MWDMA2\n[ 0.764215] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776725] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777919] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779137] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780957] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782448] Write protecting the kernel read-only data: 14336k\n[ 0.783975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841441] 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.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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.40s]\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:24,481 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-ce780c09-14da-40d6-92bc-3e471183472d 2018-10-10 17:30:25,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:25,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:25,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:26,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30: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-419bccc1-b1d2-4d97-8968-e811446ad748 x-compute-request-id: req-419bccc1-b1d2-4d97-8968-e811446ad748 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 561663203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132742] pid_max: default: 32768 minimum: 301\n[ 0.133609] ACPI: Core revision 20150930\n[ 0.134963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136234] Security Framework initialized\n[ 0.137027] Yama: becoming mindful.\n[ 0.137737] AppArmor: AppArmor initialized\n[ 0.138581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139875] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143827] Initializing cgroup subsys io\n[ 0.144620] Initializing cgroup subsys memory\n[ 0.145459] Initializing cgroup subsys devices\n[ 0.146323] Initializing cgroup subsys freezer\n[ 0.147174] Initializing cgroup subsys net_cls\n[ 0.148020] Initializing cgroup subsys perf_event\n[ 0.148906] Initializing cgroup subsys net_prio\n[ 0.149761] Initializing cgroup subsys hugetlb\n[ 0.150616] Initializing cgroup subsys pids\n[ 0.151466] CPU: Physical Processor ID: 0\n[ 0.152940] mce: CPU supports 10 MCE banks\n[ 0.153760] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154738] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172148] ftrace: allocating 31920 entries in 125 pages\n[ 0.198366] smpboot: Max logical packages: 1\n[ 0.199207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200517] x2apic enabled\n[ 0.201324] Switched APIC routing to physical x2apic.\n[ 0.203169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204209] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208679] KVM setup paravirtual spinlock\n[ 0.210115] x86: Booted up 1 node, 1 CPUs\n[ 0.211072] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212718] devtmpfs: initialized\n[ 0.214548] evm: security.selinux\n[ 0.215372] evm: security.SMACK64\n[ 0.216178] evm: security.SMACK64EXEC\n[ 0.217066] evm: security.SMACK64TRANSMUTE\n[ 0.218030] evm: security.SMACK64MMAP\n[ 0.218941] evm: security.ima\n[ 0.219707] evm: security.capability\n[ 0.220644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222736] pinctrl core: initialized pinctrl subsystem\n[ 0.223810] RTC time: 17:28:24, date: 10/10/18\n[ 0.224741] NET: Registered protocol family 16\n[ 0.225689] cpuidle: using governor ladder\n[ 0.226696] cpuidle: using governor menu\n[ 0.227476] PCCT header not found.\n[ 0.228214] ACPI: bus type PCI registered\n[ 0.228999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230213] PCI: Using configuration type 1 for base access\n[ 0.231967] ACPI: Added _OSI(Module Device)\n[ 0.232792] ACPI: Added _OSI(Processor Device)\n[ 0.233635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236631] ACPI: Interpreter enabled\n[ 0.237381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244719] ACPI: (supports S0 S5)\n[ 0.245409] ACPI: Using IOAPIC for interrupt routing\n[ 0.246332] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251721] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252887] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255079] acpiphp: Slot [3] registered\n[ 0.255863] acpiphp: Slot [4] registered\n[ 0.256642] acpiphp: Slot [5] registered\n[ 0.257426] acpiphp: Slot [6] registered\n[ 0.258201] acpiphp: Slot [7] registered\n[ 0.258979] acpiphp: Slot [8] registered\n[ 0.259765] acpiphp: Slot [9] registered\n[ 0.260542] acpiphp: Slot [10] registered\n[ 0.261340] acpiphp: Slot [11] registered\n[ 0.262337] acpiphp: Slot [12] registered\n[ 0.263070] acpiphp: Slot [13] registered\n[ 0.263844] acpiphp: Slot [14] registered\n[ 0.264633] acpiphp: Slot [15] registered\n[ 0.275688] acpiphp: Slot [16] registered\n[ 0.276493] acpiphp: Slot [17] registered\n[ 0.277283] acpiphp: Slot [18] registered\n[ 0.278064] acpiphp: Slot [19] registered\n[ 0.278850] acpiphp: Slot [20] registered\n[ 0.279645] acpiphp: Slot [21] registered\n[ 0.280445] acpiphp: Slot [22] registered\n[ 0.281227] acpiphp: Slot [23] registered\n[ 0.282013] acpiphp: Slot [24] registered\n[ 0.282820] acpiphp: Slot [25] registered\n[ 0.283612] acpiphp: Slot [26] registered\n[ 0.284403] acpiphp: Slot [27] registered\n[ 0.285192] acpiphp: Slot [28] registered\n[ 0.285989] acpiphp: Slot [29] registered\n[ 0.286778] acpiphp: Slot [30] registered\n[ 0.287572] acpiphp: Slot [31] registered\n[ 0.288365] PCI host bridge to bus 0000:00\n[ 0.289145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290337] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312221] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358765] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367211] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368376] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369870] vgaarb: loaded\n[ 0.370458] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371561] SCSI subsystem initialized\n[ 0.372357] ACPI: bus type USB registered\n[ 0.373156] usbcore: registered new interface driver usbfs\n[ 0.374154] usbcore: registered new interface driver hub\n[ 0.375135] usbcore: registered new device driver usb\n[ 0.376175] PCI: Using ACPI for IRQ routing\n[ 0.377190] NetLabel: Initializing\n[ 0.377890] NetLabel: domain hash size = 128\n[ 0.378723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379661] NetLabel: unlabeled traffic allowed by default\n[ 0.380746] clocksource: Switched to clocksource kvm-clock\n[ 0.386216] AppArmor: AppArmor Filesystem Enabled\n[ 0.387174] pnp: PnP ACPI init\n[ 0.388089] pnp: PnP ACPI: found 5 devices\n[ 0.394442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396122] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398346] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399432] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400571] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401633] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402797] NET: Registered protocol family 1\n[ 0.403682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404777] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405831] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419883] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434252] Trying to unpack rootfs image as initramfs...\n[ 0.484617] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498503] Scanning for low memory corruption every 60 seconds\n[ 0.499811] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500955] audit: initializing netlink subsys (disabled)\n[ 0.501971] audit: type=2000 audit(1539192505.394:1): initialized\n[ 0.503313] Initialise system trusted keyring\n[ 0.504170] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505320] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507254] zbud: loaded\n[ 0.507948] VFS: Disk quotas dquot_6.6.0\n[ 0.508774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510283] fuse init (API version 7.23)\n[ 0.511151] Key type big_key registered\n[ 0.511941] Allocating IMA MOK and blacklist keyrings.\n[ 0.513041] Key type asymmetric registered\n[ 0.513853] Asymmetric key parser 'x509' registered\n[ 0.514794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516606] io scheduler noop registered\n[ 0.517406] io scheduler deadline registered (default)\n[ 0.518379] io scheduler cfq registered\n[ 0.519195] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522990] ACPI: Power Button [PWRF]\n[ 0.523807] GHES: HEST is not enabled!\n[ 0.537570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566085] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568291] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593723] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596388] Linux agpgart interface v0.103\n[ 0.598482] brd: module loaded\n[ 0.599682] loop: module loaded\n[ 0.605093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606519] GPT:90111 != 2097151\n[ 0.607175] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608242] GPT:90111 != 2097151\n[ 0.608920] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609869] vda: vda1 vda15\n[ 0.611571] scsi host0: ata_piix\n[ 0.612294] scsi host1: ata_piix\n[ 0.613003] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615612] libphy: Fixed MDIO Bus: probed\n[ 0.616408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619624] PPP generic driver version 2.4.2\n[ 0.620791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622218] ehci-pci: EHCI PCI platform driver\n[ 0.623090] ehci-platform: EHCI generic platform driver\n[ 0.624072] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625299] ohci-pci: OHCI PCI platform driver\n[ 0.626166] ohci-platform: OHCI generic platform driver\n[ 0.627156] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644288] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649049] usb usb1: Product: UHCI Host Controller\n[ 0.649975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651102] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652116] hub 1-0:1.0: USB hub found\n[ 0.652893] hub 1-0:1.0: 2 ports detected\n[ 0.653802] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656886] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658091] mousedev: PS/2 mouse device common for all mice\n[ 0.659341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661160] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662239] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664598] i2c /dev entries driver\n[ 0.665359] device-mapper: uevent: version 1.0.3\n[ 0.666314] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667964] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669232] NET: Registered protocol family 10\n[ 0.670215] NET: Registered protocol family 17\n[ 0.671094] Key type dns_resolver registered\n[ 0.672010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674817] registered taskstats version 1\n[ 0.675650] Loading compiled-in X.509 certificates\n[ 0.677076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678904] zswap: loaded using pool lzo/zbud\n[ 0.680262] Key type trusted registered\n[ 0.681814] Key type encrypted registered\n[ 0.682797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685270] evm: HMAC attrs: 0x1\n[ 0.686363] Magic number: 6:505:491\n[ 0.687349] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:25 UTC (1539192505)\n[ 0.689257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690593] EDD information not available.\n[ 0.769297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770920] ata1.00: configured for MWDMA2\n[ 0.772292] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785202] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786707] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788187] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790259] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792081] Write protecting the kernel read-only data: 14336k\n[ 0.793858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795942] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.250932] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.50s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:26,546 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-419bccc1-b1d2-4d97-8968-e811446ad748 2018-10-10 17:30:26,551 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30: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-8153ae8d-9fab-423a-8262-66f81930b443 x-compute-request-id: req-8153ae8d-9fab-423a-8262-66f81930b443 Content-Encoding: gzip Content-Length: 8113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528961692 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129478] pid_max: default: 32768 minimum: 301\n[ 0.130346] ACPI: Core revision 20150930\n[ 0.131706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132982] Security Framework initialized\n[ 0.133773] Yama: becoming mindful.\n[ 0.134481] AppArmor: AppArmor initialized\n[ 0.135328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140376] Initializing cgroup subsys io\n[ 0.141176] Initializing cgroup subsys memory\n[ 0.142007] Initializing cgroup subsys devices\n[ 0.142857] Initializing cgroup subsys freezer\n[ 0.143710] Initializing cgroup subsys net_cls\n[ 0.144579] Initializing cgroup subsys perf_event\n[ 0.145482] Initializing cgroup subsys net_prio\n[ 0.146339] Initializing cgroup subsys hugetlb\n[ 0.147190] Initializing cgroup subsys pids\n[ 0.148036] CPU: Physical Processor ID: 0\n[ 0.149502] mce: CPU supports 10 MCE banks\n[ 0.150325] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168733] ftrace: allocating 31920 entries in 125 pages\n[ 0.194993] smpboot: Max logical packages: 1\n[ 0.195852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197171] x2apic enabled\n[ 0.197960] Switched APIC routing to physical x2apic.\n[ 0.199698] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204558] KVM setup paravirtual spinlock\n[ 0.205838] x86: Booted up 1 node, 1 CPUs\n[ 0.206627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207983] devtmpfs: initialized\n[ 0.209690] evm: security.selinux\n[ 0.210375] evm: security.SMACK64\n[ 0.211083] evm: security.SMACK64EXEC\n[ 0.211806] evm: security.SMACK64TRANSMUTE\n[ 0.212594] evm: security.SMACK64MMAP\n[ 0.213321] evm: security.ima\n[ 0.213950] evm: security.capability\n[ 0.214737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216579] pinctrl core: initialized pinctrl subsystem\n[ 0.217650] RTC time: 17:28:37, date: 10/10/18\n[ 0.218594] NET: Registered protocol family 16\n[ 0.219541] cpuidle: using governor ladder\n[ 0.220349] cpuidle: using governor menu\n[ 0.221115] PCCT header not found.\n[ 0.221846] ACPI: bus type PCI registered\n[ 0.222636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223854] PCI: Using configuration type 1 for base access\n[ 0.225580] ACPI: Added _OSI(Module Device)\n[ 0.226407] ACPI: Added _OSI(Processor Device)\n[ 0.227249] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230284] ACPI: Interpreter enabled\n[ 0.231027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238224] ACPI: (supports S0 S5)\n[ 0.238908] ACPI: Using IOAPIC for interrupt routing\n[ 0.239936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242975] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244104] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246513] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248685] acpiphp: Slot [3] registered\n[ 0.249466] acpiphp: Slot [4] registered\n[ 0.250255] acpiphp: Slot [5] registered\n[ 0.251029] acpiphp: Slot [6] registered\n[ 0.251814] acpiphp: Slot [7] registered\n[ 0.252596] acpiphp: Slot [8] registered\n[ 0.253392] acpiphp: Slot [9] registered\n[ 0.254165] acpiphp: Slot [10] registered\n[ 0.254947] acpiphp: Slot [11] registered\n[ 0.255745] acpiphp: Slot [12] registered\n[ 0.256536] acpiphp: Slot [13] registered\n[ 0.257328] acpiphp: Slot [14] registered\n[ 0.258132] acpiphp: Slot [15] registered\n[ 0.269146] acpiphp: Slot [16] registered\n[ 0.269941] acpiphp: Slot [17] registered\n[ 0.270767] acpiphp: Slot [18] registered\n[ 0.271550] acpiphp: Slot [19] registered\n[ 0.272325] acpiphp: Slot [20] registered\n[ 0.273103] acpiphp: Slot [21] registered\n[ 0.273883] acpiphp: Slot [22] registered\n[ 0.274666] acpiphp: Slot [23] registered\n[ 0.275450] acpiphp: Slot [24] registered\n[ 0.276229] acpiphp: Slot [25] registered\n[ 0.277004] acpiphp: Slot [26] registered\n[ 0.277783] acpiphp: Slot [27] registered\n[ 0.278571] acpiphp: Slot [28] registered\n[ 0.279357] acpiphp: Slot [29] registered\n[ 0.280136] acpiphp: Slot [30] registered\n[ 0.280910] acpiphp: Slot [31] registered\n[ 0.281686] PCI host bridge to bus 0000:00\n[ 0.282464] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286182] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287577] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303915] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305324] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356772] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360545] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362092] vgaarb: loaded\n[ 0.362680] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363785] SCSI subsystem initialized\n[ 0.364652] ACPI: bus type USB registered\n[ 0.365457] usbcore: registered new interface driver usbfs\n[ 0.366467] usbcore: registered new interface driver hub\n[ 0.367450] usbcore: registered new device driver usb\n[ 0.368492] PCI: Using ACPI for IRQ routing\n[ 0.369493] NetLabel: Initializing\n[ 0.370194] NetLabel: domain hash size = 128\n[ 0.371080] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372006] NetLabel: unlabeled traffic allowed by default\n[ 0.373085] clocksource: Switched to clocksource kvm-clock\n[ 0.378519] AppArmor: AppArmor Filesystem Enabled\n[ 0.379459] pnp: PnP ACPI init\n[ 0.380357] pnp: PnP ACPI: found 5 devices\n[ 0.386703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388396] NET: Registered protocol family 2\n[ 0.389371] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395129] NET: Registered protocol family 1\n[ 0.395976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412007] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426532] Trying to unpack rootfs image as initramfs...\n[ 0.475947] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489807] Scanning for low memory corruption every 60 seconds\n[ 0.491155] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492308] audit: initializing netlink subsys (disabled)\n[ 0.493320] audit: type=2000 audit(1539192518.674:1): initialized\n[ 0.494608] Initialise system trusted keyring\n[ 0.495516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496700] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498652] zbud: loaded\n[ 0.499346] VFS: Disk quotas dquot_6.6.0\n[ 0.500153] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501637] fuse init (API version 7.23)\n[ 0.502529] Key type big_key registered\n[ 0.503317] Allocating IMA MOK and blacklist keyrings.\n[ 0.504767] Key type asymmetric registered\n[ 0.505584] Asymmetric key parser 'x509' registered\n[ 0.506523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507956] io scheduler noop registered\n[ 0.508783] io scheduler deadline registered (default)\n[ 0.509768] io scheduler cfq registered\n[ 0.510588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514285] ACPI: Power Button [PWRF]\n[ 0.515107] GHES: HEST is not enabled!\n[ 0.528863] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590494] brd: module loaded\n[ 0.591687] loop: module loaded\n[ 0.596550] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597979] GPT:90111 != 2097151\n[ 0.598645] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599704] GPT:90111 != 2097151\n[ 0.600362] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601303] vda: vda1 vda15\n[ 0.602767] scsi host0: ata_piix\n[ 0.603489] scsi host1: ata_piix\n[ 0.604177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605358] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606764] libphy: Fixed MDIO Bus: probed\n[ 0.607565] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610783] PPP generic driver version 2.4.2\n[ 0.611654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612855] ehci-pci: EHCI PCI platform driver\n[ 0.613711] ehci-platform: EHCI generic platform driver\n[ 0.614672] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615768] ohci-pci: OHCI PCI platform driver\n[ 0.616616] ohci-platform: OHCI generic platform driver\n[ 0.617585] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635361] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639006] usb usb1: Product: UHCI Host Controller\n[ 0.639907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641008] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641933] hub 1-0:1.0: USB hub found\n[ 0.642691] hub 1-0:1.0: 2 ports detected\n[ 0.643573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647581] mousedev: PS/2 mouse device common for all mice\n[ 0.648796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650586] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652808] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653966] i2c /dev entries driver\n[ 0.654704] device-mapper: uevent: version 1.0.3\n[ 0.655608] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657190] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658440] NET: Registered protocol family 10\n[ 0.659419] NET: Registered protocol family 17\n[ 0.660284] Key type dns_resolver registered\n[ 0.661197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663942] registered taskstats version 1\n[ 0.664744] Loading compiled-in X.509 certificates\n[ 0.666160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667947] zswap: loaded using pool lzo/zbud\n[ 0.669293] Key type trusted registered\n[ 0.670802] Key type encrypted registered\n[ 0.671608] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673613] evm: HMAC attrs: 0x1\n[ 0.674887] Magic number: 6:505:491\n[ 0.675715] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:38 UTC (1539192518)\n[ 0.677284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678364] EDD information not available.\n[ 0.761636] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.763032] ata1.00: configured for MWDMA2\n[ 0.764215] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776725] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777919] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779137] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780957] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782448] Write protecting the kernel read-only data: 14336k\n[ 0.783975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841441] 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.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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.40s]\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:26,552 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-8153ae8d-9fab-423a-8262-66f81930b443 2018-10-10 17:30:26,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30: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-c1ba3815-4116-48e1-827b-eeea8c68fcad x-compute-request-id: req-c1ba3815-4116-48e1-827b-eeea8c68fcad Content-Encoding: gzip Content-Length: 11138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\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.164156] random: dd urandom read with 5 bits of entropy available\n[ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.168599] usb 1-1: Product: QEMU USB Tablet\n[ 1.168600] usb 1-1: Manufacturer: QEMU\n[ 1.168601] usb 1-1: SerialNumber: 42\n[ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:28:13 cirros kern.info kernel: [ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843915] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843916] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 10 18:28:13 cirros kern.info kernel: [ 0.845521] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 10 18:28:13 cirros kern.info kernel: [ 0.848384] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 10 18:28:13 cirros kern.info kernel: [ 0.850339] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 10 18:28:13 cirros kern.info kernel: [ 0.874257] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.875234] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.876357] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.911595] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 1.007725] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 10 18:28:13 cirros kern.info kernel: [ 1.131847] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.info kernel: [ 1.146113] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.notice kernel: [ 1.164156] random: dd urandom read with 5 bits of entropy available\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168599] usb 1-1: Product: QEMU USB Tablet\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168600] usb 1-1: Manufacturer: QEMU\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168601] usb 1-1: SerialNumber: 42\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:29:15 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:29:16 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:29:16 cirros kern.info kernel: [ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:29:16 cirros kern.info kernel: [ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-10-10 17:30:26,565 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-c1ba3815-4116-48e1-827b-eeea8c68fcad 2018-10-10 17:30:27,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:27,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:27,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:28,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-b3f3e719-72b8-4e67-992b-47f11db01fa5 x-compute-request-id: req-b3f3e719-72b8-4e67-992b-47f11db01fa5 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 561663203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132742] pid_max: default: 32768 minimum: 301\n[ 0.133609] ACPI: Core revision 20150930\n[ 0.134963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136234] Security Framework initialized\n[ 0.137027] Yama: becoming mindful.\n[ 0.137737] AppArmor: AppArmor initialized\n[ 0.138581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139875] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143827] Initializing cgroup subsys io\n[ 0.144620] Initializing cgroup subsys memory\n[ 0.145459] Initializing cgroup subsys devices\n[ 0.146323] Initializing cgroup subsys freezer\n[ 0.147174] Initializing cgroup subsys net_cls\n[ 0.148020] Initializing cgroup subsys perf_event\n[ 0.148906] Initializing cgroup subsys net_prio\n[ 0.149761] Initializing cgroup subsys hugetlb\n[ 0.150616] Initializing cgroup subsys pids\n[ 0.151466] CPU: Physical Processor ID: 0\n[ 0.152940] mce: CPU supports 10 MCE banks\n[ 0.153760] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154738] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172148] ftrace: allocating 31920 entries in 125 pages\n[ 0.198366] smpboot: Max logical packages: 1\n[ 0.199207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200517] x2apic enabled\n[ 0.201324] Switched APIC routing to physical x2apic.\n[ 0.203169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204209] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208679] KVM setup paravirtual spinlock\n[ 0.210115] x86: Booted up 1 node, 1 CPUs\n[ 0.211072] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212718] devtmpfs: initialized\n[ 0.214548] evm: security.selinux\n[ 0.215372] evm: security.SMACK64\n[ 0.216178] evm: security.SMACK64EXEC\n[ 0.217066] evm: security.SMACK64TRANSMUTE\n[ 0.218030] evm: security.SMACK64MMAP\n[ 0.218941] evm: security.ima\n[ 0.219707] evm: security.capability\n[ 0.220644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222736] pinctrl core: initialized pinctrl subsystem\n[ 0.223810] RTC time: 17:28:24, date: 10/10/18\n[ 0.224741] NET: Registered protocol family 16\n[ 0.225689] cpuidle: using governor ladder\n[ 0.226696] cpuidle: using governor menu\n[ 0.227476] PCCT header not found.\n[ 0.228214] ACPI: bus type PCI registered\n[ 0.228999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230213] PCI: Using configuration type 1 for base access\n[ 0.231967] ACPI: Added _OSI(Module Device)\n[ 0.232792] ACPI: Added _OSI(Processor Device)\n[ 0.233635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236631] ACPI: Interpreter enabled\n[ 0.237381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244719] ACPI: (supports S0 S5)\n[ 0.245409] ACPI: Using IOAPIC for interrupt routing\n[ 0.246332] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251721] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252887] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255079] acpiphp: Slot [3] registered\n[ 0.255863] acpiphp: Slot [4] registered\n[ 0.256642] acpiphp: Slot [5] registered\n[ 0.257426] acpiphp: Slot [6] registered\n[ 0.258201] acpiphp: Slot [7] registered\n[ 0.258979] acpiphp: Slot [8] registered\n[ 0.259765] acpiphp: Slot [9] registered\n[ 0.260542] acpiphp: Slot [10] registered\n[ 0.261340] acpiphp: Slot [11] registered\n[ 0.262337] acpiphp: Slot [12] registered\n[ 0.263070] acpiphp: Slot [13] registered\n[ 0.263844] acpiphp: Slot [14] registered\n[ 0.264633] acpiphp: Slot [15] registered\n[ 0.275688] acpiphp: Slot [16] registered\n[ 0.276493] acpiphp: Slot [17] registered\n[ 0.277283] acpiphp: Slot [18] registered\n[ 0.278064] acpiphp: Slot [19] registered\n[ 0.278850] acpiphp: Slot [20] registered\n[ 0.279645] acpiphp: Slot [21] registered\n[ 0.280445] acpiphp: Slot [22] registered\n[ 0.281227] acpiphp: Slot [23] registered\n[ 0.282013] acpiphp: Slot [24] registered\n[ 0.282820] acpiphp: Slot [25] registered\n[ 0.283612] acpiphp: Slot [26] registered\n[ 0.284403] acpiphp: Slot [27] registered\n[ 0.285192] acpiphp: Slot [28] registered\n[ 0.285989] acpiphp: Slot [29] registered\n[ 0.286778] acpiphp: Slot [30] registered\n[ 0.287572] acpiphp: Slot [31] registered\n[ 0.288365] PCI host bridge to bus 0000:00\n[ 0.289145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290337] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312221] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358765] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367211] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368376] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369870] vgaarb: loaded\n[ 0.370458] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371561] SCSI subsystem initialized\n[ 0.372357] ACPI: bus type USB registered\n[ 0.373156] usbcore: registered new interface driver usbfs\n[ 0.374154] usbcore: registered new interface driver hub\n[ 0.375135] usbcore: registered new device driver usb\n[ 0.376175] PCI: Using ACPI for IRQ routing\n[ 0.377190] NetLabel: Initializing\n[ 0.377890] NetLabel: domain hash size = 128\n[ 0.378723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379661] NetLabel: unlabeled traffic allowed by default\n[ 0.380746] clocksource: Switched to clocksource kvm-clock\n[ 0.386216] AppArmor: AppArmor Filesystem Enabled\n[ 0.387174] pnp: PnP ACPI init\n[ 0.388089] pnp: PnP ACPI: found 5 devices\n[ 0.394442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396122] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398346] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399432] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400571] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401633] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402797] NET: Registered protocol family 1\n[ 0.403682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404777] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405831] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419883] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434252] Trying to unpack rootfs image as initramfs...\n[ 0.484617] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498503] Scanning for low memory corruption every 60 seconds\n[ 0.499811] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500955] audit: initializing netlink subsys (disabled)\n[ 0.501971] audit: type=2000 audit(1539192505.394:1): initialized\n[ 0.503313] Initialise system trusted keyring\n[ 0.504170] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505320] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507254] zbud: loaded\n[ 0.507948] VFS: Disk quotas dquot_6.6.0\n[ 0.508774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510283] fuse init (API version 7.23)\n[ 0.511151] Key type big_key registered\n[ 0.511941] Allocating IMA MOK and blacklist keyrings.\n[ 0.513041] Key type asymmetric registered\n[ 0.513853] Asymmetric key parser 'x509' registered\n[ 0.514794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516606] io scheduler noop registered\n[ 0.517406] io scheduler deadline registered (default)\n[ 0.518379] io scheduler cfq registered\n[ 0.519195] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522990] ACPI: Power Button [PWRF]\n[ 0.523807] GHES: HEST is not enabled!\n[ 0.537570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566085] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568291] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593723] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596388] Linux agpgart interface v0.103\n[ 0.598482] brd: module loaded\n[ 0.599682] loop: module loaded\n[ 0.605093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606519] GPT:90111 != 2097151\n[ 0.607175] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608242] GPT:90111 != 2097151\n[ 0.608920] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609869] vda: vda1 vda15\n[ 0.611571] scsi host0: ata_piix\n[ 0.612294] scsi host1: ata_piix\n[ 0.613003] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615612] libphy: Fixed MDIO Bus: probed\n[ 0.616408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619624] PPP generic driver version 2.4.2\n[ 0.620791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622218] ehci-pci: EHCI PCI platform driver\n[ 0.623090] ehci-platform: EHCI generic platform driver\n[ 0.624072] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625299] ohci-pci: OHCI PCI platform driver\n[ 0.626166] ohci-platform: OHCI generic platform driver\n[ 0.627156] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644288] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649049] usb usb1: Product: UHCI Host Controller\n[ 0.649975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651102] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652116] hub 1-0:1.0: USB hub found\n[ 0.652893] hub 1-0:1.0: 2 ports detected\n[ 0.653802] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656886] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658091] mousedev: PS/2 mouse device common for all mice\n[ 0.659341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661160] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662239] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664598] i2c /dev entries driver\n[ 0.665359] device-mapper: uevent: version 1.0.3\n[ 0.666314] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667964] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669232] NET: Registered protocol family 10\n[ 0.670215] NET: Registered protocol family 17\n[ 0.671094] Key type dns_resolver registered\n[ 0.672010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674817] registered taskstats version 1\n[ 0.675650] Loading compiled-in X.509 certificates\n[ 0.677076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678904] zswap: loaded using pool lzo/zbud\n[ 0.680262] Key type trusted registered\n[ 0.681814] Key type encrypted registered\n[ 0.682797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685270] evm: HMAC attrs: 0x1\n[ 0.686363] Magic number: 6:505:491\n[ 0.687349] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:25 UTC (1539192505)\n[ 0.689257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690593] EDD information not available.\n[ 0.769297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770920] ata1.00: configured for MWDMA2\n[ 0.772292] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785202] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786707] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788187] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790259] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792081] Write protecting the kernel read-only data: 14336k\n[ 0.793858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795942] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.250932] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.50s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:28,619 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-b3f3e719-72b8-4e67-992b-47f11db01fa5 2018-10-10 17:30:28,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-695e958c-5b69-4b97-aa93-0937ec45e93b x-compute-request-id: req-695e958c-5b69-4b97-aa93-0937ec45e93b Content-Encoding: gzip Content-Length: 8113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528961692 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129478] pid_max: default: 32768 minimum: 301\n[ 0.130346] ACPI: Core revision 20150930\n[ 0.131706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132982] Security Framework initialized\n[ 0.133773] Yama: becoming mindful.\n[ 0.134481] AppArmor: AppArmor initialized\n[ 0.135328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140376] Initializing cgroup subsys io\n[ 0.141176] Initializing cgroup subsys memory\n[ 0.142007] Initializing cgroup subsys devices\n[ 0.142857] Initializing cgroup subsys freezer\n[ 0.143710] Initializing cgroup subsys net_cls\n[ 0.144579] Initializing cgroup subsys perf_event\n[ 0.145482] Initializing cgroup subsys net_prio\n[ 0.146339] Initializing cgroup subsys hugetlb\n[ 0.147190] Initializing cgroup subsys pids\n[ 0.148036] CPU: Physical Processor ID: 0\n[ 0.149502] mce: CPU supports 10 MCE banks\n[ 0.150325] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168733] ftrace: allocating 31920 entries in 125 pages\n[ 0.194993] smpboot: Max logical packages: 1\n[ 0.195852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197171] x2apic enabled\n[ 0.197960] Switched APIC routing to physical x2apic.\n[ 0.199698] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204558] KVM setup paravirtual spinlock\n[ 0.205838] x86: Booted up 1 node, 1 CPUs\n[ 0.206627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207983] devtmpfs: initialized\n[ 0.209690] evm: security.selinux\n[ 0.210375] evm: security.SMACK64\n[ 0.211083] evm: security.SMACK64EXEC\n[ 0.211806] evm: security.SMACK64TRANSMUTE\n[ 0.212594] evm: security.SMACK64MMAP\n[ 0.213321] evm: security.ima\n[ 0.213950] evm: security.capability\n[ 0.214737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216579] pinctrl core: initialized pinctrl subsystem\n[ 0.217650] RTC time: 17:28:37, date: 10/10/18\n[ 0.218594] NET: Registered protocol family 16\n[ 0.219541] cpuidle: using governor ladder\n[ 0.220349] cpuidle: using governor menu\n[ 0.221115] PCCT header not found.\n[ 0.221846] ACPI: bus type PCI registered\n[ 0.222636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223854] PCI: Using configuration type 1 for base access\n[ 0.225580] ACPI: Added _OSI(Module Device)\n[ 0.226407] ACPI: Added _OSI(Processor Device)\n[ 0.227249] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230284] ACPI: Interpreter enabled\n[ 0.231027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238224] ACPI: (supports S0 S5)\n[ 0.238908] ACPI: Using IOAPIC for interrupt routing\n[ 0.239936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242975] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244104] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246513] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248685] acpiphp: Slot [3] registered\n[ 0.249466] acpiphp: Slot [4] registered\n[ 0.250255] acpiphp: Slot [5] registered\n[ 0.251029] acpiphp: Slot [6] registered\n[ 0.251814] acpiphp: Slot [7] registered\n[ 0.252596] acpiphp: Slot [8] registered\n[ 0.253392] acpiphp: Slot [9] registered\n[ 0.254165] acpiphp: Slot [10] registered\n[ 0.254947] acpiphp: Slot [11] registered\n[ 0.255745] acpiphp: Slot [12] registered\n[ 0.256536] acpiphp: Slot [13] registered\n[ 0.257328] acpiphp: Slot [14] registered\n[ 0.258132] acpiphp: Slot [15] registered\n[ 0.269146] acpiphp: Slot [16] registered\n[ 0.269941] acpiphp: Slot [17] registered\n[ 0.270767] acpiphp: Slot [18] registered\n[ 0.271550] acpiphp: Slot [19] registered\n[ 0.272325] acpiphp: Slot [20] registered\n[ 0.273103] acpiphp: Slot [21] registered\n[ 0.273883] acpiphp: Slot [22] registered\n[ 0.274666] acpiphp: Slot [23] registered\n[ 0.275450] acpiphp: Slot [24] registered\n[ 0.276229] acpiphp: Slot [25] registered\n[ 0.277004] acpiphp: Slot [26] registered\n[ 0.277783] acpiphp: Slot [27] registered\n[ 0.278571] acpiphp: Slot [28] registered\n[ 0.279357] acpiphp: Slot [29] registered\n[ 0.280136] acpiphp: Slot [30] registered\n[ 0.280910] acpiphp: Slot [31] registered\n[ 0.281686] PCI host bridge to bus 0000:00\n[ 0.282464] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286182] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287577] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303915] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305324] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356772] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360545] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362092] vgaarb: loaded\n[ 0.362680] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363785] SCSI subsystem initialized\n[ 0.364652] ACPI: bus type USB registered\n[ 0.365457] usbcore: registered new interface driver usbfs\n[ 0.366467] usbcore: registered new interface driver hub\n[ 0.367450] usbcore: registered new device driver usb\n[ 0.368492] PCI: Using ACPI for IRQ routing\n[ 0.369493] NetLabel: Initializing\n[ 0.370194] NetLabel: domain hash size = 128\n[ 0.371080] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372006] NetLabel: unlabeled traffic allowed by default\n[ 0.373085] clocksource: Switched to clocksource kvm-clock\n[ 0.378519] AppArmor: AppArmor Filesystem Enabled\n[ 0.379459] pnp: PnP ACPI init\n[ 0.380357] pnp: PnP ACPI: found 5 devices\n[ 0.386703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388396] NET: Registered protocol family 2\n[ 0.389371] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395129] NET: Registered protocol family 1\n[ 0.395976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412007] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426532] Trying to unpack rootfs image as initramfs...\n[ 0.475947] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489807] Scanning for low memory corruption every 60 seconds\n[ 0.491155] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492308] audit: initializing netlink subsys (disabled)\n[ 0.493320] audit: type=2000 audit(1539192518.674:1): initialized\n[ 0.494608] Initialise system trusted keyring\n[ 0.495516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496700] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498652] zbud: loaded\n[ 0.499346] VFS: Disk quotas dquot_6.6.0\n[ 0.500153] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501637] fuse init (API version 7.23)\n[ 0.502529] Key type big_key registered\n[ 0.503317] Allocating IMA MOK and blacklist keyrings.\n[ 0.504767] Key type asymmetric registered\n[ 0.505584] Asymmetric key parser 'x509' registered\n[ 0.506523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507956] io scheduler noop registered\n[ 0.508783] io scheduler deadline registered (default)\n[ 0.509768] io scheduler cfq registered\n[ 0.510588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514285] ACPI: Power Button [PWRF]\n[ 0.515107] GHES: HEST is not enabled!\n[ 0.528863] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590494] brd: module loaded\n[ 0.591687] loop: module loaded\n[ 0.596550] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597979] GPT:90111 != 2097151\n[ 0.598645] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599704] GPT:90111 != 2097151\n[ 0.600362] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601303] vda: vda1 vda15\n[ 0.602767] scsi host0: ata_piix\n[ 0.603489] scsi host1: ata_piix\n[ 0.604177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605358] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606764] libphy: Fixed MDIO Bus: probed\n[ 0.607565] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610783] PPP generic driver version 2.4.2\n[ 0.611654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612855] ehci-pci: EHCI PCI platform driver\n[ 0.613711] ehci-platform: EHCI generic platform driver\n[ 0.614672] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615768] ohci-pci: OHCI PCI platform driver\n[ 0.616616] ohci-platform: OHCI generic platform driver\n[ 0.617585] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635361] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639006] usb usb1: Product: UHCI Host Controller\n[ 0.639907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641008] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641933] hub 1-0:1.0: USB hub found\n[ 0.642691] hub 1-0:1.0: 2 ports detected\n[ 0.643573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647581] mousedev: PS/2 mouse device common for all mice\n[ 0.648796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650586] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652808] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653966] i2c /dev entries driver\n[ 0.654704] device-mapper: uevent: version 1.0.3\n[ 0.655608] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657190] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658440] NET: Registered protocol family 10\n[ 0.659419] NET: Registered protocol family 17\n[ 0.660284] Key type dns_resolver registered\n[ 0.661197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663942] registered taskstats version 1\n[ 0.664744] Loading compiled-in X.509 certificates\n[ 0.666160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667947] zswap: loaded using pool lzo/zbud\n[ 0.669293] Key type trusted registered\n[ 0.670802] Key type encrypted registered\n[ 0.671608] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673613] evm: HMAC attrs: 0x1\n[ 0.674887] Magic number: 6:505:491\n[ 0.675715] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:38 UTC (1539192518)\n[ 0.677284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678364] EDD information not available.\n[ 0.761636] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.763032] ata1.00: configured for MWDMA2\n[ 0.764215] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776725] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777919] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779137] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780957] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782448] Write protecting the kernel read-only data: 14336k\n[ 0.783975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841441] 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.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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.40s]\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\n"} 2018-10-10 17:30:28,626 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-695e958c-5b69-4b97-aa93-0937ec45e93b 2018-10-10 17:30:28,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-2572d0e5-fbf1-439d-a4a3-d381f75f6c71 x-compute-request-id: req-2572d0e5-fbf1-439d-a4a3-d381f75f6c71 Content-Encoding: gzip Content-Length: 11138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\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.164156] random: dd urandom read with 5 bits of entropy available\n[ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.168599] usb 1-1: Product: QEMU USB Tablet\n[ 1.168600] usb 1-1: Manufacturer: QEMU\n[ 1.168601] usb 1-1: SerialNumber: 42\n[ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:28:13 cirros kern.info kernel: [ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843915] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843916] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 10 18:28:13 cirros kern.info kernel: [ 0.845521] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 10 18:28:13 cirros kern.info kernel: [ 0.848384] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 10 18:28:13 cirros kern.info kernel: [ 0.850339] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 10 18:28:13 cirros kern.info kernel: [ 0.874257] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.875234] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.876357] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.911595] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 1.007725] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 10 18:28:13 cirros kern.info kernel: [ 1.131847] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.info kernel: [ 1.146113] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.notice kernel: [ 1.164156] random: dd urandom read with 5 bits of entropy available\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168599] usb 1-1: Product: QEMU USB Tablet\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168600] usb 1-1: Manufacturer: QEMU\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168601] usb 1-1: SerialNumber: 42\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:29:15 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:29:16 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:29:16 cirros kern.info kernel: [ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:29:16 cirros kern.info kernel: [ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-10-10 17:30:28,641 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-2572d0e5-fbf1-439d-a4a3-d381f75f6c71 2018-10-10 17:30:29,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:29,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:29,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:30,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20c7649f-3566-420a-87ea-3bb928fe72ca x-compute-request-id: req-20c7649f-3566-420a-87ea-3bb928fe72ca Content-Encoding: gzip Content-Length: 8113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528961692 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129478] pid_max: default: 32768 minimum: 301\n[ 0.130346] ACPI: Core revision 20150930\n[ 0.131706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132982] Security Framework initialized\n[ 0.133773] Yama: becoming mindful.\n[ 0.134481] AppArmor: AppArmor initialized\n[ 0.135328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140376] Initializing cgroup subsys io\n[ 0.141176] Initializing cgroup subsys memory\n[ 0.142007] Initializing cgroup subsys devices\n[ 0.142857] Initializing cgroup subsys freezer\n[ 0.143710] Initializing cgroup subsys net_cls\n[ 0.144579] Initializing cgroup subsys perf_event\n[ 0.145482] Initializing cgroup subsys net_prio\n[ 0.146339] Initializing cgroup subsys hugetlb\n[ 0.147190] Initializing cgroup subsys pids\n[ 0.148036] CPU: Physical Processor ID: 0\n[ 0.149502] mce: CPU supports 10 MCE banks\n[ 0.150325] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168733] ftrace: allocating 31920 entries in 125 pages\n[ 0.194993] smpboot: Max logical packages: 1\n[ 0.195852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197171] x2apic enabled\n[ 0.197960] Switched APIC routing to physical x2apic.\n[ 0.199698] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204558] KVM setup paravirtual spinlock\n[ 0.205838] x86: Booted up 1 node, 1 CPUs\n[ 0.206627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207983] devtmpfs: initialized\n[ 0.209690] evm: security.selinux\n[ 0.210375] evm: security.SMACK64\n[ 0.211083] evm: security.SMACK64EXEC\n[ 0.211806] evm: security.SMACK64TRANSMUTE\n[ 0.212594] evm: security.SMACK64MMAP\n[ 0.213321] evm: security.ima\n[ 0.213950] evm: security.capability\n[ 0.214737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216579] pinctrl core: initialized pinctrl subsystem\n[ 0.217650] RTC time: 17:28:37, date: 10/10/18\n[ 0.218594] NET: Registered protocol family 16\n[ 0.219541] cpuidle: using governor ladder\n[ 0.220349] cpuidle: using governor menu\n[ 0.221115] PCCT header not found.\n[ 0.221846] ACPI: bus type PCI registered\n[ 0.222636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223854] PCI: Using configuration type 1 for base access\n[ 0.225580] ACPI: Added _OSI(Module Device)\n[ 0.226407] ACPI: Added _OSI(Processor Device)\n[ 0.227249] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230284] ACPI: Interpreter enabled\n[ 0.231027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238224] ACPI: (supports S0 S5)\n[ 0.238908] ACPI: Using IOAPIC for interrupt routing\n[ 0.239936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242975] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244104] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246513] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248685] acpiphp: Slot [3] registered\n[ 0.249466] acpiphp: Slot [4] registered\n[ 0.250255] acpiphp: Slot [5] registered\n[ 0.251029] acpiphp: Slot [6] registered\n[ 0.251814] acpiphp: Slot [7] registered\n[ 0.252596] acpiphp: Slot [8] registered\n[ 0.253392] acpiphp: Slot [9] registered\n[ 0.254165] acpiphp: Slot [10] registered\n[ 0.254947] acpiphp: Slot [11] registered\n[ 0.255745] acpiphp: Slot [12] registered\n[ 0.256536] acpiphp: Slot [13] registered\n[ 0.257328] acpiphp: Slot [14] registered\n[ 0.258132] acpiphp: Slot [15] registered\n[ 0.269146] acpiphp: Slot [16] registered\n[ 0.269941] acpiphp: Slot [17] registered\n[ 0.270767] acpiphp: Slot [18] registered\n[ 0.271550] acpiphp: Slot [19] registered\n[ 0.272325] acpiphp: Slot [20] registered\n[ 0.273103] acpiphp: Slot [21] registered\n[ 0.273883] acpiphp: Slot [22] registered\n[ 0.274666] acpiphp: Slot [23] registered\n[ 0.275450] acpiphp: Slot [24] registered\n[ 0.276229] acpiphp: Slot [25] registered\n[ 0.277004] acpiphp: Slot [26] registered\n[ 0.277783] acpiphp: Slot [27] registered\n[ 0.278571] acpiphp: Slot [28] registered\n[ 0.279357] acpiphp: Slot [29] registered\n[ 0.280136] acpiphp: Slot [30] registered\n[ 0.280910] acpiphp: Slot [31] registered\n[ 0.281686] PCI host bridge to bus 0000:00\n[ 0.282464] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286182] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287577] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303915] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305324] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356772] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360545] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362092] vgaarb: loaded\n[ 0.362680] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363785] SCSI subsystem initialized\n[ 0.364652] ACPI: bus type USB registered\n[ 0.365457] usbcore: registered new interface driver usbfs\n[ 0.366467] usbcore: registered new interface driver hub\n[ 0.367450] usbcore: registered new device driver usb\n[ 0.368492] PCI: Using ACPI for IRQ routing\n[ 0.369493] NetLabel: Initializing\n[ 0.370194] NetLabel: domain hash size = 128\n[ 0.371080] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372006] NetLabel: unlabeled traffic allowed by default\n[ 0.373085] clocksource: Switched to clocksource kvm-clock\n[ 0.378519] AppArmor: AppArmor Filesystem Enabled\n[ 0.379459] pnp: PnP ACPI init\n[ 0.380357] pnp: PnP ACPI: found 5 devices\n[ 0.386703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388396] NET: Registered protocol family 2\n[ 0.389371] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395129] NET: Registered protocol family 1\n[ 0.395976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412007] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426532] Trying to unpack rootfs image as initramfs...\n[ 0.475947] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489807] Scanning for low memory corruption every 60 seconds\n[ 0.491155] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492308] audit: initializing netlink subsys (disabled)\n[ 0.493320] audit: type=2000 audit(1539192518.674:1): initialized\n[ 0.494608] Initialise system trusted keyring\n[ 0.495516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496700] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498652] zbud: loaded\n[ 0.499346] VFS: Disk quotas dquot_6.6.0\n[ 0.500153] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501637] fuse init (API version 7.23)\n[ 0.502529] Key type big_key registered\n[ 0.503317] Allocating IMA MOK and blacklist keyrings.\n[ 0.504767] Key type asymmetric registered\n[ 0.505584] Asymmetric key parser 'x509' registered\n[ 0.506523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507956] io scheduler noop registered\n[ 0.508783] io scheduler deadline registered (default)\n[ 0.509768] io scheduler cfq registered\n[ 0.510588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514285] ACPI: Power Button [PWRF]\n[ 0.515107] GHES: HEST is not enabled!\n[ 0.528863] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590494] brd: module loaded\n[ 0.591687] loop: module loaded\n[ 0.596550] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597979] GPT:90111 != 2097151\n[ 0.598645] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599704] GPT:90111 != 2097151\n[ 0.600362] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601303] vda: vda1 vda15\n[ 0.602767] scsi host0: ata_piix\n[ 0.603489] scsi host1: ata_piix\n[ 0.604177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605358] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606764] libphy: Fixed MDIO Bus: probed\n[ 0.607565] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610783] PPP generic driver version 2.4.2\n[ 0.611654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612855] ehci-pci: EHCI PCI platform driver\n[ 0.613711] ehci-platform: EHCI generic platform driver\n[ 0.614672] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615768] ohci-pci: OHCI PCI platform driver\n[ 0.616616] ohci-platform: OHCI generic platform driver\n[ 0.617585] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635361] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639006] usb usb1: Product: UHCI Host Controller\n[ 0.639907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641008] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641933] hub 1-0:1.0: USB hub found\n[ 0.642691] hub 1-0:1.0: 2 ports detected\n[ 0.643573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647581] mousedev: PS/2 mouse device common for all mice\n[ 0.648796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650586] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652808] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653966] i2c /dev entries driver\n[ 0.654704] device-mapper: uevent: version 1.0.3\n[ 0.655608] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657190] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658440] NET: Registered protocol family 10\n[ 0.659419] NET: Registered protocol family 17\n[ 0.660284] Key type dns_resolver registered\n[ 0.661197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663942] registered taskstats version 1\n[ 0.664744] Loading compiled-in X.509 certificates\n[ 0.666160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667947] zswap: loaded using pool lzo/zbud\n[ 0.669293] Key type trusted registered\n[ 0.670802] Key type encrypted registered\n[ 0.671608] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673613] evm: HMAC attrs: 0x1\n[ 0.674887] Magic number: 6:505:491\n[ 0.675715] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:38 UTC (1539192518)\n[ 0.677284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678364] EDD information not available.\n[ 0.761636] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.763032] ata1.00: configured for MWDMA2\n[ 0.764215] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776725] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777919] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779137] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780957] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782448] Write protecting the kernel read-only data: 14336k\n[ 0.783975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841441] 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.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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.40s]\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\n"} 2018-10-10 17:30:30,707 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-20c7649f-3566-420a-87ea-3bb928fe72ca 2018-10-10 17:30:30,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dae7205c-44b8-43f3-8246-660e1d17608d x-compute-request-id: req-dae7205c-44b8-43f3-8246-660e1d17608d Content-Encoding: gzip Content-Length: 11138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\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.164156] random: dd urandom read with 5 bits of entropy available\n[ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.168599] usb 1-1: Product: QEMU USB Tablet\n[ 1.168600] usb 1-1: Manufacturer: QEMU\n[ 1.168601] usb 1-1: SerialNumber: 42\n[ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:28:13 cirros kern.info kernel: [ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843915] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843916] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 10 18:28:13 cirros kern.info kernel: [ 0.845521] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 10 18:28:13 cirros kern.info kernel: [ 0.848384] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 10 18:28:13 cirros kern.info kernel: [ 0.850339] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 10 18:28:13 cirros kern.info kernel: [ 0.874257] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.875234] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.876357] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.911595] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 1.007725] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 10 18:28:13 cirros kern.info kernel: [ 1.131847] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.info kernel: [ 1.146113] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.notice kernel: [ 1.164156] random: dd urandom read with 5 bits of entropy available\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168599] usb 1-1: Product: QEMU USB Tablet\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168600] usb 1-1: Manufacturer: QEMU\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168601] usb 1-1: SerialNumber: 42\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:29:15 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:29:16 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:29:16 cirros kern.info kernel: [ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:29:16 cirros kern.info kernel: [ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-10-10 17:30:30,724 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-dae7205c-44b8-43f3-8246-660e1d17608d 2018-10-10 17:30:30,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af9c1694-7b4d-4a9e-b19e-8b71f88e4bea x-compute-request-id: req-af9c1694-7b4d-4a9e-b19e-8b71f88e4bea 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 561663203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132742] pid_max: default: 32768 minimum: 301\n[ 0.133609] ACPI: Core revision 20150930\n[ 0.134963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136234] Security Framework initialized\n[ 0.137027] Yama: becoming mindful.\n[ 0.137737] AppArmor: AppArmor initialized\n[ 0.138581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139875] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143827] Initializing cgroup subsys io\n[ 0.144620] Initializing cgroup subsys memory\n[ 0.145459] Initializing cgroup subsys devices\n[ 0.146323] Initializing cgroup subsys freezer\n[ 0.147174] Initializing cgroup subsys net_cls\n[ 0.148020] Initializing cgroup subsys perf_event\n[ 0.148906] Initializing cgroup subsys net_prio\n[ 0.149761] Initializing cgroup subsys hugetlb\n[ 0.150616] Initializing cgroup subsys pids\n[ 0.151466] CPU: Physical Processor ID: 0\n[ 0.152940] mce: CPU supports 10 MCE banks\n[ 0.153760] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154738] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172148] ftrace: allocating 31920 entries in 125 pages\n[ 0.198366] smpboot: Max logical packages: 1\n[ 0.199207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200517] x2apic enabled\n[ 0.201324] Switched APIC routing to physical x2apic.\n[ 0.203169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204209] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208679] KVM setup paravirtual spinlock\n[ 0.210115] x86: Booted up 1 node, 1 CPUs\n[ 0.211072] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212718] devtmpfs: initialized\n[ 0.214548] evm: security.selinux\n[ 0.215372] evm: security.SMACK64\n[ 0.216178] evm: security.SMACK64EXEC\n[ 0.217066] evm: security.SMACK64TRANSMUTE\n[ 0.218030] evm: security.SMACK64MMAP\n[ 0.218941] evm: security.ima\n[ 0.219707] evm: security.capability\n[ 0.220644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222736] pinctrl core: initialized pinctrl subsystem\n[ 0.223810] RTC time: 17:28:24, date: 10/10/18\n[ 0.224741] NET: Registered protocol family 16\n[ 0.225689] cpuidle: using governor ladder\n[ 0.226696] cpuidle: using governor menu\n[ 0.227476] PCCT header not found.\n[ 0.228214] ACPI: bus type PCI registered\n[ 0.228999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230213] PCI: Using configuration type 1 for base access\n[ 0.231967] ACPI: Added _OSI(Module Device)\n[ 0.232792] ACPI: Added _OSI(Processor Device)\n[ 0.233635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236631] ACPI: Interpreter enabled\n[ 0.237381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244719] ACPI: (supports S0 S5)\n[ 0.245409] ACPI: Using IOAPIC for interrupt routing\n[ 0.246332] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251721] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252887] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255079] acpiphp: Slot [3] registered\n[ 0.255863] acpiphp: Slot [4] registered\n[ 0.256642] acpiphp: Slot [5] registered\n[ 0.257426] acpiphp: Slot [6] registered\n[ 0.258201] acpiphp: Slot [7] registered\n[ 0.258979] acpiphp: Slot [8] registered\n[ 0.259765] acpiphp: Slot [9] registered\n[ 0.260542] acpiphp: Slot [10] registered\n[ 0.261340] acpiphp: Slot [11] registered\n[ 0.262337] acpiphp: Slot [12] registered\n[ 0.263070] acpiphp: Slot [13] registered\n[ 0.263844] acpiphp: Slot [14] registered\n[ 0.264633] acpiphp: Slot [15] registered\n[ 0.275688] acpiphp: Slot [16] registered\n[ 0.276493] acpiphp: Slot [17] registered\n[ 0.277283] acpiphp: Slot [18] registered\n[ 0.278064] acpiphp: Slot [19] registered\n[ 0.278850] acpiphp: Slot [20] registered\n[ 0.279645] acpiphp: Slot [21] registered\n[ 0.280445] acpiphp: Slot [22] registered\n[ 0.281227] acpiphp: Slot [23] registered\n[ 0.282013] acpiphp: Slot [24] registered\n[ 0.282820] acpiphp: Slot [25] registered\n[ 0.283612] acpiphp: Slot [26] registered\n[ 0.284403] acpiphp: Slot [27] registered\n[ 0.285192] acpiphp: Slot [28] registered\n[ 0.285989] acpiphp: Slot [29] registered\n[ 0.286778] acpiphp: Slot [30] registered\n[ 0.287572] acpiphp: Slot [31] registered\n[ 0.288365] PCI host bridge to bus 0000:00\n[ 0.289145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290337] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312221] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358765] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367211] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368376] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369870] vgaarb: loaded\n[ 0.370458] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371561] SCSI subsystem initialized\n[ 0.372357] ACPI: bus type USB registered\n[ 0.373156] usbcore: registered new interface driver usbfs\n[ 0.374154] usbcore: registered new interface driver hub\n[ 0.375135] usbcore: registered new device driver usb\n[ 0.376175] PCI: Using ACPI for IRQ routing\n[ 0.377190] NetLabel: Initializing\n[ 0.377890] NetLabel: domain hash size = 128\n[ 0.378723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379661] NetLabel: unlabeled traffic allowed by default\n[ 0.380746] clocksource: Switched to clocksource kvm-clock\n[ 0.386216] AppArmor: AppArmor Filesystem Enabled\n[ 0.387174] pnp: PnP ACPI init\n[ 0.388089] pnp: PnP ACPI: found 5 devices\n[ 0.394442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396122] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398346] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399432] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400571] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401633] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402797] NET: Registered protocol family 1\n[ 0.403682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404777] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405831] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419883] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434252] Trying to unpack rootfs image as initramfs...\n[ 0.484617] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498503] Scanning for low memory corruption every 60 seconds\n[ 0.499811] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500955] audit: initializing netlink subsys (disabled)\n[ 0.501971] audit: type=2000 audit(1539192505.394:1): initialized\n[ 0.503313] Initialise system trusted keyring\n[ 0.504170] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505320] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507254] zbud: loaded\n[ 0.507948] VFS: Disk quotas dquot_6.6.0\n[ 0.508774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510283] fuse init (API version 7.23)\n[ 0.511151] Key type big_key registered\n[ 0.511941] Allocating IMA MOK and blacklist keyrings.\n[ 0.513041] Key type asymmetric registered\n[ 0.513853] Asymmetric key parser 'x509' registered\n[ 0.514794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516606] io scheduler noop registered\n[ 0.517406] io scheduler deadline registered (default)\n[ 0.518379] io scheduler cfq registered\n[ 0.519195] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522990] ACPI: Power Button [PWRF]\n[ 0.523807] GHES: HEST is not enabled!\n[ 0.537570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566085] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568291] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593723] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596388] Linux agpgart interface v0.103\n[ 0.598482] brd: module loaded\n[ 0.599682] loop: module loaded\n[ 0.605093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606519] GPT:90111 != 2097151\n[ 0.607175] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608242] GPT:90111 != 2097151\n[ 0.608920] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609869] vda: vda1 vda15\n[ 0.611571] scsi host0: ata_piix\n[ 0.612294] scsi host1: ata_piix\n[ 0.613003] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615612] libphy: Fixed MDIO Bus: probed\n[ 0.616408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619624] PPP generic driver version 2.4.2\n[ 0.620791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622218] ehci-pci: EHCI PCI platform driver\n[ 0.623090] ehci-platform: EHCI generic platform driver\n[ 0.624072] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625299] ohci-pci: OHCI PCI platform driver\n[ 0.626166] ohci-platform: OHCI generic platform driver\n[ 0.627156] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644288] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649049] usb usb1: Product: UHCI Host Controller\n[ 0.649975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651102] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652116] hub 1-0:1.0: USB hub found\n[ 0.652893] hub 1-0:1.0: 2 ports detected\n[ 0.653802] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656886] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658091] mousedev: PS/2 mouse device common for all mice\n[ 0.659341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661160] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662239] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664598] i2c /dev entries driver\n[ 0.665359] device-mapper: uevent: version 1.0.3\n[ 0.666314] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667964] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669232] NET: Registered protocol family 10\n[ 0.670215] NET: Registered protocol family 17\n[ 0.671094] Key type dns_resolver registered\n[ 0.672010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674817] registered taskstats version 1\n[ 0.675650] Loading compiled-in X.509 certificates\n[ 0.677076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678904] zswap: loaded using pool lzo/zbud\n[ 0.680262] Key type trusted registered\n[ 0.681814] Key type encrypted registered\n[ 0.682797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685270] evm: HMAC attrs: 0x1\n[ 0.686363] Magic number: 6:505:491\n[ 0.687349] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:25 UTC (1539192505)\n[ 0.689257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690593] EDD information not available.\n[ 0.769297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770920] ata1.00: configured for MWDMA2\n[ 0.772292] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785202] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786707] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788187] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790259] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792081] Write protecting the kernel read-only data: 14336k\n[ 0.793858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795942] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.250932] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.50s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:30,752 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-af9c1694-7b4d-4a9e-b19e-8b71f88e4bea 2018-10-10 17:30:31,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:31,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:31,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:32,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0dc7414c-6d98-43c7-9e04-4a4d2ab7e6e0 x-compute-request-id: req-0dc7414c-6d98-43c7-9e04-4a4d2ab7e6e0 Content-Encoding: gzip Content-Length: 8113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528961692 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129478] pid_max: default: 32768 minimum: 301\n[ 0.130346] ACPI: Core revision 20150930\n[ 0.131706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132982] Security Framework initialized\n[ 0.133773] Yama: becoming mindful.\n[ 0.134481] AppArmor: AppArmor initialized\n[ 0.135328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140376] Initializing cgroup subsys io\n[ 0.141176] Initializing cgroup subsys memory\n[ 0.142007] Initializing cgroup subsys devices\n[ 0.142857] Initializing cgroup subsys freezer\n[ 0.143710] Initializing cgroup subsys net_cls\n[ 0.144579] Initializing cgroup subsys perf_event\n[ 0.145482] Initializing cgroup subsys net_prio\n[ 0.146339] Initializing cgroup subsys hugetlb\n[ 0.147190] Initializing cgroup subsys pids\n[ 0.148036] CPU: Physical Processor ID: 0\n[ 0.149502] mce: CPU supports 10 MCE banks\n[ 0.150325] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168733] ftrace: allocating 31920 entries in 125 pages\n[ 0.194993] smpboot: Max logical packages: 1\n[ 0.195852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197171] x2apic enabled\n[ 0.197960] Switched APIC routing to physical x2apic.\n[ 0.199698] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204558] KVM setup paravirtual spinlock\n[ 0.205838] x86: Booted up 1 node, 1 CPUs\n[ 0.206627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207983] devtmpfs: initialized\n[ 0.209690] evm: security.selinux\n[ 0.210375] evm: security.SMACK64\n[ 0.211083] evm: security.SMACK64EXEC\n[ 0.211806] evm: security.SMACK64TRANSMUTE\n[ 0.212594] evm: security.SMACK64MMAP\n[ 0.213321] evm: security.ima\n[ 0.213950] evm: security.capability\n[ 0.214737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216579] pinctrl core: initialized pinctrl subsystem\n[ 0.217650] RTC time: 17:28:37, date: 10/10/18\n[ 0.218594] NET: Registered protocol family 16\n[ 0.219541] cpuidle: using governor ladder\n[ 0.220349] cpuidle: using governor menu\n[ 0.221115] PCCT header not found.\n[ 0.221846] ACPI: bus type PCI registered\n[ 0.222636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223854] PCI: Using configuration type 1 for base access\n[ 0.225580] ACPI: Added _OSI(Module Device)\n[ 0.226407] ACPI: Added _OSI(Processor Device)\n[ 0.227249] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230284] ACPI: Interpreter enabled\n[ 0.231027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238224] ACPI: (supports S0 S5)\n[ 0.238908] ACPI: Using IOAPIC for interrupt routing\n[ 0.239936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242975] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244104] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246513] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248685] acpiphp: Slot [3] registered\n[ 0.249466] acpiphp: Slot [4] registered\n[ 0.250255] acpiphp: Slot [5] registered\n[ 0.251029] acpiphp: Slot [6] registered\n[ 0.251814] acpiphp: Slot [7] registered\n[ 0.252596] acpiphp: Slot [8] registered\n[ 0.253392] acpiphp: Slot [9] registered\n[ 0.254165] acpiphp: Slot [10] registered\n[ 0.254947] acpiphp: Slot [11] registered\n[ 0.255745] acpiphp: Slot [12] registered\n[ 0.256536] acpiphp: Slot [13] registered\n[ 0.257328] acpiphp: Slot [14] registered\n[ 0.258132] acpiphp: Slot [15] registered\n[ 0.269146] acpiphp: Slot [16] registered\n[ 0.269941] acpiphp: Slot [17] registered\n[ 0.270767] acpiphp: Slot [18] registered\n[ 0.271550] acpiphp: Slot [19] registered\n[ 0.272325] acpiphp: Slot [20] registered\n[ 0.273103] acpiphp: Slot [21] registered\n[ 0.273883] acpiphp: Slot [22] registered\n[ 0.274666] acpiphp: Slot [23] registered\n[ 0.275450] acpiphp: Slot [24] registered\n[ 0.276229] acpiphp: Slot [25] registered\n[ 0.277004] acpiphp: Slot [26] registered\n[ 0.277783] acpiphp: Slot [27] registered\n[ 0.278571] acpiphp: Slot [28] registered\n[ 0.279357] acpiphp: Slot [29] registered\n[ 0.280136] acpiphp: Slot [30] registered\n[ 0.280910] acpiphp: Slot [31] registered\n[ 0.281686] PCI host bridge to bus 0000:00\n[ 0.282464] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286182] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287577] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303915] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305324] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356772] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360545] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362092] vgaarb: loaded\n[ 0.362680] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363785] SCSI subsystem initialized\n[ 0.364652] ACPI: bus type USB registered\n[ 0.365457] usbcore: registered new interface driver usbfs\n[ 0.366467] usbcore: registered new interface driver hub\n[ 0.367450] usbcore: registered new device driver usb\n[ 0.368492] PCI: Using ACPI for IRQ routing\n[ 0.369493] NetLabel: Initializing\n[ 0.370194] NetLabel: domain hash size = 128\n[ 0.371080] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372006] NetLabel: unlabeled traffic allowed by default\n[ 0.373085] clocksource: Switched to clocksource kvm-clock\n[ 0.378519] AppArmor: AppArmor Filesystem Enabled\n[ 0.379459] pnp: PnP ACPI init\n[ 0.380357] pnp: PnP ACPI: found 5 devices\n[ 0.386703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388396] NET: Registered protocol family 2\n[ 0.389371] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395129] NET: Registered protocol family 1\n[ 0.395976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412007] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426532] Trying to unpack rootfs image as initramfs...\n[ 0.475947] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489807] Scanning for low memory corruption every 60 seconds\n[ 0.491155] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492308] audit: initializing netlink subsys (disabled)\n[ 0.493320] audit: type=2000 audit(1539192518.674:1): initialized\n[ 0.494608] Initialise system trusted keyring\n[ 0.495516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496700] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498652] zbud: loaded\n[ 0.499346] VFS: Disk quotas dquot_6.6.0\n[ 0.500153] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501637] fuse init (API version 7.23)\n[ 0.502529] Key type big_key registered\n[ 0.503317] Allocating IMA MOK and blacklist keyrings.\n[ 0.504767] Key type asymmetric registered\n[ 0.505584] Asymmetric key parser 'x509' registered\n[ 0.506523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507956] io scheduler noop registered\n[ 0.508783] io scheduler deadline registered (default)\n[ 0.509768] io scheduler cfq registered\n[ 0.510588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514285] ACPI: Power Button [PWRF]\n[ 0.515107] GHES: HEST is not enabled!\n[ 0.528863] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590494] brd: module loaded\n[ 0.591687] loop: module loaded\n[ 0.596550] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597979] GPT:90111 != 2097151\n[ 0.598645] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599704] GPT:90111 != 2097151\n[ 0.600362] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601303] vda: vda1 vda15\n[ 0.602767] scsi host0: ata_piix\n[ 0.603489] scsi host1: ata_piix\n[ 0.604177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605358] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606764] libphy: Fixed MDIO Bus: probed\n[ 0.607565] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610783] PPP generic driver version 2.4.2\n[ 0.611654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612855] ehci-pci: EHCI PCI platform driver\n[ 0.613711] ehci-platform: EHCI generic platform driver\n[ 0.614672] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615768] ohci-pci: OHCI PCI platform driver\n[ 0.616616] ohci-platform: OHCI generic platform driver\n[ 0.617585] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635361] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639006] usb usb1: Product: UHCI Host Controller\n[ 0.639907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641008] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641933] hub 1-0:1.0: USB hub found\n[ 0.642691] hub 1-0:1.0: 2 ports detected\n[ 0.643573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647581] mousedev: PS/2 mouse device common for all mice\n[ 0.648796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650586] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652808] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653966] i2c /dev entries driver\n[ 0.654704] device-mapper: uevent: version 1.0.3\n[ 0.655608] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657190] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658440] NET: Registered protocol family 10\n[ 0.659419] NET: Registered protocol family 17\n[ 0.660284] Key type dns_resolver registered\n[ 0.661197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663942] registered taskstats version 1\n[ 0.664744] Loading compiled-in X.509 certificates\n[ 0.666160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667947] zswap: loaded using pool lzo/zbud\n[ 0.669293] Key type trusted registered\n[ 0.670802] Key type encrypted registered\n[ 0.671608] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673613] evm: HMAC attrs: 0x1\n[ 0.674887] Magic number: 6:505:491\n[ 0.675715] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:38 UTC (1539192518)\n[ 0.677284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678364] EDD information not available.\n[ 0.761636] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.763032] ata1.00: configured for MWDMA2\n[ 0.764215] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776725] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777919] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779137] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780957] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782448] Write protecting the kernel read-only data: 14336k\n[ 0.783975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841441] 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.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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.40s]\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\n"} 2018-10-10 17:30:32,785 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-0dc7414c-6d98-43c7-9e04-4a4d2ab7e6e0 2018-10-10 17:30:32,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0cf15d1-d8cc-4c46-84dc-0a4306c91c4f x-compute-request-id: req-c0cf15d1-d8cc-4c46-84dc-0a4306c91c4f Content-Encoding: gzip Content-Length: 11138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\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.164156] random: dd urandom read with 5 bits of entropy available\n[ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.168599] usb 1-1: Product: QEMU USB Tablet\n[ 1.168600] usb 1-1: Manufacturer: QEMU\n[ 1.168601] usb 1-1: SerialNumber: 42\n[ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:28:13 cirros kern.info kernel: [ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843915] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843916] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 10 18:28:13 cirros kern.info kernel: [ 0.845521] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 10 18:28:13 cirros kern.info kernel: [ 0.848384] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 10 18:28:13 cirros kern.info kernel: [ 0.850339] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 10 18:28:13 cirros kern.info kernel: [ 0.874257] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.875234] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.876357] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.911595] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 1.007725] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 10 18:28:13 cirros kern.info kernel: [ 1.131847] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.info kernel: [ 1.146113] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.notice kernel: [ 1.164156] random: dd urandom read with 5 bits of entropy available\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168599] usb 1-1: Product: QEMU USB Tablet\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168600] usb 1-1: Manufacturer: QEMU\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168601] usb 1-1: SerialNumber: 42\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:29:15 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:29:16 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:29:16 cirros kern.info kernel: [ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:29:16 cirros kern.info kernel: [ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-10-10 17:30:32,803 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-c0cf15d1-d8cc-4c46-84dc-0a4306c91c4f 2018-10-10 17:30:32,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8eecf1a4-33a5-4a7d-adf1-23025daa0707 x-compute-request-id: req-8eecf1a4-33a5-4a7d-adf1-23025daa0707 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 561663203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132742] pid_max: default: 32768 minimum: 301\n[ 0.133609] ACPI: Core revision 20150930\n[ 0.134963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136234] Security Framework initialized\n[ 0.137027] Yama: becoming mindful.\n[ 0.137737] AppArmor: AppArmor initialized\n[ 0.138581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139875] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143827] Initializing cgroup subsys io\n[ 0.144620] Initializing cgroup subsys memory\n[ 0.145459] Initializing cgroup subsys devices\n[ 0.146323] Initializing cgroup subsys freezer\n[ 0.147174] Initializing cgroup subsys net_cls\n[ 0.148020] Initializing cgroup subsys perf_event\n[ 0.148906] Initializing cgroup subsys net_prio\n[ 0.149761] Initializing cgroup subsys hugetlb\n[ 0.150616] Initializing cgroup subsys pids\n[ 0.151466] CPU: Physical Processor ID: 0\n[ 0.152940] mce: CPU supports 10 MCE banks\n[ 0.153760] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154738] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172148] ftrace: allocating 31920 entries in 125 pages\n[ 0.198366] smpboot: Max logical packages: 1\n[ 0.199207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200517] x2apic enabled\n[ 0.201324] Switched APIC routing to physical x2apic.\n[ 0.203169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204209] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208679] KVM setup paravirtual spinlock\n[ 0.210115] x86: Booted up 1 node, 1 CPUs\n[ 0.211072] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212718] devtmpfs: initialized\n[ 0.214548] evm: security.selinux\n[ 0.215372] evm: security.SMACK64\n[ 0.216178] evm: security.SMACK64EXEC\n[ 0.217066] evm: security.SMACK64TRANSMUTE\n[ 0.218030] evm: security.SMACK64MMAP\n[ 0.218941] evm: security.ima\n[ 0.219707] evm: security.capability\n[ 0.220644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222736] pinctrl core: initialized pinctrl subsystem\n[ 0.223810] RTC time: 17:28:24, date: 10/10/18\n[ 0.224741] NET: Registered protocol family 16\n[ 0.225689] cpuidle: using governor ladder\n[ 0.226696] cpuidle: using governor menu\n[ 0.227476] PCCT header not found.\n[ 0.228214] ACPI: bus type PCI registered\n[ 0.228999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230213] PCI: Using configuration type 1 for base access\n[ 0.231967] ACPI: Added _OSI(Module Device)\n[ 0.232792] ACPI: Added _OSI(Processor Device)\n[ 0.233635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236631] ACPI: Interpreter enabled\n[ 0.237381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244719] ACPI: (supports S0 S5)\n[ 0.245409] ACPI: Using IOAPIC for interrupt routing\n[ 0.246332] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251721] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252887] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255079] acpiphp: Slot [3] registered\n[ 0.255863] acpiphp: Slot [4] registered\n[ 0.256642] acpiphp: Slot [5] registered\n[ 0.257426] acpiphp: Slot [6] registered\n[ 0.258201] acpiphp: Slot [7] registered\n[ 0.258979] acpiphp: Slot [8] registered\n[ 0.259765] acpiphp: Slot [9] registered\n[ 0.260542] acpiphp: Slot [10] registered\n[ 0.261340] acpiphp: Slot [11] registered\n[ 0.262337] acpiphp: Slot [12] registered\n[ 0.263070] acpiphp: Slot [13] registered\n[ 0.263844] acpiphp: Slot [14] registered\n[ 0.264633] acpiphp: Slot [15] registered\n[ 0.275688] acpiphp: Slot [16] registered\n[ 0.276493] acpiphp: Slot [17] registered\n[ 0.277283] acpiphp: Slot [18] registered\n[ 0.278064] acpiphp: Slot [19] registered\n[ 0.278850] acpiphp: Slot [20] registered\n[ 0.279645] acpiphp: Slot [21] registered\n[ 0.280445] acpiphp: Slot [22] registered\n[ 0.281227] acpiphp: Slot [23] registered\n[ 0.282013] acpiphp: Slot [24] registered\n[ 0.282820] acpiphp: Slot [25] registered\n[ 0.283612] acpiphp: Slot [26] registered\n[ 0.284403] acpiphp: Slot [27] registered\n[ 0.285192] acpiphp: Slot [28] registered\n[ 0.285989] acpiphp: Slot [29] registered\n[ 0.286778] acpiphp: Slot [30] registered\n[ 0.287572] acpiphp: Slot [31] registered\n[ 0.288365] PCI host bridge to bus 0000:00\n[ 0.289145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290337] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312221] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358765] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367211] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368376] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369870] vgaarb: loaded\n[ 0.370458] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371561] SCSI subsystem initialized\n[ 0.372357] ACPI: bus type USB registered\n[ 0.373156] usbcore: registered new interface driver usbfs\n[ 0.374154] usbcore: registered new interface driver hub\n[ 0.375135] usbcore: registered new device driver usb\n[ 0.376175] PCI: Using ACPI for IRQ routing\n[ 0.377190] NetLabel: Initializing\n[ 0.377890] NetLabel: domain hash size = 128\n[ 0.378723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379661] NetLabel: unlabeled traffic allowed by default\n[ 0.380746] clocksource: Switched to clocksource kvm-clock\n[ 0.386216] AppArmor: AppArmor Filesystem Enabled\n[ 0.387174] pnp: PnP ACPI init\n[ 0.388089] pnp: PnP ACPI: found 5 devices\n[ 0.394442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396122] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398346] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399432] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400571] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401633] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402797] NET: Registered protocol family 1\n[ 0.403682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404777] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405831] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419883] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434252] Trying to unpack rootfs image as initramfs...\n[ 0.484617] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498503] Scanning for low memory corruption every 60 seconds\n[ 0.499811] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500955] audit: initializing netlink subsys (disabled)\n[ 0.501971] audit: type=2000 audit(1539192505.394:1): initialized\n[ 0.503313] Initialise system trusted keyring\n[ 0.504170] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505320] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507254] zbud: loaded\n[ 0.507948] VFS: Disk quotas dquot_6.6.0\n[ 0.508774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510283] fuse init (API version 7.23)\n[ 0.511151] Key type big_key registered\n[ 0.511941] Allocating IMA MOK and blacklist keyrings.\n[ 0.513041] Key type asymmetric registered\n[ 0.513853] Asymmetric key parser 'x509' registered\n[ 0.514794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516606] io scheduler noop registered\n[ 0.517406] io scheduler deadline registered (default)\n[ 0.518379] io scheduler cfq registered\n[ 0.519195] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522990] ACPI: Power Button [PWRF]\n[ 0.523807] GHES: HEST is not enabled!\n[ 0.537570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566085] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568291] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593723] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596388] Linux agpgart interface v0.103\n[ 0.598482] brd: module loaded\n[ 0.599682] loop: module loaded\n[ 0.605093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606519] GPT:90111 != 2097151\n[ 0.607175] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608242] GPT:90111 != 2097151\n[ 0.608920] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609869] vda: vda1 vda15\n[ 0.611571] scsi host0: ata_piix\n[ 0.612294] scsi host1: ata_piix\n[ 0.613003] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615612] libphy: Fixed MDIO Bus: probed\n[ 0.616408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619624] PPP generic driver version 2.4.2\n[ 0.620791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622218] ehci-pci: EHCI PCI platform driver\n[ 0.623090] ehci-platform: EHCI generic platform driver\n[ 0.624072] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625299] ohci-pci: OHCI PCI platform driver\n[ 0.626166] ohci-platform: OHCI generic platform driver\n[ 0.627156] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644288] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649049] usb usb1: Product: UHCI Host Controller\n[ 0.649975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651102] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652116] hub 1-0:1.0: USB hub found\n[ 0.652893] hub 1-0:1.0: 2 ports detected\n[ 0.653802] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656886] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658091] mousedev: PS/2 mouse device common for all mice\n[ 0.659341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661160] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662239] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664598] i2c /dev entries driver\n[ 0.665359] device-mapper: uevent: version 1.0.3\n[ 0.666314] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667964] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669232] NET: Registered protocol family 10\n[ 0.670215] NET: Registered protocol family 17\n[ 0.671094] Key type dns_resolver registered\n[ 0.672010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674817] registered taskstats version 1\n[ 0.675650] Loading compiled-in X.509 certificates\n[ 0.677076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678904] zswap: loaded using pool lzo/zbud\n[ 0.680262] Key type trusted registered\n[ 0.681814] Key type encrypted registered\n[ 0.682797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685270] evm: HMAC attrs: 0x1\n[ 0.686363] Magic number: 6:505:491\n[ 0.687349] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:25 UTC (1539192505)\n[ 0.689257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690593] EDD information not available.\n[ 0.769297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770920] ata1.00: configured for MWDMA2\n[ 0.772292] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785202] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786707] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788187] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790259] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792081] Write protecting the kernel read-only data: 14336k\n[ 0.793858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795942] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.250932] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.50s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:32,822 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-8eecf1a4-33a5-4a7d-adf1-23025daa0707 2018-10-10 17:30:33,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:33,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:33,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:34,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-273aee34-3dbc-4635-ae17-a8f875d9c765 x-compute-request-id: req-273aee34-3dbc-4635-ae17-a8f875d9c765 Content-Encoding: gzip Content-Length: 8113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528961692 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129478] pid_max: default: 32768 minimum: 301\n[ 0.130346] ACPI: Core revision 20150930\n[ 0.131706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132982] Security Framework initialized\n[ 0.133773] Yama: becoming mindful.\n[ 0.134481] AppArmor: AppArmor initialized\n[ 0.135328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140376] Initializing cgroup subsys io\n[ 0.141176] Initializing cgroup subsys memory\n[ 0.142007] Initializing cgroup subsys devices\n[ 0.142857] Initializing cgroup subsys freezer\n[ 0.143710] Initializing cgroup subsys net_cls\n[ 0.144579] Initializing cgroup subsys perf_event\n[ 0.145482] Initializing cgroup subsys net_prio\n[ 0.146339] Initializing cgroup subsys hugetlb\n[ 0.147190] Initializing cgroup subsys pids\n[ 0.148036] CPU: Physical Processor ID: 0\n[ 0.149502] mce: CPU supports 10 MCE banks\n[ 0.150325] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168733] ftrace: allocating 31920 entries in 125 pages\n[ 0.194993] smpboot: Max logical packages: 1\n[ 0.195852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197171] x2apic enabled\n[ 0.197960] Switched APIC routing to physical x2apic.\n[ 0.199698] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204558] KVM setup paravirtual spinlock\n[ 0.205838] x86: Booted up 1 node, 1 CPUs\n[ 0.206627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207983] devtmpfs: initialized\n[ 0.209690] evm: security.selinux\n[ 0.210375] evm: security.SMACK64\n[ 0.211083] evm: security.SMACK64EXEC\n[ 0.211806] evm: security.SMACK64TRANSMUTE\n[ 0.212594] evm: security.SMACK64MMAP\n[ 0.213321] evm: security.ima\n[ 0.213950] evm: security.capability\n[ 0.214737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216579] pinctrl core: initialized pinctrl subsystem\n[ 0.217650] RTC time: 17:28:37, date: 10/10/18\n[ 0.218594] NET: Registered protocol family 16\n[ 0.219541] cpuidle: using governor ladder\n[ 0.220349] cpuidle: using governor menu\n[ 0.221115] PCCT header not found.\n[ 0.221846] ACPI: bus type PCI registered\n[ 0.222636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223854] PCI: Using configuration type 1 for base access\n[ 0.225580] ACPI: Added _OSI(Module Device)\n[ 0.226407] ACPI: Added _OSI(Processor Device)\n[ 0.227249] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230284] ACPI: Interpreter enabled\n[ 0.231027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238224] ACPI: (supports S0 S5)\n[ 0.238908] ACPI: Using IOAPIC for interrupt routing\n[ 0.239936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242975] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244104] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246513] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248685] acpiphp: Slot [3] registered\n[ 0.249466] acpiphp: Slot [4] registered\n[ 0.250255] acpiphp: Slot [5] registered\n[ 0.251029] acpiphp: Slot [6] registered\n[ 0.251814] acpiphp: Slot [7] registered\n[ 0.252596] acpiphp: Slot [8] registered\n[ 0.253392] acpiphp: Slot [9] registered\n[ 0.254165] acpiphp: Slot [10] registered\n[ 0.254947] acpiphp: Slot [11] registered\n[ 0.255745] acpiphp: Slot [12] registered\n[ 0.256536] acpiphp: Slot [13] registered\n[ 0.257328] acpiphp: Slot [14] registered\n[ 0.258132] acpiphp: Slot [15] registered\n[ 0.269146] acpiphp: Slot [16] registered\n[ 0.269941] acpiphp: Slot [17] registered\n[ 0.270767] acpiphp: Slot [18] registered\n[ 0.271550] acpiphp: Slot [19] registered\n[ 0.272325] acpiphp: Slot [20] registered\n[ 0.273103] acpiphp: Slot [21] registered\n[ 0.273883] acpiphp: Slot [22] registered\n[ 0.274666] acpiphp: Slot [23] registered\n[ 0.275450] acpiphp: Slot [24] registered\n[ 0.276229] acpiphp: Slot [25] registered\n[ 0.277004] acpiphp: Slot [26] registered\n[ 0.277783] acpiphp: Slot [27] registered\n[ 0.278571] acpiphp: Slot [28] registered\n[ 0.279357] acpiphp: Slot [29] registered\n[ 0.280136] acpiphp: Slot [30] registered\n[ 0.280910] acpiphp: Slot [31] registered\n[ 0.281686] PCI host bridge to bus 0000:00\n[ 0.282464] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286182] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287577] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303915] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305324] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356772] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360545] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362092] vgaarb: loaded\n[ 0.362680] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363785] SCSI subsystem initialized\n[ 0.364652] ACPI: bus type USB registered\n[ 0.365457] usbcore: registered new interface driver usbfs\n[ 0.366467] usbcore: registered new interface driver hub\n[ 0.367450] usbcore: registered new device driver usb\n[ 0.368492] PCI: Using ACPI for IRQ routing\n[ 0.369493] NetLabel: Initializing\n[ 0.370194] NetLabel: domain hash size = 128\n[ 0.371080] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372006] NetLabel: unlabeled traffic allowed by default\n[ 0.373085] clocksource: Switched to clocksource kvm-clock\n[ 0.378519] AppArmor: AppArmor Filesystem Enabled\n[ 0.379459] pnp: PnP ACPI init\n[ 0.380357] pnp: PnP ACPI: found 5 devices\n[ 0.386703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388396] NET: Registered protocol family 2\n[ 0.389371] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395129] NET: Registered protocol family 1\n[ 0.395976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412007] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426532] Trying to unpack rootfs image as initramfs...\n[ 0.475947] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489807] Scanning for low memory corruption every 60 seconds\n[ 0.491155] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492308] audit: initializing netlink subsys (disabled)\n[ 0.493320] audit: type=2000 audit(1539192518.674:1): initialized\n[ 0.494608] Initialise system trusted keyring\n[ 0.495516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496700] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498652] zbud: loaded\n[ 0.499346] VFS: Disk quotas dquot_6.6.0\n[ 0.500153] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501637] fuse init (API version 7.23)\n[ 0.502529] Key type big_key registered\n[ 0.503317] Allocating IMA MOK and blacklist keyrings.\n[ 0.504767] Key type asymmetric registered\n[ 0.505584] Asymmetric key parser 'x509' registered\n[ 0.506523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507956] io scheduler noop registered\n[ 0.508783] io scheduler deadline registered (default)\n[ 0.509768] io scheduler cfq registered\n[ 0.510588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514285] ACPI: Power Button [PWRF]\n[ 0.515107] GHES: HEST is not enabled!\n[ 0.528863] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590494] brd: module loaded\n[ 0.591687] loop: module loaded\n[ 0.596550] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597979] GPT:90111 != 2097151\n[ 0.598645] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599704] GPT:90111 != 2097151\n[ 0.600362] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601303] vda: vda1 vda15\n[ 0.602767] scsi host0: ata_piix\n[ 0.603489] scsi host1: ata_piix\n[ 0.604177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605358] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606764] libphy: Fixed MDIO Bus: probed\n[ 0.607565] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610783] PPP generic driver version 2.4.2\n[ 0.611654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612855] ehci-pci: EHCI PCI platform driver\n[ 0.613711] ehci-platform: EHCI generic platform driver\n[ 0.614672] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615768] ohci-pci: OHCI PCI platform driver\n[ 0.616616] ohci-platform: OHCI generic platform driver\n[ 0.617585] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635361] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639006] usb usb1: Product: UHCI Host Controller\n[ 0.639907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641008] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641933] hub 1-0:1.0: USB hub found\n[ 0.642691] hub 1-0:1.0: 2 ports detected\n[ 0.643573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647581] mousedev: PS/2 mouse device common for all mice\n[ 0.648796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650586] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652808] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653966] i2c /dev entries driver\n[ 0.654704] device-mapper: uevent: version 1.0.3\n[ 0.655608] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657190] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658440] NET: Registered protocol family 10\n[ 0.659419] NET: Registered protocol family 17\n[ 0.660284] Key type dns_resolver registered\n[ 0.661197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663942] registered taskstats version 1\n[ 0.664744] Loading compiled-in X.509 certificates\n[ 0.666160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667947] zswap: loaded using pool lzo/zbud\n[ 0.669293] Key type trusted registered\n[ 0.670802] Key type encrypted registered\n[ 0.671608] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673613] evm: HMAC attrs: 0x1\n[ 0.674887] Magic number: 6:505:491\n[ 0.675715] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:38 UTC (1539192518)\n[ 0.677284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678364] EDD information not available.\n[ 0.761636] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.763032] ata1.00: configured for MWDMA2\n[ 0.764215] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776725] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777919] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779137] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780957] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782448] Write protecting the kernel read-only data: 14336k\n[ 0.783975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841441] 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.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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.40s]\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\n"} 2018-10-10 17:30:34,869 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-273aee34-3dbc-4635-ae17-a8f875d9c765 2018-10-10 17:30:34,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15abbf7f-b6f4-4b7c-aa59-526c062e1f5e x-compute-request-id: req-15abbf7f-b6f4-4b7c-aa59-526c062e1f5e Content-Encoding: gzip Content-Length: 11138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\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.164156] random: dd urandom read with 5 bits of entropy available\n[ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.168599] usb 1-1: Product: QEMU USB Tablet\n[ 1.168600] usb 1-1: Manufacturer: QEMU\n[ 1.168601] usb 1-1: SerialNumber: 42\n[ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:28:13 cirros kern.info kernel: [ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843915] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843916] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 10 18:28:13 cirros kern.info kernel: [ 0.845521] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 10 18:28:13 cirros kern.info kernel: [ 0.848384] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 10 18:28:13 cirros kern.info kernel: [ 0.850339] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 10 18:28:13 cirros kern.info kernel: [ 0.874257] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.875234] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.876357] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.911595] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 1.007725] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 10 18:28:13 cirros kern.info kernel: [ 1.131847] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.info kernel: [ 1.146113] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.notice kernel: [ 1.164156] random: dd urandom read with 5 bits of entropy available\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168599] usb 1-1: Product: QEMU USB Tablet\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168600] usb 1-1: Manufacturer: QEMU\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168601] usb 1-1: SerialNumber: 42\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:29:15 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:29:16 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:29:16 cirros kern.info kernel: [ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:29:16 cirros kern.info kernel: [ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-10-10 17:30:34,880 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-15abbf7f-b6f4-4b7c-aa59-526c062e1f5e 2018-10-10 17:30:34,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be830c79-0b57-4dbb-9576-4c5067dd40c3 x-compute-request-id: req-be830c79-0b57-4dbb-9576-4c5067dd40c3 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 561663203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132742] pid_max: default: 32768 minimum: 301\n[ 0.133609] ACPI: Core revision 20150930\n[ 0.134963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136234] Security Framework initialized\n[ 0.137027] Yama: becoming mindful.\n[ 0.137737] AppArmor: AppArmor initialized\n[ 0.138581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139875] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143827] Initializing cgroup subsys io\n[ 0.144620] Initializing cgroup subsys memory\n[ 0.145459] Initializing cgroup subsys devices\n[ 0.146323] Initializing cgroup subsys freezer\n[ 0.147174] Initializing cgroup subsys net_cls\n[ 0.148020] Initializing cgroup subsys perf_event\n[ 0.148906] Initializing cgroup subsys net_prio\n[ 0.149761] Initializing cgroup subsys hugetlb\n[ 0.150616] Initializing cgroup subsys pids\n[ 0.151466] CPU: Physical Processor ID: 0\n[ 0.152940] mce: CPU supports 10 MCE banks\n[ 0.153760] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154738] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172148] ftrace: allocating 31920 entries in 125 pages\n[ 0.198366] smpboot: Max logical packages: 1\n[ 0.199207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200517] x2apic enabled\n[ 0.201324] Switched APIC routing to physical x2apic.\n[ 0.203169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204209] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208679] KVM setup paravirtual spinlock\n[ 0.210115] x86: Booted up 1 node, 1 CPUs\n[ 0.211072] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212718] devtmpfs: initialized\n[ 0.214548] evm: security.selinux\n[ 0.215372] evm: security.SMACK64\n[ 0.216178] evm: security.SMACK64EXEC\n[ 0.217066] evm: security.SMACK64TRANSMUTE\n[ 0.218030] evm: security.SMACK64MMAP\n[ 0.218941] evm: security.ima\n[ 0.219707] evm: security.capability\n[ 0.220644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222736] pinctrl core: initialized pinctrl subsystem\n[ 0.223810] RTC time: 17:28:24, date: 10/10/18\n[ 0.224741] NET: Registered protocol family 16\n[ 0.225689] cpuidle: using governor ladder\n[ 0.226696] cpuidle: using governor menu\n[ 0.227476] PCCT header not found.\n[ 0.228214] ACPI: bus type PCI registered\n[ 0.228999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230213] PCI: Using configuration type 1 for base access\n[ 0.231967] ACPI: Added _OSI(Module Device)\n[ 0.232792] ACPI: Added _OSI(Processor Device)\n[ 0.233635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236631] ACPI: Interpreter enabled\n[ 0.237381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244719] ACPI: (supports S0 S5)\n[ 0.245409] ACPI: Using IOAPIC for interrupt routing\n[ 0.246332] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251721] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252887] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255079] acpiphp: Slot [3] registered\n[ 0.255863] acpiphp: Slot [4] registered\n[ 0.256642] acpiphp: Slot [5] registered\n[ 0.257426] acpiphp: Slot [6] registered\n[ 0.258201] acpiphp: Slot [7] registered\n[ 0.258979] acpiphp: Slot [8] registered\n[ 0.259765] acpiphp: Slot [9] registered\n[ 0.260542] acpiphp: Slot [10] registered\n[ 0.261340] acpiphp: Slot [11] registered\n[ 0.262337] acpiphp: Slot [12] registered\n[ 0.263070] acpiphp: Slot [13] registered\n[ 0.263844] acpiphp: Slot [14] registered\n[ 0.264633] acpiphp: Slot [15] registered\n[ 0.275688] acpiphp: Slot [16] registered\n[ 0.276493] acpiphp: Slot [17] registered\n[ 0.277283] acpiphp: Slot [18] registered\n[ 0.278064] acpiphp: Slot [19] registered\n[ 0.278850] acpiphp: Slot [20] registered\n[ 0.279645] acpiphp: Slot [21] registered\n[ 0.280445] acpiphp: Slot [22] registered\n[ 0.281227] acpiphp: Slot [23] registered\n[ 0.282013] acpiphp: Slot [24] registered\n[ 0.282820] acpiphp: Slot [25] registered\n[ 0.283612] acpiphp: Slot [26] registered\n[ 0.284403] acpiphp: Slot [27] registered\n[ 0.285192] acpiphp: Slot [28] registered\n[ 0.285989] acpiphp: Slot [29] registered\n[ 0.286778] acpiphp: Slot [30] registered\n[ 0.287572] acpiphp: Slot [31] registered\n[ 0.288365] PCI host bridge to bus 0000:00\n[ 0.289145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290337] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312221] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358765] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367211] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368376] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369870] vgaarb: loaded\n[ 0.370458] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371561] SCSI subsystem initialized\n[ 0.372357] ACPI: bus type USB registered\n[ 0.373156] usbcore: registered new interface driver usbfs\n[ 0.374154] usbcore: registered new interface driver hub\n[ 0.375135] usbcore: registered new device driver usb\n[ 0.376175] PCI: Using ACPI for IRQ routing\n[ 0.377190] NetLabel: Initializing\n[ 0.377890] NetLabel: domain hash size = 128\n[ 0.378723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379661] NetLabel: unlabeled traffic allowed by default\n[ 0.380746] clocksource: Switched to clocksource kvm-clock\n[ 0.386216] AppArmor: AppArmor Filesystem Enabled\n[ 0.387174] pnp: PnP ACPI init\n[ 0.388089] pnp: PnP ACPI: found 5 devices\n[ 0.394442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396122] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398346] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399432] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400571] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401633] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402797] NET: Registered protocol family 1\n[ 0.403682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404777] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405831] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419883] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434252] Trying to unpack rootfs image as initramfs...\n[ 0.484617] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498503] Scanning for low memory corruption every 60 seconds\n[ 0.499811] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500955] audit: initializing netlink subsys (disabled)\n[ 0.501971] audit: type=2000 audit(1539192505.394:1): initialized\n[ 0.503313] Initialise system trusted keyring\n[ 0.504170] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505320] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507254] zbud: loaded\n[ 0.507948] VFS: Disk quotas dquot_6.6.0\n[ 0.508774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510283] fuse init (API version 7.23)\n[ 0.511151] Key type big_key registered\n[ 0.511941] Allocating IMA MOK and blacklist keyrings.\n[ 0.513041] Key type asymmetric registered\n[ 0.513853] Asymmetric key parser 'x509' registered\n[ 0.514794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516606] io scheduler noop registered\n[ 0.517406] io scheduler deadline registered (default)\n[ 0.518379] io scheduler cfq registered\n[ 0.519195] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522990] ACPI: Power Button [PWRF]\n[ 0.523807] GHES: HEST is not enabled!\n[ 0.537570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566085] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568291] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593723] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596388] Linux agpgart interface v0.103\n[ 0.598482] brd: module loaded\n[ 0.599682] loop: module loaded\n[ 0.605093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606519] GPT:90111 != 2097151\n[ 0.607175] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608242] GPT:90111 != 2097151\n[ 0.608920] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609869] vda: vda1 vda15\n[ 0.611571] scsi host0: ata_piix\n[ 0.612294] scsi host1: ata_piix\n[ 0.613003] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615612] libphy: Fixed MDIO Bus: probed\n[ 0.616408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619624] PPP generic driver version 2.4.2\n[ 0.620791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622218] ehci-pci: EHCI PCI platform driver\n[ 0.623090] ehci-platform: EHCI generic platform driver\n[ 0.624072] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625299] ohci-pci: OHCI PCI platform driver\n[ 0.626166] ohci-platform: OHCI generic platform driver\n[ 0.627156] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644288] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649049] usb usb1: Product: UHCI Host Controller\n[ 0.649975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651102] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652116] hub 1-0:1.0: USB hub found\n[ 0.652893] hub 1-0:1.0: 2 ports detected\n[ 0.653802] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656886] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658091] mousedev: PS/2 mouse device common for all mice\n[ 0.659341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661160] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662239] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664598] i2c /dev entries driver\n[ 0.665359] device-mapper: uevent: version 1.0.3\n[ 0.666314] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667964] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669232] NET: Registered protocol family 10\n[ 0.670215] NET: Registered protocol family 17\n[ 0.671094] Key type dns_resolver registered\n[ 0.672010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674817] registered taskstats version 1\n[ 0.675650] Loading compiled-in X.509 certificates\n[ 0.677076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678904] zswap: loaded using pool lzo/zbud\n[ 0.680262] Key type trusted registered\n[ 0.681814] Key type encrypted registered\n[ 0.682797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685270] evm: HMAC attrs: 0x1\n[ 0.686363] Magic number: 6:505:491\n[ 0.687349] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:25 UTC (1539192505)\n[ 0.689257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690593] EDD information not available.\n[ 0.769297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770920] ata1.00: configured for MWDMA2\n[ 0.772292] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785202] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786707] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788187] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790259] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792081] Write protecting the kernel read-only data: 14336k\n[ 0.793858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795942] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.250932] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.50s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:34,896 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-be830c79-0b57-4dbb-9576-4c5067dd40c3 2018-10-10 17:30:35,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:35,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:35,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:36,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee3d86ac-db70-4f8f-8bab-e4741608ef14 x-compute-request-id: req-ee3d86ac-db70-4f8f-8bab-e4741608ef14 Content-Encoding: gzip Content-Length: 8113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528961692 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129478] pid_max: default: 32768 minimum: 301\n[ 0.130346] ACPI: Core revision 20150930\n[ 0.131706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132982] Security Framework initialized\n[ 0.133773] Yama: becoming mindful.\n[ 0.134481] AppArmor: AppArmor initialized\n[ 0.135328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140376] Initializing cgroup subsys io\n[ 0.141176] Initializing cgroup subsys memory\n[ 0.142007] Initializing cgroup subsys devices\n[ 0.142857] Initializing cgroup subsys freezer\n[ 0.143710] Initializing cgroup subsys net_cls\n[ 0.144579] Initializing cgroup subsys perf_event\n[ 0.145482] Initializing cgroup subsys net_prio\n[ 0.146339] Initializing cgroup subsys hugetlb\n[ 0.147190] Initializing cgroup subsys pids\n[ 0.148036] CPU: Physical Processor ID: 0\n[ 0.149502] mce: CPU supports 10 MCE banks\n[ 0.150325] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168733] ftrace: allocating 31920 entries in 125 pages\n[ 0.194993] smpboot: Max logical packages: 1\n[ 0.195852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197171] x2apic enabled\n[ 0.197960] Switched APIC routing to physical x2apic.\n[ 0.199698] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204558] KVM setup paravirtual spinlock\n[ 0.205838] x86: Booted up 1 node, 1 CPUs\n[ 0.206627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207983] devtmpfs: initialized\n[ 0.209690] evm: security.selinux\n[ 0.210375] evm: security.SMACK64\n[ 0.211083] evm: security.SMACK64EXEC\n[ 0.211806] evm: security.SMACK64TRANSMUTE\n[ 0.212594] evm: security.SMACK64MMAP\n[ 0.213321] evm: security.ima\n[ 0.213950] evm: security.capability\n[ 0.214737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216579] pinctrl core: initialized pinctrl subsystem\n[ 0.217650] RTC time: 17:28:37, date: 10/10/18\n[ 0.218594] NET: Registered protocol family 16\n[ 0.219541] cpuidle: using governor ladder\n[ 0.220349] cpuidle: using governor menu\n[ 0.221115] PCCT header not found.\n[ 0.221846] ACPI: bus type PCI registered\n[ 0.222636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223854] PCI: Using configuration type 1 for base access\n[ 0.225580] ACPI: Added _OSI(Module Device)\n[ 0.226407] ACPI: Added _OSI(Processor Device)\n[ 0.227249] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230284] ACPI: Interpreter enabled\n[ 0.231027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238224] ACPI: (supports S0 S5)\n[ 0.238908] ACPI: Using IOAPIC for interrupt routing\n[ 0.239936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242975] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244104] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246513] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248685] acpiphp: Slot [3] registered\n[ 0.249466] acpiphp: Slot [4] registered\n[ 0.250255] acpiphp: Slot [5] registered\n[ 0.251029] acpiphp: Slot [6] registered\n[ 0.251814] acpiphp: Slot [7] registered\n[ 0.252596] acpiphp: Slot [8] registered\n[ 0.253392] acpiphp: Slot [9] registered\n[ 0.254165] acpiphp: Slot [10] registered\n[ 0.254947] acpiphp: Slot [11] registered\n[ 0.255745] acpiphp: Slot [12] registered\n[ 0.256536] acpiphp: Slot [13] registered\n[ 0.257328] acpiphp: Slot [14] registered\n[ 0.258132] acpiphp: Slot [15] registered\n[ 0.269146] acpiphp: Slot [16] registered\n[ 0.269941] acpiphp: Slot [17] registered\n[ 0.270767] acpiphp: Slot [18] registered\n[ 0.271550] acpiphp: Slot [19] registered\n[ 0.272325] acpiphp: Slot [20] registered\n[ 0.273103] acpiphp: Slot [21] registered\n[ 0.273883] acpiphp: Slot [22] registered\n[ 0.274666] acpiphp: Slot [23] registered\n[ 0.275450] acpiphp: Slot [24] registered\n[ 0.276229] acpiphp: Slot [25] registered\n[ 0.277004] acpiphp: Slot [26] registered\n[ 0.277783] acpiphp: Slot [27] registered\n[ 0.278571] acpiphp: Slot [28] registered\n[ 0.279357] acpiphp: Slot [29] registered\n[ 0.280136] acpiphp: Slot [30] registered\n[ 0.280910] acpiphp: Slot [31] registered\n[ 0.281686] PCI host bridge to bus 0000:00\n[ 0.282464] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286182] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287577] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303915] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305324] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356772] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360545] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362092] vgaarb: loaded\n[ 0.362680] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363785] SCSI subsystem initialized\n[ 0.364652] ACPI: bus type USB registered\n[ 0.365457] usbcore: registered new interface driver usbfs\n[ 0.366467] usbcore: registered new interface driver hub\n[ 0.367450] usbcore: registered new device driver usb\n[ 0.368492] PCI: Using ACPI for IRQ routing\n[ 0.369493] NetLabel: Initializing\n[ 0.370194] NetLabel: domain hash size = 128\n[ 0.371080] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372006] NetLabel: unlabeled traffic allowed by default\n[ 0.373085] clocksource: Switched to clocksource kvm-clock\n[ 0.378519] AppArmor: AppArmor Filesystem Enabled\n[ 0.379459] pnp: PnP ACPI init\n[ 0.380357] pnp: PnP ACPI: found 5 devices\n[ 0.386703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388396] NET: Registered protocol family 2\n[ 0.389371] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395129] NET: Registered protocol family 1\n[ 0.395976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412007] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426532] Trying to unpack rootfs image as initramfs...\n[ 0.475947] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489807] Scanning for low memory corruption every 60 seconds\n[ 0.491155] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492308] audit: initializing netlink subsys (disabled)\n[ 0.493320] audit: type=2000 audit(1539192518.674:1): initialized\n[ 0.494608] Initialise system trusted keyring\n[ 0.495516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496700] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498652] zbud: loaded\n[ 0.499346] VFS: Disk quotas dquot_6.6.0\n[ 0.500153] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501637] fuse init (API version 7.23)\n[ 0.502529] Key type big_key registered\n[ 0.503317] Allocating IMA MOK and blacklist keyrings.\n[ 0.504767] Key type asymmetric registered\n[ 0.505584] Asymmetric key parser 'x509' registered\n[ 0.506523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507956] io scheduler noop registered\n[ 0.508783] io scheduler deadline registered (default)\n[ 0.509768] io scheduler cfq registered\n[ 0.510588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514285] ACPI: Power Button [PWRF]\n[ 0.515107] GHES: HEST is not enabled!\n[ 0.528863] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590494] brd: module loaded\n[ 0.591687] loop: module loaded\n[ 0.596550] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597979] GPT:90111 != 2097151\n[ 0.598645] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599704] GPT:90111 != 2097151\n[ 0.600362] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601303] vda: vda1 vda15\n[ 0.602767] scsi host0: ata_piix\n[ 0.603489] scsi host1: ata_piix\n[ 0.604177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605358] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606764] libphy: Fixed MDIO Bus: probed\n[ 0.607565] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610783] PPP generic driver version 2.4.2\n[ 0.611654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612855] ehci-pci: EHCI PCI platform driver\n[ 0.613711] ehci-platform: EHCI generic platform driver\n[ 0.614672] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615768] ohci-pci: OHCI PCI platform driver\n[ 0.616616] ohci-platform: OHCI generic platform driver\n[ 0.617585] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635361] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639006] usb usb1: Product: UHCI Host Controller\n[ 0.639907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641008] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641933] hub 1-0:1.0: USB hub found\n[ 0.642691] hub 1-0:1.0: 2 ports detected\n[ 0.643573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647581] mousedev: PS/2 mouse device common for all mice\n[ 0.648796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650586] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652808] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653966] i2c /dev entries driver\n[ 0.654704] device-mapper: uevent: version 1.0.3\n[ 0.655608] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657190] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658440] NET: Registered protocol family 10\n[ 0.659419] NET: Registered protocol family 17\n[ 0.660284] Key type dns_resolver registered\n[ 0.661197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663942] registered taskstats version 1\n[ 0.664744] Loading compiled-in X.509 certificates\n[ 0.666160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667947] zswap: loaded using pool lzo/zbud\n[ 0.669293] Key type trusted registered\n[ 0.670802] Key type encrypted registered\n[ 0.671608] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673613] evm: HMAC attrs: 0x1\n[ 0.674887] Magic number: 6:505:491\n[ 0.675715] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:38 UTC (1539192518)\n[ 0.677284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678364] EDD information not available.\n[ 0.761636] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.763032] ata1.00: configured for MWDMA2\n[ 0.764215] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776725] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777919] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779137] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780957] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782448] Write protecting the kernel read-only data: 14336k\n[ 0.783975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841441] 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.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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.40s]\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\n"} 2018-10-10 17:30:36,952 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-ee3d86ac-db70-4f8f-8bab-e4741608ef14 2018-10-10 17:30:36,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38807816-4434-4025-8287-357a3dc22120 x-compute-request-id: req-38807816-4434-4025-8287-357a3dc22120 Content-Encoding: gzip Content-Length: 11138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\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.164156] random: dd urandom read with 5 bits of entropy available\n[ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.168599] usb 1-1: Product: QEMU USB Tablet\n[ 1.168600] usb 1-1: Manufacturer: QEMU\n[ 1.168601] usb 1-1: SerialNumber: 42\n[ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:28:13 cirros kern.info kernel: [ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843915] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843916] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 10 18:28:13 cirros kern.info kernel: [ 0.845521] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 10 18:28:13 cirros kern.info kernel: [ 0.848384] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 10 18:28:13 cirros kern.info kernel: [ 0.850339] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 10 18:28:13 cirros kern.info kernel: [ 0.874257] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.875234] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.876357] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.911595] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 1.007725] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 10 18:28:13 cirros kern.info kernel: [ 1.131847] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.info kernel: [ 1.146113] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.notice kernel: [ 1.164156] random: dd urandom read with 5 bits of entropy available\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168599] usb 1-1: Product: QEMU USB Tablet\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168600] usb 1-1: Manufacturer: QEMU\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168601] usb 1-1: SerialNumber: 42\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:29:15 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:29:16 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:29:16 cirros kern.info kernel: [ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:29:16 cirros kern.info kernel: [ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-10-10 17:30:36,961 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-38807816-4434-4025-8287-357a3dc22120 2018-10-10 17:30:36,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c89cd6a-8308-4b3e-a3fc-fafc23091e07 x-compute-request-id: req-4c89cd6a-8308-4b3e-a3fc-fafc23091e07 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 561663203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132742] pid_max: default: 32768 minimum: 301\n[ 0.133609] ACPI: Core revision 20150930\n[ 0.134963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136234] Security Framework initialized\n[ 0.137027] Yama: becoming mindful.\n[ 0.137737] AppArmor: AppArmor initialized\n[ 0.138581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139875] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143827] Initializing cgroup subsys io\n[ 0.144620] Initializing cgroup subsys memory\n[ 0.145459] Initializing cgroup subsys devices\n[ 0.146323] Initializing cgroup subsys freezer\n[ 0.147174] Initializing cgroup subsys net_cls\n[ 0.148020] Initializing cgroup subsys perf_event\n[ 0.148906] Initializing cgroup subsys net_prio\n[ 0.149761] Initializing cgroup subsys hugetlb\n[ 0.150616] Initializing cgroup subsys pids\n[ 0.151466] CPU: Physical Processor ID: 0\n[ 0.152940] mce: CPU supports 10 MCE banks\n[ 0.153760] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154738] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172148] ftrace: allocating 31920 entries in 125 pages\n[ 0.198366] smpboot: Max logical packages: 1\n[ 0.199207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200517] x2apic enabled\n[ 0.201324] Switched APIC routing to physical x2apic.\n[ 0.203169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204209] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208679] KVM setup paravirtual spinlock\n[ 0.210115] x86: Booted up 1 node, 1 CPUs\n[ 0.211072] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212718] devtmpfs: initialized\n[ 0.214548] evm: security.selinux\n[ 0.215372] evm: security.SMACK64\n[ 0.216178] evm: security.SMACK64EXEC\n[ 0.217066] evm: security.SMACK64TRANSMUTE\n[ 0.218030] evm: security.SMACK64MMAP\n[ 0.218941] evm: security.ima\n[ 0.219707] evm: security.capability\n[ 0.220644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222736] pinctrl core: initialized pinctrl subsystem\n[ 0.223810] RTC time: 17:28:24, date: 10/10/18\n[ 0.224741] NET: Registered protocol family 16\n[ 0.225689] cpuidle: using governor ladder\n[ 0.226696] cpuidle: using governor menu\n[ 0.227476] PCCT header not found.\n[ 0.228214] ACPI: bus type PCI registered\n[ 0.228999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230213] PCI: Using configuration type 1 for base access\n[ 0.231967] ACPI: Added _OSI(Module Device)\n[ 0.232792] ACPI: Added _OSI(Processor Device)\n[ 0.233635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236631] ACPI: Interpreter enabled\n[ 0.237381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244719] ACPI: (supports S0 S5)\n[ 0.245409] ACPI: Using IOAPIC for interrupt routing\n[ 0.246332] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251721] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252887] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255079] acpiphp: Slot [3] registered\n[ 0.255863] acpiphp: Slot [4] registered\n[ 0.256642] acpiphp: Slot [5] registered\n[ 0.257426] acpiphp: Slot [6] registered\n[ 0.258201] acpiphp: Slot [7] registered\n[ 0.258979] acpiphp: Slot [8] registered\n[ 0.259765] acpiphp: Slot [9] registered\n[ 0.260542] acpiphp: Slot [10] registered\n[ 0.261340] acpiphp: Slot [11] registered\n[ 0.262337] acpiphp: Slot [12] registered\n[ 0.263070] acpiphp: Slot [13] registered\n[ 0.263844] acpiphp: Slot [14] registered\n[ 0.264633] acpiphp: Slot [15] registered\n[ 0.275688] acpiphp: Slot [16] registered\n[ 0.276493] acpiphp: Slot [17] registered\n[ 0.277283] acpiphp: Slot [18] registered\n[ 0.278064] acpiphp: Slot [19] registered\n[ 0.278850] acpiphp: Slot [20] registered\n[ 0.279645] acpiphp: Slot [21] registered\n[ 0.280445] acpiphp: Slot [22] registered\n[ 0.281227] acpiphp: Slot [23] registered\n[ 0.282013] acpiphp: Slot [24] registered\n[ 0.282820] acpiphp: Slot [25] registered\n[ 0.283612] acpiphp: Slot [26] registered\n[ 0.284403] acpiphp: Slot [27] registered\n[ 0.285192] acpiphp: Slot [28] registered\n[ 0.285989] acpiphp: Slot [29] registered\n[ 0.286778] acpiphp: Slot [30] registered\n[ 0.287572] acpiphp: Slot [31] registered\n[ 0.288365] PCI host bridge to bus 0000:00\n[ 0.289145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290337] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312221] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358765] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367211] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368376] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369870] vgaarb: loaded\n[ 0.370458] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371561] SCSI subsystem initialized\n[ 0.372357] ACPI: bus type USB registered\n[ 0.373156] usbcore: registered new interface driver usbfs\n[ 0.374154] usbcore: registered new interface driver hub\n[ 0.375135] usbcore: registered new device driver usb\n[ 0.376175] PCI: Using ACPI for IRQ routing\n[ 0.377190] NetLabel: Initializing\n[ 0.377890] NetLabel: domain hash size = 128\n[ 0.378723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379661] NetLabel: unlabeled traffic allowed by default\n[ 0.380746] clocksource: Switched to clocksource kvm-clock\n[ 0.386216] AppArmor: AppArmor Filesystem Enabled\n[ 0.387174] pnp: PnP ACPI init\n[ 0.388089] pnp: PnP ACPI: found 5 devices\n[ 0.394442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396122] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398346] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399432] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400571] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401633] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402797] NET: Registered protocol family 1\n[ 0.403682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404777] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405831] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419883] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434252] Trying to unpack rootfs image as initramfs...\n[ 0.484617] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498503] Scanning for low memory corruption every 60 seconds\n[ 0.499811] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500955] audit: initializing netlink subsys (disabled)\n[ 0.501971] audit: type=2000 audit(1539192505.394:1): initialized\n[ 0.503313] Initialise system trusted keyring\n[ 0.504170] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505320] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507254] zbud: loaded\n[ 0.507948] VFS: Disk quotas dquot_6.6.0\n[ 0.508774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510283] fuse init (API version 7.23)\n[ 0.511151] Key type big_key registered\n[ 0.511941] Allocating IMA MOK and blacklist keyrings.\n[ 0.513041] Key type asymmetric registered\n[ 0.513853] Asymmetric key parser 'x509' registered\n[ 0.514794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516606] io scheduler noop registered\n[ 0.517406] io scheduler deadline registered (default)\n[ 0.518379] io scheduler cfq registered\n[ 0.519195] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522990] ACPI: Power Button [PWRF]\n[ 0.523807] GHES: HEST is not enabled!\n[ 0.537570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566085] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568291] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593723] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596388] Linux agpgart interface v0.103\n[ 0.598482] brd: module loaded\n[ 0.599682] loop: module loaded\n[ 0.605093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606519] GPT:90111 != 2097151\n[ 0.607175] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608242] GPT:90111 != 2097151\n[ 0.608920] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609869] vda: vda1 vda15\n[ 0.611571] scsi host0: ata_piix\n[ 0.612294] scsi host1: ata_piix\n[ 0.613003] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615612] libphy: Fixed MDIO Bus: probed\n[ 0.616408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619624] PPP generic driver version 2.4.2\n[ 0.620791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622218] ehci-pci: EHCI PCI platform driver\n[ 0.623090] ehci-platform: EHCI generic platform driver\n[ 0.624072] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625299] ohci-pci: OHCI PCI platform driver\n[ 0.626166] ohci-platform: OHCI generic platform driver\n[ 0.627156] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644288] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649049] usb usb1: Product: UHCI Host Controller\n[ 0.649975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651102] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652116] hub 1-0:1.0: USB hub found\n[ 0.652893] hub 1-0:1.0: 2 ports detected\n[ 0.653802] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656886] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658091] mousedev: PS/2 mouse device common for all mice\n[ 0.659341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661160] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662239] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664598] i2c /dev entries driver\n[ 0.665359] device-mapper: uevent: version 1.0.3\n[ 0.666314] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667964] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669232] NET: Registered protocol family 10\n[ 0.670215] NET: Registered protocol family 17\n[ 0.671094] Key type dns_resolver registered\n[ 0.672010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674817] registered taskstats version 1\n[ 0.675650] Loading compiled-in X.509 certificates\n[ 0.677076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678904] zswap: loaded using pool lzo/zbud\n[ 0.680262] Key type trusted registered\n[ 0.681814] Key type encrypted registered\n[ 0.682797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685270] evm: HMAC attrs: 0x1\n[ 0.686363] Magic number: 6:505:491\n[ 0.687349] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:25 UTC (1539192505)\n[ 0.689257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690593] EDD information not available.\n[ 0.769297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770920] ata1.00: configured for MWDMA2\n[ 0.772292] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785202] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786707] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788187] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790259] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792081] Write protecting the kernel read-only data: 14336k\n[ 0.793858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795942] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.250932] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.50s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:36,969 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-4c89cd6a-8308-4b3e-a3fc-fafc23091e07 2018-10-10 17:30:37,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:37,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:37,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:39,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a383c2a-567f-4145-9fb9-ce25b0360c3e x-compute-request-id: req-9a383c2a-567f-4145-9fb9-ce25b0360c3e Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528961692 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129478] pid_max: default: 32768 minimum: 301\n[ 0.130346] ACPI: Core revision 20150930\n[ 0.131706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132982] Security Framework initialized\n[ 0.133773] Yama: becoming mindful.\n[ 0.134481] AppArmor: AppArmor initialized\n[ 0.135328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140376] Initializing cgroup subsys io\n[ 0.141176] Initializing cgroup subsys memory\n[ 0.142007] Initializing cgroup subsys devices\n[ 0.142857] Initializing cgroup subsys freezer\n[ 0.143710] Initializing cgroup subsys net_cls\n[ 0.144579] Initializing cgroup subsys perf_event\n[ 0.145482] Initializing cgroup subsys net_prio\n[ 0.146339] Initializing cgroup subsys hugetlb\n[ 0.147190] Initializing cgroup subsys pids\n[ 0.148036] CPU: Physical Processor ID: 0\n[ 0.149502] mce: CPU supports 10 MCE banks\n[ 0.150325] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168733] ftrace: allocating 31920 entries in 125 pages\n[ 0.194993] smpboot: Max logical packages: 1\n[ 0.195852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197171] x2apic enabled\n[ 0.197960] Switched APIC routing to physical x2apic.\n[ 0.199698] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204558] KVM setup paravirtual spinlock\n[ 0.205838] x86: Booted up 1 node, 1 CPUs\n[ 0.206627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207983] devtmpfs: initialized\n[ 0.209690] evm: security.selinux\n[ 0.210375] evm: security.SMACK64\n[ 0.211083] evm: security.SMACK64EXEC\n[ 0.211806] evm: security.SMACK64TRANSMUTE\n[ 0.212594] evm: security.SMACK64MMAP\n[ 0.213321] evm: security.ima\n[ 0.213950] evm: security.capability\n[ 0.214737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216579] pinctrl core: initialized pinctrl subsystem\n[ 0.217650] RTC time: 17:28:37, date: 10/10/18\n[ 0.218594] NET: Registered protocol family 16\n[ 0.219541] cpuidle: using governor ladder\n[ 0.220349] cpuidle: using governor menu\n[ 0.221115] PCCT header not found.\n[ 0.221846] ACPI: bus type PCI registered\n[ 0.222636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223854] PCI: Using configuration type 1 for base access\n[ 0.225580] ACPI: Added _OSI(Module Device)\n[ 0.226407] ACPI: Added _OSI(Processor Device)\n[ 0.227249] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230284] ACPI: Interpreter enabled\n[ 0.231027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238224] ACPI: (supports S0 S5)\n[ 0.238908] ACPI: Using IOAPIC for interrupt routing\n[ 0.239936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242975] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244104] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246513] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248685] acpiphp: Slot [3] registered\n[ 0.249466] acpiphp: Slot [4] registered\n[ 0.250255] acpiphp: Slot [5] registered\n[ 0.251029] acpiphp: Slot [6] registered\n[ 0.251814] acpiphp: Slot [7] registered\n[ 0.252596] acpiphp: Slot [8] registered\n[ 0.253392] acpiphp: Slot [9] registered\n[ 0.254165] acpiphp: Slot [10] registered\n[ 0.254947] acpiphp: Slot [11] registered\n[ 0.255745] acpiphp: Slot [12] registered\n[ 0.256536] acpiphp: Slot [13] registered\n[ 0.257328] acpiphp: Slot [14] registered\n[ 0.258132] acpiphp: Slot [15] registered\n[ 0.269146] acpiphp: Slot [16] registered\n[ 0.269941] acpiphp: Slot [17] registered\n[ 0.270767] acpiphp: Slot [18] registered\n[ 0.271550] acpiphp: Slot [19] registered\n[ 0.272325] acpiphp: Slot [20] registered\n[ 0.273103] acpiphp: Slot [21] registered\n[ 0.273883] acpiphp: Slot [22] registered\n[ 0.274666] acpiphp: Slot [23] registered\n[ 0.275450] acpiphp: Slot [24] registered\n[ 0.276229] acpiphp: Slot [25] registered\n[ 0.277004] acpiphp: Slot [26] registered\n[ 0.277783] acpiphp: Slot [27] registered\n[ 0.278571] acpiphp: Slot [28] registered\n[ 0.279357] acpiphp: Slot [29] registered\n[ 0.280136] acpiphp: Slot [30] registered\n[ 0.280910] acpiphp: Slot [31] registered\n[ 0.281686] PCI host bridge to bus 0000:00\n[ 0.282464] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286182] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287577] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303915] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305324] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356772] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360545] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362092] vgaarb: loaded\n[ 0.362680] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363785] SCSI subsystem initialized\n[ 0.364652] ACPI: bus type USB registered\n[ 0.365457] usbcore: registered new interface driver usbfs\n[ 0.366467] usbcore: registered new interface driver hub\n[ 0.367450] usbcore: registered new device driver usb\n[ 0.368492] PCI: Using ACPI for IRQ routing\n[ 0.369493] NetLabel: Initializing\n[ 0.370194] NetLabel: domain hash size = 128\n[ 0.371080] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372006] NetLabel: unlabeled traffic allowed by default\n[ 0.373085] clocksource: Switched to clocksource kvm-clock\n[ 0.378519] AppArmor: AppArmor Filesystem Enabled\n[ 0.379459] pnp: PnP ACPI init\n[ 0.380357] pnp: PnP ACPI: found 5 devices\n[ 0.386703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388396] NET: Registered protocol family 2\n[ 0.389371] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395129] NET: Registered protocol family 1\n[ 0.395976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412007] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426532] Trying to unpack rootfs image as initramfs...\n[ 0.475947] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489807] Scanning for low memory corruption every 60 seconds\n[ 0.491155] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492308] audit: initializing netlink subsys (disabled)\n[ 0.493320] audit: type=2000 audit(1539192518.674:1): initialized\n[ 0.494608] Initialise system trusted keyring\n[ 0.495516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496700] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498652] zbud: loaded\n[ 0.499346] VFS: Disk quotas dquot_6.6.0\n[ 0.500153] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501637] fuse init (API version 7.23)\n[ 0.502529] Key type big_key registered\n[ 0.503317] Allocating IMA MOK and blacklist keyrings.\n[ 0.504767] Key type asymmetric registered\n[ 0.505584] Asymmetric key parser 'x509' registered\n[ 0.506523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507956] io scheduler noop registered\n[ 0.508783] io scheduler deadline registered (default)\n[ 0.509768] io scheduler cfq registered\n[ 0.510588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514285] ACPI: Power Button [PWRF]\n[ 0.515107] GHES: HEST is not enabled!\n[ 0.528863] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590494] brd: module loaded\n[ 0.591687] loop: module loaded\n[ 0.596550] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597979] GPT:90111 != 2097151\n[ 0.598645] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599704] GPT:90111 != 2097151\n[ 0.600362] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601303] vda: vda1 vda15\n[ 0.602767] scsi host0: ata_piix\n[ 0.603489] scsi host1: ata_piix\n[ 0.604177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605358] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606764] libphy: Fixed MDIO Bus: probed\n[ 0.607565] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610783] PPP generic driver version 2.4.2\n[ 0.611654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612855] ehci-pci: EHCI PCI platform driver\n[ 0.613711] ehci-platform: EHCI generic platform driver\n[ 0.614672] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615768] ohci-pci: OHCI PCI platform driver\n[ 0.616616] ohci-platform: OHCI generic platform driver\n[ 0.617585] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635361] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639006] usb usb1: Product: UHCI Host Controller\n[ 0.639907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641008] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641933] hub 1-0:1.0: USB hub found\n[ 0.642691] hub 1-0:1.0: 2 ports detected\n[ 0.643573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647581] mousedev: PS/2 mouse device common for all mice\n[ 0.648796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650586] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652808] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653966] i2c /dev entries driver\n[ 0.654704] device-mapper: uevent: version 1.0.3\n[ 0.655608] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657190] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658440] NET: Registered protocol family 10\n[ 0.659419] NET: Registered protocol family 17\n[ 0.660284] Key type dns_resolver registered\n[ 0.661197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663942] registered taskstats version 1\n[ 0.664744] Loading compiled-in X.509 certificates\n[ 0.666160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667947] zswap: loaded using pool lzo/zbud\n[ 0.669293] Key type trusted registered\n[ 0.670802] Key type encrypted registered\n[ 0.671608] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673613] evm: HMAC attrs: 0x1\n[ 0.674887] Magic number: 6:505:491\n[ 0.675715] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:38 UTC (1539192518)\n[ 0.677284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678364] EDD information not available.\n[ 0.761636] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.763032] ata1.00: configured for MWDMA2\n[ 0.764215] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776725] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777919] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779137] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780957] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782448] Write protecting the kernel read-only data: 14336k\n[ 0.783975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841441] 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.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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.40s]\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:39,033 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-9a383c2a-567f-4145-9fb9-ce25b0360c3e 2018-10-10 17:30:39,037 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6ccdc8d-2255-416e-bf08-429b62532183 x-compute-request-id: req-f6ccdc8d-2255-416e-bf08-429b62532183 Content-Encoding: gzip Content-Length: 11138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\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.164156] random: dd urandom read with 5 bits of entropy available\n[ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.168599] usb 1-1: Product: QEMU USB Tablet\n[ 1.168600] usb 1-1: Manufacturer: QEMU\n[ 1.168601] usb 1-1: SerialNumber: 42\n[ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:28:13 cirros kern.info kernel: [ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843915] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843916] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 10 18:28:13 cirros kern.info kernel: [ 0.845521] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 10 18:28:13 cirros kern.info kernel: [ 0.848384] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 10 18:28:13 cirros kern.info kernel: [ 0.850339] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 10 18:28:13 cirros kern.info kernel: [ 0.874257] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.875234] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.876357] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.911595] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 1.007725] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 10 18:28:13 cirros kern.info kernel: [ 1.131847] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.info kernel: [ 1.146113] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.notice kernel: [ 1.164156] random: dd urandom read with 5 bits of entropy available\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168599] usb 1-1: Product: QEMU USB Tablet\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168600] usb 1-1: Manufacturer: QEMU\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168601] usb 1-1: SerialNumber: 42\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:29:15 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:29:16 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:29:16 cirros kern.info kernel: [ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:29:16 cirros kern.info kernel: [ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-10-10 17:30:39,038 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-f6ccdc8d-2255-416e-bf08-429b62532183 2018-10-10 17:30:39,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8fd3f1e-9410-412e-9e58-180708c94109 x-compute-request-id: req-c8fd3f1e-9410-412e-9e58-180708c94109 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 561663203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132742] pid_max: default: 32768 minimum: 301\n[ 0.133609] ACPI: Core revision 20150930\n[ 0.134963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136234] Security Framework initialized\n[ 0.137027] Yama: becoming mindful.\n[ 0.137737] AppArmor: AppArmor initialized\n[ 0.138581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139875] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143827] Initializing cgroup subsys io\n[ 0.144620] Initializing cgroup subsys memory\n[ 0.145459] Initializing cgroup subsys devices\n[ 0.146323] Initializing cgroup subsys freezer\n[ 0.147174] Initializing cgroup subsys net_cls\n[ 0.148020] Initializing cgroup subsys perf_event\n[ 0.148906] Initializing cgroup subsys net_prio\n[ 0.149761] Initializing cgroup subsys hugetlb\n[ 0.150616] Initializing cgroup subsys pids\n[ 0.151466] CPU: Physical Processor ID: 0\n[ 0.152940] mce: CPU supports 10 MCE banks\n[ 0.153760] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154738] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172148] ftrace: allocating 31920 entries in 125 pages\n[ 0.198366] smpboot: Max logical packages: 1\n[ 0.199207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200517] x2apic enabled\n[ 0.201324] Switched APIC routing to physical x2apic.\n[ 0.203169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204209] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208679] KVM setup paravirtual spinlock\n[ 0.210115] x86: Booted up 1 node, 1 CPUs\n[ 0.211072] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212718] devtmpfs: initialized\n[ 0.214548] evm: security.selinux\n[ 0.215372] evm: security.SMACK64\n[ 0.216178] evm: security.SMACK64EXEC\n[ 0.217066] evm: security.SMACK64TRANSMUTE\n[ 0.218030] evm: security.SMACK64MMAP\n[ 0.218941] evm: security.ima\n[ 0.219707] evm: security.capability\n[ 0.220644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222736] pinctrl core: initialized pinctrl subsystem\n[ 0.223810] RTC time: 17:28:24, date: 10/10/18\n[ 0.224741] NET: Registered protocol family 16\n[ 0.225689] cpuidle: using governor ladder\n[ 0.226696] cpuidle: using governor menu\n[ 0.227476] PCCT header not found.\n[ 0.228214] ACPI: bus type PCI registered\n[ 0.228999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230213] PCI: Using configuration type 1 for base access\n[ 0.231967] ACPI: Added _OSI(Module Device)\n[ 0.232792] ACPI: Added _OSI(Processor Device)\n[ 0.233635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236631] ACPI: Interpreter enabled\n[ 0.237381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244719] ACPI: (supports S0 S5)\n[ 0.245409] ACPI: Using IOAPIC for interrupt routing\n[ 0.246332] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251721] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252887] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255079] acpiphp: Slot [3] registered\n[ 0.255863] acpiphp: Slot [4] registered\n[ 0.256642] acpiphp: Slot [5] registered\n[ 0.257426] acpiphp: Slot [6] registered\n[ 0.258201] acpiphp: Slot [7] registered\n[ 0.258979] acpiphp: Slot [8] registered\n[ 0.259765] acpiphp: Slot [9] registered\n[ 0.260542] acpiphp: Slot [10] registered\n[ 0.261340] acpiphp: Slot [11] registered\n[ 0.262337] acpiphp: Slot [12] registered\n[ 0.263070] acpiphp: Slot [13] registered\n[ 0.263844] acpiphp: Slot [14] registered\n[ 0.264633] acpiphp: Slot [15] registered\n[ 0.275688] acpiphp: Slot [16] registered\n[ 0.276493] acpiphp: Slot [17] registered\n[ 0.277283] acpiphp: Slot [18] registered\n[ 0.278064] acpiphp: Slot [19] registered\n[ 0.278850] acpiphp: Slot [20] registered\n[ 0.279645] acpiphp: Slot [21] registered\n[ 0.280445] acpiphp: Slot [22] registered\n[ 0.281227] acpiphp: Slot [23] registered\n[ 0.282013] acpiphp: Slot [24] registered\n[ 0.282820] acpiphp: Slot [25] registered\n[ 0.283612] acpiphp: Slot [26] registered\n[ 0.284403] acpiphp: Slot [27] registered\n[ 0.285192] acpiphp: Slot [28] registered\n[ 0.285989] acpiphp: Slot [29] registered\n[ 0.286778] acpiphp: Slot [30] registered\n[ 0.287572] acpiphp: Slot [31] registered\n[ 0.288365] PCI host bridge to bus 0000:00\n[ 0.289145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290337] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312221] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358765] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367211] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368376] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369870] vgaarb: loaded\n[ 0.370458] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371561] SCSI subsystem initialized\n[ 0.372357] ACPI: bus type USB registered\n[ 0.373156] usbcore: registered new interface driver usbfs\n[ 0.374154] usbcore: registered new interface driver hub\n[ 0.375135] usbcore: registered new device driver usb\n[ 0.376175] PCI: Using ACPI for IRQ routing\n[ 0.377190] NetLabel: Initializing\n[ 0.377890] NetLabel: domain hash size = 128\n[ 0.378723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379661] NetLabel: unlabeled traffic allowed by default\n[ 0.380746] clocksource: Switched to clocksource kvm-clock\n[ 0.386216] AppArmor: AppArmor Filesystem Enabled\n[ 0.387174] pnp: PnP ACPI init\n[ 0.388089] pnp: PnP ACPI: found 5 devices\n[ 0.394442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396122] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398346] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399432] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400571] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401633] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402797] NET: Registered protocol family 1\n[ 0.403682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404777] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405831] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419883] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434252] Trying to unpack rootfs image as initramfs...\n[ 0.484617] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498503] Scanning for low memory corruption every 60 seconds\n[ 0.499811] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500955] audit: initializing netlink subsys (disabled)\n[ 0.501971] audit: type=2000 audit(1539192505.394:1): initialized\n[ 0.503313] Initialise system trusted keyring\n[ 0.504170] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505320] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507254] zbud: loaded\n[ 0.507948] VFS: Disk quotas dquot_6.6.0\n[ 0.508774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510283] fuse init (API version 7.23)\n[ 0.511151] Key type big_key registered\n[ 0.511941] Allocating IMA MOK and blacklist keyrings.\n[ 0.513041] Key type asymmetric registered\n[ 0.513853] Asymmetric key parser 'x509' registered\n[ 0.514794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516606] io scheduler noop registered\n[ 0.517406] io scheduler deadline registered (default)\n[ 0.518379] io scheduler cfq registered\n[ 0.519195] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522990] ACPI: Power Button [PWRF]\n[ 0.523807] GHES: HEST is not enabled!\n[ 0.537570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566085] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568291] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593723] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596388] Linux agpgart interface v0.103\n[ 0.598482] brd: module loaded\n[ 0.599682] loop: module loaded\n[ 0.605093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606519] GPT:90111 != 2097151\n[ 0.607175] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608242] GPT:90111 != 2097151\n[ 0.608920] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609869] vda: vda1 vda15\n[ 0.611571] scsi host0: ata_piix\n[ 0.612294] scsi host1: ata_piix\n[ 0.613003] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615612] libphy: Fixed MDIO Bus: probed\n[ 0.616408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619624] PPP generic driver version 2.4.2\n[ 0.620791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622218] ehci-pci: EHCI PCI platform driver\n[ 0.623090] ehci-platform: EHCI generic platform driver\n[ 0.624072] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625299] ohci-pci: OHCI PCI platform driver\n[ 0.626166] ohci-platform: OHCI generic platform driver\n[ 0.627156] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644288] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649049] usb usb1: Product: UHCI Host Controller\n[ 0.649975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651102] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652116] hub 1-0:1.0: USB hub found\n[ 0.652893] hub 1-0:1.0: 2 ports detected\n[ 0.653802] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656886] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658091] mousedev: PS/2 mouse device common for all mice\n[ 0.659341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661160] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662239] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664598] i2c /dev entries driver\n[ 0.665359] device-mapper: uevent: version 1.0.3\n[ 0.666314] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667964] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669232] NET: Registered protocol family 10\n[ 0.670215] NET: Registered protocol family 17\n[ 0.671094] Key type dns_resolver registered\n[ 0.672010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674817] registered taskstats version 1\n[ 0.675650] Loading compiled-in X.509 certificates\n[ 0.677076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678904] zswap: loaded using pool lzo/zbud\n[ 0.680262] Key type trusted registered\n[ 0.681814] Key type encrypted registered\n[ 0.682797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685270] evm: HMAC attrs: 0x1\n[ 0.686363] Magic number: 6:505:491\n[ 0.687349] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:25 UTC (1539192505)\n[ 0.689257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690593] EDD information not available.\n[ 0.769297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770920] ata1.00: configured for MWDMA2\n[ 0.772292] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785202] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786707] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788187] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790259] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792081] Write protecting the kernel read-only data: 14336k\n[ 0.793858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795942] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.250932] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.50s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:39,095 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-c8fd3f1e-9410-412e-9e58-180708c94109 2018-10-10 17:30:40,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:40,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:40,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:41,110 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92de2c35-b111-4168-a9e8-a9cb80863f45 x-compute-request-id: req-92de2c35-b111-4168-a9e8-a9cb80863f45 Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528961692 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129478] pid_max: default: 32768 minimum: 301\n[ 0.130346] ACPI: Core revision 20150930\n[ 0.131706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132982] Security Framework initialized\n[ 0.133773] Yama: becoming mindful.\n[ 0.134481] AppArmor: AppArmor initialized\n[ 0.135328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140376] Initializing cgroup subsys io\n[ 0.141176] Initializing cgroup subsys memory\n[ 0.142007] Initializing cgroup subsys devices\n[ 0.142857] Initializing cgroup subsys freezer\n[ 0.143710] Initializing cgroup subsys net_cls\n[ 0.144579] Initializing cgroup subsys perf_event\n[ 0.145482] Initializing cgroup subsys net_prio\n[ 0.146339] Initializing cgroup subsys hugetlb\n[ 0.147190] Initializing cgroup subsys pids\n[ 0.148036] CPU: Physical Processor ID: 0\n[ 0.149502] mce: CPU supports 10 MCE banks\n[ 0.150325] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168733] ftrace: allocating 31920 entries in 125 pages\n[ 0.194993] smpboot: Max logical packages: 1\n[ 0.195852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197171] x2apic enabled\n[ 0.197960] Switched APIC routing to physical x2apic.\n[ 0.199698] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204558] KVM setup paravirtual spinlock\n[ 0.205838] x86: Booted up 1 node, 1 CPUs\n[ 0.206627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207983] devtmpfs: initialized\n[ 0.209690] evm: security.selinux\n[ 0.210375] evm: security.SMACK64\n[ 0.211083] evm: security.SMACK64EXEC\n[ 0.211806] evm: security.SMACK64TRANSMUTE\n[ 0.212594] evm: security.SMACK64MMAP\n[ 0.213321] evm: security.ima\n[ 0.213950] evm: security.capability\n[ 0.214737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216579] pinctrl core: initialized pinctrl subsystem\n[ 0.217650] RTC time: 17:28:37, date: 10/10/18\n[ 0.218594] NET: Registered protocol family 16\n[ 0.219541] cpuidle: using governor ladder\n[ 0.220349] cpuidle: using governor menu\n[ 0.221115] PCCT header not found.\n[ 0.221846] ACPI: bus type PCI registered\n[ 0.222636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223854] PCI: Using configuration type 1 for base access\n[ 0.225580] ACPI: Added _OSI(Module Device)\n[ 0.226407] ACPI: Added _OSI(Processor Device)\n[ 0.227249] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230284] ACPI: Interpreter enabled\n[ 0.231027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238224] ACPI: (supports S0 S5)\n[ 0.238908] ACPI: Using IOAPIC for interrupt routing\n[ 0.239936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242975] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244104] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246513] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248685] acpiphp: Slot [3] registered\n[ 0.249466] acpiphp: Slot [4] registered\n[ 0.250255] acpiphp: Slot [5] registered\n[ 0.251029] acpiphp: Slot [6] registered\n[ 0.251814] acpiphp: Slot [7] registered\n[ 0.252596] acpiphp: Slot [8] registered\n[ 0.253392] acpiphp: Slot [9] registered\n[ 0.254165] acpiphp: Slot [10] registered\n[ 0.254947] acpiphp: Slot [11] registered\n[ 0.255745] acpiphp: Slot [12] registered\n[ 0.256536] acpiphp: Slot [13] registered\n[ 0.257328] acpiphp: Slot [14] registered\n[ 0.258132] acpiphp: Slot [15] registered\n[ 0.269146] acpiphp: Slot [16] registered\n[ 0.269941] acpiphp: Slot [17] registered\n[ 0.270767] acpiphp: Slot [18] registered\n[ 0.271550] acpiphp: Slot [19] registered\n[ 0.272325] acpiphp: Slot [20] registered\n[ 0.273103] acpiphp: Slot [21] registered\n[ 0.273883] acpiphp: Slot [22] registered\n[ 0.274666] acpiphp: Slot [23] registered\n[ 0.275450] acpiphp: Slot [24] registered\n[ 0.276229] acpiphp: Slot [25] registered\n[ 0.277004] acpiphp: Slot [26] registered\n[ 0.277783] acpiphp: Slot [27] registered\n[ 0.278571] acpiphp: Slot [28] registered\n[ 0.279357] acpiphp: Slot [29] registered\n[ 0.280136] acpiphp: Slot [30] registered\n[ 0.280910] acpiphp: Slot [31] registered\n[ 0.281686] PCI host bridge to bus 0000:00\n[ 0.282464] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286182] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287577] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303915] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305324] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356772] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360545] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362092] vgaarb: loaded\n[ 0.362680] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363785] SCSI subsystem initialized\n[ 0.364652] ACPI: bus type USB registered\n[ 0.365457] usbcore: registered new interface driver usbfs\n[ 0.366467] usbcore: registered new interface driver hub\n[ 0.367450] usbcore: registered new device driver usb\n[ 0.368492] PCI: Using ACPI for IRQ routing\n[ 0.369493] NetLabel: Initializing\n[ 0.370194] NetLabel: domain hash size = 128\n[ 0.371080] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372006] NetLabel: unlabeled traffic allowed by default\n[ 0.373085] clocksource: Switched to clocksource kvm-clock\n[ 0.378519] AppArmor: AppArmor Filesystem Enabled\n[ 0.379459] pnp: PnP ACPI init\n[ 0.380357] pnp: PnP ACPI: found 5 devices\n[ 0.386703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388396] NET: Registered protocol family 2\n[ 0.389371] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395129] NET: Registered protocol family 1\n[ 0.395976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412007] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426532] Trying to unpack rootfs image as initramfs...\n[ 0.475947] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489807] Scanning for low memory corruption every 60 seconds\n[ 0.491155] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492308] audit: initializing netlink subsys (disabled)\n[ 0.493320] audit: type=2000 audit(1539192518.674:1): initialized\n[ 0.494608] Initialise system trusted keyring\n[ 0.495516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496700] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498652] zbud: loaded\n[ 0.499346] VFS: Disk quotas dquot_6.6.0\n[ 0.500153] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501637] fuse init (API version 7.23)\n[ 0.502529] Key type big_key registered\n[ 0.503317] Allocating IMA MOK and blacklist keyrings.\n[ 0.504767] Key type asymmetric registered\n[ 0.505584] Asymmetric key parser 'x509' registered\n[ 0.506523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507956] io scheduler noop registered\n[ 0.508783] io scheduler deadline registered (default)\n[ 0.509768] io scheduler cfq registered\n[ 0.510588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514285] ACPI: Power Button [PWRF]\n[ 0.515107] GHES: HEST is not enabled!\n[ 0.528863] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590494] brd: module loaded\n[ 0.591687] loop: module loaded\n[ 0.596550] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597979] GPT:90111 != 2097151\n[ 0.598645] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599704] GPT:90111 != 2097151\n[ 0.600362] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601303] vda: vda1 vda15\n[ 0.602767] scsi host0: ata_piix\n[ 0.603489] scsi host1: ata_piix\n[ 0.604177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605358] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606764] libphy: Fixed MDIO Bus: probed\n[ 0.607565] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610783] PPP generic driver version 2.4.2\n[ 0.611654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612855] ehci-pci: EHCI PCI platform driver\n[ 0.613711] ehci-platform: EHCI generic platform driver\n[ 0.614672] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615768] ohci-pci: OHCI PCI platform driver\n[ 0.616616] ohci-platform: OHCI generic platform driver\n[ 0.617585] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635361] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639006] usb usb1: Product: UHCI Host Controller\n[ 0.639907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641008] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641933] hub 1-0:1.0: USB hub found\n[ 0.642691] hub 1-0:1.0: 2 ports detected\n[ 0.643573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647581] mousedev: PS/2 mouse device common for all mice\n[ 0.648796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650586] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652808] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653966] i2c /dev entries driver\n[ 0.654704] device-mapper: uevent: version 1.0.3\n[ 0.655608] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657190] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658440] NET: Registered protocol family 10\n[ 0.659419] NET: Registered protocol family 17\n[ 0.660284] Key type dns_resolver registered\n[ 0.661197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663942] registered taskstats version 1\n[ 0.664744] Loading compiled-in X.509 certificates\n[ 0.666160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667947] zswap: loaded using pool lzo/zbud\n[ 0.669293] Key type trusted registered\n[ 0.670802] Key type encrypted registered\n[ 0.671608] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673613] evm: HMAC attrs: 0x1\n[ 0.674887] Magic number: 6:505:491\n[ 0.675715] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:38 UTC (1539192518)\n[ 0.677284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678364] EDD information not available.\n[ 0.761636] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.763032] ata1.00: configured for MWDMA2\n[ 0.764215] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776725] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777919] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779137] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780957] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782448] Write protecting the kernel read-only data: 14336k\n[ 0.783975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841441] 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.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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.40s]\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:41,110 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-92de2c35-b111-4168-a9e8-a9cb80863f45 2018-10-10 17:30:41,110 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f607f7a9-8879-4886-adc3-1511cb722845 x-compute-request-id: req-f607f7a9-8879-4886-adc3-1511cb722845 Content-Encoding: gzip Content-Length: 11138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\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.164156] random: dd urandom read with 5 bits of entropy available\n[ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.168599] usb 1-1: Product: QEMU USB Tablet\n[ 1.168600] usb 1-1: Manufacturer: QEMU\n[ 1.168601] usb 1-1: SerialNumber: 42\n[ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:28:13 cirros kern.info kernel: [ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843915] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843916] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 10 18:28:13 cirros kern.info kernel: [ 0.845521] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 10 18:28:13 cirros kern.info kernel: [ 0.848384] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 10 18:28:13 cirros kern.info kernel: [ 0.850339] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 10 18:28:13 cirros kern.info kernel: [ 0.874257] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.875234] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.876357] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.911595] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 1.007725] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 10 18:28:13 cirros kern.info kernel: [ 1.131847] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.info kernel: [ 1.146113] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.notice kernel: [ 1.164156] random: dd urandom read with 5 bits of entropy available\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168599] usb 1-1: Product: QEMU USB Tablet\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168600] usb 1-1: Manufacturer: QEMU\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168601] usb 1-1: SerialNumber: 42\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:29:15 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:29:16 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:29:16 cirros kern.info kernel: [ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:29:16 cirros kern.info kernel: [ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-10-10 17:30:41,111 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-f607f7a9-8879-4886-adc3-1511cb722845 2018-10-10 17:30:41,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6dd99c83-7f5c-4730-99dd-36285303c7a0 x-compute-request-id: req-6dd99c83-7f5c-4730-99dd-36285303c7a0 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 561663203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132742] pid_max: default: 32768 minimum: 301\n[ 0.133609] ACPI: Core revision 20150930\n[ 0.134963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136234] Security Framework initialized\n[ 0.137027] Yama: becoming mindful.\n[ 0.137737] AppArmor: AppArmor initialized\n[ 0.138581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139875] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143827] Initializing cgroup subsys io\n[ 0.144620] Initializing cgroup subsys memory\n[ 0.145459] Initializing cgroup subsys devices\n[ 0.146323] Initializing cgroup subsys freezer\n[ 0.147174] Initializing cgroup subsys net_cls\n[ 0.148020] Initializing cgroup subsys perf_event\n[ 0.148906] Initializing cgroup subsys net_prio\n[ 0.149761] Initializing cgroup subsys hugetlb\n[ 0.150616] Initializing cgroup subsys pids\n[ 0.151466] CPU: Physical Processor ID: 0\n[ 0.152940] mce: CPU supports 10 MCE banks\n[ 0.153760] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154738] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172148] ftrace: allocating 31920 entries in 125 pages\n[ 0.198366] smpboot: Max logical packages: 1\n[ 0.199207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200517] x2apic enabled\n[ 0.201324] Switched APIC routing to physical x2apic.\n[ 0.203169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204209] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208679] KVM setup paravirtual spinlock\n[ 0.210115] x86: Booted up 1 node, 1 CPUs\n[ 0.211072] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212718] devtmpfs: initialized\n[ 0.214548] evm: security.selinux\n[ 0.215372] evm: security.SMACK64\n[ 0.216178] evm: security.SMACK64EXEC\n[ 0.217066] evm: security.SMACK64TRANSMUTE\n[ 0.218030] evm: security.SMACK64MMAP\n[ 0.218941] evm: security.ima\n[ 0.219707] evm: security.capability\n[ 0.220644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222736] pinctrl core: initialized pinctrl subsystem\n[ 0.223810] RTC time: 17:28:24, date: 10/10/18\n[ 0.224741] NET: Registered protocol family 16\n[ 0.225689] cpuidle: using governor ladder\n[ 0.226696] cpuidle: using governor menu\n[ 0.227476] PCCT header not found.\n[ 0.228214] ACPI: bus type PCI registered\n[ 0.228999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230213] PCI: Using configuration type 1 for base access\n[ 0.231967] ACPI: Added _OSI(Module Device)\n[ 0.232792] ACPI: Added _OSI(Processor Device)\n[ 0.233635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236631] ACPI: Interpreter enabled\n[ 0.237381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244719] ACPI: (supports S0 S5)\n[ 0.245409] ACPI: Using IOAPIC for interrupt routing\n[ 0.246332] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251721] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252887] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255079] acpiphp: Slot [3] registered\n[ 0.255863] acpiphp: Slot [4] registered\n[ 0.256642] acpiphp: Slot [5] registered\n[ 0.257426] acpiphp: Slot [6] registered\n[ 0.258201] acpiphp: Slot [7] registered\n[ 0.258979] acpiphp: Slot [8] registered\n[ 0.259765] acpiphp: Slot [9] registered\n[ 0.260542] acpiphp: Slot [10] registered\n[ 0.261340] acpiphp: Slot [11] registered\n[ 0.262337] acpiphp: Slot [12] registered\n[ 0.263070] acpiphp: Slot [13] registered\n[ 0.263844] acpiphp: Slot [14] registered\n[ 0.264633] acpiphp: Slot [15] registered\n[ 0.275688] acpiphp: Slot [16] registered\n[ 0.276493] acpiphp: Slot [17] registered\n[ 0.277283] acpiphp: Slot [18] registered\n[ 0.278064] acpiphp: Slot [19] registered\n[ 0.278850] acpiphp: Slot [20] registered\n[ 0.279645] acpiphp: Slot [21] registered\n[ 0.280445] acpiphp: Slot [22] registered\n[ 0.281227] acpiphp: Slot [23] registered\n[ 0.282013] acpiphp: Slot [24] registered\n[ 0.282820] acpiphp: Slot [25] registered\n[ 0.283612] acpiphp: Slot [26] registered\n[ 0.284403] acpiphp: Slot [27] registered\n[ 0.285192] acpiphp: Slot [28] registered\n[ 0.285989] acpiphp: Slot [29] registered\n[ 0.286778] acpiphp: Slot [30] registered\n[ 0.287572] acpiphp: Slot [31] registered\n[ 0.288365] PCI host bridge to bus 0000:00\n[ 0.289145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290337] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312221] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358765] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367211] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368376] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369870] vgaarb: loaded\n[ 0.370458] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371561] SCSI subsystem initialized\n[ 0.372357] ACPI: bus type USB registered\n[ 0.373156] usbcore: registered new interface driver usbfs\n[ 0.374154] usbcore: registered new interface driver hub\n[ 0.375135] usbcore: registered new device driver usb\n[ 0.376175] PCI: Using ACPI for IRQ routing\n[ 0.377190] NetLabel: Initializing\n[ 0.377890] NetLabel: domain hash size = 128\n[ 0.378723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379661] NetLabel: unlabeled traffic allowed by default\n[ 0.380746] clocksource: Switched to clocksource kvm-clock\n[ 0.386216] AppArmor: AppArmor Filesystem Enabled\n[ 0.387174] pnp: PnP ACPI init\n[ 0.388089] pnp: PnP ACPI: found 5 devices\n[ 0.394442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396122] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398346] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399432] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400571] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401633] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402797] NET: Registered protocol family 1\n[ 0.403682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404777] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405831] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419883] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434252] Trying to unpack rootfs image as initramfs...\n[ 0.484617] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498503] Scanning for low memory corruption every 60 seconds\n[ 0.499811] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500955] audit: initializing netlink subsys (disabled)\n[ 0.501971] audit: type=2000 audit(1539192505.394:1): initialized\n[ 0.503313] Initialise system trusted keyring\n[ 0.504170] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505320] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507254] zbud: loaded\n[ 0.507948] VFS: Disk quotas dquot_6.6.0\n[ 0.508774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510283] fuse init (API version 7.23)\n[ 0.511151] Key type big_key registered\n[ 0.511941] Allocating IMA MOK and blacklist keyrings.\n[ 0.513041] Key type asymmetric registered\n[ 0.513853] Asymmetric key parser 'x509' registered\n[ 0.514794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516606] io scheduler noop registered\n[ 0.517406] io scheduler deadline registered (default)\n[ 0.518379] io scheduler cfq registered\n[ 0.519195] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522990] ACPI: Power Button [PWRF]\n[ 0.523807] GHES: HEST is not enabled!\n[ 0.537570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566085] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568291] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593723] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596388] Linux agpgart interface v0.103\n[ 0.598482] brd: module loaded\n[ 0.599682] loop: module loaded\n[ 0.605093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606519] GPT:90111 != 2097151\n[ 0.607175] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608242] GPT:90111 != 2097151\n[ 0.608920] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609869] vda: vda1 vda15\n[ 0.611571] scsi host0: ata_piix\n[ 0.612294] scsi host1: ata_piix\n[ 0.613003] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615612] libphy: Fixed MDIO Bus: probed\n[ 0.616408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619624] PPP generic driver version 2.4.2\n[ 0.620791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622218] ehci-pci: EHCI PCI platform driver\n[ 0.623090] ehci-platform: EHCI generic platform driver\n[ 0.624072] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625299] ohci-pci: OHCI PCI platform driver\n[ 0.626166] ohci-platform: OHCI generic platform driver\n[ 0.627156] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644288] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649049] usb usb1: Product: UHCI Host Controller\n[ 0.649975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651102] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652116] hub 1-0:1.0: USB hub found\n[ 0.652893] hub 1-0:1.0: 2 ports detected\n[ 0.653802] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656886] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658091] mousedev: PS/2 mouse device common for all mice\n[ 0.659341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661160] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662239] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664598] i2c /dev entries driver\n[ 0.665359] device-mapper: uevent: version 1.0.3\n[ 0.666314] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667964] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669232] NET: Registered protocol family 10\n[ 0.670215] NET: Registered protocol family 17\n[ 0.671094] Key type dns_resolver registered\n[ 0.672010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674817] registered taskstats version 1\n[ 0.675650] Loading compiled-in X.509 certificates\n[ 0.677076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678904] zswap: loaded using pool lzo/zbud\n[ 0.680262] Key type trusted registered\n[ 0.681814] Key type encrypted registered\n[ 0.682797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685270] evm: HMAC attrs: 0x1\n[ 0.686363] Magic number: 6:505:491\n[ 0.687349] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:25 UTC (1539192505)\n[ 0.689257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690593] EDD information not available.\n[ 0.769297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770920] ata1.00: configured for MWDMA2\n[ 0.772292] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785202] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786707] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788187] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790259] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792081] Write protecting the kernel read-only data: 14336k\n[ 0.793858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795942] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.250932] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.50s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:41,175 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-6dd99c83-7f5c-4730-99dd-36285303c7a0 2018-10-10 17:30:42,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:42,116 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:42,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:43,191 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-5cc83f02-7051-4eae-b185-b582e2290635 x-compute-request-id: req-5cc83f02-7051-4eae-b185-b582e2290635 Content-Encoding: gzip Content-Length: 11138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521792742 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151072] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153073] pid_max: default: 32768 minimum: 301\n[ 0.154171] ACPI: Core revision 20150930\n[ 0.155806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157545] Security Framework initialized\n[ 0.158630] Yama: becoming mindful.\n[ 0.159594] AppArmor: AppArmor initialized\n[ 0.160718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164151] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167352] Initializing cgroup subsys io\n[ 0.168328] Initializing cgroup subsys memory\n[ 0.169331] Initializing cgroup subsys devices\n[ 0.170390] Initializing cgroup subsys freezer\n[ 0.171397] Initializing cgroup subsys net_cls\n[ 0.172422] Initializing cgroup subsys perf_event\n[ 0.173499] Initializing cgroup subsys net_prio\n[ 0.174558] Initializing cgroup subsys hugetlb\n[ 0.175557] Initializing cgroup subsys pids\n[ 0.176554] CPU: Physical Processor ID: 0\n[ 0.178215] mce: CPU supports 10 MCE banks\n[ 0.179215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198563] ftrace: allocating 31920 entries in 125 pages\n[ 0.225804] smpboot: Max logical packages: 1\n[ 0.226830] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228432] x2apic enabled\n[ 0.229345] Switched APIC routing to physical x2apic.\n[ 0.231300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232633] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234833] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236580] KVM setup paravirtual spinlock\n[ 0.237910] x86: Booted up 1 node, 1 CPUs\n[ 0.238830] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240459] devtmpfs: initialized\n[ 0.242236] evm: security.selinux\n[ 0.242931] evm: security.SMACK64\n[ 0.243617] evm: security.SMACK64EXEC\n[ 0.244353] evm: security.SMACK64TRANSMUTE\n[ 0.245148] evm: security.SMACK64MMAP\n[ 0.245883] evm: security.ima\n[ 0.246518] evm: security.capability\n[ 0.247320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249145] pinctrl core: initialized pinctrl subsystem\n[ 0.250247] RTC time: 17:28:12, date: 10/10/18\n[ 0.251240] NET: Registered protocol family 16\n[ 0.252201] cpuidle: using governor ladder\n[ 0.252998] cpuidle: using governor menu\n[ 0.253770] PCCT header not found.\n[ 0.254525] ACPI: bus type PCI registered\n[ 0.255317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256535] PCI: Using configuration type 1 for base access\n[ 0.258425] ACPI: Added _OSI(Module Device)\n[ 0.259271] ACPI: Added _OSI(Processor Device)\n[ 0.260116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260997] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263094] ACPI: Interpreter enabled\n[ 0.263856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271129] ACPI: (supports S0 S5)\n[ 0.271818] ACPI: Using IOAPIC for interrupt routing\n[ 0.272927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278314] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281751] acpiphp: Slot [3] registered\n[ 0.282555] acpiphp: Slot [4] registered\n[ 0.283341] acpiphp: Slot [5] registered\n[ 0.284126] acpiphp: Slot [6] registered\n[ 0.284906] acpiphp: Slot [7] registered\n[ 0.285696] acpiphp: Slot [8] registered\n[ 0.286477] acpiphp: Slot [9] registered\n[ 0.287256] acpiphp: Slot [10] registered\n[ 0.288074] acpiphp: Slot [11] registered\n[ 0.288866] acpiphp: Slot [12] registered\n[ 0.289660] acpiphp: Slot [13] registered\n[ 0.290457] acpiphp: Slot [14] registered\n[ 0.291250] acpiphp: Slot [15] registered\n[ 0.302031] acpiphp: Slot [16] registered\n[ 0.302845] acpiphp: Slot [17] registered\n[ 0.303649] acpiphp: Slot [18] registered\n[ 0.304444] acpiphp: Slot [19] registered\n[ 0.305237] acpiphp: Slot [20] registered\n[ 0.306040] acpiphp: Slot [21] registered\n[ 0.306837] acpiphp: Slot [22] registered\n[ 0.307635] acpiphp: Slot [23] registered\n[ 0.308433] acpiphp: Slot [24] registered\n[ 0.309312] acpiphp: Slot [25] registered\n[ 0.310119] acpiphp: Slot [26] registered\n[ 0.310910] acpiphp: Slot [27] registered\n[ 0.311706] acpiphp: Slot [28] registered\n[ 0.312502] acpiphp: Slot [29] registered\n[ 0.313295] acpiphp: Slot [30] registered\n[ 0.314088] acpiphp: Slot [31] registered\n[ 0.314875] PCI host bridge to bus 0000:00\n[ 0.315668] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319445] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328326] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330717] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390103] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391573] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399119] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400644] vgaarb: loaded\n[ 0.401235] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402430] SCSI subsystem initialized\n[ 0.403255] ACPI: bus type USB registered\n[ 0.404049] usbcore: registered new interface driver usbfs\n[ 0.405061] usbcore: registered new interface driver hub\n[ 0.406043] usbcore: registered new device driver usb\n[ 0.407090] PCI: Using ACPI for IRQ routing\n[ 0.408104] NetLabel: Initializing\n[ 0.408799] NetLabel: domain hash size = 128\n[ 0.409639] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410573] NetLabel: unlabeled traffic allowed by default\n[ 0.411653] clocksource: Switched to clocksource kvm-clock\n[ 0.417399] AppArmor: AppArmor Filesystem Enabled\n[ 0.418345] pnp: PnP ACPI init\n[ 0.419249] pnp: PnP ACPI: found 5 devices\n[ 0.425741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427475] NET: Registered protocol family 2\n[ 0.428439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.429679] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.430816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.431970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434170] NET: Registered protocol family 1\n[ 0.435016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437300] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451542] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465978] Trying to unpack rootfs image as initramfs...\n[ 0.516662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530820] Scanning for low memory corruption every 60 seconds\n[ 0.532394] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533553] audit: initializing netlink subsys (disabled)\n[ 0.534557] audit: type=2000 audit(1539192493.143:1): initialized\n[ 0.536247] Initialise system trusted keyring\n[ 0.537232] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540501] zbud: loaded\n[ 0.541248] VFS: Disk quotas dquot_6.6.0\n[ 0.542116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543728] fuse init (API version 7.23)\n[ 0.544675] Key type big_key registered\n[ 0.545525] Allocating IMA MOK and blacklist keyrings.\n[ 0.547046] Key type asymmetric registered\n[ 0.548013] Asymmetric key parser 'x509' registered\n[ 0.549044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550741] io scheduler noop registered\n[ 0.551686] io scheduler deadline registered (default)\n[ 0.552829] io scheduler cfq registered\n[ 0.553755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555007] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560576] ACPI: Power Button [PWRF]\n[ 0.561656] GHES: HEST is not enabled!\n[ 0.575469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637741] Linux agpgart interface v0.103\n[ 0.639887] brd: module loaded\n[ 0.641168] loop: module loaded\n[ 0.645789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647384] GPT:90111 != 2097151\n[ 0.648104] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649254] GPT:90111 != 2097151\n[ 0.649956] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651134] vda: vda1 vda15\n[ 0.652720] scsi host0: ata_piix\n[ 0.653516] scsi host1: ata_piix\n[ 0.654271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657198] libphy: Fixed MDIO Bus: probed\n[ 0.658097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661330] PPP generic driver version 2.4.2\n[ 0.662391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663725] ehci-pci: EHCI PCI platform driver\n[ 0.664678] ehci-platform: EHCI generic platform driver\n[ 0.665761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667131] ohci-pci: OHCI PCI platform driver\n[ 0.668052] ohci-platform: OHCI generic platform driver\n[ 0.669111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684739] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686287] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691558] usb usb1: Product: UHCI Host Controller\n[ 0.692594] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693909] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694934] hub 1-0:1.0: USB hub found\n[ 0.695776] hub 1-0:1.0: 2 ports detected\n[ 0.696745] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701264] mousedev: PS/2 mouse device common for all mice\n[ 0.702627] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704689] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.709414] i2c /dev entries driver\n[ 0.710461] device-mapper: uevent: version 1.0.3\n[ 0.711756] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715784] NET: Registered protocol family 10\n[ 0.717127] NET: Registered protocol family 17\n[ 0.718355] Key type dns_resolver registered\n[ 0.719633] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723570] registered taskstats version 1\n[ 0.724730] Loading compiled-in X.509 certificates\n[ 0.726683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729274] zswap: loaded using pool lzo/zbud\n[ 0.731118] Key type trusted registered\n[ 0.733177] Key type encrypted registered\n[ 0.734308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.737203] evm: HMAC attrs: 0x1\n[ 0.738815] Magic number: 6:505:491\n[ 0.739992] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:13 UTC (1539192493)\n[ 0.742197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743744] EDD information not available.\n[ 0.816639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818485] Write protecting the kernel read-only data: 14336k\n[ 0.830120] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164156] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjdoBabibsVlmTCLaBZh710C1rIx2R3WHdNZIw5vBJfb25KXOz6ETzxw+mUmb0Ni6mfrHQ6dkPtnjDqO2z3Uvv/M7I/h13Tx5g4XpdlWQ1RcDmwjNmeCxyrCq++YWxKoIkhv33xvu0h/tnTD6XrkybDthGKO5jEruroNe6mEZGEE0inowCyfRUo4l3RPEOYdQNNvzMvjiQJBjos304xxS25fUswiJr9Cek3XZ8k5grGHrNgf4a7q1ske3AFvn+UEV8yQyrXp2JIXIQtVy18DMkx94O8GKaQUUSm5C4WXYZswH2JCViKKROC4HrozOpHUI5Xh0zW2bgYXnstHHhhBb root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDdNFGsd1wEU6vEYv3T8ewBY8rQcYD8J7drA7OeVKkTnqovq7NVKpYxd2bX14Kxku4iTen8iEkOHwyGiwkZBzPhWIUs0HPsriDNKqG9/3M9E/9hdbMq6T1FZc9zVIaU8hmH9u475wIFCTp3OIq8PvAeHXhr7SEi4xxov2VigXFXAAAAFQDCiB2u1O7RbW1uWg3HwWQ0narCHwAAAIBU8Ymo1BnrSc9b34ZIML6CU/yRV7XSpBMvZG+qjiuD0gjqR4LLLdXgT2+eBmvudYo7cHaRzW9EZuYZqE+JRFqNA0BygTto2SXcyt93FsdvF+RLUw8fE/W7lYII/jMTlcBXzYYnAOaPAh+YlUpCLAAhVNV4tkH0/sGWBJRHZNjmhwAAAIBoDgf6mqCh2zP7krwOZGgKyOEFozL9y31rdGmVAGZlZ9G6eoUVhFla15AYF19CAm0ravjC7MIX+wkSwAye5FAMUM0qhpPBsKwrLvzF8aqXeLH1GvrFV1ZisJT77Q+hbdT5reM5K0htO70fEVdjVe/y0J6+2TRf0VjfE155ia56ww== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fef3:ecf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.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:F3:0E:CF \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:ecf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11721 (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.10.1 0.0.0.0 UG 0 0 0 eth0\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.164156] random: dd urandom read with 5 bits of entropy available\n[ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.168599] usb 1-1: Product: QEMU USB Tablet\n[ 1.168600] usb 1-1: Manufacturer: QEMU\n[ 1.168601] usb 1-1: SerialNumber: 42\n[ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 10 18:28:13 cirros kern.info kernel: [ 0.832263] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843915] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 10 18:28:13 cirros kern.info kernel: [ 0.843916] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 10 18:28:13 cirros kern.info kernel: [ 0.845521] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 10 18:28:13 cirros kern.info kernel: [ 0.848384] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 10 18:28:13 cirros kern.info kernel: [ 0.850339] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 10 18:28:13 cirros kern.info kernel: [ 0.874257] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.875234] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 0.876357] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 10 18:28:13 cirros kern.info kernel: [ 0.911595] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 10 18:28:13 cirros kern.info kernel: [ 1.007725] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 10 18:28:13 cirros kern.info kernel: [ 1.131847] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.info kernel: [ 1.146113] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 10 18:28:13 cirros kern.notice kernel: [ 1.164156] random: dd urandom read with 5 bits of entropy available\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168599] usb 1-1: Product: QEMU USB Tablet\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168600] usb 1-1: Manufacturer: QEMU\nOct 10 18:28:13 cirros kern.info kernel: [ 1.168601] usb 1-1: SerialNumber: 42\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527714] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 10 18:28:14 cirros kern.info kernel: [ 1.527717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 10 18:29:15 cirros auth.notice su: + /dev/console root:cirros\nOct 10 18:29:16 cirros authpriv.info dropbear[340]: Running in background\nOct 10 18:29:16 cirros kern.info kernel: [ 63.523842] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 10 18:29:16 cirros kern.info kernel: [ 63.870582] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-10-10 17:30:43,192 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-5cc83f02-7051-4eae-b185-b582e2290635 2018-10-10 17:30:43,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-58622705-684f-4942-8782-a0ac5eca9973 x-compute-request-id: req-58622705-684f-4942-8782-a0ac5eca9973 Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528961692 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129478] pid_max: default: 32768 minimum: 301\n[ 0.130346] ACPI: Core revision 20150930\n[ 0.131706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132982] Security Framework initialized\n[ 0.133773] Yama: becoming mindful.\n[ 0.134481] AppArmor: AppArmor initialized\n[ 0.135328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140376] Initializing cgroup subsys io\n[ 0.141176] Initializing cgroup subsys memory\n[ 0.142007] Initializing cgroup subsys devices\n[ 0.142857] Initializing cgroup subsys freezer\n[ 0.143710] Initializing cgroup subsys net_cls\n[ 0.144579] Initializing cgroup subsys perf_event\n[ 0.145482] Initializing cgroup subsys net_prio\n[ 0.146339] Initializing cgroup subsys hugetlb\n[ 0.147190] Initializing cgroup subsys pids\n[ 0.148036] CPU: Physical Processor ID: 0\n[ 0.149502] mce: CPU supports 10 MCE banks\n[ 0.150325] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168733] ftrace: allocating 31920 entries in 125 pages\n[ 0.194993] smpboot: Max logical packages: 1\n[ 0.195852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197171] x2apic enabled\n[ 0.197960] Switched APIC routing to physical x2apic.\n[ 0.199698] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204558] KVM setup paravirtual spinlock\n[ 0.205838] x86: Booted up 1 node, 1 CPUs\n[ 0.206627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207983] devtmpfs: initialized\n[ 0.209690] evm: security.selinux\n[ 0.210375] evm: security.SMACK64\n[ 0.211083] evm: security.SMACK64EXEC\n[ 0.211806] evm: security.SMACK64TRANSMUTE\n[ 0.212594] evm: security.SMACK64MMAP\n[ 0.213321] evm: security.ima\n[ 0.213950] evm: security.capability\n[ 0.214737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216579] pinctrl core: initialized pinctrl subsystem\n[ 0.217650] RTC time: 17:28:37, date: 10/10/18\n[ 0.218594] NET: Registered protocol family 16\n[ 0.219541] cpuidle: using governor ladder\n[ 0.220349] cpuidle: using governor menu\n[ 0.221115] PCCT header not found.\n[ 0.221846] ACPI: bus type PCI registered\n[ 0.222636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223854] PCI: Using configuration type 1 for base access\n[ 0.225580] ACPI: Added _OSI(Module Device)\n[ 0.226407] ACPI: Added _OSI(Processor Device)\n[ 0.227249] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230284] ACPI: Interpreter enabled\n[ 0.231027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238224] ACPI: (supports S0 S5)\n[ 0.238908] ACPI: Using IOAPIC for interrupt routing\n[ 0.239936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242975] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244104] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246513] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248685] acpiphp: Slot [3] registered\n[ 0.249466] acpiphp: Slot [4] registered\n[ 0.250255] acpiphp: Slot [5] registered\n[ 0.251029] acpiphp: Slot [6] registered\n[ 0.251814] acpiphp: Slot [7] registered\n[ 0.252596] acpiphp: Slot [8] registered\n[ 0.253392] acpiphp: Slot [9] registered\n[ 0.254165] acpiphp: Slot [10] registered\n[ 0.254947] acpiphp: Slot [11] registered\n[ 0.255745] acpiphp: Slot [12] registered\n[ 0.256536] acpiphp: Slot [13] registered\n[ 0.257328] acpiphp: Slot [14] registered\n[ 0.258132] acpiphp: Slot [15] registered\n[ 0.269146] acpiphp: Slot [16] registered\n[ 0.269941] acpiphp: Slot [17] registered\n[ 0.270767] acpiphp: Slot [18] registered\n[ 0.271550] acpiphp: Slot [19] registered\n[ 0.272325] acpiphp: Slot [20] registered\n[ 0.273103] acpiphp: Slot [21] registered\n[ 0.273883] acpiphp: Slot [22] registered\n[ 0.274666] acpiphp: Slot [23] registered\n[ 0.275450] acpiphp: Slot [24] registered\n[ 0.276229] acpiphp: Slot [25] registered\n[ 0.277004] acpiphp: Slot [26] registered\n[ 0.277783] acpiphp: Slot [27] registered\n[ 0.278571] acpiphp: Slot [28] registered\n[ 0.279357] acpiphp: Slot [29] registered\n[ 0.280136] acpiphp: Slot [30] registered\n[ 0.280910] acpiphp: Slot [31] registered\n[ 0.281686] PCI host bridge to bus 0000:00\n[ 0.282464] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286182] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287577] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303915] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305324] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356772] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360545] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362092] vgaarb: loaded\n[ 0.362680] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363785] SCSI subsystem initialized\n[ 0.364652] ACPI: bus type USB registered\n[ 0.365457] usbcore: registered new interface driver usbfs\n[ 0.366467] usbcore: registered new interface driver hub\n[ 0.367450] usbcore: registered new device driver usb\n[ 0.368492] PCI: Using ACPI for IRQ routing\n[ 0.369493] NetLabel: Initializing\n[ 0.370194] NetLabel: domain hash size = 128\n[ 0.371080] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372006] NetLabel: unlabeled traffic allowed by default\n[ 0.373085] clocksource: Switched to clocksource kvm-clock\n[ 0.378519] AppArmor: AppArmor Filesystem Enabled\n[ 0.379459] pnp: PnP ACPI init\n[ 0.380357] pnp: PnP ACPI: found 5 devices\n[ 0.386703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388396] NET: Registered protocol family 2\n[ 0.389371] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395129] NET: Registered protocol family 1\n[ 0.395976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412007] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426532] Trying to unpack rootfs image as initramfs...\n[ 0.475947] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489807] Scanning for low memory corruption every 60 seconds\n[ 0.491155] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492308] audit: initializing netlink subsys (disabled)\n[ 0.493320] audit: type=2000 audit(1539192518.674:1): initialized\n[ 0.494608] Initialise system trusted keyring\n[ 0.495516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496700] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498652] zbud: loaded\n[ 0.499346] VFS: Disk quotas dquot_6.6.0\n[ 0.500153] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501637] fuse init (API version 7.23)\n[ 0.502529] Key type big_key registered\n[ 0.503317] Allocating IMA MOK and blacklist keyrings.\n[ 0.504767] Key type asymmetric registered\n[ 0.505584] Asymmetric key parser 'x509' registered\n[ 0.506523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507956] io scheduler noop registered\n[ 0.508783] io scheduler deadline registered (default)\n[ 0.509768] io scheduler cfq registered\n[ 0.510588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514285] ACPI: Power Button [PWRF]\n[ 0.515107] GHES: HEST is not enabled!\n[ 0.528863] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590494] brd: module loaded\n[ 0.591687] loop: module loaded\n[ 0.596550] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597979] GPT:90111 != 2097151\n[ 0.598645] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599704] GPT:90111 != 2097151\n[ 0.600362] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601303] vda: vda1 vda15\n[ 0.602767] scsi host0: ata_piix\n[ 0.603489] scsi host1: ata_piix\n[ 0.604177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605358] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606764] libphy: Fixed MDIO Bus: probed\n[ 0.607565] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610783] PPP generic driver version 2.4.2\n[ 0.611654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612855] ehci-pci: EHCI PCI platform driver\n[ 0.613711] ehci-platform: EHCI generic platform driver\n[ 0.614672] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615768] ohci-pci: OHCI PCI platform driver\n[ 0.616616] ohci-platform: OHCI generic platform driver\n[ 0.617585] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635361] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639006] usb usb1: Product: UHCI Host Controller\n[ 0.639907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641008] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641933] hub 1-0:1.0: USB hub found\n[ 0.642691] hub 1-0:1.0: 2 ports detected\n[ 0.643573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647581] mousedev: PS/2 mouse device common for all mice\n[ 0.648796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650586] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652808] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653966] i2c /dev entries driver\n[ 0.654704] device-mapper: uevent: version 1.0.3\n[ 0.655608] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657190] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658440] NET: Registered protocol family 10\n[ 0.659419] NET: Registered protocol family 17\n[ 0.660284] Key type dns_resolver registered\n[ 0.661197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663942] registered taskstats version 1\n[ 0.664744] Loading compiled-in X.509 certificates\n[ 0.666160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667947] zswap: loaded using pool lzo/zbud\n[ 0.669293] Key type trusted registered\n[ 0.670802] Key type encrypted registered\n[ 0.671608] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673613] evm: HMAC attrs: 0x1\n[ 0.674887] Magic number: 6:505:491\n[ 0.675715] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:38 UTC (1539192518)\n[ 0.677284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678364] EDD information not available.\n[ 0.761636] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.763032] ata1.00: configured for MWDMA2\n[ 0.764215] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776725] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777919] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779137] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780957] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782448] Write protecting the kernel read-only data: 14336k\n[ 0.783975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841441] 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.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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.40s]\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:43,193 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-58622705-684f-4942-8782-a0ac5eca9973 2018-10-10 17:30:43,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-dbc91261-5a4f-4179-b667-5913c990acd1 x-compute-request-id: req-dbc91261-5a4f-4179-b667-5913c990acd1 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 561663203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132742] pid_max: default: 32768 minimum: 301\n[ 0.133609] ACPI: Core revision 20150930\n[ 0.134963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136234] Security Framework initialized\n[ 0.137027] Yama: becoming mindful.\n[ 0.137737] AppArmor: AppArmor initialized\n[ 0.138581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139875] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143827] Initializing cgroup subsys io\n[ 0.144620] Initializing cgroup subsys memory\n[ 0.145459] Initializing cgroup subsys devices\n[ 0.146323] Initializing cgroup subsys freezer\n[ 0.147174] Initializing cgroup subsys net_cls\n[ 0.148020] Initializing cgroup subsys perf_event\n[ 0.148906] Initializing cgroup subsys net_prio\n[ 0.149761] Initializing cgroup subsys hugetlb\n[ 0.150616] Initializing cgroup subsys pids\n[ 0.151466] CPU: Physical Processor ID: 0\n[ 0.152940] mce: CPU supports 10 MCE banks\n[ 0.153760] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154738] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172148] ftrace: allocating 31920 entries in 125 pages\n[ 0.198366] smpboot: Max logical packages: 1\n[ 0.199207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200517] x2apic enabled\n[ 0.201324] Switched APIC routing to physical x2apic.\n[ 0.203169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204209] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208679] KVM setup paravirtual spinlock\n[ 0.210115] x86: Booted up 1 node, 1 CPUs\n[ 0.211072] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212718] devtmpfs: initialized\n[ 0.214548] evm: security.selinux\n[ 0.215372] evm: security.SMACK64\n[ 0.216178] evm: security.SMACK64EXEC\n[ 0.217066] evm: security.SMACK64TRANSMUTE\n[ 0.218030] evm: security.SMACK64MMAP\n[ 0.218941] evm: security.ima\n[ 0.219707] evm: security.capability\n[ 0.220644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222736] pinctrl core: initialized pinctrl subsystem\n[ 0.223810] RTC time: 17:28:24, date: 10/10/18\n[ 0.224741] NET: Registered protocol family 16\n[ 0.225689] cpuidle: using governor ladder\n[ 0.226696] cpuidle: using governor menu\n[ 0.227476] PCCT header not found.\n[ 0.228214] ACPI: bus type PCI registered\n[ 0.228999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230213] PCI: Using configuration type 1 for base access\n[ 0.231967] ACPI: Added _OSI(Module Device)\n[ 0.232792] ACPI: Added _OSI(Processor Device)\n[ 0.233635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236631] ACPI: Interpreter enabled\n[ 0.237381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244719] ACPI: (supports S0 S5)\n[ 0.245409] ACPI: Using IOAPIC for interrupt routing\n[ 0.246332] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251721] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252887] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255079] acpiphp: Slot [3] registered\n[ 0.255863] acpiphp: Slot [4] registered\n[ 0.256642] acpiphp: Slot [5] registered\n[ 0.257426] acpiphp: Slot [6] registered\n[ 0.258201] acpiphp: Slot [7] registered\n[ 0.258979] acpiphp: Slot [8] registered\n[ 0.259765] acpiphp: Slot [9] registered\n[ 0.260542] acpiphp: Slot [10] registered\n[ 0.261340] acpiphp: Slot [11] registered\n[ 0.262337] acpiphp: Slot [12] registered\n[ 0.263070] acpiphp: Slot [13] registered\n[ 0.263844] acpiphp: Slot [14] registered\n[ 0.264633] acpiphp: Slot [15] registered\n[ 0.275688] acpiphp: Slot [16] registered\n[ 0.276493] acpiphp: Slot [17] registered\n[ 0.277283] acpiphp: Slot [18] registered\n[ 0.278064] acpiphp: Slot [19] registered\n[ 0.278850] acpiphp: Slot [20] registered\n[ 0.279645] acpiphp: Slot [21] registered\n[ 0.280445] acpiphp: Slot [22] registered\n[ 0.281227] acpiphp: Slot [23] registered\n[ 0.282013] acpiphp: Slot [24] registered\n[ 0.282820] acpiphp: Slot [25] registered\n[ 0.283612] acpiphp: Slot [26] registered\n[ 0.284403] acpiphp: Slot [27] registered\n[ 0.285192] acpiphp: Slot [28] registered\n[ 0.285989] acpiphp: Slot [29] registered\n[ 0.286778] acpiphp: Slot [30] registered\n[ 0.287572] acpiphp: Slot [31] registered\n[ 0.288365] PCI host bridge to bus 0000:00\n[ 0.289145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290337] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312221] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358765] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367211] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368376] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369870] vgaarb: loaded\n[ 0.370458] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371561] SCSI subsystem initialized\n[ 0.372357] ACPI: bus type USB registered\n[ 0.373156] usbcore: registered new interface driver usbfs\n[ 0.374154] usbcore: registered new interface driver hub\n[ 0.375135] usbcore: registered new device driver usb\n[ 0.376175] PCI: Using ACPI for IRQ routing\n[ 0.377190] NetLabel: Initializing\n[ 0.377890] NetLabel: domain hash size = 128\n[ 0.378723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379661] NetLabel: unlabeled traffic allowed by default\n[ 0.380746] clocksource: Switched to clocksource kvm-clock\n[ 0.386216] AppArmor: AppArmor Filesystem Enabled\n[ 0.387174] pnp: PnP ACPI init\n[ 0.388089] pnp: PnP ACPI: found 5 devices\n[ 0.394442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396122] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398346] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399432] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400571] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401633] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402797] NET: Registered protocol family 1\n[ 0.403682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404777] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405831] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419883] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434252] Trying to unpack rootfs image as initramfs...\n[ 0.484617] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498503] Scanning for low memory corruption every 60 seconds\n[ 0.499811] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500955] audit: initializing netlink subsys (disabled)\n[ 0.501971] audit: type=2000 audit(1539192505.394:1): initialized\n[ 0.503313] Initialise system trusted keyring\n[ 0.504170] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505320] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507254] zbud: loaded\n[ 0.507948] VFS: Disk quotas dquot_6.6.0\n[ 0.508774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510283] fuse init (API version 7.23)\n[ 0.511151] Key type big_key registered\n[ 0.511941] Allocating IMA MOK and blacklist keyrings.\n[ 0.513041] Key type asymmetric registered\n[ 0.513853] Asymmetric key parser 'x509' registered\n[ 0.514794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516606] io scheduler noop registered\n[ 0.517406] io scheduler deadline registered (default)\n[ 0.518379] io scheduler cfq registered\n[ 0.519195] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522990] ACPI: Power Button [PWRF]\n[ 0.523807] GHES: HEST is not enabled!\n[ 0.537570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566085] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568291] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593723] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596388] Linux agpgart interface v0.103\n[ 0.598482] brd: module loaded\n[ 0.599682] loop: module loaded\n[ 0.605093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606519] GPT:90111 != 2097151\n[ 0.607175] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608242] GPT:90111 != 2097151\n[ 0.608920] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609869] vda: vda1 vda15\n[ 0.611571] scsi host0: ata_piix\n[ 0.612294] scsi host1: ata_piix\n[ 0.613003] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615612] libphy: Fixed MDIO Bus: probed\n[ 0.616408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619624] PPP generic driver version 2.4.2\n[ 0.620791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622218] ehci-pci: EHCI PCI platform driver\n[ 0.623090] ehci-platform: EHCI generic platform driver\n[ 0.624072] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625299] ohci-pci: OHCI PCI platform driver\n[ 0.626166] ohci-platform: OHCI generic platform driver\n[ 0.627156] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644288] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649049] usb usb1: Product: UHCI Host Controller\n[ 0.649975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651102] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652116] hub 1-0:1.0: USB hub found\n[ 0.652893] hub 1-0:1.0: 2 ports detected\n[ 0.653802] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656886] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658091] mousedev: PS/2 mouse device common for all mice\n[ 0.659341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661160] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662239] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664598] i2c /dev entries driver\n[ 0.665359] device-mapper: uevent: version 1.0.3\n[ 0.666314] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667964] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669232] NET: Registered protocol family 10\n[ 0.670215] NET: Registered protocol family 17\n[ 0.671094] Key type dns_resolver registered\n[ 0.672010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674817] registered taskstats version 1\n[ 0.675650] Loading compiled-in X.509 certificates\n[ 0.677076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678904] zswap: loaded using pool lzo/zbud\n[ 0.680262] Key type trusted registered\n[ 0.681814] Key type encrypted registered\n[ 0.682797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685270] evm: HMAC attrs: 0x1\n[ 0.686363] Magic number: 6:505:491\n[ 0.687349] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:25 UTC (1539192505)\n[ 0.689257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690593] EDD information not available.\n[ 0.769297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770920] ata1.00: configured for MWDMA2\n[ 0.772292] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785202] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786707] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788187] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790259] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792081] Write protecting the kernel read-only data: 14336k\n[ 0.793858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795942] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.250932] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.50s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:43,254 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-dbc91261-5a4f-4179-b667-5913c990acd1 2018-10-10 17:30:44,080 - sdnvpn-results - INFO - Check ping status of vm_1, vm_2, and vm_3 2018-10-10 17:30:44,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7887a0bee00f427e844de70594ebe3844393b983" -d '{"forceDelete": null}' 2018-10-10 17:30:44,197 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98771d768e5a511336c44b37bed730943b6432fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:44,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef202f2ef0ca3b1ed481a1f51b1708f83f95c9f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:44,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e7f3a941a67771d53c09876833c91c305f0bc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:44,260 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:30:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a803da4c-0087-45e6-a00f-47df36227bb4 x-compute-request-id: req-a803da4c-0087-45e6-a00f-47df36227bb4 Content-Length: 0 Content-Type: application/json 2018-10-10 17:30:44,260 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-a803da4c-0087-45e6-a00f-47df36227bb4 2018-10-10 17:30:45,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2026e8c6-986c-40cf-a18a-e6c5062029bb x-compute-request-id: req-2026e8c6-986c-40cf-a18a-e6c5062029bb Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528961692 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129478] pid_max: default: 32768 minimum: 301\n[ 0.130346] ACPI: Core revision 20150930\n[ 0.131706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132982] Security Framework initialized\n[ 0.133773] Yama: becoming mindful.\n[ 0.134481] AppArmor: AppArmor initialized\n[ 0.135328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140376] Initializing cgroup subsys io\n[ 0.141176] Initializing cgroup subsys memory\n[ 0.142007] Initializing cgroup subsys devices\n[ 0.142857] Initializing cgroup subsys freezer\n[ 0.143710] Initializing cgroup subsys net_cls\n[ 0.144579] Initializing cgroup subsys perf_event\n[ 0.145482] Initializing cgroup subsys net_prio\n[ 0.146339] Initializing cgroup subsys hugetlb\n[ 0.147190] Initializing cgroup subsys pids\n[ 0.148036] CPU: Physical Processor ID: 0\n[ 0.149502] mce: CPU supports 10 MCE banks\n[ 0.150325] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168733] ftrace: allocating 31920 entries in 125 pages\n[ 0.194993] smpboot: Max logical packages: 1\n[ 0.195852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197171] x2apic enabled\n[ 0.197960] Switched APIC routing to physical x2apic.\n[ 0.199698] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204558] KVM setup paravirtual spinlock\n[ 0.205838] x86: Booted up 1 node, 1 CPUs\n[ 0.206627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207983] devtmpfs: initialized\n[ 0.209690] evm: security.selinux\n[ 0.210375] evm: security.SMACK64\n[ 0.211083] evm: security.SMACK64EXEC\n[ 0.211806] evm: security.SMACK64TRANSMUTE\n[ 0.212594] evm: security.SMACK64MMAP\n[ 0.213321] evm: security.ima\n[ 0.213950] evm: security.capability\n[ 0.214737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216579] pinctrl core: initialized pinctrl subsystem\n[ 0.217650] RTC time: 17:28:37, date: 10/10/18\n[ 0.218594] NET: Registered protocol family 16\n[ 0.219541] cpuidle: using governor ladder\n[ 0.220349] cpuidle: using governor menu\n[ 0.221115] PCCT header not found.\n[ 0.221846] ACPI: bus type PCI registered\n[ 0.222636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223854] PCI: Using configuration type 1 for base access\n[ 0.225580] ACPI: Added _OSI(Module Device)\n[ 0.226407] ACPI: Added _OSI(Processor Device)\n[ 0.227249] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230284] ACPI: Interpreter enabled\n[ 0.231027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238224] ACPI: (supports S0 S5)\n[ 0.238908] ACPI: Using IOAPIC for interrupt routing\n[ 0.239936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242975] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244104] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246513] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248685] acpiphp: Slot [3] registered\n[ 0.249466] acpiphp: Slot [4] registered\n[ 0.250255] acpiphp: Slot [5] registered\n[ 0.251029] acpiphp: Slot [6] registered\n[ 0.251814] acpiphp: Slot [7] registered\n[ 0.252596] acpiphp: Slot [8] registered\n[ 0.253392] acpiphp: Slot [9] registered\n[ 0.254165] acpiphp: Slot [10] registered\n[ 0.254947] acpiphp: Slot [11] registered\n[ 0.255745] acpiphp: Slot [12] registered\n[ 0.256536] acpiphp: Slot [13] registered\n[ 0.257328] acpiphp: Slot [14] registered\n[ 0.258132] acpiphp: Slot [15] registered\n[ 0.269146] acpiphp: Slot [16] registered\n[ 0.269941] acpiphp: Slot [17] registered\n[ 0.270767] acpiphp: Slot [18] registered\n[ 0.271550] acpiphp: Slot [19] registered\n[ 0.272325] acpiphp: Slot [20] registered\n[ 0.273103] acpiphp: Slot [21] registered\n[ 0.273883] acpiphp: Slot [22] registered\n[ 0.274666] acpiphp: Slot [23] registered\n[ 0.275450] acpiphp: Slot [24] registered\n[ 0.276229] acpiphp: Slot [25] registered\n[ 0.277004] acpiphp: Slot [26] registered\n[ 0.277783] acpiphp: Slot [27] registered\n[ 0.278571] acpiphp: Slot [28] registered\n[ 0.279357] acpiphp: Slot [29] registered\n[ 0.280136] acpiphp: Slot [30] registered\n[ 0.280910] acpiphp: Slot [31] registered\n[ 0.281686] PCI host bridge to bus 0000:00\n[ 0.282464] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286182] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287577] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303915] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305324] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356772] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360545] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362092] vgaarb: loaded\n[ 0.362680] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363785] SCSI subsystem initialized\n[ 0.364652] ACPI: bus type USB registered\n[ 0.365457] usbcore: registered new interface driver usbfs\n[ 0.366467] usbcore: registered new interface driver hub\n[ 0.367450] usbcore: registered new device driver usb\n[ 0.368492] PCI: Using ACPI for IRQ routing\n[ 0.369493] NetLabel: Initializing\n[ 0.370194] NetLabel: domain hash size = 128\n[ 0.371080] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372006] NetLabel: unlabeled traffic allowed by default\n[ 0.373085] clocksource: Switched to clocksource kvm-clock\n[ 0.378519] AppArmor: AppArmor Filesystem Enabled\n[ 0.379459] pnp: PnP ACPI init\n[ 0.380357] pnp: PnP ACPI: found 5 devices\n[ 0.386703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388396] NET: Registered protocol family 2\n[ 0.389371] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395129] NET: Registered protocol family 1\n[ 0.395976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412007] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426532] Trying to unpack rootfs image as initramfs...\n[ 0.475947] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489807] Scanning for low memory corruption every 60 seconds\n[ 0.491155] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492308] audit: initializing netlink subsys (disabled)\n[ 0.493320] audit: type=2000 audit(1539192518.674:1): initialized\n[ 0.494608] Initialise system trusted keyring\n[ 0.495516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496700] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498652] zbud: loaded\n[ 0.499346] VFS: Disk quotas dquot_6.6.0\n[ 0.500153] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501637] fuse init (API version 7.23)\n[ 0.502529] Key type big_key registered\n[ 0.503317] Allocating IMA MOK and blacklist keyrings.\n[ 0.504767] Key type asymmetric registered\n[ 0.505584] Asymmetric key parser 'x509' registered\n[ 0.506523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507956] io scheduler noop registered\n[ 0.508783] io scheduler deadline registered (default)\n[ 0.509768] io scheduler cfq registered\n[ 0.510588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514285] ACPI: Power Button [PWRF]\n[ 0.515107] GHES: HEST is not enabled!\n[ 0.528863] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588465] Linux agpgart interface v0.103\n[ 0.590494] brd: module loaded\n[ 0.591687] loop: module loaded\n[ 0.596550] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597979] GPT:90111 != 2097151\n[ 0.598645] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599704] GPT:90111 != 2097151\n[ 0.600362] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601303] vda: vda1 vda15\n[ 0.602767] scsi host0: ata_piix\n[ 0.603489] scsi host1: ata_piix\n[ 0.604177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605358] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606764] libphy: Fixed MDIO Bus: probed\n[ 0.607565] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610783] PPP generic driver version 2.4.2\n[ 0.611654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612855] ehci-pci: EHCI PCI platform driver\n[ 0.613711] ehci-platform: EHCI generic platform driver\n[ 0.614672] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615768] ohci-pci: OHCI PCI platform driver\n[ 0.616616] ohci-platform: OHCI generic platform driver\n[ 0.617585] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635361] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639006] usb usb1: Product: UHCI Host Controller\n[ 0.639907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641008] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641933] hub 1-0:1.0: USB hub found\n[ 0.642691] hub 1-0:1.0: 2 ports detected\n[ 0.643573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647581] mousedev: PS/2 mouse device common for all mice\n[ 0.648796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650586] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652808] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653966] i2c /dev entries driver\n[ 0.654704] device-mapper: uevent: version 1.0.3\n[ 0.655608] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657190] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658440] NET: Registered protocol family 10\n[ 0.659419] NET: Registered protocol family 17\n[ 0.660284] Key type dns_resolver registered\n[ 0.661197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663942] registered taskstats version 1\n[ 0.664744] Loading compiled-in X.509 certificates\n[ 0.666160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667947] zswap: loaded using pool lzo/zbud\n[ 0.669293] Key type trusted registered\n[ 0.670802] Key type encrypted registered\n[ 0.671608] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673613] evm: HMAC attrs: 0x1\n[ 0.674887] Magic number: 6:505:491\n[ 0.675715] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:38 UTC (1539192518)\n[ 0.677284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678364] EDD information not available.\n[ 0.761636] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.763032] ata1.00: configured for MWDMA2\n[ 0.764215] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776725] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777919] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779137] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780957] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782448] Write protecting the kernel read-only data: 14336k\n[ 0.783975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841441] 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.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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.40s]\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\nping 10.10.10.6 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:45,264 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-2026e8c6-986c-40cf-a18a-e6c5062029bb 2018-10-10 17:30:45,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef6c9666-dda6-45c8-90cc-4cd5cedb1199 x-compute-request-id: req-ef6c9666-dda6-45c8-90cc-4cd5cedb1199 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 561663203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132742] pid_max: default: 32768 minimum: 301\n[ 0.133609] ACPI: Core revision 20150930\n[ 0.134963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136234] Security Framework initialized\n[ 0.137027] Yama: becoming mindful.\n[ 0.137737] AppArmor: AppArmor initialized\n[ 0.138581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139875] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143827] Initializing cgroup subsys io\n[ 0.144620] Initializing cgroup subsys memory\n[ 0.145459] Initializing cgroup subsys devices\n[ 0.146323] Initializing cgroup subsys freezer\n[ 0.147174] Initializing cgroup subsys net_cls\n[ 0.148020] Initializing cgroup subsys perf_event\n[ 0.148906] Initializing cgroup subsys net_prio\n[ 0.149761] Initializing cgroup subsys hugetlb\n[ 0.150616] Initializing cgroup subsys pids\n[ 0.151466] CPU: Physical Processor ID: 0\n[ 0.152940] mce: CPU supports 10 MCE banks\n[ 0.153760] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154738] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172148] ftrace: allocating 31920 entries in 125 pages\n[ 0.198366] smpboot: Max logical packages: 1\n[ 0.199207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200517] x2apic enabled\n[ 0.201324] Switched APIC routing to physical x2apic.\n[ 0.203169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204209] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208679] KVM setup paravirtual spinlock\n[ 0.210115] x86: Booted up 1 node, 1 CPUs\n[ 0.211072] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212718] devtmpfs: initialized\n[ 0.214548] evm: security.selinux\n[ 0.215372] evm: security.SMACK64\n[ 0.216178] evm: security.SMACK64EXEC\n[ 0.217066] evm: security.SMACK64TRANSMUTE\n[ 0.218030] evm: security.SMACK64MMAP\n[ 0.218941] evm: security.ima\n[ 0.219707] evm: security.capability\n[ 0.220644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222736] pinctrl core: initialized pinctrl subsystem\n[ 0.223810] RTC time: 17:28:24, date: 10/10/18\n[ 0.224741] NET: Registered protocol family 16\n[ 0.225689] cpuidle: using governor ladder\n[ 0.226696] cpuidle: using governor menu\n[ 0.227476] PCCT header not found.\n[ 0.228214] ACPI: bus type PCI registered\n[ 0.228999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230213] PCI: Using configuration type 1 for base access\n[ 0.231967] ACPI: Added _OSI(Module Device)\n[ 0.232792] ACPI: Added _OSI(Processor Device)\n[ 0.233635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236631] ACPI: Interpreter enabled\n[ 0.237381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244719] ACPI: (supports S0 S5)\n[ 0.245409] ACPI: Using IOAPIC for interrupt routing\n[ 0.246332] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251721] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252887] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255079] acpiphp: Slot [3] registered\n[ 0.255863] acpiphp: Slot [4] registered\n[ 0.256642] acpiphp: Slot [5] registered\n[ 0.257426] acpiphp: Slot [6] registered\n[ 0.258201] acpiphp: Slot [7] registered\n[ 0.258979] acpiphp: Slot [8] registered\n[ 0.259765] acpiphp: Slot [9] registered\n[ 0.260542] acpiphp: Slot [10] registered\n[ 0.261340] acpiphp: Slot [11] registered\n[ 0.262337] acpiphp: Slot [12] registered\n[ 0.263070] acpiphp: Slot [13] registered\n[ 0.263844] acpiphp: Slot [14] registered\n[ 0.264633] acpiphp: Slot [15] registered\n[ 0.275688] acpiphp: Slot [16] registered\n[ 0.276493] acpiphp: Slot [17] registered\n[ 0.277283] acpiphp: Slot [18] registered\n[ 0.278064] acpiphp: Slot [19] registered\n[ 0.278850] acpiphp: Slot [20] registered\n[ 0.279645] acpiphp: Slot [21] registered\n[ 0.280445] acpiphp: Slot [22] registered\n[ 0.281227] acpiphp: Slot [23] registered\n[ 0.282013] acpiphp: Slot [24] registered\n[ 0.282820] acpiphp: Slot [25] registered\n[ 0.283612] acpiphp: Slot [26] registered\n[ 0.284403] acpiphp: Slot [27] registered\n[ 0.285192] acpiphp: Slot [28] registered\n[ 0.285989] acpiphp: Slot [29] registered\n[ 0.286778] acpiphp: Slot [30] registered\n[ 0.287572] acpiphp: Slot [31] registered\n[ 0.288365] PCI host bridge to bus 0000:00\n[ 0.289145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290337] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301934] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312221] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358765] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367211] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368376] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369870] vgaarb: loaded\n[ 0.370458] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371561] SCSI subsystem initialized\n[ 0.372357] ACPI: bus type USB registered\n[ 0.373156] usbcore: registered new interface driver usbfs\n[ 0.374154] usbcore: registered new interface driver hub\n[ 0.375135] usbcore: registered new device driver usb\n[ 0.376175] PCI: Using ACPI for IRQ routing\n[ 0.377190] NetLabel: Initializing\n[ 0.377890] NetLabel: domain hash size = 128\n[ 0.378723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379661] NetLabel: unlabeled traffic allowed by default\n[ 0.380746] clocksource: Switched to clocksource kvm-clock\n[ 0.386216] AppArmor: AppArmor Filesystem Enabled\n[ 0.387174] pnp: PnP ACPI init\n[ 0.388089] pnp: PnP ACPI: found 5 devices\n[ 0.394442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396122] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398346] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399432] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400571] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401633] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402797] NET: Registered protocol family 1\n[ 0.403682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404777] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405831] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419883] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434252] Trying to unpack rootfs image as initramfs...\n[ 0.484617] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498503] Scanning for low memory corruption every 60 seconds\n[ 0.499811] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500955] audit: initializing netlink subsys (disabled)\n[ 0.501971] audit: type=2000 audit(1539192505.394:1): initialized\n[ 0.503313] Initialise system trusted keyring\n[ 0.504170] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505320] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507254] zbud: loaded\n[ 0.507948] VFS: Disk quotas dquot_6.6.0\n[ 0.508774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510283] fuse init (API version 7.23)\n[ 0.511151] Key type big_key registered\n[ 0.511941] Allocating IMA MOK and blacklist keyrings.\n[ 0.513041] Key type asymmetric registered\n[ 0.513853] Asymmetric key parser 'x509' registered\n[ 0.514794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516606] io scheduler noop registered\n[ 0.517406] io scheduler deadline registered (default)\n[ 0.518379] io scheduler cfq registered\n[ 0.519195] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522990] ACPI: Power Button [PWRF]\n[ 0.523807] GHES: HEST is not enabled!\n[ 0.537570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566085] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568291] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593723] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596388] Linux agpgart interface v0.103\n[ 0.598482] brd: module loaded\n[ 0.599682] loop: module loaded\n[ 0.605093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606519] GPT:90111 != 2097151\n[ 0.607175] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608242] GPT:90111 != 2097151\n[ 0.608920] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609869] vda: vda1 vda15\n[ 0.611571] scsi host0: ata_piix\n[ 0.612294] scsi host1: ata_piix\n[ 0.613003] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615612] libphy: Fixed MDIO Bus: probed\n[ 0.616408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619624] PPP generic driver version 2.4.2\n[ 0.620791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622218] ehci-pci: EHCI PCI platform driver\n[ 0.623090] ehci-platform: EHCI generic platform driver\n[ 0.624072] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625299] ohci-pci: OHCI PCI platform driver\n[ 0.626166] ohci-platform: OHCI generic platform driver\n[ 0.627156] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641855] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644288] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649049] usb usb1: Product: UHCI Host Controller\n[ 0.649975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651102] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652116] hub 1-0:1.0: USB hub found\n[ 0.652893] hub 1-0:1.0: 2 ports detected\n[ 0.653802] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656886] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658091] mousedev: PS/2 mouse device common for all mice\n[ 0.659341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661160] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662239] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664598] i2c /dev entries driver\n[ 0.665359] device-mapper: uevent: version 1.0.3\n[ 0.666314] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667964] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669232] NET: Registered protocol family 10\n[ 0.670215] NET: Registered protocol family 17\n[ 0.671094] Key type dns_resolver registered\n[ 0.672010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674817] registered taskstats version 1\n[ 0.675650] Loading compiled-in X.509 certificates\n[ 0.677076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678904] zswap: loaded using pool lzo/zbud\n[ 0.680262] Key type trusted registered\n[ 0.681814] Key type encrypted registered\n[ 0.682797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685270] evm: HMAC attrs: 0x1\n[ 0.686363] Magic number: 6:505:491\n[ 0.687349] rtc_cmos 00:00: setting system clock to 2018-10-10 17:28:25 UTC (1539192505)\n[ 0.689257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690593] EDD information not available.\n[ 0.769297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770920] ata1.00: configured for MWDMA2\n[ 0.772292] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785202] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786707] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788187] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790259] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792081] Write protecting the kernel read-only data: 14336k\n[ 0.793858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795942] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.250932] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.50s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-10 17:30:45,327 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-ef6c9666-dda6-45c8-90cc-4cd5cedb1199 2018-10-10 17:30:45,462 - novaclient.v2.client - DEBUG - RESP: [500] Date: Wed, 10 Oct 2018 17:30:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-830e10e0-98ab-4bf3-aa0c-bfdfebbd6eec x-compute-request-id: req-830e10e0-98ab-4bf3-aa0c-bfdfebbd6eec Content-Length: 211 Content-Type: application/json; charset=UTF-8 RESP BODY: {"computeFault": {"message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\n", "code": 500}} 2018-10-10 17:30:45,462 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8265846-339c-4121-921d-b4606fc06e1a/action used request id req-830e10e0-98ab-4bf3-aa0c-bfdfebbd6eec 2018-10-10 17:30:45,463 - __name__ - ERROR - Failure in monitor_thread of instance sdnvpn-10-2 2018-10-10 17:30:45,473 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-4'... 2018-10-10 17:30:45,473 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-4 flavor=m1.tiny image=0c8333e9-19d2-40f7-876f-48901170b346 network=4f459da4-6388-427b-8a36-27f5c8b6bd26 secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.6 10.10.10.15 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-10 17:30:45,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:30:45,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:30:45,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:30:45,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:30:45,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:30:45,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:30:45,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:30:45,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:30:45,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:30:45,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:30:45,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:30:45,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:30:45,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:30:45,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:30:45,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:30:45,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:30:45,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:30:45,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:30:45,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:30:45,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:30:45,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:30:45,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:30:45,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:30:45,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:30:45,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:30:45,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:30:45,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:30:45,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:30:45,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:30:45,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:30:45,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:30:45,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:30:45,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:30:45,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:30:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:30:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:30:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:30:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:30:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:30:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:30:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:30:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:30:45,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:30:45,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:30:45,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:30:45,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:30:45,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:30:45,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:30:45,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:30:45,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86c407cc-2871-455f-b8eb-3caf2c64ab18 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:30:45,494 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-86c407cc-2871-455f-b8eb-3caf2c64ab18 2018-10-10 17:30:45,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:30:45,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:30:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["ZkJBNDzOTBaqeypySxElsw"], "issued_at": "2018-10-10T17:30:45.000000Z"}} 2018-10-10 17:30:45,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" 2018-10-10 17:30:46,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c65991e8-5893-46d7-8144-bc2036dc6fa3 x-compute-request-id: req-c65991e8-5893-46d7-8144-bc2036dc6fa3 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-10 17:30:46,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c65991e8-5893-46d7-8144-bc2036dc6fa3 2018-10-10 17:30:46,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" 2018-10-10 17:30:46,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac050dee-4f65-497a-ae36-1427b66a4221 x-compute-request-id: req-ac050dee-4f65-497a-ae36-1427b66a4221 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:30:46,107 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30 used request id req-ac050dee-4f65-497a-ae36-1427b66a4221 2018-10-10 17:30:46,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" -d '{"server": {"name": "sdnvpn-10-4", "imageRef": "0c8333e9-19d2-40f7-876f-48901170b346", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC42IDEwLjEwLjEwLjE1CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4f459da4-6388-427b-8a36-27f5c8b6bd26"}], "config_drive": true}}' 2018-10-10 17:30:47,918 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:30:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-05456bb7-55cd-4a03-baa3-9ed980fef5be x-compute-request-id: req-05456bb7-55cd-4a03-baa3-9ed980fef5be Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c3387ef8-beb2-443e-9f6f-6b599a9fe626", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626", "rel": "bookmark"}], "adminPass": "LBb7As7GXXhD"}} 2018-10-10 17:30:47,918 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-05456bb7-55cd-4a03-baa3-9ed980fef5be 2018-10-10 17:30:47,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:30:47,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50e0d1c4-d608-4f06-a6a7-e0e317d0f6d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:30:47,927 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-50e0d1c4-d608-4f06-a6a7-e0e317d0f6d3 2018-10-10 17:30:47,928 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:30:48,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:30:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["WI26TO6RQVSr64rDuVLOpw"], "issued_at": "2018-10-10T17:30:48.000000Z"}} 2018-10-10 17:30:48,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb81ae87d346550e4a2fefe2697b6b1caada681" 2018-10-10 17:30:48,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69131117-49ba-47bf-85ec-bbebef82dd32 x-compute-request-id: req-69131117-49ba-47bf-85ec-bbebef82dd32 Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626", "rel": "bookmark"}], "image": {"id": "0c8333e9-19d2-40f7-876f-48901170b346", "links": [{"href": "http://172.30.9.27:8774/images/0c8333e9-19d2-40f7-876f-48901170b346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "c3387ef8-beb2-443e-9f6f-6b599a9fe626", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:30:48Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-10-10T17:30:47Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:30:48,902 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626 used request id req-69131117-49ba-47bf-85ec-bbebef82dd32 2018-10-10 17:30:51,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb81ae87d346550e4a2fefe2697b6b1caada681" 2018-10-10 17:30:52,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30: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-4ab5df6f-655e-4625-8e05-35ef7805ab30 x-compute-request-id: req-4ab5df6f-655e-4625-8e05-35ef7805ab30 Content-Encoding: gzip Content-Length: 780 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:6f:4f:c5", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626", "rel": "bookmark"}], "image": {"id": "0c8333e9-19d2-40f7-876f-48901170b346", "links": [{"href": "http://172.30.9.27:8774/images/0c8333e9-19d2-40f7-876f-48901170b346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "c3387ef8-beb2-443e-9f6f-6b599a9fe626", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:30:48Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-10-10T17:30:47Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:30:52,657 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626 used request id req-4ab5df6f-655e-4625-8e05-35ef7805ab30 2018-10-10 17:30:55,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb81ae87d346550e4a2fefe2697b6b1caada681" 2018-10-10 17:30:56,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e57dc315-2f1f-468a-a94b-aa130eed0327 x-compute-request-id: req-e57dc315-2f1f-468a-a94b-aa130eed0327 Content-Encoding: gzip Content-Length: 782 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:6f:4f:c5", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626", "rel": "bookmark"}], "image": {"id": "0c8333e9-19d2-40f7-876f-48901170b346", "links": [{"href": "http://172.30.9.27:8774/images/0c8333e9-19d2-40f7-876f-48901170b346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015b", "OS-SRV-USG:launched_at": "2018-10-10T17:30:51.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "c3387ef8-beb2-443e-9f6f-6b599a9fe626", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:30:52Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-10-10T17:30:47Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:30:56,246 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626 used request id req-e57dc315-2f1f-468a-a94b-aa130eed0327 2018-10-10 17:30:56,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" 2018-10-10 17:30:57,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb9fc12f-4994-4ad6-800a-c838fe9c5042 x-compute-request-id: req-fb9fc12f-4994-4ad6-800a-c838fe9c5042 Content-Encoding: gzip Content-Length: 782 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:6f:4f:c5", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626", "rel": "bookmark"}], "image": {"id": "0c8333e9-19d2-40f7-876f-48901170b346", "links": [{"href": "http://172.30.9.27:8774/images/0c8333e9-19d2-40f7-876f-48901170b346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015b", "OS-SRV-USG:launched_at": "2018-10-10T17:30:51.000000", "flavor": {"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}]}, "id": "c3387ef8-beb2-443e-9f6f-6b599a9fe626", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:30:52Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-10-10T17:30:47Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:30:57,151 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626 used request id req-fb9fc12f-4994-4ad6-800a-c838fe9c5042 2018-10-10 17:30:57,153 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-4' booted successfully. IP='10.10.10.7'. 2018-10-10 17:30:57,153 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-4' to security group 'sdnvpn-sg'... 2018-10-10 17:30:57,157 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7887a0bee00f427e844de70594ebe3844393b983" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:30:58,466 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:30:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f374a1a4-99b5-4acc-a17f-e65b2ca4cc76 x-compute-request-id: req-f374a1a4-99b5-4acc-a17f-e65b2ca4cc76 Content-Length: 0 Content-Type: application/json 2018-10-10 17:30:58,466 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-f374a1a4-99b5-4acc-a17f-e65b2ca4cc76 2018-10-10 17:30:58,466 - sdnvpn_test_utils - INFO - Waiting for instance c3387ef8-beb2-443e-9f6f-6b599a9fe626 to boot up 2018-10-10 17:30:58,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:30:59,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:30:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b4b6981-69e4-44ac-9474-7755e0f8817a x-compute-request-id: req-9b4b6981-69e4-44ac-9474-7755e0f8817a Content-Encoding: gzip Content-Length: 8088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 539983519 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129594] pid_max: default: 32768 minimum: 301\n[ 0.130448] ACPI: Core revision 20150930\n[ 0.131799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133051] Security Framework initialized\n[ 0.133832] Yama: becoming mindful.\n[ 0.134531] AppArmor: AppArmor initialized\n[ 0.135363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136634] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137857] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140342] Initializing cgroup subsys io\n[ 0.141122] Initializing cgroup subsys memory\n[ 0.141950] Initializing cgroup subsys devices\n[ 0.142791] Initializing cgroup subsys freezer\n[ 0.143635] Initializing cgroup subsys net_cls\n[ 0.144469] Initializing cgroup subsys perf_event\n[ 0.145350] Initializing cgroup subsys net_prio\n[ 0.146192] Initializing cgroup subsys hugetlb\n[ 0.147024] Initializing cgroup subsys pids\n[ 0.147873] CPU: Physical Processor ID: 0\n[ 0.149343] mce: CPU supports 10 MCE banks\n[ 0.150152] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167958] ftrace: allocating 31920 entries in 125 pages\n[ 0.193958] smpboot: Max logical packages: 1\n[ 0.194780] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196086] x2apic enabled\n[ 0.196875] Switched APIC routing to physical x2apic.\n[ 0.198576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199648] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201587] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203302] KVM setup paravirtual spinlock\n[ 0.204567] x86: Booted up 1 node, 1 CPUs\n[ 0.205343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206679] devtmpfs: initialized\n[ 0.208368] evm: security.selinux\n[ 0.209040] evm: security.SMACK64\n[ 0.209713] evm: security.SMACK64EXEC\n[ 0.210430] evm: security.SMACK64TRANSMUTE\n[ 0.211202] evm: security.SMACK64MMAP\n[ 0.211926] evm: security.ima\n[ 0.212554] evm: security.capability\n[ 0.213334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215106] pinctrl core: initialized pinctrl subsystem\n[ 0.216155] RTC time: 17:30:51, date: 10/10/18\n[ 0.217082] NET: Registered protocol family 16\n[ 0.218020] cpuidle: using governor ladder\n[ 0.218804] cpuidle: using governor menu\n[ 0.219558] PCCT header not found.\n[ 0.220274] ACPI: bus type PCI registered\n[ 0.221051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222246] PCI: Using configuration type 1 for base access\n[ 0.223954] ACPI: Added _OSI(Module Device)\n[ 0.224761] ACPI: Added _OSI(Processor Device)\n[ 0.225605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226470] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228553] ACPI: Interpreter enabled\n[ 0.229288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236388] ACPI: (supports S0 S5)\n[ 0.237065] ACPI: Using IOAPIC for interrupt routing\n[ 0.237974] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241119] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242207] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244529] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246663] acpiphp: Slot [3] registered\n[ 0.247438] acpiphp: Slot [4] registered\n[ 0.248204] acpiphp: Slot [5] registered\n[ 0.248978] acpiphp: Slot [6] registered\n[ 0.249747] acpiphp: Slot [7] registered\n[ 0.250517] acpiphp: Slot [8] registered\n[ 0.251280] acpiphp: Slot [9] registered\n[ 0.252048] acpiphp: Slot [10] registered\n[ 0.252833] acpiphp: Slot [11] registered\n[ 0.253622] acpiphp: Slot [12] registered\n[ 0.254404] acpiphp: Slot [13] registered\n[ 0.255185] acpiphp: Slot [14] registered\n[ 0.255965] acpiphp: Slot [15] registered\n[ 0.266710] acpiphp: Slot [16] registered\n[ 0.267494] acpiphp: Slot [17] registered\n[ 0.268270] acpiphp: Slot [18] registered\n[ 0.269049] acpiphp: Slot [19] registered\n[ 0.269829] acpiphp: Slot [20] registered\n[ 0.270610] acpiphp: Slot [21] registered\n[ 0.271395] acpiphp: Slot [22] registered\n[ 0.272172] acpiphp: Slot [23] registered\n[ 0.272953] acpiphp: Slot [24] registered\n[ 0.273737] acpiphp: Slot [25] registered\n[ 0.274515] acpiphp: Slot [26] registered\n[ 0.275289] acpiphp: Slot [27] registered\n[ 0.276075] acpiphp: Slot [28] registered\n[ 0.276861] acpiphp: Slot [29] registered\n[ 0.277643] acpiphp: Slot [30] registered\n[ 0.278422] acpiphp: Slot [31] registered\n[ 0.279196] PCI host bridge to bus 0000:00\n[ 0.279976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285092] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292557] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293682] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303167] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356880] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365327] vgaarb: loaded\n[ 0.366074] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367486] SCSI subsystem initialized\n[ 0.368494] ACPI: bus type USB registered\n[ 0.369500] usbcore: registered new interface driver usbfs\n[ 0.370774] usbcore: registered new interface driver hub\n[ 0.372011] usbcore: registered new device driver usb\n[ 0.373308] PCI: Using ACPI for IRQ routing\n[ 0.374562] NetLabel: Initializing\n[ 0.375449] NetLabel: domain hash size = 128\n[ 0.376496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377662] NetLabel: unlabeled traffic allowed by default\n[ 0.379009] clocksource: Switched to clocksource kvm-clock\n[ 0.386311] AppArmor: AppArmor Filesystem Enabled\n[ 0.387493] pnp: PnP ACPI init\n[ 0.388643] pnp: PnP ACPI: found 5 devices\n[ 0.395571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397653] NET: Registered protocol family 2\n[ 0.398830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400417] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403319] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406096] NET: Registered protocol family 1\n[ 0.407181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409880] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429570] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443629] Trying to unpack rootfs image as initramfs...\n[ 0.493739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507716] Scanning for low memory corruption every 60 seconds\n[ 0.509062] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510184] audit: initializing netlink subsys (disabled)\n[ 0.511220] audit: type=2000 audit(1539192652.118:1): initialized\n[ 0.512507] Initialise system trusted keyring\n[ 0.513419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516504] zbud: loaded\n[ 0.517189] VFS: Disk quotas dquot_6.6.0\n[ 0.517996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519490] fuse init (API version 7.23)\n[ 0.520371] Key type big_key registered\n[ 0.521154] Allocating IMA MOK and blacklist keyrings.\n[ 0.522621] Key type asymmetric registered\n[ 0.523438] Asymmetric key parser 'x509' registered\n[ 0.524376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525865] io scheduler noop registered\n[ 0.526644] io scheduler deadline registered (default)\n[ 0.527622] io scheduler cfq registered\n[ 0.528439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529459] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530689] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532122] ACPI: Power Button [PWRF]\n[ 0.532942] GHES: HEST is not enabled!\n[ 0.548580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607044] Linux agpgart interface v0.103\n[ 0.609090] brd: module loaded\n[ 0.610329] loop: module loaded\n[ 0.618861] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.620663] GPT:90111 != 2097151\n[ 0.621440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622690] GPT:90111 != 2097151\n[ 0.623489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624626] vda: vda1 vda15\n[ 0.626342] scsi host0: ata_piix\n[ 0.627318] scsi host1: ata_piix\n[ 0.628317] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631936] libphy: Fixed MDIO Bus: probed\n[ 0.632999] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634223] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636593] PPP generic driver version 2.4.2\n[ 0.637532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638879] ehci-pci: EHCI PCI platform driver\n[ 0.639850] ehci-platform: EHCI generic platform driver\n[ 0.640919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642116] ohci-pci: OHCI PCI platform driver\n[ 0.642992] ohci-platform: OHCI generic platform driver\n[ 0.644056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658671] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661395] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666680] usb usb1: Product: UHCI Host Controller\n[ 0.667722] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669119] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670179] hub 1-0:1.0: USB hub found\n[ 0.671094] hub 1-0:1.0: 2 ports detected\n[ 0.672101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674396] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676657] mousedev: PS/2 mouse device common for all mice\n[ 0.678069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680124] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681374] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682697] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684099] i2c /dev entries driver\n[ 0.684933] device-mapper: uevent: version 1.0.3\n[ 0.685993] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689265] NET: Registered protocol family 10\n[ 0.690411] NET: Registered protocol family 17\n[ 0.691444] Key type dns_resolver registered\n[ 0.692502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695687] registered taskstats version 1\n[ 0.696621] Loading compiled-in X.509 certificates\n[ 0.698167] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700276] zswap: loaded using pool lzo/zbud\n[ 0.701796] Key type trusted registered\n[ 0.703446] Key type encrypted registered\n[ 0.704393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705578] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706776] evm: HMAC attrs: 0x1\n[ 0.707771] Magic number: 6:58:542\n[ 0.708687] rtc_cmos 00:00: setting system clock to 2018-10-10 17:30:52 UTC (1539192652)\n[ 0.710478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711732] EDD information not available.\n[ 0.787550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789077] ata1.00: configured for MWDMA2\n[ 0.790356] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802799] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804155] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807449] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809083] Write protecting the kernel read-only data: 14336k\n[ 0.810721] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812640] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.57\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780431] 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.06s]\n"} 2018-10-10 17:30:59,541 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-9b4b6981-69e4-44ac-9474-7755e0f8817a 2018-10-10 17:31:01,552 - __name__ - INFO - Starting monitor thread of vm_4 2018-10-10 17:31:02,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:31:03,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-573ad479-eabd-4146-a48c-9d5af0a127a0 x-compute-request-id: req-573ad479-eabd-4146-a48c-9d5af0a127a0 Content-Encoding: gzip Content-Length: 8088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 539983519 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129594] pid_max: default: 32768 minimum: 301\n[ 0.130448] ACPI: Core revision 20150930\n[ 0.131799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133051] Security Framework initialized\n[ 0.133832] Yama: becoming mindful.\n[ 0.134531] AppArmor: AppArmor initialized\n[ 0.135363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136634] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137857] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140342] Initializing cgroup subsys io\n[ 0.141122] Initializing cgroup subsys memory\n[ 0.141950] Initializing cgroup subsys devices\n[ 0.142791] Initializing cgroup subsys freezer\n[ 0.143635] Initializing cgroup subsys net_cls\n[ 0.144469] Initializing cgroup subsys perf_event\n[ 0.145350] Initializing cgroup subsys net_prio\n[ 0.146192] Initializing cgroup subsys hugetlb\n[ 0.147024] Initializing cgroup subsys pids\n[ 0.147873] CPU: Physical Processor ID: 0\n[ 0.149343] mce: CPU supports 10 MCE banks\n[ 0.150152] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167958] ftrace: allocating 31920 entries in 125 pages\n[ 0.193958] smpboot: Max logical packages: 1\n[ 0.194780] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196086] x2apic enabled\n[ 0.196875] Switched APIC routing to physical x2apic.\n[ 0.198576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199648] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201587] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203302] KVM setup paravirtual spinlock\n[ 0.204567] x86: Booted up 1 node, 1 CPUs\n[ 0.205343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206679] devtmpfs: initialized\n[ 0.208368] evm: security.selinux\n[ 0.209040] evm: security.SMACK64\n[ 0.209713] evm: security.SMACK64EXEC\n[ 0.210430] evm: security.SMACK64TRANSMUTE\n[ 0.211202] evm: security.SMACK64MMAP\n[ 0.211926] evm: security.ima\n[ 0.212554] evm: security.capability\n[ 0.213334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215106] pinctrl core: initialized pinctrl subsystem\n[ 0.216155] RTC time: 17:30:51, date: 10/10/18\n[ 0.217082] NET: Registered protocol family 16\n[ 0.218020] cpuidle: using governor ladder\n[ 0.218804] cpuidle: using governor menu\n[ 0.219558] PCCT header not found.\n[ 0.220274] ACPI: bus type PCI registered\n[ 0.221051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222246] PCI: Using configuration type 1 for base access\n[ 0.223954] ACPI: Added _OSI(Module Device)\n[ 0.224761] ACPI: Added _OSI(Processor Device)\n[ 0.225605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226470] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228553] ACPI: Interpreter enabled\n[ 0.229288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236388] ACPI: (supports S0 S5)\n[ 0.237065] ACPI: Using IOAPIC for interrupt routing\n[ 0.237974] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241119] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242207] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244529] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246663] acpiphp: Slot [3] registered\n[ 0.247438] acpiphp: Slot [4] registered\n[ 0.248204] acpiphp: Slot [5] registered\n[ 0.248978] acpiphp: Slot [6] registered\n[ 0.249747] acpiphp: Slot [7] registered\n[ 0.250517] acpiphp: Slot [8] registered\n[ 0.251280] acpiphp: Slot [9] registered\n[ 0.252048] acpiphp: Slot [10] registered\n[ 0.252833] acpiphp: Slot [11] registered\n[ 0.253622] acpiphp: Slot [12] registered\n[ 0.254404] acpiphp: Slot [13] registered\n[ 0.255185] acpiphp: Slot [14] registered\n[ 0.255965] acpiphp: Slot [15] registered\n[ 0.266710] acpiphp: Slot [16] registered\n[ 0.267494] acpiphp: Slot [17] registered\n[ 0.268270] acpiphp: Slot [18] registered\n[ 0.269049] acpiphp: Slot [19] registered\n[ 0.269829] acpiphp: Slot [20] registered\n[ 0.270610] acpiphp: Slot [21] registered\n[ 0.271395] acpiphp: Slot [22] registered\n[ 0.272172] acpiphp: Slot [23] registered\n[ 0.272953] acpiphp: Slot [24] registered\n[ 0.273737] acpiphp: Slot [25] registered\n[ 0.274515] acpiphp: Slot [26] registered\n[ 0.275289] acpiphp: Slot [27] registered\n[ 0.276075] acpiphp: Slot [28] registered\n[ 0.276861] acpiphp: Slot [29] registered\n[ 0.277643] acpiphp: Slot [30] registered\n[ 0.278422] acpiphp: Slot [31] registered\n[ 0.279196] PCI host bridge to bus 0000:00\n[ 0.279976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285092] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292557] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293682] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303167] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356880] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365327] vgaarb: loaded\n[ 0.366074] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367486] SCSI subsystem initialized\n[ 0.368494] ACPI: bus type USB registered\n[ 0.369500] usbcore: registered new interface driver usbfs\n[ 0.370774] usbcore: registered new interface driver hub\n[ 0.372011] usbcore: registered new device driver usb\n[ 0.373308] PCI: Using ACPI for IRQ routing\n[ 0.374562] NetLabel: Initializing\n[ 0.375449] NetLabel: domain hash size = 128\n[ 0.376496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377662] NetLabel: unlabeled traffic allowed by default\n[ 0.379009] clocksource: Switched to clocksource kvm-clock\n[ 0.386311] AppArmor: AppArmor Filesystem Enabled\n[ 0.387493] pnp: PnP ACPI init\n[ 0.388643] pnp: PnP ACPI: found 5 devices\n[ 0.395571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397653] NET: Registered protocol family 2\n[ 0.398830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400417] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403319] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406096] NET: Registered protocol family 1\n[ 0.407181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409880] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429570] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443629] Trying to unpack rootfs image as initramfs...\n[ 0.493739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507716] Scanning for low memory corruption every 60 seconds\n[ 0.509062] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510184] audit: initializing netlink subsys (disabled)\n[ 0.511220] audit: type=2000 audit(1539192652.118:1): initialized\n[ 0.512507] Initialise system trusted keyring\n[ 0.513419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516504] zbud: loaded\n[ 0.517189] VFS: Disk quotas dquot_6.6.0\n[ 0.517996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519490] fuse init (API version 7.23)\n[ 0.520371] Key type big_key registered\n[ 0.521154] Allocating IMA MOK and blacklist keyrings.\n[ 0.522621] Key type asymmetric registered\n[ 0.523438] Asymmetric key parser 'x509' registered\n[ 0.524376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525865] io scheduler noop registered\n[ 0.526644] io scheduler deadline registered (default)\n[ 0.527622] io scheduler cfq registered\n[ 0.528439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529459] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530689] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532122] ACPI: Power Button [PWRF]\n[ 0.532942] GHES: HEST is not enabled!\n[ 0.548580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607044] Linux agpgart interface v0.103\n[ 0.609090] brd: module loaded\n[ 0.610329] loop: module loaded\n[ 0.618861] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.620663] GPT:90111 != 2097151\n[ 0.621440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622690] GPT:90111 != 2097151\n[ 0.623489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624626] vda: vda1 vda15\n[ 0.626342] scsi host0: ata_piix\n[ 0.627318] scsi host1: ata_piix\n[ 0.628317] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631936] libphy: Fixed MDIO Bus: probed\n[ 0.632999] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634223] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636593] PPP generic driver version 2.4.2\n[ 0.637532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638879] ehci-pci: EHCI PCI platform driver\n[ 0.639850] ehci-platform: EHCI generic platform driver\n[ 0.640919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642116] ohci-pci: OHCI PCI platform driver\n[ 0.642992] ohci-platform: OHCI generic platform driver\n[ 0.644056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658671] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661395] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666680] usb usb1: Product: UHCI Host Controller\n[ 0.667722] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669119] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670179] hub 1-0:1.0: USB hub found\n[ 0.671094] hub 1-0:1.0: 2 ports detected\n[ 0.672101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674396] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676657] mousedev: PS/2 mouse device common for all mice\n[ 0.678069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680124] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681374] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682697] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684099] i2c /dev entries driver\n[ 0.684933] device-mapper: uevent: version 1.0.3\n[ 0.685993] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689265] NET: Registered protocol family 10\n[ 0.690411] NET: Registered protocol family 17\n[ 0.691444] Key type dns_resolver registered\n[ 0.692502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695687] registered taskstats version 1\n[ 0.696621] Loading compiled-in X.509 certificates\n[ 0.698167] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700276] zswap: loaded using pool lzo/zbud\n[ 0.701796] Key type trusted registered\n[ 0.703446] Key type encrypted registered\n[ 0.704393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705578] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706776] evm: HMAC attrs: 0x1\n[ 0.707771] Magic number: 6:58:542\n[ 0.708687] rtc_cmos 00:00: setting system clock to 2018-10-10 17:30:52 UTC (1539192652)\n[ 0.710478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711732] EDD information not available.\n[ 0.787550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789077] ata1.00: configured for MWDMA2\n[ 0.790356] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802799] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804155] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807449] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809083] Write protecting the kernel read-only data: 14336k\n[ 0.810721] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812640] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.57\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780431] 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.06s]\n"} 2018-10-10 17:31:03,657 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-573ad479-eabd-4146-a48c-9d5af0a127a0 2018-10-10 17:31:04,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:31:05,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-603ca38b-8505-4998-86c5-5c2d605cbdc6 x-compute-request-id: req-603ca38b-8505-4998-86c5-5c2d605cbdc6 Content-Encoding: gzip Content-Length: 8096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 539983519 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129594] pid_max: default: 32768 minimum: 301\n[ 0.130448] ACPI: Core revision 20150930\n[ 0.131799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133051] Security Framework initialized\n[ 0.133832] Yama: becoming mindful.\n[ 0.134531] AppArmor: AppArmor initialized\n[ 0.135363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136634] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137857] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140342] Initializing cgroup subsys io\n[ 0.141122] Initializing cgroup subsys memory\n[ 0.141950] Initializing cgroup subsys devices\n[ 0.142791] Initializing cgroup subsys freezer\n[ 0.143635] Initializing cgroup subsys net_cls\n[ 0.144469] Initializing cgroup subsys perf_event\n[ 0.145350] Initializing cgroup subsys net_prio\n[ 0.146192] Initializing cgroup subsys hugetlb\n[ 0.147024] Initializing cgroup subsys pids\n[ 0.147873] CPU: Physical Processor ID: 0\n[ 0.149343] mce: CPU supports 10 MCE banks\n[ 0.150152] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167958] ftrace: allocating 31920 entries in 125 pages\n[ 0.193958] smpboot: Max logical packages: 1\n[ 0.194780] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196086] x2apic enabled\n[ 0.196875] Switched APIC routing to physical x2apic.\n[ 0.198576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199648] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201587] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203302] KVM setup paravirtual spinlock\n[ 0.204567] x86: Booted up 1 node, 1 CPUs\n[ 0.205343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206679] devtmpfs: initialized\n[ 0.208368] evm: security.selinux\n[ 0.209040] evm: security.SMACK64\n[ 0.209713] evm: security.SMACK64EXEC\n[ 0.210430] evm: security.SMACK64TRANSMUTE\n[ 0.211202] evm: security.SMACK64MMAP\n[ 0.211926] evm: security.ima\n[ 0.212554] evm: security.capability\n[ 0.213334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215106] pinctrl core: initialized pinctrl subsystem\n[ 0.216155] RTC time: 17:30:51, date: 10/10/18\n[ 0.217082] NET: Registered protocol family 16\n[ 0.218020] cpuidle: using governor ladder\n[ 0.218804] cpuidle: using governor menu\n[ 0.219558] PCCT header not found.\n[ 0.220274] ACPI: bus type PCI registered\n[ 0.221051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222246] PCI: Using configuration type 1 for base access\n[ 0.223954] ACPI: Added _OSI(Module Device)\n[ 0.224761] ACPI: Added _OSI(Processor Device)\n[ 0.225605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226470] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228553] ACPI: Interpreter enabled\n[ 0.229288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236388] ACPI: (supports S0 S5)\n[ 0.237065] ACPI: Using IOAPIC for interrupt routing\n[ 0.237974] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241119] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242207] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244529] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246663] acpiphp: Slot [3] registered\n[ 0.247438] acpiphp: Slot [4] registered\n[ 0.248204] acpiphp: Slot [5] registered\n[ 0.248978] acpiphp: Slot [6] registered\n[ 0.249747] acpiphp: Slot [7] registered\n[ 0.250517] acpiphp: Slot [8] registered\n[ 0.251280] acpiphp: Slot [9] registered\n[ 0.252048] acpiphp: Slot [10] registered\n[ 0.252833] acpiphp: Slot [11] registered\n[ 0.253622] acpiphp: Slot [12] registered\n[ 0.254404] acpiphp: Slot [13] registered\n[ 0.255185] acpiphp: Slot [14] registered\n[ 0.255965] acpiphp: Slot [15] registered\n[ 0.266710] acpiphp: Slot [16] registered\n[ 0.267494] acpiphp: Slot [17] registered\n[ 0.268270] acpiphp: Slot [18] registered\n[ 0.269049] acpiphp: Slot [19] registered\n[ 0.269829] acpiphp: Slot [20] registered\n[ 0.270610] acpiphp: Slot [21] registered\n[ 0.271395] acpiphp: Slot [22] registered\n[ 0.272172] acpiphp: Slot [23] registered\n[ 0.272953] acpiphp: Slot [24] registered\n[ 0.273737] acpiphp: Slot [25] registered\n[ 0.274515] acpiphp: Slot [26] registered\n[ 0.275289] acpiphp: Slot [27] registered\n[ 0.276075] acpiphp: Slot [28] registered\n[ 0.276861] acpiphp: Slot [29] registered\n[ 0.277643] acpiphp: Slot [30] registered\n[ 0.278422] acpiphp: Slot [31] registered\n[ 0.279196] PCI host bridge to bus 0000:00\n[ 0.279976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285092] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292557] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293682] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303167] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356880] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365327] vgaarb: loaded\n[ 0.366074] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367486] SCSI subsystem initialized\n[ 0.368494] ACPI: bus type USB registered\n[ 0.369500] usbcore: registered new interface driver usbfs\n[ 0.370774] usbcore: registered new interface driver hub\n[ 0.372011] usbcore: registered new device driver usb\n[ 0.373308] PCI: Using ACPI for IRQ routing\n[ 0.374562] NetLabel: Initializing\n[ 0.375449] NetLabel: domain hash size = 128\n[ 0.376496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377662] NetLabel: unlabeled traffic allowed by default\n[ 0.379009] clocksource: Switched to clocksource kvm-clock\n[ 0.386311] AppArmor: AppArmor Filesystem Enabled\n[ 0.387493] pnp: PnP ACPI init\n[ 0.388643] pnp: PnP ACPI: found 5 devices\n[ 0.395571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397653] NET: Registered protocol family 2\n[ 0.398830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400417] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403319] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406096] NET: Registered protocol family 1\n[ 0.407181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409880] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429570] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443629] Trying to unpack rootfs image as initramfs...\n[ 0.493739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507716] Scanning for low memory corruption every 60 seconds\n[ 0.509062] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510184] audit: initializing netlink subsys (disabled)\n[ 0.511220] audit: type=2000 audit(1539192652.118:1): initialized\n[ 0.512507] Initialise system trusted keyring\n[ 0.513419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516504] zbud: loaded\n[ 0.517189] VFS: Disk quotas dquot_6.6.0\n[ 0.517996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519490] fuse init (API version 7.23)\n[ 0.520371] Key type big_key registered\n[ 0.521154] Allocating IMA MOK and blacklist keyrings.\n[ 0.522621] Key type asymmetric registered\n[ 0.523438] Asymmetric key parser 'x509' registered\n[ 0.524376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525865] io scheduler noop registered\n[ 0.526644] io scheduler deadline registered (default)\n[ 0.527622] io scheduler cfq registered\n[ 0.528439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529459] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530689] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532122] ACPI: Power Button [PWRF]\n[ 0.532942] GHES: HEST is not enabled!\n[ 0.548580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607044] Linux agpgart interface v0.103\n[ 0.609090] brd: module loaded\n[ 0.610329] loop: module loaded\n[ 0.618861] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.620663] GPT:90111 != 2097151\n[ 0.621440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622690] GPT:90111 != 2097151\n[ 0.623489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624626] vda: vda1 vda15\n[ 0.626342] scsi host0: ata_piix\n[ 0.627318] scsi host1: ata_piix\n[ 0.628317] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631936] libphy: Fixed MDIO Bus: probed\n[ 0.632999] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634223] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636593] PPP generic driver version 2.4.2\n[ 0.637532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638879] ehci-pci: EHCI PCI platform driver\n[ 0.639850] ehci-platform: EHCI generic platform driver\n[ 0.640919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642116] ohci-pci: OHCI PCI platform driver\n[ 0.642992] ohci-platform: OHCI generic platform driver\n[ 0.644056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658671] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661395] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666680] usb usb1: Product: UHCI Host Controller\n[ 0.667722] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669119] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670179] hub 1-0:1.0: USB hub found\n[ 0.671094] hub 1-0:1.0: 2 ports detected\n[ 0.672101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674396] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676657] mousedev: PS/2 mouse device common for all mice\n[ 0.678069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680124] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681374] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682697] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684099] i2c /dev entries driver\n[ 0.684933] device-mapper: uevent: version 1.0.3\n[ 0.685993] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689265] NET: Registered protocol family 10\n[ 0.690411] NET: Registered protocol family 17\n[ 0.691444] Key type dns_resolver registered\n[ 0.692502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695687] registered taskstats version 1\n[ 0.696621] Loading compiled-in X.509 certificates\n[ 0.698167] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700276] zswap: loaded using pool lzo/zbud\n[ 0.701796] Key type trusted registered\n[ 0.703446] Key type encrypted registered\n[ 0.704393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705578] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706776] evm: HMAC attrs: 0x1\n[ 0.707771] Magic number: 6:58:542\n[ 0.708687] rtc_cmos 00:00: setting system clock to 2018-10-10 17:30:52 UTC (1539192652)\n[ 0.710478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711732] EDD information not available.\n[ 0.787550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789077] ata1.00: configured for MWDMA2\n[ 0.790356] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802799] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804155] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807449] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809083] Write protecting the kernel read-only data: 14336k\n[ 0.810721] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812640] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.57\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780431] 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.06s]\nping 10.10.10.6 OK\n"} 2018-10-10 17:31:05,737 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-603ca38b-8505-4998-86c5-5c2d605cbdc6 2018-10-10 17:31:06,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:31:07,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57788897-eef9-41b8-885d-c03ecea6ada3 x-compute-request-id: req-57788897-eef9-41b8-885d-c03ecea6ada3 Content-Encoding: gzip Content-Length: 8096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 539983519 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129594] pid_max: default: 32768 minimum: 301\n[ 0.130448] ACPI: Core revision 20150930\n[ 0.131799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133051] Security Framework initialized\n[ 0.133832] Yama: becoming mindful.\n[ 0.134531] AppArmor: AppArmor initialized\n[ 0.135363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136634] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137857] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140342] Initializing cgroup subsys io\n[ 0.141122] Initializing cgroup subsys memory\n[ 0.141950] Initializing cgroup subsys devices\n[ 0.142791] Initializing cgroup subsys freezer\n[ 0.143635] Initializing cgroup subsys net_cls\n[ 0.144469] Initializing cgroup subsys perf_event\n[ 0.145350] Initializing cgroup subsys net_prio\n[ 0.146192] Initializing cgroup subsys hugetlb\n[ 0.147024] Initializing cgroup subsys pids\n[ 0.147873] CPU: Physical Processor ID: 0\n[ 0.149343] mce: CPU supports 10 MCE banks\n[ 0.150152] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167958] ftrace: allocating 31920 entries in 125 pages\n[ 0.193958] smpboot: Max logical packages: 1\n[ 0.194780] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196086] x2apic enabled\n[ 0.196875] Switched APIC routing to physical x2apic.\n[ 0.198576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199648] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201587] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203302] KVM setup paravirtual spinlock\n[ 0.204567] x86: Booted up 1 node, 1 CPUs\n[ 0.205343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206679] devtmpfs: initialized\n[ 0.208368] evm: security.selinux\n[ 0.209040] evm: security.SMACK64\n[ 0.209713] evm: security.SMACK64EXEC\n[ 0.210430] evm: security.SMACK64TRANSMUTE\n[ 0.211202] evm: security.SMACK64MMAP\n[ 0.211926] evm: security.ima\n[ 0.212554] evm: security.capability\n[ 0.213334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215106] pinctrl core: initialized pinctrl subsystem\n[ 0.216155] RTC time: 17:30:51, date: 10/10/18\n[ 0.217082] NET: Registered protocol family 16\n[ 0.218020] cpuidle: using governor ladder\n[ 0.218804] cpuidle: using governor menu\n[ 0.219558] PCCT header not found.\n[ 0.220274] ACPI: bus type PCI registered\n[ 0.221051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222246] PCI: Using configuration type 1 for base access\n[ 0.223954] ACPI: Added _OSI(Module Device)\n[ 0.224761] ACPI: Added _OSI(Processor Device)\n[ 0.225605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226470] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228553] ACPI: Interpreter enabled\n[ 0.229288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236388] ACPI: (supports S0 S5)\n[ 0.237065] ACPI: Using IOAPIC for interrupt routing\n[ 0.237974] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241119] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242207] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244529] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246663] acpiphp: Slot [3] registered\n[ 0.247438] acpiphp: Slot [4] registered\n[ 0.248204] acpiphp: Slot [5] registered\n[ 0.248978] acpiphp: Slot [6] registered\n[ 0.249747] acpiphp: Slot [7] registered\n[ 0.250517] acpiphp: Slot [8] registered\n[ 0.251280] acpiphp: Slot [9] registered\n[ 0.252048] acpiphp: Slot [10] registered\n[ 0.252833] acpiphp: Slot [11] registered\n[ 0.253622] acpiphp: Slot [12] registered\n[ 0.254404] acpiphp: Slot [13] registered\n[ 0.255185] acpiphp: Slot [14] registered\n[ 0.255965] acpiphp: Slot [15] registered\n[ 0.266710] acpiphp: Slot [16] registered\n[ 0.267494] acpiphp: Slot [17] registered\n[ 0.268270] acpiphp: Slot [18] registered\n[ 0.269049] acpiphp: Slot [19] registered\n[ 0.269829] acpiphp: Slot [20] registered\n[ 0.270610] acpiphp: Slot [21] registered\n[ 0.271395] acpiphp: Slot [22] registered\n[ 0.272172] acpiphp: Slot [23] registered\n[ 0.272953] acpiphp: Slot [24] registered\n[ 0.273737] acpiphp: Slot [25] registered\n[ 0.274515] acpiphp: Slot [26] registered\n[ 0.275289] acpiphp: Slot [27] registered\n[ 0.276075] acpiphp: Slot [28] registered\n[ 0.276861] acpiphp: Slot [29] registered\n[ 0.277643] acpiphp: Slot [30] registered\n[ 0.278422] acpiphp: Slot [31] registered\n[ 0.279196] PCI host bridge to bus 0000:00\n[ 0.279976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285092] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292557] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293682] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303167] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356880] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365327] vgaarb: loaded\n[ 0.366074] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367486] SCSI subsystem initialized\n[ 0.368494] ACPI: bus type USB registered\n[ 0.369500] usbcore: registered new interface driver usbfs\n[ 0.370774] usbcore: registered new interface driver hub\n[ 0.372011] usbcore: registered new device driver usb\n[ 0.373308] PCI: Using ACPI for IRQ routing\n[ 0.374562] NetLabel: Initializing\n[ 0.375449] NetLabel: domain hash size = 128\n[ 0.376496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377662] NetLabel: unlabeled traffic allowed by default\n[ 0.379009] clocksource: Switched to clocksource kvm-clock\n[ 0.386311] AppArmor: AppArmor Filesystem Enabled\n[ 0.387493] pnp: PnP ACPI init\n[ 0.388643] pnp: PnP ACPI: found 5 devices\n[ 0.395571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397653] NET: Registered protocol family 2\n[ 0.398830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400417] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403319] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406096] NET: Registered protocol family 1\n[ 0.407181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409880] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429570] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443629] Trying to unpack rootfs image as initramfs...\n[ 0.493739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507716] Scanning for low memory corruption every 60 seconds\n[ 0.509062] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510184] audit: initializing netlink subsys (disabled)\n[ 0.511220] audit: type=2000 audit(1539192652.118:1): initialized\n[ 0.512507] Initialise system trusted keyring\n[ 0.513419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516504] zbud: loaded\n[ 0.517189] VFS: Disk quotas dquot_6.6.0\n[ 0.517996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519490] fuse init (API version 7.23)\n[ 0.520371] Key type big_key registered\n[ 0.521154] Allocating IMA MOK and blacklist keyrings.\n[ 0.522621] Key type asymmetric registered\n[ 0.523438] Asymmetric key parser 'x509' registered\n[ 0.524376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525865] io scheduler noop registered\n[ 0.526644] io scheduler deadline registered (default)\n[ 0.527622] io scheduler cfq registered\n[ 0.528439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529459] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530689] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532122] ACPI: Power Button [PWRF]\n[ 0.532942] GHES: HEST is not enabled!\n[ 0.548580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607044] Linux agpgart interface v0.103\n[ 0.609090] brd: module loaded\n[ 0.610329] loop: module loaded\n[ 0.618861] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.620663] GPT:90111 != 2097151\n[ 0.621440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622690] GPT:90111 != 2097151\n[ 0.623489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624626] vda: vda1 vda15\n[ 0.626342] scsi host0: ata_piix\n[ 0.627318] scsi host1: ata_piix\n[ 0.628317] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631936] libphy: Fixed MDIO Bus: probed\n[ 0.632999] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634223] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636593] PPP generic driver version 2.4.2\n[ 0.637532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638879] ehci-pci: EHCI PCI platform driver\n[ 0.639850] ehci-platform: EHCI generic platform driver\n[ 0.640919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642116] ohci-pci: OHCI PCI platform driver\n[ 0.642992] ohci-platform: OHCI generic platform driver\n[ 0.644056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658671] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661395] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666680] usb usb1: Product: UHCI Host Controller\n[ 0.667722] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669119] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670179] hub 1-0:1.0: USB hub found\n[ 0.671094] hub 1-0:1.0: 2 ports detected\n[ 0.672101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674396] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676657] mousedev: PS/2 mouse device common for all mice\n[ 0.678069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680124] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681374] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682697] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684099] i2c /dev entries driver\n[ 0.684933] device-mapper: uevent: version 1.0.3\n[ 0.685993] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689265] NET: Registered protocol family 10\n[ 0.690411] NET: Registered protocol family 17\n[ 0.691444] Key type dns_resolver registered\n[ 0.692502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695687] registered taskstats version 1\n[ 0.696621] Loading compiled-in X.509 certificates\n[ 0.698167] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700276] zswap: loaded using pool lzo/zbud\n[ 0.701796] Key type trusted registered\n[ 0.703446] Key type encrypted registered\n[ 0.704393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705578] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706776] evm: HMAC attrs: 0x1\n[ 0.707771] Magic number: 6:58:542\n[ 0.708687] rtc_cmos 00:00: setting system clock to 2018-10-10 17:30:52 UTC (1539192652)\n[ 0.710478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711732] EDD information not available.\n[ 0.787550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789077] ata1.00: configured for MWDMA2\n[ 0.790356] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802799] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804155] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807449] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809083] Write protecting the kernel read-only data: 14336k\n[ 0.810721] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812640] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.57\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780431] 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.06s]\nping 10.10.10.6 OK\n"} 2018-10-10 17:31:07,824 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-57788897-eef9-41b8-885d-c03ecea6ada3 2018-10-10 17:31:08,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:31:09,897 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31: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-9f322644-04b4-4e91-b05b-b01ba8e48db6 x-compute-request-id: req-9f322644-04b4-4e91-b05b-b01ba8e48db6 Content-Encoding: gzip Content-Length: 8096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 539983519 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129594] pid_max: default: 32768 minimum: 301\n[ 0.130448] ACPI: Core revision 20150930\n[ 0.131799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133051] Security Framework initialized\n[ 0.133832] Yama: becoming mindful.\n[ 0.134531] AppArmor: AppArmor initialized\n[ 0.135363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136634] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137857] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140342] Initializing cgroup subsys io\n[ 0.141122] Initializing cgroup subsys memory\n[ 0.141950] Initializing cgroup subsys devices\n[ 0.142791] Initializing cgroup subsys freezer\n[ 0.143635] Initializing cgroup subsys net_cls\n[ 0.144469] Initializing cgroup subsys perf_event\n[ 0.145350] Initializing cgroup subsys net_prio\n[ 0.146192] Initializing cgroup subsys hugetlb\n[ 0.147024] Initializing cgroup subsys pids\n[ 0.147873] CPU: Physical Processor ID: 0\n[ 0.149343] mce: CPU supports 10 MCE banks\n[ 0.150152] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167958] ftrace: allocating 31920 entries in 125 pages\n[ 0.193958] smpboot: Max logical packages: 1\n[ 0.194780] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196086] x2apic enabled\n[ 0.196875] Switched APIC routing to physical x2apic.\n[ 0.198576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199648] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201587] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203302] KVM setup paravirtual spinlock\n[ 0.204567] x86: Booted up 1 node, 1 CPUs\n[ 0.205343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206679] devtmpfs: initialized\n[ 0.208368] evm: security.selinux\n[ 0.209040] evm: security.SMACK64\n[ 0.209713] evm: security.SMACK64EXEC\n[ 0.210430] evm: security.SMACK64TRANSMUTE\n[ 0.211202] evm: security.SMACK64MMAP\n[ 0.211926] evm: security.ima\n[ 0.212554] evm: security.capability\n[ 0.213334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215106] pinctrl core: initialized pinctrl subsystem\n[ 0.216155] RTC time: 17:30:51, date: 10/10/18\n[ 0.217082] NET: Registered protocol family 16\n[ 0.218020] cpuidle: using governor ladder\n[ 0.218804] cpuidle: using governor menu\n[ 0.219558] PCCT header not found.\n[ 0.220274] ACPI: bus type PCI registered\n[ 0.221051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222246] PCI: Using configuration type 1 for base access\n[ 0.223954] ACPI: Added _OSI(Module Device)\n[ 0.224761] ACPI: Added _OSI(Processor Device)\n[ 0.225605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226470] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228553] ACPI: Interpreter enabled\n[ 0.229288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236388] ACPI: (supports S0 S5)\n[ 0.237065] ACPI: Using IOAPIC for interrupt routing\n[ 0.237974] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241119] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242207] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244529] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246663] acpiphp: Slot [3] registered\n[ 0.247438] acpiphp: Slot [4] registered\n[ 0.248204] acpiphp: Slot [5] registered\n[ 0.248978] acpiphp: Slot [6] registered\n[ 0.249747] acpiphp: Slot [7] registered\n[ 0.250517] acpiphp: Slot [8] registered\n[ 0.251280] acpiphp: Slot [9] registered\n[ 0.252048] acpiphp: Slot [10] registered\n[ 0.252833] acpiphp: Slot [11] registered\n[ 0.253622] acpiphp: Slot [12] registered\n[ 0.254404] acpiphp: Slot [13] registered\n[ 0.255185] acpiphp: Slot [14] registered\n[ 0.255965] acpiphp: Slot [15] registered\n[ 0.266710] acpiphp: Slot [16] registered\n[ 0.267494] acpiphp: Slot [17] registered\n[ 0.268270] acpiphp: Slot [18] registered\n[ 0.269049] acpiphp: Slot [19] registered\n[ 0.269829] acpiphp: Slot [20] registered\n[ 0.270610] acpiphp: Slot [21] registered\n[ 0.271395] acpiphp: Slot [22] registered\n[ 0.272172] acpiphp: Slot [23] registered\n[ 0.272953] acpiphp: Slot [24] registered\n[ 0.273737] acpiphp: Slot [25] registered\n[ 0.274515] acpiphp: Slot [26] registered\n[ 0.275289] acpiphp: Slot [27] registered\n[ 0.276075] acpiphp: Slot [28] registered\n[ 0.276861] acpiphp: Slot [29] registered\n[ 0.277643] acpiphp: Slot [30] registered\n[ 0.278422] acpiphp: Slot [31] registered\n[ 0.279196] PCI host bridge to bus 0000:00\n[ 0.279976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285092] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292557] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293682] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303167] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356880] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365327] vgaarb: loaded\n[ 0.366074] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367486] SCSI subsystem initialized\n[ 0.368494] ACPI: bus type USB registered\n[ 0.369500] usbcore: registered new interface driver usbfs\n[ 0.370774] usbcore: registered new interface driver hub\n[ 0.372011] usbcore: registered new device driver usb\n[ 0.373308] PCI: Using ACPI for IRQ routing\n[ 0.374562] NetLabel: Initializing\n[ 0.375449] NetLabel: domain hash size = 128\n[ 0.376496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377662] NetLabel: unlabeled traffic allowed by default\n[ 0.379009] clocksource: Switched to clocksource kvm-clock\n[ 0.386311] AppArmor: AppArmor Filesystem Enabled\n[ 0.387493] pnp: PnP ACPI init\n[ 0.388643] pnp: PnP ACPI: found 5 devices\n[ 0.395571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397653] NET: Registered protocol family 2\n[ 0.398830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400417] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403319] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406096] NET: Registered protocol family 1\n[ 0.407181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409880] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429570] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443629] Trying to unpack rootfs image as initramfs...\n[ 0.493739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507716] Scanning for low memory corruption every 60 seconds\n[ 0.509062] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510184] audit: initializing netlink subsys (disabled)\n[ 0.511220] audit: type=2000 audit(1539192652.118:1): initialized\n[ 0.512507] Initialise system trusted keyring\n[ 0.513419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516504] zbud: loaded\n[ 0.517189] VFS: Disk quotas dquot_6.6.0\n[ 0.517996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519490] fuse init (API version 7.23)\n[ 0.520371] Key type big_key registered\n[ 0.521154] Allocating IMA MOK and blacklist keyrings.\n[ 0.522621] Key type asymmetric registered\n[ 0.523438] Asymmetric key parser 'x509' registered\n[ 0.524376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525865] io scheduler noop registered\n[ 0.526644] io scheduler deadline registered (default)\n[ 0.527622] io scheduler cfq registered\n[ 0.528439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529459] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530689] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532122] ACPI: Power Button [PWRF]\n[ 0.532942] GHES: HEST is not enabled!\n[ 0.548580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607044] Linux agpgart interface v0.103\n[ 0.609090] brd: module loaded\n[ 0.610329] loop: module loaded\n[ 0.618861] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.620663] GPT:90111 != 2097151\n[ 0.621440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622690] GPT:90111 != 2097151\n[ 0.623489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624626] vda: vda1 vda15\n[ 0.626342] scsi host0: ata_piix\n[ 0.627318] scsi host1: ata_piix\n[ 0.628317] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631936] libphy: Fixed MDIO Bus: probed\n[ 0.632999] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634223] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636593] PPP generic driver version 2.4.2\n[ 0.637532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638879] ehci-pci: EHCI PCI platform driver\n[ 0.639850] ehci-platform: EHCI generic platform driver\n[ 0.640919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642116] ohci-pci: OHCI PCI platform driver\n[ 0.642992] ohci-platform: OHCI generic platform driver\n[ 0.644056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658671] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661395] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666680] usb usb1: Product: UHCI Host Controller\n[ 0.667722] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669119] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670179] hub 1-0:1.0: USB hub found\n[ 0.671094] hub 1-0:1.0: 2 ports detected\n[ 0.672101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674396] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676657] mousedev: PS/2 mouse device common for all mice\n[ 0.678069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680124] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681374] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682697] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684099] i2c /dev entries driver\n[ 0.684933] device-mapper: uevent: version 1.0.3\n[ 0.685993] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689265] NET: Registered protocol family 10\n[ 0.690411] NET: Registered protocol family 17\n[ 0.691444] Key type dns_resolver registered\n[ 0.692502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695687] registered taskstats version 1\n[ 0.696621] Loading compiled-in X.509 certificates\n[ 0.698167] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700276] zswap: loaded using pool lzo/zbud\n[ 0.701796] Key type trusted registered\n[ 0.703446] Key type encrypted registered\n[ 0.704393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705578] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706776] evm: HMAC attrs: 0x1\n[ 0.707771] Magic number: 6:58:542\n[ 0.708687] rtc_cmos 00:00: setting system clock to 2018-10-10 17:30:52 UTC (1539192652)\n[ 0.710478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711732] EDD information not available.\n[ 0.787550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789077] ata1.00: configured for MWDMA2\n[ 0.790356] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802799] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804155] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807449] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809083] Write protecting the kernel read-only data: 14336k\n[ 0.810721] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812640] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.57\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780431] 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.06s]\nping 10.10.10.6 OK\n"} 2018-10-10 17:31:09,898 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-9f322644-04b4-4e91-b05b-b01ba8e48db6 2018-10-10 17:31:10,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:31:11,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0adf23a-c5dc-4acb-862f-28894487eb38 x-compute-request-id: req-b0adf23a-c5dc-4acb-862f-28894487eb38 Content-Encoding: gzip Content-Length: 8096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 539983519 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129594] pid_max: default: 32768 minimum: 301\n[ 0.130448] ACPI: Core revision 20150930\n[ 0.131799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133051] Security Framework initialized\n[ 0.133832] Yama: becoming mindful.\n[ 0.134531] AppArmor: AppArmor initialized\n[ 0.135363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136634] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137857] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140342] Initializing cgroup subsys io\n[ 0.141122] Initializing cgroup subsys memory\n[ 0.141950] Initializing cgroup subsys devices\n[ 0.142791] Initializing cgroup subsys freezer\n[ 0.143635] Initializing cgroup subsys net_cls\n[ 0.144469] Initializing cgroup subsys perf_event\n[ 0.145350] Initializing cgroup subsys net_prio\n[ 0.146192] Initializing cgroup subsys hugetlb\n[ 0.147024] Initializing cgroup subsys pids\n[ 0.147873] CPU: Physical Processor ID: 0\n[ 0.149343] mce: CPU supports 10 MCE banks\n[ 0.150152] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167958] ftrace: allocating 31920 entries in 125 pages\n[ 0.193958] smpboot: Max logical packages: 1\n[ 0.194780] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196086] x2apic enabled\n[ 0.196875] Switched APIC routing to physical x2apic.\n[ 0.198576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199648] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201587] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203302] KVM setup paravirtual spinlock\n[ 0.204567] x86: Booted up 1 node, 1 CPUs\n[ 0.205343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206679] devtmpfs: initialized\n[ 0.208368] evm: security.selinux\n[ 0.209040] evm: security.SMACK64\n[ 0.209713] evm: security.SMACK64EXEC\n[ 0.210430] evm: security.SMACK64TRANSMUTE\n[ 0.211202] evm: security.SMACK64MMAP\n[ 0.211926] evm: security.ima\n[ 0.212554] evm: security.capability\n[ 0.213334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215106] pinctrl core: initialized pinctrl subsystem\n[ 0.216155] RTC time: 17:30:51, date: 10/10/18\n[ 0.217082] NET: Registered protocol family 16\n[ 0.218020] cpuidle: using governor ladder\n[ 0.218804] cpuidle: using governor menu\n[ 0.219558] PCCT header not found.\n[ 0.220274] ACPI: bus type PCI registered\n[ 0.221051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222246] PCI: Using configuration type 1 for base access\n[ 0.223954] ACPI: Added _OSI(Module Device)\n[ 0.224761] ACPI: Added _OSI(Processor Device)\n[ 0.225605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226470] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228553] ACPI: Interpreter enabled\n[ 0.229288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236388] ACPI: (supports S0 S5)\n[ 0.237065] ACPI: Using IOAPIC for interrupt routing\n[ 0.237974] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241119] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242207] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244529] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246663] acpiphp: Slot [3] registered\n[ 0.247438] acpiphp: Slot [4] registered\n[ 0.248204] acpiphp: Slot [5] registered\n[ 0.248978] acpiphp: Slot [6] registered\n[ 0.249747] acpiphp: Slot [7] registered\n[ 0.250517] acpiphp: Slot [8] registered\n[ 0.251280] acpiphp: Slot [9] registered\n[ 0.252048] acpiphp: Slot [10] registered\n[ 0.252833] acpiphp: Slot [11] registered\n[ 0.253622] acpiphp: Slot [12] registered\n[ 0.254404] acpiphp: Slot [13] registered\n[ 0.255185] acpiphp: Slot [14] registered\n[ 0.255965] acpiphp: Slot [15] registered\n[ 0.266710] acpiphp: Slot [16] registered\n[ 0.267494] acpiphp: Slot [17] registered\n[ 0.268270] acpiphp: Slot [18] registered\n[ 0.269049] acpiphp: Slot [19] registered\n[ 0.269829] acpiphp: Slot [20] registered\n[ 0.270610] acpiphp: Slot [21] registered\n[ 0.271395] acpiphp: Slot [22] registered\n[ 0.272172] acpiphp: Slot [23] registered\n[ 0.272953] acpiphp: Slot [24] registered\n[ 0.273737] acpiphp: Slot [25] registered\n[ 0.274515] acpiphp: Slot [26] registered\n[ 0.275289] acpiphp: Slot [27] registered\n[ 0.276075] acpiphp: Slot [28] registered\n[ 0.276861] acpiphp: Slot [29] registered\n[ 0.277643] acpiphp: Slot [30] registered\n[ 0.278422] acpiphp: Slot [31] registered\n[ 0.279196] PCI host bridge to bus 0000:00\n[ 0.279976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285092] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292557] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293682] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303167] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356880] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365327] vgaarb: loaded\n[ 0.366074] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367486] SCSI subsystem initialized\n[ 0.368494] ACPI: bus type USB registered\n[ 0.369500] usbcore: registered new interface driver usbfs\n[ 0.370774] usbcore: registered new interface driver hub\n[ 0.372011] usbcore: registered new device driver usb\n[ 0.373308] PCI: Using ACPI for IRQ routing\n[ 0.374562] NetLabel: Initializing\n[ 0.375449] NetLabel: domain hash size = 128\n[ 0.376496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377662] NetLabel: unlabeled traffic allowed by default\n[ 0.379009] clocksource: Switched to clocksource kvm-clock\n[ 0.386311] AppArmor: AppArmor Filesystem Enabled\n[ 0.387493] pnp: PnP ACPI init\n[ 0.388643] pnp: PnP ACPI: found 5 devices\n[ 0.395571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397653] NET: Registered protocol family 2\n[ 0.398830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400417] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403319] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406096] NET: Registered protocol family 1\n[ 0.407181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409880] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429570] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443629] Trying to unpack rootfs image as initramfs...\n[ 0.493739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507716] Scanning for low memory corruption every 60 seconds\n[ 0.509062] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510184] audit: initializing netlink subsys (disabled)\n[ 0.511220] audit: type=2000 audit(1539192652.118:1): initialized\n[ 0.512507] Initialise system trusted keyring\n[ 0.513419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516504] zbud: loaded\n[ 0.517189] VFS: Disk quotas dquot_6.6.0\n[ 0.517996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519490] fuse init (API version 7.23)\n[ 0.520371] Key type big_key registered\n[ 0.521154] Allocating IMA MOK and blacklist keyrings.\n[ 0.522621] Key type asymmetric registered\n[ 0.523438] Asymmetric key parser 'x509' registered\n[ 0.524376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525865] io scheduler noop registered\n[ 0.526644] io scheduler deadline registered (default)\n[ 0.527622] io scheduler cfq registered\n[ 0.528439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529459] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530689] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532122] ACPI: Power Button [PWRF]\n[ 0.532942] GHES: HEST is not enabled!\n[ 0.548580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607044] Linux agpgart interface v0.103\n[ 0.609090] brd: module loaded\n[ 0.610329] loop: module loaded\n[ 0.618861] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.620663] GPT:90111 != 2097151\n[ 0.621440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622690] GPT:90111 != 2097151\n[ 0.623489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624626] vda: vda1 vda15\n[ 0.626342] scsi host0: ata_piix\n[ 0.627318] scsi host1: ata_piix\n[ 0.628317] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631936] libphy: Fixed MDIO Bus: probed\n[ 0.632999] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634223] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636593] PPP generic driver version 2.4.2\n[ 0.637532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638879] ehci-pci: EHCI PCI platform driver\n[ 0.639850] ehci-platform: EHCI generic platform driver\n[ 0.640919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642116] ohci-pci: OHCI PCI platform driver\n[ 0.642992] ohci-platform: OHCI generic platform driver\n[ 0.644056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658671] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661395] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666680] usb usb1: Product: UHCI Host Controller\n[ 0.667722] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669119] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670179] hub 1-0:1.0: USB hub found\n[ 0.671094] hub 1-0:1.0: 2 ports detected\n[ 0.672101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674396] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676657] mousedev: PS/2 mouse device common for all mice\n[ 0.678069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680124] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681374] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682697] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684099] i2c /dev entries driver\n[ 0.684933] device-mapper: uevent: version 1.0.3\n[ 0.685993] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689265] NET: Registered protocol family 10\n[ 0.690411] NET: Registered protocol family 17\n[ 0.691444] Key type dns_resolver registered\n[ 0.692502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695687] registered taskstats version 1\n[ 0.696621] Loading compiled-in X.509 certificates\n[ 0.698167] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700276] zswap: loaded using pool lzo/zbud\n[ 0.701796] Key type trusted registered\n[ 0.703446] Key type encrypted registered\n[ 0.704393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705578] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706776] evm: HMAC attrs: 0x1\n[ 0.707771] Magic number: 6:58:542\n[ 0.708687] rtc_cmos 00:00: setting system clock to 2018-10-10 17:30:52 UTC (1539192652)\n[ 0.710478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711732] EDD information not available.\n[ 0.787550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789077] ata1.00: configured for MWDMA2\n[ 0.790356] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802799] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804155] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807449] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809083] Write protecting the kernel read-only data: 14336k\n[ 0.810721] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812640] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.57\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780431] 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.06s]\nping 10.10.10.6 OK\n"} 2018-10-10 17:31:11,978 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-b0adf23a-c5dc-4acb-862f-28894487eb38 2018-10-10 17:31:12,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:31:14,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-320bd0c3-f423-41fc-9de4-49a556ecff6c x-compute-request-id: req-320bd0c3-f423-41fc-9de4-49a556ecff6c Content-Encoding: gzip Content-Length: 8096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 539983519 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129594] pid_max: default: 32768 minimum: 301\n[ 0.130448] ACPI: Core revision 20150930\n[ 0.131799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133051] Security Framework initialized\n[ 0.133832] Yama: becoming mindful.\n[ 0.134531] AppArmor: AppArmor initialized\n[ 0.135363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136634] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137857] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140342] Initializing cgroup subsys io\n[ 0.141122] Initializing cgroup subsys memory\n[ 0.141950] Initializing cgroup subsys devices\n[ 0.142791] Initializing cgroup subsys freezer\n[ 0.143635] Initializing cgroup subsys net_cls\n[ 0.144469] Initializing cgroup subsys perf_event\n[ 0.145350] Initializing cgroup subsys net_prio\n[ 0.146192] Initializing cgroup subsys hugetlb\n[ 0.147024] Initializing cgroup subsys pids\n[ 0.147873] CPU: Physical Processor ID: 0\n[ 0.149343] mce: CPU supports 10 MCE banks\n[ 0.150152] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167958] ftrace: allocating 31920 entries in 125 pages\n[ 0.193958] smpboot: Max logical packages: 1\n[ 0.194780] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196086] x2apic enabled\n[ 0.196875] Switched APIC routing to physical x2apic.\n[ 0.198576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199648] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201587] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203302] KVM setup paravirtual spinlock\n[ 0.204567] x86: Booted up 1 node, 1 CPUs\n[ 0.205343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206679] devtmpfs: initialized\n[ 0.208368] evm: security.selinux\n[ 0.209040] evm: security.SMACK64\n[ 0.209713] evm: security.SMACK64EXEC\n[ 0.210430] evm: security.SMACK64TRANSMUTE\n[ 0.211202] evm: security.SMACK64MMAP\n[ 0.211926] evm: security.ima\n[ 0.212554] evm: security.capability\n[ 0.213334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215106] pinctrl core: initialized pinctrl subsystem\n[ 0.216155] RTC time: 17:30:51, date: 10/10/18\n[ 0.217082] NET: Registered protocol family 16\n[ 0.218020] cpuidle: using governor ladder\n[ 0.218804] cpuidle: using governor menu\n[ 0.219558] PCCT header not found.\n[ 0.220274] ACPI: bus type PCI registered\n[ 0.221051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222246] PCI: Using configuration type 1 for base access\n[ 0.223954] ACPI: Added _OSI(Module Device)\n[ 0.224761] ACPI: Added _OSI(Processor Device)\n[ 0.225605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226470] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228553] ACPI: Interpreter enabled\n[ 0.229288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236388] ACPI: (supports S0 S5)\n[ 0.237065] ACPI: Using IOAPIC for interrupt routing\n[ 0.237974] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241119] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242207] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244529] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246663] acpiphp: Slot [3] registered\n[ 0.247438] acpiphp: Slot [4] registered\n[ 0.248204] acpiphp: Slot [5] registered\n[ 0.248978] acpiphp: Slot [6] registered\n[ 0.249747] acpiphp: Slot [7] registered\n[ 0.250517] acpiphp: Slot [8] registered\n[ 0.251280] acpiphp: Slot [9] registered\n[ 0.252048] acpiphp: Slot [10] registered\n[ 0.252833] acpiphp: Slot [11] registered\n[ 0.253622] acpiphp: Slot [12] registered\n[ 0.254404] acpiphp: Slot [13] registered\n[ 0.255185] acpiphp: Slot [14] registered\n[ 0.255965] acpiphp: Slot [15] registered\n[ 0.266710] acpiphp: Slot [16] registered\n[ 0.267494] acpiphp: Slot [17] registered\n[ 0.268270] acpiphp: Slot [18] registered\n[ 0.269049] acpiphp: Slot [19] registered\n[ 0.269829] acpiphp: Slot [20] registered\n[ 0.270610] acpiphp: Slot [21] registered\n[ 0.271395] acpiphp: Slot [22] registered\n[ 0.272172] acpiphp: Slot [23] registered\n[ 0.272953] acpiphp: Slot [24] registered\n[ 0.273737] acpiphp: Slot [25] registered\n[ 0.274515] acpiphp: Slot [26] registered\n[ 0.275289] acpiphp: Slot [27] registered\n[ 0.276075] acpiphp: Slot [28] registered\n[ 0.276861] acpiphp: Slot [29] registered\n[ 0.277643] acpiphp: Slot [30] registered\n[ 0.278422] acpiphp: Slot [31] registered\n[ 0.279196] PCI host bridge to bus 0000:00\n[ 0.279976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285092] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292557] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293682] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303167] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356880] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365327] vgaarb: loaded\n[ 0.366074] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367486] SCSI subsystem initialized\n[ 0.368494] ACPI: bus type USB registered\n[ 0.369500] usbcore: registered new interface driver usbfs\n[ 0.370774] usbcore: registered new interface driver hub\n[ 0.372011] usbcore: registered new device driver usb\n[ 0.373308] PCI: Using ACPI for IRQ routing\n[ 0.374562] NetLabel: Initializing\n[ 0.375449] NetLabel: domain hash size = 128\n[ 0.376496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377662] NetLabel: unlabeled traffic allowed by default\n[ 0.379009] clocksource: Switched to clocksource kvm-clock\n[ 0.386311] AppArmor: AppArmor Filesystem Enabled\n[ 0.387493] pnp: PnP ACPI init\n[ 0.388643] pnp: PnP ACPI: found 5 devices\n[ 0.395571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397653] NET: Registered protocol family 2\n[ 0.398830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400417] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403319] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406096] NET: Registered protocol family 1\n[ 0.407181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409880] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429570] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443629] Trying to unpack rootfs image as initramfs...\n[ 0.493739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507716] Scanning for low memory corruption every 60 seconds\n[ 0.509062] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510184] audit: initializing netlink subsys (disabled)\n[ 0.511220] audit: type=2000 audit(1539192652.118:1): initialized\n[ 0.512507] Initialise system trusted keyring\n[ 0.513419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516504] zbud: loaded\n[ 0.517189] VFS: Disk quotas dquot_6.6.0\n[ 0.517996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519490] fuse init (API version 7.23)\n[ 0.520371] Key type big_key registered\n[ 0.521154] Allocating IMA MOK and blacklist keyrings.\n[ 0.522621] Key type asymmetric registered\n[ 0.523438] Asymmetric key parser 'x509' registered\n[ 0.524376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525865] io scheduler noop registered\n[ 0.526644] io scheduler deadline registered (default)\n[ 0.527622] io scheduler cfq registered\n[ 0.528439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529459] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530689] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532122] ACPI: Power Button [PWRF]\n[ 0.532942] GHES: HEST is not enabled!\n[ 0.548580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607044] Linux agpgart interface v0.103\n[ 0.609090] brd: module loaded\n[ 0.610329] loop: module loaded\n[ 0.618861] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.620663] GPT:90111 != 2097151\n[ 0.621440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622690] GPT:90111 != 2097151\n[ 0.623489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624626] vda: vda1 vda15\n[ 0.626342] scsi host0: ata_piix\n[ 0.627318] scsi host1: ata_piix\n[ 0.628317] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631936] libphy: Fixed MDIO Bus: probed\n[ 0.632999] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634223] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636593] PPP generic driver version 2.4.2\n[ 0.637532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638879] ehci-pci: EHCI PCI platform driver\n[ 0.639850] ehci-platform: EHCI generic platform driver\n[ 0.640919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642116] ohci-pci: OHCI PCI platform driver\n[ 0.642992] ohci-platform: OHCI generic platform driver\n[ 0.644056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658671] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661395] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666680] usb usb1: Product: UHCI Host Controller\n[ 0.667722] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669119] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670179] hub 1-0:1.0: USB hub found\n[ 0.671094] hub 1-0:1.0: 2 ports detected\n[ 0.672101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674396] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676657] mousedev: PS/2 mouse device common for all mice\n[ 0.678069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680124] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681374] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682697] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684099] i2c /dev entries driver\n[ 0.684933] device-mapper: uevent: version 1.0.3\n[ 0.685993] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689265] NET: Registered protocol family 10\n[ 0.690411] NET: Registered protocol family 17\n[ 0.691444] Key type dns_resolver registered\n[ 0.692502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695687] registered taskstats version 1\n[ 0.696621] Loading compiled-in X.509 certificates\n[ 0.698167] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700276] zswap: loaded using pool lzo/zbud\n[ 0.701796] Key type trusted registered\n[ 0.703446] Key type encrypted registered\n[ 0.704393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705578] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706776] evm: HMAC attrs: 0x1\n[ 0.707771] Magic number: 6:58:542\n[ 0.708687] rtc_cmos 00:00: setting system clock to 2018-10-10 17:30:52 UTC (1539192652)\n[ 0.710478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711732] EDD information not available.\n[ 0.787550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789077] ata1.00: configured for MWDMA2\n[ 0.790356] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802799] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804155] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807449] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809083] Write protecting the kernel read-only data: 14336k\n[ 0.810721] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812640] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.57\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780431] 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.06s]\nping 10.10.10.6 OK\n"} 2018-10-10 17:31:14,107 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-320bd0c3-f423-41fc-9de4-49a556ecff6c 2018-10-10 17:31:15,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:31:16,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-916fb7ca-44d5-42f4-b45e-258723f87ab8 x-compute-request-id: req-916fb7ca-44d5-42f4-b45e-258723f87ab8 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 539983519 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129594] pid_max: default: 32768 minimum: 301\n[ 0.130448] ACPI: Core revision 20150930\n[ 0.131799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133051] Security Framework initialized\n[ 0.133832] Yama: becoming mindful.\n[ 0.134531] AppArmor: AppArmor initialized\n[ 0.135363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136634] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137857] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140342] Initializing cgroup subsys io\n[ 0.141122] Initializing cgroup subsys memory\n[ 0.141950] Initializing cgroup subsys devices\n[ 0.142791] Initializing cgroup subsys freezer\n[ 0.143635] Initializing cgroup subsys net_cls\n[ 0.144469] Initializing cgroup subsys perf_event\n[ 0.145350] Initializing cgroup subsys net_prio\n[ 0.146192] Initializing cgroup subsys hugetlb\n[ 0.147024] Initializing cgroup subsys pids\n[ 0.147873] CPU: Physical Processor ID: 0\n[ 0.149343] mce: CPU supports 10 MCE banks\n[ 0.150152] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167958] ftrace: allocating 31920 entries in 125 pages\n[ 0.193958] smpboot: Max logical packages: 1\n[ 0.194780] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196086] x2apic enabled\n[ 0.196875] Switched APIC routing to physical x2apic.\n[ 0.198576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199648] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201587] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203302] KVM setup paravirtual spinlock\n[ 0.204567] x86: Booted up 1 node, 1 CPUs\n[ 0.205343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206679] devtmpfs: initialized\n[ 0.208368] evm: security.selinux\n[ 0.209040] evm: security.SMACK64\n[ 0.209713] evm: security.SMACK64EXEC\n[ 0.210430] evm: security.SMACK64TRANSMUTE\n[ 0.211202] evm: security.SMACK64MMAP\n[ 0.211926] evm: security.ima\n[ 0.212554] evm: security.capability\n[ 0.213334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215106] pinctrl core: initialized pinctrl subsystem\n[ 0.216155] RTC time: 17:30:51, date: 10/10/18\n[ 0.217082] NET: Registered protocol family 16\n[ 0.218020] cpuidle: using governor ladder\n[ 0.218804] cpuidle: using governor menu\n[ 0.219558] PCCT header not found.\n[ 0.220274] ACPI: bus type PCI registered\n[ 0.221051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222246] PCI: Using configuration type 1 for base access\n[ 0.223954] ACPI: Added _OSI(Module Device)\n[ 0.224761] ACPI: Added _OSI(Processor Device)\n[ 0.225605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226470] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228553] ACPI: Interpreter enabled\n[ 0.229288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236388] ACPI: (supports S0 S5)\n[ 0.237065] ACPI: Using IOAPIC for interrupt routing\n[ 0.237974] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241119] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242207] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244529] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246663] acpiphp: Slot [3] registered\n[ 0.247438] acpiphp: Slot [4] registered\n[ 0.248204] acpiphp: Slot [5] registered\n[ 0.248978] acpiphp: Slot [6] registered\n[ 0.249747] acpiphp: Slot [7] registered\n[ 0.250517] acpiphp: Slot [8] registered\n[ 0.251280] acpiphp: Slot [9] registered\n[ 0.252048] acpiphp: Slot [10] registered\n[ 0.252833] acpiphp: Slot [11] registered\n[ 0.253622] acpiphp: Slot [12] registered\n[ 0.254404] acpiphp: Slot [13] registered\n[ 0.255185] acpiphp: Slot [14] registered\n[ 0.255965] acpiphp: Slot [15] registered\n[ 0.266710] acpiphp: Slot [16] registered\n[ 0.267494] acpiphp: Slot [17] registered\n[ 0.268270] acpiphp: Slot [18] registered\n[ 0.269049] acpiphp: Slot [19] registered\n[ 0.269829] acpiphp: Slot [20] registered\n[ 0.270610] acpiphp: Slot [21] registered\n[ 0.271395] acpiphp: Slot [22] registered\n[ 0.272172] acpiphp: Slot [23] registered\n[ 0.272953] acpiphp: Slot [24] registered\n[ 0.273737] acpiphp: Slot [25] registered\n[ 0.274515] acpiphp: Slot [26] registered\n[ 0.275289] acpiphp: Slot [27] registered\n[ 0.276075] acpiphp: Slot [28] registered\n[ 0.276861] acpiphp: Slot [29] registered\n[ 0.277643] acpiphp: Slot [30] registered\n[ 0.278422] acpiphp: Slot [31] registered\n[ 0.279196] PCI host bridge to bus 0000:00\n[ 0.279976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285092] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292557] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293682] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303167] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356880] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365327] vgaarb: loaded\n[ 0.366074] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367486] SCSI subsystem initialized\n[ 0.368494] ACPI: bus type USB registered\n[ 0.369500] usbcore: registered new interface driver usbfs\n[ 0.370774] usbcore: registered new interface driver hub\n[ 0.372011] usbcore: registered new device driver usb\n[ 0.373308] PCI: Using ACPI for IRQ routing\n[ 0.374562] NetLabel: Initializing\n[ 0.375449] NetLabel: domain hash size = 128\n[ 0.376496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377662] NetLabel: unlabeled traffic allowed by default\n[ 0.379009] clocksource: Switched to clocksource kvm-clock\n[ 0.386311] AppArmor: AppArmor Filesystem Enabled\n[ 0.387493] pnp: PnP ACPI init\n[ 0.388643] pnp: PnP ACPI: found 5 devices\n[ 0.395571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397653] NET: Registered protocol family 2\n[ 0.398830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400417] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403319] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406096] NET: Registered protocol family 1\n[ 0.407181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409880] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429570] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443629] Trying to unpack rootfs image as initramfs...\n[ 0.493739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507716] Scanning for low memory corruption every 60 seconds\n[ 0.509062] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510184] audit: initializing netlink subsys (disabled)\n[ 0.511220] audit: type=2000 audit(1539192652.118:1): initialized\n[ 0.512507] Initialise system trusted keyring\n[ 0.513419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516504] zbud: loaded\n[ 0.517189] VFS: Disk quotas dquot_6.6.0\n[ 0.517996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519490] fuse init (API version 7.23)\n[ 0.520371] Key type big_key registered\n[ 0.521154] Allocating IMA MOK and blacklist keyrings.\n[ 0.522621] Key type asymmetric registered\n[ 0.523438] Asymmetric key parser 'x509' registered\n[ 0.524376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525865] io scheduler noop registered\n[ 0.526644] io scheduler deadline registered (default)\n[ 0.527622] io scheduler cfq registered\n[ 0.528439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529459] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530689] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532122] ACPI: Power Button [PWRF]\n[ 0.532942] GHES: HEST is not enabled!\n[ 0.548580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607044] Linux agpgart interface v0.103\n[ 0.609090] brd: module loaded\n[ 0.610329] loop: module loaded\n[ 0.618861] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.620663] GPT:90111 != 2097151\n[ 0.621440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622690] GPT:90111 != 2097151\n[ 0.623489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624626] vda: vda1 vda15\n[ 0.626342] scsi host0: ata_piix\n[ 0.627318] scsi host1: ata_piix\n[ 0.628317] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631936] libphy: Fixed MDIO Bus: probed\n[ 0.632999] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634223] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636593] PPP generic driver version 2.4.2\n[ 0.637532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638879] ehci-pci: EHCI PCI platform driver\n[ 0.639850] ehci-platform: EHCI generic platform driver\n[ 0.640919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642116] ohci-pci: OHCI PCI platform driver\n[ 0.642992] ohci-platform: OHCI generic platform driver\n[ 0.644056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658671] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661395] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666680] usb usb1: Product: UHCI Host Controller\n[ 0.667722] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669119] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670179] hub 1-0:1.0: USB hub found\n[ 0.671094] hub 1-0:1.0: 2 ports detected\n[ 0.672101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674396] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676657] mousedev: PS/2 mouse device common for all mice\n[ 0.678069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680124] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681374] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682697] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684099] i2c /dev entries driver\n[ 0.684933] device-mapper: uevent: version 1.0.3\n[ 0.685993] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689265] NET: Registered protocol family 10\n[ 0.690411] NET: Registered protocol family 17\n[ 0.691444] Key type dns_resolver registered\n[ 0.692502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695687] registered taskstats version 1\n[ 0.696621] Loading compiled-in X.509 certificates\n[ 0.698167] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700276] zswap: loaded using pool lzo/zbud\n[ 0.701796] Key type trusted registered\n[ 0.703446] Key type encrypted registered\n[ 0.704393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705578] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706776] evm: HMAC attrs: 0x1\n[ 0.707771] Magic number: 6:58:542\n[ 0.708687] rtc_cmos 00:00: setting system clock to 2018-10-10 17:30:52 UTC (1539192652)\n[ 0.710478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711732] EDD information not available.\n[ 0.787550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789077] ata1.00: configured for MWDMA2\n[ 0.790356] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802799] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804155] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807449] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809083] Write protecting the kernel read-only data: 14336k\n[ 0.810721] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812640] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.57\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780431] 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.06s]\nping 10.10.10.6 OK\nping 10.10.10.15 OK\n"} 2018-10-10 17:31:16,188 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-916fb7ca-44d5-42f4-b45e-258723f87ab8 2018-10-10 17:31:17,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:31:18,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0403877d-295b-4a39-a1d1-029a99cf8d40 x-compute-request-id: req-0403877d-295b-4a39-a1d1-029a99cf8d40 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 539983519 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129594] pid_max: default: 32768 minimum: 301\n[ 0.130448] ACPI: Core revision 20150930\n[ 0.131799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133051] Security Framework initialized\n[ 0.133832] Yama: becoming mindful.\n[ 0.134531] AppArmor: AppArmor initialized\n[ 0.135363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136634] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137857] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140342] Initializing cgroup subsys io\n[ 0.141122] Initializing cgroup subsys memory\n[ 0.141950] Initializing cgroup subsys devices\n[ 0.142791] Initializing cgroup subsys freezer\n[ 0.143635] Initializing cgroup subsys net_cls\n[ 0.144469] Initializing cgroup subsys perf_event\n[ 0.145350] Initializing cgroup subsys net_prio\n[ 0.146192] Initializing cgroup subsys hugetlb\n[ 0.147024] Initializing cgroup subsys pids\n[ 0.147873] CPU: Physical Processor ID: 0\n[ 0.149343] mce: CPU supports 10 MCE banks\n[ 0.150152] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167958] ftrace: allocating 31920 entries in 125 pages\n[ 0.193958] smpboot: Max logical packages: 1\n[ 0.194780] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196086] x2apic enabled\n[ 0.196875] Switched APIC routing to physical x2apic.\n[ 0.198576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199648] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201587] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203302] KVM setup paravirtual spinlock\n[ 0.204567] x86: Booted up 1 node, 1 CPUs\n[ 0.205343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206679] devtmpfs: initialized\n[ 0.208368] evm: security.selinux\n[ 0.209040] evm: security.SMACK64\n[ 0.209713] evm: security.SMACK64EXEC\n[ 0.210430] evm: security.SMACK64TRANSMUTE\n[ 0.211202] evm: security.SMACK64MMAP\n[ 0.211926] evm: security.ima\n[ 0.212554] evm: security.capability\n[ 0.213334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215106] pinctrl core: initialized pinctrl subsystem\n[ 0.216155] RTC time: 17:30:51, date: 10/10/18\n[ 0.217082] NET: Registered protocol family 16\n[ 0.218020] cpuidle: using governor ladder\n[ 0.218804] cpuidle: using governor menu\n[ 0.219558] PCCT header not found.\n[ 0.220274] ACPI: bus type PCI registered\n[ 0.221051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222246] PCI: Using configuration type 1 for base access\n[ 0.223954] ACPI: Added _OSI(Module Device)\n[ 0.224761] ACPI: Added _OSI(Processor Device)\n[ 0.225605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226470] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228553] ACPI: Interpreter enabled\n[ 0.229288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236388] ACPI: (supports S0 S5)\n[ 0.237065] ACPI: Using IOAPIC for interrupt routing\n[ 0.237974] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241119] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242207] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244529] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246663] acpiphp: Slot [3] registered\n[ 0.247438] acpiphp: Slot [4] registered\n[ 0.248204] acpiphp: Slot [5] registered\n[ 0.248978] acpiphp: Slot [6] registered\n[ 0.249747] acpiphp: Slot [7] registered\n[ 0.250517] acpiphp: Slot [8] registered\n[ 0.251280] acpiphp: Slot [9] registered\n[ 0.252048] acpiphp: Slot [10] registered\n[ 0.252833] acpiphp: Slot [11] registered\n[ 0.253622] acpiphp: Slot [12] registered\n[ 0.254404] acpiphp: Slot [13] registered\n[ 0.255185] acpiphp: Slot [14] registered\n[ 0.255965] acpiphp: Slot [15] registered\n[ 0.266710] acpiphp: Slot [16] registered\n[ 0.267494] acpiphp: Slot [17] registered\n[ 0.268270] acpiphp: Slot [18] registered\n[ 0.269049] acpiphp: Slot [19] registered\n[ 0.269829] acpiphp: Slot [20] registered\n[ 0.270610] acpiphp: Slot [21] registered\n[ 0.271395] acpiphp: Slot [22] registered\n[ 0.272172] acpiphp: Slot [23] registered\n[ 0.272953] acpiphp: Slot [24] registered\n[ 0.273737] acpiphp: Slot [25] registered\n[ 0.274515] acpiphp: Slot [26] registered\n[ 0.275289] acpiphp: Slot [27] registered\n[ 0.276075] acpiphp: Slot [28] registered\n[ 0.276861] acpiphp: Slot [29] registered\n[ 0.277643] acpiphp: Slot [30] registered\n[ 0.278422] acpiphp: Slot [31] registered\n[ 0.279196] PCI host bridge to bus 0000:00\n[ 0.279976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285092] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292557] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293682] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303167] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356880] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365327] vgaarb: loaded\n[ 0.366074] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367486] SCSI subsystem initialized\n[ 0.368494] ACPI: bus type USB registered\n[ 0.369500] usbcore: registered new interface driver usbfs\n[ 0.370774] usbcore: registered new interface driver hub\n[ 0.372011] usbcore: registered new device driver usb\n[ 0.373308] PCI: Using ACPI for IRQ routing\n[ 0.374562] NetLabel: Initializing\n[ 0.375449] NetLabel: domain hash size = 128\n[ 0.376496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377662] NetLabel: unlabeled traffic allowed by default\n[ 0.379009] clocksource: Switched to clocksource kvm-clock\n[ 0.386311] AppArmor: AppArmor Filesystem Enabled\n[ 0.387493] pnp: PnP ACPI init\n[ 0.388643] pnp: PnP ACPI: found 5 devices\n[ 0.395571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397653] NET: Registered protocol family 2\n[ 0.398830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400417] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403319] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406096] NET: Registered protocol family 1\n[ 0.407181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409880] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429570] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443629] Trying to unpack rootfs image as initramfs...\n[ 0.493739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507716] Scanning for low memory corruption every 60 seconds\n[ 0.509062] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510184] audit: initializing netlink subsys (disabled)\n[ 0.511220] audit: type=2000 audit(1539192652.118:1): initialized\n[ 0.512507] Initialise system trusted keyring\n[ 0.513419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516504] zbud: loaded\n[ 0.517189] VFS: Disk quotas dquot_6.6.0\n[ 0.517996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519490] fuse init (API version 7.23)\n[ 0.520371] Key type big_key registered\n[ 0.521154] Allocating IMA MOK and blacklist keyrings.\n[ 0.522621] Key type asymmetric registered\n[ 0.523438] Asymmetric key parser 'x509' registered\n[ 0.524376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525865] io scheduler noop registered\n[ 0.526644] io scheduler deadline registered (default)\n[ 0.527622] io scheduler cfq registered\n[ 0.528439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529459] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530689] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532122] ACPI: Power Button [PWRF]\n[ 0.532942] GHES: HEST is not enabled!\n[ 0.548580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607044] Linux agpgart interface v0.103\n[ 0.609090] brd: module loaded\n[ 0.610329] loop: module loaded\n[ 0.618861] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.620663] GPT:90111 != 2097151\n[ 0.621440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622690] GPT:90111 != 2097151\n[ 0.623489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624626] vda: vda1 vda15\n[ 0.626342] scsi host0: ata_piix\n[ 0.627318] scsi host1: ata_piix\n[ 0.628317] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631936] libphy: Fixed MDIO Bus: probed\n[ 0.632999] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634223] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636593] PPP generic driver version 2.4.2\n[ 0.637532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638879] ehci-pci: EHCI PCI platform driver\n[ 0.639850] ehci-platform: EHCI generic platform driver\n[ 0.640919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642116] ohci-pci: OHCI PCI platform driver\n[ 0.642992] ohci-platform: OHCI generic platform driver\n[ 0.644056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658671] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661395] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666680] usb usb1: Product: UHCI Host Controller\n[ 0.667722] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669119] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670179] hub 1-0:1.0: USB hub found\n[ 0.671094] hub 1-0:1.0: 2 ports detected\n[ 0.672101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674396] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676657] mousedev: PS/2 mouse device common for all mice\n[ 0.678069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680124] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681374] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682697] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684099] i2c /dev entries driver\n[ 0.684933] device-mapper: uevent: version 1.0.3\n[ 0.685993] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689265] NET: Registered protocol family 10\n[ 0.690411] NET: Registered protocol family 17\n[ 0.691444] Key type dns_resolver registered\n[ 0.692502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695687] registered taskstats version 1\n[ 0.696621] Loading compiled-in X.509 certificates\n[ 0.698167] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700276] zswap: loaded using pool lzo/zbud\n[ 0.701796] Key type trusted registered\n[ 0.703446] Key type encrypted registered\n[ 0.704393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705578] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706776] evm: HMAC attrs: 0x1\n[ 0.707771] Magic number: 6:58:542\n[ 0.708687] rtc_cmos 00:00: setting system clock to 2018-10-10 17:30:52 UTC (1539192652)\n[ 0.710478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711732] EDD information not available.\n[ 0.787550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789077] ata1.00: configured for MWDMA2\n[ 0.790356] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802799] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804155] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807449] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809083] Write protecting the kernel read-only data: 14336k\n[ 0.810721] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812640] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.57\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780431] 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.06s]\nping 10.10.10.6 OK\nping 10.10.10.15 OK\n"} 2018-10-10 17:31:18,263 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-0403877d-295b-4a39-a1d1-029a99cf8d40 2018-10-10 17:31:19,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:31:20,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b849cde5-9059-45c1-833b-4cec4e33ab9a x-compute-request-id: req-b849cde5-9059-45c1-833b-4cec4e33ab9a 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 539983519 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129594] pid_max: default: 32768 minimum: 301\n[ 0.130448] ACPI: Core revision 20150930\n[ 0.131799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133051] Security Framework initialized\n[ 0.133832] Yama: becoming mindful.\n[ 0.134531] AppArmor: AppArmor initialized\n[ 0.135363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136634] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137857] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140342] Initializing cgroup subsys io\n[ 0.141122] Initializing cgroup subsys memory\n[ 0.141950] Initializing cgroup subsys devices\n[ 0.142791] Initializing cgroup subsys freezer\n[ 0.143635] Initializing cgroup subsys net_cls\n[ 0.144469] Initializing cgroup subsys perf_event\n[ 0.145350] Initializing cgroup subsys net_prio\n[ 0.146192] Initializing cgroup subsys hugetlb\n[ 0.147024] Initializing cgroup subsys pids\n[ 0.147873] CPU: Physical Processor ID: 0\n[ 0.149343] mce: CPU supports 10 MCE banks\n[ 0.150152] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167958] ftrace: allocating 31920 entries in 125 pages\n[ 0.193958] smpboot: Max logical packages: 1\n[ 0.194780] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196086] x2apic enabled\n[ 0.196875] Switched APIC routing to physical x2apic.\n[ 0.198576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199648] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201587] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203302] KVM setup paravirtual spinlock\n[ 0.204567] x86: Booted up 1 node, 1 CPUs\n[ 0.205343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206679] devtmpfs: initialized\n[ 0.208368] evm: security.selinux\n[ 0.209040] evm: security.SMACK64\n[ 0.209713] evm: security.SMACK64EXEC\n[ 0.210430] evm: security.SMACK64TRANSMUTE\n[ 0.211202] evm: security.SMACK64MMAP\n[ 0.211926] evm: security.ima\n[ 0.212554] evm: security.capability\n[ 0.213334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215106] pinctrl core: initialized pinctrl subsystem\n[ 0.216155] RTC time: 17:30:51, date: 10/10/18\n[ 0.217082] NET: Registered protocol family 16\n[ 0.218020] cpuidle: using governor ladder\n[ 0.218804] cpuidle: using governor menu\n[ 0.219558] PCCT header not found.\n[ 0.220274] ACPI: bus type PCI registered\n[ 0.221051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222246] PCI: Using configuration type 1 for base access\n[ 0.223954] ACPI: Added _OSI(Module Device)\n[ 0.224761] ACPI: Added _OSI(Processor Device)\n[ 0.225605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226470] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228553] ACPI: Interpreter enabled\n[ 0.229288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236388] ACPI: (supports S0 S5)\n[ 0.237065] ACPI: Using IOAPIC for interrupt routing\n[ 0.237974] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241119] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242207] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244529] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246663] acpiphp: Slot [3] registered\n[ 0.247438] acpiphp: Slot [4] registered\n[ 0.248204] acpiphp: Slot [5] registered\n[ 0.248978] acpiphp: Slot [6] registered\n[ 0.249747] acpiphp: Slot [7] registered\n[ 0.250517] acpiphp: Slot [8] registered\n[ 0.251280] acpiphp: Slot [9] registered\n[ 0.252048] acpiphp: Slot [10] registered\n[ 0.252833] acpiphp: Slot [11] registered\n[ 0.253622] acpiphp: Slot [12] registered\n[ 0.254404] acpiphp: Slot [13] registered\n[ 0.255185] acpiphp: Slot [14] registered\n[ 0.255965] acpiphp: Slot [15] registered\n[ 0.266710] acpiphp: Slot [16] registered\n[ 0.267494] acpiphp: Slot [17] registered\n[ 0.268270] acpiphp: Slot [18] registered\n[ 0.269049] acpiphp: Slot [19] registered\n[ 0.269829] acpiphp: Slot [20] registered\n[ 0.270610] acpiphp: Slot [21] registered\n[ 0.271395] acpiphp: Slot [22] registered\n[ 0.272172] acpiphp: Slot [23] registered\n[ 0.272953] acpiphp: Slot [24] registered\n[ 0.273737] acpiphp: Slot [25] registered\n[ 0.274515] acpiphp: Slot [26] registered\n[ 0.275289] acpiphp: Slot [27] registered\n[ 0.276075] acpiphp: Slot [28] registered\n[ 0.276861] acpiphp: Slot [29] registered\n[ 0.277643] acpiphp: Slot [30] registered\n[ 0.278422] acpiphp: Slot [31] registered\n[ 0.279196] PCI host bridge to bus 0000:00\n[ 0.279976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285092] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292557] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293682] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303167] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356880] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365327] vgaarb: loaded\n[ 0.366074] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367486] SCSI subsystem initialized\n[ 0.368494] ACPI: bus type USB registered\n[ 0.369500] usbcore: registered new interface driver usbfs\n[ 0.370774] usbcore: registered new interface driver hub\n[ 0.372011] usbcore: registered new device driver usb\n[ 0.373308] PCI: Using ACPI for IRQ routing\n[ 0.374562] NetLabel: Initializing\n[ 0.375449] NetLabel: domain hash size = 128\n[ 0.376496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377662] NetLabel: unlabeled traffic allowed by default\n[ 0.379009] clocksource: Switched to clocksource kvm-clock\n[ 0.386311] AppArmor: AppArmor Filesystem Enabled\n[ 0.387493] pnp: PnP ACPI init\n[ 0.388643] pnp: PnP ACPI: found 5 devices\n[ 0.395571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397653] NET: Registered protocol family 2\n[ 0.398830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400417] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403319] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406096] NET: Registered protocol family 1\n[ 0.407181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409880] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429570] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443629] Trying to unpack rootfs image as initramfs...\n[ 0.493739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507716] Scanning for low memory corruption every 60 seconds\n[ 0.509062] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510184] audit: initializing netlink subsys (disabled)\n[ 0.511220] audit: type=2000 audit(1539192652.118:1): initialized\n[ 0.512507] Initialise system trusted keyring\n[ 0.513419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516504] zbud: loaded\n[ 0.517189] VFS: Disk quotas dquot_6.6.0\n[ 0.517996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519490] fuse init (API version 7.23)\n[ 0.520371] Key type big_key registered\n[ 0.521154] Allocating IMA MOK and blacklist keyrings.\n[ 0.522621] Key type asymmetric registered\n[ 0.523438] Asymmetric key parser 'x509' registered\n[ 0.524376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525865] io scheduler noop registered\n[ 0.526644] io scheduler deadline registered (default)\n[ 0.527622] io scheduler cfq registered\n[ 0.528439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529459] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530689] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532122] ACPI: Power Button [PWRF]\n[ 0.532942] GHES: HEST is not enabled!\n[ 0.548580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607044] Linux agpgart interface v0.103\n[ 0.609090] brd: module loaded\n[ 0.610329] loop: module loaded\n[ 0.618861] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.620663] GPT:90111 != 2097151\n[ 0.621440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622690] GPT:90111 != 2097151\n[ 0.623489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624626] vda: vda1 vda15\n[ 0.626342] scsi host0: ata_piix\n[ 0.627318] scsi host1: ata_piix\n[ 0.628317] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631936] libphy: Fixed MDIO Bus: probed\n[ 0.632999] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634223] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636593] PPP generic driver version 2.4.2\n[ 0.637532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638879] ehci-pci: EHCI PCI platform driver\n[ 0.639850] ehci-platform: EHCI generic platform driver\n[ 0.640919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642116] ohci-pci: OHCI PCI platform driver\n[ 0.642992] ohci-platform: OHCI generic platform driver\n[ 0.644056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658671] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661395] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666680] usb usb1: Product: UHCI Host Controller\n[ 0.667722] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669119] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670179] hub 1-0:1.0: USB hub found\n[ 0.671094] hub 1-0:1.0: 2 ports detected\n[ 0.672101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674396] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676657] mousedev: PS/2 mouse device common for all mice\n[ 0.678069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680124] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681374] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682697] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684099] i2c /dev entries driver\n[ 0.684933] device-mapper: uevent: version 1.0.3\n[ 0.685993] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689265] NET: Registered protocol family 10\n[ 0.690411] NET: Registered protocol family 17\n[ 0.691444] Key type dns_resolver registered\n[ 0.692502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695687] registered taskstats version 1\n[ 0.696621] Loading compiled-in X.509 certificates\n[ 0.698167] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700276] zswap: loaded using pool lzo/zbud\n[ 0.701796] Key type trusted registered\n[ 0.703446] Key type encrypted registered\n[ 0.704393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705578] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706776] evm: HMAC attrs: 0x1\n[ 0.707771] Magic number: 6:58:542\n[ 0.708687] rtc_cmos 00:00: setting system clock to 2018-10-10 17:30:52 UTC (1539192652)\n[ 0.710478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711732] EDD information not available.\n[ 0.787550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789077] ata1.00: configured for MWDMA2\n[ 0.790356] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802799] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804155] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807449] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809083] Write protecting the kernel read-only data: 14336k\n[ 0.810721] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812640] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.57\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780431] 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.06s]\nping 10.10.10.6 OK\nping 10.10.10.15 OK\n"} 2018-10-10 17:31:20,339 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-b849cde5-9059-45c1-833b-4cec4e33ab9a 2018-10-10 17:31:21,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:31:22,417 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1d19ce3-8590-4d61-8880-277291bdc460 x-compute-request-id: req-b1d19ce3-8590-4d61-8880-277291bdc460 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 539983519 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129594] pid_max: default: 32768 minimum: 301\n[ 0.130448] ACPI: Core revision 20150930\n[ 0.131799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133051] Security Framework initialized\n[ 0.133832] Yama: becoming mindful.\n[ 0.134531] AppArmor: AppArmor initialized\n[ 0.135363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136634] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137857] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140342] Initializing cgroup subsys io\n[ 0.141122] Initializing cgroup subsys memory\n[ 0.141950] Initializing cgroup subsys devices\n[ 0.142791] Initializing cgroup subsys freezer\n[ 0.143635] Initializing cgroup subsys net_cls\n[ 0.144469] Initializing cgroup subsys perf_event\n[ 0.145350] Initializing cgroup subsys net_prio\n[ 0.146192] Initializing cgroup subsys hugetlb\n[ 0.147024] Initializing cgroup subsys pids\n[ 0.147873] CPU: Physical Processor ID: 0\n[ 0.149343] mce: CPU supports 10 MCE banks\n[ 0.150152] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167958] ftrace: allocating 31920 entries in 125 pages\n[ 0.193958] smpboot: Max logical packages: 1\n[ 0.194780] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196086] x2apic enabled\n[ 0.196875] Switched APIC routing to physical x2apic.\n[ 0.198576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199648] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201587] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203302] KVM setup paravirtual spinlock\n[ 0.204567] x86: Booted up 1 node, 1 CPUs\n[ 0.205343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206679] devtmpfs: initialized\n[ 0.208368] evm: security.selinux\n[ 0.209040] evm: security.SMACK64\n[ 0.209713] evm: security.SMACK64EXEC\n[ 0.210430] evm: security.SMACK64TRANSMUTE\n[ 0.211202] evm: security.SMACK64MMAP\n[ 0.211926] evm: security.ima\n[ 0.212554] evm: security.capability\n[ 0.213334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215106] pinctrl core: initialized pinctrl subsystem\n[ 0.216155] RTC time: 17:30:51, date: 10/10/18\n[ 0.217082] NET: Registered protocol family 16\n[ 0.218020] cpuidle: using governor ladder\n[ 0.218804] cpuidle: using governor menu\n[ 0.219558] PCCT header not found.\n[ 0.220274] ACPI: bus type PCI registered\n[ 0.221051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222246] PCI: Using configuration type 1 for base access\n[ 0.223954] ACPI: Added _OSI(Module Device)\n[ 0.224761] ACPI: Added _OSI(Processor Device)\n[ 0.225605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226470] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228553] ACPI: Interpreter enabled\n[ 0.229288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236388] ACPI: (supports S0 S5)\n[ 0.237065] ACPI: Using IOAPIC for interrupt routing\n[ 0.237974] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241119] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242207] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244529] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246663] acpiphp: Slot [3] registered\n[ 0.247438] acpiphp: Slot [4] registered\n[ 0.248204] acpiphp: Slot [5] registered\n[ 0.248978] acpiphp: Slot [6] registered\n[ 0.249747] acpiphp: Slot [7] registered\n[ 0.250517] acpiphp: Slot [8] registered\n[ 0.251280] acpiphp: Slot [9] registered\n[ 0.252048] acpiphp: Slot [10] registered\n[ 0.252833] acpiphp: Slot [11] registered\n[ 0.253622] acpiphp: Slot [12] registered\n[ 0.254404] acpiphp: Slot [13] registered\n[ 0.255185] acpiphp: Slot [14] registered\n[ 0.255965] acpiphp: Slot [15] registered\n[ 0.266710] acpiphp: Slot [16] registered\n[ 0.267494] acpiphp: Slot [17] registered\n[ 0.268270] acpiphp: Slot [18] registered\n[ 0.269049] acpiphp: Slot [19] registered\n[ 0.269829] acpiphp: Slot [20] registered\n[ 0.270610] acpiphp: Slot [21] registered\n[ 0.271395] acpiphp: Slot [22] registered\n[ 0.272172] acpiphp: Slot [23] registered\n[ 0.272953] acpiphp: Slot [24] registered\n[ 0.273737] acpiphp: Slot [25] registered\n[ 0.274515] acpiphp: Slot [26] registered\n[ 0.275289] acpiphp: Slot [27] registered\n[ 0.276075] acpiphp: Slot [28] registered\n[ 0.276861] acpiphp: Slot [29] registered\n[ 0.277643] acpiphp: Slot [30] registered\n[ 0.278422] acpiphp: Slot [31] registered\n[ 0.279196] PCI host bridge to bus 0000:00\n[ 0.279976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285092] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292557] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293682] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303167] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356880] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365327] vgaarb: loaded\n[ 0.366074] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367486] SCSI subsystem initialized\n[ 0.368494] ACPI: bus type USB registered\n[ 0.369500] usbcore: registered new interface driver usbfs\n[ 0.370774] usbcore: registered new interface driver hub\n[ 0.372011] usbcore: registered new device driver usb\n[ 0.373308] PCI: Using ACPI for IRQ routing\n[ 0.374562] NetLabel: Initializing\n[ 0.375449] NetLabel: domain hash size = 128\n[ 0.376496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377662] NetLabel: unlabeled traffic allowed by default\n[ 0.379009] clocksource: Switched to clocksource kvm-clock\n[ 0.386311] AppArmor: AppArmor Filesystem Enabled\n[ 0.387493] pnp: PnP ACPI init\n[ 0.388643] pnp: PnP ACPI: found 5 devices\n[ 0.395571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397653] NET: Registered protocol family 2\n[ 0.398830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400417] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403319] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406096] NET: Registered protocol family 1\n[ 0.407181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409880] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429570] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443629] Trying to unpack rootfs image as initramfs...\n[ 0.493739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507716] Scanning for low memory corruption every 60 seconds\n[ 0.509062] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510184] audit: initializing netlink subsys (disabled)\n[ 0.511220] audit: type=2000 audit(1539192652.118:1): initialized\n[ 0.512507] Initialise system trusted keyring\n[ 0.513419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516504] zbud: loaded\n[ 0.517189] VFS: Disk quotas dquot_6.6.0\n[ 0.517996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519490] fuse init (API version 7.23)\n[ 0.520371] Key type big_key registered\n[ 0.521154] Allocating IMA MOK and blacklist keyrings.\n[ 0.522621] Key type asymmetric registered\n[ 0.523438] Asymmetric key parser 'x509' registered\n[ 0.524376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525865] io scheduler noop registered\n[ 0.526644] io scheduler deadline registered (default)\n[ 0.527622] io scheduler cfq registered\n[ 0.528439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529459] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530689] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532122] ACPI: Power Button [PWRF]\n[ 0.532942] GHES: HEST is not enabled!\n[ 0.548580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607044] Linux agpgart interface v0.103\n[ 0.609090] brd: module loaded\n[ 0.610329] loop: module loaded\n[ 0.618861] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.620663] GPT:90111 != 2097151\n[ 0.621440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622690] GPT:90111 != 2097151\n[ 0.623489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624626] vda: vda1 vda15\n[ 0.626342] scsi host0: ata_piix\n[ 0.627318] scsi host1: ata_piix\n[ 0.628317] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631936] libphy: Fixed MDIO Bus: probed\n[ 0.632999] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634223] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636593] PPP generic driver version 2.4.2\n[ 0.637532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638879] ehci-pci: EHCI PCI platform driver\n[ 0.639850] ehci-platform: EHCI generic platform driver\n[ 0.640919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642116] ohci-pci: OHCI PCI platform driver\n[ 0.642992] ohci-platform: OHCI generic platform driver\n[ 0.644056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658671] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661395] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666680] usb usb1: Product: UHCI Host Controller\n[ 0.667722] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669119] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670179] hub 1-0:1.0: USB hub found\n[ 0.671094] hub 1-0:1.0: 2 ports detected\n[ 0.672101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674396] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676657] mousedev: PS/2 mouse device common for all mice\n[ 0.678069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680124] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681374] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682697] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684099] i2c /dev entries driver\n[ 0.684933] device-mapper: uevent: version 1.0.3\n[ 0.685993] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689265] NET: Registered protocol family 10\n[ 0.690411] NET: Registered protocol family 17\n[ 0.691444] Key type dns_resolver registered\n[ 0.692502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695687] registered taskstats version 1\n[ 0.696621] Loading compiled-in X.509 certificates\n[ 0.698167] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700276] zswap: loaded using pool lzo/zbud\n[ 0.701796] Key type trusted registered\n[ 0.703446] Key type encrypted registered\n[ 0.704393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705578] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706776] evm: HMAC attrs: 0x1\n[ 0.707771] Magic number: 6:58:542\n[ 0.708687] rtc_cmos 00:00: setting system clock to 2018-10-10 17:30:52 UTC (1539192652)\n[ 0.710478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711732] EDD information not available.\n[ 0.787550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789077] ata1.00: configured for MWDMA2\n[ 0.790356] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802799] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804155] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807449] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809083] Write protecting the kernel read-only data: 14336k\n[ 0.810721] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812640] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.57\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780431] 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.06s]\nping 10.10.10.6 OK\nping 10.10.10.15 OK\n"} 2018-10-10 17:31:22,417 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-b1d19ce3-8590-4d61-8880-277291bdc460 2018-10-10 17:31:23,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:31:24,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0a059cc-d651-4469-a038-af0946f3ba34 x-compute-request-id: req-d0a059cc-d651-4469-a038-af0946f3ba34 Content-Encoding: gzip Content-Length: 8103 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 539983519 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129594] pid_max: default: 32768 minimum: 301\n[ 0.130448] ACPI: Core revision 20150930\n[ 0.131799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133051] Security Framework initialized\n[ 0.133832] Yama: becoming mindful.\n[ 0.134531] AppArmor: AppArmor initialized\n[ 0.135363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136634] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137857] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140342] Initializing cgroup subsys io\n[ 0.141122] Initializing cgroup subsys memory\n[ 0.141950] Initializing cgroup subsys devices\n[ 0.142791] Initializing cgroup subsys freezer\n[ 0.143635] Initializing cgroup subsys net_cls\n[ 0.144469] Initializing cgroup subsys perf_event\n[ 0.145350] Initializing cgroup subsys net_prio\n[ 0.146192] Initializing cgroup subsys hugetlb\n[ 0.147024] Initializing cgroup subsys pids\n[ 0.147873] CPU: Physical Processor ID: 0\n[ 0.149343] mce: CPU supports 10 MCE banks\n[ 0.150152] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167958] ftrace: allocating 31920 entries in 125 pages\n[ 0.193958] smpboot: Max logical packages: 1\n[ 0.194780] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196086] x2apic enabled\n[ 0.196875] Switched APIC routing to physical x2apic.\n[ 0.198576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199648] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201587] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203302] KVM setup paravirtual spinlock\n[ 0.204567] x86: Booted up 1 node, 1 CPUs\n[ 0.205343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206679] devtmpfs: initialized\n[ 0.208368] evm: security.selinux\n[ 0.209040] evm: security.SMACK64\n[ 0.209713] evm: security.SMACK64EXEC\n[ 0.210430] evm: security.SMACK64TRANSMUTE\n[ 0.211202] evm: security.SMACK64MMAP\n[ 0.211926] evm: security.ima\n[ 0.212554] evm: security.capability\n[ 0.213334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215106] pinctrl core: initialized pinctrl subsystem\n[ 0.216155] RTC time: 17:30:51, date: 10/10/18\n[ 0.217082] NET: Registered protocol family 16\n[ 0.218020] cpuidle: using governor ladder\n[ 0.218804] cpuidle: using governor menu\n[ 0.219558] PCCT header not found.\n[ 0.220274] ACPI: bus type PCI registered\n[ 0.221051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222246] PCI: Using configuration type 1 for base access\n[ 0.223954] ACPI: Added _OSI(Module Device)\n[ 0.224761] ACPI: Added _OSI(Processor Device)\n[ 0.225605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226470] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228553] ACPI: Interpreter enabled\n[ 0.229288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236388] ACPI: (supports S0 S5)\n[ 0.237065] ACPI: Using IOAPIC for interrupt routing\n[ 0.237974] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241119] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242207] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244529] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246663] acpiphp: Slot [3] registered\n[ 0.247438] acpiphp: Slot [4] registered\n[ 0.248204] acpiphp: Slot [5] registered\n[ 0.248978] acpiphp: Slot [6] registered\n[ 0.249747] acpiphp: Slot [7] registered\n[ 0.250517] acpiphp: Slot [8] registered\n[ 0.251280] acpiphp: Slot [9] registered\n[ 0.252048] acpiphp: Slot [10] registered\n[ 0.252833] acpiphp: Slot [11] registered\n[ 0.253622] acpiphp: Slot [12] registered\n[ 0.254404] acpiphp: Slot [13] registered\n[ 0.255185] acpiphp: Slot [14] registered\n[ 0.255965] acpiphp: Slot [15] registered\n[ 0.266710] acpiphp: Slot [16] registered\n[ 0.267494] acpiphp: Slot [17] registered\n[ 0.268270] acpiphp: Slot [18] registered\n[ 0.269049] acpiphp: Slot [19] registered\n[ 0.269829] acpiphp: Slot [20] registered\n[ 0.270610] acpiphp: Slot [21] registered\n[ 0.271395] acpiphp: Slot [22] registered\n[ 0.272172] acpiphp: Slot [23] registered\n[ 0.272953] acpiphp: Slot [24] registered\n[ 0.273737] acpiphp: Slot [25] registered\n[ 0.274515] acpiphp: Slot [26] registered\n[ 0.275289] acpiphp: Slot [27] registered\n[ 0.276075] acpiphp: Slot [28] registered\n[ 0.276861] acpiphp: Slot [29] registered\n[ 0.277643] acpiphp: Slot [30] registered\n[ 0.278422] acpiphp: Slot [31] registered\n[ 0.279196] PCI host bridge to bus 0000:00\n[ 0.279976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285092] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292557] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293682] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303167] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356880] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365327] vgaarb: loaded\n[ 0.366074] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367486] SCSI subsystem initialized\n[ 0.368494] ACPI: bus type USB registered\n[ 0.369500] usbcore: registered new interface driver usbfs\n[ 0.370774] usbcore: registered new interface driver hub\n[ 0.372011] usbcore: registered new device driver usb\n[ 0.373308] PCI: Using ACPI for IRQ routing\n[ 0.374562] NetLabel: Initializing\n[ 0.375449] NetLabel: domain hash size = 128\n[ 0.376496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377662] NetLabel: unlabeled traffic allowed by default\n[ 0.379009] clocksource: Switched to clocksource kvm-clock\n[ 0.386311] AppArmor: AppArmor Filesystem Enabled\n[ 0.387493] pnp: PnP ACPI init\n[ 0.388643] pnp: PnP ACPI: found 5 devices\n[ 0.395571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397653] NET: Registered protocol family 2\n[ 0.398830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400417] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403319] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406096] NET: Registered protocol family 1\n[ 0.407181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409880] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429570] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443629] Trying to unpack rootfs image as initramfs...\n[ 0.493739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507716] Scanning for low memory corruption every 60 seconds\n[ 0.509062] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510184] audit: initializing netlink subsys (disabled)\n[ 0.511220] audit: type=2000 audit(1539192652.118:1): initialized\n[ 0.512507] Initialise system trusted keyring\n[ 0.513419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516504] zbud: loaded\n[ 0.517189] VFS: Disk quotas dquot_6.6.0\n[ 0.517996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519490] fuse init (API version 7.23)\n[ 0.520371] Key type big_key registered\n[ 0.521154] Allocating IMA MOK and blacklist keyrings.\n[ 0.522621] Key type asymmetric registered\n[ 0.523438] Asymmetric key parser 'x509' registered\n[ 0.524376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525865] io scheduler noop registered\n[ 0.526644] io scheduler deadline registered (default)\n[ 0.527622] io scheduler cfq registered\n[ 0.528439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529459] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530689] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532122] ACPI: Power Button [PWRF]\n[ 0.532942] GHES: HEST is not enabled!\n[ 0.548580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607044] Linux agpgart interface v0.103\n[ 0.609090] brd: module loaded\n[ 0.610329] loop: module loaded\n[ 0.618861] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.620663] GPT:90111 != 2097151\n[ 0.621440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622690] GPT:90111 != 2097151\n[ 0.623489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624626] vda: vda1 vda15\n[ 0.626342] scsi host0: ata_piix\n[ 0.627318] scsi host1: ata_piix\n[ 0.628317] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631936] libphy: Fixed MDIO Bus: probed\n[ 0.632999] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634223] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636593] PPP generic driver version 2.4.2\n[ 0.637532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638879] ehci-pci: EHCI PCI platform driver\n[ 0.639850] ehci-platform: EHCI generic platform driver\n[ 0.640919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642116] ohci-pci: OHCI PCI platform driver\n[ 0.642992] ohci-platform: OHCI generic platform driver\n[ 0.644056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658671] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661395] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666680] usb usb1: Product: UHCI Host Controller\n[ 0.667722] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669119] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670179] hub 1-0:1.0: USB hub found\n[ 0.671094] hub 1-0:1.0: 2 ports detected\n[ 0.672101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674396] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676657] mousedev: PS/2 mouse device common for all mice\n[ 0.678069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680124] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681374] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682697] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684099] i2c /dev entries driver\n[ 0.684933] device-mapper: uevent: version 1.0.3\n[ 0.685993] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689265] NET: Registered protocol family 10\n[ 0.690411] NET: Registered protocol family 17\n[ 0.691444] Key type dns_resolver registered\n[ 0.692502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695687] registered taskstats version 1\n[ 0.696621] Loading compiled-in X.509 certificates\n[ 0.698167] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700276] zswap: loaded using pool lzo/zbud\n[ 0.701796] Key type trusted registered\n[ 0.703446] Key type encrypted registered\n[ 0.704393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705578] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706776] evm: HMAC attrs: 0x1\n[ 0.707771] Magic number: 6:58:542\n[ 0.708687] rtc_cmos 00:00: setting system clock to 2018-10-10 17:30:52 UTC (1539192652)\n[ 0.710478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711732] EDD information not available.\n[ 0.787550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789077] ata1.00: configured for MWDMA2\n[ 0.790356] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802799] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804155] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807449] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809083] Write protecting the kernel read-only data: 14336k\n[ 0.810721] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812640] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.57\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780431] 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.06s]\nping 10.10.10.6 OK\nping 10.10.10.15 OK\nping 10.10.10.6 OK\n"} 2018-10-10 17:31:24,502 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-d0a059cc-d651-4469-a038-af0946f3ba34 2018-10-10 17:31:25,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:31:26,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ec90e5f-aa53-44ec-9572-5bf48366ed0d x-compute-request-id: req-4ec90e5f-aa53-44ec-9572-5bf48366ed0d Content-Encoding: gzip Content-Length: 8103 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 539983519 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129594] pid_max: default: 32768 minimum: 301\n[ 0.130448] ACPI: Core revision 20150930\n[ 0.131799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133051] Security Framework initialized\n[ 0.133832] Yama: becoming mindful.\n[ 0.134531] AppArmor: AppArmor initialized\n[ 0.135363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136634] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137857] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140342] Initializing cgroup subsys io\n[ 0.141122] Initializing cgroup subsys memory\n[ 0.141950] Initializing cgroup subsys devices\n[ 0.142791] Initializing cgroup subsys freezer\n[ 0.143635] Initializing cgroup subsys net_cls\n[ 0.144469] Initializing cgroup subsys perf_event\n[ 0.145350] Initializing cgroup subsys net_prio\n[ 0.146192] Initializing cgroup subsys hugetlb\n[ 0.147024] Initializing cgroup subsys pids\n[ 0.147873] CPU: Physical Processor ID: 0\n[ 0.149343] mce: CPU supports 10 MCE banks\n[ 0.150152] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167958] ftrace: allocating 31920 entries in 125 pages\n[ 0.193958] smpboot: Max logical packages: 1\n[ 0.194780] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196086] x2apic enabled\n[ 0.196875] Switched APIC routing to physical x2apic.\n[ 0.198576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199648] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201587] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203302] KVM setup paravirtual spinlock\n[ 0.204567] x86: Booted up 1 node, 1 CPUs\n[ 0.205343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206679] devtmpfs: initialized\n[ 0.208368] evm: security.selinux\n[ 0.209040] evm: security.SMACK64\n[ 0.209713] evm: security.SMACK64EXEC\n[ 0.210430] evm: security.SMACK64TRANSMUTE\n[ 0.211202] evm: security.SMACK64MMAP\n[ 0.211926] evm: security.ima\n[ 0.212554] evm: security.capability\n[ 0.213334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215106] pinctrl core: initialized pinctrl subsystem\n[ 0.216155] RTC time: 17:30:51, date: 10/10/18\n[ 0.217082] NET: Registered protocol family 16\n[ 0.218020] cpuidle: using governor ladder\n[ 0.218804] cpuidle: using governor menu\n[ 0.219558] PCCT header not found.\n[ 0.220274] ACPI: bus type PCI registered\n[ 0.221051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222246] PCI: Using configuration type 1 for base access\n[ 0.223954] ACPI: Added _OSI(Module Device)\n[ 0.224761] ACPI: Added _OSI(Processor Device)\n[ 0.225605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226470] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228553] ACPI: Interpreter enabled\n[ 0.229288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236388] ACPI: (supports S0 S5)\n[ 0.237065] ACPI: Using IOAPIC for interrupt routing\n[ 0.237974] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241119] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242207] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244529] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246663] acpiphp: Slot [3] registered\n[ 0.247438] acpiphp: Slot [4] registered\n[ 0.248204] acpiphp: Slot [5] registered\n[ 0.248978] acpiphp: Slot [6] registered\n[ 0.249747] acpiphp: Slot [7] registered\n[ 0.250517] acpiphp: Slot [8] registered\n[ 0.251280] acpiphp: Slot [9] registered\n[ 0.252048] acpiphp: Slot [10] registered\n[ 0.252833] acpiphp: Slot [11] registered\n[ 0.253622] acpiphp: Slot [12] registered\n[ 0.254404] acpiphp: Slot [13] registered\n[ 0.255185] acpiphp: Slot [14] registered\n[ 0.255965] acpiphp: Slot [15] registered\n[ 0.266710] acpiphp: Slot [16] registered\n[ 0.267494] acpiphp: Slot [17] registered\n[ 0.268270] acpiphp: Slot [18] registered\n[ 0.269049] acpiphp: Slot [19] registered\n[ 0.269829] acpiphp: Slot [20] registered\n[ 0.270610] acpiphp: Slot [21] registered\n[ 0.271395] acpiphp: Slot [22] registered\n[ 0.272172] acpiphp: Slot [23] registered\n[ 0.272953] acpiphp: Slot [24] registered\n[ 0.273737] acpiphp: Slot [25] registered\n[ 0.274515] acpiphp: Slot [26] registered\n[ 0.275289] acpiphp: Slot [27] registered\n[ 0.276075] acpiphp: Slot [28] registered\n[ 0.276861] acpiphp: Slot [29] registered\n[ 0.277643] acpiphp: Slot [30] registered\n[ 0.278422] acpiphp: Slot [31] registered\n[ 0.279196] PCI host bridge to bus 0000:00\n[ 0.279976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285092] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292557] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293682] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303167] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356880] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365327] vgaarb: loaded\n[ 0.366074] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367486] SCSI subsystem initialized\n[ 0.368494] ACPI: bus type USB registered\n[ 0.369500] usbcore: registered new interface driver usbfs\n[ 0.370774] usbcore: registered new interface driver hub\n[ 0.372011] usbcore: registered new device driver usb\n[ 0.373308] PCI: Using ACPI for IRQ routing\n[ 0.374562] NetLabel: Initializing\n[ 0.375449] NetLabel: domain hash size = 128\n[ 0.376496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377662] NetLabel: unlabeled traffic allowed by default\n[ 0.379009] clocksource: Switched to clocksource kvm-clock\n[ 0.386311] AppArmor: AppArmor Filesystem Enabled\n[ 0.387493] pnp: PnP ACPI init\n[ 0.388643] pnp: PnP ACPI: found 5 devices\n[ 0.395571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397653] NET: Registered protocol family 2\n[ 0.398830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400417] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403319] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406096] NET: Registered protocol family 1\n[ 0.407181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409880] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429570] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443629] Trying to unpack rootfs image as initramfs...\n[ 0.493739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507716] Scanning for low memory corruption every 60 seconds\n[ 0.509062] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510184] audit: initializing netlink subsys (disabled)\n[ 0.511220] audit: type=2000 audit(1539192652.118:1): initialized\n[ 0.512507] Initialise system trusted keyring\n[ 0.513419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516504] zbud: loaded\n[ 0.517189] VFS: Disk quotas dquot_6.6.0\n[ 0.517996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519490] fuse init (API version 7.23)\n[ 0.520371] Key type big_key registered\n[ 0.521154] Allocating IMA MOK and blacklist keyrings.\n[ 0.522621] Key type asymmetric registered\n[ 0.523438] Asymmetric key parser 'x509' registered\n[ 0.524376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525865] io scheduler noop registered\n[ 0.526644] io scheduler deadline registered (default)\n[ 0.527622] io scheduler cfq registered\n[ 0.528439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529459] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530689] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532122] ACPI: Power Button [PWRF]\n[ 0.532942] GHES: HEST is not enabled!\n[ 0.548580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607044] Linux agpgart interface v0.103\n[ 0.609090] brd: module loaded\n[ 0.610329] loop: module loaded\n[ 0.618861] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.620663] GPT:90111 != 2097151\n[ 0.621440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622690] GPT:90111 != 2097151\n[ 0.623489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624626] vda: vda1 vda15\n[ 0.626342] scsi host0: ata_piix\n[ 0.627318] scsi host1: ata_piix\n[ 0.628317] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631936] libphy: Fixed MDIO Bus: probed\n[ 0.632999] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634223] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636593] PPP generic driver version 2.4.2\n[ 0.637532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638879] ehci-pci: EHCI PCI platform driver\n[ 0.639850] ehci-platform: EHCI generic platform driver\n[ 0.640919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642116] ohci-pci: OHCI PCI platform driver\n[ 0.642992] ohci-platform: OHCI generic platform driver\n[ 0.644056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658671] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661395] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666680] usb usb1: Product: UHCI Host Controller\n[ 0.667722] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669119] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670179] hub 1-0:1.0: USB hub found\n[ 0.671094] hub 1-0:1.0: 2 ports detected\n[ 0.672101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674396] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676657] mousedev: PS/2 mouse device common for all mice\n[ 0.678069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680124] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681374] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682697] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684099] i2c /dev entries driver\n[ 0.684933] device-mapper: uevent: version 1.0.3\n[ 0.685993] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689265] NET: Registered protocol family 10\n[ 0.690411] NET: Registered protocol family 17\n[ 0.691444] Key type dns_resolver registered\n[ 0.692502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695687] registered taskstats version 1\n[ 0.696621] Loading compiled-in X.509 certificates\n[ 0.698167] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700276] zswap: loaded using pool lzo/zbud\n[ 0.701796] Key type trusted registered\n[ 0.703446] Key type encrypted registered\n[ 0.704393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705578] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706776] evm: HMAC attrs: 0x1\n[ 0.707771] Magic number: 6:58:542\n[ 0.708687] rtc_cmos 00:00: setting system clock to 2018-10-10 17:30:52 UTC (1539192652)\n[ 0.710478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711732] EDD information not available.\n[ 0.787550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789077] ata1.00: configured for MWDMA2\n[ 0.790356] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802799] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804155] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807449] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809083] Write protecting the kernel read-only data: 14336k\n[ 0.810721] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812640] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.57\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780431] 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.06s]\nping 10.10.10.6 OK\nping 10.10.10.15 OK\nping 10.10.10.6 OK\n"} 2018-10-10 17:31:26,581 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-4ec90e5f-aa53-44ec-9572-5bf48366ed0d 2018-10-10 17:31:27,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:31:28,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31: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-651d4239-c8ec-44e2-b296-8fb53841fd15 x-compute-request-id: req-651d4239-c8ec-44e2-b296-8fb53841fd15 Content-Encoding: gzip Content-Length: 8103 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 539983519 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129594] pid_max: default: 32768 minimum: 301\n[ 0.130448] ACPI: Core revision 20150930\n[ 0.131799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133051] Security Framework initialized\n[ 0.133832] Yama: becoming mindful.\n[ 0.134531] AppArmor: AppArmor initialized\n[ 0.135363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136634] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137857] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140342] Initializing cgroup subsys io\n[ 0.141122] Initializing cgroup subsys memory\n[ 0.141950] Initializing cgroup subsys devices\n[ 0.142791] Initializing cgroup subsys freezer\n[ 0.143635] Initializing cgroup subsys net_cls\n[ 0.144469] Initializing cgroup subsys perf_event\n[ 0.145350] Initializing cgroup subsys net_prio\n[ 0.146192] Initializing cgroup subsys hugetlb\n[ 0.147024] Initializing cgroup subsys pids\n[ 0.147873] CPU: Physical Processor ID: 0\n[ 0.149343] mce: CPU supports 10 MCE banks\n[ 0.150152] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167958] ftrace: allocating 31920 entries in 125 pages\n[ 0.193958] smpboot: Max logical packages: 1\n[ 0.194780] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196086] x2apic enabled\n[ 0.196875] Switched APIC routing to physical x2apic.\n[ 0.198576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199648] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201587] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203302] KVM setup paravirtual spinlock\n[ 0.204567] x86: Booted up 1 node, 1 CPUs\n[ 0.205343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206679] devtmpfs: initialized\n[ 0.208368] evm: security.selinux\n[ 0.209040] evm: security.SMACK64\n[ 0.209713] evm: security.SMACK64EXEC\n[ 0.210430] evm: security.SMACK64TRANSMUTE\n[ 0.211202] evm: security.SMACK64MMAP\n[ 0.211926] evm: security.ima\n[ 0.212554] evm: security.capability\n[ 0.213334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215106] pinctrl core: initialized pinctrl subsystem\n[ 0.216155] RTC time: 17:30:51, date: 10/10/18\n[ 0.217082] NET: Registered protocol family 16\n[ 0.218020] cpuidle: using governor ladder\n[ 0.218804] cpuidle: using governor menu\n[ 0.219558] PCCT header not found.\n[ 0.220274] ACPI: bus type PCI registered\n[ 0.221051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222246] PCI: Using configuration type 1 for base access\n[ 0.223954] ACPI: Added _OSI(Module Device)\n[ 0.224761] ACPI: Added _OSI(Processor Device)\n[ 0.225605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226470] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228553] ACPI: Interpreter enabled\n[ 0.229288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236388] ACPI: (supports S0 S5)\n[ 0.237065] ACPI: Using IOAPIC for interrupt routing\n[ 0.237974] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241119] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242207] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244529] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246663] acpiphp: Slot [3] registered\n[ 0.247438] acpiphp: Slot [4] registered\n[ 0.248204] acpiphp: Slot [5] registered\n[ 0.248978] acpiphp: Slot [6] registered\n[ 0.249747] acpiphp: Slot [7] registered\n[ 0.250517] acpiphp: Slot [8] registered\n[ 0.251280] acpiphp: Slot [9] registered\n[ 0.252048] acpiphp: Slot [10] registered\n[ 0.252833] acpiphp: Slot [11] registered\n[ 0.253622] acpiphp: Slot [12] registered\n[ 0.254404] acpiphp: Slot [13] registered\n[ 0.255185] acpiphp: Slot [14] registered\n[ 0.255965] acpiphp: Slot [15] registered\n[ 0.266710] acpiphp: Slot [16] registered\n[ 0.267494] acpiphp: Slot [17] registered\n[ 0.268270] acpiphp: Slot [18] registered\n[ 0.269049] acpiphp: Slot [19] registered\n[ 0.269829] acpiphp: Slot [20] registered\n[ 0.270610] acpiphp: Slot [21] registered\n[ 0.271395] acpiphp: Slot [22] registered\n[ 0.272172] acpiphp: Slot [23] registered\n[ 0.272953] acpiphp: Slot [24] registered\n[ 0.273737] acpiphp: Slot [25] registered\n[ 0.274515] acpiphp: Slot [26] registered\n[ 0.275289] acpiphp: Slot [27] registered\n[ 0.276075] acpiphp: Slot [28] registered\n[ 0.276861] acpiphp: Slot [29] registered\n[ 0.277643] acpiphp: Slot [30] registered\n[ 0.278422] acpiphp: Slot [31] registered\n[ 0.279196] PCI host bridge to bus 0000:00\n[ 0.279976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285092] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292557] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293682] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303167] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356880] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365327] vgaarb: loaded\n[ 0.366074] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367486] SCSI subsystem initialized\n[ 0.368494] ACPI: bus type USB registered\n[ 0.369500] usbcore: registered new interface driver usbfs\n[ 0.370774] usbcore: registered new interface driver hub\n[ 0.372011] usbcore: registered new device driver usb\n[ 0.373308] PCI: Using ACPI for IRQ routing\n[ 0.374562] NetLabel: Initializing\n[ 0.375449] NetLabel: domain hash size = 128\n[ 0.376496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377662] NetLabel: unlabeled traffic allowed by default\n[ 0.379009] clocksource: Switched to clocksource kvm-clock\n[ 0.386311] AppArmor: AppArmor Filesystem Enabled\n[ 0.387493] pnp: PnP ACPI init\n[ 0.388643] pnp: PnP ACPI: found 5 devices\n[ 0.395571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397653] NET: Registered protocol family 2\n[ 0.398830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400417] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403319] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406096] NET: Registered protocol family 1\n[ 0.407181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409880] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429570] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443629] Trying to unpack rootfs image as initramfs...\n[ 0.493739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507716] Scanning for low memory corruption every 60 seconds\n[ 0.509062] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510184] audit: initializing netlink subsys (disabled)\n[ 0.511220] audit: type=2000 audit(1539192652.118:1): initialized\n[ 0.512507] Initialise system trusted keyring\n[ 0.513419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516504] zbud: loaded\n[ 0.517189] VFS: Disk quotas dquot_6.6.0\n[ 0.517996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519490] fuse init (API version 7.23)\n[ 0.520371] Key type big_key registered\n[ 0.521154] Allocating IMA MOK and blacklist keyrings.\n[ 0.522621] Key type asymmetric registered\n[ 0.523438] Asymmetric key parser 'x509' registered\n[ 0.524376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525865] io scheduler noop registered\n[ 0.526644] io scheduler deadline registered (default)\n[ 0.527622] io scheduler cfq registered\n[ 0.528439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529459] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530689] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532122] ACPI: Power Button [PWRF]\n[ 0.532942] GHES: HEST is not enabled!\n[ 0.548580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607044] Linux agpgart interface v0.103\n[ 0.609090] brd: module loaded\n[ 0.610329] loop: module loaded\n[ 0.618861] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.620663] GPT:90111 != 2097151\n[ 0.621440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622690] GPT:90111 != 2097151\n[ 0.623489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624626] vda: vda1 vda15\n[ 0.626342] scsi host0: ata_piix\n[ 0.627318] scsi host1: ata_piix\n[ 0.628317] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631936] libphy: Fixed MDIO Bus: probed\n[ 0.632999] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634223] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636593] PPP generic driver version 2.4.2\n[ 0.637532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638879] ehci-pci: EHCI PCI platform driver\n[ 0.639850] ehci-platform: EHCI generic platform driver\n[ 0.640919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642116] ohci-pci: OHCI PCI platform driver\n[ 0.642992] ohci-platform: OHCI generic platform driver\n[ 0.644056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658671] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661395] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666680] usb usb1: Product: UHCI Host Controller\n[ 0.667722] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669119] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670179] hub 1-0:1.0: USB hub found\n[ 0.671094] hub 1-0:1.0: 2 ports detected\n[ 0.672101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674396] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676657] mousedev: PS/2 mouse device common for all mice\n[ 0.678069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680124] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681374] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682697] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684099] i2c /dev entries driver\n[ 0.684933] device-mapper: uevent: version 1.0.3\n[ 0.685993] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689265] NET: Registered protocol family 10\n[ 0.690411] NET: Registered protocol family 17\n[ 0.691444] Key type dns_resolver registered\n[ 0.692502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695687] registered taskstats version 1\n[ 0.696621] Loading compiled-in X.509 certificates\n[ 0.698167] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700276] zswap: loaded using pool lzo/zbud\n[ 0.701796] Key type trusted registered\n[ 0.703446] Key type encrypted registered\n[ 0.704393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705578] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706776] evm: HMAC attrs: 0x1\n[ 0.707771] Magic number: 6:58:542\n[ 0.708687] rtc_cmos 00:00: setting system clock to 2018-10-10 17:30:52 UTC (1539192652)\n[ 0.710478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711732] EDD information not available.\n[ 0.787550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789077] ata1.00: configured for MWDMA2\n[ 0.790356] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802799] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804155] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807449] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809083] Write protecting the kernel read-only data: 14336k\n[ 0.810721] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812640] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.57\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780431] 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.06s]\nping 10.10.10.6 OK\nping 10.10.10.15 OK\nping 10.10.10.6 OK\n"} 2018-10-10 17:31:28,660 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-651d4239-c8ec-44e2-b296-8fb53841fd15 2018-10-10 17:31:29,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:31:30,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8932d577-a1fb-45db-9e11-343e458a642d x-compute-request-id: req-8932d577-a1fb-45db-9e11-343e458a642d Content-Encoding: gzip Content-Length: 8103 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 539983519 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129594] pid_max: default: 32768 minimum: 301\n[ 0.130448] ACPI: Core revision 20150930\n[ 0.131799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133051] Security Framework initialized\n[ 0.133832] Yama: becoming mindful.\n[ 0.134531] AppArmor: AppArmor initialized\n[ 0.135363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136634] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137857] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140342] Initializing cgroup subsys io\n[ 0.141122] Initializing cgroup subsys memory\n[ 0.141950] Initializing cgroup subsys devices\n[ 0.142791] Initializing cgroup subsys freezer\n[ 0.143635] Initializing cgroup subsys net_cls\n[ 0.144469] Initializing cgroup subsys perf_event\n[ 0.145350] Initializing cgroup subsys net_prio\n[ 0.146192] Initializing cgroup subsys hugetlb\n[ 0.147024] Initializing cgroup subsys pids\n[ 0.147873] CPU: Physical Processor ID: 0\n[ 0.149343] mce: CPU supports 10 MCE banks\n[ 0.150152] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167958] ftrace: allocating 31920 entries in 125 pages\n[ 0.193958] smpboot: Max logical packages: 1\n[ 0.194780] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196086] x2apic enabled\n[ 0.196875] Switched APIC routing to physical x2apic.\n[ 0.198576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199648] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201587] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203302] KVM setup paravirtual spinlock\n[ 0.204567] x86: Booted up 1 node, 1 CPUs\n[ 0.205343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206679] devtmpfs: initialized\n[ 0.208368] evm: security.selinux\n[ 0.209040] evm: security.SMACK64\n[ 0.209713] evm: security.SMACK64EXEC\n[ 0.210430] evm: security.SMACK64TRANSMUTE\n[ 0.211202] evm: security.SMACK64MMAP\n[ 0.211926] evm: security.ima\n[ 0.212554] evm: security.capability\n[ 0.213334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215106] pinctrl core: initialized pinctrl subsystem\n[ 0.216155] RTC time: 17:30:51, date: 10/10/18\n[ 0.217082] NET: Registered protocol family 16\n[ 0.218020] cpuidle: using governor ladder\n[ 0.218804] cpuidle: using governor menu\n[ 0.219558] PCCT header not found.\n[ 0.220274] ACPI: bus type PCI registered\n[ 0.221051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222246] PCI: Using configuration type 1 for base access\n[ 0.223954] ACPI: Added _OSI(Module Device)\n[ 0.224761] ACPI: Added _OSI(Processor Device)\n[ 0.225605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226470] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228553] ACPI: Interpreter enabled\n[ 0.229288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236388] ACPI: (supports S0 S5)\n[ 0.237065] ACPI: Using IOAPIC for interrupt routing\n[ 0.237974] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241119] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242207] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244529] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246663] acpiphp: Slot [3] registered\n[ 0.247438] acpiphp: Slot [4] registered\n[ 0.248204] acpiphp: Slot [5] registered\n[ 0.248978] acpiphp: Slot [6] registered\n[ 0.249747] acpiphp: Slot [7] registered\n[ 0.250517] acpiphp: Slot [8] registered\n[ 0.251280] acpiphp: Slot [9] registered\n[ 0.252048] acpiphp: Slot [10] registered\n[ 0.252833] acpiphp: Slot [11] registered\n[ 0.253622] acpiphp: Slot [12] registered\n[ 0.254404] acpiphp: Slot [13] registered\n[ 0.255185] acpiphp: Slot [14] registered\n[ 0.255965] acpiphp: Slot [15] registered\n[ 0.266710] acpiphp: Slot [16] registered\n[ 0.267494] acpiphp: Slot [17] registered\n[ 0.268270] acpiphp: Slot [18] registered\n[ 0.269049] acpiphp: Slot [19] registered\n[ 0.269829] acpiphp: Slot [20] registered\n[ 0.270610] acpiphp: Slot [21] registered\n[ 0.271395] acpiphp: Slot [22] registered\n[ 0.272172] acpiphp: Slot [23] registered\n[ 0.272953] acpiphp: Slot [24] registered\n[ 0.273737] acpiphp: Slot [25] registered\n[ 0.274515] acpiphp: Slot [26] registered\n[ 0.275289] acpiphp: Slot [27] registered\n[ 0.276075] acpiphp: Slot [28] registered\n[ 0.276861] acpiphp: Slot [29] registered\n[ 0.277643] acpiphp: Slot [30] registered\n[ 0.278422] acpiphp: Slot [31] registered\n[ 0.279196] PCI host bridge to bus 0000:00\n[ 0.279976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285092] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292557] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293682] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303167] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356880] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365327] vgaarb: loaded\n[ 0.366074] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367486] SCSI subsystem initialized\n[ 0.368494] ACPI: bus type USB registered\n[ 0.369500] usbcore: registered new interface driver usbfs\n[ 0.370774] usbcore: registered new interface driver hub\n[ 0.372011] usbcore: registered new device driver usb\n[ 0.373308] PCI: Using ACPI for IRQ routing\n[ 0.374562] NetLabel: Initializing\n[ 0.375449] NetLabel: domain hash size = 128\n[ 0.376496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377662] NetLabel: unlabeled traffic allowed by default\n[ 0.379009] clocksource: Switched to clocksource kvm-clock\n[ 0.386311] AppArmor: AppArmor Filesystem Enabled\n[ 0.387493] pnp: PnP ACPI init\n[ 0.388643] pnp: PnP ACPI: found 5 devices\n[ 0.395571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397653] NET: Registered protocol family 2\n[ 0.398830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400417] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403319] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406096] NET: Registered protocol family 1\n[ 0.407181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409880] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429570] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443629] Trying to unpack rootfs image as initramfs...\n[ 0.493739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507716] Scanning for low memory corruption every 60 seconds\n[ 0.509062] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510184] audit: initializing netlink subsys (disabled)\n[ 0.511220] audit: type=2000 audit(1539192652.118:1): initialized\n[ 0.512507] Initialise system trusted keyring\n[ 0.513419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516504] zbud: loaded\n[ 0.517189] VFS: Disk quotas dquot_6.6.0\n[ 0.517996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519490] fuse init (API version 7.23)\n[ 0.520371] Key type big_key registered\n[ 0.521154] Allocating IMA MOK and blacklist keyrings.\n[ 0.522621] Key type asymmetric registered\n[ 0.523438] Asymmetric key parser 'x509' registered\n[ 0.524376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525865] io scheduler noop registered\n[ 0.526644] io scheduler deadline registered (default)\n[ 0.527622] io scheduler cfq registered\n[ 0.528439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529459] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530689] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532122] ACPI: Power Button [PWRF]\n[ 0.532942] GHES: HEST is not enabled!\n[ 0.548580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607044] Linux agpgart interface v0.103\n[ 0.609090] brd: module loaded\n[ 0.610329] loop: module loaded\n[ 0.618861] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.620663] GPT:90111 != 2097151\n[ 0.621440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622690] GPT:90111 != 2097151\n[ 0.623489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624626] vda: vda1 vda15\n[ 0.626342] scsi host0: ata_piix\n[ 0.627318] scsi host1: ata_piix\n[ 0.628317] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631936] libphy: Fixed MDIO Bus: probed\n[ 0.632999] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634223] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636593] PPP generic driver version 2.4.2\n[ 0.637532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638879] ehci-pci: EHCI PCI platform driver\n[ 0.639850] ehci-platform: EHCI generic platform driver\n[ 0.640919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642116] ohci-pci: OHCI PCI platform driver\n[ 0.642992] ohci-platform: OHCI generic platform driver\n[ 0.644056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658671] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661395] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666680] usb usb1: Product: UHCI Host Controller\n[ 0.667722] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669119] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670179] hub 1-0:1.0: USB hub found\n[ 0.671094] hub 1-0:1.0: 2 ports detected\n[ 0.672101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674396] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676657] mousedev: PS/2 mouse device common for all mice\n[ 0.678069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680124] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681374] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682697] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684099] i2c /dev entries driver\n[ 0.684933] device-mapper: uevent: version 1.0.3\n[ 0.685993] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689265] NET: Registered protocol family 10\n[ 0.690411] NET: Registered protocol family 17\n[ 0.691444] Key type dns_resolver registered\n[ 0.692502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695687] registered taskstats version 1\n[ 0.696621] Loading compiled-in X.509 certificates\n[ 0.698167] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700276] zswap: loaded using pool lzo/zbud\n[ 0.701796] Key type trusted registered\n[ 0.703446] Key type encrypted registered\n[ 0.704393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705578] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706776] evm: HMAC attrs: 0x1\n[ 0.707771] Magic number: 6:58:542\n[ 0.708687] rtc_cmos 00:00: setting system clock to 2018-10-10 17:30:52 UTC (1539192652)\n[ 0.710478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711732] EDD information not available.\n[ 0.787550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789077] ata1.00: configured for MWDMA2\n[ 0.790356] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802799] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804155] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807449] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809083] Write protecting the kernel read-only data: 14336k\n[ 0.810721] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812640] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.57\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780431] 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.06s]\nping 10.10.10.6 OK\nping 10.10.10.15 OK\nping 10.10.10.6 OK\n"} 2018-10-10 17:31:30,737 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-8932d577-a1fb-45db-9e11-343e458a642d 2018-10-10 17:31:31,586 - sdnvpn-results - INFO - Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted 2018-10-10 17:31:31,586 - __name__ - INFO - Sending stop signal to monitor thread 2018-10-10 17:31:31,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42a94320328d8044c7bb5caa577763af93a1b21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:31:32,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bde1de8c-85c5-4ca2-919a-8c0ccaaa71ec x-compute-request-id: req-bde1de8c-85c5-4ca2-919a-8c0ccaaa71ec Content-Encoding: gzip Content-Length: 8103 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 539983519 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129594] pid_max: default: 32768 minimum: 301\n[ 0.130448] ACPI: Core revision 20150930\n[ 0.131799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133051] Security Framework initialized\n[ 0.133832] Yama: becoming mindful.\n[ 0.134531] AppArmor: AppArmor initialized\n[ 0.135363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136634] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137857] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140342] Initializing cgroup subsys io\n[ 0.141122] Initializing cgroup subsys memory\n[ 0.141950] Initializing cgroup subsys devices\n[ 0.142791] Initializing cgroup subsys freezer\n[ 0.143635] Initializing cgroup subsys net_cls\n[ 0.144469] Initializing cgroup subsys perf_event\n[ 0.145350] Initializing cgroup subsys net_prio\n[ 0.146192] Initializing cgroup subsys hugetlb\n[ 0.147024] Initializing cgroup subsys pids\n[ 0.147873] CPU: Physical Processor ID: 0\n[ 0.149343] mce: CPU supports 10 MCE banks\n[ 0.150152] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167958] ftrace: allocating 31920 entries in 125 pages\n[ 0.193958] smpboot: Max logical packages: 1\n[ 0.194780] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196086] x2apic enabled\n[ 0.196875] Switched APIC routing to physical x2apic.\n[ 0.198576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199648] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201587] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203302] KVM setup paravirtual spinlock\n[ 0.204567] x86: Booted up 1 node, 1 CPUs\n[ 0.205343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206679] devtmpfs: initialized\n[ 0.208368] evm: security.selinux\n[ 0.209040] evm: security.SMACK64\n[ 0.209713] evm: security.SMACK64EXEC\n[ 0.210430] evm: security.SMACK64TRANSMUTE\n[ 0.211202] evm: security.SMACK64MMAP\n[ 0.211926] evm: security.ima\n[ 0.212554] evm: security.capability\n[ 0.213334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215106] pinctrl core: initialized pinctrl subsystem\n[ 0.216155] RTC time: 17:30:51, date: 10/10/18\n[ 0.217082] NET: Registered protocol family 16\n[ 0.218020] cpuidle: using governor ladder\n[ 0.218804] cpuidle: using governor menu\n[ 0.219558] PCCT header not found.\n[ 0.220274] ACPI: bus type PCI registered\n[ 0.221051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222246] PCI: Using configuration type 1 for base access\n[ 0.223954] ACPI: Added _OSI(Module Device)\n[ 0.224761] ACPI: Added _OSI(Processor Device)\n[ 0.225605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226470] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228553] ACPI: Interpreter enabled\n[ 0.229288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236388] ACPI: (supports S0 S5)\n[ 0.237065] ACPI: Using IOAPIC for interrupt routing\n[ 0.237974] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241119] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242207] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244529] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246663] acpiphp: Slot [3] registered\n[ 0.247438] acpiphp: Slot [4] registered\n[ 0.248204] acpiphp: Slot [5] registered\n[ 0.248978] acpiphp: Slot [6] registered\n[ 0.249747] acpiphp: Slot [7] registered\n[ 0.250517] acpiphp: Slot [8] registered\n[ 0.251280] acpiphp: Slot [9] registered\n[ 0.252048] acpiphp: Slot [10] registered\n[ 0.252833] acpiphp: Slot [11] registered\n[ 0.253622] acpiphp: Slot [12] registered\n[ 0.254404] acpiphp: Slot [13] registered\n[ 0.255185] acpiphp: Slot [14] registered\n[ 0.255965] acpiphp: Slot [15] registered\n[ 0.266710] acpiphp: Slot [16] registered\n[ 0.267494] acpiphp: Slot [17] registered\n[ 0.268270] acpiphp: Slot [18] registered\n[ 0.269049] acpiphp: Slot [19] registered\n[ 0.269829] acpiphp: Slot [20] registered\n[ 0.270610] acpiphp: Slot [21] registered\n[ 0.271395] acpiphp: Slot [22] registered\n[ 0.272172] acpiphp: Slot [23] registered\n[ 0.272953] acpiphp: Slot [24] registered\n[ 0.273737] acpiphp: Slot [25] registered\n[ 0.274515] acpiphp: Slot [26] registered\n[ 0.275289] acpiphp: Slot [27] registered\n[ 0.276075] acpiphp: Slot [28] registered\n[ 0.276861] acpiphp: Slot [29] registered\n[ 0.277643] acpiphp: Slot [30] registered\n[ 0.278422] acpiphp: Slot [31] registered\n[ 0.279196] PCI host bridge to bus 0000:00\n[ 0.279976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285092] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292557] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293682] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303167] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356880] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365327] vgaarb: loaded\n[ 0.366074] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367486] SCSI subsystem initialized\n[ 0.368494] ACPI: bus type USB registered\n[ 0.369500] usbcore: registered new interface driver usbfs\n[ 0.370774] usbcore: registered new interface driver hub\n[ 0.372011] usbcore: registered new device driver usb\n[ 0.373308] PCI: Using ACPI for IRQ routing\n[ 0.374562] NetLabel: Initializing\n[ 0.375449] NetLabel: domain hash size = 128\n[ 0.376496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377662] NetLabel: unlabeled traffic allowed by default\n[ 0.379009] clocksource: Switched to clocksource kvm-clock\n[ 0.386311] AppArmor: AppArmor Filesystem Enabled\n[ 0.387493] pnp: PnP ACPI init\n[ 0.388643] pnp: PnP ACPI: found 5 devices\n[ 0.395571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397653] NET: Registered protocol family 2\n[ 0.398830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400417] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403319] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406096] NET: Registered protocol family 1\n[ 0.407181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409880] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429570] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443629] Trying to unpack rootfs image as initramfs...\n[ 0.493739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507716] Scanning for low memory corruption every 60 seconds\n[ 0.509062] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510184] audit: initializing netlink subsys (disabled)\n[ 0.511220] audit: type=2000 audit(1539192652.118:1): initialized\n[ 0.512507] Initialise system trusted keyring\n[ 0.513419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516504] zbud: loaded\n[ 0.517189] VFS: Disk quotas dquot_6.6.0\n[ 0.517996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519490] fuse init (API version 7.23)\n[ 0.520371] Key type big_key registered\n[ 0.521154] Allocating IMA MOK and blacklist keyrings.\n[ 0.522621] Key type asymmetric registered\n[ 0.523438] Asymmetric key parser 'x509' registered\n[ 0.524376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525865] io scheduler noop registered\n[ 0.526644] io scheduler deadline registered (default)\n[ 0.527622] io scheduler cfq registered\n[ 0.528439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529459] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530689] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532122] ACPI: Power Button [PWRF]\n[ 0.532942] GHES: HEST is not enabled!\n[ 0.548580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607044] Linux agpgart interface v0.103\n[ 0.609090] brd: module loaded\n[ 0.610329] loop: module loaded\n[ 0.618861] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.620663] GPT:90111 != 2097151\n[ 0.621440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622690] GPT:90111 != 2097151\n[ 0.623489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624626] vda: vda1 vda15\n[ 0.626342] scsi host0: ata_piix\n[ 0.627318] scsi host1: ata_piix\n[ 0.628317] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631936] libphy: Fixed MDIO Bus: probed\n[ 0.632999] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634223] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636593] PPP generic driver version 2.4.2\n[ 0.637532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638879] ehci-pci: EHCI PCI platform driver\n[ 0.639850] ehci-platform: EHCI generic platform driver\n[ 0.640919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642116] ohci-pci: OHCI PCI platform driver\n[ 0.642992] ohci-platform: OHCI generic platform driver\n[ 0.644056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658671] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661395] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666680] usb usb1: Product: UHCI Host Controller\n[ 0.667722] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669119] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670179] hub 1-0:1.0: USB hub found\n[ 0.671094] hub 1-0:1.0: 2 ports detected\n[ 0.672101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674396] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676657] mousedev: PS/2 mouse device common for all mice\n[ 0.678069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680124] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681374] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682697] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684099] i2c /dev entries driver\n[ 0.684933] device-mapper: uevent: version 1.0.3\n[ 0.685993] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689265] NET: Registered protocol family 10\n[ 0.690411] NET: Registered protocol family 17\n[ 0.691444] Key type dns_resolver registered\n[ 0.692502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695687] registered taskstats version 1\n[ 0.696621] Loading compiled-in X.509 certificates\n[ 0.698167] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700276] zswap: loaded using pool lzo/zbud\n[ 0.701796] Key type trusted registered\n[ 0.703446] Key type encrypted registered\n[ 0.704393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705578] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706776] evm: HMAC attrs: 0x1\n[ 0.707771] Magic number: 6:58:542\n[ 0.708687] rtc_cmos 00:00: setting system clock to 2018-10-10 17:30:52 UTC (1539192652)\n[ 0.710478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711732] EDD information not available.\n[ 0.787550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789077] ata1.00: configured for MWDMA2\n[ 0.790356] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802799] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804155] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807449] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809083] Write protecting the kernel read-only data: 14336k\n[ 0.810721] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812640] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.57\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780431] 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.06s]\nping 10.10.10.6 OK\nping 10.10.10.15 OK\nping 10.10.10.6 OK\n"} 2018-10-10 17:31:32,818 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-bde1de8c-85c5-4ca2-919a-8c0ccaaa71ec 2018-10-10 17:31:32,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7887a0bee00f427e844de70594ebe3844393b983" -d '{"forceDelete": null}' 2018-10-10 17:31:33,010 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:31:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-41393280-1cf8-470a-9bd7-cb513c855933 x-compute-request-id: req-41393280-1cf8-470a-9bd7-cb513c855933 Content-Length: 0 Content-Type: application/json 2018-10-10 17:31:33,010 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0e0d398-f9f0-46ff-b33c-b34a71d1cc84/action used request id req-41393280-1cf8-470a-9bd7-cb513c855933 2018-10-10 17:31:33,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7887a0bee00f427e844de70594ebe3844393b983" -d '{"forceDelete": null}' 2018-10-10 17:31:33,184 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:31:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9a876b64-e204-4caa-90b1-e8b825381752 x-compute-request-id: req-9a876b64-e204-4caa-90b1-e8b825381752 Content-Length: 0 Content-Type: application/json 2018-10-10 17:31:33,184 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/79e4ecee-d75c-4db9-ba59-b2d2780bfa16/action used request id req-9a876b64-e204-4caa-90b1-e8b825381752 2018-10-10 17:31:33,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7887a0bee00f427e844de70594ebe3844393b983" -d '{"forceDelete": null}' 2018-10-10 17:31:33,393 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:31:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8b54d594-aaf0-49fd-8599-e6094358f55a x-compute-request-id: req-8b54d594-aaf0-49fd-8599-e6094358f55a Content-Length: 0 Content-Type: application/json 2018-10-10 17:31:33,393 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c3387ef8-beb2-443e-9f6f-6b599a9fe626/action used request id req-8b54d594-aaf0-49fd-8599-e6094358f55a 2018-10-10 17:31:33,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/0c8333e9-19d2-40f7-876f-48901170b346 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce85be4153bdc3f14f8eb87753a7eca581625d40" 2018-10-10 17:31:34,959 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-01291f64-be44-41a6-96ca-e984c4f27915 Date: Wed, 10 Oct 2018 17:31:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:31:34,960 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/0c8333e9-19d2-40f7-876f-48901170b346 used request id req-01291f64-be44-41a6-96ca-e984c4f27915 2018-10-10 17:31:34,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/a6d2698d-355a-4b2a-b341-c27761141800 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dad894900396d591a4e2fc2b448ce532f0b3b8c" 2018-10-10 17:31:35,205 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-a301fd8e-94a5-4920-a98a-8bea7b452a2a Date: Wed, 10 Oct 2018 17:31:35 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet a6d2698d-355a-4b2a-b341-c27761141800: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-10 17:31:35,205 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/a6d2698d-355a-4b2a-b341-c27761141800 used request id req-a301fd8e-94a5-4920-a98a-8bea7b452a2a 2018-10-10 17:31:35,206 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet a6d2698d-355a-4b2a-b341-c27761141800: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-10 17:31:35,206 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, 'a6d2698d-355a-4b2a-b341-c27761141800')]: Unable to complete operation on subnet a6d2698d-355a-4b2a-b341-c27761141800: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-a301fd8e-94a5-4920-a98a-8bea7b452a2a'] 2018-10-10 17:31:35,207 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id a6d2698d-355a-4b2a-b341-c27761141800 was not deleted. 2018-10-10 17:31:35,207 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check ping status of vm_1, vm_2, and vm_3 | +----------------------------------------------------------------------------------------+ | FAIL | ,Ping failure from instance sdnvpn-10-1 | | Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | +========================================================================================+ 2018-10-10 17:31:35,207 - sdnvpn-results - INFO - One or more subtests have failed. 2018-10-10 17:31:35,225 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-10-10 17:31:35,226 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'FAIL', 'details': [{' ,Ping failure from instance sdnvpn-10-1': 'FAIL'}, {'Ping succeeds': 'PASS'}]} 2018-10-10 17:31:35,226 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-10-10 17:31:35,226 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-10-10 17:31:35,226 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-10-10 17:31:35,319 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-10-10 17:31:35,319 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-10-10 17:31:35,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:31:35,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:31:35,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:31:35,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:31:35,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:31:35,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:31:35,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:31:35,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:31:35,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:31:35,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:31:35,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:31:35,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:31:35,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:31:35,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:31:35,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:31:35,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:31:35,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:31:35,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:31:35,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:31:35,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:31:35,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:31:35,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:31:35,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:31:35,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:31:35,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:31:35,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:31:35,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:31:35,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:31:35,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:31:35,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:31:35,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:31:35,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:31:35,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:31:35,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:31:35,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:31:35,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:31:35,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:31:35,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:31:35,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:31:35,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:31:35,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:31:35,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:31:35,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:31:35,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:31:35,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:31:35,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:31:35,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:31:35,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:31:35,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-10 17:31:35,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:31:35,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:31:35,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:31:35,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:31:35,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:31:35,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:31:35,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:31:35,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:31:35,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:31:35,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:31:35,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:31:35,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:31:35,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:31:35,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:31:35,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:31:35,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:31:35,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:31:35,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:31:35,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:31:35,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:31:35,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:31:35,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:31:35,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:31:35,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:31:35,330 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-10 17:31:35,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:31:35,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13fde9b1-647a-474d-b9c7-fd3fac4a98c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:31:35,337 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-13fde9b1-647a-474d-b9c7-fd3fac4a98c4 2018-10-10 17:31:35,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:31:35,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:31:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["1AA64PHeTfqKEFnn2xw7eg"], "issued_at": "2018-10-10T17:31:35.000000Z"}} 2018-10-10 17:31:35,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa78f7c8dd5516b7298487d3bac6de83d94a867f" 2018-10-10 17:31:35,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-ffd87602-0c4b-4bcf-b3e6-17336ecd99f6 Date: Wed, 10 Oct 2018 17:31:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-10 17:31:35,971 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20 used request id req-ffd87602-0c4b-4bcf-b3e6-17336ecd99f6 2018-10-10 17:31:35,971 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-10-10 17:31:35,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa78f7c8dd5516b7298487d3bac6de83d94a867f" 2018-10-10 17:31:36,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4854f188-6e95-40e8-ad42-913a68d69e24 Date: Wed, 10 Oct 2018 17:31:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 17:31:36,122 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-4854f188-6e95-40e8-ad42-913a68d69e24 2018-10-10 17:31:36,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa78f7c8dd5516b7298487d3bac6de83d94a867f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-10-10 17:31:36,415 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/c367184d-aa31-408d-a2f1-916ea18a532c X-Openstack-Request-Id: req-9d0537bb-a660-4dc9-bb43-80dd6a157325 Date: Wed, 10 Oct 2018 17:31:36 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-10-10T17:31:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T17:31:36Z", "visibility": "public", "locations": [], "self": "/v2/images/c367184d-aa31-408d-a2f1-916ea18a532c", "min_disk": 0, "protected": false, "id": "c367184d-aa31-408d-a2f1-916ea18a532c", "file": "/v2/images/c367184d-aa31-408d-a2f1-916ea18a532c/file", "checksum": null, "owner": "d00928b339b74d1eac5a92b45f495878", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 17:31:36,415 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-9d0537bb-a660-4dc9-bb43-80dd6a157325 2018-10-10 17:31:36,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/c367184d-aa31-408d-a2f1-916ea18a532c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa78f7c8dd5516b7298487d3bac6de83d94a867f" -d '' 2018-10-10 17:31:49,853 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-291a2e9f-c0db-4948-b3ba-b0a014a10f3a Date: Wed, 10 Oct 2018 17:31:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:31:49,853 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/c367184d-aa31-408d-a2f1-916ea18a532c/file used request id req-291a2e9f-c0db-4948-b3ba-b0a014a10f3a 2018-10-10 17:31:49,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:31:49,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:31:49,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:31:49,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:31:49,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:31:49,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:31:49,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:31:49,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:31:49,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:31:49,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:31:49,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:31:49,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:31:49,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:31:49,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:31:49,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:31:49,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:31:49,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:31:49,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:31:49,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:31:49,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:31:49,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:31:49,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:31:49,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:31:49,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:31:49,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:31:49,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cab6c7a0-217c-40a3-b753-7b9e40a25742 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:31:49,867 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cab6c7a0-217c-40a3-b753-7b9e40a25742 2018-10-10 17:31:49,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:31:50,237 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:31:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["9FYcRHHgQlO8EeZQN9Q2DQ"], "issued_at": "2018-10-10T17:31:50.000000Z"}} 2018-10-10 17:31:50,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384abe9cb1ec7a93a87266e7cd40763179141cd9" 2018-10-10 17:31:50,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-853ea13f-98c7-4c30-be88-ee47bb48fa11 x-compute-request-id: req-853ea13f-98c7-4c30-be88-ee47bb48fa11 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 17:31:50,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail used request id req-853ea13f-98c7-4c30-be88-ee47bb48fa11 2018-10-10 17:31:50,792 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-10-10 17:31:50,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384abe9cb1ec7a93a87266e7cd40763179141cd9" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "m1.custom", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1024, "id": null, "swap": 0}}' 2018-10-10 17:31:50,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17: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-0c8dddec-e6bb-45e0-a2d1-e8a12276dc29 x-compute-request-id: req-0c8dddec-e6bb-45e0-a2d1-e8a12276dc29 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:31:50,844 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-0c8dddec-e6bb-45e0-a2d1-e8a12276dc29 2018-10-10 17:31:50,845 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca created successfully. 2018-10-10 17:31:50,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:31:50,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c9ae5a8-76a7-4904-891b-9910c83e8b6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:31:50,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7c9ae5a8-76a7-4904-891b-9910c83e8b6e 2018-10-10 17:31:50,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:31:51,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:31:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["-r_xODCJSlKhG4aBT9CUIg"], "issued_at": "2018-10-10T17:31:51.000000Z"}} 2018-10-10 17:31:51,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" 2018-10-10 17:31:51,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4424 X-Openstack-Request-Id: req-d90b5c57-031d-4973-a781-0edb2e9de188 Date: Wed, 10 Oct 2018 17:31:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"028ddf86-c659-470e-87a2-1138bc02467c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["b67e15a1-b00b-49ed-8f29-5b3c39489e4f"],"description":"","tags":[],"updated_at":"2018-10-10T17:15:19Z","provider:segmentation_id":8,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:15:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"07982536-c155-421e-958b-a844fc4e6af9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88ac93158d8449dd8dd7db632287565b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:24:07Z","provider:segmentation_id":49,"name":"","admin_state_up":true,"tenant_id":"88ac93158d8449dd8dd7db632287565b","created_at":"2018-10-10T17:24:07Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4f459da4-6388-427b-8a36-27f5c8b6bd26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["a6d2698d-355a-4b2a-b341-c27761141800"],"description":"","tags":[],"updated_at":"2018-10-10T17:28:05Z","provider:segmentation_id":57,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:28:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a6c9b9bb-8206-4674-ab63-d0afd1c8dc04","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88ac93158d8449dd8dd7db632287565b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:24:10Z","provider:segmentation_id":61,"name":"","admin_state_up":true,"tenant_id":"88ac93158d8449dd8dd7db632287565b","created_at":"2018-10-10T17:24:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"acb91471-5b48-45ac-9db1-788f4daab4c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88ac93158d8449dd8dd7db632287565b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:23:57Z","provider:segmentation_id":29,"name":"","admin_state_up":true,"tenant_id":"88ac93158d8449dd8dd7db632287565b","created_at":"2018-10-10T17:23:56Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d2d89aed-1b45-4135-9885-9884a0301b97","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88ac93158d8449dd8dd7db632287565b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:24:05Z","provider:segmentation_id":76,"name":"","admin_state_up":true,"tenant_id":"88ac93158d8449dd8dd7db632287565b","created_at":"2018-10-10T17:24:05Z","provider:network_type":"vxlan"}]} 2018-10-10 17:31:51,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-d90b5c57-031d-4973-a781-0edb2e9de188 2018-10-10 17:31:51,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" 2018-10-10 17:31:51,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1884 X-Openstack-Request-Id: req-461d5dfb-e85c-4957-b7d9-8d1d774fef0d Date: Wed, 10 Oct 2018 17:31:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f459da4-6388-427b-8a36-27f5c8b6bd26","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:28:05Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T17:28:05Z","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":"d00928b339b74d1eac5a92b45f495878","id":"a6d2698d-355a-4b2a-b341-c27761141800","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:55Z","dns_nameservers":[],"updated_at":"2018-10-10T14:26:55Z","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":"25755ab7f5f8487082789bbb78ca1c9e","id":"b0a0249e-f730-4a48-8032-264a390edf2d","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"028ddf86-c659-470e-87a2-1138bc02467c","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:15:19Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T17:15:19Z","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":"d00928b339b74d1eac5a92b45f495878","id":"b67e15a1-b00b-49ed-8f29-5b3c39489e4f","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-10-10 17:31:51,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-461d5dfb-e85c-4957-b7d9-8d1d774fef0d 2018-10-10 17:31:51,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" 2018-10-10 17:31:52,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ebe39a87-5cd9-4657-859f-65bb421e0219 Date: Wed, 10 Oct 2018 17:31:52 GMT RESP BODY: {"routers": []} 2018-10-10 17:31:52,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers used request id req-ebe39a87-5cd9-4657-859f-65bb421e0219 2018-10-10 17:31:52,085 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-10-10 17:31:52,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" -d '{"network": {"name": "sdnvpn-13-1-net", "admin_state_up": true}}' 2018-10-10 17:31:52,473 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-99a1dd3c-2cac-4366-96ff-ca8c1c3bb688 Date: Wed, 10 Oct 2018 17:31:52 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7201d13a-79ab-4df3-a386-ad77a9775799","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:31:52Z","is_default":false,"provider:segmentation_id":21,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:31:52Z","mtu":1450}} 2018-10-10 17:31:52,474 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-99a1dd3c-2cac-4366-96ff-ca8c1c3bb688 2018-10-10 17:31:52,474 - sdnvpn.lib.openstack_utils - DEBUG - Network '7201d13a-79ab-4df3-a386-ad77a9775799' created successfully 2018-10-10 17:31:52,474 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-10 17:31:52,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" -d '{"subnets": [{"ip_version": 4, "network_id": "7201d13a-79ab-4df3-a386-ad77a9775799", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-13-1-subnet"}]}' 2018-10-10 17:31:53,014 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-c30d813d-b4ba-491d-a56c-c26e0aa02351 Date: Wed, 10 Oct 2018 17:31:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7201d13a-79ab-4df3-a386-ad77a9775799","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:31:52Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-10T17:31:52Z","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":"d00928b339b74d1eac5a92b45f495878","id":"dd84e58b-f549-434a-8ff7-fc9b10510865","subnetpool_id":null,"name":"sdnvpn-13-1-subnet"}]} 2018-10-10 17:31:53,014 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-c30d813d-b4ba-491d-a56c-c26e0aa02351 2018-10-10 17:31:53,014 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'dd84e58b-f549-434a-8ff7-fc9b10510865' created successfully 2018-10-10 17:31:53,014 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-10 17:31:53,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" -d '{"router": {"name": "sdnvpn-13-1-router", "admin_state_up": true}}' 2018-10-10 17:31:53,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-3886f25a-050b-4c0f-8a39-69784c1ce62b Date: Wed, 10 Oct 2018 17:31:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T17:31:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T17:31:53Z", "revision_number": 0, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "19976002-0801-453c-b189-f19baa6dc0b1", "name": "sdnvpn-13-1-router"}} 2018-10-10 17:31:53,421 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-3886f25a-050b-4c0f-8a39-69784c1ce62b 2018-10-10 17:31:53,422 - sdnvpn.lib.openstack_utils - DEBUG - Router '19976002-0801-453c-b189-f19baa6dc0b1' created successfully 2018-10-10 17:31:53,422 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-10 17:31:53,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/19976002-0801-453c-b189-f19baa6dc0b1/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" -d '{"subnet_id": "dd84e58b-f549-434a-8ff7-fc9b10510865"}' 2018-10-10 17:31:54,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8ea23419-eb8b-493a-ae3e-abab26413716 Date: Wed, 10 Oct 2018 17:31:54 GMT RESP BODY: {"network_id": "7201d13a-79ab-4df3-a386-ad77a9775799", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "subnet_id": "dd84e58b-f549-434a-8ff7-fc9b10510865", "subnet_ids": ["dd84e58b-f549-434a-8ff7-fc9b10510865"], "port_id": "4e757884-e37d-4e8f-abec-ce9c64e97b39", "id": "19976002-0801-453c-b189-f19baa6dc0b1"} 2018-10-10 17:31:54,979 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/19976002-0801-453c-b189-f19baa6dc0b1/add_router_interface used request id req-8ea23419-eb8b-493a-ae3e-abab26413716 2018-10-10 17:31:54,979 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-10 17:31:54,979 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-10 17:31:54,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" 2018-10-10 17:31:55,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5085 X-Openstack-Request-Id: req-fa08bc4d-98f4-4b89-9895-ba1c334f9ed2 Date: Wed, 10 Oct 2018 17:31:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"028ddf86-c659-470e-87a2-1138bc02467c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["b67e15a1-b00b-49ed-8f29-5b3c39489e4f"],"description":"","tags":[],"updated_at":"2018-10-10T17:15:19Z","provider:segmentation_id":8,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:15:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"07982536-c155-421e-958b-a844fc4e6af9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88ac93158d8449dd8dd7db632287565b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:24:07Z","provider:segmentation_id":49,"name":"","admin_state_up":true,"tenant_id":"88ac93158d8449dd8dd7db632287565b","created_at":"2018-10-10T17:24:07Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4f459da4-6388-427b-8a36-27f5c8b6bd26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["a6d2698d-355a-4b2a-b341-c27761141800"],"description":"","tags":[],"updated_at":"2018-10-10T17:28:05Z","provider:segmentation_id":57,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:28:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7201d13a-79ab-4df3-a386-ad77a9775799","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","subnets":["dd84e58b-f549-434a-8ff7-fc9b10510865"],"description":"","tags":[],"updated_at":"2018-10-10T17:31:52Z","provider:segmentation_id":21,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:31:52Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a6c9b9bb-8206-4674-ab63-d0afd1c8dc04","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88ac93158d8449dd8dd7db632287565b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:24:10Z","provider:segmentation_id":61,"name":"","admin_state_up":true,"tenant_id":"88ac93158d8449dd8dd7db632287565b","created_at":"2018-10-10T17:24:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"acb91471-5b48-45ac-9db1-788f4daab4c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88ac93158d8449dd8dd7db632287565b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:23:57Z","provider:segmentation_id":29,"name":"","admin_state_up":true,"tenant_id":"88ac93158d8449dd8dd7db632287565b","created_at":"2018-10-10T17:23:56Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d2d89aed-1b45-4135-9885-9884a0301b97","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88ac93158d8449dd8dd7db632287565b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-10T17:24:05Z","provider:segmentation_id":76,"name":"","admin_state_up":true,"tenant_id":"88ac93158d8449dd8dd7db632287565b","created_at":"2018-10-10T17:24:05Z","provider:network_type":"vxlan"}]} 2018-10-10 17:31:55,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-fa08bc4d-98f4-4b89-9895-ba1c334f9ed2 2018-10-10 17:31:55,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/19976002-0801-453c-b189-f19baa6dc0b1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" -d '{"router": {"external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39"}}}' 2018-10-10 17:31:56,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-ad45388e-91d8-4a41-8953-2e85b2cbf83c Date: Wed, 10 Oct 2018 17:31:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T17:31:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T17:31:56Z", "revision_number": 3, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "19976002-0801-453c-b189-f19baa6dc0b1", "name": "sdnvpn-13-1-router"}} 2018-10-10 17:31:56,481 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/19976002-0801-453c-b189-f19baa6dc0b1 used request id req-ad45388e-91d8-4a41-8953-2e85b2cbf83c 2018-10-10 17:31:56,482 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-10 17:31:56,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" 2018-10-10 17:31:56,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-2c8972ab-cb3a-4c87-aa19-97f9688b8110 Date: Wed, 10 Oct 2018 17:31:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "created_at": "2018-10-10T14:26:48Z", "updated_at": "2018-10-10T14:26:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "1b2f64e9-8373-4a4d-b39b-896777814852", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "35b3fd72-39bf-4396-a99c-d3a11ffcd000", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "67a0d3ea-fc00-4b18-834d-80ff167f2d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:26:48Z", "revision_number": 0, "id": "b060c4c4-e522-4a9a-8991-23c62da0fa27", "remote_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "remote_ip_prefix": null, "created_at": "2018-10-10T14:26:48Z", "security_group_id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "tenant_id": "25755ab7f5f8487082789bbb78ca1c9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "25755ab7f5f8487082789bbb78ca1c9e"}], "revision_number": 4, "project_id": "25755ab7f5f8487082789bbb78ca1c9e", "id": "2d8e7304-841a-472d-a6dc-934eb3c2ad9c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T14:36:38Z", "updated_at": "2018-10-10T14:36:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "10a8ab1c-9a0c-4afa-ba01-9b5c4a44cea5", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "3d2e4e3c-8a8f-4cb5-9b82-c0b494a070a4", "remote_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "4d9e7f92-f137-4880-83a5-2819c4db43de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:36:38Z", "revision_number": 0, "id": "f8d6a41a-6c87-44af-85a7-63787b12a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:36:38Z", "security_group_id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 4, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "66a1ac78-7b89-45b8-9704-bd07844d0cd1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9159c9580e42418192303fcbcaac7003", "created_at": "2018-10-10T16:50:16Z", "updated_at": "2018-10-10T16:50:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "53bb9cee-d287-460c-81f4-cf667cd69062", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "abbec588-e284-4eaa-945e-020567df2594", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv6", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "ccee292e-a260-43c9-a873-3eb28dc6cc28", "remote_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:50:17Z", "revision_number": 0, "id": "f01ba550-6535-45d2-9a50-4f8b1abf0865", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:50:17Z", "security_group_id": "8544d859-73ec-498f-8301-e2235d177a01", "tenant_id": "9159c9580e42418192303fcbcaac7003", "port_range_min": null, "ethertype": "IPv4", "project_id": "9159c9580e42418192303fcbcaac7003"}], "revision_number": 4, "project_id": "9159c9580e42418192303fcbcaac7003", "id": "8544d859-73ec-498f-8301-e2235d177a01", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T16:55:14Z", "updated_at": "2018-10-10T16:58:11Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-10T16:58:11Z", "revision_number": 0, "id": "6c2b90b6-dc32-4d6e-b1cd-8739c7f7d7f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:58:11Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 179, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8baf8790-daaa-4d31-86e3-28959d6b01fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:14Z", "revision_number": 0, "id": "8c55c9aa-ef19-4cd2-bd60-3588618c6584", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:14Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "a650f5c7-d120-467e-b30c-b8f77a459680", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "abbe640c-fd34-4bfe-9f4f-c2375ad75114", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "d0682f26-9774-4a15-bf12-ec653ac9efcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-10T16:55:15Z", "revision_number": 0, "id": "db4b9bdb-cbf7-4b9a-a9a7-7d6a8cac30b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T16:55:15Z", "security_group_id": "90409ce8-77de-4088-be50-1e033812a399", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d00928b339b74d1eac5a92b45f495878"}], "revision_number": 7, "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "90409ce8-77de-4088-be50-1e033812a399", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-10T14:38:46Z", "updated_at": "2018-10-10T14:38:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "22b5e21f-b0fc-4a21-9077-ee1eb50ee0b4", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "9ba9114b-f989-4466-b88f-5bdcb16f7c47", "remote_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "d656add8-0a0d-4718-8252-3a89b1e43bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-10T14:38:46Z", "revision_number": 0, "id": "f9ca7499-fc3f-482e-8515-a8c0d665c8a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-10T14:38:46Z", "security_group_id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f5aa8392-ffc1-4236-aa5f-f527b896e4af", "name": "default"}]} 2018-10-10 17:31:56,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-2c8972ab-cb3a-4c87-aa19-97f9688b8110 2018-10-10 17:31:56,700 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-10 17:31:56,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:31:56,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ac9cbfd-2067-4217-80f9-63a0b263c555 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:31:56,708 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9ac9cbfd-2067-4217-80f9-63a0b263c555 2018-10-10 17:31:56,708 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:31:57,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:31:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["RwoOXguvRNuRHdXSMyupTQ"], "issued_at": "2018-10-10T17:31:57.000000Z"}} 2018-10-10 17:31:57,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196e74a742acf3d4038efda0f18245e1a0a30714" 2018-10-10 17:31:57,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-587fb497-541e-4849-b8d4-a039a89e675c x-compute-request-id: req-587fb497-541e-4849-b8d4-a039a89e675c Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.3", "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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "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.6", "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}]} 2018-10-10 17:31:57,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-587fb497-541e-4849-b8d4-a039a89e675c 2018-10-10 17:31:57,259 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-10 17:31:57,259 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-1'... 2018-10-10 17:31:57,259 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-1 flavor=m1.custom image=c367184d-aa31-408d-a2f1-916ea18a532c network=7201d13a-79ab-4df3-a386-ad77a9775799 secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set -xe sudo useradd -m sdnvpn sudo adduser sdnvpn sudo sudo echo sdnvpn:opnfv | chpasswd sleep 20 sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up 2018-10-10 17:31:57,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:31:57,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:31:57,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:31:57,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:31:57,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:31:57,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:31:57,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:31:57,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:31:57,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:31:57,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:31:57,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:31:57,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:31:57,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:31:57,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:31:57,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:31:57,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:31:57,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:31:57,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:31:57,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:31:57,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:31:57,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:31:57,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:31:57,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:31:57,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:31:57,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:31:57,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:31:57,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:31:57,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:31:57,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:31:57,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:31:57,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:31:57,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:31:57,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:31:57,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:31:57,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:31:57,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:31:57,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:31:57,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:31:57,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:31:57,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:31:57,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:31:57,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:31:57,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:31:57,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:31:57,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:31:57,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:31:57,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:31:57,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:31:57,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:31:57,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5818749-4122-404a-a428-fd525d3ac5cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:31:57,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e5818749-4122-404a-a428-fd525d3ac5cd 2018-10-10 17:31:57,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:31:57,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:31:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["FIVdDh--TuCoi6qhodGsvg"], "issued_at": "2018-10-10T17:31:57.000000Z"}} 2018-10-10 17:31:57,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00385113f8ec46ff9bf65cd1a075d0184c4b04db" 2018-10-10 17:31:57,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7530d346-e2f5-46af-a3b6-0deb6b359c3d x-compute-request-id: req-7530d346-e2f5-46af-a3b6-0deb6b359c3d Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}, {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}], "name": "m1.custom"}]} 2018-10-10 17:31:57,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-7530d346-e2f5-46af-a3b6-0deb6b359c3d 2018-10-10 17:31:57,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00385113f8ec46ff9bf65cd1a075d0184c4b04db" 2018-10-10 17:31:57,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec507961-79d8-44ed-b9e0-da5651c11375 x-compute-request-id: req-ec507961-79d8-44ed-b9e0-da5651c11375 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:31:57,862 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca used request id req-ec507961-79d8-44ed-b9e0-da5651c11375 2018-10-10 17:31:57,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00385113f8ec46ff9bf65cd1a075d0184c4b04db" -d '{"server": {"name": "sdnvpn-13-1", "imageRef": "c367184d-aa31-408d-a2f1-916ea18a532c", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7201d13a-79ab-4df3-a386-ad77a9775799"}], "config_drive": true}}' 2018-10-10 17:31:59,393 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:31:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-71c902ef-52a6-41bd-bbf5-370b7d263a83 x-compute-request-id: req-71c902ef-52a6-41bd-bbf5-370b7d263a83 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "93e3db60-55bb-4006-a887-c2deed51e795", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "adminPass": "WjY3g5P9NoVg"}} 2018-10-10 17:31:59,393 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-71c902ef-52a6-41bd-bbf5-370b7d263a83 2018-10-10 17:31:59,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:31:59,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4827658a-9188-40b5-864b-6beb7dfc4027 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:31:59,401 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4827658a-9188-40b5-864b-6beb7dfc4027 2018-10-10 17:31:59,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:31:59,794 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:31:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["kKMZC7i5S62hpWOwqZRmmg"], "issued_at": "2018-10-10T17:31:59.000000Z"}} 2018-10-10 17:31:59,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:32:00,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:31:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d75a8f6c-b29a-4dd4-bdc2-41c06dc08d25 x-compute-request-id: req-d75a8f6c-b29a-4dd4-bdc2-41c06dc08d25 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.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:31:59Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:32:00,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-d75a8f6c-b29a-4dd4-bdc2-41c06dc08d25 2018-10-10 17:32:03,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:32:04,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:32:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33480839-bf4c-4de5-88d1-7915e9f99acb x-compute-request-id: req-33480839-bf4c-4de5-88d1-7915e9f99acb Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:32:04,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-33480839-bf4c-4de5-88d1-7915e9f99acb 2018-10-10 17:32:07,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:32:07,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:32:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5af5884c-c478-43ac-b48f-6beaa056d635 x-compute-request-id: req-5af5884c-c478-43ac-b48f-6beaa056d635 Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:32:07,662 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-5af5884c-c478-43ac-b48f-6beaa056d635 2018-10-10 17:32:10,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:32:11,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:32:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37e18f2a-3246-4f22-b346-a185af34b96f x-compute-request-id: req-37e18f2a-3246-4f22-b346-a185af34b96f Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:32:11,493 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-37e18f2a-3246-4f22-b346-a185af34b96f 2018-10-10 17:32:14,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:32:15,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:32:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4324219-30b0-4281-a957-27261285ee07 x-compute-request-id: req-e4324219-30b0-4281-a957-27261285ee07 Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:32:15,741 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-e4324219-30b0-4281-a957-27261285ee07 2018-10-10 17:32:18,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:32:19,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:32:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ffe475e-29b0-40e0-83c6-baecb4fcd3b3 x-compute-request-id: req-2ffe475e-29b0-40e0-83c6-baecb4fcd3b3 Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:32:19,581 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-2ffe475e-29b0-40e0-83c6-baecb4fcd3b3 2018-10-10 17:32:22,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:32:23,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:32:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b6001a5-601b-4c7d-9abf-d25f6654879a x-compute-request-id: req-6b6001a5-601b-4c7d-9abf-d25f6654879a Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:32:23,040 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-6b6001a5-601b-4c7d-9abf-d25f6654879a 2018-10-10 17:32:26,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:32:27,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:32:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e64b94d6-3078-40be-a322-4309f43ceffb x-compute-request-id: req-e64b94d6-3078-40be-a322-4309f43ceffb Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:32:27,189 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-e64b94d6-3078-40be-a322-4309f43ceffb 2018-10-10 17:32:30,195 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:32:30,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:32:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd322613-4941-4c5c-b30b-2a8a06e9c192 x-compute-request-id: req-bd322613-4941-4c5c-b30b-2a8a06e9c192 Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:32:30,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-bd322613-4941-4c5c-b30b-2a8a06e9c192 2018-10-10 17:32:33,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:32:34,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:32: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-c62bccf6-025d-4535-84da-dea99f4a26d7 x-compute-request-id: req-c62bccf6-025d-4535-84da-dea99f4a26d7 Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:32:34,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-c62bccf6-025d-4535-84da-dea99f4a26d7 2018-10-10 17:32:37,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:32:38,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:32:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2dcb2660-2672-44bb-8c3a-5e10d59a8e38 x-compute-request-id: req-2dcb2660-2672-44bb-8c3a-5e10d59a8e38 Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:32:38,280 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-2dcb2660-2672-44bb-8c3a-5e10d59a8e38 2018-10-10 17:32:41,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:32:42,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:32:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9264b71-bb86-4de3-ac32-b3f8c91c38c8 x-compute-request-id: req-a9264b71-bb86-4de3-ac32-b3f8c91c38c8 Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:32:42,062 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-a9264b71-bb86-4de3-ac32-b3f8c91c38c8 2018-10-10 17:32:45,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:32:45,672 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:32:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b30efb6b-7129-4ba4-a8cc-e8e6bdbe0f64 x-compute-request-id: req-b30efb6b-7129-4ba4-a8cc-e8e6bdbe0f64 Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:32:45,672 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-b30efb6b-7129-4ba4-a8cc-e8e6bdbe0f64 2018-10-10 17:32:48,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:32:49,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:32:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf062c8e-a57f-442d-b5f4-bfa47b24aba8 x-compute-request-id: req-cf062c8e-a57f-442d-b5f4-bfa47b24aba8 Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:32:49,137 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-cf062c8e-a57f-442d-b5f4-bfa47b24aba8 2018-10-10 17:32:52,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:32:52,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:32:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a74f9bcc-070e-4b8c-b045-7647895ca4a5 x-compute-request-id: req-a74f9bcc-070e-4b8c-b045-7647895ca4a5 Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:32:52,907 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-a74f9bcc-070e-4b8c-b045-7647895ca4a5 2018-10-10 17:32:55,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:32:57,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:32:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70ea792b-b1ab-4e62-9227-41fa55251d41 x-compute-request-id: req-70ea792b-b1ab-4e62-9227-41fa55251d41 Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:32:57,047 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-70ea792b-b1ab-4e62-9227-41fa55251d41 2018-10-10 17:33:00,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:33:00,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e93b00a3-a379-4f81-bc54-c8e974a11172 x-compute-request-id: req-e93b00a3-a379-4f81-bc54-c8e974a11172 Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:33:00,643 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-e93b00a3-a379-4f81-bc54-c8e974a11172 2018-10-10 17:33:03,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:33:04,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97d4be77-4a58-48e9-bcca-a0388f5f3afb x-compute-request-id: req-97d4be77-4a58-48e9-bcca-a0388f5f3afb Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:33:04,264 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-97d4be77-4a58-48e9-bcca-a0388f5f3afb 2018-10-10 17:33:07,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:33:08,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb41fd46-aa71-45d5-8111-4d84fcf4a30f x-compute-request-id: req-cb41fd46-aa71-45d5-8111-4d84fcf4a30f Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:33:08,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-cb41fd46-aa71-45d5-8111-4d84fcf4a30f 2018-10-10 17:33:11,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:33:11,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62deecdb-1ef1-49df-8931-5c8ef626641e x-compute-request-id: req-62deecdb-1ef1-49df-8931-5c8ef626641e Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:33:11,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-62deecdb-1ef1-49df-8931-5c8ef626641e 2018-10-10 17:33:14,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:33:15,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db76e982-e8da-4cc5-b870-dae117bf2753 x-compute-request-id: req-db76e982-e8da-4cc5-b870-dae117bf2753 Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:33:15,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-db76e982-e8da-4cc5-b870-dae117bf2753 2018-10-10 17:33:18,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:33:18,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47ec568a-b3a3-4109-85ae-dc8111932e5a x-compute-request-id: req-47ec568a-b3a3-4109-85ae-dc8111932e5a Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:33:18,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-47ec568a-b3a3-4109-85ae-dc8111932e5a 2018-10-10 17:33:21,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:33:22,456 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c95fc65-2c28-43a0-be57-b7e5684eacb1 x-compute-request-id: req-1c95fc65-2c28-43a0-be57-b7e5684eacb1 Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:33:22,457 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-1c95fc65-2c28-43a0-be57-b7e5684eacb1 2018-10-10 17:33:25,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:33:26,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ca97efa-29c1-4913-92c1-746d93d329dc x-compute-request-id: req-5ca97efa-29c1-4913-92c1-746d93d329dc Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:33:26,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-5ca97efa-29c1-4913-92c1-746d93d329dc 2018-10-10 17:33:29,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:33:29,416 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-897b67df-9455-44c6-ab23-9fdc71ce004e x-compute-request-id: req-897b67df-9455-44c6-ab23-9fdc71ce004e Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:33:29,416 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-897b67df-9455-44c6-ab23-9fdc71ce004e 2018-10-10 17:33:32,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:33:33,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be6d5809-6c93-4b0f-a61e-5948c52a815a x-compute-request-id: req-be6d5809-6c93-4b0f-a61e-5948c52a815a Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:33:33,268 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-be6d5809-6c93-4b0f-a61e-5948c52a815a 2018-10-10 17:33:36,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:33:37,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-458fa882-c80c-4c7d-92ec-d0fe98134c1a x-compute-request-id: req-458fa882-c80c-4c7d-92ec-d0fe98134c1a Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:33:37,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-458fa882-c80c-4c7d-92ec-d0fe98134c1a 2018-10-10 17:33:40,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:33:41,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9311a720-4b5d-40cc-a8d5-fe576b45a65a x-compute-request-id: req-9311a720-4b5d-40cc-a8d5-fe576b45a65a Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:33:41,114 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-9311a720-4b5d-40cc-a8d5-fe576b45a65a 2018-10-10 17:33:44,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:33:44,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1cdf02bf-c03d-4025-a488-3bf4f0a99387 x-compute-request-id: req-1cdf02bf-c03d-4025-a488-3bf4f0a99387 Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:33:44,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-1cdf02bf-c03d-4025-a488-3bf4f0a99387 2018-10-10 17:33:47,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:33:48,738 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7eefe3f-67b3-45e0-b5d0-e00d5649bc39 x-compute-request-id: req-b7eefe3f-67b3-45e0-b5d0-e00d5649bc39 Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:33:48,738 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-b7eefe3f-67b3-45e0-b5d0-e00d5649bc39 2018-10-10 17:33:51,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:33:52,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9924143f-d5e8-4c26-8e3d-c8c4a5239f16 x-compute-request-id: req-9924143f-d5e8-4c26-8e3d-c8c4a5239f16 Content-Encoding: gzip Content-Length: 779 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:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:32:00Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:33:52,193 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-9924143f-d5e8-4c26-8e3d-c8c4a5239f16 2018-10-10 17:33:55,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d424f31c8f3476626b1287992070f07074af2972" 2018-10-10 17:33:55,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-813127ee-28d9-4599-b953-f369589a0b3b x-compute-request-id: req-813127ee-28d9-4599-b953-f369589a0b3b Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": "2018-10-10T17:33:51.000000", "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:33:52Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:33:55,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-813127ee-28d9-4599-b953-f369589a0b3b 2018-10-10 17:33:55,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00385113f8ec46ff9bf65cd1a075d0184c4b04db" 2018-10-10 17:33:56,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0068123a-5413-4114-a340-94dba0a19b58 x-compute-request-id: req-0068123a-5413-4114-a340-94dba0a19b58 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:9a:38", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/93e3db60-55bb-4006-a887-c2deed51e795", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": "2018-10-10T17:33:51.000000", "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "93e3db60-55bb-4006-a887-c2deed51e795", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:33:52Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-10-10T17:31:59Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:33:56,177 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795 used request id req-0068123a-5413-4114-a340-94dba0a19b58 2018-10-10 17:33:56,177 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-1' booted successfully. IP='10.10.10.14'. 2018-10-10 17:33:56,177 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-1' to security group 'sdnvpn-sg'... 2018-10-10 17:33:56,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196e74a742acf3d4038efda0f18245e1a0a30714" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:33:57,596 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:33: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-ef0382c5-a4b9-4ebf-82f9-144155e270be x-compute-request-id: req-ef0382c5-a4b9-4ebf-82f9-144155e270be Content-Length: 0 Content-Type: application/json 2018-10-10 17:33:57,596 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795/action used request id req-ef0382c5-a4b9-4ebf-82f9-144155e270be 2018-10-10 17:33:57,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" 2018-10-10 17:33:57,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10242 X-Openstack-Request-Id: req-810a6feb-bb66-490c-8efd-9812efd5e518 Date: Wed, 10 Oct 2018 17:33:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:31:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd84e58b-f549-434a-8ff7-fc9b10510865","ip_address":"10.10.10.3"}],"id":"2b75205d-67c2-4e27-9e15-8301378e5f3e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:51:f1:76","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7201d13a-79ab-4df3-a386-ad77a9775799","name":"","admin_state_up":true,"network_id":"7201d13a-79ab-4df3-a386-ad77a9775799","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:31:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:28:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a6d2698d-355a-4b2a-b341-c27761141800","ip_address":"10.10.10.4"}],"id":"2cb20332-2791-400b-b86a-8eab2ce4fb01","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:c4:0c","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4f459da4-6388-427b-8a36-27f5c8b6bd26","name":"","admin_state_up":true,"network_id":"4f459da4-6388-427b-8a36-27f5c8b6bd26","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:28:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:28:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a6d2698d-355a-4b2a-b341-c27761141800","ip_address":"10.10.10.3"}],"id":"354b954c-262d-4f63-9e59-9c390effec60","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:db:18","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4f459da4-6388-427b-8a36-27f5c8b6bd26","name":"","admin_state_up":true,"network_id":"4f459da4-6388-427b-8a36-27f5c8b6bd26","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:28:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:15:22Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b67e15a1-b00b-49ed-8f29-5b3c39489e4f","ip_address":"10.10.10.4"}],"id":"37c73282-3ee4-41dd-8ed7-f21b40f28678","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:bb:68","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-028ddf86-c659-470e-87a2-1138bc02467c","name":"","admin_state_up":true,"network_id":"028ddf86-c659-470e-87a2-1138bc02467c","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:15:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:15:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b67e15a1-b00b-49ed-8f29-5b3c39489e4f","ip_address":"10.10.10.3"}],"id":"4abdc153-e43a-4268-979f-68640b9f6759","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:04:4f:98","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-028ddf86-c659-470e-87a2-1138bc02467c","name":"","admin_state_up":true,"network_id":"028ddf86-c659-470e-87a2-1138bc02467c","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:15:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:31:54Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd84e58b-f549-434a-8ff7-fc9b10510865","ip_address":"10.10.10.1"}],"id":"4e757884-e37d-4e8f-abec-ce9c64e97b39","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a1:dc:38","project_id":"d00928b339b74d1eac5a92b45f495878","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"19976002-0801-453c-b189-f19baa6dc0b1","name":"","admin_state_up":true,"network_id":"7201d13a-79ab-4df3-a386-ad77a9775799","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:31:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:28:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a6d2698d-355a-4b2a-b341-c27761141800","ip_address":"10.10.10.2"}],"id":"6499ffb0-9755-4bb8-a886-dde6ade4cf6a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:91:ac","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4f459da4-6388-427b-8a36-27f5c8b6bd26","name":"","admin_state_up":true,"network_id":"4f459da4-6388-427b-8a36-27f5c8b6bd26","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:28:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:31:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd84e58b-f549-434a-8ff7-fc9b10510865","ip_address":"10.10.10.2"}],"id":"92664985-c4e1-406a-a2df-9b2b29fc8ac5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:8f:5a","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7201d13a-79ab-4df3-a386-ad77a9775799","name":"","admin_state_up":true,"network_id":"7201d13a-79ab-4df3-a386-ad77a9775799","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:31:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:31:55Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.203"}],"id":"b90aa6b7-a0bc-46c7-bd86-9cb26b8ec0e7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b5:42:28","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"19976002-0801-453c-b189-f19baa6dc0b1","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T17:31:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:15:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b67e15a1-b00b-49ed-8f29-5b3c39489e4f","ip_address":"10.10.10.2"}],"id":"c32ac3a3-fd71-4bf5-b8fa-2b02594b53f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:70:a0","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-028ddf86-c659-470e-87a2-1138bc02467c","name":"","admin_state_up":true,"network_id":"028ddf86-c659-470e-87a2-1138bc02467c","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:15:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:31:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd84e58b-f549-434a-8ff7-fc9b10510865","ip_address":"10.10.10.4"}],"id":"d332ef32-5968-4e6e-a245-66514cd721b9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:c7:e7","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7201d13a-79ab-4df3-a386-ad77a9775799","name":"","admin_state_up":true,"network_id":"7201d13a-79ab-4df3-a386-ad77a9775799","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:31:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:33:57Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd84e58b-f549-434a-8ff7-fc9b10510865","ip_address":"10.10.10.14"}],"id":"d755cb47-42d4-4894-8dfd-54fa84005f4f","security_groups":["66a1ac78-7b89-45b8-9704-bd07844d0cd1","90409ce8-77de-4088-be50-1e033812a399"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:9a:38","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"93e3db60-55bb-4006-a887-c2deed51e795","name":"","admin_state_up":true,"network_id":"7201d13a-79ab-4df3-a386-ad77a9775799","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:32:01Z","binding:vnic_type":"normal"}]} 2018-10-10 17:33:57,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports used request id req-810a6feb-bb66-490c-8efd-9812efd5e518 2018-10-10 17:33:57,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/ports/d755cb47-42d4-4894-8dfd-54fa84005f4f -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:58:9a:38"}]}}' 2018-10-10 17:33:58,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 975 X-Openstack-Request-Id: req-31dd2e67-9a8e-44ff-b965-dbf104106817 Date: Wed, 10 Oct 2018 17:33:58 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:58:9a:38"}],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:33:58Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dd84e58b-f549-434a-8ff7-fc9b10510865","ip_address":"10.10.10.14"}],"id":"d755cb47-42d4-4894-8dfd-54fa84005f4f","security_groups":["66a1ac78-7b89-45b8-9704-bd07844d0cd1","90409ce8-77de-4088-be50-1e033812a399"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:9a:38","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"93e3db60-55bb-4006-a887-c2deed51e795","name":"","admin_state_up":true,"network_id":"7201d13a-79ab-4df3-a386-ad77a9775799","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:32:01Z","binding:vnic_type":"normal"}} 2018-10-10 17:33:58,382 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/ports/d755cb47-42d4-4894-8dfd-54fa84005f4f used request id req-31dd2e67-9a8e-44ff-b965-dbf104106817 2018-10-10 17:33:58,382 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-2'... 2018-10-10 17:33:58,382 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-2 flavor=m1.custom image=c367184d-aa31-408d-a2f1-916ea18a532c network=7201d13a-79ab-4df3-a386-ad77a9775799 secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set -xe sudo useradd -m sdnvpn sudo adduser sdnvpn sudo sudo echo sdnvpn:opnfv | chpasswd sleep 20 sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up 2018-10-10 17:33:58,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:33:58,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:33:58,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:33:58,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:33:58,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:33:58,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:33:58,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:33:58,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:33:58,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:33:58,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:33:58,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:33:58,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:33:58,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:33:58,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:33:58,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:33:58,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:33:58,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:33:58,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:33:58,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:33:58,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:33:58,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:33:58,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:33:58,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:33:58,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:33:58,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:33:58,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:33:58,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:33:58,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:33:58,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:33:58,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:33:58,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:33:58,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:33:58,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:33:58,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:33:58,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:33:58,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:33:58,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:33:58,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:33:58,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:33:58,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:33:58,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:33:58,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:33:58,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:33:58,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:33:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:33:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:33:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:33:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:33:58,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:33:58,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-549589c4-8079-4f90-8c64-812ea39c1925 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:33:58,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-549589c4-8079-4f90-8c64-812ea39c1925 2018-10-10 17:33:58,403 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:33:58,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:33:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["GNBAjAXGQxaGnhSKpRdBgg"], "issued_at": "2018-10-10T17:33:58.000000Z"}} 2018-10-10 17:33:58,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdaf8e1d3c49b4ee35cdfc4c19241f12bc6091fd" 2018-10-10 17:33:59,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf7fca28-2dc8-41ac-957b-05a29ccd6a3c x-compute-request-id: req-bf7fca28-2dc8-41ac-957b-05a29ccd6a3c Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}, {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}], "name": "m1.custom"}]} 2018-10-10 17:33:59,026 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-bf7fca28-2dc8-41ac-957b-05a29ccd6a3c 2018-10-10 17:33:59,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdaf8e1d3c49b4ee35cdfc4c19241f12bc6091fd" 2018-10-10 17:33:59,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:33:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c01bbb62-1cb4-49f2-abca-15d23ee0ec3b x-compute-request-id: req-c01bbb62-1cb4-49f2-abca-15d23ee0ec3b Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:33:59,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca used request id req-c01bbb62-1cb4-49f2-abca-15d23ee0ec3b 2018-10-10 17:33:59,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdaf8e1d3c49b4ee35cdfc4c19241f12bc6091fd" -d '{"server": {"name": "sdnvpn-13-2", "imageRef": "c367184d-aa31-408d-a2f1-916ea18a532c", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7201d13a-79ab-4df3-a386-ad77a9775799"}], "config_drive": true}}' 2018-10-10 17:34:00,494 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:33:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-afac470b-2823-422d-a75f-9e37b8372b8e x-compute-request-id: req-afac470b-2823-422d-a75f-9e37b8372b8e Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "rel": "bookmark"}], "adminPass": "JcwAkJ5sdTWc"}} 2018-10-10 17:34:00,494 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-afac470b-2823-422d-a75f-9e37b8372b8e 2018-10-10 17:34:00,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:34:00,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-020dab8b-8383-4093-a118-53bea8b18775 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:34:00,502 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-020dab8b-8383-4093-a118-53bea8b18775 2018-10-10 17:34:00,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:34:00,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:34:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["dBOq_1fXR7Kmh2UsTu4Ejg"], "issued_at": "2018-10-10T17:34:00.000000Z"}} 2018-10-10 17:34:00,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4987eac82d6e857edee22f95db0375c0a240c63" 2018-10-10 17:34:01,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34: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-c4e0c08a-0b2c-4fde-8fd9-ce6a9b7ac0ca x-compute-request-id: req-c4e0c08a-0b2c-4fde-8fd9-ce6a9b7ac0ca 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.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:34: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-13-2", "created": "2018-10-10T17:34:00Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:34:01,223 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926 used request id req-c4e0c08a-0b2c-4fde-8fd9-ce6a9b7ac0ca 2018-10-10 17:34:04,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4987eac82d6e857edee22f95db0375c0a240c63" 2018-10-10 17:34:04,610 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d89cf30-c7e9-4b94-b87c-fa5c854a69c3 x-compute-request-id: req-1d89cf30-c7e9-4b94-b87c-fa5c854a69c3 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.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000161", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:34:01Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-10-10T17:34:00Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:34:04,611 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926 used request id req-1d89cf30-c7e9-4b94-b87c-fa5c854a69c3 2018-10-10 17:34:07,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4987eac82d6e857edee22f95db0375c0a240c63" 2018-10-10 17:34:08,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e625adf-f6d4-4efb-bb18-96395424d67e x-compute-request-id: req-5e625adf-f6d4-4efb-bb18-96395424d67e Content-Encoding: gzip Content-Length: 776 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:63:f0:73", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000161", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:34:01Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-10-10T17:34:00Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:34:08,154 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926 used request id req-5e625adf-f6d4-4efb-bb18-96395424d67e 2018-10-10 17:34:11,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4987eac82d6e857edee22f95db0375c0a240c63" 2018-10-10 17:34:12,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34: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-f26cfbed-c7cd-46d8-97cc-aae0a8683f8e x-compute-request-id: req-f26cfbed-c7cd-46d8-97cc-aae0a8683f8e Content-Encoding: gzip Content-Length: 776 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:63:f0:73", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000161", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:34:01Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-10-10T17:34:00Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:34:12,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926 used request id req-f26cfbed-c7cd-46d8-97cc-aae0a8683f8e 2018-10-10 17:34:15,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4987eac82d6e857edee22f95db0375c0a240c63" 2018-10-10 17:34:16,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-803f87fc-d391-43ea-a332-365af80f5e2a x-compute-request-id: req-803f87fc-d391-43ea-a332-365af80f5e2a Content-Encoding: gzip Content-Length: 776 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:63:f0:73", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000161", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:34:01Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-10-10T17:34:00Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:34:16,152 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926 used request id req-803f87fc-d391-43ea-a332-365af80f5e2a 2018-10-10 17:34:19,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4987eac82d6e857edee22f95db0375c0a240c63" 2018-10-10 17:34:19,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34: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-1bbd3a53-13de-46f2-a8c4-0b34a840959e x-compute-request-id: req-1bbd3a53-13de-46f2-a8c4-0b34a840959e Content-Encoding: gzip Content-Length: 781 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:63:f0:73", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000161", "OS-SRV-USG:launched_at": "2018-10-10T17:34:17.000000", "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:34:19Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-10-10T17:34:00Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:34:19,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926 used request id req-1bbd3a53-13de-46f2-a8c4-0b34a840959e 2018-10-10 17:34:19,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdaf8e1d3c49b4ee35cdfc4c19241f12bc6091fd" 2018-10-10 17:34:20,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34: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-f0d6701d-502d-4197-b3db-9fbf3cb265cc x-compute-request-id: req-f0d6701d-502d-4197-b3db-9fbf3cb265cc Content-Encoding: gzip Content-Length: 781 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:63:f0:73", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "rel": "bookmark"}], "image": {"id": "c367184d-aa31-408d-a2f1-916ea18a532c", "links": [{"href": "http://172.30.9.27:8774/images/c367184d-aa31-408d-a2f1-916ea18a532c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000161", "OS-SRV-USG:launched_at": "2018-10-10T17:34:17.000000", "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "6ad2a5cf-0b68-415f-9506-fa0ea4c2d926", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:34:19Z", "hostId": "67dd00c5197a22b3dba5c82ff03e20ecd2e77a265149cbd81fdfacd9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-10-10T17:34:00Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:34:20,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926 used request id req-f0d6701d-502d-4197-b3db-9fbf3cb265cc 2018-10-10 17:34:20,664 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-2' booted successfully. IP='10.10.10.11'. 2018-10-10 17:34:20,664 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-2' to security group 'sdnvpn-sg'... 2018-10-10 17:34:20,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196e74a742acf3d4038efda0f18245e1a0a30714" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:34:22,071 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:34:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-105a2af0-6851-4b1d-8ffc-198bc460db1c x-compute-request-id: req-105a2af0-6851-4b1d-8ffc-198bc460db1c Content-Length: 0 Content-Type: application/json 2018-10-10 17:34:22,072 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926/action used request id req-105a2af0-6851-4b1d-8ffc-198bc460db1c 2018-10-10 17:34:22,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" 2018-10-10 17:34:22,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11209 X-Openstack-Request-Id: req-9621c856-b8f5-4540-97e2-f8f84bd8b447 Date: Wed, 10 Oct 2018 17:34:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:34:21Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd84e58b-f549-434a-8ff7-fc9b10510865","ip_address":"10.10.10.11"}],"id":"1430f84b-684c-466e-b53a-9a705f734526","security_groups":["66a1ac78-7b89-45b8-9704-bd07844d0cd1","90409ce8-77de-4088-be50-1e033812a399"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:63:f0:73","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6ad2a5cf-0b68-415f-9506-fa0ea4c2d926","name":"","admin_state_up":true,"network_id":"7201d13a-79ab-4df3-a386-ad77a9775799","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:34:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:31:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd84e58b-f549-434a-8ff7-fc9b10510865","ip_address":"10.10.10.3"}],"id":"2b75205d-67c2-4e27-9e15-8301378e5f3e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:51:f1:76","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7201d13a-79ab-4df3-a386-ad77a9775799","name":"","admin_state_up":true,"network_id":"7201d13a-79ab-4df3-a386-ad77a9775799","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:31:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:28:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a6d2698d-355a-4b2a-b341-c27761141800","ip_address":"10.10.10.4"}],"id":"2cb20332-2791-400b-b86a-8eab2ce4fb01","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:c4:0c","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4f459da4-6388-427b-8a36-27f5c8b6bd26","name":"","admin_state_up":true,"network_id":"4f459da4-6388-427b-8a36-27f5c8b6bd26","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:28:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:28:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a6d2698d-355a-4b2a-b341-c27761141800","ip_address":"10.10.10.3"}],"id":"354b954c-262d-4f63-9e59-9c390effec60","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:db:18","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4f459da4-6388-427b-8a36-27f5c8b6bd26","name":"","admin_state_up":true,"network_id":"4f459da4-6388-427b-8a36-27f5c8b6bd26","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:28:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:15:22Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b67e15a1-b00b-49ed-8f29-5b3c39489e4f","ip_address":"10.10.10.4"}],"id":"37c73282-3ee4-41dd-8ed7-f21b40f28678","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:bb:68","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-028ddf86-c659-470e-87a2-1138bc02467c","name":"","admin_state_up":true,"network_id":"028ddf86-c659-470e-87a2-1138bc02467c","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:15:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:15:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b67e15a1-b00b-49ed-8f29-5b3c39489e4f","ip_address":"10.10.10.3"}],"id":"4abdc153-e43a-4268-979f-68640b9f6759","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:04:4f:98","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-028ddf86-c659-470e-87a2-1138bc02467c","name":"","admin_state_up":true,"network_id":"028ddf86-c659-470e-87a2-1138bc02467c","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:15:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:31:54Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd84e58b-f549-434a-8ff7-fc9b10510865","ip_address":"10.10.10.1"}],"id":"4e757884-e37d-4e8f-abec-ce9c64e97b39","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a1:dc:38","project_id":"d00928b339b74d1eac5a92b45f495878","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"19976002-0801-453c-b189-f19baa6dc0b1","name":"","admin_state_up":true,"network_id":"7201d13a-79ab-4df3-a386-ad77a9775799","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:31:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:28:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a6d2698d-355a-4b2a-b341-c27761141800","ip_address":"10.10.10.2"}],"id":"6499ffb0-9755-4bb8-a886-dde6ade4cf6a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:91:ac","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4f459da4-6388-427b-8a36-27f5c8b6bd26","name":"","admin_state_up":true,"network_id":"4f459da4-6388-427b-8a36-27f5c8b6bd26","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:28:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:31:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd84e58b-f549-434a-8ff7-fc9b10510865","ip_address":"10.10.10.2"}],"id":"92664985-c4e1-406a-a2df-9b2b29fc8ac5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:8f:5a","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7201d13a-79ab-4df3-a386-ad77a9775799","name":"","admin_state_up":true,"network_id":"7201d13a-79ab-4df3-a386-ad77a9775799","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:31:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:31:55Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b0a0249e-f730-4a48-8032-264a390edf2d","ip_address":"172.30.9.203"}],"id":"b90aa6b7-a0bc-46c7-bd86-9cb26b8ec0e7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b5:42:28","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"19976002-0801-453c-b189-f19baa6dc0b1","name":"","admin_state_up":true,"network_id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","tenant_id":"","created_at":"2018-10-10T17:31:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:15:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b67e15a1-b00b-49ed-8f29-5b3c39489e4f","ip_address":"10.10.10.2"}],"id":"c32ac3a3-fd71-4bf5-b8fa-2b02594b53f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:70:a0","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-028ddf86-c659-470e-87a2-1138bc02467c","name":"","admin_state_up":true,"network_id":"028ddf86-c659-470e-87a2-1138bc02467c","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:15:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:31:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd84e58b-f549-434a-8ff7-fc9b10510865","ip_address":"10.10.10.4"}],"id":"d332ef32-5968-4e6e-a245-66514cd721b9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:c7:e7","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7201d13a-79ab-4df3-a386-ad77a9775799","name":"","admin_state_up":true,"network_id":"7201d13a-79ab-4df3-a386-ad77a9775799","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:31:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:58:9a:38"}],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:33:58Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd84e58b-f549-434a-8ff7-fc9b10510865","ip_address":"10.10.10.14"}],"id":"d755cb47-42d4-4894-8dfd-54fa84005f4f","security_groups":["66a1ac78-7b89-45b8-9704-bd07844d0cd1","90409ce8-77de-4088-be50-1e033812a399"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:9a:38","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"93e3db60-55bb-4006-a887-c2deed51e795","name":"","admin_state_up":true,"network_id":"7201d13a-79ab-4df3-a386-ad77a9775799","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:32:01Z","binding:vnic_type":"normal"}]} 2018-10-10 17:34:22,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports used request id req-9621c856-b8f5-4540-97e2-f8f84bd8b447 2018-10-10 17:34:22,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/ports/1430f84b-684c-466e-b53a-9a705f734526 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:63:f0:73"}]}}' 2018-10-10 17:34:22,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 975 X-Openstack-Request-Id: req-d9cb1b1d-3644-4cb6-b645-04ba3ced7700 Date: Wed, 10 Oct 2018 17:34:22 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:63:f0:73"}],"extra_dhcp_opts":[],"updated_at":"2018-10-10T17:34:22Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dd84e58b-f549-434a-8ff7-fc9b10510865","ip_address":"10.10.10.11"}],"id":"1430f84b-684c-466e-b53a-9a705f734526","security_groups":["66a1ac78-7b89-45b8-9704-bd07844d0cd1","90409ce8-77de-4088-be50-1e033812a399"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:63:f0:73","project_id":"d00928b339b74d1eac5a92b45f495878","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6ad2a5cf-0b68-415f-9506-fa0ea4c2d926","name":"","admin_state_up":true,"network_id":"7201d13a-79ab-4df3-a386-ad77a9775799","tenant_id":"d00928b339b74d1eac5a92b45f495878","created_at":"2018-10-10T17:34:02Z","binding:vnic_type":"normal"}} 2018-10-10 17:34:22,959 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/ports/1430f84b-684c-466e-b53a-9a705f734526 used request id req-d9cb1b1d-3644-4cb6-b645-04ba3ced7700 2018-10-10 17:34:22,960 - sdnvpn_test_utils - INFO - Waiting for instance 93e3db60-55bb-4006-a887-c2deed51e795 to boot up 2018-10-10 17:34:22,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00385113f8ec46ff9bf65cd1a075d0184c4b04db" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:34:22,967 - sdnvpn_test_utils - INFO - Waiting for instance 6ad2a5cf-0b68-415f-9506-fa0ea4c2d926 to boot up 2018-10-10 17:34:22,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdaf8e1d3c49b4ee35cdfc4c19241f12bc6091fd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:34:24,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-229b0105-238f-4288-9730-8cdb717a8317 x-compute-request-id: req-229b0105-238f-4288-9730-8cdb717a8317 Content-Encoding: gzip Content-Length: 9602 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 965125018 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130330] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131949] pid_max: default: 32768 minimum: 301\n[ 0.132817] ACPI: Core revision 20150930\n[ 0.134170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136257] Yama: becoming mindful.\n[ 0.136986] AppArmor: AppArmor initialized\n[ 0.137858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.139223] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140850] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.142049] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.143407] Initializing cgroup subsys io\n[ 0.144199] Initializing cgroup subsys memory\n[ 0.145055] Initializing cgroup subsys devices\n[ 0.145920] Initializing cgroup subsys freezer\n[ 0.146777] Initializing cgroup subsys net_cls\n[ 0.147624] Initializing cgroup subsys perf_event\n[ 0.148505] Initializing cgroup subsys net_prio\n[ 0.149362] Initializing cgroup subsys hugetlb\n[ 0.150212] Initializing cgroup subsys pids\n[ 0.151090] CPU: Physical Processor ID: 0\n[ 0.152551] mce: CPU supports 10 MCE banks\n[ 0.153373] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164960] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.171274] ftrace: allocating 32123 entries in 126 pages\n[ 0.197520] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199689] x2apic enabled\n[ 0.200481] Switched APIC routing to physical x2apic.\n[ 0.202208] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203303] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205246] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206994] KVM setup paravirtual spinlock\n[ 0.208265] x86: Booted up 1 node, 1 CPUs\n[ 0.209064] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210440] devtmpfs: initialized\n[ 0.212880] evm: security.selinux\n[ 0.213567] evm: security.SMACK64\n[ 0.214240] evm: security.SMACK64EXEC\n[ 0.214964] evm: security.SMACK64TRANSMUTE\n[ 0.215752] evm: security.SMACK64MMAP\n[ 0.216480] evm: security.ima\n[ 0.217100] evm: security.capability\n[ 0.217898] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219706] pinctrl core: initialized pinctrl subsystem\n[ 0.220784] RTC time: 17:34:17, date: 10/10/18\n[ 0.221704] NET: Registered protocol family 16\n[ 0.222694] cpuidle: using governor ladder\n[ 0.223495] cpuidle: using governor menu\n[ 0.224253] PCCT header not found.\n[ 0.225006] ACPI: bus type PCI registered\n[ 0.225801] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227011] PCI: Using configuration type 1 for base access\n[ 0.229135] ACPI: Added _OSI(Module Device)\n[ 0.229953] ACPI: Added _OSI(Processor Device)\n[ 0.230788] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233784] ACPI: Interpreter enabled\n[ 0.234542] ACPI: (supports S0 S5)\n[ 0.235224] ACPI: Using IOAPIC for interrupt routing\n[ 0.236139] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.239156] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.240261] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.241449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.242600] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.244901] acpiphp: Slot [3] registered\n[ 0.245686] acpiphp: Slot [4] registered\n[ 0.246468] acpiphp: Slot [5] registered\n[ 0.247249] acpiphp: Slot [6] registered\n[ 0.248024] acpiphp: Slot [7] registered\n[ 0.248797] acpiphp: Slot [8] registered\n[ 0.249568] acpiphp: Slot [9] registered\n[ 0.250338] acpiphp: Slot [10] registered\n[ 0.251133] acpiphp: Slot [11] registered\n[ 0.251923] acpiphp: Slot [12] registered\n[ 0.252709] acpiphp: Slot [13] registered\n[ 0.253493] acpiphp: Slot [14] registered\n[ 0.264284] acpiphp: Slot [15] registered\n[ 0.265081] acpiphp: Slot [16] registered\n[ 0.265864] acpiphp: Slot [17] registered\n[ 0.266650] acpiphp: Slot [18] registered\n[ 0.267451] acpiphp: Slot [19] registered\n[ 0.268225] acpiphp: Slot [20] registered\n[ 0.269019] acpiphp: Slot [21] registered\n[ 0.269802] acpiphp: Slot [22] registered\n[ 0.270623] acpiphp: Slot [23] registered\n[ 0.271413] acpiphp: Slot [24] registered\n[ 0.272189] acpiphp: Slot [25] registered\n[ 0.272967] acpiphp: Slot [26] registered\n[ 0.273749] acpiphp: Slot [27] registered\n[ 0.274527] acpiphp: Slot [28] registered\n[ 0.275302] acpiphp: Slot [29] registered\n[ 0.276080] acpiphp: Slot [30] registered\n[ 0.276858] acpiphp: Slot [31] registered\n[ 0.277648] PCI host bridge to bus 0000:00\n[ 0.278431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.279592] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.280751] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.282144] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.283549] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.289739] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.290985] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.292115] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.293325] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.300433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.301814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351168] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352642] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354004] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355369] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356755] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357953] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359300] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361861] vgaarb: loaded\n[ 0.362450] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363567] SCSI subsystem initialized\n[ 0.364360] ACPI: bus type USB registered\n[ 0.365148] usbcore: registered new interface driver usbfs\n[ 0.366150] usbcore: registered new interface driver hub\n[ 0.367134] usbcore: registered new device driver usb\n[ 0.368164] PCI: Using ACPI for IRQ routing\n[ 0.369170] NetLabel: Initializing\n[ 0.369874] NetLabel: domain hash size = 128\n[ 0.370715] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371647] NetLabel: unlabeled traffic allowed by default\n[ 0.372706] amd_nb: Cannot enumerate AMD northbridges\n[ 0.373665] clocksource: Switched to clocksource kvm-clock\n[ 0.379055] AppArmor: AppArmor Filesystem Enabled\n[ 0.380001] pnp: PnP ACPI init\n[ 0.380887] pnp: PnP ACPI: found 5 devices\n[ 0.386913] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388603] NET: Registered protocol family 2\n[ 0.389533] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.390787] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.391956] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.393111] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.394179] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.395328] NET: Registered protocol family 1\n[ 0.396181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397243] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398290] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412367] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426673] Trying to unpack rootfs image as initramfs...\n[ 1.761942] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.778224] Scanning for low memory corruption every 60 seconds\n[ 1.779524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.780633] audit: initializing netlink subsys (disabled)\n[ 1.781625] audit: type=2000 audit(1539192859.580:1): initialized\n[ 1.782917] Initialise system trusted keyring\n[ 1.783816] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.784955] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.786917] zbud: loaded\n[ 1.787609] VFS: Disk quotas dquot_6.6.0\n[ 1.788400] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.789764] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790949] fuse init (API version 7.23)\n[ 1.791808] Key type big_key registered\n[ 1.792576] Allocating IMA MOK and blacklist keyrings.\n[ 1.793652] Key type asymmetric registered\n[ 1.794460] Asymmetric key parser 'x509' registered\n[ 1.795389] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.796810] io scheduler noop registered\n[ 1.797584] io scheduler deadline registered (default)\n[ 1.798552] io scheduler cfq registered\n[ 1.799370] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.800387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.801621] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.803044] ACPI: Power Button [PWRF]\n[ 1.803867] GHES: HEST is not enabled!\n[ 1.817657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.864987] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.867272] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.891286] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.893337] Linux agpgart interface v0.103\n[ 1.895321] brd: module loaded\n[ 1.896558] loop: module loaded\n[ 1.898013] vda: vda1\n[ 1.899321] scsi host0: ata_piix\n[ 1.900051] scsi host1: ata_piix\n[ 1.900747] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.901937] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.903343] libphy: Fixed MDIO Bus: probed\n[ 1.904142] tun: Universal TUN/TAP device driver, 1.6\n[ 1.905078] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.907190] PPP generic driver version 2.4.2\n[ 1.908069] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.909412] ehci-pci: EHCI PCI platform driver\n[ 1.910458] ehci-platform: EHCI generic platform driver\n[ 1.911643] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.913009] ohci-pci: OHCI PCI platform driver\n[ 1.914058] ohci-platform: OHCI generic platform driver\n[ 1.915239] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.929713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.930886] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.932579] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.933743] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.935050] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.936513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.938166] usb usb1: Product: UHCI Host Controller\n[ 1.939279] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.940739] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.941907] hub 1-0:1.0: USB hub found\n[ 1.942833] hub 1-0:1.0: 2 ports detected\n[ 1.943891] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.946308] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.947451] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.948618] mousedev: PS/2 mouse device common for all mice\n[ 1.949851] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.951667] rtc_cmos 00:00: RTC can wake from S4\n[ 1.952746] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.953926] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.955090] i2c /dev entries driver\n[ 1.955832] device-mapper: uevent: version 1.0.3\n[ 1.956753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.958371] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.959618] NET: Registered protocol family 10\n[ 1.960697] NET: Registered protocol family 17\n[ 1.961569] Key type dns_resolver registered\n[ 1.962490] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.963563] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.965260] registered taskstats version 1\n[ 1.966099] Loading compiled-in X.509 certificates\n[ 1.967524] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.969321] zswap: loaded using pool lzo/zbud\n[ 1.971115] Key type trusted registered\n[ 1.973342] Key type encrypted registered\n[ 1.974158] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.975167] ima: No TPM chip found, activating TPM-bypass!\n[ 1.976190] evm: HMAC attrs: 0x1\n[ 1.977107] Magic number: 6:608:592\n[ 1.977947] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:19 UTC (1539192859)\n[ 1.979611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.980699] EDD information not available.\n[ 2.058273] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.059748] ata1.00: configured for MWDMA2\n[ 2.060927] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.063198] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.064398] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.075950] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.077853] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.079378] Write protecting the kernel read-only data: 14336k\n[ 2.080887] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.082570] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.091226] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092952] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094919] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096733] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.098522] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.100278] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.102099] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.103815] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.105526] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.107788] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.134491] virtio_net virtio0 ens3: renamed from eth0\n[ 2.146175] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.147946] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.168696] AVX2 version of gcm_enc/dec engaged.\n[ 2.169646] AES CTR mode by8 optimization enabled\n[ 2.177976] FDC 0 is a S82078B\n[ 2.253747] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.418806] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.420333] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.421686] usb 1-1: Product: QEMU USB Tablet\n[ 2.422557] usb 1-1: Manufacturer: QEMU\n[ 2.423347] usb 1-1: SerialNumber: 42\n[ 2.431911] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.439400] usbcore: registered new interface driver usbhid\n[ 2.440540] usbhid: USB HID core driver\n[ 2.443196] 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.445534] 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.777725] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.778909] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.406145] md: linear personality registered for level -1\n[ 3.409026] md: multipath personality registered for level -4\n[ 3.411938] md: raid0 personality registered for level 0\n[ 3.415122] md: raid1 personality registered for level 1\n[ 3.485669] raid6: sse2x1 gen() 11456 MB/s\n[ 3.553672] raid6: sse2x1 xor() 8641 MB/s\n[ 3.621670] raid6: sse2x2 gen() 14683 MB/s\n[ 3.689668] raid6: sse2x2 xor() 9778 MB/s\n[ 3.757668] raid6: sse2x4 gen() 16758 MB/s\n[ 3.825670] raid6: sse2x4 xor() 11542 MB/s\n[ 3.893670] raid6: avx2x1 gen() 22147 MB/s\n[ 3.961668] raid6: avx2x2 gen() 26533 MB/s\n[ 4.029667] raid6: avx2x4 gen() 29452 MB/s\n[ 4.030560] raid6: using algorithm avx2x4 gen() 29452 MB/s\n[ 4.031568] raid6: using avx2x2 recovery algorithm\n[ 4.034237] xor: automatically using best checksumming function:\n[ 4.073667] avx : 35280.000 MB/sec\n[ 4.075899] async_tx: api initialized (async)\n[ 4.085015] md: raid6 personality registered for level 6\n[ 4.086081] md: raid5 personality registered for level 5\n[ 4.087065] md: raid4 personality registered for level 4\n[ 4.091591] 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.117310] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.147097] 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.240031] 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.243599] systemd[1]: Detected virtualization kvm.\n[ 4.244720] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.248555] systemd[1]: Set hostname to .\n[ 4.252424] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.253757] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.362186] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.364752] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.367190] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.369586] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.372249] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.374913] 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.378739] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.381348] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.383630] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.386234] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.389032] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.393311] 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.400059] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.402847] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.409307] systemd[1]: Starting Uncomplicated firewall...\n[ 4.412461] Loading iSCSI transport class v2.0-870.\n Starting Uncomplicated firewall...\n[ 4.416895] systemd[1]: Listening on Syslog Socket.\n[ 4.420330] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.423172] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.427792] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.430990] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.438610] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n"} 2018-10-10 17:34:24,092 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926/action used request id req-229b0105-238f-4288-9730-8cdb717a8317 2018-10-10 17:34:24,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-378242c6-c237-4b06-a50b-cc05e78d344c x-compute-request-id: req-378242c6-c237-4b06-a50b-cc05e78d344c Content-Encoding: gzip Content-Length: 13155 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 671670560 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.181640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.184022] pid_max: default: 32768 minimum: 301\n[ 0.185293] ACPI: Core revision 20150930\n[ 0.187013] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.188829] Security Framework initialized\n[ 0.189991] Yama: becoming mindful.\n[ 0.191013] AppArmor: AppArmor initialized\n[ 0.192218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.194154] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196414] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.198235] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.200226] Initializing cgroup subsys io\n[ 0.201414] Initializing cgroup subsys memory\n[ 0.202686] Initializing cgroup subsys devices\n[ 0.203958] Initializing cgroup subsys freezer\n[ 0.205251] Initializing cgroup subsys net_cls\n[ 0.206538] Initializing cgroup subsys perf_event\n[ 0.207879] Initializing cgroup subsys net_prio\n[ 0.209188] Initializing cgroup subsys hugetlb\n[ 0.210468] Initializing cgroup subsys pids\n[ 0.211735] CPU: Physical Processor ID: 0\n[ 0.213588] mce: CPU supports 10 MCE banks\n[ 0.214898] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229119] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.237243] ftrace: allocating 32123 entries in 126 pages\n[ 0.268760] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270642] smpboot: Max logical packages: 1\n[ 0.272118] x2apic enabled\n[ 0.273260] Switched APIC routing to physical x2apic.\n[ 0.275736] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.277638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.280922] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283929] KVM setup paravirtual spinlock\n[ 0.285852] x86: Booted up 1 node, 1 CPUs\n[ 0.287124] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289369] devtmpfs: initialized\n[ 0.293064] evm: security.selinux\n[ 0.294129] evm: security.SMACK64\n[ 0.295267] evm: security.SMACK64EXEC\n[ 0.296474] evm: security.SMACK64TRANSMUTE\n[ 0.297843] evm: security.SMACK64MMAP\n[ 0.299053] evm: security.ima\n[ 0.300068] evm: security.capability\n[ 0.301381] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304447] pinctrl core: initialized pinctrl subsystem\n[ 0.306246] RTC time: 17:33:51, date: 10/10/18\n[ 0.307800] NET: Registered protocol family 16\n[ 0.309329] cpuidle: using governor ladder\n[ 0.310714] cpuidle: using governor menu\n[ 0.312023] PCCT header not found.\n[ 0.313230] ACPI: bus type PCI registered\n[ 0.314520] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316493] PCI: Using configuration type 1 for base access\n[ 0.319074] ACPI: Added _OSI(Module Device)\n[ 0.320270] ACPI: Added _OSI(Processor Device)\n[ 0.321510] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322821] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325377] ACPI: Interpreter enabled\n[ 0.326461] ACPI: (supports S0 S5)\n[ 0.327457] ACPI: Using IOAPIC for interrupt routing\n[ 0.328812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.332651] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.334323] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.336280] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.338054] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.341252] acpiphp: Slot [3] registered\n[ 0.342370] acpiphp: Slot [4] registered\n[ 0.343497] acpiphp: Slot [5] registered\n[ 0.344617] acpiphp: Slot [6] registered\n[ 0.345772] acpiphp: Slot [7] registered\n[ 0.346912] acpiphp: Slot [8] registered\n[ 0.347740] acpiphp: Slot [9] registered\n[ 0.348522] acpiphp: Slot [10] registered\n[ 0.349328] acpiphp: Slot [11] registered\n[ 0.350132] acpiphp: Slot [12] registered\n[ 0.350933] acpiphp: Slot [13] registered\n[ 0.351728] acpiphp: Slot [14] registered\n[ 0.362348] acpiphp: Slot [15] registered\n[ 0.363173] acpiphp: Slot [16] registered\n[ 0.363969] acpiphp: Slot [17] registered\n[ 0.364764] acpiphp: Slot [18] registered\n[ 0.365559] acpiphp: Slot [19] registered\n[ 0.366355] acpiphp: Slot [20] registered\n[ 0.367154] acpiphp: Slot [21] registered\n[ 0.367952] acpiphp: Slot [22] registered\n[ 0.368750] acpiphp: Slot [23] registered\n[ 0.369544] acpiphp: Slot [24] registered\n[ 0.370337] acpiphp: Slot [25] registered\n[ 0.371141] acpiphp: Slot [26] registered\n[ 0.371938] acpiphp: Slot [27] registered\n[ 0.372735] acpiphp: Slot [28] registered\n[ 0.373528] acpiphp: Slot [29] registered\n[ 0.374331] acpiphp: Slot [30] registered\n[ 0.375133] acpiphp: Slot [31] registered\n[ 0.375927] PCI host bridge to bus 0000:00\n[ 0.376725] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.377919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.379112] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.380538] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.381967] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.388268] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.389556] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.390710] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.391956] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.398856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.400267] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.448141] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.449599] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450998] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452382] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457686] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.458934] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.460080] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.461115] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462636] vgaarb: loaded\n[ 0.463225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464354] SCSI subsystem initialized\n[ 0.465170] ACPI: bus type USB registered\n[ 0.465969] usbcore: registered new interface driver usbfs\n[ 0.466986] usbcore: registered new interface driver hub\n[ 0.467974] usbcore: registered new device driver usb\n[ 0.468998] PCI: Using ACPI for IRQ routing\n[ 0.470044] NetLabel: Initializing\n[ 0.470744] NetLabel: domain hash size = 128\n[ 0.471579] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472512] NetLabel: unlabeled traffic allowed by default\n[ 0.473586] amd_nb: Cannot enumerate AMD northbridges\n[ 0.474533] clocksource: Switched to clocksource kvm-clock\n[ 0.479896] AppArmor: AppArmor Filesystem Enabled\n[ 0.480830] pnp: PnP ACPI init\n[ 0.481727] pnp: PnP ACPI: found 5 devices\n[ 0.487747] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.489415] NET: Registered protocol family 2\n[ 0.490345] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.491609] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.492780] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.493943] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.495018] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.496178] NET: Registered protocol family 1\n[ 0.497030] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498106] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499168] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.513231] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.527824] Trying to unpack rootfs image as initramfs...\n[ 1.854009] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.870998] Scanning for low memory corruption every 60 seconds\n[ 1.872713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.874143] audit: initializing netlink subsys (disabled)\n[ 1.875433] audit: type=2000 audit(1539192833.296:1): initialized\n[ 1.877076] Initialise system trusted keyring\n[ 1.878245] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.879721] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.882482] zbud: loaded\n[ 1.883376] VFS: Disk quotas dquot_6.6.0\n[ 1.884405] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.886197] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.887767] fuse init (API version 7.23)\n[ 1.888880] Key type big_key registered\n[ 1.889870] Allocating IMA MOK and blacklist keyrings.\n[ 1.891269] Key type asymmetric registered\n[ 1.892304] Asymmetric key parser 'x509' registered\n[ 1.893505] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.895359] io scheduler noop registered\n[ 1.896367] io scheduler deadline registered (default)\n[ 1.897612] io scheduler cfq registered\n[ 1.898674] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.899990] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.901584] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.903443] ACPI: Power Button [PWRF]\n[ 1.904301] GHES: HEST is not enabled!\n[ 1.918147] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.965720] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.968176] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.992300] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.994391] Linux agpgart interface v0.103\n[ 1.996390] brd: module loaded\n[ 1.997632] loop: module loaded\n[ 1.999244] vda: vda1\n[ 2.000591] scsi host0: ata_piix\n[ 2.001323] scsi host1: ata_piix\n[ 2.002026] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 2.003233] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 2.004661] libphy: Fixed MDIO Bus: probed\n[ 2.005464] tun: Universal TUN/TAP device driver, 1.6\n[ 2.006402] tun: (C) 1999-2004 Max Krasnyansky \n[ 2.008537] PPP generic driver version 2.4.2\n[ 2.009431] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 2.010680] ehci-pci: EHCI PCI platform driver\n[ 2.011537] ehci-platform: EHCI generic platform driver\n[ 2.012513] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 2.013631] ohci-pci: OHCI PCI platform driver\n[ 2.014487] ohci-platform: OHCI generic platform driver\n[ 2.015469] uhci_hcd: USB Universal Host Controller Interface driver\n[ 2.029944] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 2.030928] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 2.032363] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 2.033343] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 2.034452] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 2.035662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 2.037067] usb usb1: Product: UHCI Host Controller\n[ 2.037993] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 2.039128] usb usb1: SerialNumber: 0000:00:01.2\n[ 2.040137] hub 1-0:1.0: USB hub found\n[ 2.040918] hub 1-0:1.0: 2 ports detected\n[ 2.041814] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 2.043905] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 2.044854] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 2.045872] mousedev: PS/2 mouse device common for all mice\n[ 2.047132] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 2.048958] rtc_cmos 00:00: RTC can wake from S4\n[ 2.050054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 2.051243] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 2.052420] i2c /dev entries driver\n[ 2.053169] device-mapper: uevent: version 1.0.3\n[ 2.054092] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 2.055711] ledtrig-cpu: registered to indicate activity on CPUs\n[ 2.056960] NET: Registered protocol family 10\n[ 2.057945] NET: Registered protocol family 17\n[ 2.058835] Key type dns_resolver registered\n[ 2.059757] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 2.060830] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 2.062564] registered taskstats version 1\n[ 2.063383] Loading compiled-in X.509 certificates\n[ 2.064810] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 2.066649] zswap: loaded using pool lzo/zbud\n[ 2.068427] Key type trusted registered\n[ 2.070697] Key type encrypted registered\n[ 2.071519] AppArmor: AppArmor sha1 policy hashing enabled\n[ 2.072549] ima: No TPM chip found, activating TPM-bypass!\n[ 2.073582] evm: HMAC attrs: 0x1\n[ 2.074497] Magic number: 6:608:592\n[ 2.075342] rtc_cmos 00:00: setting system clock to 2018-10-10 17:33:53 UTC (1539192833)\n[ 2.076933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.078039] EDD information not available.\n[ 2.159093] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.160558] ata1.00: configured for MWDMA2\n[ 2.161737] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.164036] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.165259] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.176706] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.178582] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.180118] Write protecting the kernel read-only data: 14336k\n[ 2.181654] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.183363] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.192014] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.193783] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.195771] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.197616] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.199445] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.201240] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.203094] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.204854] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.207156] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.208929] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.237733] virtio_net virtio0 ens3: renamed from eth0\n[ 2.245924] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.249761] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.270253] AVX2 version of gcm_enc/dec engaged.\n[ 2.271235] AES CTR mode by8 optimization enabled\n[ 2.274920] FDC 0 is a S82078B\n[ 2.350604] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.512054] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.513521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.514867] usb 1-1: Product: QEMU USB Tablet\n[ 2.515764] usb 1-1: Manufacturer: QEMU\n[ 2.516576] usb 1-1: SerialNumber: 42\n[ 2.525273] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.532651] usbcore: registered new interface driver usbhid\n[ 2.533778] usbhid: USB HID core driver\n[ 2.536525] 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.538871] 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.870800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.508932] md: linear personality registered for level -1\n[ 3.511959] md: multipath personality registered for level -4\n[ 3.514901] md: raid0 personality registered for level 0\n[ 3.518081] md: raid1 personality registered for level 1\n[ 3.586538] raid6: sse2x1 gen() 11302 MB/s\n[ 3.654538] raid6: sse2x1 xor() 9053 MB/s\n[ 3.722537] raid6: sse2x2 gen() 14513 MB/s\n[ 3.790538] raid6: sse2x2 xor() 9810 MB/s\n[ 3.858573] raid6: sse2x4 gen() 17167 MB/s\n[ 3.926536] raid6: sse2x4 xor() 11874 MB/s\n[ 3.994537] raid6: avx2x1 gen() 22434 MB/s\n[ 4.062537] raid6: avx2x2 gen() 26780 MB/s\n[ 4.130536] raid6: avx2x4 gen() 29810 MB/s\n[ 4.131389] raid6: using algorithm avx2x4 gen() 29810 MB/s\n[ 4.132390] raid6: using avx2x2 recovery algorithm\n[ 4.134591] xor: automatically using best checksumming function:\n[ 4.174536] avx : 35916.000 MB/sec\n[ 4.176616] async_tx: api initialized (async)\n[ 4.185790] md: raid6 personality registered for level 6\n[ 4.186825] md: raid5 personality registered for level 5\n[ 4.187815] md: raid4 personality registered for level 4\n[ 4.192225] 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.216282] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.244709] 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.340109] 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.343338] systemd[1]: Detected virtualization kvm.\n[ 4.344283] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.348115] systemd[1]: Set hostname to .\n[ 4.351878] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.352978] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.472241] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.475134] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.477772] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.480579] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.483341] 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.487856] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.490660] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.493195] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.496662] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.499005] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.502253] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.505394] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.508154] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.511060] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.513799] 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.517560] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.520683] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.523487] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.527167] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.530261] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.535127] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.538340] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.543249] 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.550942] 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.556798] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.566895] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.573206] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.578511] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.585730] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.588264] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.594992] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.600520] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.604614] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.609861] systemd[1]: Mounted Huge Pages File System.\n[ 4.612914] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.614949] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.629023] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.676030] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.064429] cloud-init[449]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 10 Oct 2018 17:33:57 +0000. Up 5.36 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.483516] cloud-init[1028]: Cloud-init v. 0.7.9 running 'init' at Wed, 10 Oct 2018 17:33:58 +0000. Up 7.19 seconds.\n[ 8.485738] cloud-init[1028]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.492107] cloud-init[1028]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.494289] cloud-init[1028]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.500289] cloud-init[1028]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.502264] cloud-init[1028]: ci-info: | ens3 | True | 10.10.10.14 | 255.255.255.0 | . | fa:16:3e:58:9a:38 |\n[ 8.508298] cloud-init[1028]: ci-info: | ens3 | True | fe80::f816:3eff:fe58:9a38/64 | . | link | fa:16:3e:58:9a:38 |\n[ 8.510485] cloud-init[1028]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.516288] cloud-init[1028]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.520119] cloud-init[1028]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.528109] cloud-init[1028]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.530636] cloud-init[1028]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.536276] cloud-init[1028]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.543782] cloud-init[1028]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.546422] cloud-init[1028]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n\n[ 8.552241] cloud-init[1028]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 8.558520] cloud-init[1028]: ci-info: | 2 | 169.254.169.254 | 10.10.10.4 | 255.255.255.255 | ens3 | UGH |[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n Starting Socket activation for snappy daemon.\n[ 8.565644] cloud-init[1028]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[ 8.573011] cloud-init[1028]: Generating public/private rsa key pair.\n[ 8.574426] cloud-init[1028]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n\n[ 8.577898] cloud-init[1028]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.579994] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.cloud-init[1028]: The key fingerprint is:\n[ 8.584944] cloud-init[1028]: SHA256:luHmkpy5hEKjQEcmz/YU2EsZ1unzeYUcb78uwhUWBjY root@sdnvpn-13-1\n[ 8.586834] cloud-init[1028]: The key's randomart image is:\n\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 8.590625] cloud-init[1028]: +---[RSA 2048]----+\n Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.595300] cloud-init[1028]: | . oo++ . E. |\n[ 8.596618] cloud-init[1028]: | *..+.o ...o |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.600372] cloud-init[1028]: | . =..o . . = . |\n[ 8.601403] cloud-init[1028]: |. o o. + o o * |\n[ 8.604939] cloud-init[1028]: |. o . S . + o |\n[ 8.608293] cloud-init[1028]: |.o . o B o . . . |\n[ 8.612169] cloud-init[1028]: [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n|. . . B . o . .|\n[ 8.616741] cloud-init[1028]: | . . o o . . |\n Starting Login to default iSCSI targets...[ 8.620329] cloud-init[1028]: | . . o. |\n[ 8.621330] cloud-init[1028]: +----[SHA256]-----+\n[ 8.622338] cloud-init[1028]: Generating public/private dsa key pair.\n[ 8.623560] cloud-init[1028]: \n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.629116] cloud-init[1028]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.630744] cloud-init[1028]: The key fingerprint is:\n[ 8.631777] Starting Accounts Service...\n Starting LXD - container startup/shutdown...\n Starting System Logging Service...\ncloud-init[1028]: SHA256:FvJSWBf9IYB+SjN3du1k1aWZ2GLzvAT2iEDsvXxkVTw root@sdnvpn-13-1\n[[0;32m OK [0m] Started FUSE filesystem for LXC.[ 8.640275] cloud-init[1028]: The key's randomart image is:\n[ 8.641779] cloud-init[1028]: \n+---[DSA 1024]----+ Starting LSB: Record successful boot for GRUB...\n Starting Apply the settings specified in cloud-config...\n\n[ 8.648544] cloud-init[1028]: | .o.++ o=|[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Pollinate to seed the pseudo random number generator...\n Starting Login Service...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.697475] cloud-init[1028]: | +o. oooE+|\n[ 8.700366] cloud-init[1028]: | oo+. B+=oo|\n[ 8.706222] Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\ncloud-init[1028]: [[0;32m OK [0m] | +*o++=Oo +|\nStarted /etc/rc.local Compatibility.\n[ 8.760469] cloud-init[1028]: | ..SB.*..=+ |\n[ 8.784900] [[0;32m OK [0m] Started Login to default iSCSI targets.\ncloud-init[1028]: | o. o .. ..|\n[ 8.808372] cloud-init[1028]: | . . |\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 8.826366] cloud-init[1028]: | |\n[ 8.838778] cloud-init[1028]: | |\n[ 8.855037] [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] cloud-init[1028]: +----[SHA256]-----+Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: start and stop the Quagga routing suite...\n \n[ 8.870236] cloud-initStarting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started Permit User Sessions.\n[1028]: Generating public/private ecdsa key pair. Starting Hold until boot process finishes up...\n[ 8.930373] cloud-init[1028]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started 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 Serial Getty on ttyS0.\n\n[ 8.972569] cloud-init[1028]: Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 8.993449] cloud-init[1028]: The key fingerprint is:\n[ 9.004315] cloud-init[1028]: SHA256:TusErreivJPjizMMg6glVj404jEhhVhDtCN5T/3OEcw root@sdnvpn-13-1\n[ 9.014222] cloud-init[1028]: The key's randomart image is:\n[ 9.020998] cloud-init[1028]: +---[ECDSA 256]---+\n[ 9.029521] cloud-init[1028]: |.** |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 9.033791] cloud-init[1028]: |+o o . o |\n[ 9.040486] cloud-init[1028]: |+ = . . E |\n[ 9.043977] cloud-init[1028]: | * B . . |\n[ 9.045341] cloud-init[1028]: |+ B o . S |\n[ 9.048087] cloud-init[1028]: |*o.o . * o |\n[ 9.052083] cloud-init[1028]: |=+ .. . * |\n[ 9.056071] cloud-init[1028]: |+++ ...o |\n[ 9.060060] cloud-init[1028]: |.+**.o... |\n[ 9.063190] cloud-init[1028]: +----[SHA256]-----+\n[ 9.065017] cloud-init[1028]: Generating public/private ed25519 key pair.\n[ 9.069346] cloud-init[1028]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.076083] cloud-init[1028]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.077890] cloud-init[1028]: The key fingerprint is:\n[ 9.080221] cloud-init[1028]: SHA256:x3ayLZCZlolwsemk/isC95tdqaVEjzS4gAZ1O/Dft8Y root@sdnvpn-13-1\n[ 9.083890] cloud-init[1028]: The key's randomart image is:\n[ 9.086513] cloud-init[1028]: +--[ED25519 256]--+\n[ 9.089076] cloud-init[1028]: | o . . |\n[ 9.092054] cloud-init[1028]: | . + . + |\n[ 9.094901] cloud-init[1028]: |. = = |\n[ 9.097358] cloud-init[1028]: |.. X o B |\n[ 9.100071] cloud-init[1028]: |... o B S * . |\n[ 9.102704] cloud-init[1028]: |o .o + = B * |\n[ 9.106110] cloud-init[1028]: | o .o o = E . |\n[ 9.109379] cloud-init[1028]: | . o= = . . |\n[ 9.116237] cloud-init[1028]: | .oo*. |\n[ 9.117444] cloud-init[1028]: +----[SHA256]-----+\n[ 9.339224] cloud-init[1138]: Generating locales (this might take a while)...\n[ 9.915847] cloud-init[1138]: en_US.UTF-8... done\n[ 9.917583] cloud-init[1138]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-13-1 ttyS0\n\nsdnvpn-13-1 login: "} 2018-10-10 17:34:24,099 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795/action used request id req-378242c6-c237-4b06-a50b-cc05e78d344c 2018-10-10 17:34:26,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdaf8e1d3c49b4ee35cdfc4c19241f12bc6091fd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:34:27,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6dd2005-f52c-4d41-b760-c58ec51e854e x-compute-request-id: req-a6dd2005-f52c-4d41-b760-c58ec51e854e Content-Encoding: gzip Content-Length: 10568 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 965125018 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130330] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131949] pid_max: default: 32768 minimum: 301\n[ 0.132817] ACPI: Core revision 20150930\n[ 0.134170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136257] Yama: becoming mindful.\n[ 0.136986] AppArmor: AppArmor initialized\n[ 0.137858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.139223] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140850] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.142049] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.143407] Initializing cgroup subsys io\n[ 0.144199] Initializing cgroup subsys memory\n[ 0.145055] Initializing cgroup subsys devices\n[ 0.145920] Initializing cgroup subsys freezer\n[ 0.146777] Initializing cgroup subsys net_cls\n[ 0.147624] Initializing cgroup subsys perf_event\n[ 0.148505] Initializing cgroup subsys net_prio\n[ 0.149362] Initializing cgroup subsys hugetlb\n[ 0.150212] Initializing cgroup subsys pids\n[ 0.151090] CPU: Physical Processor ID: 0\n[ 0.152551] mce: CPU supports 10 MCE banks\n[ 0.153373] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164960] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.171274] ftrace: allocating 32123 entries in 126 pages\n[ 0.197520] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199689] x2apic enabled\n[ 0.200481] Switched APIC routing to physical x2apic.\n[ 0.202208] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203303] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205246] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206994] KVM setup paravirtual spinlock\n[ 0.208265] x86: Booted up 1 node, 1 CPUs\n[ 0.209064] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210440] devtmpfs: initialized\n[ 0.212880] evm: security.selinux\n[ 0.213567] evm: security.SMACK64\n[ 0.214240] evm: security.SMACK64EXEC\n[ 0.214964] evm: security.SMACK64TRANSMUTE\n[ 0.215752] evm: security.SMACK64MMAP\n[ 0.216480] evm: security.ima\n[ 0.217100] evm: security.capability\n[ 0.217898] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219706] pinctrl core: initialized pinctrl subsystem\n[ 0.220784] RTC time: 17:34:17, date: 10/10/18\n[ 0.221704] NET: Registered protocol family 16\n[ 0.222694] cpuidle: using governor ladder\n[ 0.223495] cpuidle: using governor menu\n[ 0.224253] PCCT header not found.\n[ 0.225006] ACPI: bus type PCI registered\n[ 0.225801] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227011] PCI: Using configuration type 1 for base access\n[ 0.229135] ACPI: Added _OSI(Module Device)\n[ 0.229953] ACPI: Added _OSI(Processor Device)\n[ 0.230788] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233784] ACPI: Interpreter enabled\n[ 0.234542] ACPI: (supports S0 S5)\n[ 0.235224] ACPI: Using IOAPIC for interrupt routing\n[ 0.236139] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.239156] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.240261] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.241449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.242600] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.244901] acpiphp: Slot [3] registered\n[ 0.245686] acpiphp: Slot [4] registered\n[ 0.246468] acpiphp: Slot [5] registered\n[ 0.247249] acpiphp: Slot [6] registered\n[ 0.248024] acpiphp: Slot [7] registered\n[ 0.248797] acpiphp: Slot [8] registered\n[ 0.249568] acpiphp: Slot [9] registered\n[ 0.250338] acpiphp: Slot [10] registered\n[ 0.251133] acpiphp: Slot [11] registered\n[ 0.251923] acpiphp: Slot [12] registered\n[ 0.252709] acpiphp: Slot [13] registered\n[ 0.253493] acpiphp: Slot [14] registered\n[ 0.264284] acpiphp: Slot [15] registered\n[ 0.265081] acpiphp: Slot [16] registered\n[ 0.265864] acpiphp: Slot [17] registered\n[ 0.266650] acpiphp: Slot [18] registered\n[ 0.267451] acpiphp: Slot [19] registered\n[ 0.268225] acpiphp: Slot [20] registered\n[ 0.269019] acpiphp: Slot [21] registered\n[ 0.269802] acpiphp: Slot [22] registered\n[ 0.270623] acpiphp: Slot [23] registered\n[ 0.271413] acpiphp: Slot [24] registered\n[ 0.272189] acpiphp: Slot [25] registered\n[ 0.272967] acpiphp: Slot [26] registered\n[ 0.273749] acpiphp: Slot [27] registered\n[ 0.274527] acpiphp: Slot [28] registered\n[ 0.275302] acpiphp: Slot [29] registered\n[ 0.276080] acpiphp: Slot [30] registered\n[ 0.276858] acpiphp: Slot [31] registered\n[ 0.277648] PCI host bridge to bus 0000:00\n[ 0.278431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.279592] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.280751] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.282144] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.283549] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.289739] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.290985] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.292115] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.293325] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.300433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.301814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351168] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352642] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354004] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355369] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356755] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357953] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359300] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361861] vgaarb: loaded\n[ 0.362450] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363567] SCSI subsystem initialized\n[ 0.364360] ACPI: bus type USB registered\n[ 0.365148] usbcore: registered new interface driver usbfs\n[ 0.366150] usbcore: registered new interface driver hub\n[ 0.367134] usbcore: registered new device driver usb\n[ 0.368164] PCI: Using ACPI for IRQ routing\n[ 0.369170] NetLabel: Initializing\n[ 0.369874] NetLabel: domain hash size = 128\n[ 0.370715] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371647] NetLabel: unlabeled traffic allowed by default\n[ 0.372706] amd_nb: Cannot enumerate AMD northbridges\n[ 0.373665] clocksource: Switched to clocksource kvm-clock\n[ 0.379055] AppArmor: AppArmor Filesystem Enabled\n[ 0.380001] pnp: PnP ACPI init\n[ 0.380887] pnp: PnP ACPI: found 5 devices\n[ 0.386913] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388603] NET: Registered protocol family 2\n[ 0.389533] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.390787] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.391956] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.393111] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.394179] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.395328] NET: Registered protocol family 1\n[ 0.396181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397243] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398290] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412367] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426673] Trying to unpack rootfs image as initramfs...\n[ 1.761942] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.778224] Scanning for low memory corruption every 60 seconds\n[ 1.779524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.780633] audit: initializing netlink subsys (disabled)\n[ 1.781625] audit: type=2000 audit(1539192859.580:1): initialized\n[ 1.782917] Initialise system trusted keyring\n[ 1.783816] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.784955] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.786917] zbud: loaded\n[ 1.787609] VFS: Disk quotas dquot_6.6.0\n[ 1.788400] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.789764] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790949] fuse init (API version 7.23)\n[ 1.791808] Key type big_key registered\n[ 1.792576] Allocating IMA MOK and blacklist keyrings.\n[ 1.793652] Key type asymmetric registered\n[ 1.794460] Asymmetric key parser 'x509' registered\n[ 1.795389] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.796810] io scheduler noop registered\n[ 1.797584] io scheduler deadline registered (default)\n[ 1.798552] io scheduler cfq registered\n[ 1.799370] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.800387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.801621] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.803044] ACPI: Power Button [PWRF]\n[ 1.803867] GHES: HEST is not enabled!\n[ 1.817657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.864987] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.867272] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.891286] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.893337] Linux agpgart interface v0.103\n[ 1.895321] brd: module loaded\n[ 1.896558] loop: module loaded\n[ 1.898013] vda: vda1\n[ 1.899321] scsi host0: ata_piix\n[ 1.900051] scsi host1: ata_piix\n[ 1.900747] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.901937] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.903343] libphy: Fixed MDIO Bus: probed\n[ 1.904142] tun: Universal TUN/TAP device driver, 1.6\n[ 1.905078] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.907190] PPP generic driver version 2.4.2\n[ 1.908069] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.909412] ehci-pci: EHCI PCI platform driver\n[ 1.910458] ehci-platform: EHCI generic platform driver\n[ 1.911643] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.913009] ohci-pci: OHCI PCI platform driver\n[ 1.914058] ohci-platform: OHCI generic platform driver\n[ 1.915239] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.929713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.930886] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.932579] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.933743] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.935050] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.936513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.938166] usb usb1: Product: UHCI Host Controller\n[ 1.939279] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.940739] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.941907] hub 1-0:1.0: USB hub found\n[ 1.942833] hub 1-0:1.0: 2 ports detected\n[ 1.943891] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.946308] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.947451] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.948618] mousedev: PS/2 mouse device common for all mice\n[ 1.949851] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.951667] rtc_cmos 00:00: RTC can wake from S4\n[ 1.952746] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.953926] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.955090] i2c /dev entries driver\n[ 1.955832] device-mapper: uevent: version 1.0.3\n[ 1.956753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.958371] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.959618] NET: Registered protocol family 10\n[ 1.960697] NET: Registered protocol family 17\n[ 1.961569] Key type dns_resolver registered\n[ 1.962490] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.963563] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.965260] registered taskstats version 1\n[ 1.966099] Loading compiled-in X.509 certificates\n[ 1.967524] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.969321] zswap: loaded using pool lzo/zbud\n[ 1.971115] Key type trusted registered\n[ 1.973342] Key type encrypted registered\n[ 1.974158] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.975167] ima: No TPM chip found, activating TPM-bypass!\n[ 1.976190] evm: HMAC attrs: 0x1\n[ 1.977107] Magic number: 6:608:592\n[ 1.977947] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:19 UTC (1539192859)\n[ 1.979611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.980699] EDD information not available.\n[ 2.058273] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.059748] ata1.00: configured for MWDMA2\n[ 2.060927] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.063198] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.064398] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.075950] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.077853] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.079378] Write protecting the kernel read-only data: 14336k\n[ 2.080887] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.082570] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.091226] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092952] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094919] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096733] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.098522] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.100278] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.102099] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.103815] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.105526] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.107788] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.134491] virtio_net virtio0 ens3: renamed from eth0\n[ 2.146175] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.147946] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.168696] AVX2 version of gcm_enc/dec engaged.\n[ 2.169646] AES CTR mode by8 optimization enabled\n[ 2.177976] FDC 0 is a S82078B\n[ 2.253747] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.418806] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.420333] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.421686] usb 1-1: Product: QEMU USB Tablet\n[ 2.422557] usb 1-1: Manufacturer: QEMU\n[ 2.423347] usb 1-1: SerialNumber: 42\n[ 2.431911] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.439400] usbcore: registered new interface driver usbhid\n[ 2.440540] usbhid: USB HID core driver\n[ 2.443196] 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.445534] 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.777725] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.778909] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.406145] md: linear personality registered for level -1\n[ 3.409026] md: multipath personality registered for level -4\n[ 3.411938] md: raid0 personality registered for level 0\n[ 3.415122] md: raid1 personality registered for level 1\n[ 3.485669] raid6: sse2x1 gen() 11456 MB/s\n[ 3.553672] raid6: sse2x1 xor() 8641 MB/s\n[ 3.621670] raid6: sse2x2 gen() 14683 MB/s\n[ 3.689668] raid6: sse2x2 xor() 9778 MB/s\n[ 3.757668] raid6: sse2x4 gen() 16758 MB/s\n[ 3.825670] raid6: sse2x4 xor() 11542 MB/s\n[ 3.893670] raid6: avx2x1 gen() 22147 MB/s\n[ 3.961668] raid6: avx2x2 gen() 26533 MB/s\n[ 4.029667] raid6: avx2x4 gen() 29452 MB/s\n[ 4.030560] raid6: using algorithm avx2x4 gen() 29452 MB/s\n[ 4.031568] raid6: using avx2x2 recovery algorithm\n[ 4.034237] xor: automatically using best checksumming function:\n[ 4.073667] avx : 35280.000 MB/sec\n[ 4.075899] async_tx: api initialized (async)\n[ 4.085015] md: raid6 personality registered for level 6\n[ 4.086081] md: raid5 personality registered for level 5\n[ 4.087065] md: raid4 personality registered for level 4\n[ 4.091591] 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.117310] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.147097] 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.240031] 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.243599] systemd[1]: Detected virtualization kvm.\n[ 4.244720] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.248555] systemd[1]: Set hostname to .\n[ 4.252424] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.253757] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.362186] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.364752] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.367190] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.369586] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.372249] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.374913] 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.378739] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.381348] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.383630] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.386234] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.389032] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.393311] 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.400059] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.402847] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.409307] systemd[1]: Starting Uncomplicated firewall...\n[ 4.412461] Loading iSCSI transport class v2.0-870.\n Starting Uncomplicated firewall...\n[ 4.416895] systemd[1]: Listening on Syslog Socket.\n[ 4.420330] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.423172] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.427792] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.430990] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.438610] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.444499] 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.452956] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.457628] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.464492] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.470772] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.473749] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.479565] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.483008] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.490018] 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.493698] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.499063] iscsi: registered transport (iser)\n[ 4.501814] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.503743] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.508261] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.510715] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.525315] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.952378] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 10 Oct 2018 17:34:22 +0000. Up 5.25 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-10-10 17:34:27,276 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926/action used request id req-a6dd2005-f52c-4d41-b760-c58ec51e854e 2018-10-10 17:34:29,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdaf8e1d3c49b4ee35cdfc4c19241f12bc6091fd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:34:30,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d8a2abc-62e0-4b9e-ba15-6e44f1cf3e5c x-compute-request-id: req-6d8a2abc-62e0-4b9e-ba15-6e44f1cf3e5c Content-Encoding: gzip Content-Length: 13130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 965125018 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130330] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131949] pid_max: default: 32768 minimum: 301\n[ 0.132817] ACPI: Core revision 20150930\n[ 0.134170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136257] Yama: becoming mindful.\n[ 0.136986] AppArmor: AppArmor initialized\n[ 0.137858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.139223] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140850] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.142049] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.143407] Initializing cgroup subsys io\n[ 0.144199] Initializing cgroup subsys memory\n[ 0.145055] Initializing cgroup subsys devices\n[ 0.145920] Initializing cgroup subsys freezer\n[ 0.146777] Initializing cgroup subsys net_cls\n[ 0.147624] Initializing cgroup subsys perf_event\n[ 0.148505] Initializing cgroup subsys net_prio\n[ 0.149362] Initializing cgroup subsys hugetlb\n[ 0.150212] Initializing cgroup subsys pids\n[ 0.151090] CPU: Physical Processor ID: 0\n[ 0.152551] mce: CPU supports 10 MCE banks\n[ 0.153373] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164960] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.171274] ftrace: allocating 32123 entries in 126 pages\n[ 0.197520] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199689] x2apic enabled\n[ 0.200481] Switched APIC routing to physical x2apic.\n[ 0.202208] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203303] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205246] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206994] KVM setup paravirtual spinlock\n[ 0.208265] x86: Booted up 1 node, 1 CPUs\n[ 0.209064] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210440] devtmpfs: initialized\n[ 0.212880] evm: security.selinux\n[ 0.213567] evm: security.SMACK64\n[ 0.214240] evm: security.SMACK64EXEC\n[ 0.214964] evm: security.SMACK64TRANSMUTE\n[ 0.215752] evm: security.SMACK64MMAP\n[ 0.216480] evm: security.ima\n[ 0.217100] evm: security.capability\n[ 0.217898] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219706] pinctrl core: initialized pinctrl subsystem\n[ 0.220784] RTC time: 17:34:17, date: 10/10/18\n[ 0.221704] NET: Registered protocol family 16\n[ 0.222694] cpuidle: using governor ladder\n[ 0.223495] cpuidle: using governor menu\n[ 0.224253] PCCT header not found.\n[ 0.225006] ACPI: bus type PCI registered\n[ 0.225801] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227011] PCI: Using configuration type 1 for base access\n[ 0.229135] ACPI: Added _OSI(Module Device)\n[ 0.229953] ACPI: Added _OSI(Processor Device)\n[ 0.230788] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233784] ACPI: Interpreter enabled\n[ 0.234542] ACPI: (supports S0 S5)\n[ 0.235224] ACPI: Using IOAPIC for interrupt routing\n[ 0.236139] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.239156] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.240261] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.241449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.242600] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.244901] acpiphp: Slot [3] registered\n[ 0.245686] acpiphp: Slot [4] registered\n[ 0.246468] acpiphp: Slot [5] registered\n[ 0.247249] acpiphp: Slot [6] registered\n[ 0.248024] acpiphp: Slot [7] registered\n[ 0.248797] acpiphp: Slot [8] registered\n[ 0.249568] acpiphp: Slot [9] registered\n[ 0.250338] acpiphp: Slot [10] registered\n[ 0.251133] acpiphp: Slot [11] registered\n[ 0.251923] acpiphp: Slot [12] registered\n[ 0.252709] acpiphp: Slot [13] registered\n[ 0.253493] acpiphp: Slot [14] registered\n[ 0.264284] acpiphp: Slot [15] registered\n[ 0.265081] acpiphp: Slot [16] registered\n[ 0.265864] acpiphp: Slot [17] registered\n[ 0.266650] acpiphp: Slot [18] registered\n[ 0.267451] acpiphp: Slot [19] registered\n[ 0.268225] acpiphp: Slot [20] registered\n[ 0.269019] acpiphp: Slot [21] registered\n[ 0.269802] acpiphp: Slot [22] registered\n[ 0.270623] acpiphp: Slot [23] registered\n[ 0.271413] acpiphp: Slot [24] registered\n[ 0.272189] acpiphp: Slot [25] registered\n[ 0.272967] acpiphp: Slot [26] registered\n[ 0.273749] acpiphp: Slot [27] registered\n[ 0.274527] acpiphp: Slot [28] registered\n[ 0.275302] acpiphp: Slot [29] registered\n[ 0.276080] acpiphp: Slot [30] registered\n[ 0.276858] acpiphp: Slot [31] registered\n[ 0.277648] PCI host bridge to bus 0000:00\n[ 0.278431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.279592] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.280751] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.282144] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.283549] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.289739] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.290985] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.292115] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.293325] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.300433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.301814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351168] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352642] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354004] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355369] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356755] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357953] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359300] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361861] vgaarb: loaded\n[ 0.362450] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363567] SCSI subsystem initialized\n[ 0.364360] ACPI: bus type USB registered\n[ 0.365148] usbcore: registered new interface driver usbfs\n[ 0.366150] usbcore: registered new interface driver hub\n[ 0.367134] usbcore: registered new device driver usb\n[ 0.368164] PCI: Using ACPI for IRQ routing\n[ 0.369170] NetLabel: Initializing\n[ 0.369874] NetLabel: domain hash size = 128\n[ 0.370715] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371647] NetLabel: unlabeled traffic allowed by default\n[ 0.372706] amd_nb: Cannot enumerate AMD northbridges\n[ 0.373665] clocksource: Switched to clocksource kvm-clock\n[ 0.379055] AppArmor: AppArmor Filesystem Enabled\n[ 0.380001] pnp: PnP ACPI init\n[ 0.380887] pnp: PnP ACPI: found 5 devices\n[ 0.386913] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388603] NET: Registered protocol family 2\n[ 0.389533] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.390787] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.391956] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.393111] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.394179] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.395328] NET: Registered protocol family 1\n[ 0.396181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397243] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398290] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412367] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426673] Trying to unpack rootfs image as initramfs...\n[ 1.761942] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.778224] Scanning for low memory corruption every 60 seconds\n[ 1.779524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.780633] audit: initializing netlink subsys (disabled)\n[ 1.781625] audit: type=2000 audit(1539192859.580:1): initialized\n[ 1.782917] Initialise system trusted keyring\n[ 1.783816] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.784955] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.786917] zbud: loaded\n[ 1.787609] VFS: Disk quotas dquot_6.6.0\n[ 1.788400] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.789764] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790949] fuse init (API version 7.23)\n[ 1.791808] Key type big_key registered\n[ 1.792576] Allocating IMA MOK and blacklist keyrings.\n[ 1.793652] Key type asymmetric registered\n[ 1.794460] Asymmetric key parser 'x509' registered\n[ 1.795389] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.796810] io scheduler noop registered\n[ 1.797584] io scheduler deadline registered (default)\n[ 1.798552] io scheduler cfq registered\n[ 1.799370] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.800387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.801621] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.803044] ACPI: Power Button [PWRF]\n[ 1.803867] GHES: HEST is not enabled!\n[ 1.817657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.864987] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.867272] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.891286] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.893337] Linux agpgart interface v0.103\n[ 1.895321] brd: module loaded\n[ 1.896558] loop: module loaded\n[ 1.898013] vda: vda1\n[ 1.899321] scsi host0: ata_piix\n[ 1.900051] scsi host1: ata_piix\n[ 1.900747] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.901937] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.903343] libphy: Fixed MDIO Bus: probed\n[ 1.904142] tun: Universal TUN/TAP device driver, 1.6\n[ 1.905078] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.907190] PPP generic driver version 2.4.2\n[ 1.908069] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.909412] ehci-pci: EHCI PCI platform driver\n[ 1.910458] ehci-platform: EHCI generic platform driver\n[ 1.911643] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.913009] ohci-pci: OHCI PCI platform driver\n[ 1.914058] ohci-platform: OHCI generic platform driver\n[ 1.915239] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.929713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.930886] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.932579] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.933743] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.935050] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.936513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.938166] usb usb1: Product: UHCI Host Controller\n[ 1.939279] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.940739] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.941907] hub 1-0:1.0: USB hub found\n[ 1.942833] hub 1-0:1.0: 2 ports detected\n[ 1.943891] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.946308] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.947451] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.948618] mousedev: PS/2 mouse device common for all mice\n[ 1.949851] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.951667] rtc_cmos 00:00: RTC can wake from S4\n[ 1.952746] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.953926] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.955090] i2c /dev entries driver\n[ 1.955832] device-mapper: uevent: version 1.0.3\n[ 1.956753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.958371] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.959618] NET: Registered protocol family 10\n[ 1.960697] NET: Registered protocol family 17\n[ 1.961569] Key type dns_resolver registered\n[ 1.962490] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.963563] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.965260] registered taskstats version 1\n[ 1.966099] Loading compiled-in X.509 certificates\n[ 1.967524] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.969321] zswap: loaded using pool lzo/zbud\n[ 1.971115] Key type trusted registered\n[ 1.973342] Key type encrypted registered\n[ 1.974158] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.975167] ima: No TPM chip found, activating TPM-bypass!\n[ 1.976190] evm: HMAC attrs: 0x1\n[ 1.977107] Magic number: 6:608:592\n[ 1.977947] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:19 UTC (1539192859)\n[ 1.979611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.980699] EDD information not available.\n[ 2.058273] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.059748] ata1.00: configured for MWDMA2\n[ 2.060927] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.063198] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.064398] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.075950] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.077853] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.079378] Write protecting the kernel read-only data: 14336k\n[ 2.080887] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.082570] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.091226] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092952] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094919] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096733] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.098522] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.100278] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.102099] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.103815] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.105526] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.107788] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.134491] virtio_net virtio0 ens3: renamed from eth0\n[ 2.146175] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.147946] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.168696] AVX2 version of gcm_enc/dec engaged.\n[ 2.169646] AES CTR mode by8 optimization enabled\n[ 2.177976] FDC 0 is a S82078B\n[ 2.253747] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.418806] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.420333] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.421686] usb 1-1: Product: QEMU USB Tablet\n[ 2.422557] usb 1-1: Manufacturer: QEMU\n[ 2.423347] usb 1-1: SerialNumber: 42\n[ 2.431911] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.439400] usbcore: registered new interface driver usbhid\n[ 2.440540] usbhid: USB HID core driver\n[ 2.443196] 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.445534] 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.777725] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.778909] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.406145] md: linear personality registered for level -1\n[ 3.409026] md: multipath personality registered for level -4\n[ 3.411938] md: raid0 personality registered for level 0\n[ 3.415122] md: raid1 personality registered for level 1\n[ 3.485669] raid6: sse2x1 gen() 11456 MB/s\n[ 3.553672] raid6: sse2x1 xor() 8641 MB/s\n[ 3.621670] raid6: sse2x2 gen() 14683 MB/s\n[ 3.689668] raid6: sse2x2 xor() 9778 MB/s\n[ 3.757668] raid6: sse2x4 gen() 16758 MB/s\n[ 3.825670] raid6: sse2x4 xor() 11542 MB/s\n[ 3.893670] raid6: avx2x1 gen() 22147 MB/s\n[ 3.961668] raid6: avx2x2 gen() 26533 MB/s\n[ 4.029667] raid6: avx2x4 gen() 29452 MB/s\n[ 4.030560] raid6: using algorithm avx2x4 gen() 29452 MB/s\n[ 4.031568] raid6: using avx2x2 recovery algorithm\n[ 4.034237] xor: automatically using best checksumming function:\n[ 4.073667] avx : 35280.000 MB/sec\n[ 4.075899] async_tx: api initialized (async)\n[ 4.085015] md: raid6 personality registered for level 6\n[ 4.086081] md: raid5 personality registered for level 5\n[ 4.087065] md: raid4 personality registered for level 4\n[ 4.091591] 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.117310] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.147097] 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.240031] 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.243599] systemd[1]: Detected virtualization kvm.\n[ 4.244720] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.248555] systemd[1]: Set hostname to .\n[ 4.252424] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.253757] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.362186] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.364752] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.367190] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.369586] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.372249] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.374913] 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.378739] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.381348] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.383630] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.386234] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.389032] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.393311] 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.400059] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.402847] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.409307] systemd[1]: Starting Uncomplicated firewall...\n[ 4.412461] Loading iSCSI transport class v2.0-870.\n Starting Uncomplicated firewall...\n[ 4.416895] systemd[1]: Listening on Syslog Socket.\n[ 4.420330] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.423172] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.427792] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.430990] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.438610] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.444499] 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.452956] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.457628] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.464492] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.470772] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.473749] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.479565] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.483008] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.490018] 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.493698] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.499063] iscsi: registered transport (iser)\n[ 4.501814] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.503743] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.508261] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.510715] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.525315] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.952378] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 10 Oct 2018 17:34:22 +0000. Up 5.25 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.192602] cloud-init[1024]: Cloud-init v. 0.7.9 running 'init' at Wed, 10 Oct 2018 17:34:24 +0000. Up 7.04 seconds.\n[ 8.194332] cloud-init[1024]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.200126] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.201919] cloud-init[1024]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.203624] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.209311] cloud-init[1024]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.211015] cloud-init[1024]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.216279] cloud-init[1024]: ci-info: | ens3 | True | 10.10.10.11 | 255.255.255.0 | . | fa:16:3e:63:f0:73 |\n[ 8.217985] cloud-init[1024]: ci-info: | ens3 | True | fe80::f816:3eff:fe63:f073/64 | . | link | fa:16:3e:63:f0:73 |\n[ 8.224105] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.225843] cloud-init[1024]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.228097] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.232113] cloud-init[1024]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.236095] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.237709] cloud-init[1024]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.244096] cloud-init[1024]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.245744] cloud-init[1024]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.247313] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.250201] cloud-init[1024]: Generating public/private rsa key pair.\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[ 8.255029] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 8.260417] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.261527] cloud-init[1024]: The key fingerprint is:\n[ 8.262279] cloud-init[1024]: SHA256:0n+q/DbSS9n8SFkrwP/3dgdejtGGPlY0dbgQ/zJCuJ8 root@sdnvpn-13-2\n[ 8.263417] cloud-init[1024]: The key's randomart image is:\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n\n[ 8.266091] cloud-init[1024]: +---[RSA 2048]----+\n[ 8.267101] cloud-init[1024]: | .. . |[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n\n[ 8.272088] cloud-init[1024]: | .... o|\n[ 8.273050] cloud-init[1024]: | . ....o|\n[ 8.274009] cloud-init[1024]: | . . o .o.|\n Starting LXD - unix socket.\n[ 8.275743] cloud-init[1024]: | . S + . ++o|\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.277686] cloud-init[1024]: | . . B =++=|\n Starting iSCSI initiator daemon (iscsid)...[ 8.280124] cloud-init[1024]: | .+ Eo.O |\n[ 8.280860] cloud-init[1024]: | ...++ =* *|\n[ 8.281586] cloud-init[1024]: | o=+o..o+=|\n[ 8.282308] cloud-init[1024]: +----[SHA256]-----+\n[ 8.283035] cloud-init[1024]: Generating public/private dsa key pair.\n[ 8.283937] \n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Reached target Sockets.\ncloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Reached target Basic System.\n[ 8.290859] cloud-init[1024]: Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.295907] cloud-init[1024]: The key fingerprint is:\n[ 8.298047] cloud-init[1024]: SHA256:1zlZ9y53jQofa9J3mGVdm7zlbnHzNze0f9G5SuBNxvs root@sdnvpn-13-2[[0;32m OK [0m] Started Snappy daemon.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.303598] cloud-init[1024]: The key's randomart image is:\n[ 8.304757] cloud-init[1024]: +---[DSA 1024]----+\n[ 8.306510] cloud-init[1024]: | |\n[ 8.314882] cloud-init[1024]: | |\n[ 8.321009] cloud-init[1024]: | . .|\n[ 8.322892] cloud-init[1024]: | ..+ .o|\n[ 8.324642] cloud-init[1024]: | S ..=+. O|\n[ 8.326705] cloud-init[1024]: | .. =..%O|\n[ 8.328327] cloud-init[1024]: | .o.++*/|\n[ 8.329876] cloud-init[1024]: | .o++=OX|\n[ 8.331572] cloud-init[1024]: | o+o.EX|\n[ 8.333026] cloud-init[1024]: +----[SHA256]-----+\n[ 8.334563] cloud-init[1024]: Generating public/private ecdsa key pair.\n[ 8.336155] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Apply the settings specified in cloud-config...\n Starting Accounts Service...\n Starting LXD - container startup/shutdown...\n Starting System Logging Service...\n Starting Login Service...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.394933] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.436219] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[1024]: The key fingerprint is:\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[ 8.451082] cloud-init[1024]: SHA256:mzSJIeTmUfwoN47wbbJ3yzE0/g76f3lXbg9YimSKjDI root@sdnvpn-13-2[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 8.465741] cloud-init\n[1024]: The key's randomart image is:\n[ 8.474246] cloud-init[1024]: [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n+---[ECDSA 256]---+\n[ 8.494352] cloud-init[1024]: | ... |[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: automatic crash report generation...\n[ 8.519187] cloud-init\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[1024]: | o .. |\n[ 8.525880] cloud-init[1024]: Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n| = .o |\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n Starting Hold until boot process finishes up...[ 8.577791] cloud-init\n Starting Terminate Plymouth Boot Screen...\n[1024]: | .o.o+o.. |\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 8.588594] cloud-init[[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[1024]: | o.*..S o . |\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 8.614622] cloud-init[1024]: | +o+= O . + .|\n Starting Set console scheme...[ 8.630321] cloud-init[1024]: \n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m| E .+o O . o....|\n[ 8.637088] ] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\ncloud-init[1024]: | o. .o.= o ..+|\n[ 8.658385] cloud-init[1024]: | ..o+++. . oo|\n[ 8.660208] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1024]: +----[SHA256]-----+\n[ 8.672104] cloud-init[1024]: Generating public/private ed25519 key pair.\n[ 8.676073] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.682335] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.692231] cloud-init[1024]: The key fingerprint is:\n[ 8.693740] cloud-init[1024]: SHA256:0VSjwzYjTeFZTkhqNpYOWgPKiPosGGD9c3TaJHcRBxY root@sdnvpn-13-2\n[ 8.702507] cloud-init[1024]: The key's randomart image is:\n[ 8.704045] cloud-init[1024]: +--[ED25519 256]--+\n[ 8.708799] cloud-init[1024]: | . .=EO. |\n[ 8.712266] cloud-init[1024]: |.o.. . Xo*o. |\n[ 8.714574] cloud-init[1024]: |+.o. +oX+%.. |\n[ 8.717739] cloud-init[1024]: |+ .o.BB=.+ |\n[ 8.720782] cloud-init[1024]: |o .o oS. |\n[ 8.723834] cloud-init[1024]: |.+ o |\n[ 8.727607] cloud-init[1024]: |o o |\n[ 8.730484] cloud-init[1024]: | . |\n[ 8.733378] cloud-init[1024]: | |\n[ 8.736930] cloud-init[1024]: +----[SHA256]-----+\n[ 8.965640] cloud-init[1144]: Generating locales (this might take a while)...\n[ 9.533616] cloud-init[1144]: en_US.UTF-8... done\n[ 9.535340] cloud-init[1144]: Generation complete.\n"} 2018-10-10 17:34:30,368 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926/action used request id req-6d8a2abc-62e0-4b9e-ba15-6e44f1cf3e5c 2018-10-10 17:34:32,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdaf8e1d3c49b4ee35cdfc4c19241f12bc6091fd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:34:33,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34: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-ee3ace0a-ff74-45ff-9559-b0ac4d3c12de x-compute-request-id: req-ee3ace0a-ff74-45ff-9559-b0ac4d3c12de Content-Encoding: gzip Content-Length: 13130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 965125018 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130330] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131949] pid_max: default: 32768 minimum: 301\n[ 0.132817] ACPI: Core revision 20150930\n[ 0.134170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136257] Yama: becoming mindful.\n[ 0.136986] AppArmor: AppArmor initialized\n[ 0.137858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.139223] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140850] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.142049] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.143407] Initializing cgroup subsys io\n[ 0.144199] Initializing cgroup subsys memory\n[ 0.145055] Initializing cgroup subsys devices\n[ 0.145920] Initializing cgroup subsys freezer\n[ 0.146777] Initializing cgroup subsys net_cls\n[ 0.147624] Initializing cgroup subsys perf_event\n[ 0.148505] Initializing cgroup subsys net_prio\n[ 0.149362] Initializing cgroup subsys hugetlb\n[ 0.150212] Initializing cgroup subsys pids\n[ 0.151090] CPU: Physical Processor ID: 0\n[ 0.152551] mce: CPU supports 10 MCE banks\n[ 0.153373] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164960] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.171274] ftrace: allocating 32123 entries in 126 pages\n[ 0.197520] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199689] x2apic enabled\n[ 0.200481] Switched APIC routing to physical x2apic.\n[ 0.202208] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203303] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205246] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206994] KVM setup paravirtual spinlock\n[ 0.208265] x86: Booted up 1 node, 1 CPUs\n[ 0.209064] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210440] devtmpfs: initialized\n[ 0.212880] evm: security.selinux\n[ 0.213567] evm: security.SMACK64\n[ 0.214240] evm: security.SMACK64EXEC\n[ 0.214964] evm: security.SMACK64TRANSMUTE\n[ 0.215752] evm: security.SMACK64MMAP\n[ 0.216480] evm: security.ima\n[ 0.217100] evm: security.capability\n[ 0.217898] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219706] pinctrl core: initialized pinctrl subsystem\n[ 0.220784] RTC time: 17:34:17, date: 10/10/18\n[ 0.221704] NET: Registered protocol family 16\n[ 0.222694] cpuidle: using governor ladder\n[ 0.223495] cpuidle: using governor menu\n[ 0.224253] PCCT header not found.\n[ 0.225006] ACPI: bus type PCI registered\n[ 0.225801] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227011] PCI: Using configuration type 1 for base access\n[ 0.229135] ACPI: Added _OSI(Module Device)\n[ 0.229953] ACPI: Added _OSI(Processor Device)\n[ 0.230788] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233784] ACPI: Interpreter enabled\n[ 0.234542] ACPI: (supports S0 S5)\n[ 0.235224] ACPI: Using IOAPIC for interrupt routing\n[ 0.236139] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.239156] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.240261] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.241449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.242600] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.244901] acpiphp: Slot [3] registered\n[ 0.245686] acpiphp: Slot [4] registered\n[ 0.246468] acpiphp: Slot [5] registered\n[ 0.247249] acpiphp: Slot [6] registered\n[ 0.248024] acpiphp: Slot [7] registered\n[ 0.248797] acpiphp: Slot [8] registered\n[ 0.249568] acpiphp: Slot [9] registered\n[ 0.250338] acpiphp: Slot [10] registered\n[ 0.251133] acpiphp: Slot [11] registered\n[ 0.251923] acpiphp: Slot [12] registered\n[ 0.252709] acpiphp: Slot [13] registered\n[ 0.253493] acpiphp: Slot [14] registered\n[ 0.264284] acpiphp: Slot [15] registered\n[ 0.265081] acpiphp: Slot [16] registered\n[ 0.265864] acpiphp: Slot [17] registered\n[ 0.266650] acpiphp: Slot [18] registered\n[ 0.267451] acpiphp: Slot [19] registered\n[ 0.268225] acpiphp: Slot [20] registered\n[ 0.269019] acpiphp: Slot [21] registered\n[ 0.269802] acpiphp: Slot [22] registered\n[ 0.270623] acpiphp: Slot [23] registered\n[ 0.271413] acpiphp: Slot [24] registered\n[ 0.272189] acpiphp: Slot [25] registered\n[ 0.272967] acpiphp: Slot [26] registered\n[ 0.273749] acpiphp: Slot [27] registered\n[ 0.274527] acpiphp: Slot [28] registered\n[ 0.275302] acpiphp: Slot [29] registered\n[ 0.276080] acpiphp: Slot [30] registered\n[ 0.276858] acpiphp: Slot [31] registered\n[ 0.277648] PCI host bridge to bus 0000:00\n[ 0.278431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.279592] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.280751] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.282144] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.283549] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.289739] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.290985] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.292115] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.293325] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.300433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.301814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351168] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352642] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354004] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355369] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356755] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357953] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359300] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361861] vgaarb: loaded\n[ 0.362450] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363567] SCSI subsystem initialized\n[ 0.364360] ACPI: bus type USB registered\n[ 0.365148] usbcore: registered new interface driver usbfs\n[ 0.366150] usbcore: registered new interface driver hub\n[ 0.367134] usbcore: registered new device driver usb\n[ 0.368164] PCI: Using ACPI for IRQ routing\n[ 0.369170] NetLabel: Initializing\n[ 0.369874] NetLabel: domain hash size = 128\n[ 0.370715] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371647] NetLabel: unlabeled traffic allowed by default\n[ 0.372706] amd_nb: Cannot enumerate AMD northbridges\n[ 0.373665] clocksource: Switched to clocksource kvm-clock\n[ 0.379055] AppArmor: AppArmor Filesystem Enabled\n[ 0.380001] pnp: PnP ACPI init\n[ 0.380887] pnp: PnP ACPI: found 5 devices\n[ 0.386913] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388603] NET: Registered protocol family 2\n[ 0.389533] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.390787] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.391956] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.393111] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.394179] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.395328] NET: Registered protocol family 1\n[ 0.396181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397243] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398290] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412367] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426673] Trying to unpack rootfs image as initramfs...\n[ 1.761942] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.778224] Scanning for low memory corruption every 60 seconds\n[ 1.779524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.780633] audit: initializing netlink subsys (disabled)\n[ 1.781625] audit: type=2000 audit(1539192859.580:1): initialized\n[ 1.782917] Initialise system trusted keyring\n[ 1.783816] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.784955] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.786917] zbud: loaded\n[ 1.787609] VFS: Disk quotas dquot_6.6.0\n[ 1.788400] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.789764] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790949] fuse init (API version 7.23)\n[ 1.791808] Key type big_key registered\n[ 1.792576] Allocating IMA MOK and blacklist keyrings.\n[ 1.793652] Key type asymmetric registered\n[ 1.794460] Asymmetric key parser 'x509' registered\n[ 1.795389] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.796810] io scheduler noop registered\n[ 1.797584] io scheduler deadline registered (default)\n[ 1.798552] io scheduler cfq registered\n[ 1.799370] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.800387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.801621] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.803044] ACPI: Power Button [PWRF]\n[ 1.803867] GHES: HEST is not enabled!\n[ 1.817657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.864987] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.867272] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.891286] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.893337] Linux agpgart interface v0.103\n[ 1.895321] brd: module loaded\n[ 1.896558] loop: module loaded\n[ 1.898013] vda: vda1\n[ 1.899321] scsi host0: ata_piix\n[ 1.900051] scsi host1: ata_piix\n[ 1.900747] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.901937] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.903343] libphy: Fixed MDIO Bus: probed\n[ 1.904142] tun: Universal TUN/TAP device driver, 1.6\n[ 1.905078] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.907190] PPP generic driver version 2.4.2\n[ 1.908069] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.909412] ehci-pci: EHCI PCI platform driver\n[ 1.910458] ehci-platform: EHCI generic platform driver\n[ 1.911643] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.913009] ohci-pci: OHCI PCI platform driver\n[ 1.914058] ohci-platform: OHCI generic platform driver\n[ 1.915239] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.929713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.930886] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.932579] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.933743] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.935050] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.936513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.938166] usb usb1: Product: UHCI Host Controller\n[ 1.939279] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.940739] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.941907] hub 1-0:1.0: USB hub found\n[ 1.942833] hub 1-0:1.0: 2 ports detected\n[ 1.943891] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.946308] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.947451] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.948618] mousedev: PS/2 mouse device common for all mice\n[ 1.949851] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.951667] rtc_cmos 00:00: RTC can wake from S4\n[ 1.952746] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.953926] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.955090] i2c /dev entries driver\n[ 1.955832] device-mapper: uevent: version 1.0.3\n[ 1.956753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.958371] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.959618] NET: Registered protocol family 10\n[ 1.960697] NET: Registered protocol family 17\n[ 1.961569] Key type dns_resolver registered\n[ 1.962490] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.963563] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.965260] registered taskstats version 1\n[ 1.966099] Loading compiled-in X.509 certificates\n[ 1.967524] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.969321] zswap: loaded using pool lzo/zbud\n[ 1.971115] Key type trusted registered\n[ 1.973342] Key type encrypted registered\n[ 1.974158] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.975167] ima: No TPM chip found, activating TPM-bypass!\n[ 1.976190] evm: HMAC attrs: 0x1\n[ 1.977107] Magic number: 6:608:592\n[ 1.977947] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:19 UTC (1539192859)\n[ 1.979611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.980699] EDD information not available.\n[ 2.058273] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.059748] ata1.00: configured for MWDMA2\n[ 2.060927] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.063198] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.064398] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.075950] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.077853] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.079378] Write protecting the kernel read-only data: 14336k\n[ 2.080887] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.082570] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.091226] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092952] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094919] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096733] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.098522] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.100278] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.102099] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.103815] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.105526] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.107788] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.134491] virtio_net virtio0 ens3: renamed from eth0\n[ 2.146175] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.147946] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.168696] AVX2 version of gcm_enc/dec engaged.\n[ 2.169646] AES CTR mode by8 optimization enabled\n[ 2.177976] FDC 0 is a S82078B\n[ 2.253747] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.418806] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.420333] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.421686] usb 1-1: Product: QEMU USB Tablet\n[ 2.422557] usb 1-1: Manufacturer: QEMU\n[ 2.423347] usb 1-1: SerialNumber: 42\n[ 2.431911] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.439400] usbcore: registered new interface driver usbhid\n[ 2.440540] usbhid: USB HID core driver\n[ 2.443196] 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.445534] 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.777725] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.778909] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.406145] md: linear personality registered for level -1\n[ 3.409026] md: multipath personality registered for level -4\n[ 3.411938] md: raid0 personality registered for level 0\n[ 3.415122] md: raid1 personality registered for level 1\n[ 3.485669] raid6: sse2x1 gen() 11456 MB/s\n[ 3.553672] raid6: sse2x1 xor() 8641 MB/s\n[ 3.621670] raid6: sse2x2 gen() 14683 MB/s\n[ 3.689668] raid6: sse2x2 xor() 9778 MB/s\n[ 3.757668] raid6: sse2x4 gen() 16758 MB/s\n[ 3.825670] raid6: sse2x4 xor() 11542 MB/s\n[ 3.893670] raid6: avx2x1 gen() 22147 MB/s\n[ 3.961668] raid6: avx2x2 gen() 26533 MB/s\n[ 4.029667] raid6: avx2x4 gen() 29452 MB/s\n[ 4.030560] raid6: using algorithm avx2x4 gen() 29452 MB/s\n[ 4.031568] raid6: using avx2x2 recovery algorithm\n[ 4.034237] xor: automatically using best checksumming function:\n[ 4.073667] avx : 35280.000 MB/sec\n[ 4.075899] async_tx: api initialized (async)\n[ 4.085015] md: raid6 personality registered for level 6\n[ 4.086081] md: raid5 personality registered for level 5\n[ 4.087065] md: raid4 personality registered for level 4\n[ 4.091591] 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.117310] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.147097] 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.240031] 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.243599] systemd[1]: Detected virtualization kvm.\n[ 4.244720] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.248555] systemd[1]: Set hostname to .\n[ 4.252424] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.253757] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.362186] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.364752] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.367190] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.369586] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.372249] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.374913] 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.378739] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.381348] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.383630] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.386234] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.389032] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.393311] 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.400059] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.402847] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.409307] systemd[1]: Starting Uncomplicated firewall...\n[ 4.412461] Loading iSCSI transport class v2.0-870.\n Starting Uncomplicated firewall...\n[ 4.416895] systemd[1]: Listening on Syslog Socket.\n[ 4.420330] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.423172] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.427792] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.430990] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.438610] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.444499] 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.452956] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.457628] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.464492] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.470772] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.473749] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.479565] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.483008] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.490018] 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.493698] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.499063] iscsi: registered transport (iser)\n[ 4.501814] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.503743] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.508261] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.510715] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.525315] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.952378] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 10 Oct 2018 17:34:22 +0000. Up 5.25 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.192602] cloud-init[1024]: Cloud-init v. 0.7.9 running 'init' at Wed, 10 Oct 2018 17:34:24 +0000. Up 7.04 seconds.\n[ 8.194332] cloud-init[1024]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.200126] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.201919] cloud-init[1024]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.203624] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.209311] cloud-init[1024]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.211015] cloud-init[1024]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.216279] cloud-init[1024]: ci-info: | ens3 | True | 10.10.10.11 | 255.255.255.0 | . | fa:16:3e:63:f0:73 |\n[ 8.217985] cloud-init[1024]: ci-info: | ens3 | True | fe80::f816:3eff:fe63:f073/64 | . | link | fa:16:3e:63:f0:73 |\n[ 8.224105] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.225843] cloud-init[1024]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.228097] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.232113] cloud-init[1024]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.236095] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.237709] cloud-init[1024]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.244096] cloud-init[1024]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.245744] cloud-init[1024]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.247313] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.250201] cloud-init[1024]: Generating public/private rsa key pair.\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[ 8.255029] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 8.260417] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.261527] cloud-init[1024]: The key fingerprint is:\n[ 8.262279] cloud-init[1024]: SHA256:0n+q/DbSS9n8SFkrwP/3dgdejtGGPlY0dbgQ/zJCuJ8 root@sdnvpn-13-2\n[ 8.263417] cloud-init[1024]: The key's randomart image is:\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n\n[ 8.266091] cloud-init[1024]: +---[RSA 2048]----+\n[ 8.267101] cloud-init[1024]: | .. . |[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n\n[ 8.272088] cloud-init[1024]: | .... o|\n[ 8.273050] cloud-init[1024]: | . ....o|\n[ 8.274009] cloud-init[1024]: | . . o .o.|\n Starting LXD - unix socket.\n[ 8.275743] cloud-init[1024]: | . S + . ++o|\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.277686] cloud-init[1024]: | . . B =++=|\n Starting iSCSI initiator daemon (iscsid)...[ 8.280124] cloud-init[1024]: | .+ Eo.O |\n[ 8.280860] cloud-init[1024]: | ...++ =* *|\n[ 8.281586] cloud-init[1024]: | o=+o..o+=|\n[ 8.282308] cloud-init[1024]: +----[SHA256]-----+\n[ 8.283035] cloud-init[1024]: Generating public/private dsa key pair.\n[ 8.283937] \n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Reached target Sockets.\ncloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Reached target Basic System.\n[ 8.290859] cloud-init[1024]: Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.295907] cloud-init[1024]: The key fingerprint is:\n[ 8.298047] cloud-init[1024]: SHA256:1zlZ9y53jQofa9J3mGVdm7zlbnHzNze0f9G5SuBNxvs root@sdnvpn-13-2[[0;32m OK [0m] Started Snappy daemon.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.303598] cloud-init[1024]: The key's randomart image is:\n[ 8.304757] cloud-init[1024]: +---[DSA 1024]----+\n[ 8.306510] cloud-init[1024]: | |\n[ 8.314882] cloud-init[1024]: | |\n[ 8.321009] cloud-init[1024]: | . .|\n[ 8.322892] cloud-init[1024]: | ..+ .o|\n[ 8.324642] cloud-init[1024]: | S ..=+. O|\n[ 8.326705] cloud-init[1024]: | .. =..%O|\n[ 8.328327] cloud-init[1024]: | .o.++*/|\n[ 8.329876] cloud-init[1024]: | .o++=OX|\n[ 8.331572] cloud-init[1024]: | o+o.EX|\n[ 8.333026] cloud-init[1024]: +----[SHA256]-----+\n[ 8.334563] cloud-init[1024]: Generating public/private ecdsa key pair.\n[ 8.336155] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Apply the settings specified in cloud-config...\n Starting Accounts Service...\n Starting LXD - container startup/shutdown...\n Starting System Logging Service...\n Starting Login Service...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.394933] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.436219] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[1024]: The key fingerprint is:\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[ 8.451082] cloud-init[1024]: SHA256:mzSJIeTmUfwoN47wbbJ3yzE0/g76f3lXbg9YimSKjDI root@sdnvpn-13-2[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 8.465741] cloud-init\n[1024]: The key's randomart image is:\n[ 8.474246] cloud-init[1024]: [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n+---[ECDSA 256]---+\n[ 8.494352] cloud-init[1024]: | ... |[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: automatic crash report generation...\n[ 8.519187] cloud-init\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[1024]: | o .. |\n[ 8.525880] cloud-init[1024]: Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n| = .o |\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n Starting Hold until boot process finishes up...[ 8.577791] cloud-init\n Starting Terminate Plymouth Boot Screen...\n[1024]: | .o.o+o.. |\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 8.588594] cloud-init[[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[1024]: | o.*..S o . |\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 8.614622] cloud-init[1024]: | +o+= O . + .|\n Starting Set console scheme...[ 8.630321] cloud-init[1024]: \n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m| E .+o O . o....|\n[ 8.637088] ] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\ncloud-init[1024]: | o. .o.= o ..+|\n[ 8.658385] cloud-init[1024]: | ..o+++. . oo|\n[ 8.660208] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1024]: +----[SHA256]-----+\n[ 8.672104] cloud-init[1024]: Generating public/private ed25519 key pair.\n[ 8.676073] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.682335] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.692231] cloud-init[1024]: The key fingerprint is:\n[ 8.693740] cloud-init[1024]: SHA256:0VSjwzYjTeFZTkhqNpYOWgPKiPosGGD9c3TaJHcRBxY root@sdnvpn-13-2\n[ 8.702507] cloud-init[1024]: The key's randomart image is:\n[ 8.704045] cloud-init[1024]: +--[ED25519 256]--+\n[ 8.708799] cloud-init[1024]: | . .=EO. |\n[ 8.712266] cloud-init[1024]: |.o.. . Xo*o. |\n[ 8.714574] cloud-init[1024]: |+.o. +oX+%.. |\n[ 8.717739] cloud-init[1024]: |+ .o.BB=.+ |\n[ 8.720782] cloud-init[1024]: |o .o oS. |\n[ 8.723834] cloud-init[1024]: |.+ o |\n[ 8.727607] cloud-init[1024]: |o o |\n[ 8.730484] cloud-init[1024]: | . |\n[ 8.733378] cloud-init[1024]: | |\n[ 8.736930] cloud-init[1024]: +----[SHA256]-----+\n[ 8.965640] cloud-init[1144]: Generating locales (this might take a while)...\n[ 9.533616] cloud-init[1144]: en_US.UTF-8... done\n[ 9.535340] cloud-init[1144]: Generation complete.\n"} 2018-10-10 17:34:33,472 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926/action used request id req-ee3ace0a-ff74-45ff-9559-b0ac4d3c12de 2018-10-10 17:34:35,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdaf8e1d3c49b4ee35cdfc4c19241f12bc6091fd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:34:36,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a29449e2-858e-4f0a-a47b-ad01b081eed2 x-compute-request-id: req-a29449e2-858e-4f0a-a47b-ad01b081eed2 Content-Encoding: gzip Content-Length: 13148 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 965125018 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130330] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131949] pid_max: default: 32768 minimum: 301\n[ 0.132817] ACPI: Core revision 20150930\n[ 0.134170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136257] Yama: becoming mindful.\n[ 0.136986] AppArmor: AppArmor initialized\n[ 0.137858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.139223] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140850] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.142049] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.143407] Initializing cgroup subsys io\n[ 0.144199] Initializing cgroup subsys memory\n[ 0.145055] Initializing cgroup subsys devices\n[ 0.145920] Initializing cgroup subsys freezer\n[ 0.146777] Initializing cgroup subsys net_cls\n[ 0.147624] Initializing cgroup subsys perf_event\n[ 0.148505] Initializing cgroup subsys net_prio\n[ 0.149362] Initializing cgroup subsys hugetlb\n[ 0.150212] Initializing cgroup subsys pids\n[ 0.151090] CPU: Physical Processor ID: 0\n[ 0.152551] mce: CPU supports 10 MCE banks\n[ 0.153373] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164960] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.171274] ftrace: allocating 32123 entries in 126 pages\n[ 0.197520] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199689] x2apic enabled\n[ 0.200481] Switched APIC routing to physical x2apic.\n[ 0.202208] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203303] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205246] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206994] KVM setup paravirtual spinlock\n[ 0.208265] x86: Booted up 1 node, 1 CPUs\n[ 0.209064] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210440] devtmpfs: initialized\n[ 0.212880] evm: security.selinux\n[ 0.213567] evm: security.SMACK64\n[ 0.214240] evm: security.SMACK64EXEC\n[ 0.214964] evm: security.SMACK64TRANSMUTE\n[ 0.215752] evm: security.SMACK64MMAP\n[ 0.216480] evm: security.ima\n[ 0.217100] evm: security.capability\n[ 0.217898] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219706] pinctrl core: initialized pinctrl subsystem\n[ 0.220784] RTC time: 17:34:17, date: 10/10/18\n[ 0.221704] NET: Registered protocol family 16\n[ 0.222694] cpuidle: using governor ladder\n[ 0.223495] cpuidle: using governor menu\n[ 0.224253] PCCT header not found.\n[ 0.225006] ACPI: bus type PCI registered\n[ 0.225801] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227011] PCI: Using configuration type 1 for base access\n[ 0.229135] ACPI: Added _OSI(Module Device)\n[ 0.229953] ACPI: Added _OSI(Processor Device)\n[ 0.230788] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233784] ACPI: Interpreter enabled\n[ 0.234542] ACPI: (supports S0 S5)\n[ 0.235224] ACPI: Using IOAPIC for interrupt routing\n[ 0.236139] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.239156] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.240261] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.241449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.242600] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.244901] acpiphp: Slot [3] registered\n[ 0.245686] acpiphp: Slot [4] registered\n[ 0.246468] acpiphp: Slot [5] registered\n[ 0.247249] acpiphp: Slot [6] registered\n[ 0.248024] acpiphp: Slot [7] registered\n[ 0.248797] acpiphp: Slot [8] registered\n[ 0.249568] acpiphp: Slot [9] registered\n[ 0.250338] acpiphp: Slot [10] registered\n[ 0.251133] acpiphp: Slot [11] registered\n[ 0.251923] acpiphp: Slot [12] registered\n[ 0.252709] acpiphp: Slot [13] registered\n[ 0.253493] acpiphp: Slot [14] registered\n[ 0.264284] acpiphp: Slot [15] registered\n[ 0.265081] acpiphp: Slot [16] registered\n[ 0.265864] acpiphp: Slot [17] registered\n[ 0.266650] acpiphp: Slot [18] registered\n[ 0.267451] acpiphp: Slot [19] registered\n[ 0.268225] acpiphp: Slot [20] registered\n[ 0.269019] acpiphp: Slot [21] registered\n[ 0.269802] acpiphp: Slot [22] registered\n[ 0.270623] acpiphp: Slot [23] registered\n[ 0.271413] acpiphp: Slot [24] registered\n[ 0.272189] acpiphp: Slot [25] registered\n[ 0.272967] acpiphp: Slot [26] registered\n[ 0.273749] acpiphp: Slot [27] registered\n[ 0.274527] acpiphp: Slot [28] registered\n[ 0.275302] acpiphp: Slot [29] registered\n[ 0.276080] acpiphp: Slot [30] registered\n[ 0.276858] acpiphp: Slot [31] registered\n[ 0.277648] PCI host bridge to bus 0000:00\n[ 0.278431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.279592] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.280751] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.282144] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.283549] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.289739] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.290985] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.292115] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.293325] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.300433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.301814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351168] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352642] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354004] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355369] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356755] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357953] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359300] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361861] vgaarb: loaded\n[ 0.362450] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363567] SCSI subsystem initialized\n[ 0.364360] ACPI: bus type USB registered\n[ 0.365148] usbcore: registered new interface driver usbfs\n[ 0.366150] usbcore: registered new interface driver hub\n[ 0.367134] usbcore: registered new device driver usb\n[ 0.368164] PCI: Using ACPI for IRQ routing\n[ 0.369170] NetLabel: Initializing\n[ 0.369874] NetLabel: domain hash size = 128\n[ 0.370715] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371647] NetLabel: unlabeled traffic allowed by default\n[ 0.372706] amd_nb: Cannot enumerate AMD northbridges\n[ 0.373665] clocksource: Switched to clocksource kvm-clock\n[ 0.379055] AppArmor: AppArmor Filesystem Enabled\n[ 0.380001] pnp: PnP ACPI init\n[ 0.380887] pnp: PnP ACPI: found 5 devices\n[ 0.386913] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388603] NET: Registered protocol family 2\n[ 0.389533] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.390787] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.391956] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.393111] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.394179] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.395328] NET: Registered protocol family 1\n[ 0.396181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397243] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398290] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412367] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426673] Trying to unpack rootfs image as initramfs...\n[ 1.761942] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.778224] Scanning for low memory corruption every 60 seconds\n[ 1.779524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.780633] audit: initializing netlink subsys (disabled)\n[ 1.781625] audit: type=2000 audit(1539192859.580:1): initialized\n[ 1.782917] Initialise system trusted keyring\n[ 1.783816] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.784955] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.786917] zbud: loaded\n[ 1.787609] VFS: Disk quotas dquot_6.6.0\n[ 1.788400] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.789764] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.790949] fuse init (API version 7.23)\n[ 1.791808] Key type big_key registered\n[ 1.792576] Allocating IMA MOK and blacklist keyrings.\n[ 1.793652] Key type asymmetric registered\n[ 1.794460] Asymmetric key parser 'x509' registered\n[ 1.795389] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.796810] io scheduler noop registered\n[ 1.797584] io scheduler deadline registered (default)\n[ 1.798552] io scheduler cfq registered\n[ 1.799370] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.800387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.801621] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.803044] ACPI: Power Button [PWRF]\n[ 1.803867] GHES: HEST is not enabled!\n[ 1.817657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.864987] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.867272] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.891286] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.893337] Linux agpgart interface v0.103\n[ 1.895321] brd: module loaded\n[ 1.896558] loop: module loaded\n[ 1.898013] vda: vda1\n[ 1.899321] scsi host0: ata_piix\n[ 1.900051] scsi host1: ata_piix\n[ 1.900747] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.901937] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.903343] libphy: Fixed MDIO Bus: probed\n[ 1.904142] tun: Universal TUN/TAP device driver, 1.6\n[ 1.905078] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.907190] PPP generic driver version 2.4.2\n[ 1.908069] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.909412] ehci-pci: EHCI PCI platform driver\n[ 1.910458] ehci-platform: EHCI generic platform driver\n[ 1.911643] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.913009] ohci-pci: OHCI PCI platform driver\n[ 1.914058] ohci-platform: OHCI generic platform driver\n[ 1.915239] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.929713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.930886] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.932579] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.933743] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.935050] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.936513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.938166] usb usb1: Product: UHCI Host Controller\n[ 1.939279] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.940739] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.941907] hub 1-0:1.0: USB hub found\n[ 1.942833] hub 1-0:1.0: 2 ports detected\n[ 1.943891] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.946308] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.947451] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.948618] mousedev: PS/2 mouse device common for all mice\n[ 1.949851] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.951667] rtc_cmos 00:00: RTC can wake from S4\n[ 1.952746] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.953926] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.955090] i2c /dev entries driver\n[ 1.955832] device-mapper: uevent: version 1.0.3\n[ 1.956753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.958371] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.959618] NET: Registered protocol family 10\n[ 1.960697] NET: Registered protocol family 17\n[ 1.961569] Key type dns_resolver registered\n[ 1.962490] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.963563] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.965260] registered taskstats version 1\n[ 1.966099] Loading compiled-in X.509 certificates\n[ 1.967524] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.969321] zswap: loaded using pool lzo/zbud\n[ 1.971115] Key type trusted registered\n[ 1.973342] Key type encrypted registered\n[ 1.974158] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.975167] ima: No TPM chip found, activating TPM-bypass!\n[ 1.976190] evm: HMAC attrs: 0x1\n[ 1.977107] Magic number: 6:608:592\n[ 1.977947] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:19 UTC (1539192859)\n[ 1.979611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.980699] EDD information not available.\n[ 2.058273] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.059748] ata1.00: configured for MWDMA2\n[ 2.060927] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.063198] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.064398] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.075950] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.077853] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.079378] Write protecting the kernel read-only data: 14336k\n[ 2.080887] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.082570] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.091226] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092952] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094919] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096733] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.098522] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.100278] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.102099] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.103815] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.105526] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.107788] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.134491] virtio_net virtio0 ens3: renamed from eth0\n[ 2.146175] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.147946] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.168696] AVX2 version of gcm_enc/dec engaged.\n[ 2.169646] AES CTR mode by8 optimization enabled\n[ 2.177976] FDC 0 is a S82078B\n[ 2.253747] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.418806] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.420333] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.421686] usb 1-1: Product: QEMU USB Tablet\n[ 2.422557] usb 1-1: Manufacturer: QEMU\n[ 2.423347] usb 1-1: SerialNumber: 42\n[ 2.431911] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.439400] usbcore: registered new interface driver usbhid\n[ 2.440540] usbhid: USB HID core driver\n[ 2.443196] 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.445534] 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.777725] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.778909] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.406145] md: linear personality registered for level -1\n[ 3.409026] md: multipath personality registered for level -4\n[ 3.411938] md: raid0 personality registered for level 0\n[ 3.415122] md: raid1 personality registered for level 1\n[ 3.485669] raid6: sse2x1 gen() 11456 MB/s\n[ 3.553672] raid6: sse2x1 xor() 8641 MB/s\n[ 3.621670] raid6: sse2x2 gen() 14683 MB/s\n[ 3.689668] raid6: sse2x2 xor() 9778 MB/s\n[ 3.757668] raid6: sse2x4 gen() 16758 MB/s\n[ 3.825670] raid6: sse2x4 xor() 11542 MB/s\n[ 3.893670] raid6: avx2x1 gen() 22147 MB/s\n[ 3.961668] raid6: avx2x2 gen() 26533 MB/s\n[ 4.029667] raid6: avx2x4 gen() 29452 MB/s\n[ 4.030560] raid6: using algorithm avx2x4 gen() 29452 MB/s\n[ 4.031568] raid6: using avx2x2 recovery algorithm\n[ 4.034237] xor: automatically using best checksumming function:\n[ 4.073667] avx : 35280.000 MB/sec\n[ 4.075899] async_tx: api initialized (async)\n[ 4.085015] md: raid6 personality registered for level 6\n[ 4.086081] md: raid5 personality registered for level 5\n[ 4.087065] md: raid4 personality registered for level 4\n[ 4.091591] 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.117310] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.147097] 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.240031] 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.243599] systemd[1]: Detected virtualization kvm.\n[ 4.244720] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.248555] systemd[1]: Set hostname to .\n[ 4.252424] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.253757] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.362186] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.364752] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.367190] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.369586] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.372249] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.374913] 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.378739] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.381348] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.383630] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.386234] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.389032] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.393311] 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.400059] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.402847] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.409307] systemd[1]: Starting Uncomplicated firewall...\n[ 4.412461] Loading iSCSI transport class v2.0-870.\n Starting Uncomplicated firewall...\n[ 4.416895] systemd[1]: Listening on Syslog Socket.\n[ 4.420330] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.423172] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.427792] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.430990] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.438610] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.444499] 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.452956] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.457628] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.464492] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.470772] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.473749] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.479565] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.483008] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.490018] 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.493698] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.499063] iscsi: registered transport (iser)\n[ 4.501814] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.503743] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.508261] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.510715] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.525315] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.952378] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 10 Oct 2018 17:34:22 +0000. Up 5.25 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.192602] cloud-init[1024]: Cloud-init v. 0.7.9 running 'init' at Wed, 10 Oct 2018 17:34:24 +0000. Up 7.04 seconds.\n[ 8.194332] cloud-init[1024]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.200126] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.201919] cloud-init[1024]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.203624] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.209311] cloud-init[1024]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.211015] cloud-init[1024]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.216279] cloud-init[1024]: ci-info: | ens3 | True | 10.10.10.11 | 255.255.255.0 | . | fa:16:3e:63:f0:73 |\n[ 8.217985] cloud-init[1024]: ci-info: | ens3 | True | fe80::f816:3eff:fe63:f073/64 | . | link | fa:16:3e:63:f0:73 |\n[ 8.224105] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.225843] cloud-init[1024]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.228097] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.232113] cloud-init[1024]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.236095] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.237709] cloud-init[1024]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.244096] cloud-init[1024]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.245744] cloud-init[1024]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.247313] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.250201] cloud-init[1024]: Generating public/private rsa key pair.\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[ 8.255029] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 8.260417] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.261527] cloud-init[1024]: The key fingerprint is:\n[ 8.262279] cloud-init[1024]: SHA256:0n+q/DbSS9n8SFkrwP/3dgdejtGGPlY0dbgQ/zJCuJ8 root@sdnvpn-13-2\n[ 8.263417] cloud-init[1024]: The key's randomart image is:\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n\n[ 8.266091] cloud-init[1024]: +---[RSA 2048]----+\n[ 8.267101] cloud-init[1024]: | .. . |[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n\n[ 8.272088] cloud-init[1024]: | .... o|\n[ 8.273050] cloud-init[1024]: | . ....o|\n[ 8.274009] cloud-init[1024]: | . . o .o.|\n Starting LXD - unix socket.\n[ 8.275743] cloud-init[1024]: | . S + . ++o|\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.277686] cloud-init[1024]: | . . B =++=|\n Starting iSCSI initiator daemon (iscsid)...[ 8.280124] cloud-init[1024]: | .+ Eo.O |\n[ 8.280860] cloud-init[1024]: | ...++ =* *|\n[ 8.281586] cloud-init[1024]: | o=+o..o+=|\n[ 8.282308] cloud-init[1024]: +----[SHA256]-----+\n[ 8.283035] cloud-init[1024]: Generating public/private dsa key pair.\n[ 8.283937] \n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Reached target Sockets.\ncloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Reached target Basic System.\n[ 8.290859] cloud-init[1024]: Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.295907] cloud-init[1024]: The key fingerprint is:\n[ 8.298047] cloud-init[1024]: SHA256:1zlZ9y53jQofa9J3mGVdm7zlbnHzNze0f9G5SuBNxvs root@sdnvpn-13-2[[0;32m OK [0m] Started Snappy daemon.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.303598] cloud-init[1024]: The key's randomart image is:\n[ 8.304757] cloud-init[1024]: +---[DSA 1024]----+\n[ 8.306510] cloud-init[1024]: | |\n[ 8.314882] cloud-init[1024]: | |\n[ 8.321009] cloud-init[1024]: | . .|\n[ 8.322892] cloud-init[1024]: | ..+ .o|\n[ 8.324642] cloud-init[1024]: | S ..=+. O|\n[ 8.326705] cloud-init[1024]: | .. =..%O|\n[ 8.328327] cloud-init[1024]: | .o.++*/|\n[ 8.329876] cloud-init[1024]: | .o++=OX|\n[ 8.331572] cloud-init[1024]: | o+o.EX|\n[ 8.333026] cloud-init[1024]: +----[SHA256]-----+\n[ 8.334563] cloud-init[1024]: Generating public/private ecdsa key pair.\n[ 8.336155] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Apply the settings specified in cloud-config...\n Starting Accounts Service...\n Starting LXD - container startup/shutdown...\n Starting System Logging Service...\n Starting Login Service...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.394933] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.436219] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[1024]: The key fingerprint is:\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[ 8.451082] cloud-init[1024]: SHA256:mzSJIeTmUfwoN47wbbJ3yzE0/g76f3lXbg9YimSKjDI root@sdnvpn-13-2[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 8.465741] cloud-init\n[1024]: The key's randomart image is:\n[ 8.474246] cloud-init[1024]: [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n+---[ECDSA 256]---+\n[ 8.494352] cloud-init[1024]: | ... |[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: automatic crash report generation...\n[ 8.519187] cloud-init\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[1024]: | o .. |\n[ 8.525880] cloud-init[1024]: Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n| = .o |\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n Starting Hold until boot process finishes up...[ 8.577791] cloud-init\n Starting Terminate Plymouth Boot Screen...\n[1024]: | .o.o+o.. |\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 8.588594] cloud-init[[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[1024]: | o.*..S o . |\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 8.614622] cloud-init[1024]: | +o+= O . + .|\n Starting Set console scheme...[ 8.630321] cloud-init[1024]: \n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m| E .+o O . o....|\n[ 8.637088] ] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\ncloud-init[1024]: | o. .o.= o ..+|\n[ 8.658385] cloud-init[1024]: | ..o+++. . oo|\n[ 8.660208] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1024]: +----[SHA256]-----+\n[ 8.672104] cloud-init[1024]: Generating public/private ed25519 key pair.\n[ 8.676073] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.682335] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.692231] cloud-init[1024]: The key fingerprint is:\n[ 8.693740] cloud-init[1024]: SHA256:0VSjwzYjTeFZTkhqNpYOWgPKiPosGGD9c3TaJHcRBxY root@sdnvpn-13-2\n[ 8.702507] cloud-init[1024]: The key's randomart image is:\n[ 8.704045] cloud-init[1024]: +--[ED25519 256]--+\n[ 8.708799] cloud-init[1024]: | . .=EO. |\n[ 8.712266] cloud-init[1024]: |.o.. . Xo*o. |\n[ 8.714574] cloud-init[1024]: |+.o. +oX+%.. |\n[ 8.717739] cloud-init[1024]: |+ .o.BB=.+ |\n[ 8.720782] cloud-init[1024]: |o .o oS. |\n[ 8.723834] cloud-init[1024]: |.+ o |\n[ 8.727607] cloud-init[1024]: |o o |\n[ 8.730484] cloud-init[1024]: | . |\n[ 8.733378] cloud-init[1024]: | |\n[ 8.736930] cloud-init[1024]: +----[SHA256]-----+\n[ 8.965640] cloud-init[1144]: Generating locales (this might take a while)...\n[ 9.533616] cloud-init[1144]: en_US.UTF-8... done\n[ 9.535340] cloud-init[1144]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-13-2 ttyS0\n\nsdnvpn-13-2 login: "} 2018-10-10 17:34:36,571 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926/action used request id req-a29449e2-858e-4f0a-a47b-ad01b081eed2 2018-10-10 17:34:38,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa78f7c8dd5516b7298487d3bac6de83d94a867f" 2018-10-10 17:34:38,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 914 Content-Type: application/json X-Openstack-Request-Id: req-bce33acf-e6a8-424c-aa90-5c26712005b8 Date: Wed, 10 Oct 2018 17:34:38 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-10-10T17:31:36Z", "size": 493813760, "disk_format": "qcow2", "updated_at": "2018-10-10T17:31:49Z", "visibility": "public", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/c367184d-aa31-408d-a2f1-916ea18a532c/snap", "metadata": {}}], "self": "/v2/images/c367184d-aa31-408d-a2f1-916ea18a532c", "min_disk": 0, "protected": false, "id": "c367184d-aa31-408d-a2f1-916ea18a532c", "file": "/v2/images/c367184d-aa31-408d-a2f1-916ea18a532c/file", "checksum": "8c42b779e24ec2a6d35c8def02246a0b", "owner": "d00928b339b74d1eac5a92b45f495878", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/c367184d-aa31-408d-a2f1-916ea18a532c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-10 17:34:38,795 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20 used request id req-bce33acf-e6a8-424c-aa90-5c26712005b8 2018-10-10 17:34:38,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa78f7c8dd5516b7298487d3bac6de83d94a867f" 2018-10-10 17:34:38,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8d2fdcf1-46a6-4fa1-baf8-3dfc294b3a84 Date: Wed, 10 Oct 2018 17:34:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-10 17:34:38,965 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-8d2fdcf1-46a6-4fa1-baf8-3dfc294b3a84 2018-10-10 17:34:38,968 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-10 17:34:39,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa78f7c8dd5516b7298487d3bac6de83d94a867f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-10 17:34:39,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/cf6b99e8-1d6b-43d5-94ea-4c72c63c928f X-Openstack-Request-Id: req-7ec00709-ff63-4a77-841d-4282bc99c880 Date: Wed, 10 Oct 2018 17:34:39 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-10T17:34:39Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-10T17:34:39Z", "visibility": "public", "locations": [], "self": "/v2/images/cf6b99e8-1d6b-43d5-94ea-4c72c63c928f", "min_disk": 0, "protected": false, "id": "cf6b99e8-1d6b-43d5-94ea-4c72c63c928f", "file": "/v2/images/cf6b99e8-1d6b-43d5-94ea-4c72c63c928f/file", "checksum": null, "owner": "d00928b339b74d1eac5a92b45f495878", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-10 17:34:39,142 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-7ec00709-ff63-4a77-841d-4282bc99c880 2018-10-10 17:34:39,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/cf6b99e8-1d6b-43d5-94ea-4c72c63c928f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa78f7c8dd5516b7298487d3bac6de83d94a867f" -d '' 2018-10-10 17:34:40,172 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-98f932ca-3718-49af-ad42-80028f279df7 Date: Wed, 10 Oct 2018 17:34:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:34:40,173 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/cf6b99e8-1d6b-43d5-94ea-4c72c63c928f/file used request id req-98f932ca-3718-49af-ad42-80028f279df7 2018-10-10 17:34:40,173 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-3'... 2018-10-10 17:34:40,173 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-3 flavor=m1.custom image=cf6b99e8-1d6b-43d5-94ea-4c72c63c928f network=7201d13a-79ab-4df3-a386-ad77a9775799 secgroup=90409ce8-77de-4088-be50-1e033812a399 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 179.24.1.12 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-10 17:34:40,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:34:40,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:34:40,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:34:40,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:34:40,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:34:40,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:34:40,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:34:40,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:34:40,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:34:40,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:34:40,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:34:40,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:34:40,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:34:40,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:34:40,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:34:40,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:34:40,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:34:40,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:34:40,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:34:40,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:34:40,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:34:40,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:34:40,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:34:40,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:34:40,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:34:40,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:34:40,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:34:40,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:34:40,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:34:40,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:34:40,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:34:40,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:34:40,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:34:40,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:34:40,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:34:40,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:34:40,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:34:40,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:34:40,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:34:40,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:34:40,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:34:40,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:34:40,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:34:40,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:34:40,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:34:40,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:34:40,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:34:40,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:34:40,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:34:40,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6c83f35-b0ec-4a49-b2cd-5f8267dfbfd3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:34:40,194 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e6c83f35-b0ec-4a49-b2cd-5f8267dfbfd3 2018-10-10 17:34:40,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:34:40,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:34:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["skJyfFFCSouUG_GNT0YZ5g"], "issued_at": "2018-10-10T17:34:40.000000Z"}} 2018-10-10 17:34:40,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" 2018-10-10 17:34:40,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-698042b8-0aee-43f2-8de7-1e7b36476208 x-compute-request-id: req-698042b8-0aee-43f2-8de7-1e7b36476208 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "name": "m1.tiny"}, {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}], "name": "m1.custom"}]} 2018-10-10 17:34:40,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-698042b8-0aee-43f2-8de7-1e7b36476208 2018-10-10 17:34:40,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" 2018-10-10 17:34:40,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43ff7def-13fd-481b-826b-f7151a5399c7 x-compute-request-id: req-43ff7def-13fd-481b-826b-f7151a5399c7 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:34:40,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca used request id req-43ff7def-13fd-481b-826b-f7151a5399c7 2018-10-10 17:34:40,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"server": {"name": "sdnvpn-13-3", "imageRef": "cf6b99e8-1d6b-43d5-94ea-4c72c63c928f", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "user_data": "IyEvYmluL3NoCnNldCAxNzkuMjQuMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7201d13a-79ab-4df3-a386-ad77a9775799"}], "config_drive": true}}' 2018-10-10 17:34:42,374 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:34:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ee216b7-b67b-42e4-99b8-e00fea267b5c x-compute-request-id: req-6ee216b7-b67b-42e4-99b8-e00fea267b5c Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "75e02894-faac-4676-8c1d-b98cffff4b39", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/75e02894-faac-4676-8c1d-b98cffff4b39", "rel": "bookmark"}], "adminPass": "T6ZdStBhGSDD"}} 2018-10-10 17:34:42,374 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-6ee216b7-b67b-42e4-99b8-e00fea267b5c 2018-10-10 17:34:42,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:34:42,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d64af24-4ae1-48fc-9701-c00efb9292f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:34:42,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8d64af24-4ae1-48fc-9701-c00efb9292f9 2018-10-10 17:34:42,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:34:42,754 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:34:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["O5lYZOu1QtmkXo-rcU_13Q"], "issued_at": "2018-10-10T17:34:42.000000Z"}} 2018-10-10 17:34:42,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e14140fd78c00563502dd4f1ff8117768ca88db" 2018-10-10 17:34:43,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d48d3ef-8956-4b15-8498-e31e9295926f x-compute-request-id: req-6d48d3ef-8956-4b15-8498-e31e9295926f 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.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/75e02894-faac-4676-8c1d-b98cffff4b39", "rel": "bookmark"}], "image": {"id": "cf6b99e8-1d6b-43d5-94ea-4c72c63c928f", "links": [{"href": "http://172.30.9.27:8774/images/cf6b99e8-1d6b-43d5-94ea-4c72c63c928f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "75e02894-faac-4676-8c1d-b98cffff4b39", "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:34:42Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-3", "created": "2018-10-10T17:34:42Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:34:43,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39 used request id req-6d48d3ef-8956-4b15-8498-e31e9295926f 2018-10-10 17:34:46,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e14140fd78c00563502dd4f1ff8117768ca88db" 2018-10-10 17:34:47,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-637f1869-2aa9-4ce3-b98b-e35d3aba7d08 x-compute-request-id: req-637f1869-2aa9-4ce3-b98b-e35d3aba7d08 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.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/75e02894-faac-4676-8c1d-b98cffff4b39", "rel": "bookmark"}], "image": {"id": "cf6b99e8-1d6b-43d5-94ea-4c72c63c928f", "links": [{"href": "http://172.30.9.27:8774/images/cf6b99e8-1d6b-43d5-94ea-4c72c63c928f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000164", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "75e02894-faac-4676-8c1d-b98cffff4b39", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-10T17:34:43Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-10-10T17:34:42Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:34:47,176 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39 used request id req-637f1869-2aa9-4ce3-b98b-e35d3aba7d08 2018-10-10 17:34:50,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e14140fd78c00563502dd4f1ff8117768ca88db" 2018-10-10 17:34:50,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0d39922-210b-4fd4-8181-c1287cfb20d0 x-compute-request-id: req-f0d39922-210b-4fd4-8181-c1287cfb20d0 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:96:1a", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/75e02894-faac-4676-8c1d-b98cffff4b39", "rel": "bookmark"}], "image": {"id": "cf6b99e8-1d6b-43d5-94ea-4c72c63c928f", "links": [{"href": "http://172.30.9.27:8774/images/cf6b99e8-1d6b-43d5-94ea-4c72c63c928f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000164", "OS-SRV-USG:launched_at": "2018-10-10T17:34:47.000000", "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "75e02894-faac-4676-8c1d-b98cffff4b39", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:34:48Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-10-10T17:34:42Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:34:50,849 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39 used request id req-f0d39922-210b-4fd4-8181-c1287cfb20d0 2018-10-10 17:34:50,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" 2018-10-10 17:34:51,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e826b238-4f40-4fbd-95fb-36de8f17b86e x-compute-request-id: req-e826b238-4f40-4fbd-95fb-36de8f17b86e Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:96:1a", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/75e02894-faac-4676-8c1d-b98cffff4b39", "rel": "bookmark"}], "image": {"id": "cf6b99e8-1d6b-43d5-94ea-4c72c63c928f", "links": [{"href": "http://172.30.9.27:8774/images/cf6b99e8-1d6b-43d5-94ea-4c72c63c928f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000164", "OS-SRV-USG:launched_at": "2018-10-10T17:34:47.000000", "flavor": {"id": "d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "links": [{"href": "http://172.30.9.27:8774/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca", "rel": "bookmark"}]}, "id": "75e02894-faac-4676-8c1d-b98cffff4b39", "security_groups": [{"name": "default"}], "user_id": "d0627cfefd3b481eacb42b78ca7f1e05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-10-10T17:34:48Z", "hostId": "85b0bd128535eca1c8749faadf2e86e9c92a14a99bb9092514835a1a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-10-10T17:34:42Z", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-10 17:34:51,590 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39 used request id req-e826b238-4f40-4fbd-95fb-36de8f17b86e 2018-10-10 17:34:51,591 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-3' booted successfully. IP='10.10.10.7'. 2018-10-10 17:34:51,591 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-3' to security group 'sdnvpn-sg'... 2018-10-10 17:34:51,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196e74a742acf3d4038efda0f18245e1a0a30714" -d '{"addSecurityGroup": {"name": "90409ce8-77de-4088-be50-1e033812a399"}}' 2018-10-10 17:34:53,295 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:34:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-002f6117-1e7a-4ece-8731-b7d5b091f4f0 x-compute-request-id: req-002f6117-1e7a-4ece-8731-b7d5b091f4f0 Content-Length: 0 Content-Type: application/json 2018-10-10 17:34:53,296 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-002f6117-1e7a-4ece-8731-b7d5b091f4f0 2018-10-10 17:34:53,296 - sdnvpn_test_utils - INFO - Waiting for instance 75e02894-faac-4676-8c1d-b98cffff4b39 to boot up 2018-10-10 17:34:53,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:34:54,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bad77c3-e097-490d-8b30-684a7d067435 x-compute-request-id: req-6bad77c3-e097-490d-8b30-684a7d067435 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:34:54,366 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-6bad77c3-e097-490d-8b30-684a7d067435 2018-10-10 17:34:56,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:34:57,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f502bcb0-5225-44c8-a128-df2dc70f6475 x-compute-request-id: req-f502bcb0-5225-44c8-a128-df2dc70f6475 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:34:57,444 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-f502bcb0-5225-44c8-a128-df2dc70f6475 2018-10-10 17:34:59,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:00,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:34:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06e34932-d243-4304-ba90-272729bafb06 x-compute-request-id: req-06e34932-d243-4304-ba90-272729bafb06 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:35:00,518 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-06e34932-d243-4304-ba90-272729bafb06 2018-10-10 17:35:02,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:03,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:35:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-310a8f92-2b45-4243-8fc5-490002a24648 x-compute-request-id: req-310a8f92-2b45-4243-8fc5-490002a24648 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:35:03,599 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-310a8f92-2b45-4243-8fc5-490002a24648 2018-10-10 17:35:05,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:06,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:35:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e6c1aab-b5d2-46a6-88bd-c6be2de087e9 x-compute-request-id: req-9e6c1aab-b5d2-46a6-88bd-c6be2de087e9 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:35:06,679 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-9e6c1aab-b5d2-46a6-88bd-c6be2de087e9 2018-10-10 17:35:08,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:09,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:35:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fcf12fba-b576-4bac-a5e0-1b727bd69dc1 x-compute-request-id: req-fcf12fba-b576-4bac-a5e0-1b727bd69dc1 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:35:09,774 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-fcf12fba-b576-4bac-a5e0-1b727bd69dc1 2018-10-10 17:35:11,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:12,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:35:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0c7f7b5-c55b-43ba-8a02-8c681712e5be x-compute-request-id: req-f0c7f7b5-c55b-43ba-8a02-8c681712e5be Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:35:12,850 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-f0c7f7b5-c55b-43ba-8a02-8c681712e5be 2018-10-10 17:35:14,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:15,926 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:35:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cccf036-f5bd-47b3-a9bd-65b4ccc0a10a x-compute-request-id: req-8cccf036-f5bd-47b3-a9bd-65b4ccc0a10a Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:35:15,927 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-8cccf036-f5bd-47b3-a9bd-65b4ccc0a10a 2018-10-10 17:35:17,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:19,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:35:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d005bbbd-5766-4f1e-a323-6b0ada2a601d x-compute-request-id: req-d005bbbd-5766-4f1e-a323-6b0ada2a601d Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:35:19,008 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-d005bbbd-5766-4f1e-a323-6b0ada2a601d 2018-10-10 17:35:21,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:22,081 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:35:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2bb8b84-8750-4a8a-8cff-3aaf59fe61e0 x-compute-request-id: req-e2bb8b84-8750-4a8a-8cff-3aaf59fe61e0 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:35:22,082 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-e2bb8b84-8750-4a8a-8cff-3aaf59fe61e0 2018-10-10 17:35:24,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:25,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:35:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ace1ea9-cb80-4834-962f-f318ab4f7653 x-compute-request-id: req-7ace1ea9-cb80-4834-962f-f318ab4f7653 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:35:25,154 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-7ace1ea9-cb80-4834-962f-f318ab4f7653 2018-10-10 17:35:27,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:28,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:35:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ea46d4f-6f44-42a7-8bf0-2b212458b7da x-compute-request-id: req-6ea46d4f-6f44-42a7-8bf0-2b212458b7da Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:35:28,229 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-6ea46d4f-6f44-42a7-8bf0-2b212458b7da 2018-10-10 17:35:30,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:31,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:35:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-129330c1-87b7-4952-80ea-28c49e62b0f5 x-compute-request-id: req-129330c1-87b7-4952-80ea-28c49e62b0f5 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:35:31,306 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-129330c1-87b7-4952-80ea-28c49e62b0f5 2018-10-10 17:35:33,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:34,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:35:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06126a0e-8204-4446-8a3a-9b045fce61e8 x-compute-request-id: req-06126a0e-8204-4446-8a3a-9b045fce61e8 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:35:34,378 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-06126a0e-8204-4446-8a3a-9b045fce61e8 2018-10-10 17:35:36,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:37,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:35:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ec3e375-0a29-4c66-9d4a-31cf7f8f6fb6 x-compute-request-id: req-1ec3e375-0a29-4c66-9d4a-31cf7f8f6fb6 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:35:37,457 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-1ec3e375-0a29-4c66-9d4a-31cf7f8f6fb6 2018-10-10 17:35:39,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:40,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:35:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c64be425-34ca-4bd3-97cf-bc8544760d52 x-compute-request-id: req-c64be425-34ca-4bd3-97cf-bc8544760d52 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:35:40,543 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-c64be425-34ca-4bd3-97cf-bc8544760d52 2018-10-10 17:35:42,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:43,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:35:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f6e8ba7-5246-4e0f-bed7-af360c01b068 x-compute-request-id: req-6f6e8ba7-5246-4e0f-bed7-af360c01b068 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:35:43,620 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-6f6e8ba7-5246-4e0f-bed7-af360c01b068 2018-10-10 17:35:45,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:46,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:35:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69ce1fff-c225-4e7a-bcf2-15f4147683d2 x-compute-request-id: req-69ce1fff-c225-4e7a-bcf2-15f4147683d2 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:35:46,697 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-69ce1fff-c225-4e7a-bcf2-15f4147683d2 2018-10-10 17:35:48,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:49,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:35:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02e5c464-6718-4240-8692-a18051aa1d52 x-compute-request-id: req-02e5c464-6718-4240-8692-a18051aa1d52 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-10 17:35:49,776 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-02e5c464-6718-4240-8692-a18051aa1d52 2018-10-10 17:35:51,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:35:52,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:35:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61ed8d9a-4a93-4732-a195-7133cb3e393b x-compute-request-id: req-61ed8d9a-4a93-4732-a195-7133cb3e393b Content-Encoding: gzip Content-Length: 8079 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n"} 2018-10-10 17:35:52,849 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-61ed8d9a-4a93-4732-a195-7133cb3e393b 2018-10-10 17:35:54,852 - sdnvpn-results - INFO - Create VPN with multiple RDs 2018-10-10 17:35:54,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-334282", "route_distinguishers": ["12:12", "13:13"]}}' 2018-10-10 17:35:55,319 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 350 X-Openstack-Request-Id: req-503e1a37-2192-4c81-a389-4b3982e7aae3 Date: Wed, 10 Oct 2018 17:35:55 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12", "13:13"], "routers": [], "id": "cb0e581c-933d-4702-b4db-edbc77454193", "name": "sdnvpn-334282", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "type": "l3"}} 2018-10-10 17:35:55,320 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns used request id req-503e1a37-2192-4c81-a389-4b3982e7aae3 2018-10-10 17:35:55,320 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-334282', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'd00928b339b74d1eac5a92b45f495878', u'route_targets': [], u'project_id': u'd00928b339b74d1eac5a92b45f495878', u'type': u'l3', u'id': u'cb0e581c-933d-4702-b4db-edbc77454193'}} 2018-10-10 17:35:55,320 - sdnvpn-results - INFO - Associate router 'sdnvpn-13-1-router' to the VPN. 2018-10-10 17:35:55,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/cb0e581c-933d-4702-b4db-edbc77454193/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" -d '{"router_association": {"router_id": "19976002-0801-453c-b189-f19baa6dc0b1"}}' 2018-10-10 17:35:55,912 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-1c164f26-e0da-405f-bb89-e94ccbf78d37 Date: Wed, 10 Oct 2018 17:35:55 GMT RESP BODY: {"router_association": {"router_id": "19976002-0801-453c-b189-f19baa6dc0b1", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "ddbefc0d-07c3-4605-8963-5a6802284588"}} 2018-10-10 17:35:55,913 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/cb0e581c-933d-4702-b4db-edbc77454193/router_associations used request id req-1c164f26-e0da-405f-bb89-e94ccbf78d37 2018-10-10 17:35:55,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/19976002-0801-453c-b189-f19baa6dc0b1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" -d '{"router": {"routes": [{"nexthop": "10.10.10.14", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.11", "destination": "179.24.1.12/32"}]}}' 2018-10-10 17:35:56,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-2bfa8ea7-188c-4c34-ab77-abbb1b429e48 Date: Wed, 10 Oct 2018 17:35:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T17:31:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T17:35:56Z", "revision_number": 5, "routes": [{"nexthop": "10.10.10.11", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.14", "destination": "179.24.1.12/32"}], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "19976002-0801-453c-b189-f19baa6dc0b1", "name": "sdnvpn-13-1-router"}} 2018-10-10 17:35:56,828 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/19976002-0801-453c-b189-f19baa6dc0b1 used request id req-2bfa8ea7-188c-4c34-ab77-abbb1b429e48 2018-10-10 17:35:56,829 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-10 17:36:26,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:36:27,986 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:36:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44e1d57a-d6f3-4ea7-8201-31021079830a x-compute-request-id: req-44e1d57a-d6f3-4ea7-8201-31021079830a 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-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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nping 179.24.1.12 KO\n/dev/root resized successfully [took 36.12s]\n"} 2018-10-10 17:36:27,987 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-44e1d57a-d6f3-4ea7-8201-31021079830a 2018-10-10 17:36:27,988 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-13-3' (10.10.10.7) to 'sdnvpn_extra_route_13' (179.24.1.12). -->Expected result: can ping. 2018-10-10 17:36:27,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eeea0b15b067e56286e6eec9d07eabdb936a10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-10 17:36:29,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:36:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06a2d048-ad4f-4d52-a0ad-2db9c2fda30f x-compute-request-id: req-06a2d048-ad4f-4d52-a0ad-2db9c2fda30f 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-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 523232762 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.168396] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170516] pid_max: default: 32768 minimum: 301\n[ 0.171668] ACPI: Core revision 20150930\n[ 0.173257] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174923] Security Framework initialized\n[ 0.175973] Yama: becoming mindful.\n[ 0.176902] AppArmor: AppArmor initialized\n[ 0.178000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.179807] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.181857] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.183443] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.185227] Initializing cgroup subsys io\n[ 0.186261] Initializing cgroup subsys memory\n[ 0.187367] Initializing cgroup subsys devices\n[ 0.188485] Initializing cgroup subsys freezer\n[ 0.189602] Initializing cgroup subsys net_cls\n[ 0.190711] Initializing cgroup subsys perf_event\n[ 0.191889] Initializing cgroup subsys net_prio\n[ 0.193030] Initializing cgroup subsys hugetlb\n[ 0.194139] Initializing cgroup subsys pids\n[ 0.195251] CPU: Physical Processor ID: 0\n[ 0.196963] mce: CPU supports 10 MCE banks\n[ 0.198041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.199340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217279] ftrace: allocating 31920 entries in 125 pages\n[ 0.244102] smpboot: Max logical packages: 1\n[ 0.245189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246899] x2apic enabled\n[ 0.247858] Switched APIC routing to physical x2apic.\n[ 0.249869] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256075] KVM setup paravirtual spinlock\n[ 0.257564] x86: Booted up 1 node, 1 CPUs\n[ 0.258595] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260327] devtmpfs: initialized\n[ 0.262176] evm: security.selinux\n[ 0.263025] evm: security.SMACK64\n[ 0.263878] evm: security.SMACK64EXEC\n[ 0.264806] evm: security.SMACK64TRANSMUTE\n[ 0.265820] evm: security.SMACK64MMAP\n[ 0.266746] evm: security.ima\n[ 0.267529] evm: security.capability\n[ 0.268513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270850] pinctrl core: initialized pinctrl subsystem\n[ 0.272192] RTC time: 17:34:47, date: 10/10/18\n[ 0.273342] NET: Registered protocol family 16\n[ 0.274547] cpuidle: using governor ladder\n[ 0.275603] cpuidle: using governor menu\n[ 0.276581] PCCT header not found.\n[ 0.277491] ACPI: bus type PCI registered\n[ 0.278488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280058] PCI: Using configuration type 1 for base access\n[ 0.282485] ACPI: Added _OSI(Module Device)\n[ 0.283536] ACPI: Added _OSI(Processor Device)\n[ 0.284623] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285755] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288124] ACPI: Interpreter enabled\n[ 0.289073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298359] ACPI: (supports S0 S5)\n[ 0.299233] ACPI: Using IOAPIC for interrupt routing\n[ 0.300425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303917] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311399] acpiphp: Slot [3] registered\n[ 0.312398] acpiphp: Slot [4] registered\n[ 0.313394] acpiphp: Slot [5] registered\n[ 0.314386] acpiphp: Slot [6] registered\n[ 0.315377] acpiphp: Slot [7] registered\n[ 0.316365] acpiphp: Slot [8] registered\n[ 0.317358] acpiphp: Slot [9] registered\n[ 0.318356] acpiphp: Slot [10] registered\n[ 0.319373] acpiphp: Slot [11] registered\n[ 0.320379] acpiphp: Slot [12] registered\n[ 0.321388] acpiphp: Slot [13] registered\n[ 0.322391] acpiphp: Slot [14] registered\n[ 0.323406] acpiphp: Slot [15] registered\n[ 0.334478] acpiphp: Slot [16] registered\n[ 0.335492] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337156] acpiphp: Slot [19] registered\n[ 0.337948] acpiphp: Slot [20] registered\n[ 0.338753] acpiphp: Slot [21] registered\n[ 0.339546] acpiphp: Slot [22] registered\n[ 0.340337] acpiphp: Slot [23] registered\n[ 0.341130] acpiphp: Slot [24] registered\n[ 0.341923] acpiphp: Slot [25] registered\n[ 0.342708] acpiphp: Slot [26] registered\n[ 0.343504] acpiphp: Slot [27] registered\n[ 0.344297] acpiphp: Slot [28] registered\n[ 0.345090] acpiphp: Slot [29] registered\n[ 0.345878] acpiphp: Slot [30] registered\n[ 0.346665] acpiphp: Slot [31] registered\n[ 0.347454] PCI host bridge to bus 0000:00\n[ 0.348256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349436] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352034] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.353457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359714] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363357] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417294] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424975] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426473] vgaarb: loaded\n[ 0.427058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428167] SCSI subsystem initialized\n[ 0.428959] ACPI: bus type USB registered\n[ 0.429752] usbcore: registered new interface driver usbfs\n[ 0.430751] usbcore: registered new interface driver hub\n[ 0.431728] usbcore: registered new device driver usb\n[ 0.432760] PCI: Using ACPI for IRQ routing\n[ 0.433761] NetLabel: Initializing\n[ 0.434454] NetLabel: domain hash size = 128\n[ 0.435286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436206] NetLabel: unlabeled traffic allowed by default\n[ 0.437276] clocksource: Switched to clocksource kvm-clock\n[ 0.442747] AppArmor: AppArmor Filesystem Enabled\n[ 0.443687] pnp: PnP ACPI init\n[ 0.444578] pnp: PnP ACPI: found 5 devices\n[ 0.450589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452243] NET: Registered protocol family 2\n[ 0.453173] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.454424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.455588] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.456738] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457806] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.458958] NET: Registered protocol family 1\n[ 0.459799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490056] Trying to unpack rootfs image as initramfs...\n[ 0.540056] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553827] Scanning for low memory corruption every 60 seconds\n[ 0.555188] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556306] audit: initializing netlink subsys (disabled)\n[ 0.557303] audit: type=2000 audit(1539192888.227:1): initialized\n[ 0.558570] Initialise system trusted keyring\n[ 0.559468] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562515] zbud: loaded\n[ 0.563206] VFS: Disk quotas dquot_6.6.0\n[ 0.564000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565497] fuse init (API version 7.23)\n[ 0.566442] Key type big_key registered\n[ 0.567223] Allocating IMA MOK and blacklist keyrings.\n[ 0.568291] Key type asymmetric registered\n[ 0.569093] Asymmetric key parser 'x509' registered\n[ 0.570032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571456] io scheduler noop registered\n[ 0.572229] io scheduler deadline registered (default)\n[ 0.573185] io scheduler cfq registered\n[ 0.574009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577684] ACPI: Power Button [PWRF]\n[ 0.578507] GHES: HEST is not enabled!\n[ 0.593452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.622576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.648936] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651016] Linux agpgart interface v0.103\n[ 0.653446] brd: module loaded\n[ 0.654603] loop: module loaded\n[ 0.658647] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660076] GPT:90111 != 20971519\n[ 0.660753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.661829] GPT:90111 != 20971519\n[ 0.662504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.663451] vda: vda1 vda15\n[ 0.664839] scsi host0: ata_piix\n[ 0.665565] scsi host1: ata_piix\n[ 0.666263] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.667450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.668860] libphy: Fixed MDIO Bus: probed\n[ 0.669670] tun: Universal TUN/TAP device driver, 1.6\n[ 0.670602] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672650] PPP generic driver version 2.4.2\n[ 0.673527] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674746] ehci-pci: EHCI PCI platform driver\n[ 0.675597] ehci-platform: EHCI generic platform driver\n[ 0.676557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677660] ohci-pci: OHCI PCI platform driver\n[ 0.678514] ohci-platform: OHCI generic platform driver\n[ 0.679475] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694142] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695148] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.697572] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.698660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701244] usb usb1: Product: UHCI Host Controller\n[ 0.702179] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.703310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.704325] hub 1-0:1.0: USB hub found\n[ 0.705097] hub 1-0:1.0: 2 ports detected\n[ 0.705994] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708106] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709050] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710069] mousedev: PS/2 mouse device common for all mice\n[ 0.711307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713114] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716574] i2c /dev entries driver\n[ 0.717335] device-mapper: uevent: version 1.0.3\n[ 0.718268] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719875] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721124] NET: Registered protocol family 10\n[ 0.722128] NET: Registered protocol family 17\n[ 0.723007] Key type dns_resolver registered\n[ 0.723923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726752] registered taskstats version 1\n[ 0.727580] Loading compiled-in X.509 certificates\n[ 0.729013] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730871] zswap: loaded using pool lzo/zbud\n[ 0.732223] Key type trusted registered\n[ 0.733764] Key type encrypted registered\n[ 0.734590] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736626] evm: HMAC attrs: 0x1\n[ 0.737557] Magic number: 6:608:592\n[ 0.738394] rtc_cmos 00:00: setting system clock to 2018-10-10 17:34:48 UTC (1539192888)\n[ 0.739970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741075] EDD information not available.\n[ 0.821845] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823268] ata1.00: configured for MWDMA2\n[ 0.824459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837249] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.838502] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839753] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843114] Write protecting the kernel read-only data: 14336k\n[ 0.844657] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846447] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.231335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nping 179.24.1.12 KO\n/dev/root resized successfully [took 36.12s]\n"} 2018-10-10 17:36:29,062 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-06a2d048-ad4f-4d52-a0ad-2db9c2fda30f 2018-10-10 17:36:29,063 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-13-3' cannot ping 'sdnvpn_extra_route_13' 2018-10-10 17:36:29,063 - sdnvpn.test.functest.testcase_13 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ 2018-10-10 17:36:29,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/19976002-0801-453c-b189-f19baa6dc0b1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" -d '{"router": {"routes": []}}' 2018-10-10 17:36:30,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-98fa3505-a293-438a-a1d6-b938a63e2ae9 Date: Wed, 10 Oct 2018 17:36:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6ac47e40-f5a3-4314-aecb-54e9607e2d39", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b0a0249e-f730-4a48-8032-264a390edf2d", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T17:31:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T17:36:29Z", "revision_number": 6, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "19976002-0801-453c-b189-f19baa6dc0b1", "name": "sdnvpn-13-1-router"}} 2018-10-10 17:36:30,145 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/19976002-0801-453c-b189-f19baa6dc0b1 used request id req-98fa3505-a293-438a-a1d6-b938a63e2ae9 2018-10-10 17:36:30,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196e74a742acf3d4038efda0f18245e1a0a30714" 2018-10-10 17:36:30,506 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:36: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-fca0dffa-0c31-4789-8104-591c70d3fae7 x-compute-request-id: req-fca0dffa-0c31-4789-8104-591c70d3fae7 Content-Length: 0 Content-Type: application/json 2018-10-10 17:36:30,506 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/d40a8dbb-f3e6-4ca7-9d29-2f47023d61ca used request id req-fca0dffa-0c31-4789-8104-591c70d3fae7 2018-10-10 17:36:30,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196e74a742acf3d4038efda0f18245e1a0a30714" -d '{"forceDelete": null}' 2018-10-10 17:36:30,679 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:36: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-26b6fb89-a00e-431b-81c3-7f3a7928c184 x-compute-request-id: req-26b6fb89-a00e-431b-81c3-7f3a7928c184 Content-Length: 0 Content-Type: application/json 2018-10-10 17:36:30,679 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/93e3db60-55bb-4006-a887-c2deed51e795/action used request id req-26b6fb89-a00e-431b-81c3-7f3a7928c184 2018-10-10 17:36:30,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196e74a742acf3d4038efda0f18245e1a0a30714" -d '{"forceDelete": null}' 2018-10-10 17:36:30,864 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:36: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-515f1524-0114-4fc9-bece-afa0f5173ae7 x-compute-request-id: req-515f1524-0114-4fc9-bece-afa0f5173ae7 Content-Length: 0 Content-Type: application/json 2018-10-10 17:36:30,865 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/6ad2a5cf-0b68-415f-9506-fa0ea4c2d926/action used request id req-515f1524-0114-4fc9-bece-afa0f5173ae7 2018-10-10 17:36:30,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196e74a742acf3d4038efda0f18245e1a0a30714" -d '{"forceDelete": null}' 2018-10-10 17:36:31,081 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 17:36: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-74b8abd9-29d9-4aa8-b85f-876c548f3150 x-compute-request-id: req-74b8abd9-29d9-4aa8-b85f-876c548f3150 Content-Length: 0 Content-Type: application/json 2018-10-10 17:36:31,081 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/75e02894-faac-4676-8c1d-b98cffff4b39/action used request id req-74b8abd9-29d9-4aa8-b85f-876c548f3150 2018-10-10 17:36:31,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/c367184d-aa31-408d-a2f1-916ea18a532c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa78f7c8dd5516b7298487d3bac6de83d94a867f" 2018-10-10 17:36:32,965 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-19449d9a-88ae-4b49-8992-11bf338a3e01 Date: Wed, 10 Oct 2018 17:36:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:36:32,965 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/c367184d-aa31-408d-a2f1-916ea18a532c used request id req-19449d9a-88ae-4b49-8992-11bf338a3e01 2018-10-10 17:36:32,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/cf6b99e8-1d6b-43d5-94ea-4c72c63c928f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa78f7c8dd5516b7298487d3bac6de83d94a867f" 2018-10-10 17:36:35,182 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-65cb036e-8cd7-469c-bf8a-22f2f2de0eaf Date: Wed, 10 Oct 2018 17:36:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:36:35,182 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/cf6b99e8-1d6b-43d5-94ea-4c72c63c928f used request id req-65cb036e-8cd7-469c-bf8a-22f2f2de0eaf 2018-10-10 17:36:35,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/cb0e581c-933d-4702-b4db-edbc77454193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" 2018-10-10 17:36:35,935 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-78c414e1-3db1-47c0-b36e-97dc35d8fb13 Content-Length: 0 Date: Wed, 10 Oct 2018 17:36:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:36:35,935 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/bgpvpn/bgpvpns/cb0e581c-933d-4702-b4db-edbc77454193 used request id req-78c414e1-3db1-47c0-b36e-97dc35d8fb13 2018-10-10 17:36:35,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/19976002-0801-453c-b189-f19baa6dc0b1/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" -d '{"subnet_id": "dd84e58b-f549-434a-8ff7-fc9b10510865"}' 2018-10-10 17:36:37,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ded8b38a-93ff-4bbc-9345-b904f61c30c0 Date: Wed, 10 Oct 2018 17:36:37 GMT RESP BODY: {"network_id": "7201d13a-79ab-4df3-a386-ad77a9775799", "tenant_id": "d00928b339b74d1eac5a92b45f495878", "subnet_id": "dd84e58b-f549-434a-8ff7-fc9b10510865", "subnet_ids": ["dd84e58b-f549-434a-8ff7-fc9b10510865"], "port_id": "4e757884-e37d-4e8f-abec-ce9c64e97b39", "id": "19976002-0801-453c-b189-f19baa6dc0b1"} 2018-10-10 17:36:37,135 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/19976002-0801-453c-b189-f19baa6dc0b1/remove_router_interface used request id req-ded8b38a-93ff-4bbc-9345-b904f61c30c0 2018-10-10 17:36:37,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/19976002-0801-453c-b189-f19baa6dc0b1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" -d '{"router": {"external_gateway_info": {}}}' 2018-10-10 17:36:37,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 428 X-Openstack-Request-Id: req-94e5c786-3c2b-4ec0-9f71-fcfd7b131986 Date: Wed, 10 Oct 2018 17:36:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d00928b339b74d1eac5a92b45f495878", "created_at": "2018-10-10T17:31:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-10T17:36:37Z", "revision_number": 10, "routes": [], "project_id": "d00928b339b74d1eac5a92b45f495878", "id": "19976002-0801-453c-b189-f19baa6dc0b1", "name": "sdnvpn-13-1-router"}} 2018-10-10 17:36:37,887 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/19976002-0801-453c-b189-f19baa6dc0b1 used request id req-94e5c786-3c2b-4ec0-9f71-fcfd7b131986 2018-10-10 17:36:37,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/dd84e58b-f549-434a-8ff7-fc9b10510865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" 2018-10-10 17:36:40,045 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eb53fa47-ec29-4be2-97a4-8c8b7c444243 Date: Wed, 10 Oct 2018 17:36:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:36:40,045 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/dd84e58b-f549-434a-8ff7-fc9b10510865 used request id req-eb53fa47-ec29-4be2-97a4-8c8b7c444243 2018-10-10 17:36:40,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/19976002-0801-453c-b189-f19baa6dc0b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" 2018-10-10 17:36:40,572 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9bf8f601-0d39-47d8-88cd-63e2280c193b Content-Length: 0 Date: Wed, 10 Oct 2018 17:36:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:36:40,572 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/19976002-0801-453c-b189-f19baa6dc0b1 used request id req-9bf8f601-0d39-47d8-88cd-63e2280c193b 2018-10-10 17:36:40,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/7201d13a-79ab-4df3-a386-ad77a9775799 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d734390801700eff7f5b9fdbec62d251f7a5e00" 2018-10-10 17:36:41,777 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-26ef00ba-6f3e-4932-9aef-50aca274ce88 Date: Wed, 10 Oct 2018 17:36:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-10 17:36:41,777 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/7201d13a-79ab-4df3-a386-ad77a9775799 used request id req-26ef00ba-6f3e-4932-9aef-50aca274ce88 2018-10-10 17:36:41,778 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ +========================================================================================+ 2018-10-10 17:36:41,778 - sdnvpn-results - INFO - One or more subtests have failed. 2018-10-10 17:36:41,778 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-10-10 17:36:41,779 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario': {'status': 'FAIL', 'details': [{u"'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13'": 'FAIL'}]} 2018-10-10 17:36:41,779 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-10-10 17:36:41,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/quotas/d00928b339b74d1eac5a92b45f495878 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd9f4977134e106700e34a1cf988221a20e3fb9" -d '{"quota": {"subnet": 100, "router": 10, "network": 100, "port": 500}}' 2018-10-10 17:36:42,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-93968589-3bef-4412-9f79-72b70474ce4c Date: Wed, 10 Oct 2018 17:36:42 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 10, "router": 10, "rbac_policy": 10, "port": 500, "bgpvpn": -1}} 2018-10-10 17:36:42,009 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/quotas/d00928b339b74d1eac5a92b45f495878 used request id req-93968589-3bef-4412-9f79-72b70474ce4c 2018-10-10 17:36:42,010 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-10-10 17:36:42,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27: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}f77124ab70ec5e3fd278812491bd517130e87e13" -d '{"quota_class_set": {"instances": 10}}' 2018-10-10 17:36:42,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:36: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-2142cf0b-b217-4559-9c92-dcbe901221a1 x-compute-request-id: req-2142cf0b-b217-4559-9c92-dcbe901221a1 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"quota_class_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-10 17:36:42,596 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.27:8774/v2.1/os-quota-class-sets/default used request id req-2142cf0b-b217-4559-9c92-dcbe901221a1 2018-10-10 17:36:42,600 - paramiko.transport - DEBUG - starting thread (client mode): 0xacecfb90L 2018-10-10 17:36:42,600 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:36:42,629 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:36:42,629 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:36:42,634 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:36:42,634 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:36:42,634 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:36:42,635 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:36:42,635 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:36:42,635 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:36:42,643 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:36:42,643 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:36:42,664 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.203: fb37fbdd5d506ce6517f345d902a2f4c 2018-10-10 17:36:42,665 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:36:42,683 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:36:42,790 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:36:42,798 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:36:43,008 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:36:43,008 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:36:43,048 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:36:43,048 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:36:43,072 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:36:48,638 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:36:48,640 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:36:48,642 - paramiko.transport - DEBUG - starting thread (client mode): 0xaaaa3190L 2018-10-10 17:36:48,642 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:36:48,648 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:36:48,648 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:36:48,651 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:36:48,652 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:36:48,652 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:36:48,652 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:36:48,652 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:36:48,652 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:36:48,657 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:36:48,658 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:36:48,674 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 53a4c94cdd785198c23fdacd435dbb05 2018-10-10 17:36:48,674 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:36:48,697 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:36:48,709 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:36:48,739 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:36:48,804 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:36:48,804 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:36:48,843 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:36:48,844 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:36:48,852 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:36:48,887 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:36:48,888 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:36:48,889 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:36:48,890 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:36:48,890 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:36:48,931 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:36:48,967 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:36:48,969 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:36:48,969 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:36:48,970 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:36:48,971 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:36:49,011 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:36:49,042 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:36:49,043 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:36:49,045 - paramiko.transport - DEBUG - starting thread (client mode): 0xac3683d0L 2018-10-10 17:36:49,046 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:36:49,050 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:36:49,050 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:36:49,053 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:36:49,053 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:36:49,054 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:36:49,054 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:36:49,054 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:36:49,054 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:36:49,059 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:36:49,059 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:36:49,061 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: dc5399323434d80f939a007cf0b05976 2018-10-10 17:36:49,061 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:36:49,098 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:36:49,109 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:36:49,126 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:36:49,189 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:36:49,189 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:36:49,229 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:36:49,230 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:36:49,237 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:36:49,270 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:36:49,272 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:36:49,272 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:36:49,273 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:36:49,273 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:36:49,314 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:36:49,348 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:36:49,349 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:36:49,350 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:36:49,351 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:36:49,351 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:36:49,392 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:36:49,421 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:36:49,423 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:36:49,425 - paramiko.transport - DEBUG - starting thread (client mode): 0xacf39c90L 2018-10-10 17:36:49,426 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:36:49,431 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:36:49,431 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:36:49,434 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:36:49,434 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:36:49,434 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:36:49,434 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:36:49,434 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:36:49,434 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:36:49,439 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:36:49,440 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:36:49,441 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: adad1fe9d8218443bb3a80dedbc5a49f 2018-10-10 17:36:49,442 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:36:49,479 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:36:49,491 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:36:49,506 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:36:49,584 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:36:49,584 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:36:49,623 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:36:49,624 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:36:49,643 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:36:49,677 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:36:49,678 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:36:49,679 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:36:49,680 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:36:49,680 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:36:49,721 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:36:49,758 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:36:49,760 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:36:49,760 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:36:49,761 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:36:49,761 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:36:49,803 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:36:49,834 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:36:49,835 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:36:49,837 - paramiko.transport - DEBUG - starting thread (client mode): 0xacfdef90L 2018-10-10 17:36:49,838 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:36:49,843 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:36:49,843 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:36:49,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 2018-10-10 17:36:49,847 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:36:49,847 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:36:49,847 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:36:49,847 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:36:49,847 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:36:49,852 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:36:49,852 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:36:49,853 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 317603c5623f2ea0b03203fb9c24e521 2018-10-10 17:36:49,854 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:36:49,891 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:36:49,902 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:36:49,918 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:36:49,991 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:36:49,991 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:36:50,030 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:36:50,031 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:36:50,037 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:36:50,065 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:36:50,067 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:36:50,068 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:36:50,068 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:36:50,069 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:36:50,109 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:36:50,141 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:36:50,142 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:36:50,143 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:36:50,143 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:36:50,144 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:36:50,184 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:36:50,211 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:36:50,213 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:36:50,214 - paramiko.transport - DEBUG - starting thread (client mode): 0xacf65690L 2018-10-10 17:36:50,215 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:36:50,220 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:36:50,220 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:36:50,223 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:36:50,223 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:36:50,223 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:36:50,223 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:36:50,223 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:36:50,223 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:36:50,228 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:36:50,228 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:36:50,230 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7852148011ce4dd631352d7fa3d8382f 2018-10-10 17:36:50,231 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:36:50,268 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:36:50,280 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:36:50,296 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:36:50,385 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:36:50,385 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:36:50,424 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:36:50,425 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:36:50,431 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:36:50,462 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:36:50,463 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:36:50,464 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:36:50,464 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:36:50,465 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:36:50,505 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:36:50,538 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:36:50,539 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:36:50,541 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:36:50,580 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:36:50,580 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:36:50,606 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:36:50,636 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:36:50,638 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:36:50,639 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:36:50,640 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:36:50,640 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:36:50,649 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:36:55,962 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:36:55,963 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:36:55,965 - paramiko.transport - DEBUG - starting thread (client mode): 0xacfd4310L 2018-10-10 17:36:55,965 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:36:55,971 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:36:55,971 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:36:55,974 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:36:55,974 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:36:55,975 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:36:55,975 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:36:55,975 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:36:55,975 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:36:55,981 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:36:55,981 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:36:55,997 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 53a4c94cdd785198c23fdacd435dbb05 2018-10-10 17:36:55,998 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:36:56,021 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:36:56,033 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:36:56,062 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:36:56,120 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:36:56,120 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:36:56,159 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:36:56,160 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:36:56,167 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:36:56,204 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:36:56,205 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:36:56,206 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:36:56,207 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:36:56,207 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:36:56,248 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:36:56,286 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:36:56,288 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:36:56,289 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:36:56,290 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:36:56,290 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:36:56,331 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:36:56,365 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:36:56,366 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:36:56,368 - paramiko.transport - DEBUG - starting thread (client mode): 0xacfb08d0L 2018-10-10 17:36:56,369 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:36:56,375 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:36:56,375 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:36:56,377 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:36:56,378 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:36:56,378 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:36:56,378 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:36:56,378 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:36:56,379 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:36:56,384 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:36:56,384 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:36:56,400 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: dc5399323434d80f939a007cf0b05976 2018-10-10 17:36:56,401 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:36:56,423 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:36:56,435 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:36:56,465 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:36:56,513 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:36:56,513 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:36:56,552 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:36:56,553 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:36:56,570 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:36:56,607 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:36:56,608 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:36:56,609 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:36:56,609 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:36:56,610 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:36:56,651 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:36:56,689 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:36:56,690 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:36:56,692 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:36:56,692 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:36:56,693 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:36:56,734 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:36:56,767 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:36:56,768 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:36:56,770 - paramiko.transport - DEBUG - starting thread (client mode): 0xacf06110L 2018-10-10 17:36:56,771 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:36:56,776 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:36:56,776 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:36:56,779 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:36:56,779 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:36:56,780 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:36:56,780 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:36:56,780 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:36:56,780 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:36:56,785 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:36:56,785 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:36:56,802 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: adad1fe9d8218443bb3a80dedbc5a49f 2018-10-10 17:36:56,803 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:36:56,824 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:36:56,837 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:36:56,867 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:36:56,921 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:36:56,921 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:36:56,960 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:36:56,961 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:36:56,972 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:36:57,005 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:36:57,006 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:36:57,007 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:36:57,008 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:36:57,008 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:36:57,049 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:36:57,085 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:36:57,087 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:36:57,087 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:36:57,088 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:36:57,088 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:36:57,128 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:36:57,158 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:36:57,160 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:36:57,162 - paramiko.transport - DEBUG - starting thread (client mode): 0xacfbe9d0L 2018-10-10 17:36:57,162 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:36:57,168 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:36:57,168 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:36:57,170 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:36:57,170 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:36:57,171 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:36:57,171 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:36:57,171 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:36:57,171 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:36:57,176 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:36:57,176 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:36:57,177 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 317603c5623f2ea0b03203fb9c24e521 2018-10-10 17:36:57,179 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:36:57,215 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:36:57,226 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:36:57,243 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:36:57,300 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:36:57,300 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:36:57,339 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:36:57,340 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:36:57,346 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:36:57,375 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:36:57,376 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:36:57,377 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:36:57,378 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:36:57,378 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:36:57,418 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:36:57,449 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:36:57,450 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:36:57,451 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:36:57,452 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:36:57,452 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:36:57,493 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:36:57,519 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:36:57,520 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:36:57,522 - paramiko.transport - DEBUG - starting thread (client mode): 0xacf9a1d0L 2018-10-10 17:36:57,523 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-10 17:36:57,528 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-10 17:36:57,528 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-10 17:36:57,529 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-10 17:36:57,529 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-10 17:36:57,530 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-10 17:36:57,530 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-10 17:36:57,530 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-10 17:36:57,530 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-10 17:36:57,534 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-10 17:36:57,535 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-10 17:36:57,538 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7852148011ce4dd631352d7fa3d8382f 2018-10-10 17:36:57,539 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-10 17:36:57,574 - paramiko.transport - DEBUG - userauth is OK 2018-10-10 17:36:57,585 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-10 17:36:57,603 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-10 17:36:57,663 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-10 17:36:57,663 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-10 17:36:57,703 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-10 17:36:57,704 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-10 17:36:57,707 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-10 17:36:57,736 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-10 17:36:57,737 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-10 17:36:57,737 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-10 17:36:57,738 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-10 17:36:57,738 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-10 17:36:57,780 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-10 17:36:57,811 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-10 17:36:57,812 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-10 17:36:57,812 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-10 17:36:57,813 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-10 17:36:57,814 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-10 17:36:57,854 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-10 17:36:57,882 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-10 17:36:57,883 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-10-10 17:36:57,884 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-10 17:36:57,923 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 17:36:57,924 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 17:36:57,924 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 17:36:57,927 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 17:36:57,961 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-10 17:36:57,961 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-10 17:36:57,963 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-10 17:36:57,974 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-10 17:36:57,976 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-10 17:36:57,977 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 17:36:57,978 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 17:36:57,978 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 17:36:57,980 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 17:36:57,981 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 17:36:57,982 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-10 17:36:57,982 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-10 17:36:57,983 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-10 17:37:02,957 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 17:37:02,959 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-10 17:37:02,960 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 17:37:02,961 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-10 17:37:02,961 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-10 17:37:03,002 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-10 17:37:03,032 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-10 17:37:03,033 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-10 17:37:03,034 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-10 17:37:03,035 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-10 17:37:03,179 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-10 17:37:03,180 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-10 17:37:03,193 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-10-10 17:37:03,473 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 17:37:03,474 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 17:37:03,474 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 17:37:03,477 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 17:37:03,512 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-10 17:37:03,512 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-10 17:37:03,515 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-10 17:37:03,515 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-10 17:37:03,517 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-10 17:37:03,518 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 17:37:03,519 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 17:37:03,519 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 17:37:03,522 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 17:37:03,522 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 17:37:03,523 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-10 17:37:03,523 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-10 17:37:03,524 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-10 17:37:07,403 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 17:37:07,405 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-10 17:37:07,406 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 17:37:07,407 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-10 17:37:07,407 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-10 17:37:07,447 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-10 17:37:07,478 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-10 17:37:07,479 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-10 17:37:07,480 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-10 17:37:07,481 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-10 17:37:07,636 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-10 17:37:07,637 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-10 17:37:07,650 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-10-10 17:37:07,973 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 17:37:07,974 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 17:37:07,974 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 17:37:07,976 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 17:37:08,011 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-10 17:37:08,011 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-10 17:37:08,013 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-10 17:37:08,014 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-10 17:37:08,015 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-10 17:37:08,017 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 17:37:08,017 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 17:37:08,018 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 17:37:08,020 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 17:37:08,020 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 17:37:08,021 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-10 17:37:08,021 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-10 17:37:08,022 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-10 17:37:13,110 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 17:37:13,112 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 17:37:13,113 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-10 17:37:13,114 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-10 17:37:13,114 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-10 17:37:13,117 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-10 17:37:13,148 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-10 17:37:13,148 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-10 17:37:13,149 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-10 17:37:13,151 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-10 17:37:13,272 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-10 17:37:13,274 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-10 17:37:13,290 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-10-10 17:37:13,456 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 17:37:13,457 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 17:37:13,457 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 17:37:13,460 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 17:37:13,485 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-10 17:37:13,486 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-10 17:37:13,487 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-10 17:37:13,488 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-10 17:37:13,490 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-10 17:37:13,491 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 17:37:13,492 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 17:37:13,492 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 17:37:13,494 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 17:37:13,495 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 17:37:13,496 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-10 17:37:13,496 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-10 17:37:13,496 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-10 17:37:13,607 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 17:37:13,610 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 17:37:13,611 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-10 17:37:13,612 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-10 17:37:13,612 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-10 17:37:13,653 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-10 17:37:13,679 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-10 17:37:13,679 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-10 17:37:13,680 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-10 17:37:13,681 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-10 17:37:13,687 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-10 17:37:13,688 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-10 17:37:13,703 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-10-10 17:37:13,727 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-10 17:37:13,728 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-10 17:37:13,728 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-10 17:37:13,730 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-10 17:37:13,757 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-10 17:37:13,757 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-10 17:37:13,759 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-10 17:37:13,760 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-10 17:37:13,761 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-10 17:37:13,763 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-10 17:37:13,763 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-10 17:37:13,763 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-10 17:37:13,765 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-10 17:37:13,766 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-10 17:37:13,767 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-10 17:37:13,767 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-10 17:37:13,767 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-10 17:37:13,885 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-10 17:37:13,886 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-10 17:37:13,887 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-10 17:37:13,888 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-10 17:37:13,888 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-10 17:37:13,928 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-10 17:37:13,955 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-10 17:37:13,955 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-10 17:37:13,956 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-10 17:37:13,957 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-10 17:37:13,967 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-10 17:37:13,968 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-10 17:37:13,984 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-10-10 17:37:14,018 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-10-10 17:37:15,822 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-10 17:37:15,823 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 43:14 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-10-10 17:37:15,828 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-10-10 17:37:15,828 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:43 | PASS | | bgpvpn | sdnvpn | features | 43:14 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-10-10 17:37:15,835 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-10-10 17:37:15,918 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:15,999 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:16,014 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:16,113 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:16,215 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:16,313 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:16,413 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:16,434 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:16,514 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:16,615 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:16,714 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:16,815 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:16,915 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:17,015 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:17,116 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:17,202 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:17,317 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:17,402 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:17,517 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:17,617 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:17,718 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:17,823 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:17,910 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:18,017 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:18,118 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:18,219 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:18,272 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:18,316 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:18,400 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:18,489 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:18,591 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:18,655 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:18,696 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-10 17:37:23,306 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-297 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-10 17:37:23,311 - 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=7eFDjBsvejx6D7vj3ZFhbXMUA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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.4 export OS_REGION_NAME=regionOne 2018-10-10 17:37:23,311 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-10 17:37:23,311 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-10 17:37:23,312 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-10-10 17:37:23,315 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-10 17:37:27,477 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-297 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-10 17:37:27,484 - 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=7eFDjBsvejx6D7vj3ZFhbXMUA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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.4 export OS_REGION_NAME=regionOne 2018-10-10 17:37:27,484 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-10 17:37:27,485 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-10 17:37:27,486 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-10-10 17:37:27,488 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-10 17:37:31,866 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-297 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-10 17:37:31,873 - 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=7eFDjBsvejx6D7vj3ZFhbXMUA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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.4 export OS_REGION_NAME=regionOne 2018-10-10 17:37:31,873 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-10-10 17:37:31,886 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-10-10 17:37:33,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:37:33,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:37:33,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:37:33,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:37:33,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:37:33,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:37:33,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:37:33,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:37:33,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:37:33,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:37:33,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:37:33,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:37:33,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:37:33,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:37:33,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:37:33,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:37:33,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:37:33,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:37:33,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:37:33,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:37:33,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:37:33,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:37:33,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:37:33,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:37:33,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:37:33,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27d86493-20ea-45b0-afa4-554ac25121b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:37:33,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-27d86493-20ea-45b0-afa4-554ac25121b2 2018-10-10 17:37:33,333 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:37:33,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}], "expires_at": "2018-10-10T18:37:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00928b339b74d1eac5a92b45f495878", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/d00928b339b74d1eac5a92b45f495878", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d0627cfefd3b481eacb42b78ca7f1e05"}, "audit_ids": ["6BIk_vZ4QVmb8lxT7AnIow"], "issued_at": "2018-10-10T17:37:33.000000Z"}} 2018-10-10 17:37:33,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-10 17:37:33,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:34,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f6a0d889-821a-440e-9b92-8ffd0acb5283 Date: Wed, 10 Oct 2018 17:37:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"6ac47e40-f5a3-4314-aecb-54e9607e2d39","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25755ab7f5f8487082789bbb78ca1c9e","status":"ACTIVE","subnets":["b0a0249e-f730-4a48-8032-264a390edf2d"],"description":"","tags":[],"updated_at":"2018-10-10T14:26:55Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"25755ab7f5f8487082789bbb78ca1c9e","created_at":"2018-10-10T14:26:48Z","provider:network_type":"flat"}]} 2018-10-10 17:37:34,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f6a0d889-821a-440e-9b92-8ffd0acb5283 2018-10-10 17:37:34,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.749759912491s 2018-10-10 17:37:34,453 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f6a0d889-821a-440e-9b92-8ffd0acb5283 2018-10-10 17:37:34,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-10 17:37:34,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:34,461 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 17:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 17:37:35,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:35,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfbda040-4872-45ee-a4f8-bb0fd1b068b5 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/da9a3567bac744d785bfd81a34b9e2bc"}, "description": "", "name": "heat_stack", "enabled": true, "id": "da9a3567bac744d785bfd81a34b9e2bc"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-10-10 17:37:35,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-dfbda040-4872-45ee-a4f8-bb0fd1b068b5 2018-10-10 17:37:35,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 1.41124105453s 2018-10-10 17:37:35,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-10 17:37:35,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}44a11d03003b5df3006072a9e9ca1fb4262f5068" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_44bbe773-973b-4579-ad8b-95b6f8098cca"}}' 2018-10-10 17:37:35,965 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 17:37:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf42046b-b33e-45d4-8b37-92877df7d131 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.27:5000/v3/projects/24d4b4860e18407681c90f4d88914ea6"}, "enabled": true, "id": "24d4b4860e18407681c90f4d88914ea6", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_44bbe773-973b-4579-ad8b-95b6f8098cca"}} 2018-10-10 17:37:35,965 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-cf42046b-b33e-45d4-8b37-92877df7d131 2018-10-10 17:37:35,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0982720851898s 2018-10-10 17:37:35,965 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-cf42046b-b33e-45d4-8b37-92877df7d131 2018-10-10 17:37:35,966 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_44bbe773-973b-4579-ad8b-95b6f8098cca', 'id': u'24d4b4860e18407681c90f4d88914ea6', 'description': u'Created by OPNFV Functest: tempest_full_parallel', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-10 17:37:35,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-10 17:37:36,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.364100933075s 2018-10-10 17:37:36,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/24c3fa79b5274730a70e6f56a85d3726 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:36,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d313f1bd-7dcb-4fc6-a11a-2114d31375f8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/24c3fa79b5274730a70e6f56a85d3726"}, "enabled": true, "id": "24c3fa79b5274730a70e6f56a85d3726", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_44bbe773-973b-4579-ad8b-95b6f8098cca"}} 2018-10-10 17:37:36,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/24c3fa79b5274730a70e6f56a85d3726 used request id req-d313f1bd-7dcb-4fc6-a11a-2114d31375f8 2018-10-10 17:37:36,428 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'24c3fa79b5274730a70e6f56a85d3726', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_44bbe773-973b-4579-ad8b-95b6f8098cca'}) 2018-10-10 17:37:36,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 17:37:36,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:36,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45a177bf-ff93-4a47-bc9e-720485097ef7 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 17:37:36,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-45a177bf-ff93-4a47-bc9e-720485097ef7 2018-10-10 17:37:36,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0791561603546s 2018-10-10 17:37:36,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 17:37:36,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:36,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e89ad864-94ec-45bf-b0ea-6153008d0233 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 17:37:36,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e89ad864-94ec-45bf-b0ea-6153008d0233 2018-10-10 17:37:36,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0804898738861s 2018-10-10 17:37:36,590 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-10 17:37:36,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-10 17:37:36,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" -d '{"role": {"name": "Member"}}' 2018-10-10 17:37:36,695 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 10 Oct 2018 17:37:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93f6eccc-9204-4f58-829f-f711dd782b47 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3affb30a8a624d25bee8d6c7ce418e3e", "links": {"self": "http://172.30.9.27:5000/v3/roles/3affb30a8a624d25bee8d6c7ce418e3e"}, "name": "Member"}} 2018-10-10 17:37:36,695 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-93f6eccc-9204-4f58-829f-f711dd782b47 2018-10-10 17:37:36,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.104562997818s 2018-10-10 17:37:36,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/3affb30a8a624d25bee8d6c7ce418e3e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:36,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eaa52db-1bca-4f3f-a3b6-2018edb93f64 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/3affb30a8a624d25bee8d6c7ce418e3e"}, "domain_id": null, "name": "Member", "id": "3affb30a8a624d25bee8d6c7ce418e3e"}} 2018-10-10 17:37:36,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/3affb30a8a624d25bee8d6c7ce418e3e used request id req-3eaa52db-1bca-4f3f-a3b6-2018edb93f64 2018-10-10 17:37:36,770 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/3affb30a8a624d25bee8d6c7ce418e3e'}, 'domain_id': None, 'human_id': None, 'id': u'3affb30a8a624d25bee8d6c7ce418e3e', 'HUMAN_ID': False}) 2018-10-10 17:37:36,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 17:37:36,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:36,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbad3246-1468-419c-8261-df71399dd34f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "3affb30a8a624d25bee8d6c7ce418e3e", "links": {"self": "http://172.30.9.27:5000/v3/roles/3affb30a8a624d25bee8d6c7ce418e3e"}, "name": "Member"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 17:37:36,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fbad3246-1468-419c-8261-df71399dd34f 2018-10-10 17:37:36,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0822820663452s 2018-10-10 17:37:36,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 17:37:36,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:36,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-957a0b64-64a6-4cb4-a3ee-bbf619e30c62 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 17:37:36,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-957a0b64-64a6-4cb4-a3ee-bbf619e30c62 2018-10-10 17:37:36,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0838539600372s 2018-10-10 17:37:36,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 17:37:36,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:37,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67ae78b2-9963-48ac-b7bd-f4209945d036 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_44bbe773-973b-4579-ad8b-95b6f8098cca", "links": {"self": "http://172.30.9.27:5000/v3/users/24c3fa79b5274730a70e6f56a85d3726"}, "domain_id": "default", "enabled": true, "id": "24c3fa79b5274730a70e6f56a85d3726", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 17:37:37,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-67ae78b2-9963-48ac-b7bd-f4209945d036 2018-10-10 17:37:37,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0943319797516s 2018-10-10 17:37:37,034 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-67ae78b2-9963-48ac-b7bd-f4209945d036 2018-10-10 17:37:37,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 17:37:37,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:37,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ee2ae54-861a-47a8-a136-290001ec4c0d Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.27:5000/v3/projects/24d4b4860e18407681c90f4d88914ea6"}, "enabled": true, "id": "24d4b4860e18407681c90f4d88914ea6", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_44bbe773-973b-4579-ad8b-95b6f8098cca"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 17:37:37,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-5ee2ae54-861a-47a8-a136-290001ec4c0d 2018-10-10 17:37:37,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0802600383759s 2018-10-10 17:37:37,121 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-5ee2ae54-861a-47a8-a136-290001ec4c0d 2018-10-10 17:37:37,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 17:37:37,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=24c3fa79b5274730a70e6f56a85d3726&scope.project.id=24d4b4860e18407681c90f4d88914ea6&role.id=3affb30a8a624d25bee8d6c7ce418e3e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:37,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9062fa3d-2988-440b-a9d6-766239598382 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=24c3fa79b5274730a70e6f56a85d3726&scope.project.id=24d4b4860e18407681c90f4d88914ea6&role.id=3affb30a8a624d25bee8d6c7ce418e3e", "previous": null, "next": null}} 2018-10-10 17:37:37,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=24c3fa79b5274730a70e6f56a85d3726&scope.project.id=24d4b4860e18407681c90f4d88914ea6&role.id=3affb30a8a624d25bee8d6c7ce418e3e used request id req-9062fa3d-2988-440b-a9d6-766239598382 2018-10-10 17:37:37,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0793941020966s 2018-10-10 17:37:37,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 17:37:37,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/24d4b4860e18407681c90f4d88914ea6/users/24c3fa79b5274730a70e6f56a85d3726/roles/3affb30a8a624d25bee8d6c7ce418e3e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:37,315 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 17:37:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-933e8624-f3b8-45dc-a6cb-207b3218c5b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 17:37:37,315 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/24d4b4860e18407681c90f4d88914ea6/users/24c3fa79b5274730a70e6f56a85d3726/roles/3affb30a8a624d25bee8d6c7ce418e3e used request id req-933e8624-f3b8-45dc-a6cb-207b3218c5b6 2018-10-10 17:37:37,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.111800909042s 2018-10-10 17:37:37,316 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_44bbe773-973b-4579-ad8b-95b6f8098cca', 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': 'db97b993-2a3d-42da-82cc-5e5b698ff410', 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_44bbe773-973b-4579-ad8b-95b6f8098cca', 'project_id': u'24d4b4860e18407681c90f4d88914ea6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-10 17:37:37,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-10 17:37:37,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-10 17:37:37,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-10 17:37:37,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-10 17:37:37,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-10 17:37:37,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-10 17:37:37,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-10 17:37:37,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-10 17:37:37,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-10 17:37:37,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-10 17:37:37,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-10 17:37:37,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-10 17:37:37,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-10 17:37:37,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-10 17:37:37,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-10 17:37:37,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-10 17:37:37,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-10 17:37:37,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-10 17:37:37,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-10 17:37:37,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-10 17:37:37,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-10 17:37:37,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-10 17:37:37,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-10 17:37:37,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-10 17:37:37,323 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_44bbe773-973b-4579-ad8b-95b6f8098cca', 'password': 'db97b993-2a3d-42da-82cc-5e5b698ff410', 'project_name': 'tempest_full_paral-project_44bbe773-973b-4579-ad8b-95b6f8098cca', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '24d4b4860e18407681c90f4d88914ea6', 'project_domain_name': 'Default'} 2018-10-10 17:37:37,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 17:37:37,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:37,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c43a65a-5231-40ea-a5b0-a84cee644c09 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "3affb30a8a624d25bee8d6c7ce418e3e", "links": {"self": "http://172.30.9.27:5000/v3/roles/3affb30a8a624d25bee8d6c7ce418e3e"}, "name": "Member"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 17:37:37,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5c43a65a-5231-40ea-a5b0-a84cee644c09 2018-10-10 17:37:37,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0840649604797s 2018-10-10 17:37:37,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 17:37:37,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:37,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0a61898-8215-4c76-9b19-78c3a61c8378 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "3affb30a8a624d25bee8d6c7ce418e3e", "links": {"self": "http://172.30.9.27:5000/v3/roles/3affb30a8a624d25bee8d6c7ce418e3e"}, "name": "Member"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 17:37:37,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d0a61898-8215-4c76-9b19-78c3a61c8378 2018-10-10 17:37:37,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.080904006958s 2018-10-10 17:37:37,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 17:37:37,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:37,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00c1b2a6-65df-4a99-b45c-7b57f2ac0484 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 17:37:37,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-00c1b2a6-65df-4a99-b45c-7b57f2ac0484 2018-10-10 17:37:37,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0781970024109s 2018-10-10 17:37:37,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 17:37:37,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:37,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eea65c6-b86c-4115-b5f6-7f20a4afc744 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_44bbe773-973b-4579-ad8b-95b6f8098cca", "links": {"self": "http://172.30.9.27:5000/v3/users/24c3fa79b5274730a70e6f56a85d3726"}, "domain_id": "default", "enabled": true, "id": "24c3fa79b5274730a70e6f56a85d3726", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 17:37:37,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-1eea65c6-b86c-4115-b5f6-7f20a4afc744 2018-10-10 17:37:37,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.105302095413s 2018-10-10 17:37:37,676 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-1eea65c6-b86c-4115-b5f6-7f20a4afc744 2018-10-10 17:37:37,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 17:37:37,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:37,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5848cbb4-ea94-44db-950a-8fde81158b66 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.27:5000/v3/projects/24d4b4860e18407681c90f4d88914ea6"}, "enabled": true, "id": "24d4b4860e18407681c90f4d88914ea6", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_44bbe773-973b-4579-ad8b-95b6f8098cca"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 17:37:37,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-5848cbb4-ea94-44db-950a-8fde81158b66 2018-10-10 17:37:37,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0830948352814s 2018-10-10 17:37:37,765 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-5848cbb4-ea94-44db-950a-8fde81158b66 2018-10-10 17:37:37,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 17:37:37,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=24c3fa79b5274730a70e6f56a85d3726&scope.project.id=24d4b4860e18407681c90f4d88914ea6&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:37,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22cb8ea3-07f8-42b8-8413-9f7a003c7825 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=24c3fa79b5274730a70e6f56a85d3726&scope.project.id=24d4b4860e18407681c90f4d88914ea6&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e", "previous": null, "next": null}} 2018-10-10 17:37:37,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=24c3fa79b5274730a70e6f56a85d3726&scope.project.id=24d4b4860e18407681c90f4d88914ea6&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-22cb8ea3-07f8-42b8-8413-9f7a003c7825 2018-10-10 17:37:37,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0781028270721s 2018-10-10 17:37:37,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 17:37:37,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/24d4b4860e18407681c90f4d88914ea6/users/24c3fa79b5274730a70e6f56a85d3726/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:37,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 17:37:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f1ddfaf-7123-4a76-aecf-1d54f19d6a4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 17:37:37,968 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/24d4b4860e18407681c90f4d88914ea6/users/24c3fa79b5274730a70e6f56a85d3726/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-9f1ddfaf-7123-4a76-aecf-1d54f19d6a4e 2018-10-10 17:37:37,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122033119202s 2018-10-10 17:37:37,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 17:37:37,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:38,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51581d67-2f17-4a3a-8fea-5bac195fc9b7 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "3affb30a8a624d25bee8d6c7ce418e3e", "links": {"self": "http://172.30.9.27:5000/v3/roles/3affb30a8a624d25bee8d6c7ce418e3e"}, "name": "Member"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 17:37:38,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-51581d67-2f17-4a3a-8fea-5bac195fc9b7 2018-10-10 17:37:38,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814578533173s 2018-10-10 17:37:38,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-10 17:37:38,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:38,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03053b9d-0095-4501-9666-fb6611aef8fc 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.27:5000/v3/domains/default"}, "name": "Default"}} 2018-10-10 17:37:38,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-03053b9d-0095-4501-9666-fb6611aef8fc 2018-10-10 17:37:38,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0734050273895s 2018-10-10 17:37:38,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 17:37:38,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:38,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4256a2f0-34a8-4439-a73e-4cdf7d5706b2 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_44bbe773-973b-4579-ad8b-95b6f8098cca", "links": {"self": "http://172.30.9.27:5000/v3/users/24c3fa79b5274730a70e6f56a85d3726"}, "domain_id": "default", "enabled": true, "id": "24c3fa79b5274730a70e6f56a85d3726", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 17:37:38,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-4256a2f0-34a8-4439-a73e-4cdf7d5706b2 2018-10-10 17:37:38,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0972120761871s 2018-10-10 17:37:38,223 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-4256a2f0-34a8-4439-a73e-4cdf7d5706b2 2018-10-10 17:37:38,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-10 17:37:38,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=24c3fa79b5274730a70e6f56a85d3726&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:38,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-852ac154-be71-4518-bee9-58a1759fd273 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=24c3fa79b5274730a70e6f56a85d3726&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e&scope.domain.id=default", "previous": null, "next": null}} 2018-10-10 17:37:38,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=24c3fa79b5274730a70e6f56a85d3726&role.id=2fdd6d8b08b54c7ab820bd30a9e7995e&scope.domain.id=default used request id req-852ac154-be71-4518-bee9-58a1759fd273 2018-10-10 17:37:38,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0832529067993s 2018-10-10 17:37:38,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-10 17:37:38,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/domains/default/users/24c3fa79b5274730a70e6f56a85d3726/roles/2fdd6d8b08b54c7ab820bd30a9e7995e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 17:37:38,440 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 17:37:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90eca10f-e18c-41b3-bbc3-7f08bd3535b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 17:37:38,440 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/domains/default/users/24c3fa79b5274730a70e6f56a85d3726/roles/2fdd6d8b08b54c7ab820bd30a9e7995e used request id req-90eca10f-e18c-41b3-bbc3-7f08bd3535b4 2018-10-10 17:37:38,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.127455949783s 2018-10-10 17:37:38,441 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-10 17:37:43,811 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-10 17:37:43.514 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c208bc0e-63a4-4198-8fc5-8847efeaf7ba) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c208bc0e-63a4-4198-8fc5-8847efeaf7ba | 2018-10-10T17:37:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c208bc0e-63a4-4198-8fc5-8847efeaf7ba ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-10 17:37:46,934 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-10 17:37:46,934 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-10 17:37:52,675 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-10 17:37:50.774 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-10 17:37:50.996 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-10 17:37:52.534 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=50435bd4-9687-4fed-9f00-55748d58fafb) has been successfully created! Using verifier 'opnfv-tempest' (UUID=50435bd4-9687-4fed-9f00-55748d58fafb) as the default verifier for the future CLI operations. 2018-10-10 17:37:55,363 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-10-10 17:37:55,363 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-10 17:37:55,489 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-10 17:37:55,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-10 17:37:55,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a12ad35c-8f50-4afa-8755-b4f1af4b71f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-10-10 17:37:55,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a12ad35c-8f50-4afa-8755-b4f1af4b71f9 2018-10-10 17:37:55,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-10-10 17:37:55,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "name": "admin"}, {"id": "3affb30a8a624d25bee8d6c7ce418e3e", "name": "Member"}], "expires_at": "2018-10-10T18:37:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "24d4b4860e18407681c90f4d88914ea6", "name": "tempest_full_paral-project_44bbe773-973b-4579-ad8b-95b6f8098cca"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8004/v1/24d4b4860e18407681c90f4d88914ea6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "133a382f646e48b484b872af47ead2c0"}, {"url": "http://172.30.9.27:8004/v1/24d4b4860e18407681c90f4d88914ea6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "864cd0feef8449e485431071a9f0ec79"}, {"url": "http://192.30.9.4:8004/v1/24d4b4860e18407681c90f4d88914ea6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc493fbb7e14425ab80ae3631ed40802"}], "type": "orchestration", "id": "28debe965155443dbb7d37218c9998aa", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "01225c7f4c0b4c5f934365a346598429"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0cb45cce97294716a60839c7309edc1c"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "965a7e4ab0274d40813906b20f5e42d3"}], "type": "image", "id": "364f389263804cd59772b65503624fbb", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3c2aaeeada6d4c6d8c4969819852d596", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6990583614647dbafbbdaa3eba75477"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9dc82fe28e349759d54d678dd4471fa"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49e5ffe730e4891a01b35c2fe342586"}], "type": "network", "id": "3c35b60289ab4f1a8fe84bd43ff20614", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ee132d9982a4ab38a9d47af26398cf6"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d363d0e0dbd4016bfdecef5c9a90b48"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa6d1fd308ef4927939293959503f9c2"}], "type": "placement", "id": "52eca4ef4a964c8bb12dbdc506907321", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02a740e72bc142b3a31534f968be6197"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a3bdff3507f4b81bea33f7ed61ac01e"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83f3315f2c154cc1995d029ea79f9859"}], "type": "metric", "id": "681f8687802742ca9c1da284b179fab1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/24d4b4860e18407681c90f4d88914ea6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "028382c9fb074348b675930305da307e"}, {"url": "http://192.30.9.4:8776/v1/24d4b4860e18407681c90f4d88914ea6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d55670eee040d1acb29501cc0787a2"}, {"url": "http://172.30.9.27:8776/v1/24d4b4860e18407681c90f4d88914ea6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef25206ae02b406d9cbac5291c63af19"}], "type": "volume", "id": "786f9df4820646e3953e3a041a5b72db", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "129c38363f794511ac7d492a45fd2435"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d182cb6c18a4bd2bb382777afabd5a8"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbb2a1a2b719467e8c6ba50d66c07c87"}], "type": "compute", "id": "7be829531b8149b88b3b8b3ce777287c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/24d4b4860e18407681c90f4d88914ea6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "606fc06e06f64bee8ca72e0ff4daa0f5"}, {"url": "http://192.30.9.4:8776/v3/24d4b4860e18407681c90f4d88914ea6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a7d113848cc4b7a9ff2e4c074f12644"}, {"url": "http://192.30.9.4:8776/v3/24d4b4860e18407681c90f4d88914ea6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1e865982fc5417eb66a23c3b0c25bc1"}], "type": "volumev3", "id": "969764c49c33483e8f22e5ca38418f61", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/24d4b4860e18407681c90f4d88914ea6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f81559452934776979a9e85ad7f624a"}, {"url": "http://172.30.9.27:8776/v2/24d4b4860e18407681c90f4d88914ea6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e8f71ac79744fd3bffab48152a18b60"}, {"url": "http://192.30.9.4:8776/v2/24d4b4860e18407681c90f4d88914ea6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd785a99adf94e6ca5da87405c9a749b"}], "type": "volumev2", "id": "9a362d24518e4a0a8db9bddb5bd4b92b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "409d56d414cb4b5ab49c36f2ef406325"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84a5be0f03994e78b965f51e01a4e3be"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc26a47068a04a4b8e2b26ba17f3812e"}], "type": "policy", "id": "a9cf975418054c35b31c2d84b4d9879f", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e38aeab746c438ba3b1dedf4877119e"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a452435ebf9147a98155b7badcf98721"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf8bcbf8d31947ecadb64a74df0dd0ff"}], "type": "key-manager", "id": "c9646023c6b94d4590b05b69a3e59529", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6516489826d544108b5e6de252d18ea6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4fed96cff0143cca468b24e44dbc1d7"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de2d49574b084589bc5aa0b241191742"}], "type": "alarming", "id": "d57ad3c3c07b47f7beb34feebecbc1e9", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "149dd8156a4c44fd83afd04bc4f4871d"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c121c978ca7c4dea924724eb5e717dde"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c87eb0ae7f0f449a893d258eb460b95b"}], "type": "identity", "id": "dcad6908d186431c8dfeb6b085e0ac32", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154b0822791f44a099bf9312516e2842"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a7e0304e8cf406ba33308fcc6791145"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d5677b595f664d45a174df08a9d3f16f"}], "type": "cloudformation", "id": "e7b9bf1bfd3f43a8a8f6527267eba876", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_44bbe773-973b-4579-ad8b-95b6f8098cca", "id": "24c3fa79b5274730a70e6f56a85d3726"}, "audit_ids": ["CUX2e0KDR5iF1opX4-9wIA"], "issued_at": "2018-10-10T17:37:55.000000Z"}} 2018-10-10 17:37:55,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}2266138ca7b8c92f1e61b26e200d44e44b31f00a" 2018-10-10 17:37:55,988 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 10 Oct 2018 17:37:55 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-10-10 17:37:55,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 17:37:55,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}2266138ca7b8c92f1e61b26e200d44e44b31f00a" 2018-10-10 17:37:56,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a8c4d5a1-8107-4377-9a87-931d01a44ffc Date: Wed, 10 Oct 2018 17:37:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 17:37:56,535 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a8c4d5a1-8107-4377-9a87-931d01a44ffc 2018-10-10 17:37:56,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.543464899063s 2018-10-10 17:37:56,535 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a8c4d5a1-8107-4377-9a87-931d01a44ffc 2018-10-10 17:37:56,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-10 17:37:56,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}2266138ca7b8c92f1e61b26e200d44e44b31f00a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca"}' 2018-10-10 17:37:56,775 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/e1230016-39f7-4efc-abab-eeb60e513045 X-Openstack-Request-Id: req-5baabd02-80bb-4770-bf35-77628eaebc5e Date: Wed, 10 Oct 2018 17:37:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e1230016-39f7-4efc-abab-eeb60e513045/file", "owner": "24d4b4860e18407681c90f4d88914ea6", "id": "e1230016-39f7-4efc-abab-eeb60e513045", "size": null, "self": "/v2/images/e1230016-39f7-4efc-abab-eeb60e513045", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T17:37:56Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca", "checksum": null, "created_at": "2018-10-10T17:37:56Z", "protected": false} 2018-10-10 17:37:56,776 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-5baabd02-80bb-4770-bf35-77628eaebc5e 2018-10-10 17:37:56,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.238770008087s 2018-10-10 17:37:56,776 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-5baabd02-80bb-4770-bf35-77628eaebc5e returning object e1230016-39f7-4efc-abab-eeb60e513045 2018-10-10 17:37:56,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-10 17:37:56,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/e1230016-39f7-4efc-abab-eeb60e513045/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}2266138ca7b8c92f1e61b26e200d44e44b31f00a" -d '' 2018-10-10 17:37:58,642 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f287b0ac-8db7-4d9e-a16f-7a721672cf71 Date: Wed, 10 Oct 2018 17:37:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:37:58,642 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/e1230016-39f7-4efc-abab-eeb60e513045/file used request id req-f287b0ac-8db7-4d9e-a16f-7a721672cf71 2018-10-10 17:37:58,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.86550498009s 2018-10-10 17:37:58,643 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/e1230016-39f7-4efc-abab-eeb60e513045/file used request id req-f287b0ac-8db7-4d9e-a16f-7a721672cf71 2018-10-10 17:37:58,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 17:37:58,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}2266138ca7b8c92f1e61b26e200d44e44b31f00a" 2018-10-10 17:37:58,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-3a388664-c125-4645-abc4-81108289fd93 Date: Wed, 10 Oct 2018 17:37:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e1230016-39f7-4efc-abab-eeb60e513045/snap", "metadata": {}}], "file": "/v2/images/e1230016-39f7-4efc-abab-eeb60e513045/file", "owner": "24d4b4860e18407681c90f4d88914ea6", "id": "e1230016-39f7-4efc-abab-eeb60e513045", "size": 12716032, "self": "/v2/images/e1230016-39f7-4efc-abab-eeb60e513045", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e1230016-39f7-4efc-abab-eeb60e513045/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T17:37:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T17:37:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 17:37:58,878 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3a388664-c125-4645-abc4-81108289fd93 2018-10-10 17:37:58,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.234175205231s 2018-10-10 17:37:58,878 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3a388664-c125-4645-abc4-81108289fd93 2018-10-10 17:37:58,880 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e1230016-39f7-4efc-abab-eeb60e513045/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e1230016-39f7-4efc-abab-eeb60e513045/file', 'owner': u'24d4b4860e18407681c90f4d88914ea6', 'id': u'e1230016-39f7-4efc-abab-eeb60e513045', 'size': 12716032, u'self': u'/v2/images/e1230016-39f7-4efc-abab-eeb60e513045', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'24d4b4860e18407681c90f4d88914ea6', 'name': 'tempest_full_paral-project_44bbe773-973b-4579-ad8b-95b6f8098cca', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e1230016-39f7-4efc-abab-eeb60e513045/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-10T17:37:58Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-10T17:37:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e1230016-39f7-4efc-abab-eeb60e513045', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca', 'created': u'2018-10-10T17:37:56Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-10T17:37:56Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e1230016-39f7-4efc-abab-eeb60e513045', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-10 17:37:58,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-10 17:37:58,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}44a11d03003b5df3006072a9e9ca1fb4262f5068" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_44bbe773-973b-4579-ad8b-95b6f8098cca", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-10 17:37:59,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37: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-c5218ede-9623-4e3e-a505-f225a0fc56b5 x-compute-request-id: req-c5218ede-9623-4e3e-a505-f225a0fc56b5 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/04aab7d3-21ae-4d51-95f6-1ba81deda700", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/04aab7d3-21ae-4d51-95f6-1ba81deda700", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "04aab7d3-21ae-4d51-95f6-1ba81deda700", "name": "tempest_full_parallel-flavor_44bbe773-973b-4579-ad8b-95b6f8098cca", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:37:59,083 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c5218ede-9623-4e3e-a505-f225a0fc56b5 2018-10-10 17:37:59,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.201951980591s 2018-10-10 17:37:59,084 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c5218ede-9623-4e3e-a505-f225a0fc56b5 returning object 04aab7d3-21ae-4d51-95f6-1ba81deda700 2018-10-10 17:37:59,084 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_44bbe773-973b-4579-ad8b-95b6f8098cca', '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'd00928b339b74d1eac5a92b45f495878', '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'04aab7d3-21ae-4d51-95f6-1ba81deda700', 'swap': 0}) 2018-10-10 17:37:59,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-10 17:37:59,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/04aab7d3-21ae-4d51-95f6-1ba81deda700/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}44a11d03003b5df3006072a9e9ca1fb4262f5068" -d '{"extra_specs": {}}' 2018-10-10 17:37:59,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-15a25129-8752-4ea6-b4f3-5938e2d709d6 x-compute-request-id: req-15a25129-8752-4ea6-b4f3-5938e2d709d6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 17:37:59,108 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/04aab7d3-21ae-4d51-95f6-1ba81deda700/os-extra_specs used request id req-15a25129-8752-4ea6-b4f3-5938e2d709d6 2018-10-10 17:37:59,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0223898887634s 2018-10-10 17:37:59,108 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/04aab7d3-21ae-4d51-95f6-1ba81deda700/os-extra_specs used request id req-15a25129-8752-4ea6-b4f3-5938e2d709d6 2018-10-10 17:37:59,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 17:37:59,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}2266138ca7b8c92f1e61b26e200d44e44b31f00a" 2018-10-10 17:37:59,118 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 10 Oct 2018 17:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-10 17:37:59,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2266138ca7b8c92f1e61b26e200d44e44b31f00a" 2018-10-10 17:37:59,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a0cf6fb-2466-49ce-9138-004ca720fd83 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "3affb30a8a624d25bee8d6c7ce418e3e", "links": {"self": "http://172.30.9.27:5000/v3/roles/3affb30a8a624d25bee8d6c7ce418e3e"}, "name": "Member"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 17:37:59,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2a0cf6fb-2466-49ce-9138-004ca720fd83 2018-10-10 17:37:59,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.093090057373s 2018-10-10 17:37:59,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-10 17:37:59,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}2266138ca7b8c92f1e61b26e200d44e44b31f00a" 2018-10-10 17:37:59,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:37:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27fb41ef-6c93-40f4-8c0f-1665e3684207 x-compute-request-id: req-27fb41ef-6c93-40f4-8c0f-1665e3684207 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.3", "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-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "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.6", "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}]} 2018-10-10 17:37:59,383 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-27fb41ef-6c93-40f4-8c0f-1665e3684207 2018-10-10 17:37:59,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.177245855331s 2018-10-10 17:37:59,384 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-27fb41ef-6c93-40f4-8c0f-1665e3684207 2018-10-10 17:37:59,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 17:37:59,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}2266138ca7b8c92f1e61b26e200d44e44b31f00a" 2018-10-10 17:37:59,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-9a89091c-9aa7-40ea-9438-85f55b42a58c Date: Wed, 10 Oct 2018 17:37:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e1230016-39f7-4efc-abab-eeb60e513045/snap", "metadata": {}}], "file": "/v2/images/e1230016-39f7-4efc-abab-eeb60e513045/file", "owner": "24d4b4860e18407681c90f4d88914ea6", "id": "e1230016-39f7-4efc-abab-eeb60e513045", "size": 12716032, "self": "/v2/images/e1230016-39f7-4efc-abab-eeb60e513045", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e1230016-39f7-4efc-abab-eeb60e513045/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T17:37:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T17:37:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 17:37:59,548 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9a89091c-9aa7-40ea-9438-85f55b42a58c 2018-10-10 17:37:59,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.163674116135s 2018-10-10 17:37:59,549 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9a89091c-9aa7-40ea-9438-85f55b42a58c 2018-10-10 17:37:59,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-10 17:37:59,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}2266138ca7b8c92f1e61b26e200d44e44b31f00a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_44bbe773-973b-4579-ad8b-95b6f8098cca", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_44bbe773-973b-4579-ad8b-95b6f8098cca"}' 2018-10-10 17:37:59,746 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/f05e4733-0eff-4e99-9947-7f558716e964 X-Openstack-Request-Id: req-c9e821c4-b959-4073-8d45-fcfd40eec81e Date: Wed, 10 Oct 2018 17:37:59 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f05e4733-0eff-4e99-9947-7f558716e964/file", "owner": "24d4b4860e18407681c90f4d88914ea6", "id": "f05e4733-0eff-4e99-9947-7f558716e964", "size": null, "self": "/v2/images/f05e4733-0eff-4e99-9947-7f558716e964", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T17:37:59Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_44bbe773-973b-4579-ad8b-95b6f8098cca", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_44bbe773-973b-4579-ad8b-95b6f8098cca", "checksum": null, "created_at": "2018-10-10T17:37:59Z", "protected": false} 2018-10-10 17:37:59,746 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c9e821c4-b959-4073-8d45-fcfd40eec81e 2018-10-10 17:37:59,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.194618940353s 2018-10-10 17:37:59,747 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c9e821c4-b959-4073-8d45-fcfd40eec81e returning object f05e4733-0eff-4e99-9947-7f558716e964 2018-10-10 17:37:59,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-10 17:37:59,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/f05e4733-0eff-4e99-9947-7f558716e964/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}2266138ca7b8c92f1e61b26e200d44e44b31f00a" -d '' 2018-10-10 17:38:00,726 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fd4d4a8e-dd99-4360-afab-51cd977c8b2f Date: Wed, 10 Oct 2018 17:38:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 17:38:00,727 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/f05e4733-0eff-4e99-9947-7f558716e964/file used request id req-fd4d4a8e-dd99-4360-afab-51cd977c8b2f 2018-10-10 17:38:00,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.979308843613s 2018-10-10 17:38:00,727 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/f05e4733-0eff-4e99-9947-7f558716e964/file used request id req-fd4d4a8e-dd99-4360-afab-51cd977c8b2f 2018-10-10 17:38:00,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 17:38:00,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}2266138ca7b8c92f1e61b26e200d44e44b31f00a" 2018-10-10 17:38:00,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-72a5b519-0b5e-47c5-884c-e594514f0f1d Date: Wed, 10 Oct 2018 17:38:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/f05e4733-0eff-4e99-9947-7f558716e964/snap", "metadata": {}}], "file": "/v2/images/f05e4733-0eff-4e99-9947-7f558716e964/file", "owner": "24d4b4860e18407681c90f4d88914ea6", "id": "f05e4733-0eff-4e99-9947-7f558716e964", "size": 12716032, "self": "/v2/images/f05e4733-0eff-4e99-9947-7f558716e964", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/f05e4733-0eff-4e99-9947-7f558716e964/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T17:38:00Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_44bbe773-973b-4579-ad8b-95b6f8098cca", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_44bbe773-973b-4579-ad8b-95b6f8098cca", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T17:37:59Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e1230016-39f7-4efc-abab-eeb60e513045/snap", "metadata": {}}], "file": "/v2/images/e1230016-39f7-4efc-abab-eeb60e513045/file", "owner": "24d4b4860e18407681c90f4d88914ea6", "id": "e1230016-39f7-4efc-abab-eeb60e513045", "size": 12716032, "self": "/v2/images/e1230016-39f7-4efc-abab-eeb60e513045", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e1230016-39f7-4efc-abab-eeb60e513045/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T17:37:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T17:37:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 17:38:00,907 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-72a5b519-0b5e-47c5-884c-e594514f0f1d 2018-10-10 17:38:00,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179037094116s 2018-10-10 17:38:00,907 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-72a5b519-0b5e-47c5-884c-e594514f0f1d 2018-10-10 17:38:00,910 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/f05e4733-0eff-4e99-9947-7f558716e964/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f05e4733-0eff-4e99-9947-7f558716e964/file', 'owner': u'24d4b4860e18407681c90f4d88914ea6', 'id': u'f05e4733-0eff-4e99-9947-7f558716e964', 'size': 12716032, u'self': u'/v2/images/f05e4733-0eff-4e99-9947-7f558716e964', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'24d4b4860e18407681c90f4d88914ea6', 'name': 'tempest_full_paral-project_44bbe773-973b-4579-ad8b-95b6f8098cca', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/f05e4733-0eff-4e99-9947-7f558716e964/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-10T17:38:00Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-10T17:38:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_44bbe773-973b-4579-ad8b-95b6f8098cca', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f05e4733-0eff-4e99-9947-7f558716e964', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_44bbe773-973b-4579-ad8b-95b6f8098cca', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_44bbe773-973b-4579-ad8b-95b6f8098cca', 'created': u'2018-10-10T17:37:59Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-10T17:37:59Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f05e4733-0eff-4e99-9947-7f558716e964', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_44bbe773-973b-4579-ad8b-95b6f8098cca', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-10 17:38:00,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-10 17:38:00,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}44a11d03003b5df3006072a9e9ca1fb4262f5068" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_44bbe773-973b-4579-ad8b-95b6f8098cca", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-10 17:38:00,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:38:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa9809bd-9d13-4447-a72d-f103889d4a41 x-compute-request-id: req-aa9809bd-9d13-4447-a72d-f103889d4a41 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f0987148-4cc8-4322-b9c2-fe7daffe894a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f0987148-4cc8-4322-b9c2-fe7daffe894a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f0987148-4cc8-4322-b9c2-fe7daffe894a", "name": "tempest_full_parallel-flavor_alt_44bbe773-973b-4579-ad8b-95b6f8098cca", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-10 17:38:00,972 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-aa9809bd-9d13-4447-a72d-f103889d4a41 2018-10-10 17:38:00,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.060882806778s 2018-10-10 17:38:00,972 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-aa9809bd-9d13-4447-a72d-f103889d4a41 returning object f0987148-4cc8-4322-b9c2-fe7daffe894a 2018-10-10 17:38:00,973 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_44bbe773-973b-4579-ad8b-95b6f8098cca', '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'd00928b339b74d1eac5a92b45f495878', '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'f0987148-4cc8-4322-b9c2-fe7daffe894a', 'swap': 0}) 2018-10-10 17:38:00,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-10 17:38:00,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/f0987148-4cc8-4322-b9c2-fe7daffe894a/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}44a11d03003b5df3006072a9e9ca1fb4262f5068" -d '{"extra_specs": {}}' 2018-10-10 17:38:00,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 17:38:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-667fa66d-485a-4231-aaf2-c100706ff07a x-compute-request-id: req-667fa66d-485a-4231-aaf2-c100706ff07a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-10 17:38:00,994 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/f0987148-4cc8-4322-b9c2-fe7daffe894a/os-extra_specs used request id req-667fa66d-485a-4231-aaf2-c100706ff07a 2018-10-10 17:38:00,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203568935394s 2018-10-10 17:38:00,994 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/f0987148-4cc8-4322-b9c2-fe7daffe894a/os-extra_specs used request id req-667fa66d-485a-4231-aaf2-c100706ff07a 2018-10-10 17:38:00,995 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_44bbe773-973b-4579-ad8b-95b6f8098cca', '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'd00928b339b74d1eac5a92b45f495878', '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'f0987148-4cc8-4322-b9c2-fe7daffe894a', 'swap': 0}) 2018-10-10 17:38:04,431 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-10 17:38:02.983 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=50435bd4-9687-4fed-9f00-55748d58fafb) for deployment 'opnfv-rally' (UUID=c208bc0e-63a4-4198-8fc5-8847efeaf7ba). 2018-10-10 17:38:04.268 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-10 17:38:04.271 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=50435bd4-9687-4fed-9f00-55748d58fafb) has been successfully configured for deployment 'opnfv-rally' (UUID=c208bc0e-63a4-4198-8fc5-8847efeaf7ba)! 2018-10-10 17:38:04,432 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-10 17:38:04,432 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-10 17:38:04,435 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-10 17:38:04,448 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-10 17:38:07,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-50435bd4-9687-4fed-9f00-55748d58fafb/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-10-10 17:38:07,490 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-10 17:38:07,503 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-10 17:38:07,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_full_parallel/test_list.txt']'. 2018-10-10 17:38:09,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:09.512 49 INFO rally.api [-] Starting verification (UUID=9d6ff49d-540e-4795-b661-7dc44ddbbffd) for deployment 'opnfv-rally' (UUID=c208bc0e-63a4-4198-8fc5-8847efeaf7ba) by verifier 'opnfv-tempest' (UUID=50435bd4-9687-4fed-9f00-55748d58fafb). 2018-10-10 17:38:09,514 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9d6ff49d-540e-4795-b661-7dc44ddbbffd 2018-10-10 17:38:14,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:14.058 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-10-10 17:38:14,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:14.164 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:38:14,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:14.170 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test ... skip: The microversion range[2.6 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:38:14,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:14.177 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: The microversion range[2.37 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:38:14,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:14.179 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-10-10 17:38:17,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:17.582 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.220s] 2018-10-10 17:38:17,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:17.641 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.058s] 2018-10-10 17:38:17,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:17.731 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.089s] 2018-10-10 17:38:17,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:17.736 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.196s] 2018-10-10 17:38:17,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:17.796 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.181s] 2018-10-10 17:38:17,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:17.808 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.012s] 2018-10-10 17:38:17,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:17.819 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.696s] 2018-10-10 17:38:17,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:17.830 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.097s] 2018-10-10 17:38:17,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:17.849 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.020s] 2018-10-10 17:38:17,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:17.994 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.185s] 2018-10-10 17:38:18,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.012 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.193s] 2018-10-10 17:38:18,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.024 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.203s] 2018-10-10 17:38:18,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.035 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.011s] 2018-10-10 17:38:18,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.040 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.466s] 2018-10-10 17:38:18,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.042 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.290s] 2018-10-10 17:38:18,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.049 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.199s] 2018-10-10 17:38:18,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.104 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.275s] 2018-10-10 17:38:18,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.116 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.081s] 2018-10-10 17:38:18,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.119 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.071s] 2018-10-10 17:38:18,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.148 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.106s] 2018-10-10 17:38:18,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.163 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.059s] 2018-10-10 17:38:18,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.177 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.058s] 2018-10-10 17:38:18,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.177 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.164s] 2018-10-10 17:38:18,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.209 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.034s] 2018-10-10 17:38:18,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.221 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.012s] 2018-10-10 17:38:18,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.230 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.009s] 2018-10-10 17:38:18,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.275 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.616s] 2018-10-10 17:38:18,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.284 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.136s] 2018-10-10 17:38:18,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.359 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.180s] 2018-10-10 17:38:18,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.377 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.102s] 2018-10-10 17:38:18,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.414 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.374s] 2018-10-10 17:38:18,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.561 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.203s] 2018-10-10 17:38:18,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.644 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.480s] 2018-10-10 17:38:18,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.653 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.368s] 2018-10-10 17:38:18,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.807 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.393s] 2018-10-10 17:38:18,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.818 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.011s] 2018-10-10 17:38:18,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.829 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] 2018-10-10 17:38:18,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.842 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.012s] 2018-10-10 17:38:18,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.848 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.427s] 2018-10-10 17:38:18,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.924 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.271s] 2018-10-10 17:38:18,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:18.978 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.416s] 2018-10-10 17:38:19,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:19.026 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [1.611s] 2018-10-10 17:38:19,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:19.070 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.228s] 2018-10-10 17:38:19,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:19.378 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.719s] 2018-10-10 17:38:19,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:19.404 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.330s] 2018-10-10 17:38:19,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:19.405 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.424s] 2018-10-10 17:38:19,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:19.437 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.035s] 2018-10-10 17:38:19,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:19.658 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.809s] 2018-10-10 17:38:19,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:19.761 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.320s] 2018-10-10 17:38:19,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:19.764 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.384s] 2018-10-10 17:38:19,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:19.787 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.027s] 2018-10-10 17:38:20,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:20.009 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.220s] 2018-10-10 17:38:21,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:21.789 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.779s] 2018-10-10 17:38:22,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:22.176 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.389s] 2018-10-10 17:38:22,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:22.744 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [3.339s] 2018-10-10 17:38:23,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:23.332 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [5.689s] 2018-10-10 17:38:23,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:23.355 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.611s] 2018-10-10 17:38:24,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:24.345 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-10-10 17:38:24,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:24.419 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [1.064s] 2018-10-10 17:38:26,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:26.280 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON ... skip: The microversion range[2.10 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:38:26,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:26.281 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:38:27,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:27.846 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.450s] 2018-10-10 17:38:28,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:28.157 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.310s] 2018-10-10 17:38:28,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:28.485 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.328s] 2018-10-10 17:38:28,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:28.792 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.306s] 2018-10-10 17:38:28,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:28.995 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [5.663s] 2018-10-10 17:38:29,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:29.113 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.320s] 2018-10-10 17:38:29,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:29.309 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.196s] 2018-10-10 17:38:29,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:29.765 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.133s] 2018-10-10 17:38:29,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:29.799 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.034s] 2018-10-10 17:38:29,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:29.970 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.207s] 2018-10-10 17:38:29,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:29.983 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.012s] 2018-10-10 17:38:30,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:30.016 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.034s] 2018-10-10 17:38:30,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:30.032 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.015s] 2018-10-10 17:38:30,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:30.048 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.015s] 2018-10-10 17:38:30,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:30.059 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.011s] 2018-10-10 17:38:30,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:30.084 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.227s] 2018-10-10 17:38:30,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:30.184 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.098s] 2018-10-10 17:38:30,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:30.250 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.066s] 2018-10-10 17:38:30,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:30.294 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.044s] 2018-10-10 17:38:30,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:30.368 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.307s] 2018-10-10 17:38:30,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:30.380 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.012s] 2018-10-10 17:38:30,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:30.404 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.024s] 2018-10-10 17:38:30,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:30.416 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.011s] 2018-10-10 17:38:30,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:30.427 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.011s] 2018-10-10 17:38:30,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:30.438 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.011s] 2018-10-10 17:38:30,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:30.448 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.010s] 2018-10-10 17:38:30,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:30.471 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.023s] 2018-10-10 17:38:30,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:30.588 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.163s] 2018-10-10 17:38:31,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:31.883 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.298s] 2018-10-10 17:38:31,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:31.955 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.072s] 2018-10-10 17:38:32,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:32.012 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.057s] 2018-10-10 17:38:33,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:33.059 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [4.062s] 2018-10-10 17:38:33,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:33.063 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-10-10 17:38:33,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:33.066 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-10-10 17:38:33,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:33.072 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.012s] 2018-10-10 17:38:33,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:33.510 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [16.227s] 2018-10-10 17:38:34,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:34.412 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [17.047s] 2018-10-10 17:38:36,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:36.202 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.962s] 2018-10-10 17:38:37,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:37.113 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.910s] 2018-10-10 17:38:37,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:37.850 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.737s] 2018-10-10 17:38:42,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:42.433 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.240s] 2018-10-10 17:38:43,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:43.198 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [1.200s] 2018-10-10 17:38:44,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:44.235 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.688s] 2018-10-10 17:38:44,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:44.245 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.010s] 2018-10-10 17:38:44,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:44.283 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [14.367s] 2018-10-10 17:38:44,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:44.355 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [1.156s] 2018-10-10 17:38:44,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:44.824 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.469s] 2018-10-10 17:38:44,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:44.843 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [2.971s] 2018-10-10 17:38:45,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:45.029 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.186s] 2018-10-10 17:38:45,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:45.399 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [15.860s] 2018-10-10 17:38:45,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:45.463 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.216s] 2018-10-10 17:38:45,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:45.466 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: Neutron allows duplicate names for security groups 2018-10-10 17:38:45,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:45.470 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-10-10 17:38:45,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:45.472 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-10-10 17:38:45,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:45.790 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.323s] 2018-10-10 17:38:45,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:45.830 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.038s] 2018-10-10 17:38:45,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:45.832 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: Neutron does not check the security group description 2018-10-10 17:38:45,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:45.835 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: Neutron does not check the security group ID 2018-10-10 17:38:45,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:45.835 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: Neutron does not check the security group name 2018-10-10 17:38:45,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:45.844 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.563s] 2018-10-10 17:38:45,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:45.979 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.629s] 2018-10-10 17:38:46,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:46.845 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.865s] 2018-10-10 17:38:47,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:47.373 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.527s] 2018-10-10 17:38:48,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:48.173 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [2.328s] 2018-10-10 17:38:49,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:49.625 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [4.799s] 2018-10-10 17:38:50,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:50.877 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [2.703s] 2018-10-10 17:38:50,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:50.996 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [18.982s] 2018-10-10 17:38:51,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:51.145 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.149s] 2018-10-10 17:38:52,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:52.393 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [7.360s] 2018-10-10 17:38:52,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:52.917 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [2.040s] 2018-10-10 17:38:52,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:52.967 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [22.374s] 2018-10-10 17:38:52,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:52.975 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.011s] 2018-10-10 17:38:52,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:52.986 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.011s] 2018-10-10 17:38:52,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:52.998 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.012s] 2018-10-10 17:38:54,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:54.064 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [1.145s] 2018-10-10 17:38:54,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:54.745 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [25.895s] 2018-10-10 17:38:54,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:54.770 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.029s] 2018-10-10 17:38:54,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:54.785 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.013s] 2018-10-10 17:38:54,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:54.798 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.013s] 2018-10-10 17:38:54,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:54.807 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.009s] 2018-10-10 17:38:55,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:55.102 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.294s] 2018-10-10 17:38:55,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:55.417 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.314s] 2018-10-10 17:38:55,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:55.692 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [1.627s] 2018-10-10 17:38:55,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:55.735 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.318s] 2018-10-10 17:38:55,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:55.852 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [21.439s] 2018-10-10 17:38:56,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:56.060 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.324s] 2018-10-10 17:38:56,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:56.359 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.299s] 2018-10-10 17:38:57,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:57.554 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [1.860s] 2018-10-10 17:38:58,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:38:58.507 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.954s] 2018-10-10 17:39:03,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:03.101 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [10.709s] 2018-10-10 17:39:04,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:04.326 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [11.324s] 2018-10-10 17:39:04,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:04.993 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.667s] 2018-10-10 17:39:05,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:05.563 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.118s] 2018-10-10 17:39:05,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:05.579 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.015s] 2018-10-10 17:39:05,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:05.591 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.012s] 2018-10-10 17:39:05,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:05.730 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.138s] 2018-10-10 17:39:05,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:05.741 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.011s] 2018-10-10 17:39:05,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:05.786 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.044s] 2018-10-10 17:39:05,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:05.803 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.016s] 2018-10-10 17:39:05,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:05.845 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.041s] 2018-10-10 17:39:05,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:05.855 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.011s] 2018-10-10 17:39:05,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:05.953 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.097s] 2018-10-10 17:39:05,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:05.974 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.021s] 2018-10-10 17:39:06,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:06.298 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [21.274s] 2018-10-10 17:39:09,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:09.728 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test ... skip: The microversion range[2.25 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:39:11,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:11.961 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [5.664s] 2018-10-10 17:39:12,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:12.321 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.648s] 2018-10-10 17:39:12,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:12.688 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.367s] 2018-10-10 17:39:13,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:13.117 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.801s] 2018-10-10 17:39:13,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:13.964 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.847s] 2018-10-10 17:39:14,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:14.639 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.673s] 2018-10-10 17:39:15,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:15.388 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.198s] 2018-10-10 17:39:15,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:15.494 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.105s] 2018-10-10 17:39:15,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:15.587 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.092s] 2018-10-10 17:39:15,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:15.730 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.142s] 2018-10-10 17:39:17,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:17.608 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [2.968s] 2018-10-10 17:39:18,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:18.409 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.801s] 2018-10-10 17:39:21,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:21.249 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [17.428s] 2018-10-10 17:39:21,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:21.512 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.267s] 2018-10-10 17:39:21,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:21.900 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-10-10 17:39:23,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:23.993 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [2.479s] 2018-10-10 17:39:24,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:24.783 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.789s] 2018-10-10 17:39:24,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:24.822 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.039s] 2018-10-10 17:39:24,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:24.900 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [25.914s] 2018-10-10 17:39:25,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:25.732 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.185s] 2018-10-10 17:39:25,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:25.778 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.046s] 2018-10-10 17:39:26,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:26.037 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.258s] 2018-10-10 17:39:26,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:26.183 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-10-10 17:39:26,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:26.234 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.411s] 2018-10-10 17:39:26,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:26.463 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.165s] 2018-10-10 17:39:26,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:26.530 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.067s] 2018-10-10 17:39:26,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:26.593 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.063s] 2018-10-10 17:39:26,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:26.652 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.418s] 2018-10-10 17:39:26,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:26.659 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.066s] 2018-10-10 17:39:26,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:26.681 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.022s] 2018-10-10 17:39:26,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:26.752 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.069s] 2018-10-10 17:39:26,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:26.809 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.058s] 2018-10-10 17:39:26,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:26.869 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.059s] 2018-10-10 17:39:26,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:26.887 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.018s] 2018-10-10 17:39:26,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:26.944 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.056s] 2018-10-10 17:39:26,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:26.951 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [2.056s] 2018-10-10 17:39:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:27.005 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.060s] 2018-10-10 17:39:35,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:35.990 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [9.036s] 2018-10-10 17:39:36,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:36.712 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [18.305s] 2018-10-10 17:39:46,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:46.180 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [8.161s] 2018-10-10 17:39:49,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:49.747 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.172s] 2018-10-10 17:39:49,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:49.775 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.028s] 2018-10-10 17:39:51,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:51.598 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-10-10 17:39:51,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:51.692 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.093s] 2018-10-10 17:39:54,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:39:54.800 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [8.620s] 2018-10-10 17:40:00,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:00.201 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [27.480s] 2018-10-10 17:40:01,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:01.370 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [86.526s] 2018-10-10 17:40:01,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:01.397 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.031s] 2018-10-10 17:40:01,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:01.624 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [40.440s] 2018-10-10 17:40:03,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:03.553 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [37.359s] 2018-10-10 17:40:04,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:04.116 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.498s] 2018-10-10 17:40:09,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:09.691 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.518s] 2018-10-10 17:40:10,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:10.273 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 [82.876s] 2018-10-10 17:40:14,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:14.039 49 INFO opnfv-tempest [-] {14} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON ... skip: The microversion range[2.2 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:40:14,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:14.439 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.275s] 2018-10-10 17:40:19,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:19.169 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [43.168s] 2018-10-10 17:40:20,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:20.215 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [20.013s] 2018-10-10 17:40:22,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:22.377 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [3.214s] 2018-10-10 17:40:22,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:22.817 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [46.098s] 2018-10-10 17:40:26,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:26.259 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.457s] 2018-10-10 17:40:26,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:26.319 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.060s] 2018-10-10 17:40:27,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:27.354 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [4.540s] 2018-10-10 17:40:28,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:28.513 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [2.193s] 2018-10-10 17:40:28,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:28.575 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.062s] 2018-10-10 17:40:29,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:29.702 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 [22.098s] 2018-10-10 17:40:29,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:29.714 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.013s] 2018-10-10 17:40:30,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:30.008 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.294s] 2018-10-10 17:40:30,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:30.345 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.337s] 2018-10-10 17:40:31,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:31.078 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [2.502s] 2018-10-10 17:40:41,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:41.803 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [38.244s] 2018-10-10 17:40:41,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:41.804 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.001s]: Skipped until Bug: 1524898 is resolved. 2018-10-10 17:40:44,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:44.211 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [5.110s] 2018-10-10 17:40:46,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:46.404 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.670s] 2018-10-10 17:40:47,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:47.043 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [27.098s] 2018-10-10 17:40:48,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:48.767 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [21.406s] 2018-10-10 17:40:48,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:48.768 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2018-10-10 17:40:50,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:50.000 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [3.596s] 2018-10-10 17:40:53,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:53.656 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.366s] 2018-10-10 17:40:54,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:54.717 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [44.441s] 2018-10-10 17:40:55,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:55.830 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [8.791s] 2018-10-10 17:40:58,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:58.842 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2018-10-10 17:40:59,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:59.310 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON ... fail 2018-10-10 17:40:59,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:40:59.311 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTest ... skip: The microversion range[2.32 - 2.32] of this test is out of the configuration range[None - None]. 2018-10-10 17:41:03,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:03.788 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.114s] 2018-10-10 17:41:05,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:05.516 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [21.298s] 2018-10-10 17:41:10,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:10.990 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [104.307s] 2018-10-10 17:41:12,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:12.177 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [8.386s] 2018-10-10 17:41:15,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:15.062 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [2.887s] 2018-10-10 17:41:17,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:17.028 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [4.911s] 2018-10-10 17:41:18,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:18.091 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTestV2_42 ... skip: The microversion range[2.42 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:41:19,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:19.560 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 [2.531s] 2018-10-10 17:41:19,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:19.572 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.012s] 2018-10-10 17:41:21,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:21.572 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.998s] 2018-10-10 17:41:23,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:23.128 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-10-10 17:41:24,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:24.009 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 [2.437s] 2018-10-10 17:41:25,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:25.040 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... fail [26.178s] 2018-10-10 17:41:25,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:25.691 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.681s] 2018-10-10 17:41:25,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:25.883 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.191s] 2018-10-10 17:41:25,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:25.914 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.031s] 2018-10-10 17:41:26,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:26.637 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [85.218s] 2018-10-10 17:41:28,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:28.218 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_add_image_member ... fail [0.012s] 2018-10-10 17:41:28,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:28.228 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_get_shared_images ... fail [0.010s] 2018-10-10 17:41:28,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:28.238 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_remove_member ... fail [0.009s] 2018-10-10 17:41:29,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:29.711 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [18.719s] 2018-10-10 17:41:30,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:30.515 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.391s] 2018-10-10 17:41:31,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:31.068 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.547s] 2018-10-10 17:41:31,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:31.069 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [25.543s] 2018-10-10 17:41:31,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:31.238 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.532s] 2018-10-10 17:41:31,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:31.628 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.565s] 2018-10-10 17:41:32,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:32.023 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.394s] 2018-10-10 17:41:32,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:32.324 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.300s] 2018-10-10 17:41:32,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:32.408 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.084s] 2018-10-10 17:41:32,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:32.563 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.153s] 2018-10-10 17:41:32,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:32.649 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.084s] 2018-10-10 17:41:32,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:32.725 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.076s] 2018-10-10 17:41:32,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:32.810 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.084s] 2018-10-10 17:41:32,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:32.884 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.073s] 2018-10-10 17:41:34,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:34.404 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [17.708s] 2018-10-10 17:41:34,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:34.500 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.054s] 2018-10-10 17:41:37,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:37.656 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_http_image ... fail [0.009s] 2018-10-10 17:41:37,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:37.663 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_image_with_min_ram ... fail [0.006s] 2018-10-10 17:41:37,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:37.671 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_remote_image ... fail [0.007s] 2018-10-10 17:41:37,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:37.678 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_then_upload ... fail [0.006s] 2018-10-10 17:41:38,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:38.129 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [80.842s] 2018-10-10 17:41:38,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:38.732 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.231s] 2018-10-10 17:41:50,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:50.359 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [2.457s] 2018-10-10 17:41:56,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:41:56.492 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [6.130s] 2018-10-10 17:42:00,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:00.368 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [48.276s] 2018-10-10 17:42:03,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:03.441 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [38.401s] 2018-10-10 17:42:05,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:05.329 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [76.548s] 2018-10-10 17:42:05,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:05.845 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [34.777s] 2018-10-10 17:42:06,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:06.411 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [9.920s] 2018-10-10 17:42:07,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:07.062 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.838s] 2018-10-10 17:42:07,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:07.448 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.385s] 2018-10-10 17:42:08,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:08.587 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [1.137s] 2018-10-10 17:42:08,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:08.935 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.348s] 2018-10-10 17:42:09,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:09.739 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... fail [0.126s] 2018-10-10 17:42:10,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:10.080 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [1.144s] 2018-10-10 17:42:10,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:10.295 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.215s] 2018-10-10 17:42:12,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:12.621 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-10-10 17:42:14,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:14.045 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [7.631s] 2018-10-10 17:42:15,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:15.438 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.431s] 2018-10-10 17:42:15,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:15.605 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.167s] 2018-10-10 17:42:15,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:15.996 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.390s] 2018-10-10 17:42:18,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:18.134 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [43.725s] 2018-10-10 17:42:19,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:19.669 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [5.623s] 2018-10-10 17:42:22,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:22.349 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-10-10 17:42:22,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:22.590 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [17.260s] 2018-10-10 17:42:23,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:23.028 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.180s] 2018-10-10 17:42:25,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:25.494 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [5.825s] 2018-10-10 17:42:27,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:27.028 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.410s] 2018-10-10 17:42:32,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:32.931 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [7.435s] 2018-10-10 17:42:39,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:39.648 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [231.326s] 2018-10-10 17:42:39,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:39.712 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.092s] 2018-10-10 17:42:40,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:40.140 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.426s] 2018-10-10 17:42:40,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:40.211 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.071s] 2018-10-10 17:42:40,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:40.280 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.069s] 2018-10-10 17:42:40,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:40.360 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.079s] 2018-10-10 17:42:41,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:41.093 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [8.163s] 2018-10-10 17:42:41,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:41.307 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [0.947s] 2018-10-10 17:42:41,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:41.761 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.454s] 2018-10-10 17:42:42,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:42.076 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [18.367s] 2018-10-10 17:42:42,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:42.079 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... skip [0.000s]: DifferentHostFilter is not available. 2018-10-10 17:42:42,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:42.080 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... skip [0.000s]: DifferentHostFilter is not available. 2018-10-10 17:42:42,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:42.080 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... skip [0.000s]: SameHostFilter is not available. 2018-10-10 17:42:45,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:45.336 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [72.429s] 2018-10-10 17:42:45,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:45.350 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.020s] 2018-10-10 17:42:46,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:46.156 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.317s] 2018-10-10 17:42:46,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:46.219 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-10-10 17:42:46,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:46.582 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.229s] 2018-10-10 17:42:46,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:46.586 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.002s]: Skipped until Bug: 1540645 is resolved. 2018-10-10 17:42:46,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:46.629 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.409s] 2018-10-10 17:42:46,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:46.819 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.235s] 2018-10-10 17:42:46,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:46.951 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.132s] 2018-10-10 17:42:49,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:49.096 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-10-10 17:42:55,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:55.880 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [2.921s] 2018-10-10 17:42:56,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:56.398 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [187.263s] 2018-10-10 17:42:56,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:56.477 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.087s] 2018-10-10 17:42:57,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:57.514 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [1.036s] 2018-10-10 17:42:58,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:58.015 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [91.352s] 2018-10-10 17:42:58,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:58.151 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [35.772s] 2018-10-10 17:42:59,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:59.072 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [3.191s] 2018-10-10 17:42:59,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:42:59.628 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [7.930s] 2018-10-10 17:43:02,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:02.806 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [44.667s] 2018-10-10 17:43:04,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:04.364 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [86.211s] 2018-10-10 17:43:07,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:07.325 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.340s] 2018-10-10 17:43:07,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:07.520 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.155s] 2018-10-10 17:43:07,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:07.663 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.142s] 2018-10-10 17:43:07,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:07.803 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.140s] 2018-10-10 17:43:07,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:07.975 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.171s] 2018-10-10 17:43:08,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:08.134 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.158s] 2018-10-10 17:43:08,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:08.280 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.146s] 2018-10-10 17:43:08,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:08.435 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.154s] 2018-10-10 17:43:08,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:08.539 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [8.910s] 2018-10-10 17:43:08,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:08.981 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.546s] 2018-10-10 17:43:09,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:09.209 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.226s] 2018-10-10 17:43:09,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:09.365 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.156s] 2018-10-10 17:43:11,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:11.137 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.696s] 2018-10-10 17:43:12,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:12.228 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON ... fail 2018-10-10 17:43:12,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:12.269 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [1.132s] 2018-10-10 17:43:15,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:15.102 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.144s] 2018-10-10 17:43:15,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:15.288 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.186s] 2018-10-10 17:43:15,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:15.315 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [6.775s] 2018-10-10 17:43:17,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:17.338 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [2.048s] 2018-10-10 17:43:17,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:17.787 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.096s] 2018-10-10 17:43:17,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:17.953 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.167s] 2018-10-10 17:43:19,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:19.442 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [7.169s] 2018-10-10 17:43:19,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:19.562 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.223s] 2018-10-10 17:43:20,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:20.100 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.538s] 2018-10-10 17:43:20,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:20.271 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.170s] 2018-10-10 17:43:20,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:20.289 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.018s] 2018-10-10 17:43:20,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:20.416 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.594s] 2018-10-10 17:43:20,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:20.449 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.159s] 2018-10-10 17:43:20,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:20.506 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [1.065s] 2018-10-10 17:43:21,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:21.285 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.968s] 2018-10-10 17:43:22,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:22.403 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.985s] 2018-10-10 17:43:24,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:24.754 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [94.792s] 2018-10-10 17:43:24,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:24.997 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [4.491s] 2018-10-10 17:43:27,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:27.756 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 [5.351s] 2018-10-10 17:43:27,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:27.834 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [3.084s] 2018-10-10 17:43:29,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:29.581 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [86.122s] 2018-10-10 17:43:30,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:30.354 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [9.068s] 2018-10-10 17:43:35,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:35.301 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [7.544s] 2018-10-10 17:43:37,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:37.170 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [7.458s] 2018-10-10 17:43:38,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:38.007 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [7.653s] 2018-10-10 17:43:39,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:39.882 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [76.839s] 2018-10-10 17:43:41,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:41.941 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [14.106s] 2018-10-10 17:43:43,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:43.246 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [7.945s] 2018-10-10 17:43:47,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:47.189 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [5.106s] 2018-10-10 17:43:47,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:47.260 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.073s] 2018-10-10 17:43:49,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:49.330 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.066s] 2018-10-10 17:43:49,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:49.344 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.014s] 2018-10-10 17:43:49,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:49.495 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.151s] 2018-10-10 17:43:49,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:49.508 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-10-10 17:43:49,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:49.517 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.009s] 2018-10-10 17:43:49,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:49.545 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.028s] 2018-10-10 17:43:49,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:49.624 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.078s] 2018-10-10 17:43:49,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:49.698 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.073s] 2018-10-10 17:43:50,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:50.014 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.315s] 2018-10-10 17:43:50,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:50.027 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-10-10 17:43:50,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:50.102 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.074s] 2018-10-10 17:43:50,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:50.489 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.181s] 2018-10-10 17:43:50,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:50.749 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [12.740s] 2018-10-10 17:43:51,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:51.561 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [21.976s] 2018-10-10 17:43:51,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:51.691 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [89.084s] 2018-10-10 17:43:52,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:52.440 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.883s] 2018-10-10 17:43:55,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:55.013 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-10-10 17:43:55,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:55.014 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-10-10 17:43:55,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:43:55.015 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-10-10 17:44:00,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:00.863 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2018-10-10 17:44:03,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:03.856 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-10-10 17:44:04,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:04.396 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [13.649s] 2018-10-10 17:44:04,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:04.423 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.525s] 2018-10-10 17:44:04,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:04.815 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.390s] 2018-10-10 17:44:05,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:05.187 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.372s] 2018-10-10 17:44:05,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:05.578 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.389s] 2018-10-10 17:44:05,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:05.966 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.387s] 2018-10-10 17:44:06,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:06.195 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.440s] 2018-10-10 17:44:06,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:06.499 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.303s] 2018-10-10 17:44:08,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:08.005 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [3.606s] 2018-10-10 17:44:08,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:08.917 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_servers.ServerShowV247Test ... skip: The microversion range[2.47 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:44:08,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:08.917 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-10-10 17:44:09,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:09.403 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [4.966s] 2018-10-10 17:44:12,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:12.429 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.189s] 2018-10-10 17:44:15,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:15.327 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.865s] 2018-10-10 17:44:15,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:15.385 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.711s] 2018-10-10 17:44:15,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:15.977 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.649s] 2018-10-10 17:44:16,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:16.138 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.753s] 2018-10-10 17:44:16,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:16.298 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.321s] 2018-10-10 17:44:16,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:16.340 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [8.335s] 2018-10-10 17:44:16,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:16.939 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.598s] 2018-10-10 17:44:16,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:16.972 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.674s] 2018-10-10 17:44:17,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:17.081 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.142s] 2018-10-10 17:44:17,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:17.463 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.381s] 2018-10-10 17:44:17,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:17.671 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.208s] 2018-10-10 17:44:17,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:17.699 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.727s] 2018-10-10 17:44:17,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:17.898 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.226s] 2018-10-10 17:44:18,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:18.000 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.102s] 2018-10-10 17:44:18,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:18.115 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.114s] 2018-10-10 17:44:18,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:18.255 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [1.192s] 2018-10-10 17:44:18,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:18.355 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.239s] 2018-10-10 17:44:18,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:18.384 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-10 17:44:18,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:18.566 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.212s] 2018-10-10 17:44:18,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:18.620 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.920s] 2018-10-10 17:44:19,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:19.138 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.517s] 2018-10-10 17:44:19,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:19.708 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.452s] 2018-10-10 17:44:20,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:20.272 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-10 17:44:20,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:20.489 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [55.037s] 2018-10-10 17:44:21,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:21.239 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [1.529s] 2018-10-10 17:44:21,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:21.374 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [21.736s] 2018-10-10 17:44:21,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:21.559 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [77.178s] 2018-10-10 17:44:22,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:22.382 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.143s] 2018-10-10 17:44:22,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:22.785 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.094s] 2018-10-10 17:44:22,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:22.932 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [3.127s] 2018-10-10 17:44:23,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:23.018 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [84.987s] 2018-10-10 17:44:23,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:23.691 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.060s] 2018-10-10 17:44:23,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:23.775 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.083s] 2018-10-10 17:44:24,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:24.642 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.867s] 2018-10-10 17:44:25,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:25.191 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [2.808s] 2018-10-10 17:44:25,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:25.517 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.875s] 2018-10-10 17:44:27,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:27.258 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [2.067s] 2018-10-10 17:44:28,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:28.086 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [9.518s] 2018-10-10 17:44:31,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:31.453 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... fail 2018-10-10 17:44:36,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:36.293 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2018-10-10 17:44:36,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:36.297 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-10-10 17:44:36,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:36.300 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-10 17:44:36,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:36.301 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-10 17:44:36,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:36.302 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_groups.GroupsV319Test ... skip: The microversion range[3.19 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:44:36,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:36.303 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-10-10 17:44:36,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:36.776 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [15.400s] 2018-10-10 17:44:37,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:37.626 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.375s] 2018-10-10 17:44:39,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:39.002 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.278s] 2018-10-10 17:44:39,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:39.065 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.064s] 2018-10-10 17:44:39,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:39.127 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.061s] 2018-10-10 17:44:39,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:39.188 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.060s] 2018-10-10 17:44:39,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:39.278 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.089s] 2018-10-10 17:44:41,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:41.295 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.202s] 2018-10-10 17:44:41,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:41.482 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.187s] 2018-10-10 17:44:41,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:41.699 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.215s] 2018-10-10 17:44:41,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:41.937 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.237s] 2018-10-10 17:44:41,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:41.968 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.031s] 2018-10-10 17:44:42,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:42.174 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.207s] 2018-10-10 17:44:42,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:42.420 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.244s] 2018-10-10 17:44:42,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:42.638 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.218s] 2018-10-10 17:44:42,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:42.672 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.034s] 2018-10-10 17:44:42,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:42.848 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.175s] 2018-10-10 17:44:43,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:43.838 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [10.846s] 2018-10-10 17:44:44,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:44.026 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.188s] 2018-10-10 17:44:44,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:44.215 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500 2018-10-10 17:44:44,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:44.466 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.438s] 2018-10-10 17:44:44,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:44.781 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [2.096s] 2018-10-10 17:44:45,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:45.334 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.552s] 2018-10-10 17:44:45,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:45.541 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.206s] 2018-10-10 17:44:45,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:45.556 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.062s] 2018-10-10 17:44:47,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:47.903 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [3.438s] 2018-10-10 17:44:50,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:50.539 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.634s] 2018-10-10 17:44:50,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:50.616 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.076s] 2018-10-10 17:44:50,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:50.692 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [5.150s] 2018-10-10 17:44:50,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:50.877 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.262s] 2018-10-10 17:44:51,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:51.056 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [5.498s] 2018-10-10 17:44:52,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:52.520 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [3.727s] 2018-10-10 17:44:52,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:52.983 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.011s] 2018-10-10 17:44:53,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:53.141 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.157s] 2018-10-10 17:44:53,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:53.579 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.437s] 2018-10-10 17:44:53,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:53.623 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.044s] 2018-10-10 17:44:53,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:53.845 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.222s] 2018-10-10 17:44:53,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:53.884 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.039s] 2018-10-10 17:44:53,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:53.943 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.058s] 2018-10-10 17:44:53,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:53.972 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.029s] 2018-10-10 17:44:54,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:54.324 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.351s] 2018-10-10 17:44:54,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:54.512 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.185s] 2018-10-10 17:44:54,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:54.579 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [3.522s] 2018-10-10 17:44:54,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:54.729 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.216s] 2018-10-10 17:44:54,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:54.773 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.045s] 2018-10-10 17:44:54,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:54.814 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.040s] 2018-10-10 17:44:54,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:54.855 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.039s] 2018-10-10 17:44:55,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:55.145 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.019s] 2018-10-10 17:44:55,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:55.229 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.650s] 2018-10-10 17:44:55,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:55.436 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.580s] 2018-10-10 17:44:55,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:55.999 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [19.220s] 2018-10-10 17:44:56,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:56.018 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.789s] 2018-10-10 17:44:56,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:56.362 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [3.840s] 2018-10-10 17:44:57,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:57.166 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.146s] 2018-10-10 17:44:57,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:57.877 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [7.182s] 2018-10-10 17:44:57,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:57.892 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [5.302s] 2018-10-10 17:44:57,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:57.912 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.036s] 2018-10-10 17:44:58,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:58.150 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.984s] 2018-10-10 17:44:58,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:58.439 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [2.077s] 2018-10-10 17:44:58,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:58.548 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [6.970s] 2018-10-10 17:44:58,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:58.752 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.600s] 2018-10-10 17:44:59,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:59.557 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [4.409s] 2018-10-10 17:44:59,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:44:59.996 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [2.082s] 2018-10-10 17:45:00,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:00.676 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [1.923s] 2018-10-10 17:45:01,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:01.377 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [2.938s] 2018-10-10 17:45:02,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:02.676 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [1.999s] 2018-10-10 17:45:02,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:02.975 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [70.513s] 2018-10-10 17:45:03,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:03.070 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.393s] 2018-10-10 17:45:03,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:03.571 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.500s] 2018-10-10 17:45:04,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:04.129 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.557s] 2018-10-10 17:45:04,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:04.188 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [5.639s] 2018-10-10 17:45:04,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:04.641 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.512s] 2018-10-10 17:45:05,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:05.063 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.421s] 2018-10-10 17:45:05,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:05.621 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.557s] 2018-10-10 17:45:06,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:06.273 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.651s] 2018-10-10 17:45:06,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:06.423 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [8.529s] 2018-10-10 17:45:06,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:06.910 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [176.795s] 2018-10-10 17:45:06,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:06.951 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.678s] 2018-10-10 17:45:06,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:06.985 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.082s] 2018-10-10 17:45:07,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:07.360 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.408s] 2018-10-10 17:45:07,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:07.582 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-10-10 17:45:07,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:07.730 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [4.758s] 2018-10-10 17:45:07,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:07.767 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.781s] 2018-10-10 17:45:09,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:09.333 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [5.143s] 2018-10-10 17:45:10,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:10.676 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [5.017s] 2018-10-10 17:45:10,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:10.970 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.294s] 2018-10-10 17:45:11,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:11.345 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [3.981s] 2018-10-10 17:45:11,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:11.345 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2018-10-10 17:45:11,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:11.570 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.600s] 2018-10-10 17:45:11,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:11.801 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.458s] 2018-10-10 17:45:12,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:12.102 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.300s] 2018-10-10 17:45:12,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:12.591 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.488s] 2018-10-10 17:45:12,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:12.693 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.629s] 2018-10-10 17:45:13,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:13.008 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [3.675s] 2018-10-10 17:45:13,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:13.193 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.602s] 2018-10-10 17:45:13,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:13.603 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.409s] 2018-10-10 17:45:14,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:14.560 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.956s] 2018-10-10 17:45:14,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:14.839 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.278s] 2018-10-10 17:45:15,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:15.109 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.268s] 2018-10-10 17:45:15,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:15.637 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.798s] 2018-10-10 17:45:16,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:16.042 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.404s] 2018-10-10 17:45:16,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:16.432 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.388s] 2018-10-10 17:45:17,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:17.003 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [10.580s] 2018-10-10 17:45:17,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:17.191 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.759s] 2018-10-10 17:45:17,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:17.983 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.791s] 2018-10-10 17:45:17,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:17.985 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-10-10 17:45:17,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:17.986 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-10-10 17:45:19,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:19.134 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [1.150s] 2018-10-10 17:45:19,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:19.734 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.599s] 2018-10-10 17:45:19,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:19.883 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.773s] 2018-10-10 17:45:20,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:20.213 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [7.202s] 2018-10-10 17:45:22,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:22.008 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [9.315s] 2018-10-10 17:45:22,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:22.022 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.138s] 2018-10-10 17:45:22,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:22.506 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [5.501s] 2018-10-10 17:45:23,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:23.493 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.469s] 2018-10-10 17:45:25,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:25.036 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.530s] 2018-10-10 17:45:25,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:25.328 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.834s] 2018-10-10 17:45:25,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:25.806 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [5.592s] 2018-10-10 17:45:26,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:26.364 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [6.628s] 2018-10-10 17:45:26,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:26.842 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.479s] 2018-10-10 17:45:27,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:27.194 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [17.530s] 2018-10-10 17:45:27,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:27.330 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.485s] 2018-10-10 17:45:27,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:27.332 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-10-10 17:45:27,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:27.333 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2018-10-10 17:45:27,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:27.820 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.490s] 2018-10-10 17:45:28,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:28.254 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.433s] 2018-10-10 17:45:28,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:28.691 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.436s] 2018-10-10 17:45:29,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:29.141 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.796s] 2018-10-10 17:45:31,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:31.126 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.175s] 2018-10-10 17:45:31,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:31.184 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.057s] 2018-10-10 17:45:32,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:32.058 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [6.729s] 2018-10-10 17:45:32,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:32.112 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.927s] 2018-10-10 17:45:32,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:32.124 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.011s] 2018-10-10 17:45:32,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:32.138 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-10-10 17:45:32,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:32.212 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.088s] 2018-10-10 17:45:32,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:32.224 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.012s] 2018-10-10 17:45:32,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:32.301 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.076s] 2018-10-10 17:45:32,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:32.340 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.038s] 2018-10-10 17:45:34,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:34.343 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [72.768s] 2018-10-10 17:45:35,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:35.322 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.086s] 2018-10-10 17:45:35,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:35.400 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.078s] 2018-10-10 17:45:35,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:35.477 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-10-10 17:45:35,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:35.485 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2018-10-10 17:45:37,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:37.427 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [15.417s] 2018-10-10 17:45:37,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:37.680 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [5.621s] 2018-10-10 17:45:40,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:40.195 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [2.514s] 2018-10-10 17:45:43,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:43.812 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.149s] 2018-10-10 17:45:45,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:45.441 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [5.243s] 2018-10-10 17:45:45,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:45.662 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-10-10 17:45:45,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:45.664 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-10-10 17:45:45,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:45.664 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-10-10 17:45:46,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:46.673 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.232s] 2018-10-10 17:45:46,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:46.696 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.023s] 2018-10-10 17:45:46,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:46.716 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-10-10 17:45:46,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:46.736 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.020s] 2018-10-10 17:45:46,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:46.772 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [17.632s] 2018-10-10 17:45:49,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:49.675 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-10 17:45:49,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:49.676 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-10-10 17:45:49,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:49.678 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsTest ... skip: The microversion range[3.14 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:45:49,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:49.781 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [24.743s] 2018-10-10 17:45:49,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:49.838 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.058s] 2018-10-10 17:45:50,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:50.624 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.785s] 2018-10-10 17:45:50,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:50.941 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.367s] 2018-10-10 17:45:51,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:51.137 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.196s] 2018-10-10 17:45:52,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:52.423 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.680s] 2018-10-10 17:45:52,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:52.433 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-10-10 17:45:52,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:52.575 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [18.229s] 2018-10-10 17:45:53,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:53.083 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.744s] 2018-10-10 17:45:53,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:53.113 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.241s] 2018-10-10 17:45:53,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:53.131 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.017s] 2018-10-10 17:45:54,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:54.112 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [93.605s] 2018-10-10 17:45:54,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:54.561 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.919s] 2018-10-10 17:45:54,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:54.562 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-10-10 17:45:55,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:55.522 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.748s] 2018-10-10 17:45:55,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:55.525 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-10-10 17:45:56,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:56.773 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-10-10 17:45:57,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:45:57.196 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-10-10 17:46:00,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:00.754 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON ... skip: The microversion range[2.20 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:46:02,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:02.611 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [7.087s] 2018-10-10 17:46:03,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:03.013 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [12.387s] 2018-10-10 17:46:03,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:03.313 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.184s] 2018-10-10 17:46:03,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:03.328 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.014s] 2018-10-10 17:46:03,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:03.339 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2018-10-10 17:46:03,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:03.375 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.097s] 2018-10-10 17:46:03,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:03.687 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.347s] 2018-10-10 17:46:03,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:03.697 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2018-10-10 17:46:03,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:03.706 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-10-10 17:46:04,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:04.047 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.340s] 2018-10-10 17:46:04,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:04.404 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [1.028s] 2018-10-10 17:46:04,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:04.481 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.434s] 2018-10-10 17:46:04,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:04.495 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.245s] 2018-10-10 17:46:04,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:04.900 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [187.376s] 2018-10-10 17:46:04,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:04.901 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-10-10 17:46:05,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:05.472 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.068s] 2018-10-10 17:46:06,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:06.449 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.994s] 2018-10-10 17:46:08,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:08.774 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [4.277s] 2018-10-10 17:46:08,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:08.855 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [5.536s] 2018-10-10 17:46:09,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:09.281 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-10 17:46:09,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:09.619 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.565s] 2018-10-10 17:46:12,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:12.588 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [3.813s] 2018-10-10 17:46:14,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:14.712 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [12.099s] 2018-10-10 17:46:16,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:16.286 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [3.691s] 2018-10-10 17:46:18,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:18.574 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.183s] 2018-10-10 17:46:19,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:19.695 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [80.115s] 2018-10-10 17:46:20,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:20.390 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [10.768s] 2018-10-10 17:46:21,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:21.750 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... fail 2018-10-10 17:46:21,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:21.933 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [18.919s] 2018-10-10 17:46:22,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:22.594 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.661s] 2018-10-10 17:46:22,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:22.636 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.042s] 2018-10-10 17:46:23,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:23.493 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [7.632s] 2018-10-10 17:46:28,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:28.135 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [7.745s] 2018-10-10 17:46:30,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:30.293 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [1.378s] 2018-10-10 17:46:31,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:31.525 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [37.407s] 2018-10-10 17:46:31,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:31.768 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [1.473s] 2018-10-10 17:46:31,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:31.771 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [2.272s] 2018-10-10 17:46:31,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:31.772 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr ... skip [0.000s]: HA routers are not available. 2018-10-10 17:46:34,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:34.304 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [2.536s] 2018-10-10 17:46:34,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:34.546 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [2.777s] 2018-10-10 17:46:35,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:35.051 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [6.915s] 2018-10-10 17:46:35,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:35.506 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [16.723s] 2018-10-10 17:46:35,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:35.631 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [1.328s] 2018-10-10 17:46:36,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:36.162 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.477s] 2018-10-10 17:46:36,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:36.796 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [14.157s] 2018-10-10 17:46:37,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:37.181 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [1.017s] 2018-10-10 17:46:37,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:37.253 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.072s] 2018-10-10 17:46:37,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:37.935 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.682s] 2018-10-10 17:46:44,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:44.855 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [9.802s] 2018-10-10 17:46:45,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:45.130 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [13.608s] 2018-10-10 17:46:45,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:45.705 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [17.573s] 2018-10-10 17:46:46,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:46.208 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [1.354s] 2018-10-10 17:46:51,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:51.222 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [5.518s] 2018-10-10 17:46:51,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:51.412 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [3.895s] 2018-10-10 17:46:51,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:51.643 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.231s] 2018-10-10 17:46:51,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:51.927 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.283s] 2018-10-10 17:46:53,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:53.317 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [38.601s] 2018-10-10 17:46:53,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:53.613 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [18.106s] 2018-10-10 17:46:54,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:54.863 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [2.933s] 2018-10-10 17:46:55,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:55.457 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.144s] 2018-10-10 17:46:56,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:56.441 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.065s] 2018-10-10 17:46:56,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:56.456 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.015s] 2018-10-10 17:46:56,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:56.601 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [19.805s] 2018-10-10 17:46:56,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:56.730 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [5.092s] 2018-10-10 17:46:56,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:56.811 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [5.589s] 2018-10-10 17:46:56,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:56.970 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.160s] 2018-10-10 17:46:56,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:56.997 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.026s] 2018-10-10 17:46:57,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:57.055 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.058s] 2018-10-10 17:46:57,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:57.220 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.164s] 2018-10-10 17:46:57,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:57.233 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.012s] 2018-10-10 17:46:57,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:57.246 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2018-10-10 17:46:57,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:57.280 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.033s] 2018-10-10 17:46:57,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:57.501 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.221s] 2018-10-10 17:46:57,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:57.511 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-10-10 17:46:57,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:57.616 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [2.754s] 2018-10-10 17:46:57,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:57.710 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.198s] 2018-10-10 17:46:57,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:57.944 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.234s] 2018-10-10 17:46:58,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:58.107 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.162s] 2018-10-10 17:46:58,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:58.320 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.212s] 2018-10-10 17:46:58,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:58.530 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.210s] 2018-10-10 17:46:58,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:58.709 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.178s] 2018-10-10 17:46:58,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:58.889 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.179s] 2018-10-10 17:46:59,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:59.393 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [1.775s] 2018-10-10 17:46:59,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:59.575 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.686s] 2018-10-10 17:46:59,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:59.758 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.182s] 2018-10-10 17:46:59,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:59.794 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.035s] 2018-10-10 17:46:59,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:59.950 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.155s] 2018-10-10 17:46:59,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:46:59.986 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.036s] 2018-10-10 17:47:00,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:00.031 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.045s] 2018-10-10 17:47:00,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:00.217 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.185s] 2018-10-10 17:47:00,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:00.398 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.181s] 2018-10-10 17:47:00,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:00.583 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.184s] 2018-10-10 17:47:00,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:00.615 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.032s] 2018-10-10 17:47:00,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:00.681 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.064s] 2018-10-10 17:47:00,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:00.725 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.043s] 2018-10-10 17:47:00,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:00.912 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.187s] 2018-10-10 17:47:03,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:03.147 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.279s] 2018-10-10 17:47:03,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:03.256 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [19.690s] 2018-10-10 17:47:06,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:06.849 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.066s] 2018-10-10 17:47:07,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:07.063 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.215s] 2018-10-10 17:47:11,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:11.615 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [8.357s] 2018-10-10 17:47:11,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:11.933 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.978s] 2018-10-10 17:47:11,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:11.938 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.200s] 2018-10-10 17:47:12,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:12.237 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-10-10 17:47:13,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:13.638 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.535s] 2018-10-10 17:47:13,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:13.712 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.074s] 2018-10-10 17:47:18,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:18.168 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [0.011s] 2018-10-10 17:47:19,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:19.422 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.389s] 2018-10-10 17:47:19,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:19.442 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.019s] 2018-10-10 17:47:19,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:19.463 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.020s] 2018-10-10 17:47:19,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:19.874 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.409s] 2018-10-10 17:47:21,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:21.456 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.578s] 2018-10-10 17:47:21,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:21.473 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.020s] 2018-10-10 17:47:21,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:21.497 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.024s] 2018-10-10 17:47:21,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:21.509 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.011s] 2018-10-10 17:47:21,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:21.521 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.012s] 2018-10-10 17:47:21,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:21.541 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.019s] 2018-10-10 17:47:21,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:21.556 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.014s] 2018-10-10 17:47:21,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:21.574 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.018s] 2018-10-10 17:47:22,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:22.998 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.382s] 2018-10-10 17:47:23,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:23.002 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-10-10 17:47:23,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:23.532 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-10 17:47:24,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:24.079 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [12.143s] 2018-10-10 17:47:24,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:24.212 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.976s] 2018-10-10 17:47:25,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:25.102 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [4.997s] 2018-10-10 17:47:25,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:25.581 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.370s] 2018-10-10 17:47:26,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:26.566 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [2.488s] 2018-10-10 17:47:26,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:26.858 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [139.125s] 2018-10-10 17:47:27,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:27.166 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [2.064s] 2018-10-10 17:47:28,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:28.128 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.272s]: Skipped until Bug: 1014647 is resolved. 2018-10-10 17:47:28,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:28.689 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.688s] 2018-10-10 17:47:28,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:28.733 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [2.166s] 2018-10-10 17:47:30,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:30.724 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.830s] 2018-10-10 17:47:31,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:31.196 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.470s] 2018-10-10 17:47:31,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:31.719 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.985s] 2018-10-10 17:47:33,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:33.584 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [2.388s] 2018-10-10 17:47:34,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:34.195 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [4.108s] 2018-10-10 17:47:36,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:36.512 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.316s] 2018-10-10 17:47:40,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:40.398 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [11.709s] 2018-10-10 17:47:41,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:41.886 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-10 17:47:46,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:46.501 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_add_member_with_non_existing_image ... fail [0.012s] 2018-10-10 17:47:46,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:46.513 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_image ... fail [0.009s] 2018-10-10 17:47:46,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:46.519 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_tenant ... fail [0.013s] 2018-10-10 17:47:46,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:46.528 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_get_image_without_membership ... fail [0.008s] 2018-10-10 17:47:48,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:48.239 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [88.521s] 2018-10-10 17:47:48,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:48.305 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.072s] 2018-10-10 17:47:48,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:48.355 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.049s] 2018-10-10 17:47:48,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:48.604 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.182s] 2018-10-10 17:47:48,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:48.966 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.360s] 2018-10-10 17:47:53,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:53.108 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [8.033s] 2018-10-10 17:47:53,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:53.148 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.074s] 2018-10-10 17:47:54,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:54.180 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [9.124s] 2018-10-10 17:47:54,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:47:54.933 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [4.198s] 2018-10-10 17:48:00,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:00.144 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest ... skip: The microversion range[3.12 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:48:00,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:00.272 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.614s] 2018-10-10 17:48:01,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:01.477 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [7.297s] 2018-10-10 17:48:03,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:03.913 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... fail [3.278s] 2018-10-10 17:48:04,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:04.193 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [2.715s] 2018-10-10 17:48:04,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:04.495 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.585s] 2018-10-10 17:48:06,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:06.434 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [1.937s] 2018-10-10 17:48:06,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:06.609 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.175s] 2018-10-10 17:48:07,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:07.360 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.751s] 2018-10-10 17:48:08,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:08.082 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.174s] 2018-10-10 17:48:08,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:08.308 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.226s] 2018-10-10 17:48:08,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:08.624 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.315s] 2018-10-10 17:48:09,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:09.628 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [4.485s] 2018-10-10 17:48:09,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:09.710 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [53.156s] 2018-10-10 17:48:09,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:09.712 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [1.088s] 2018-10-10 17:48:09,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:09.942 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.230s] 2018-10-10 17:48:10,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:10.929 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [3.352s] 2018-10-10 17:48:11,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:11.212 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.584s] 2018-10-10 17:48:12,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:12.183 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [7.989s] 2018-10-10 17:48:12,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:12.551 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON ... skip: The microversion range[2.26 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:48:12,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:12.553 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-10-10 17:48:12,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:12.798 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... fail [29.600s] 2018-10-10 17:48:13,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:13.511 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.298s] 2018-10-10 17:48:14,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:14.912 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.982s] 2018-10-10 17:48:15,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:15.002 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [2.819s] 2018-10-10 17:48:15,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:15.201 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.417s] 2018-10-10 17:48:15,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:15.202 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-10 17:48:19,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:19.018 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [5.505s] 2018-10-10 17:48:19,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:19.241 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [38.839s] 2018-10-10 17:48:19,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:19.474 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [4.562s] 2018-10-10 17:48:19,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:19.884 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [1.007s] 2018-10-10 17:48:21,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:21.469 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [1.585s] 2018-10-10 17:48:22,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:22.102 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [7.099s] 2018-10-10 17:48:22,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:22.271 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [3.033s] 2018-10-10 17:48:23,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:23.580 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... fail [10.778s] 2018-10-10 17:48:25,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:25.148 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.189s] 2018-10-10 17:48:25,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:25.252 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.777s] 2018-10-10 17:48:25,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:25.435 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [3.513s] 2018-10-10 17:48:26,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:26.795 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... fail [3.216s] 2018-10-10 17:48:28,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:28.245 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.142s] 2018-10-10 17:48:29,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:29.568 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [4.130s] 2018-10-10 17:48:32,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:32.412 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [2.844s] 2018-10-10 17:48:34,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:34.124 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [5.878s] 2018-10-10 17:48:34,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:34.528 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.095s] 2018-10-10 17:48:34,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:34.611 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.082s] 2018-10-10 17:48:34,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:34.711 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.099s] 2018-10-10 17:48:34,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:34.795 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.083s] 2018-10-10 17:48:34,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:34.860 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.064s] 2018-10-10 17:48:35,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:35.328 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON ... skip: The microversion range[2.21 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:48:35,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:35.786 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.334s] 2018-10-10 17:48:36,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:36.084 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [3.672s] 2018-10-10 17:48:38,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:38.004 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.878s] 2018-10-10 17:48:38,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:38.401 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.953s] 2018-10-10 17:48:40,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:40.762 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.260s] 2018-10-10 17:48:40,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:40.994 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.231s] 2018-10-10 17:48:41,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:41.038 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.636s] 2018-10-10 17:48:41,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:41.260 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.265s] 2018-10-10 17:48:42,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:42.385 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [1.823s] 2018-10-10 17:48:42,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:42.485 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.224s] 2018-10-10 17:48:42,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:42.840 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.354s] 2018-10-10 17:48:43,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:43.833 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.992s] 2018-10-10 17:48:43,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:43.885 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.052s] 2018-10-10 17:48:44,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:44.093 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.207s] 2018-10-10 17:48:44,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:44.404 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.311s] 2018-10-10 17:48:44,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:44.482 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.077s] 2018-10-10 17:48:44,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:44.667 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.184s] 2018-10-10 17:48:44,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:44.711 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.043s] 2018-10-10 17:48:44,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:44.927 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.215s] 2018-10-10 17:48:45,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:45.003 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.075s] 2018-10-10 17:48:45,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:45.284 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.280s] 2018-10-10 17:48:45,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:45.505 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.221s] 2018-10-10 17:48:45,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:45.558 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.053s] 2018-10-10 17:48:45,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:45.624 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.066s] 2018-10-10 17:48:46,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:46.003 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-10-10 17:48:47,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:47.066 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [37.354s] 2018-10-10 17:48:47,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:47.204 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [9.200s] 2018-10-10 17:48:47,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:47.962 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [2.577s] 2018-10-10 17:48:48,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:48.349 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [2.761s] 2018-10-10 17:48:48,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:48.864 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [7.819s] 2018-10-10 17:48:49,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:49.258 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.053s] 2018-10-10 17:48:50,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:50.423 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.564s] 2018-10-10 17:48:51,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:51.640 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [3.676s] 2018-10-10 17:48:51,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:51.641 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... skip [0.000s]: Security compliance not available. 2018-10-10 17:48:53,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:53.131 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [4.781s] 2018-10-10 17:48:53,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:53.150 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [3.206s] 2018-10-10 17:48:54,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:54.230 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.805s] 2018-10-10 17:48:54,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:54.241 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [4.982s] 2018-10-10 17:48:54,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:54.530 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.289s] 2018-10-10 17:48:54,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:54.716 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [3.077s] 2018-10-10 17:48:54,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:54.763 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.232s] 2018-10-10 17:48:54,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:54.919 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.156s] 2018-10-10 17:48:55,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:55.164 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.243s] 2018-10-10 17:48:55,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:55.238 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.075s] 2018-10-10 17:48:55,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:55.581 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.341s] 2018-10-10 17:48:55,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:55.689 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.108s] 2018-10-10 17:48:55,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:55.895 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.205s] 2018-10-10 17:48:55,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:55.961 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.066s] 2018-10-10 17:48:56,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:56.444 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.213s] 2018-10-10 17:48:57,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:48:57.098 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [2.382s] 2018-10-10 17:49:00,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:00.708 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [4.261s] 2018-10-10 17:49:00,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:00.783 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.078s] 2018-10-10 17:49:01,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:01.157 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.935s] 2018-10-10 17:49:01,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:01.533 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.376s] 2018-10-10 17:49:01,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:01.840 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.306s] 2018-10-10 17:49:02,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:02.227 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-10-10 17:49:02,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:02.400 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_group_types.GroupTypesTest ... skip: The microversion range[3.11 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:49:02,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:02.731 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [9.600s] 2018-10-10 17:49:03,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:03.267 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.000s]: Security compliance not available. 2018-10-10 17:49:03,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:03.268 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-10-10 17:49:04,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:04.939 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.975s] 2018-10-10 17:49:05,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:05.079 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.751s] 2018-10-10 17:49:06,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:06.538 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.270s] 2018-10-10 17:49:06,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:06.702 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.164s] 2018-10-10 17:49:06,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:06.753 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.209s] 2018-10-10 17:49:06,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:06.906 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.203s] 2018-10-10 17:49:06,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:06.953 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.200s] 2018-10-10 17:49:07,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:07.031 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [98.893s] 2018-10-10 17:49:09,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:09.019 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [6.287s] 2018-10-10 17:49:09,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:09.518 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.610s] 2018-10-10 17:49:09,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:09.681 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.163s] 2018-10-10 17:49:10,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:10.542 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.273s] 2018-10-10 17:49:11,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:11.133 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [6.052s] 2018-10-10 17:49:13,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:13.096 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [11.252s] 2018-10-10 17:49:13,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:13.138 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.045s] 2018-10-10 17:49:13,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:13.176 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.038s] 2018-10-10 17:49:13,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:13.830 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [4.810s] 2018-10-10 17:49:15,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:15.262 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_blank_id ... fail [0.010s] 2018-10-10 17:49:15,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:15.272 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_id_over_character_limit ... fail [0.007s] 2018-10-10 17:49:15,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:15.281 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_negative_image_id ... fail [0.007s] 2018-10-10 17:49:15,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:15.291 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_non_hex_string_id ... fail [0.006s] 2018-10-10 17:49:15,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:15.298 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_non_existent_image ... fail [0.005s] 2018-10-10 17:49:15,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:15.307 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_container_format ... fail [0.005s] 2018-10-10 17:49:15,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:15.313 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_disk_format ... fail [0.005s] 2018-10-10 17:49:15,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:15.838 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-10-10 17:49:15,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:15.840 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-10 17:49:17,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:17.905 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... fail [2.634s] 2018-10-10 17:49:19,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:19.448 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [8.314s] 2018-10-10 17:49:19,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:19.828 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [5.997s] 2018-10-10 17:49:20,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:20.184 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... fail [2.275s] 2018-10-10 17:49:20,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:20.748 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [1.119s] 2018-10-10 17:49:21,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:21.307 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.559s] 2018-10-10 17:49:22,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:22.647 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.338s] 2018-10-10 17:49:24,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:24.792 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [4.963s] 2018-10-10 17:49:26,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:26.038 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-10-10 17:49:26,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:26.832 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-10 17:49:26,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:26.833 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-10-10 17:49:27,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:27.399 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.278s] 2018-10-10 17:49:27,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:27.649 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.250s] 2018-10-10 17:49:28,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:28.308 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.311s] 2018-10-10 17:49:28,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:28.930 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.622s] 2018-10-10 17:49:29,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:29.421 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [4.628s] 2018-10-10 17:49:34,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:34.776 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.523s] 2018-10-10 17:49:34,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:34.887 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [1.995s] 2018-10-10 17:49:35,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:35.525 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [3.392s] 2018-10-10 17:49:36,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:36.135 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.246s] 2018-10-10 17:49:37,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:37.365 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.230s] 2018-10-10 17:49:39,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:39.492 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.218s] 2018-10-10 17:49:39,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:39.803 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.310s] 2018-10-10 17:49:39,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:39.827 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.024s] 2018-10-10 17:49:40,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:40.054 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.226s] 2018-10-10 17:49:40,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:40.260 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.205s] 2018-10-10 17:49:40,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:40.286 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.026s] 2018-10-10 17:49:40,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:40.513 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.226s] 2018-10-10 17:49:40,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:40.751 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.237s] 2018-10-10 17:49:40,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:40.963 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.211s] 2018-10-10 17:49:41,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:41.181 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.217s] 2018-10-10 17:49:41,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:41.524 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.747s] 2018-10-10 17:49:41,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:41.681 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.499s] 2018-10-10 17:49:41,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:41.926 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.245s] 2018-10-10 17:49:42,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:42.033 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [6.507s] 2018-10-10 17:49:42,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:42.084 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [2.593s] 2018-10-10 17:49:43,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:43.715 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: Encrypted volume attach is not supported 2018-10-10 17:49:44,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:44.170 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [1.844s] 2018-10-10 17:49:45,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:45.906 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.821s] 2018-10-10 17:49:46,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:46.211 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [2.039s] 2018-10-10 17:49:48,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:48.512 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-10 17:49:48,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:48.513 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-10-10 17:49:49,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:49.362 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.455s] 2018-10-10 17:49:51,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:51.371 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [9.846s] 2018-10-10 17:49:54,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:54.500 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [15.268s] 2018-10-10 17:49:54,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:54.571 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.208s] 2018-10-10 17:49:55,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:55.593 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [2.653s] 2018-10-10 17:49:55,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:55.607 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [4.236s] 2018-10-10 17:49:56,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:56.391 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.799s] 2018-10-10 17:49:56,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:56.762 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.370s] 2018-10-10 17:49:57,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:57.284 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.522s] 2018-10-10 17:49:57,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:57.300 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.016s] 2018-10-10 17:49:57,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:57.318 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.018s] 2018-10-10 17:49:57,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:57.599 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.990s] 2018-10-10 17:49:57,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:49:57.857 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.538s] 2018-10-10 17:50:07,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:07.011 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [12.508s] 2018-10-10 17:50:07,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:07.791 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.783s] 2018-10-10 17:50:08,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:08.736 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.945s] 2018-10-10 17:50:09,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:09.472 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.735s] 2018-10-10 17:50:12,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:12.453 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.615s] 2018-10-10 17:50:12,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:12.652 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [15.051s] 2018-10-10 17:50:12,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:12.692 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.239s] 2018-10-10 17:50:12,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:12.863 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.212s] 2018-10-10 17:50:12,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:12.923 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.059s] 2018-10-10 17:50:19,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:19.348 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [5.846s] 2018-10-10 17:50:22,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:22.685 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [22.028s] 2018-10-10 17:50:24,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:24.527 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.178s] 2018-10-10 17:50:25,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:25.295 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [12.370s] 2018-10-10 17:50:29,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:29.483 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [174.254s] 2018-10-10 17:50:33,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:33.384 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [8.856s] 2018-10-10 17:50:39,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:39.338 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [5.953s] 2018-10-10 17:50:40,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:40.957 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [15.655s] 2018-10-10 17:50:40,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:40.990 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... fail [313.699s] 2018-10-10 17:50:41,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:41.193 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.241s] 2018-10-10 17:50:41,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:41.242 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.049s] 2018-10-10 17:50:43,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:43.993 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [21.306s] 2018-10-10 17:50:47,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:47.523 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [22.403s] 2018-10-10 17:50:50,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:50.794 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [41.314s] 2018-10-10 17:50:52,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:52.441 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [4.921s] 2018-10-10 17:50:52,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:52.966 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [8.975s] 2018-10-10 17:50:54,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:54.716 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [15.378s] 2018-10-10 17:50:55,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:55.304 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [14.058s] 2018-10-10 17:50:56,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:56.257 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [171.932s] 2018-10-10 17:50:56,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:56.480 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [4.037s] 2018-10-10 17:50:57,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:50:57.668 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [4.701s] 2018-10-10 17:51:00,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:00.883 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [4.403s] 2018-10-10 17:51:05,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:05.974 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [5.089s] 2018-10-10 17:51:07,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:07.915 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [12.609s] 2018-10-10 17:51:09,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:09.281 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [12.897s] 2018-10-10 17:51:10,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:10.483 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [4.508s] 2018-10-10 17:51:16,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:16.470 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [7.189s] 2018-10-10 17:51:17,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:17.653 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [19.980s] 2018-10-10 17:51:17,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:17.680 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [3.416s] 2018-10-10 17:51:20,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:20.127 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [2.445s] 2018-10-10 17:51:26,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:26.454 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [6.322s] 2018-10-10 17:51:26,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:26.626 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [33.379s] 2018-10-10 17:51:28,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:28.010 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.560s] 2018-10-10 17:51:33,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:33.051 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [5.039s] 2018-10-10 17:51:35,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:35.536 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [2.483s] 2018-10-10 17:51:36,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:36.293 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [4.973s] 2018-10-10 17:51:36,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:36.329 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [149.256s] 2018-10-10 17:51:38,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:38.195 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.657s] 2018-10-10 17:51:38,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:38.241 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.048s] 2018-10-10 17:51:40,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:40.585 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [4.295s] 2018-10-10 17:51:45,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:45.745 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.188s] 2018-10-10 17:51:45,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:45.919 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.174s] 2018-10-10 17:51:46,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:46.157 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.238s] 2018-10-10 17:51:46,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:46.380 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.221s] 2018-10-10 17:51:46,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:46.569 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.188s] 2018-10-10 17:51:46,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:46.817 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.248s] 2018-10-10 17:51:46,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:46.989 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.170s] 2018-10-10 17:51:47,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:47.181 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.192s] 2018-10-10 17:51:47,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:47.230 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.048s] 2018-10-10 17:51:47,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:47.436 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.205s] 2018-10-10 17:51:47,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:47.781 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.345s] 2018-10-10 17:51:50,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:50.073 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-10-10 17:51:50,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:50.075 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test ... skip: The microversion range[3.20 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:51:50,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:50.076 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-10-10 17:51:52,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:52.395 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.208s] 2018-10-10 17:51:52,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:52.580 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.185s] 2018-10-10 17:51:52,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:52.740 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.159s] 2018-10-10 17:51:52,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:52.928 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.186s] 2018-10-10 17:51:53,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:53.085 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.158s] 2018-10-10 17:51:57,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:57.163 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [4.075s] 2018-10-10 17:51:58,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:58.096 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.013s] 2018-10-10 17:51:59,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:51:59.651 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.555s] 2018-10-10 17:52:01,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:52:01.442 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [43.785s] 2018-10-10 17:52:03,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:52:03.291 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.853s] 2018-10-10 17:52:14,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:52:14.759 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [6.385s] 2018-10-10 17:52:15,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:52:15.693 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [12.399s] 2018-10-10 17:52:16,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:52:16.510 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [210.975s] 2018-10-10 17:52:19,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:52:19.447 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [4.688s] 2018-10-10 17:52:22,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:52:22.159 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [45.820s] 2018-10-10 17:52:25,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:52:25.221 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test ... skip: The microversion range[3.9 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:52:25,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:52:25.222 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest ... skip: The microversion range[3.42 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:52:28,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:52:28.233 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [12.539s] 2018-10-10 17:52:33,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:52:33.774 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [11.615s] 2018-10-10 17:52:34,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:52:34.277 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [6.043s] 2018-10-10 17:52:50,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:52:50.977 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [34.454s] 2018-10-10 17:53:07,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:07.731 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.495s] 2018-10-10 17:53:08,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:08.417 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.685s] 2018-10-10 17:53:08,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:08.849 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.432s] 2018-10-10 17:53:09,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:09.268 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.419s] 2018-10-10 17:53:09,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:09.735 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.466s] 2018-10-10 17:53:10,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:10.752 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.015s] 2018-10-10 17:53:11,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:11.993 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.241s] 2018-10-10 17:53:12,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:12.414 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [38.128s] 2018-10-10 17:53:12,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:12.623 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.629s] 2018-10-10 17:53:13,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:13.389 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.764s] 2018-10-10 17:53:14,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:14.022 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.633s] 2018-10-10 17:53:17,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:17.765 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-10-10 17:53:23,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:23.270 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [2.015s] 2018-10-10 17:53:26,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:26.731 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.501s] 2018-10-10 17:53:26,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:26.917 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.188s] 2018-10-10 17:53:27,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:27.438 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.519s] 2018-10-10 17:53:29,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:29.357 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.918s] 2018-10-10 17:53:32,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:32.448 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [3.091s] 2018-10-10 17:53:32,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:32.647 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.199s] 2018-10-10 17:53:32,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:32.696 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.049s] 2018-10-10 17:53:33,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:33.176 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.192s] 2018-10-10 17:53:35,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:35.689 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [159.413s] 2018-10-10 17:53:44,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:44.894 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.714s] 2018-10-10 17:53:45,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:45.414 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.520s] 2018-10-10 17:53:47,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:47.126 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [73.336s] 2018-10-10 17:53:47,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:47.197 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.784s] 2018-10-10 17:53:53,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:53.047 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-10-10 17:53:54,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:54.763 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-10-10 17:53:57,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:53:57.093 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-10-10 17:54:04,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:04.834 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... fail [2.148s] 2018-10-10 17:54:08,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:08.395 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [6.735s] 2018-10-10 17:54:14,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:14.781 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [6.384s] 2018-10-10 17:54:19,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:19.594 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [4.814s] 2018-10-10 17:54:23,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:23.315 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [3.720s] 2018-10-10 17:54:27,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:27.482 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [4.166s] 2018-10-10 17:54:30,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:30.046 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [25.209s] 2018-10-10 17:54:34,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:34.258 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.215s] 2018-10-10 17:54:37,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:37.530 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.159s] 2018-10-10 17:54:39,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:39.630 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.098s] 2018-10-10 17:54:40,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:40.937 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.307s] 2018-10-10 17:54:41,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:41.744 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [0.806s] 2018-10-10 17:54:43,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:43.140 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.395s] 2018-10-10 17:54:45,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:45.806 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.664s] 2018-10-10 17:54:47,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:47.050 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.243s] 2018-10-10 17:54:47,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:47.192 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.142s] 2018-10-10 17:54:48,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:48.900 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.705s] 2018-10-10 17:54:50,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:50.606 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.705s] 2018-10-10 17:54:51,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:51.554 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.947s] 2018-10-10 17:54:51,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:51.577 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.024s] 2018-10-10 17:54:51,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:51.597 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.019s] 2018-10-10 17:54:51,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:51.615 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.018s] 2018-10-10 17:54:53,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:53.093 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-10-10 17:54:53,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:53.095 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-10-10 17:54:53,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:53.097 49 INFO opnfv-tempest [-] {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest ... skip: The microversion range[3.3 - latest] of this test is out of the configuration range[None - None]. 2018-10-10 17:54:53,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:53.101 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-10-10 17:54:58,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:54:58.264 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [23.998s] 2018-10-10 17:55:05,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:55:05.874 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.611s] 2018-10-10 17:55:15,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:55:15.495 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [88.344s] 2018-10-10 17:55:19,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:55:19.516 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... fail [335.186s] 2018-10-10 17:55:34,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:55:34.376 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [245.470s] 2018-10-10 17:55:50,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:55:50.543 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [4.217s] 2018-10-10 17:55:50,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:55:50.544 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.001s]: Skipped until Bug: 1687044 is resolved. 2018-10-10 17:56:41,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:56:41.567 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [86.049s] 2018-10-10 17:56:41,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:56:41.568 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-10-10 17:57:53,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:57:53.078 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [71.495s] 2018-10-10 17:57:57,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:57:57.954 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [4.877s] 2018-10-10 17:58:21,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:58:21.087 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.162s] 2018-10-10 17:58:21,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:58:21.125 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.038s] 2018-10-10 17:58:27,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:58:27.387 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [1.189s] 2018-10-10 17:58:34,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:58:34.146 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [212.708s] 2018-10-10 17:58:38,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:58:38.031 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [7.113s] 2018-10-10 17:58:40,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:58:40.341 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-10-10 17:58:40,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:58:40.342 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-10 17:58:44,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:58:44.801 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.331s] 2018-10-10 17:58:45,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:58:45.148 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.346s] 2018-10-10 17:58:52,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:58:52.371 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.227s] 2018-10-10 17:58:52,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:58:52.742 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.370s] 2018-10-10 17:58:53,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:58:53.304 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.561s] 2018-10-10 17:58:53,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:58:53.368 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.064s] 2018-10-10 17:58:53,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:58:53.437 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.069s] 2018-10-10 17:58:53,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:58:53.502 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.064s] 2018-10-10 17:59:00,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:00.775 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [221.256s] 2018-10-10 17:59:01,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:01.517 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.504s] 2018-10-10 17:59:02,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:02.252 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.734s] 2018-10-10 17:59:02,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:02.631 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.379s] 2018-10-10 17:59:03,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:03.063 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.431s] 2018-10-10 17:59:04,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:04.045 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [0.979s] 2018-10-10 17:59:04,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:04.464 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.420s] 2018-10-10 17:59:04,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:04.842 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.377s] 2018-10-10 17:59:06,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:06.528 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.685s] 2018-10-10 17:59:06,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:06.821 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.291s] 2018-10-10 17:59:07,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:07.443 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.621s] 2018-10-10 17:59:07,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:07.509 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.067s] 2018-10-10 17:59:07,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:07.911 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.401s] 2018-10-10 17:59:08,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:08.634 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.722s] 2018-10-10 17:59:19,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:19.160 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [217.322s] 2018-10-10 17:59:22,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:22.256 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.368s] 2018-10-10 17:59:22,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:22.271 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.018s] 2018-10-10 17:59:22,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:22.680 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.408s] 2018-10-10 17:59:35,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:35.963 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.753s] 2018-10-10 17:59:40,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:40.929 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.167s] 2018-10-10 17:59:42,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:42.649 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.717s] 2018-10-10 17:59:49,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:49.323 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.448s] 2018-10-10 17:59:49,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:49.485 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.161s] 2018-10-10 17:59:49,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:49.649 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.163s] 2018-10-10 17:59:49,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:49.819 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.170s] 2018-10-10 17:59:54,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 17:59:54.641 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.161s] 2018-10-10 18:02:53,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-10 18:02:53.900 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [214.725s] 2018-10-10 18:03:00,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 9d6ff49d-540e-4795-b661-7dc44ddbbffd 2018-10-10 18:03:00,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9d6ff49d-540e-4795-b661-7dc44ddbbffd']'. 2018-10-10 18:03:01,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-10 18:03:01,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-10 18:03:01,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-10 18:03:01,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9d6ff49d-540e-4795-b661-7dc44ddbbffd | 2018-10-10 18:03:01,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-10 18:03:01,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-10 17:38:09 | 2018-10-10 18:03:01,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-10 18:02:59 | 2018-10-10 18:03:01,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:24:50 | 2018-10-10 18:03:01,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-10 18:03:01,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-10 18:03:01,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 50435bd4-9687-4fed-9f00-55748d58fafb) | 2018-10-10 18:03:01,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-10 18:03:01,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c208bc0e-63a4-4198-8fc5-8847efeaf7ba) | 2018-10-10 18:03:01,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-10-10 18:03:01,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1479.926 | 2018-10-10 18:03:01,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1037 | 2018-10-10 18:03:01,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 356 | 2018-10-10 18:03:01,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-10 18:03:01,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-10 18:03:01,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 75 | 2018-10-10 18:03:01,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-10 18:03:01,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-10 18:03:01,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-10 18:03:01,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 93.2553956835% 2018-10-10 18:03:01,774 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 25:06 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-10-10 18:03:01,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-10 18:03:01,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/f05e4733-0eff-4e99-9947-7f558716e964 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2266138ca7b8c92f1e61b26e200d44e44b31f00a" 2018-10-10 18:03:02,887 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-73cf0a7d-4799-478f-82ca-f0bfd5727702 Date: Wed, 10 Oct 2018 18:03:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 18:03:02,888 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/f05e4733-0eff-4e99-9947-7f558716e964 used request id req-73cf0a7d-4799-478f-82ca-f0bfd5727702 2018-10-10 18:03:02,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.11106705666s 2018-10-10 18:03:02,888 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/f05e4733-0eff-4e99-9947-7f558716e964 used request id req-73cf0a7d-4799-478f-82ca-f0bfd5727702 2018-10-10 18:03:02,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 18:03:02,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 18:03:03,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 18:03: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-2e83e642-f3bd-4dec-a84f-7dd9199af6d5 x-compute-request-id: req-2e83e642-f3bd-4dec-a84f-7dd9199af6d5 Content-Encoding: gzip Content-Length: 418 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/04aab7d3-21ae-4d51-95f6-1ba81deda700", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/04aab7d3-21ae-4d51-95f6-1ba81deda700", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "04aab7d3-21ae-4d51-95f6-1ba81deda700", "name": "tempest_full_parallel-flavor_44bbe773-973b-4579-ad8b-95b6f8098cca", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f0987148-4cc8-4322-b9c2-fe7daffe894a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f0987148-4cc8-4322-b9c2-fe7daffe894a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f0987148-4cc8-4322-b9c2-fe7daffe894a", "name": "tempest_full_parallel-flavor_alt_44bbe773-973b-4579-ad8b-95b6f8098cca", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 18:03:03,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-2e83e642-f3bd-4dec-a84f-7dd9199af6d5 2018-10-10 18:03:03,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.184071063995s 2018-10-10 18:03:03,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-2e83e642-f3bd-4dec-a84f-7dd9199af6d5 2018-10-10 18:03:03,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-10 18:03:03,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/f0987148-4cc8-4322-b9c2-fe7daffe894a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 18:03:03,119 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 18:03: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-2a4b3ab2-d7b8-42f9-85c3-4b67c8040856 x-compute-request-id: req-2a4b3ab2-d7b8-42f9-85c3-4b67c8040856 Content-Length: 0 Content-Type: application/json 2018-10-10 18:03:03,119 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/f0987148-4cc8-4322-b9c2-fe7daffe894a used request id req-2a4b3ab2-d7b8-42f9-85c3-4b67c8040856 2018-10-10 18:03:03,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0435240268707s 2018-10-10 18:03:03,120 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/f0987148-4cc8-4322-b9c2-fe7daffe894a used request id req-2a4b3ab2-d7b8-42f9-85c3-4b67c8040856 2018-10-10 18:03:03,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-10 18:03:03,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}2266138ca7b8c92f1e61b26e200d44e44b31f00a" 2018-10-10 18:03:03,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 4552 Content-Type: application/json X-Openstack-Request-Id: req-43a5b3d6-372c-425e-acc9-b485d6bf2520 Date: Wed, 10 Oct 2018 18:03:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/c74aaa36-00b1-4658-9fef-ed147d3213eb/snap", "metadata": {}}], "boot_roles": "Member", "file": "/v2/images/c74aaa36-00b1-4658-9fef-ed147d3213eb/file", "owner": "8d436fa35e1c443884914971bedd1983", "id": "c74aaa36-00b1-4658-9fef-ed147d3213eb", "size": 0, "self": "/v2/images/c74aaa36-00b1-4658-9fef-ed147d3213eb", "block_device_mapping": "[{\"guest_format\": null, \"boot_index\": 0, \"delete_on_termination\": true, \"no_device\": null, \"snapshot_id\": \"4411e094-7af9-4a9b-a94a-1076b5f0951b\", \"device_name\": \"/dev/vda\", \"disk_bus\": \"virtio\", \"image_id\": null, \"source_type\": \"snapshot\", \"tag\": null, \"device_type\": \"disk\", \"volume_id\": null, \"destination_type\": \"volume\", \"volume_size\": 1}]", "disk_format": "qcow2", "base_image_ref": "", "bdm_v2": "True", "owner_project_name": "tempest-TestVolumeBootPattern-366197189", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/c74aaa36-00b1-4658-9fef-ed147d3213eb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T17:50:10Z", "owner_user_name": "tempest-TestVolumeBootPattern-366197189", "visibility": "private", "owner_specified.shade.object": "images/tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca", "min_disk": 1, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest-TestVolumeBootPatternsnapshot-962556973", "checksum": "d41d8cd98f00b204e9800998ecf8427e", "created_at": "2018-10-10T17:50:08Z", "protected": false, "root_device_name": "/dev/vda"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "updated_at": "2018-10-10T17:41:22Z", "boot_roles": "Member", "file": "/v2/images/088b87ed-4244-45fe-8048-5c1234d30263/file", "owner": "888c120e8e8c4396a79210c6048f7102", "id": "088b87ed-4244-45fe-8048-5c1234d30263", "size": 1073741824, "user_id": "68a0729f12264b69afecdb9a51fd7987", "image_type": "backup", "self": "/v2/images/088b87ed-4244-45fe-8048-5c1234d30263", "disk_format": "raw", "base_image_ref": "e1230016-39f7-4efc-abab-eeb60e513045", "owner_project_name": "tempest-ServerActionsTestJSON-1496509997", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/088b87ed-4244-45fe-8048-5c1234d30263/snap", "owner_id": "888c120e8e8c4396a79210c6048f7102", "status": "active", "image_location": "snapshot", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/088b87ed-4244-45fe-8048-5c1234d30263/snap", "metadata": {}}], "owner_user_name": "tempest-ServerActionsTestJSON-1496509997", "visibility": "private", "owner_specified.shade.object": "images/tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca", "min_disk": 1, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "instance_uuid": "48278e56-1c7b-466c-8551-c6fbe1f705d8", "name": "tempest-backup-1-860840397", "checksum": null, "created_at": "2018-10-10T17:41:00Z", "backup_type": "daily", "protected": false, "schema": "/v2/schemas/image"}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e1230016-39f7-4efc-abab-eeb60e513045/snap", "metadata": {}}], "file": "/v2/images/e1230016-39f7-4efc-abab-eeb60e513045/file", "owner": "24d4b4860e18407681c90f4d88914ea6", "id": "e1230016-39f7-4efc-abab-eeb60e513045", "size": 12716032, "self": "/v2/images/e1230016-39f7-4efc-abab-eeb60e513045", "disk_format": "qcow2", "direct_url": "rbd://40895d1c-d473-4438-a0d7-fde746351d18/images/e1230016-39f7-4efc-abab-eeb60e513045/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-10T17:37:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_44bbe773-973b-4579-ad8b-95b6f8098cca", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-10T17:37:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-10 18:03:03,294 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-43a5b3d6-372c-425e-acc9-b485d6bf2520 2018-10-10 18:03:03,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17426609993s 2018-10-10 18:03:03,295 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-43a5b3d6-372c-425e-acc9-b485d6bf2520 2018-10-10 18:03:03,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-10 18:03:03,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/e1230016-39f7-4efc-abab-eeb60e513045 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2266138ca7b8c92f1e61b26e200d44e44b31f00a" 2018-10-10 18:03:05,193 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f8d677f7-7c8d-4c64-8166-836b86dc0bfb Date: Wed, 10 Oct 2018 18:03:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-10 18:03:05,193 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/e1230016-39f7-4efc-abab-eeb60e513045 used request id req-f8d677f7-7c8d-4c64-8166-836b86dc0bfb 2018-10-10 18:03:05,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.89522480965s 2018-10-10 18:03:05,193 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/e1230016-39f7-4efc-abab-eeb60e513045 used request id req-f8d677f7-7c8d-4c64-8166-836b86dc0bfb 2018-10-10 18:03:05,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-10 18:03:05,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 18:03:05,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 18:03: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-dac8bd10-9061-4d28-a82a-647c915206b2 x-compute-request-id: req-dac8bd10-9061-4d28-a82a-647c915206b2 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/04aab7d3-21ae-4d51-95f6-1ba81deda700", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/04aab7d3-21ae-4d51-95f6-1ba81deda700", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "04aab7d3-21ae-4d51-95f6-1ba81deda700", "name": "tempest_full_parallel-flavor_44bbe773-973b-4579-ad8b-95b6f8098cca", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d2cf13a5-59cb-4e2a-86b1-077c34248e30", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d2cf13a5-59cb-4e2a-86b1-077c34248e30", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-10 18:03:05,225 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-dac8bd10-9061-4d28-a82a-647c915206b2 2018-10-10 18:03:05,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.030946969986s 2018-10-10 18:03:05,225 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-dac8bd10-9061-4d28-a82a-647c915206b2 2018-10-10 18:03:05,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-10 18:03:05,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/04aab7d3-21ae-4d51-95f6-1ba81deda700 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 18:03:05,266 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 10 Oct 2018 18:03: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-a9ea6b52-88e4-40d9-a380-8c31a6b3eeeb x-compute-request-id: req-a9ea6b52-88e4-40d9-a380-8c31a6b3eeeb Content-Length: 0 Content-Type: application/json 2018-10-10 18:03:05,267 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/04aab7d3-21ae-4d51-95f6-1ba81deda700 used request id req-a9ea6b52-88e4-40d9-a380-8c31a6b3eeeb 2018-10-10 18:03:05,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0390357971191s 2018-10-10 18:03:05,267 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/04aab7d3-21ae-4d51-95f6-1ba81deda700 used request id req-a9ea6b52-88e4-40d9-a380-8c31a6b3eeeb 2018-10-10 18:03:05,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 18:03:05,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 18:03:05,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 18:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a795fe0a-3a33-4deb-9e5a-27d9cbfd4254 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/10103b75700943ddb35df14b5790312e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10103b75700943ddb35df14b5790312e", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_44bbe773-973b-4579-ad8b-95b6f8098cca", "links": {"self": "http://172.30.9.27:5000/v3/users/24c3fa79b5274730a70e6f56a85d3726"}, "domain_id": "default", "enabled": true, "id": "24c3fa79b5274730a70e6f56a85d3726", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/2f2a262ad71341099984d5fef00d6940"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2f2a262ad71341099984d5fef00d6940", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/369d86c8415d4aba9162748b5c83822f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "369d86c8415d4aba9162748b5c83822f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/554be8f9fdf94609954304205fc9b5d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "554be8f9fdf94609954304205fc9b5d8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/765d52f290cf45f195a0e69e431cc701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "765d52f290cf45f195a0e69e431cc701", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/7b1ff53b7298431194008194c4e91530"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b1ff53b7298431194008194c4e91530", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/946c5fd553244619a11935e859915be0"}, "domain_id": "da9a3567bac744d785bfd81a34b9e2bc", "enabled": true, "options": {}, "id": "946c5fd553244619a11935e859915be0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/b7ecf046231546c3b9d9f76340b2fa0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7ecf046231546c3b9d9f76340b2fa0b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ce2c99a5ae264f3db65fc1fd93cf1ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2c99a5ae264f3db65fc1fd93cf1ebb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/d0627cfefd3b481eacb42b78ca7f1e05"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0627cfefd3b481eacb42b78ca7f1e05", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/d7e9f0587b174d70bb88efd42a8f0a70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7e9f0587b174d70bb88efd42a8f0a70", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/e0fba48bf7ce48d5abaad4029ccc855f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0fba48bf7ce48d5abaad4029ccc855f", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea8b566c4164403fa3eb835f6c6b0f43"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea8b566c4164403fa3eb835f6c6b0f43", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/ffcc3602b124487db8503b77b8ac9ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffcc3602b124487db8503b77b8ac9ad4", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-10-10 18:03:05,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a795fe0a-3a33-4deb-9e5a-27d9cbfd4254 2018-10-10 18:03:05,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0971870422363s 2018-10-10 18:03:05,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a795fe0a-3a33-4deb-9e5a-27d9cbfd4254 2018-10-10 18:03:05,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-10 18:03:05,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/24c3fa79b5274730a70e6f56a85d3726 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 18:03:05,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 18:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da2528b0-5b63-42e3-881d-1fc84822ce04 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/24c3fa79b5274730a70e6f56a85d3726"}, "enabled": true, "id": "24c3fa79b5274730a70e6f56a85d3726", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_44bbe773-973b-4579-ad8b-95b6f8098cca"}} 2018-10-10 18:03:05,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/24c3fa79b5274730a70e6f56a85d3726 used request id req-da2528b0-5b63-42e3-881d-1fc84822ce04 2018-10-10 18:03:05,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0983819961548s 2018-10-10 18:03:05,470 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/24c3fa79b5274730a70e6f56a85d3726 used request id req-da2528b0-5b63-42e3-881d-1fc84822ce04 2018-10-10 18:03:05,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-10 18:03:05,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/24c3fa79b5274730a70e6f56a85d3726 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 18:03:05,641 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 18:03:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-137d0c50-d3c4-4e2c-8629-ee0a2077cc7b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 18:03:05,641 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/24c3fa79b5274730a70e6f56a85d3726 used request id req-137d0c50-d3c4-4e2c-8629-ee0a2077cc7b 2018-10-10 18:03:05,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.170454025269s 2018-10-10 18:03:05,641 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/24c3fa79b5274730a70e6f56a85d3726 used request id req-137d0c50-d3c4-4e2c-8629-ee0a2077cc7b 2018-10-10 18:03:05,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-10 18:03:05,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 18:03:05,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 18:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f359e9a-3ed8-4272-87c8-3b13629ad8e3 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.27:5000/v3/projects/24d4b4860e18407681c90f4d88914ea6"}, "enabled": true, "id": "24d4b4860e18407681c90f4d88914ea6", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_44bbe773-973b-4579-ad8b-95b6f8098cca"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/25755ab7f5f8487082789bbb78ca1c9e"}, "enabled": true, "id": "25755ab7f5f8487082789bbb78ca1c9e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d00928b339b74d1eac5a92b45f495878"}, "enabled": true, "id": "d00928b339b74d1eac5a92b45f495878", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-10 18:03:05,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-0f359e9a-3ed8-4272-87c8-3b13629ad8e3 2018-10-10 18:03:05,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0852899551392s 2018-10-10 18:03:05,727 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-0f359e9a-3ed8-4272-87c8-3b13629ad8e3 2018-10-10 18:03:05,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-10 18:03:05,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/24d4b4860e18407681c90f4d88914ea6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 18:03:05,901 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 18:03:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c246200e-04cc-415a-8155-67a408d92895 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 18:03:05,902 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/24d4b4860e18407681c90f4d88914ea6 used request id req-c246200e-04cc-415a-8155-67a408d92895 2018-10-10 18:03:05,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.172076940536s 2018-10-10 18:03:05,902 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/24d4b4860e18407681c90f4d88914ea6 used request id req-c246200e-04cc-415a-8155-67a408d92895 2018-10-10 18:03:05,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-10 18:03:05,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 18:03:05,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 10 Oct 2018 18:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d748fde2-1c49-4531-ae30-e6dbaa0b35a5 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2fdd6d8b08b54c7ab820bd30a9e7995e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2fdd6d8b08b54c7ab820bd30a9e7995e"}, "name": "admin"}, {"domain_id": null, "id": "3affb30a8a624d25bee8d6c7ce418e3e", "links": {"self": "http://172.30.9.27:5000/v3/roles/3affb30a8a624d25bee8d6c7ce418e3e"}, "name": "Member"}, {"domain_id": null, "id": "69a298249b19465cb164b03fa6e03c0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/69a298249b19465cb164b03fa6e03c0e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9de95063deb745eeaf1ead6e178178c7", "links": {"self": "http://172.30.9.27:5000/v3/roles/9de95063deb745eeaf1ead6e178178c7"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-10 18:03:05,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d748fde2-1c49-4531-ae30-e6dbaa0b35a5 2018-10-10 18:03:05,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0917851924896s 2018-10-10 18:03:05,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-10 18:03:05,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/3affb30a8a624d25bee8d6c7ce418e3e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 18:03:06,108 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 10 Oct 2018 18:03:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53de5720-ba6f-48e0-8487-269b134cdd1a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-10 18:03:06,108 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/3affb30a8a624d25bee8d6c7ce418e3e used request id req-53de5720-ba6f-48e0-8487-269b134cdd1a 2018-10-10 18:03:06,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.112507104874s 2018-10-10 18:03:06,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-10 18:03:06,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=24d4b4860e18407681c90f4d88914ea6&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}44a11d03003b5df3006072a9e9ca1fb4262f5068" 2018-10-10 18:03:06,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b56fe302-5d7f-4309-8980-8fd7bb61e807 Date: Wed, 10 Oct 2018 18:03:06 GMT RESP BODY: {"security_groups": []} 2018-10-10 18:03:06,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=24d4b4860e18407681c90f4d88914ea6&name=default used request id req-b56fe302-5d7f-4309-8980-8fd7bb61e807 2018-10-10 18:03:06,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.175220966339s 2018-10-10 18:03:06,287 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=24d4b4860e18407681c90f4d88914ea6&name=default used request id req-b56fe302-5d7f-4309-8980-8fd7bb61e807 2018-10-10 18:03:06,287 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK